@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@600;700;800&family=Nunito:wght@500;700;800;900&display=swap');:root{--blue:#1769e0;--sky:#61c7ff;--ink:#102c50;--muted:#617e9c;--edge:#c8e7ff;--shadow:0 10px 0 #1769e015,0 22px 50px #1769e01a;font-family:Nunito,system-ui,sans-serif;color:var(--ink);background:#e7f5ff}*{box-sizing:border-box}body{margin:0;min-height:100svh;background:radial-gradient(ellipse at top right,#a8e2ff88,transparent 50%),linear-gradient(150deg,#e4f7ff,#f9fcff 55%,#cae8ff)}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}button:focus-visible,a:focus-visible{outline:3px solid var(--sky);outline-offset:4px}a{color:var(--blue)}[hidden]{display:none!important}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:'Baloo 2',sans-serif}h1{font-size:clamp(2rem,5vw,3.5rem);line-height:1.1}h2{font-size:1.65rem;line-height:1.15}h3{font-size:1.2rem}small,.small{font-size:14px}.muted{color:var(--muted)}.icon{width:22px;height:22px;stroke:currentColor;stroke-width:2.4;fill:none;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.icon-button{display:inline-flex;align-items:center;justify-content:center;border:2px solid var(--edge);color:var(--blue);background:#fff;border-radius:14px;width:44px;height:44px;font-size:22px;font-weight:900;flex-shrink:0}.btn{border:0;border-radius:15px;background:var(--blue);color:#fff;padding:13px 19px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:900;box-shadow:0 5px 0 #0f4da6;line-height:1.2;text-decoration:none;min-height:46px}.btn:hover{filter:brightness(1.04)}.btn:active{transform:translateY(2px)}.btn.secondary{background:#e0f3ff;color:#1755a7;box-shadow:0 4px 0 #c0dff4}.btn.subtle{background:transparent;box-shadow:none;color:var(--blue);border:1px solid var(--edge)}.btn.danger{color:#a53f54;background:#fff0f3;box-shadow:none}.full{width:100%}.card{background:#fff;border:3px solid var(--edge);border-radius:27px;padding:24px;box-shadow:var(--shadow)}.row{display:flex;align-items:center;gap:12px}.spread{justify-content:space-between}.wrap{flex-wrap:wrap}.stack{display:grid;gap:18px}.brand{font:800 2rem/.9 'Baloo 2';letter-spacing:-.04em;color:var(--blue);text-decoration:none}.brand span{color:var(--sky)}label{display:block;font-size:14px;font-weight:900;color:#527392;margin:0 0 7px}.field{width:100%;border:2px solid #d4e7f7;background:#fbfdff;border-radius:13px;padding:12px;color:var(--ink);min-height:45px;outline:none}.field:focus{border-color:var(--sky);box-shadow:0 0 0 3px #61c7ff22}textarea.field{resize:vertical;min-height:100px}.badge{padding:5px 10px;border-radius:100px;background:#e3f3ff;color:#205b9e;font-size:13px;font-weight:900}.badge.ready{background:#def5ec;color:#215843}.badge.warn{background:#fff2d5;color:#825c18}.page{max-width:1200px;margin:auto;padding:24px 24px 90px;min-height:100svh}.topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 28px}.navlink{background:none;border:0;padding:8px;color:var(--muted);font-weight:800}.home{min-height:100svh;display:flex;flex-direction:column}.home-main{width:min(1080px,100%);padding:45px 24px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.hero-brand{font:800 clamp(5rem,10vw,8rem)/.83 'Baloo 2';letter-spacing:-.06em;color:var(--blue);transform:rotate(-2deg);text-shadow:0 7px white,0 12px 25px #1769e025;margin-bottom:24px}.hero-brand span{color:var(--sky)}.tagline{font-size:21px;font-weight:900;color:#52718c;max-width:420px;line-height:1.5}.hero-mic{color:#237edc;margin:26px 0 0 65px}.hero-mic .icon{width:100px;height:100px;stroke-width:1.5;filter:drop-shadow(0 5px 0 white)}.home-actions{display:grid;gap:12px;margin-top:22px}.avatars{display:flex;gap:10px;margin-bottom:22px;flex-wrap:wrap}.avatar{width:48px;height:48px;border:3px solid transparent;border-radius:15px;display:grid;place-items:center;color:#fff;background:var(--avatar-color,#1769e0);font-weight:900;font-size:18px}.avatar.selected{border-color:#0d396f;box-shadow:0 0 0 3px white,0 0 0 5px #b1dfff;transform:translateY(-2px)}footer{padding:22px 20px;background:#0d5fc9;color:#dfedff;font-size:14px;display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.home-admin{font-size:14px;display:block;margin:25px auto 0;text-align:center}.join-panel{padding-top:20px}.lobby-layout{display:grid;grid-template-columns:1fr 320px;gap:24px}.player-slots{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.player-slot{text-align:center;padding:24px;background:#fff;border:2px solid var(--edge);border-radius:24px;min-height:150px}.player-slot .avatar{margin:0 auto 10px}.player-slot.empty{background:#ffffff55;border-style:dashed;display:grid;place-items:center;color:#66829e}.setting{padding-bottom:20px;border-bottom:1px solid var(--edge)}.scene-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.scene-card{padding:0;overflow:hidden}.scene-cover{height:150px;width:100%;object-fit:cover;background:linear-gradient(145deg,#1371d8,#73d8ff);display:grid;place-items:center;color:white}.scene-cover .icon{width:50px;height:50px}.scene-card-content{padding:20px}.scene-card h2{margin:0 0 8px}.scene-card .btn{margin-top:18px}.empty-state{padding:60px 24px;text-align:center;border:2px dashed var(--edge);border-radius:24px;color:var(--muted);grid-column:1/-1}.empty-state .btn{margin-top:12px}.admin-title{display:flex;gap:14px;align-items:center}.admin-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(310px,.85fr);gap:22px;align-items:start}.admin-video{width:100%;max-height:390px;display:block;background:#08192f;border-radius:20px}.video-box{position:relative}.toolbar{display:flex;gap:9px;flex-wrap:wrap;margin:14px 0}.toolbar .btn{font-size:14px;padding:10px 12px;min-height:40px;box-shadow:none}.editor-meta{display:grid;grid-template-columns:1fr 150px;gap:14px}.editor-card{padding:21px}.editor-head{display:flex;justify-content:space-between;gap:10px;margin-bottom:15px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.time-field{display:flex;gap:6px;align-items:center}.time-field .field{min-width:0}.time-field button{width:39px;height:43px}.cue-list{max-height:420px;overflow-y:auto;border-top:1px solid var(--edge);margin-top:14px}.cue-row{width:100%;display:flex;align-items:center;gap:12px;text-align:left;background:white;border:0;border-bottom:1px solid #e4eff8;padding:13px 8px;color:var(--ink)}.cue-row.active{background:#e7f5ff;border-radius:10px}.cue-row .num{color:#7892ac;font-weight:900;min-width:22px}.cue-row .cue-copy{flex:1;min-width:0}.cue-row .cue-copy small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.timing-summary{font-size:12px;color:#53718b}.statusbar{font-size:14px;font-weight:800;min-height:24px;margin:10px 0;color:#4d7295}.statusbar.error{color:#aa364d}.warnings{padding:12px 15px;border-radius:13px;background:#fff4d9;color:#7e581b;font-size:14px;line-height:1.5}.characters{display:grid;gap:12px}.character-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:10px;background:#f2f8ff;border-radius:15px}.character-row input:last-child{grid-column:1/-1}.ai-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.notice{font-size:14px;line-height:1.5;color:#647d93;margin-bottom:0}.help-button{width:30px;height:30px;border-radius:50%;background:#e3f3ff;color:#2864a5;border:1px solid #bfddf4;font-weight:900;font-size:17px}.playing{max-width:1000px;padding-bottom:100px}.character-chip{background:#ffffffaa;border:2px solid var(--edge);border-radius:16px;padding:9px 14px;font-weight:900;display:flex;align-items:center;gap:12px}.character-chip small{display:block;color:var(--muted);font-weight:700}.play-stage{background:#07192f;border-radius:27px;overflow:hidden;box-shadow:var(--shadow);border:3px solid #c9e7ff}.play-video{width:100%;display:block;max-height:55vh;min-height:190px;background:black}.play-body{padding:20px 28px;color:white}.play-line{font-size:clamp(19px,3vw,26px);font-weight:800;text-align:center;line-height:1.35;margin:10px 0 22px;max-height:150px;overflow:auto}.progress{height:9px;border-radius:30px;background:#244464;overflow:hidden}.progress>span{width:0;height:100%;display:block;background:#66ceff;transition:width 80ms linear}.play-status{text-align:center;min-height:22px;color:#abd7f3;font-size:14px;margin:12px 0 0}.play-controls{display:flex;gap:14px;justify-content:center;align-items:center;margin-top:24px;flex-wrap:wrap}.record-control{width:76px;height:76px;border:7px solid #d9efff;border-radius:26px;background:var(--blue);color:white;display:grid;place-items:center;box-shadow:0 7px 0 #0c4baa}.record-control .icon{width:30px;height:30px}.control-with-label{display:grid;justify-items:center;gap:8px;font-size:13px;font-weight:800;color:#537395}.play-controls .icon-button{width:54px;height:54px;border-radius:18px}.countdown{position:absolute;inset:0;display:grid;place-items:center;background:#07192f99;color:white;font:800 110px 'Baloo 2';z-index:2}.play-footer{display:flex;justify-content:center;gap:16px;margin-top:25px}.reveal{min-height:100svh;background:radial-gradient(ellipse,#185796,#07152b 70%);color:white;display:grid;place-items:center;padding:25px;text-align:center}.reveal-content{animation:enter .6s both;max-width:700px;width:100%}.reveal img{width:100%;max-height:380px;object-fit:cover;border-radius:28px;box-shadow:0 30px 60px #0006}.reveal h1{font-size:clamp(3rem,8vw,5rem);margin:24px 0}.reveal .btn{margin-top:20px}.role-title{color:#76d5ff}.character-select{max-width:520px;margin:50px auto;text-align:center}.character-options{display:grid;gap:12px;margin:24px 0}.character-option{padding:18px;text-align:left}.chat-fab{position:fixed;right:20px;bottom:20px;z-index:20;width:56px;height:56px;background:var(--blue);color:white;border:3px solid #b1e2ff;box-shadow:0 6px 20px #164f9840}.chat-fab .icon{width:27px;height:27px}#chat{position:fixed;right:20px;bottom:88px;width:min(335px,calc(100vw - 40px));height:370px;background:#fff;border:3px solid var(--edge);border-radius:24px;box-shadow:0 22px 60px #1556a733;z-index:19;overflow:hidden;display:flex;flex-direction:column}.chat-head{padding:12px;background:#e3f4ff;display:flex;align-items:center;justify-content:space-between;font-weight:900}.chat-head button{height:30px;width:30px}.chat-messages{padding:12px;flex:1;overflow:auto;font-size:14px}.chat-messages p{overflow-wrap:anywhere;margin-bottom:10px}.chat-messages strong{color:var(--blue)}.stickers{padding:5px 10px;display:flex;gap:6px}.sticker{border:0;background:#eef8ff;border-radius:10px;font-size:24px;padding:6px}.chat-form{display:flex;gap:6px;padding:10px}.chat-form input{min-width:0}.reaction{position:fixed;right:85px;bottom:120px;font-size:65px;z-index:30;pointer-events:none;animation:reaction 1.7s both}.chat-help{font-size:12px;color:#7690a7;padding:0 12px 6px}#toast{position:fixed;bottom:30px;left:50%;transform:translateX(-50%);background:#123459;color:white;border-radius:15px;padding:12px 20px;max-width:min(650px,90vw);z-index:100;box-shadow:0 8px 30px #13345a44;display:none}#toast.show{display:block}dialog{border:2px solid #b2dbf7;border-radius:22px;background:#f4fbfff0;backdrop-filter:blur(12px);color:#23496b;max-width:min(430px,90vw);padding:25px;box-shadow:0 15px 70px #15396055}dialog::backdrop{background:#15335344}dialog p{line-height:1.6;margin-bottom:0}dialog h3{padding-right:35px}.close-help{position:absolute;right:12px;top:10px;width:30px;height:30px}.save-actions{position:sticky;top:0;z-index:5;background:#edf8fff0;backdrop-filter:blur(10px);padding:12px 0;display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:15px}#save-state{font-size:14px;min-width:80px}.preview-tag{font-size:13px;text-align:center;color:#6583a1;margin-top:16px}.upload-box{border:2px dashed #b8d9f1;border-radius:18px;padding:22px;text-align:center;color:#4f7495}.checks{display:flex;gap:10px;align-items:center;font-size:14px}.ai-review{max-height:240px;overflow:auto;background:#edf7ff;padding:15px;border-radius:15px}.ai-review p{font-size:14px;margin-bottom:8px}.round-count{font-size:17px;color:#507291;font-weight:900}.recording{background:#dc4163;box-shadow:0 7px 0 #a7314d}@keyframes enter{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes reaction{0%{transform:translate(30px,40px) scale(.2);opacity:0}25%,65%{transform:translate(-60px,-90px) scale(1.15);opacity:1}100%{transform:translate(30px,40px) scale(.1);opacity:0}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition:none!important}}@media(max-width:850px){.home-main{grid-template-columns:1fr;gap:28px;max-width:530px;padding-top:42px}.home-intro{text-align:center}.hero-brand{font-size:5.5rem}.tagline{font-size:19px;margin:0 auto}.hero-mic{display:none}.admin-layout{grid-template-columns:1fr}.lobby-layout{grid-template-columns:1fr}.player-slots{grid-template-columns:repeat(2,1fr)}.topbar{flex-wrap:wrap}.save-actions{flex-wrap:wrap}.admin-title{align-items:flex-start}.page{padding:18px 15px 95px}.card{padding:20px}.scene-card{padding:0}.play-body{padding:16px}.playing .topbar{flex-wrap:nowrap}.playing .character-chip{padding:7px 10px}.playing .brand{font-size:1.3rem}.play-video{max-height:42vh}.editor-meta{grid-template-columns:1fr 120px}.toolbar .btn{padding:10px}.reveal h1{font-size:3rem}.cue-list{max-height:270px}}@media(max-width:400px){.form-grid,.editor-meta{grid-template-columns:1fr}.hero-brand{font-size:4.7rem}.topbar{gap:12px}.play-controls{gap:11px}.play-controls .icon-button{width:47px;height:47px}.record-control{width:66px;height:66px}}.ai-launcher{display:grid;gap:10px;margin-top:18px}.manual-editor{margin-top:16px;border:2px solid var(--edge);border-radius:16px;background:#f8fcff}.manual-editor summary{padding:13px 16px;color:#4d7192;font-weight:900;cursor:pointer}.manual-editor-content{display:grid;gap:18px;padding:0 10px 10px}.badge.off{background:#edf1f5;color:#5e7081}.scene-card>.scene-card-content>.btn{margin-top:18px}.scene-admin-actions{display:grid;grid-template-columns:1fr 1fr auto;gap:8px;align-items:center;margin-top:18px}.scene-admin-actions .btn{padding:11px 12px;min-width:0;margin:0}.icon-button.danger{color:#b33a54;border-color:#f1c8d1;background:#fff5f7}.btn.danger.solid{background:#c93e5b;color:#fff;box-shadow:0 5px 0 #932c43}.confirm-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}@media(max-width:400px){.scene-admin-actions{grid-template-columns:1fr auto}.scene-admin-actions [data-edit]{grid-column:1/-1}}.add-local-player{font:inherit;color:#365f83;cursor:pointer}.add-local-player .icon{width:34px;height:34px}.remove-player{position:absolute;right:10px;top:10px;width:30px;height:30px;border:0;border-radius:50%;background:#edf6fc;color:#527694;display:grid;place-items:center;cursor:pointer}.remove-player .icon{width:17px}.player-slot{position:relative}.cast-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:24px 0}.cast-card{background:#fff;border:2px solid var(--edge);border-radius:18px;padding:18px;display:grid;gap:5px}.cast-card strong{font-size:1.15rem}.cast-card span{color:var(--blue);font-weight:900;text-transform:uppercase}.eyebrow{letter-spacing:.14em;font-size:.8rem;font-weight:900;color:#5b7b98}.pass-device{min-width:min(520px,90vw)}.turn-gate{position:fixed;inset:0;background:#0b2b4b99;backdrop-filter:blur(8px);z-index:40;display:grid;place-items:center;padding:20px}.turn-gate[hidden]{display:none}.turn-gate-card{width:min(430px,100%);background:#f7fcff;border:3px solid #b8e1fb;border-radius:28px;padding:30px;text-align:center;box-shadow:0 24px 80px #09274666}.turn-gate-card h2{font-size:2.35rem;margin:8px 0 22px;color:var(--blue)}.turn-character{background:#e5f5ff;border-radius:20px;padding:20px;display:grid;gap:4px;margin-bottom:22px}.turn-character strong{font-size:1.5rem}.turn-character span{font-weight:900;color:#4c7396}.turn-character p{margin:8px 0 0;color:#5e7890}.character-chip>strong{color:var(--blue);margin-right:8px}.character-chip #active-character{display:grid}.character-chip #active-role{display:block}.karaoke-line{--karaoke-progress:0%;color:#fff;transition:color .12s linear}.karaoke-line.karaoke-active{color:transparent;background:linear-gradient(90deg,#70ddff 0 var(--karaoke-progress),#ffffff8c var(--karaoke-progress) 100%);-webkit-background-clip:text;background-clip:text;text-shadow:0 0 18px #71dfff20}.countdown{text-shadow:0 0 28px #68d6ff99}.countdown-pop{animation:countdown-pop .72s cubic-bezier(.15,.8,.28,1)}@keyframes countdown-pop{0%{transform:scale(.55);opacity:0}22%{transform:scale(1.08);opacity:1}100%{transform:scale(1);opacity:.86}}@media(max-width:520px){.cast-grid{grid-template-columns:1fr}.turn-gate-card{padding:24px}.turn-gate-card h2{font-size:2rem}}