:root{--shell-bg:#07090f;--shell-sidebar-bg:#0c1019;--shell-sidebar-border:#1f2839;--shell-nav-text:#adb9d1;--shell-nav-active-bg:#3b111d;--shell-nav-active-text:#fff;--shell-main-bg:#0a0f18;--shell-panel-bg:#121927;--shell-panel-border:#2a3449;--shell-title:#f5f7fb;--shell-muted:#9aa6bd;--shell-pill-bg:#33111a;--shell-pill-text:#ff5a78}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--shell-bg);color:var(--shell-title);font-family:Avenir Next,Segoe UI,Trebuchet MS,sans-serif}a{color:inherit}.shell-root{display:flex}.shell-auth-only,.shell-root{min-height:100vh;background:radial-gradient(circle at 20% 0,#17131c 0,#0c1019 45%,#07090f 100%)}.shell-auth-only{padding:20px 14px}.shell-sidebar{width:284px;flex-shrink:0;background:linear-gradient(180deg,#0c1019,#090d15);border-right:1px solid var(--shell-sidebar-border);padding:24px 18px 20px;display:flex;flex-direction:column;gap:18px}.shell-brand{border-bottom:1px solid hsla(0,0%,100%,.12);padding-bottom:14px}.brand-wordmark{margin:0;display:inline-flex;align-items:baseline;gap:0;line-height:1;letter-spacing:-.03em;font-weight:900;text-transform:uppercase}.brand-wordmark-un{color:#ef203d}.brand-wordmark-rest{color:#fff}.shell-brand-wordmark{font-size:33px}.shell-brand-kicker{margin:8px 0 0;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#a3b0c8;font-weight:700}.shell-brand-title{margin:0;font-size:22px;line-height:1.1;color:#f4f7ff}.shell-auth-pill{margin:0;font-size:12px;line-height:1.3;border-radius:999px;padding:8px 11px;border:1px solid #303d57;background:#121b2d}.shell-auth-pill.is-signed-in{color:#dff9ea;border-color:#2e6a52;background:#17382c}.shell-auth-pill.is-signed-out{color:#f0d4dc;border-color:#64303f;background:#2b1118}.shell-signout-button{border:1px solid #5b1d2b;background:#2e0f18;color:#ffd8df;border-radius:9px;padding:8px 10px;font-size:13px;font-weight:700;cursor:pointer;text-align:left}.shell-signout-button:hover{background:#3a1220}.shell-signout-button:disabled{cursor:not-allowed;opacity:.65}.shell-nav{display:flex;flex-direction:column;gap:14px}.shell-nav-title{margin:0 0 7px;color:#8f9eb8;font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:700}.shell-nav-links{display:flex;flex-direction:column;gap:5px}.shell-nav-empty{margin:2px 0 0;font-size:13px;color:#9fabc2;line-height:1.4}.shell-nav-link{text-decoration:none;color:var(--shell-nav-text);border:1px solid transparent;border-radius:10px;padding:9px 11px;font-size:14px;font-weight:600;transition:background .12s ease,border-color .12s ease,color .12s ease}.shell-nav-link:hover{border-color:#5f2735;color:#fff;background:#32111b}.shell-nav-link.is-active{color:var(--shell-nav-active-text);border-color:#7a273a;background:var(--shell-nav-active-bg)}.shell-main{min-width:0;flex:1 1;display:flex;flex-direction:column}.shell-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 22px 12px;border-bottom:1px solid var(--shell-panel-border);background:rgba(12,18,29,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.shell-topbar-kicker{margin:0 0 4px;color:var(--shell-muted);font-size:11px;letter-spacing:.1em;text-transform:uppercase;font-weight:700}.shell-topbar-title{margin:0;color:#fff;font-size:24px;letter-spacing:-.02em}.shell-admin-pill{margin:0;padding:7px 11px;border-radius:999px;border:1px solid #8a2f42;background:var(--shell-pill-bg);color:var(--shell-pill-text);font-size:12px;font-weight:700}.shell-pill-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.shell-creator-pill{margin:0;padding:7px 11px;border-radius:999px;border:1px solid #2a6f54;background:#123326;color:#c6f6de;font-size:12px;font-weight:700}.shell-content{padding:16px 14px 20px;min-width:0}.home-landing{max-width:1120px;margin:0 auto;background:var(--shell-panel-bg);border:1px solid var(--shell-panel-border);border-radius:14px;padding:20px}.home-landing h1{margin:0;font-size:32px;letter-spacing:-.02em;color:#fff}.home-landing p{color:var(--shell-muted)}.home-grid{margin-top:16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-gap:10px;gap:10px}.home-card{text-decoration:none;background:linear-gradient(180deg,#fbfdff,#f2f7ff);border:1px solid #d7e3f8;border-radius:12px;padding:14px;display:block;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.home-card h2{margin:0 0 8px;font-size:20px;color:#172846}.home-card p{margin:0 0 12px;color:#445982;font-size:14px}.home-card span{color:#1d4ed8;font-size:13px;font-weight:700}.home-card:hover{border-color:#b8ccec;box-shadow:0 10px 24px rgba(11,22,46,.14);transform:translateY(-1px)}.creator-recent-show-card{background:linear-gradient(180deg,#141d2d,#101827);border-color:#2f3e59;box-shadow:0 10px 28px rgba(0,0,0,.34)}.creator-recent-show-card h2{color:#f4f8ff;line-height:1.2}.creator-recent-show-card p{color:#bdcce6}.creator-recent-show-card .console-show-media-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.creator-recent-show-card .console-media-card{background:#0d1522;border-color:#31445f}.creator-recent-show-card .console-media-label{color:#9bb1d4}.creator-recent-show-card .console-cover-preview,.creator-recent-show-card .console-thumb-preview{width:100%;height:128px;border-color:#344762;background:#090f1a}.creator-recent-show-card .console-meta-small{color:#91a4c7}.creator-recent-show-card .creator-show-category-chip{border-color:#3a4f71;background:#18263e;color:#e0eafe}.creator-recent-show-status{display:inline-flex;align-items:center;border:1px solid #6b2435;background:rgba(217,16,36,.12);color:#ffdbe1;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800;letter-spacing:.02em}.admin-home-card{background:linear-gradient(180deg,#141d2d,#101827);border-color:#2f3e59;box-shadow:0 10px 28px rgba(0,0,0,.34)}.admin-home-card h2{color:#f4f8ff}.admin-home-card p{color:#bdcce6}.admin-home-card span{color:#ffd8df}.shared-show-row-card{border-color:#344866;background:linear-gradient(180deg,#121b2b,#0f1725);box-shadow:0 8px 20px rgba(0,0,0,.28)}.shared-show-row-card:hover{border-color:#516a8f}.shared-show-row-title{color:#f6f9ff;letter-spacing:-.01em;line-height:1.25}.shared-show-row-primary-meta{color:#d4e0f6;font-weight:700}.shared-show-row-secondary-meta{color:#aec0de}.shared-show-row-categories{margin-top:10px}.shared-show-row-card .creator-show-category-chip{border-color:#3d5578;background:#1a2a42;color:#e5edff}.shared-show-row-card .console-link-chip{border-color:#425a7f;background:#182840;color:#f2f6ff}.shared-show-row-card .console-link-chip:hover{border-color:#8e364a;background:#371723}.shared-show-row-card .creator-show-list-thumb-wrap{width:88px;height:88px;border-color:#435d82}.shared-show-row-card .creator-show-list-thumb-empty{color:#a6badc}.console-page{max-width:1160px;margin:0 auto;padding:6px 8px 18px}.auth-logo-lockup{margin:4px 0 14px}.auth-brand-wordmark{font-size:54px}.console-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.console-title{margin:0;font-size:31px;letter-spacing:-.02em;color:#fff}.console-subtitle{margin:8px 0 10px;color:#a5b2c8;max-width:760px}.console-sub-title{margin:0 0 8px;font-size:17px;color:#fff}.console-meta{margin:4px 0;font-size:13px;color:#adbad1;line-height:1.45}.console-meta-small{margin:2px 0;font-size:12px;color:#8f9db7}.console-mono{margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;color:#d4def0}.console-inline-link,.console-link{color:#ff5a78;text-decoration:none;font-weight:700}.console-inline-link:hover,.console-link:hover{text-decoration:underline}.console-subnav{display:flex;gap:8px;flex-wrap:wrap;margin:6px 0 12px}.console-link-chip,.console-subnav-link{display:inline-flex;align-items:center;border:1px solid #36435b;background:#171f2f;color:#f4f7ff;border-radius:999px;padding:6px 11px;font-size:13px;font-weight:700;text-decoration:none}.console-link-chip:hover,.console-subnav-link:hover{border-color:#6f2b3c;background:#2f111b}.console-card{background:linear-gradient(180deg,#121927,#111723);border:1px solid #2b354a;border-radius:14px;padding:14px;margin-bottom:12px;box-shadow:0 10px 30px rgba(0,0,0,.35)}.console-section-title{margin:0 0 10px;font-size:21px;letter-spacing:-.01em;color:#fff}.console-row,.console-row-between{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.console-row-between{justify-content:space-between}.console-grid-2{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:8px}.console-grid-2,.console-grid-3{display:grid;gap:8px;margin-bottom:8px}.console-grid-3{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:8px}.console-grid-4{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:8px}.console-grid-4,.console-grid-5{display:grid;gap:8px;margin-bottom:8px}.console-grid-5{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:8px}.console-input,.console-textarea{border:1px solid #36425a;border-radius:9px;padding:10px 12px;font-size:14px;color:#f4f7ff;background:#0f1624;width:100%}.console-input-small{border:1px solid #36425a;border-radius:8px;padding:6px 8px;font-size:13px;color:#f4f7ff;background:#0f1624;width:100%}.console-textarea{min-height:92px;resize:vertical}.console-input:focus,.console-textarea:focus{outline:2px solid #c13a55;outline-offset:1px}.console-button,.console-button-danger,.console-button-muted,.console-button-small{border-radius:9px;font-weight:700;cursor:pointer;transition:filter .12s ease,transform .12s ease}.console-button{border:1px solid #8b2d41;background:#e21f3d;color:#fff;padding:9px 12px}.console-button-muted{padding:9px 12px}.console-button-muted,.console-button-small{border:1px solid #3f4d67;background:#1a2334;color:#e8edf8}.console-button-small{padding:6px 10px}.console-button-danger{border:1px solid #9a2d43;background:#3a111d;color:#ffdce4;padding:6px 10px}.console-button-danger:hover,.console-button-muted:hover,.console-button-small:hover,.console-button:hover{filter:brightness(.98)}.console-button-danger:disabled,.console-button-muted:disabled,.console-button-small:disabled,.console-button:disabled{cursor:not-allowed;opacity:.65;filter:none}.console-panel{border:1px solid #303b52;border-radius:10px;padding:10px;margin-top:8px;background:#0f1624}.console-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:8px;gap:8px;margin-bottom:8px}.console-stat-item{background:#10192b;border:1px solid #2f3a51;border-radius:8px;padding:8px 10px;font-size:13px;color:#e5eefc;font-weight:600}.console-checkbox-label,.console-radio-label{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#d4deef}.console-radio-label{font-size:13px;color:#afbfdd}.console-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:10px;gap:10px;margin-top:10px}.console-category-item{border:1px solid #2f3a51;background:#10192b;border-radius:10px;padding:8px 10px;display:flex;align-items:center;justify-content:space-between;gap:10px}.console-show-card{border:1px solid #2f3a51;border-radius:12px;padding:10px;margin-bottom:10px;background:#0f1624}.console-show-title{margin:0;font-size:18px;color:#f3f7ff}.console-show-media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:8px;gap:8px;margin-top:8px}.console-media-card{border:1px solid #2f3a51;border-radius:8px;padding:8px;background:#0f1624}.console-media-label{margin:0 0 6px;font-size:12px;font-weight:700;color:#9fb1d0;text-transform:uppercase;letter-spacing:.04em}.console-thumb-preview{width:96px}.console-cover-preview,.console-thumb-preview{height:96px;border-radius:8px;object-fit:cover;border:1px solid #2f3a51}.console-cover-preview{width:192px}.console-video-preview{width:min(100%,640px);aspect-ratio:16/9;border-radius:8px;background:#060a13;border:1px solid #2f3a51}.console-supporting-media-list{display:flex;flex-direction:column;gap:8px;margin-top:8px}.console-supporting-media-item{border:1px solid #2f3a51;border-radius:8px;padding:8px;background:#10192b;display:flex;justify-content:space-between;gap:8px;flex-wrap:wrap;align-items:flex-start}.console-episode-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0}.console-cycle-card{border:1px solid #e2e9f9;border-radius:8px;padding:8px;margin-top:8px;background:#f9fbff}.console-grid-1{display:grid;grid-template-columns:1fr;grid-gap:8px;gap:8px;margin-bottom:8px}.console-chip-row,.console-primary-row{display:flex;gap:8px;flex-wrap:wrap}.console-template-panel{background:#111a2a}.console-step-card,.console-template-panel{border:1px solid #2f3a51;border-radius:10px;padding:10px}.console-step-card{background:#0f1624}.console-subheading{margin:2px 0 6px;font-size:15px;color:#fff}.console-code-inline{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;color:#f2f6ff;background:#1a2436;border:1px solid #34425e;border-radius:6px;padding:2px 6px}.console-builder-row{display:flex;align-items:center;gap:8px}.console-bar-track{flex:1 1;height:8px;border-radius:999px;background:linear-gradient(90deg,#25324b,#1a2335);overflow:hidden}.console-bar-fill{height:100%;min-width:4%;border-radius:inherit;background:linear-gradient(90deg,#ef203d,#a01329)}.console-chip-button{border:1px solid #3a4760;background:#192335;color:#e8edf8;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700;cursor:pointer}.console-chip-button.is-selected{border-color:#8d2d41;background:#e21f3d;color:#fff}.console-error-meta{margin:4px 0;font-size:13px;color:#b91c1c}.console-table{display:grid;grid-gap:1px;gap:1px;border:1px solid #32405a;border-radius:10px;overflow:hidden;background:#32405a}.console-table-row{display:grid;grid-template-columns:minmax(180px,2fr) repeat(6,minmax(90px,1fr));background:#111a2a}.console-table-header{background:#1a2437;font-weight:700}.console-cell,.console-cell-wide{padding:8px 10px;font-size:13px;color:#e8edf8;background:#111a2a}.console-cell-wide{min-width:0}.console-list-row{display:flex;align-items:flex-start;gap:8px;border:1px solid #2f3a51;border-radius:9px;padding:8px;margin-bottom:8px;background:#0f1624}.console-list-text{min-width:0;flex:1 1}.console-list-title{margin:0;font-size:14px;font-weight:700;color:#f3f7ff}.console-footer{margin:8px 0 0;font-size:13px;color:#9dafc9}.console-user-row{display:flex;justify-content:space-between;align-items:center;gap:8px;border:1px solid #2f3a51;border-radius:10px;padding:10px;margin-bottom:8px;background:#111a2a}.console-user-title{margin:0;font-weight:700;font-size:14px;color:#f3f7ff}.admin-creator-row{align-items:stretch;background:linear-gradient(180deg,#131d2e,#101827);border-color:#354968;gap:12px}.admin-creator-row-main{min-width:0;flex:1 1;display:grid;grid-gap:8px;gap:8px}.admin-creator-row-primary{display:flex;gap:10px;align-items:baseline;flex-wrap:wrap;min-width:0}.admin-creator-row-email{font-size:16px;color:#f7faff;letter-spacing:-.01em;overflow-wrap:anywhere}.admin-creator-row-id{margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;color:#a9bbda;overflow-wrap:anywhere}.admin-creator-row-stats{display:flex;gap:8px;flex-wrap:wrap}.admin-creator-stat-chip{border:1px solid #445c80;background:#182840;color:#deebff;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700;line-height:1.3}.admin-creator-row-actions{align-self:center;justify-content:flex-end;flex-shrink:0}.admin-creator-row-actions .console-link-chip{white-space:nowrap}.creator-show-category-row{margin:8px 0;display:flex;gap:6px;flex-wrap:wrap}.creator-show-category-chip{border:1px solid #2f3a51;background:#161f32;color:#dbe6fb;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:700}.creator-show-hero{border:1px solid #2f3a51;border-radius:14px;overflow:hidden;background:#0f1624;margin-bottom:12px;box-shadow:0 6px 16px rgba(5,9,19,.38)}.creator-show-hero-cover-wrap{width:100%;height:220px;background:linear-gradient(180deg,#121c2f,#0c1422)}.creator-show-hero-cover{width:100%;height:100%;object-fit:cover;display:block}.creator-show-hero-cover-empty{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#9fb1d0}.creator-show-hero-content{padding:12px;display:flex;gap:12px;align-items:flex-start}.creator-show-profile-thumb-wrap{flex-shrink:0}.creator-show-profile-thumb{width:96px;height:96px;border-radius:12px;border:1px solid #2f3a51;object-fit:cover;background:#0f1624}.creator-show-profile-thumb-empty{width:96px;height:96px;border-radius:12px;border:1px dashed #30435f;display:flex;align-items:center;justify-content:center;text-align:center;font-size:12px;color:#9db0d0;background:#111c30;padding:6px}.creator-show-hero-meta{min-width:0;flex:1 1}.creator-show-hero-title{margin:0;font-size:28px;letter-spacing:-.02em;color:#f6f9ff}.creator-show-list-row{border:1px solid #2d3950;background:#111a2a}.creator-show-list-row .console-show-title{color:#f3f7ff}.creator-show-list-row .console-meta{color:#a6b4ce}.creator-show-list-row-inner{display:flex;align-items:center;justify-content:space-between;gap:14px}.creator-show-list-meta{min-width:0;flex:1 1}.creator-show-list-side{display:flex;align-items:center;gap:10px;flex-shrink:0}.creator-show-list-actions,.creator-show-list-side{justify-content:flex-end}.creator-show-list-thumb-wrap{width:72px;height:72px;border-radius:10px;border:1px solid #364561;background:#0d1422;overflow:hidden;flex-shrink:0}.creator-show-list-thumb{width:100%;height:100%;object-fit:cover;display:block}.creator-show-list-thumb-empty{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:4px;text-align:center;font-size:11px;line-height:1.2;color:#8ea1c3}.admin-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:8px;gap:8px}.admin-kpi-card{border:1px solid #2f3a51;border-radius:10px;padding:10px;min-height:86px;background:linear-gradient(180deg,#0e1523,#121b2c);box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.02)}.admin-kpi-card .console-meta-small{color:#b5c4de;font-weight:600}.admin-kpi-card .console-sub-title{color:#f8fbff;font-size:18px;line-height:1.25;overflow-wrap:anywhere}.admin-preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:10px;gap:10px}.admin-preview-panel{border:1px solid #2f3a51;border-radius:10px;padding:10px;background:#111a2a}.admin-preview-phone{border:1px solid #32405a;border-radius:12px;padding:10px;background:linear-gradient(180deg,#0f1828,#111d30)}.admin-preview-label{margin:0 0 8px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#9fb1d0;font-weight:700}.admin-preview-item{border:1px solid #31405a;border-radius:8px;padding:8px;background:#0f1624;margin-bottom:6px;font-size:13px;color:#ecf2ff}.console-output{background:#101a2a;color:#dbe7ff;border-radius:10px;padding:10px 12px;font-size:12px;white-space:pre-wrap;overflow-x:auto;line-height:1.35}@media (max-width:1020px){.shell-root{flex-direction:column}.shell-sidebar{width:100%;border-right:none;border-bottom:1px solid var(--shell-sidebar-border);padding:14px 12px;gap:10px}.shell-brand{border-bottom:none;padding-bottom:0}.shell-nav{gap:8px}.shell-nav-links{flex-direction:row;flex-wrap:wrap}.shell-nav-link{padding:8px 10px;font-size:13px}.shell-topbar{padding:12px 14px 10px}.shell-content{padding:12px 8px 14px}.console-page{padding:4px 2px 12px}.console-title{font-size:26px}.console-user-row{flex-direction:column;align-items:flex-start}.admin-creator-row-actions{width:100%;justify-content:flex-start}.console-cover-preview{width:100%;max-width:280px;height:auto;aspect-ratio:2/1}.creator-show-list-row-inner{align-items:flex-start}.creator-show-list-side{flex-direction:column;align-items:flex-end}}