:root{--bg:#070c14;--surface:#0d1521;--surface-2:#111c2a;--line:#213044;--text:#f6f8fb;--muted:#91a0b6;--purple:#7567ff;--blue:#577cff;--green:#2ee59d;--red:#ff4d61;--shadow:0 18px 55px #0000003d}*{box-sizing:border-box}html{background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{background:radial-gradient(circle at 50% -20%, #172841 0, var(--bg) 45%);min-width:320px;margin:0}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline-offset:2px;outline:2px solid #9f95ff}.brand{align-items:center;gap:.7rem;font-size:1.16rem;font-weight:760;display:inline-flex}.brand svg{color:#6b79ff;width:28px}.eyebrow{letter-spacing:.13em;text-transform:uppercase;margin:0 0 .45rem;font-size:.72rem;font-weight:780;color:#8b83ff!important}.studio-shell{min-height:100vh;padding:0 clamp(1rem,4vw,4.5rem)}.studio-nav{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;height:76px;display:flex}.phase-pill,.offline-pill{color:var(--muted);border:1px solid var(--line);border-radius:999px;align-items:center;gap:.45rem;padding:.45rem .7rem;font-size:.75rem;display:inline-flex}.phase-pill span{background:var(--green);width:7px;height:7px;box-shadow:0 0 12px var(--green);border-radius:50%}.studio-hero{max-width:820px;padding:clamp(3rem,8vw,7rem) 0 3rem}.studio-hero h1{letter-spacing:-.065em;margin:0;font-size:clamp(2.7rem,7vw,6.4rem);line-height:.98}.studio-hero>p:last-child{max-width:660px;color:var(--muted);margin:1.5rem 0 0;font-size:clamp(1rem,2vw,1.25rem);line-height:1.65}.auth-card,.create-card,.sessions-card,.panelists-card{border:1px solid var(--line);box-shadow:var(--shadow);background:linear-gradient(145deg,#101a28f2,#0a111cf2);border-radius:20px}.auth-card{gap:1rem;width:min(100%,480px);padding:1.5rem;display:grid}.auth-card h2,.card-heading h2{margin:0;font-size:1.3rem}.auth-card p{color:var(--muted)}label{color:#c3cede;gap:.48rem;font-size:.8rem;font-weight:680;display:grid}input,textarea,select{width:100%;color:var(--text);border:1px solid var(--line);resize:vertical;background:#070d16;border-radius:11px;padding:.85rem .95rem}input::placeholder,textarea::placeholder{color:#627086}.primary-button{cursor:pointer;background:linear-gradient(135deg,#5b5af7,#825cff);border:0;border-radius:11px;justify-content:center;align-items:center;gap:.55rem;min-height:46px;padding:.75rem 1rem;font-weight:730;display:inline-flex;box-shadow:0 9px 25px #5d55e933}.primary-button svg{width:18px}.primary-button:disabled,button:disabled{opacity:.48;cursor:not-allowed}.form-error,.room-error{color:#ff9ca8}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.studio-grid{grid-template-columns:minmax(320px,.75fr) minmax(420px,1.25fr);align-items:start;gap:1.3rem;display:grid}.panelists-card{grid-column:1/-1;padding:1.4rem}.panelists-heading,.editor-heading,.editor-actions{justify-content:space-between;align-items:center;gap:1rem;display:flex}.outline-button,.danger-button,.icon-button{border:1px solid var(--line);cursor:pointer;background:#0a121e;border-radius:10px}.outline-button,.danger-button{justify-content:center;align-items:center;gap:.45rem;min-height:42px;padding:.6rem .85rem;font-size:.78rem;font-weight:720;display:inline-flex}.outline-button svg,.danger-button svg{width:17px}.danger-button{color:#ff9ca8;border-color:#ff4d6140}.icon-button{place-items:center;width:38px;height:38px;display:grid}.character-library{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin-top:1.2rem;display:grid}.character-card{border:1px solid var(--line);background:#080f19;border-radius:13px;transition:border-color .15s,background .15s;overflow:hidden}.character-card.selected{background:#11162a;border-color:#766cff;box-shadow:inset 0 0 0 1px #766cff2e}.character-select{text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:auto 1fr auto;align-items:center;gap:.7rem;width:100%;min-height:86px;padding:.8rem;display:grid}.character-select>span:nth-child(2),.character-card-footer small,.selected-panel li div{min-width:0}.character-select strong,.character-select small,.selected-panel strong,.selected-panel small{display:block}.character-select small,.character-card-footer small,.selected-panel small{color:var(--muted);font-size:.7rem}.character-avatar{background:#273f63;border-radius:50%;place-items:center;width:44px;height:44px;font-size:.75rem;font-weight:800;display:grid;overflow:hidden}.character-avatar img{object-fit:cover;width:100%;height:100%}.selection-mark{width:25px;height:25px;color:var(--muted);border:1px solid var(--line);border-radius:50%;place-items:center;display:grid}.selected .selection-mark{color:#fff;background:#766cff;border-color:#766cff}.selection-mark svg{width:13px}.character-card-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:.5rem;padding:.55rem .8rem;display:flex}.character-card-footer button{color:#aaa4ff;cursor:pointer;background:0 0;border:0;align-items:center;gap:.3rem;padding:0;font-size:.7rem;display:inline-flex}.character-card-footer svg{width:13px}.selected-panel{border:1px solid var(--line);background:#070d16;border-radius:12px;grid-template-columns:135px 1fr;align-items:start;gap:1rem;margin-top:1rem;padding:.85rem;display:grid}.selected-panel>div>strong,.selected-panel>div>small{display:block}.selected-panel>div>small{color:var(--muted);margin-top:.25rem;font-size:.7rem}.selected-panel ol{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.selected-panel li{border:1px solid #1d2a3d;border-radius:9px;grid-template-columns:auto 1fr repeat(3,25px);align-items:center;gap:.35rem;min-width:0;min-height:48px;padding:.45rem;display:grid}.selected-panel li>span{color:#b4afff;background:#7567ff20;border-radius:50%;place-items:center;width:24px;height:24px;font-size:.68rem;font-weight:800;display:grid}.selected-panel li button{width:25px;height:25px;color:var(--muted);cursor:pointer;background:0 0;border:0;place-items:center;padding:0;display:grid}.selected-panel li button svg{width:13px}.character-editor{background:#0b1220;border:1px solid #766cff55;border-radius:14px;margin-top:1rem;padding:1rem}.editor-heading h3{margin:0;font-size:1.05rem}.editor-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;margin-top:1rem;display:grid}.wide-field{grid-column:1/-1}.editor-actions{justify-content:flex-end;margin-top:1rem}.editor-actions .danger-button{margin-right:auto}.create-card,.sessions-card{padding:1.4rem}.create-card{gap:1rem;display:grid}.card-heading{align-items:center;gap:.9rem;display:flex}.icon-tile{color:#958aff;background:#6c60ff18;border:1px solid #7065ff3d;border-radius:12px;place-items:center;width:46px;height:46px;display:grid}.icon-tile svg{width:21px}.panel-preview{border:1px solid var(--line);background:#080f19;border-radius:12px;grid-template-columns:1fr auto;align-items:center;gap:.35rem;padding:.8rem;display:grid}.panel-preview>span{font-size:.8rem;font-weight:700}.panel-preview small{color:var(--muted)}.panel-preview div{grid-row:span 2;display:flex}.mini-avatar{background:#273f63;border:2px solid #0b121d;border-radius:50%;place-items:center;width:32px;height:32px;margin-left:-5px;font-size:.63rem;font-weight:800;display:grid}.session-list{gap:.8rem;margin-top:1.2rem;display:grid}.session-row{border:1px solid var(--line);background:#09111c;border-radius:14px;grid-template-columns:1fr auto;gap:1rem;padding:1rem;display:grid}.session-row h3{margin:.45rem 0}.session-row p{color:var(--muted);margin:0;font-size:.82rem}.session-row small{color:var(--muted);text-transform:capitalize}.status-dot{background:#687388;border-radius:50%;width:8px;height:8px;display:inline-block}.status-dot.live{background:var(--red);box-shadow:0 0 10px var(--red)}.session-links{flex-direction:column;gap:.55rem;display:flex}.session-links a{border:1px solid var(--line);border-radius:10px;align-items:center;gap:.45rem;min-height:40px;padding:.4rem .65rem;font-size:.76rem;display:flex}.session-links svg{width:15px}.session-links svg:last-child{color:var(--muted)}.empty-state{color:var(--muted);font-size:.85rem}.studio-footer{color:#56647a;padding:4rem 0 2rem;font-size:.72rem}.room-shell{min-height:100vh;padding:0 1.5rem 2rem}.room-header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:10;background:#080e17dd;border-bottom:1px solid #ffffff0d;grid-template-columns:1fr auto 1fr;align-items:center;height:68px;margin:0 -1.5rem;padding:0 1.5rem;display:grid;position:sticky;top:0}.live-meta{color:var(--muted);align-items:center;gap:1rem;font-size:.78rem;display:flex}.live-meta>span{align-items:center;gap:.35rem;display:flex}.live-meta svg{width:15px}.live-badge{color:#b7c0d0;border-radius:7px;padding:.4rem .6rem;font-weight:800}.live-badge.live{color:#fff;background:var(--red);box-shadow:0 0 18px #ff4d6166}.header-actions{justify-self:end;align-items:center;gap:.6rem;display:flex}.media-pill{min-height:34px;color:var(--muted);border:1px solid var(--line);text-transform:capitalize;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .55rem;font-size:.65rem;display:inline-flex}.media-pill.connected{color:var(--green);border-color:#2ee59d45}.media-pill.failed{color:#ff9ca8;border-color:#ff4d6145}.media-pill svg{width:14px}.icon-button{border:1px solid var(--line);border-radius:11px;place-items:center;width:42px;height:42px;display:grid}.icon-button svg{width:19px}.room-title{justify-content:space-between;align-items:flex-end;gap:1rem;padding:1.5rem 0 1.1rem;display:flex}.room-title h1{letter-spacing:-.035em;margin:0;font-size:clamp(1.45rem,3vw,2.15rem)}.room-title p:not(.eyebrow){color:var(--muted);margin:.45rem 0 0}.ai-disclosure{color:#a69eff;white-space:nowrap;background:#7164ff15;border:1px solid #7369ff38;border-radius:999px;align-items:center;gap:.4rem;padding:.55rem .7rem;font-size:.72rem;display:flex}.ai-disclosure svg{width:15px}.room-error{background:#3c1420;border:1px solid #772f3f;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:.8rem;padding:.65rem .8rem;font-size:.8rem;display:flex}.room-error button{background:0 0;border:0;text-decoration:underline}.room-layout{grid-template-columns:minmax(0,1fr) 360px;gap:.9rem;display:grid}.stage-column{min-width:0}.panelist-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;display:grid}.panelist-card{border:1px solid var(--line);background:linear-gradient(160deg,#233955,#111a28);border-radius:13px;flex-direction:column;min-height:280px;display:flex;position:relative;overflow:hidden}.panelist-card.active{border-color:var(--green);box-shadow:0 0 0 1px var(--green), 0 0 25px #2ee59d1f}.portrait{background:radial-gradient(circle at 50% 35%,#6584a2,#1d2b3e 55%,#101722 100%);flex:1;place-items:center;min-height:190px;display:grid;position:relative}.portrait:after{content:"";background:#0d1522;border-radius:55% 55% 0 0;width:100px;height:120px;position:absolute;bottom:-35px;box-shadow:0 -80px 0 -30px #d9a887}.portrait span{z-index:1;color:#182130;font-size:1.5rem;font-weight:840;position:relative}.tone-1 .portrait{background:radial-gradient(circle at 50% 35%,#b57e72,#4c3946 55%,#17131c)}.tone-2 .portrait{background:radial-gradient(circle at 50% 35%,#8a735d,#2c3440 55%,#111720)}.tone-3 .portrait{background:radial-gradient(circle at 50% 35%,#a26c58,#47352f 55%,#181513)}.speaking-pill{z-index:2;color:#82f8ca;background:#087848cc;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .55rem;font-size:.68rem;display:flex;position:absolute;bottom:85px;right:.7rem}.speaking-pill svg{width:15px}.panelist-copy{z-index:2;background:linear-gradient(#0000,#09101bf5 20%);margin-top:-1.5rem;padding:1.5rem .85rem .7rem;position:relative}.panelist-copy h2{margin:0;font-size:.95rem}.panelist-copy p{color:#b2bdcc;white-space:nowrap;text-overflow:ellipsis;margin:.25rem 0;font-size:.72rem;overflow:hidden}.waveform{justify-content:center;align-items:center;gap:3px;height:25px;display:flex}.waveform i{width:2px;height:calc(4px + (var(--i,1) * 1px));background:#43617f;max-height:18px;display:block}.waveform i:nth-child(3n){height:14px}.active .waveform i{background:var(--green);animation:.8s ease-in-out infinite alternate wave}.active .waveform i:nth-child(2n){animation-delay:-.4s}@keyframes wave{to{height:20px}}.transcript-card,.host-controls,.summary-card,.rail-card{border:1px solid var(--line);background:linear-gradient(145deg,#101a27,#0a111b);border-radius:13px}.transcript-card{grid-template-columns:auto 1fr auto;align-items:start;gap:1rem;min-height:135px;margin-top:.85rem;padding:1rem;display:grid}.transcript-avatar{border:2px solid var(--green);background:#29405a;border-radius:50%;place-items:center;width:54px;height:54px;font-weight:800;display:grid}.transcript-meta{color:var(--green);justify-content:space-between;gap:1rem;display:flex}.transcript-meta span{color:var(--muted);text-transform:capitalize;font-size:.72rem}.transcript-meta i{background:var(--red);border-radius:50%;width:7px;height:7px;display:inline-block}.transcript-card blockquote{color:#e7ebf2;margin:.7rem 0 0;font-size:clamp(.98rem,2vw,1.3rem);line-height:1.5}.cc-button{background:0 0;border:1px solid #485973;border-radius:8px;padding:.35rem;font-size:.7rem}.host-controls,.summary-card{margin-top:.85rem;padding:1rem}.control-heading,.rail-heading{justify-content:space-between;align-items:center;gap:.7rem;display:flex}.control-heading h2,.rail-heading h2{align-items:center;gap:.45rem;margin:0;font-size:.95rem;display:flex}.control-heading h2{color:#9a8cff}.control-heading svg{width:18px}.control-heading span,.rail-heading span{color:var(--muted);font-size:.68rem}.prompt-field{margin:.85rem 0}.media-controls{gap:.55rem;margin-top:.85rem;display:flex}.media-controls button{color:#cad3df;border:1px solid var(--line);cursor:pointer;background:#111c2a;border-radius:9px;justify-content:center;align-items:center;gap:.4rem;min-height:42px;padding:.55rem .75rem;font-size:.74rem;display:inline-flex}.media-controls button.mic-live{color:#fff;background:#4a1721;border-color:#ff4d6170}.media-controls svg{width:16px}.quick-grid{grid-template-columns:repeat(3,1fr);gap:.55rem;display:grid}.quick-grid button{border:1px solid var(--line);cursor:pointer;background:#152131;border-radius:10px;justify-content:center;align-items:center;gap:.45rem;min-height:48px;font-size:.78rem;display:flex}.quick-grid svg{width:17px}.quick-grid .danger{color:#ff9aa6;background:#35141c;border-color:#71313c}.wide{width:100%;margin-top:1rem}.host-footer{align-items:stretch;gap:.55rem;margin-top:.7rem;display:flex}.host-footer>div{border:1px solid var(--line);text-transform:capitalize;border-radius:9px;min-width:100px;padding:.55rem;display:grid}.host-footer span{color:var(--muted);font-size:.62rem}.host-footer strong{font-size:.78rem}.end-button{background:var(--red);cursor:pointer;border:0;border-radius:9px;align-items:center;gap:.4rem;margin-left:auto;padding:0 1rem;display:flex}.end-button svg{width:16px}.summary-tabs{border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);margin:-1rem -1rem 1rem;display:grid}.summary-tabs button{min-height:44px;color:var(--muted);background:0 0;border:0}.summary-tabs .active{color:#fff;border-bottom:2px solid var(--purple);background:#7567ff12}.summary-copy{gap:.8rem;display:flex}.summary-copy>svg{color:var(--purple)}.summary-copy h2{margin:0;font-size:.95rem}.summary-copy p{color:var(--muted);font-size:.8rem;line-height:1.55}.participation-rail{flex-direction:column;gap:.8rem;min-width:0;display:flex}.rail-card{padding:.9rem}.ask-card form{gap:.6rem;margin-top:.8rem;display:grid;position:relative}.ask-card textarea{min-height:100px}.ask-card form small{color:var(--muted);font-size:.6rem;position:absolute;top:75px;right:.7rem}.question-card{flex:1}.question-list{margin-top:.6rem}.question-list article{border-top:1px solid #ffffff0b;grid-template-columns:42px 1fr;gap:.7rem;padding:.75rem 0;display:grid}.question-list p{margin:0;font-size:.78rem;line-height:1.45}.question-list small{color:var(--muted);font-size:.63rem}.vote-button{border:1px solid var(--line);color:#ff6576;cursor:pointer;background:#151d2b;border-radius:9px;align-self:start;place-items:center;min-height:48px;display:grid}.vote-button svg{width:16px}.vote-button span{font-size:.7rem}.vote-button.voted{background:#3b1d29;border-color:#723547}.chat-list{max-height:190px;margin:.7rem 0;overflow-y:auto}.chat-list p{margin:.55rem 0;font-size:.7rem;display:grid}.chat-list strong{color:#c7d1df}.chat-list span{color:var(--muted)}.chat-form{display:flex}.chat-form input{border-radius:10px 0 0 10px}.chat-form button{border:1px solid var(--line);background:#111d2b;border-left:0;border-radius:0 10px 10px 0;width:45px}.chat-form svg{width:17px}.mobile-tabs,.mobile-actions{display:none}.room-loading{min-height:100vh;color:var(--muted);place-content:center;justify-items:center;gap:1rem;display:grid}.room-loading>svg:first-child{width:46px;height:46px;color:var(--purple)}.room-loading button{border:1px solid var(--line);background:var(--surface);color:#fff;border-radius:9px;gap:.4rem;padding:.6rem .9rem;display:flex}.room-loading button svg{width:16px}@media (max-width:1023px){.studio-grid{grid-template-columns:1fr}.character-library{grid-template-columns:repeat(2,minmax(0,1fr))}.room-layout{grid-template-columns:minmax(0,1fr) 320px}.panelist-card{min-height:235px}.portrait{min-height:155px}.quick-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.studio-shell{padding:0 1rem}.studio-nav{height:64px}.phase-pill{font-size:0}.phase-pill span{margin:.15rem}.studio-hero{padding:3rem 0 2rem}.studio-hero h1{font-size:clamp(2.7rem,15vw,4.5rem)}.create-card,.sessions-card,.panelists-card{padding:1rem}.panelists-heading,.editor-actions{flex-direction:column;align-items:stretch}.character-library,.editor-grid,.selected-panel ol,.selected-panel{grid-template-columns:1fr}.wide-field{grid-column:auto}.editor-actions .danger-button{margin-right:0}.session-row{grid-template-columns:1fr}.session-links{flex-direction:row}.session-links a{flex:1;justify-content:center}.room-shell{padding:0 .75rem 5.5rem}.room-header{grid-template-columns:1fr auto;gap:.5rem;height:auto;min-height:70px;margin:0 -.75rem;padding:.65rem .75rem}.room-header .brand span{font-size:1rem}.live-meta{grid-area:2/1/auto/-1;justify-content:center;gap:.65rem}.header-actions{grid-area:1/2}.offline-pill{padding:.55rem;font-size:0}.room-title{align-items:flex-start}.room-title h1{font-size:1.45rem}.room-title p:not(.eyebrow){font-size:.8rem}.ai-disclosure{display:none}.room-layout{display:block}.panelist-strip{scroll-snap-type:x mandatory;margin:0 -.75rem;padding:0 .75rem .4rem;display:flex;overflow-x:auto}.panelist-card{scroll-snap-align:start;flex:0 0 43vw;min-width:145px;min-height:250px}.panelist-card.active{order:-1}.portrait{min-height:170px}.transcript-card{grid-template-columns:auto 1fr;padding:.8rem}.transcript-avatar{width:42px;height:42px;font-size:.75rem}.cc-button{display:none}.transcript-card blockquote{grid-column:1/-1;font-size:.95rem}.transcript-meta{gap:.2rem;display:grid}.control-heading span{display:none}.host-controls{padding:.8rem}.prompt-field{margin-top:.65rem}.quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.quick-grid button{padding:.4rem;font-size:.72rem}.host-footer{flex-wrap:wrap}.host-footer>div{flex:1}.end-button{justify-content:center;width:100%;min-height:46px;margin:0}.participation-rail{margin-top:.8rem}.mobile-tabs{border:1px solid var(--line);background:#0c1420;border-radius:11px;grid-template-columns:1fr 1fr;padding:3px;display:grid}.mobile-tabs button{min-height:42px;color:var(--muted);background:0 0;border:0;border-radius:8px}.mobile-tabs .active{color:#fff;background:#6e62ff22}.mobile-hidden{display:none}.discussion-card{min-height:330px}.chat-list{max-height:245px}.audience-view .mobile-actions{z-index:12;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:.5rem max(.5rem, env(safe-area-inset-right)) calc(.5rem + env(safe-area-inset-bottom)) max(.5rem, env(safe-area-inset-left));background:#080e17f5;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-actions button{min-height:48px;color:var(--muted);background:0 0;border:0;place-items:center;gap:.15rem;font-size:.58rem;display:grid}.mobile-actions svg{width:19px}.mobile-actions .primary{color:#fff;background:linear-gradient(135deg,#5b5af7,#825cff);border-radius:10px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
