.guide-studio-page {
    --guide-cyan: #4fe4d1;
    --guide-blue: #6c8cff;
    --guide-violet: #a978ff;
    --guide-amber: #ffbf69;
    display: grid;
    gap: 16px;
    padding: 22px;
    color: #edf4ff;
}
.discord-guide-header-copy{margin-top:4px;color:#b5bac1;font-size:.69rem;line-height:1.45}.discord-guide-header-copy .discord-md-quote{margin:0}.discord-promotion-copy{margin:2px 0 6px;color:#949ba4;font-size:.58rem}.discord-promotion-copy .discord-md-subtext{margin:0;font-size:1em}.discord-guide-message footer .discord-md-subtext{font-size:1em}

.guide-studio-hero {
    position: relative;
    min-height: 218px;
    display: grid;
    grid-template-columns: minmax(320px, 1.15fr) minmax(450px, 1fr);
    align-items: center;
    gap: 32px;
    padding: 34px 42px;
    overflow: hidden;
    border: 1px solid rgba(108, 140, 255, .28);
    border-radius: 24px;
    background:
        radial-gradient(circle at 88% 25%, rgba(79, 228, 209, .16), transparent 28%),
        radial-gradient(circle at 62% 120%, rgba(169, 120, 255, .18), transparent 42%),
        linear-gradient(135deg, rgba(11, 21, 40, .98), rgba(8, 14, 29, .96));
    box-shadow: 0 24px 70px rgba(1, 6, 18, .42), inset 0 1px rgba(255, 255, 255, .04);
}

.guide-studio-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .16;
    background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 30px 30px;
    mask-image: linear-gradient(90deg, #000, transparent 80%);
}

.guide-hero-copy, .guide-hero-stats { position: relative; z-index: 2; }
.guide-kicker { display: flex; align-items: center; gap: 10px; color: var(--guide-cyan); font-size: .71rem; font-weight: 800; letter-spacing: .18em; }
.guide-kicker span { width: 26px; height: 2px; background: var(--guide-cyan); box-shadow: 0 0 14px var(--guide-cyan); }
.guide-hero-copy h1 { margin: 9px 0 7px; font-size: clamp(2.2rem, 4vw, 3.7rem); line-height: .98; letter-spacing: -.055em; font-weight: 850; }
.guide-hero-copy p { max-width: 690px; margin: 0; color: #9fb0c9; font-size: 1.03rem; line-height: 1.6; }
.guide-hero-status { display: flex; align-items: center; gap: 8px; margin-top: 17px; color: #73849e; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.guide-hero-status span { width: 7px; height: 7px; border-radius: 50%; background: var(--guide-cyan); box-shadow: 0 0 12px var(--guide-cyan); }

.guide-hero-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.guide-hero-stats > div { padding: 16px 18px; border: 1px solid rgba(130, 156, 205, .14); border-radius: 15px; background: rgba(6, 12, 26, .56); backdrop-filter: blur(8px); }
.guide-hero-stats span, .guide-hero-stats small { display: block; }
.guide-hero-stats span { color: #7488a8; font-size: .67rem; text-transform: uppercase; letter-spacing: .12em; }
.guide-hero-stats strong { display: block; margin: 4px 0 1px; font-size: 1.65rem; line-height: 1; }
.guide-hero-stats strong.good { color: var(--guide-cyan); }
.guide-hero-stats strong.warn { color: var(--guide-amber); }
.guide-hero-stats small { color: #70809a; font-size: .7rem; }
.guide-hero-orbit { position: absolute; right: -52px; top: -66px; width: 190px; height: 190px; border: 1px solid rgba(79, 228, 209, .22); border-radius: 50%; display: grid; place-items: center; color: rgba(79, 228, 209, .3); transform: rotate(-12deg); }
.guide-hero-orbit .mud-icon-root { font-size: 72px; }
.guide-hero-orbit i { position: absolute; inset: 22px; border: 1px dashed rgba(169, 120, 255, .26); border-radius: inherit; }

.guide-studio-toolbar { position: relative; min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 13px 18px; border-radius: 18px; }
.guide-toolbar-identity { display: flex; align-items: center; gap: 13px; min-width: 0; }
.guide-mark { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 13px; color: var(--guide-cyan); background: linear-gradient(145deg, rgba(79,228,209,.17), rgba(108,140,255,.1)); border: 1px solid rgba(79,228,209,.22); }
.guide-toolbar-identity > div { min-width: 0; }
.guide-toolbar-identity small, .guide-toolbar-identity em { display: block; color: #6f829f; font-size: .63rem; line-height: 1.3; letter-spacing: .11em; font-style: normal; }
.guide-toolbar-identity strong { display: block; max-width: 300px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #eff5ff; }
.guide-toolbar-sync { display: flex; align-items: center; gap: 9px; margin-left: 10px; padding-left: 18px; border-left: 1px solid rgba(138, 158, 196, .14); }
.guide-toolbar-sync > span { width: 8px; height: 8px; border-radius: 50%; background: var(--guide-cyan); box-shadow: 0 0 10px rgba(79,228,209,.7); }
.guide-toolbar-sync > span.dirty { background: var(--guide-amber); box-shadow: 0 0 10px rgba(255,191,105,.7); }
.guide-toolbar-sync strong { font-size: .78rem; }
.guide-toolbar-sync small { letter-spacing: 0; text-transform: none; }
.guide-toolbar-actions { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 3px; }
.guide-toolbar-progress { position: absolute; left: 0; right: 0; bottom: 0; }
.guide-review-menu { min-width: min(420px, 80vw); max-height: 430px; overflow: auto; background: #0b1425 !important; }
.guide-review-heading { display: flex; align-items: end; justify-content: space-between; padding-bottom: 11px; border-bottom: 1px solid rgba(135,155,190,.15); }
.guide-review-heading span, .guide-review-heading strong { display: block; }
.guide-review-heading span { color: var(--guide-cyan); font-size: .64rem; letter-spacing: .12em; }
.guide-review-heading em { color: #8392aa; font-size: .72rem; font-style: normal; }
.guide-review-line { display: flex; align-items: center; gap: 6px; padding: 9px 1px; color: #c5d1e3; border-bottom: 1px solid rgba(135,155,190,.08); font-size: .78rem; }
.guide-review-line .mud-icon-root { color: var(--guide-violet); font-size: 18px; }

.guide-studio-workspace { display: grid; grid-template-columns: minmax(240px, .66fr) minmax(520px, 1.55fr) minmax(340px, .9fr); align-items: start; gap: 16px; }
.guide-library, .guide-designer, .guide-preview { min-width: 0; border-radius: 20px; }
.guide-library, .guide-preview { position: sticky; top: 16px; }
.guide-panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 15px; }
.guide-panel-heading span { display: block; color: var(--guide-cyan); font-size: .62rem; font-weight: 800; letter-spacing: .14em; }
.guide-panel-heading h2 { margin: 2px 0 0; color: #edf4ff; font-size: 1.18rem; }
.guide-panel-heading > strong { display: grid; place-items: center; min-width: 34px; height: 28px; padding: 0 8px; border-radius: 9px; color: var(--guide-cyan); background: rgba(79,228,209,.09); font-size: .8rem; }

.guide-library { padding: 18px; }
.guide-filter-rail { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; margin: 10px 0; padding: 4px; border-radius: 11px; background: rgba(4,10,22,.55); }
.guide-filter-rail button { min-width: 0; padding: 7px 3px; border: 0; border-radius: 8px; color: #7d8da7; background: transparent; font-size: .66rem; cursor: pointer; }
.guide-filter-rail button.active { color: #eef6ff; background: linear-gradient(135deg, rgba(108,140,255,.28), rgba(79,228,209,.12)); box-shadow: inset 0 0 0 1px rgba(108,140,255,.22); }
.guide-library-summary { display: flex; align-items: center; gap: 8px; margin: 11px 2px; color: #657791; font-size: .67rem; }
.guide-library-summary i { flex: 1; height: 1px; background: rgba(128,148,184,.12); }
.guide-list { display: grid; gap: 7px; max-height: calc(100vh - 465px); min-height: 310px; overflow: auto; padding-right: 3px; }
.guide-library-card { position: relative; display: grid; grid-template-columns: 38px minmax(0,1fr) auto; align-items: center; gap: 10px; width: 100%; padding: 10px; border: 1px solid rgba(127,149,188,.11); border-radius: 12px; color: inherit; text-align: left; background: rgba(7,14,28,.56); cursor: pointer; transition: .16s ease; }
.guide-library-card:hover { border-color: rgba(108,140,255,.32); transform: translateX(2px); }
.guide-library-card.active { border-color: rgba(79,228,209,.38); background: linear-gradient(100deg, rgba(79,228,209,.11), rgba(108,140,255,.08)); box-shadow: inset 3px 0 var(--guide-cyan); }
.guide-library-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; background: rgba(108,140,255,.12); font-size: 1.12rem; }
.guide-library-icon img { width: 25px; height: 25px; object-fit: contain; }
.guide-library-copy { min-width: 0; }
.guide-library-copy strong, .guide-library-copy small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.guide-library-copy strong { font-size: .79rem; }
.guide-library-copy small { color: #6e809b; font-size: .65rem; }
.guide-library-state { align-self: start; padding: 3px 5px; border-radius: 5px; font-size: .52rem; letter-spacing: .08em; }
.guide-library-state.live { color: var(--guide-cyan); background: rgba(79,228,209,.1); }
.guide-library-state.draft { color: var(--guide-amber); background: rgba(255,191,105,.1); }
.guide-library-star { position: absolute; right: 8px; bottom: 7px; color: var(--guide-amber); font-size: 14px !important; }
.guide-library-empty, .guide-page-empty { display: grid; place-items: center; gap: 6px; padding: 32px 10px; color: #6e809b; text-align: center; }

.guide-designer { overflow: hidden; padding: 18px; }
.guide-designer-heading { margin-bottom: 9px; }
.guide-designer-badges { display: flex; gap: 6px; }
.guide-designer-badges span { padding: 5px 8px; border-radius: 7px; color: #94a5bf; background: rgba(125,145,180,.1); }
.guide-designer-badges .good { color: var(--guide-cyan); }
.guide-designer-badges .warn { color: var(--guide-amber); }
.guide-validation-strip { display: flex; align-items: flex-start; gap: 8px; margin: 8px 0; padding: 9px 11px; border: 1px solid rgba(255,191,105,.2); border-radius: 10px; color: #e9be86; background: rgba(255,191,105,.07); font-size: .7rem; }
.guide-validation-strip.error { color: #ff98a5; border-color: rgba(255,92,113,.24); background: rgba(255,92,113,.07); }
.guide-validation-strip .mud-icon-root { flex: 0 0 auto; font-size: 18px; }
.guide-editor-tabs .mud-tabs-panels { padding: 16px 2px 2px !important; }
.guide-config-section, .guide-page-list-section { margin-bottom: 14px; padding: 16px; border: 1px solid rgba(128,149,186,.12); border-radius: 15px; background: rgba(5,11,24,.38); }
.guide-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 14px; }
.guide-section-heading span { display: block; color: var(--guide-violet); font-size: .61rem; font-weight: 800; letter-spacing: .14em; }
.guide-section-heading h3 { margin: 2px 0 0; font-size: 1rem; }
.guide-section-heading small { color: #657791; font-size: .67rem; }
.guide-toggle-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; margin-top: 12px; }
.guide-toggle-card, .guide-inline-toggle { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 11px 13px; border: 1px solid rgba(130,150,186,.12); border-radius: 12px; background: rgba(7,14,28,.55); }
.guide-toggle-card.on { border-color: rgba(79,228,209,.22); background: rgba(79,228,209,.055); }
.guide-toggle-card > span { display: grid; grid-template-columns: auto 1fr; column-gap: 8px; }
.guide-toggle-card .mud-icon-root { grid-row: 1 / 3; color: #7589a8; }
.guide-toggle-card strong, .guide-toggle-card small, .guide-inline-toggle strong, .guide-inline-toggle small { display: block; }
.guide-toggle-card strong, .guide-inline-toggle strong { font-size: .76rem; }
.guide-toggle-card small, .guide-inline-toggle small { color: #6e809a; font-size: .64rem; }
.guide-page-workspace { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 12px; align-items: start; }
.guide-page-list-section { padding: 12px; }
.guide-page-list { display: grid; gap: 6px; max-height: 660px; overflow: auto; }
.guide-page-card { display: grid; grid-template-columns: 28px minmax(0,1fr) auto; align-items: center; gap: 8px; padding: 9px; border: 1px solid rgba(128,149,186,.1); border-radius: 10px; color: inherit; text-align: left; background: rgba(9,16,30,.58); cursor: pointer; }
.guide-page-card > span { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 7px; color: #91a3bd; background: rgba(108,140,255,.12); font-size: .67rem; }
.guide-page-card strong, .guide-page-card small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.guide-page-card strong { font-size: .72rem; }
.guide-page-card small { color: #62748f; font-size: .59rem; }
.guide-page-card.active { border-color: rgba(79,228,209,.32); background: rgba(79,228,209,.07); }
.guide-page-card.active > span { color: #071018; background: var(--guide-cyan); }
.guide-page-card .mud-icon-root { color: #768aa8; font-size: 15px; }
.guide-page-actions { display: flex; }
.guide-inline-toggle { min-height: 56px; }
.guide-token-palette { display: flex; align-items: center; flex-wrap: wrap; gap: 5px; }
.guide-token-palette > span { margin-right: 5px; color: var(--guide-cyan); font-size: .58rem; font-weight: 800; letter-spacing: .12em; }
.guide-token-palette button { padding: 5px 7px; border: 1px solid rgba(108,140,255,.22); border-radius: 7px; color: #9bb2f5; background: rgba(108,140,255,.07); font: 600 .62rem ui-monospace, monospace; cursor: pointer; }
.guide-token-palette button:hover { color: #fff; border-color: rgba(79,228,209,.35); }
.guide-page-editor-empty, .guide-no-selection { display: grid; place-items: center; min-height: 330px; padding: 40px; color: #70829d; text-align: center; }
.guide-page-editor-empty .mud-icon-root, .guide-no-selection .mud-icon-root { font-size: 48px; color: rgba(108,140,255,.5); }
.guide-page-editor-empty h3, .guide-no-selection h3 { margin: 10px 0 0; color: #dce7f7; }
.guide-page-editor-empty p, .guide-no-selection p { max-width: 420px; margin: 4px 0 16px; }

.promotion-section-grid { display: grid; gap: 11px; }
.promotion-section-card { padding: 13px; border: 1px solid rgba(108,140,255,.16); border-radius: 14px; background: linear-gradient(120deg, rgba(108,140,255,.055), rgba(5,11,23,.5)); }
.promotion-section-card.disabled { opacity: .65; }
.promotion-section-card > header { display: grid; grid-template-columns: 30px minmax(0,1fr) repeat(3, 30px); align-items: center; gap: 4px; margin-bottom: 10px; }
.promotion-section-order { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; color: var(--guide-cyan); background: rgba(79,228,209,.1); font-size: .7rem; }
.promotion-section-card header strong, .promotion-section-card header small { display: block; }
.promotion-section-card header strong { font-size: .8rem; }
.promotion-section-card header small { color: #657894; font-size: .63rem; }
.promotion-section-controls { display: flex; align-items: center; justify-content: space-between; margin: 5px 0 9px; }
.promoted-guide-list { display: grid; gap: 5px; }
.promoted-guide-row { display: grid; grid-template-columns: 32px minmax(0,1fr) repeat(3, 28px); align-items: center; gap: 3px; padding: 6px; border-radius: 9px; background: rgba(5,11,23,.68); }
.promoted-guide-style { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 7px; background: #4e5058; }
.promoted-guide-style.primary { background: #5865f2; }
.promoted-guide-style.success { background: #248046; }
.promoted-guide-style.danger { background: #da373c; }
.promoted-guide-row > button { min-width: 0; padding: 0; border: 0; color: inherit; text-align: left; background: none; cursor: pointer; }
.promoted-guide-row strong, .promoted-guide-row small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.promoted-guide-row strong { font-size: .72rem; }
.promoted-guide-row small { color: #657894; font-size: .59rem; }
.promotion-empty { display: flex; align-items: center; justify-content: center; gap: 6px; padding: 12px; color: #647691; font-size: .67rem; border: 1px dashed rgba(128,149,186,.15); border-radius: 9px; }
.promotion-board-empty { width: 100%; display: grid; place-items: center; gap: 4px; padding: 28px; border: 1px dashed rgba(108,140,255,.28); border-radius: 14px; color: #7f93b2; background: rgba(108,140,255,.035); cursor: pointer; }
.promotion-board-empty strong { color: #dce7f7; }

.guide-preview { padding: 18px; }
.guide-preview-live { display: flex !important; align-items: center; gap: 5px; color: #71839e !important; }
.guide-preview-live i { width: 6px; height: 6px; border-radius: 50%; background: var(--guide-cyan); box-shadow: 0 0 9px var(--guide-cyan); }
.guide-preview-mode { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px; margin-bottom: 12px; padding: 4px; border-radius: 10px; background: rgba(4,10,21,.65); }
.guide-preview-mode button { display: flex; align-items: center; justify-content: center; gap: 5px; padding: 7px; border: 0; border-radius: 7px; color: #71839f; background: transparent; font-size: .68rem; cursor: pointer; }
.guide-preview-mode button.active { color: #fff; background: rgba(108,140,255,.2); }
.guide-preview-mode button:disabled { opacity: .35; }
.guide-preview-mode .mud-icon-root { font-size: 16px; }
.discord-guide-shell { padding: 13px; border: 1px solid #20232a; border-radius: 15px; background: #313338; box-shadow: 0 18px 45px rgba(0,0,0,.27); }
.discord-guide-author { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.discord-guide-author > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #07131b; background: linear-gradient(135deg, var(--guide-cyan), var(--guide-blue)); font-size: .65rem; font-weight: 900; }
.discord-guide-author > div { display: flex; align-items: center; gap: 5px; }
.discord-guide-author strong { font-size: .75rem; }
.discord-guide-author em { padding: 2px 4px; border-radius: 3px; background: #5865f2; font-size: .48rem; font-style: normal; }
.discord-guide-author small { color: #949ba4; font-size: .58rem; }
.discord-guide-message { overflow: hidden; padding: 12px; border-left: 3px solid var(--guide-blue); border-radius: 5px; background: #2b2d31; color: #dbdee1; }
.discord-guide-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.discord-guide-header h2 { margin: 0; color: #f2f3f5; font-size: 1rem; line-height: 1.25; }
.discord-guide-header p { margin: 4px 0 0; color: #b5bac1; font-size: .69rem; line-height: 1.45; }
.discord-guide-header small { display: block; margin-top: 4px; color: #8e969f; font-size: .55rem; }
.discord-guide-header.page > img { width: 58px; height: 58px; border-radius: 8px; object-fit: cover; }
.discord-bot-avatar { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #0a1622; background: var(--guide-cyan); font-size: .7rem; font-weight: 900; }
.discord-promotion-section { margin-top: 12px; }
.discord-promotion-section h3, .discord-all-guides h3, .discord-markdown h3 { margin: 0; color: #f2f3f5; font-size: .78rem; }
.discord-promotion-section p { margin: 2px 0 6px; color: #949ba4; font-size: .58rem; }
.discord-guide-buttons { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 5px; }
.discord-guide-buttons button { display: flex; align-items: center; gap: 4px; min-height: 29px; padding: 5px 9px; border: 0; border-radius: 3px; color: #fff; background: #4e5058; font-size: .6rem; font-weight: 600; }
.discord-guide-buttons button.primary { background: #5865f2; }
.discord-guide-buttons button.success { background: #248046; }
.discord-guide-buttons button.danger { background: #da373c; }
.guide-inline-emoji { width: 16px; height: 16px; object-fit: contain; vertical-align: middle; }
.guide-inline-emoji-text { vertical-align: middle; }
.discord-imageline { height: 3px; margin: 13px 0; border-radius: 999px; background: linear-gradient(90deg, var(--guide-blue), var(--guide-cyan), var(--guide-violet)); opacity: .7; }
.discord-all-guides > div { display: flex; align-items: center; justify-content: space-between; margin-top: 6px; padding: 8px 9px; border: 1px solid #3f4147; border-radius: 3px; color: #949ba4; font-size: .62rem; background: #1e1f22; }
.discord-guide-message footer { margin-top: 10px; color: #7f8790; font-size: .55rem; }
.discord-markdown { margin-top: 12px; color: #dbdee1; font-size: .67rem; line-height: 1.48; overflow-wrap: anywhere; }
.discord-markdown h4, .discord-markdown h5 { margin: 8px 0 2px; color: #f2f3f5; font-size: .76rem; }
.discord-markdown code { padding: 1px 3px; border-radius: 3px; color: #e3e5e8; background: #1e1f22; font-size: .62rem; }
.discord-markdown .md-list { display: inline-block; padding-left: 4px; }
.discord-guide-image { display: block; width: 100%; max-height: 230px; margin-top: 10px; border-radius: 6px; object-fit: cover; background: #1e1f22; }
.discord-page-buttons { display: flex; justify-content: center; gap: 4px; }
.discord-page-buttons button { width: 27px; height: 27px; border: 0; border-radius: 3px; color: #dbdee1; background: #4e5058; font-size: .6rem; }
.discord-page-buttons button.active { background: #5865f2; }
.discord-guide-empty { padding: 38px 12px; color: #949ba4; text-align: center; font-size: .68rem; }
.guide-preview-note { display: flex; gap: 9px; margin-top: 12px; padding: 10px; border: 1px solid rgba(79,228,209,.13); border-radius: 11px; color: var(--guide-cyan); background: rgba(79,228,209,.045); }
.guide-preview-note span, .guide-preview-note strong, .guide-preview-note small { display: block; }
.guide-preview-note .mud-icon-root { font-size: 19px; }
.guide-preview-note strong { color: #cfece9; font-size: .69rem; }
.guide-preview-note small { color: #71849d; font-size: .61rem; line-height: 1.4; }

@media (max-width: 1500px) {
    .guide-studio-workspace { grid-template-columns: 250px minmax(500px, 1fr); }
    .guide-preview { position: static; grid-column: 1 / -1; }
    .discord-guide-shell { max-width: 760px; margin: auto; }
}

@media (max-width: 1050px) {
    .guide-studio-hero { grid-template-columns: 1fr; }
    .guide-studio-toolbar { align-items: flex-start; flex-direction: column; }
    .guide-toolbar-actions { justify-content: flex-start; }
    .guide-studio-workspace { grid-template-columns: 1fr; }
    .guide-library { position: static; }
    .guide-list { max-height: 420px; }
}

@media (max-width: 700px) {
    .guide-studio-page { padding: 10px; }
    .guide-studio-hero { padding: 25px 20px; }
    .guide-hero-stats, .guide-toggle-grid, .guide-page-workspace { grid-template-columns: 1fr; }
    .guide-toolbar-sync { display: none; }
    .guide-toolbar-actions { width: 100%; }
    .guide-toolbar-actions .mud-button-root { flex: 1 1 auto; }
}
