*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0d0f14;--surface:#161b26;--surface2:#1e2535;--accent:#3b82f6;--accent-hover:#2563eb;--accent2:#ef4444;--accent2-hover:#dc2626;--option-a:#06b6d4;--option-b:#3b82f6;--text:#f1f5f9;--text-muted:#64748b;--success:#4ade80;--error:#f87171;--radius:12px;--radius-lg:20px}body{color:var(--text);background:radial-gradient(at 50% 0,#161c2e 0%,#0d0f14 65%);min-height:100dvh;font-family:Inter,Segoe UI,system-ui,sans-serif}.host-screen{flex-direction:column;gap:1.5rem;max-width:900px;min-height:100dvh;margin:0 auto;padding:2rem;display:flex}.player-screen{flex-direction:column;gap:1.2rem;max-width:480px;min-height:100dvh;margin:0 auto;padding:1.5rem 1rem 5rem;display:flex}.player-screen.center,.center-screen{text-align:center;justify-content:center;align-items:center}h1{font-size:2.2rem;font-weight:800}h2{font-size:1.6rem;font-weight:700}h3{font-size:1.2rem;font-weight:600}.question-text{font-size:1.4rem}.question-body{color:var(--text);font-size:1.4rem;font-weight:600;line-height:1.5}.hint{color:var(--text-muted);font-size:.9rem}.hint.small{font-size:.8rem}.label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem}.btn{border-radius:var(--radius);cursor:pointer;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:transform .1s,opacity .1s}.btn:active{transform:scale(.97)}.btn:disabled{opacity:.4;cursor:not-allowed}.btn-primary{color:#fff;background:linear-gradient(135deg,#3b82f6,#6366f1)}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#4f46e5)}.btn-secondary{background:var(--surface2);color:var(--text);border:1px solid #ffffff12}.btn-secondary:hover:not(:disabled){background:#273045}.btn-ghost{color:var(--text-muted);background:0 0}.btn-ghost:hover{color:var(--text)}.btn-danger{background:var(--accent2);color:#fff}.btn-danger:hover:not(:disabled){background:var(--accent2-hover)}.phase-badge{color:#c026d3;letter-spacing:.06em;text-transform:uppercase;background:#c026d326;border:1px solid #c026d366;border-radius:100px;align-self:flex-start;padding:.4rem 1rem;font-size:.85rem;font-weight:700;display:inline-block}.options-display{align-items:center;gap:1rem;display:flex}.options-display.small .option-card{padding:.6rem 1rem;font-size:.95rem}.option-card{border-radius:var(--radius);flex:1;padding:1rem 1.2rem;font-size:1.1rem;font-weight:600}.option-a{border:2px solid var(--option-a);color:var(--option-a);background:#06b6d41f}.option-b{border:2px solid var(--option-b);color:var(--option-b);background:#3b82f61f}.vs-badge{color:var(--text-muted);flex-shrink:0;font-size:1.1rem;font-weight:800}.vote-buttons{flex-direction:column;gap:.6rem;display:flex}.vote-col{flex-direction:column;gap:.3rem;display:flex}.vote-btn{border-radius:var(--radius-lg);text-align:left;flex-direction:column;align-items:flex-start;gap:.5rem;min-height:110px;padding:1.5rem 1.6rem;transition:transform .15s,box-shadow .15s,background .15s;display:flex}.vote-btn-a{border:2px solid var(--option-a);color:var(--text);background:#06b6d41a}.vote-btn-a:hover{background:#06b6d433;transform:translateY(-2px);box-shadow:0 0 24px #06b6d440}.vote-btn-b{border:2px solid var(--option-b);color:var(--text);background:#3b82f61a}.vote-btn-b:hover{background:#3b82f633;transform:translateY(-2px);box-shadow:0 0 24px #3b82f640}.vote-label{letter-spacing:.02em;font-size:1.4rem;font-weight:900}.vote-label-a{color:var(--option-a)}.vote-label-b{color:var(--option-b)}.vote-option{font-size:.95rem;font-weight:500}.voted-badge{border-radius:var(--radius-lg);text-align:center;flex-direction:column;gap:.5rem;width:100%;padding:2rem 1.5rem;display:flex}.voted-badge.vote-a{border:2px solid var(--option-a);background:#06b6d41f}.voted-badge.vote-b{border:2px solid var(--option-b);background:#3b82f61f}.voted-choice{flex-direction:column;gap:.3rem;font-size:1rem;font-weight:500;display:flex}.voted-choice-letter{font-size:1.8rem;font-weight:900}.voted-choice.vote-a .voted-choice-letter{color:var(--option-a)}.voted-choice.vote-b .voted-choice-letter{color:var(--option-b)}.voted-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.85rem;font-weight:600}.progress-bar{background:var(--surface2);border-radius:100px;height:8px;overflow:hidden}.progress-fill{background:linear-gradient(90deg, var(--accent), var(--option-a));border-radius:100px;height:100%;transition:width .3s}.vote-progress,.guess-progress{flex-direction:column;gap:.5rem;display:flex}.lobby-layout{flex-wrap:wrap;align-items:flex-start;gap:3rem;display:flex}.qr-section{flex-direction:column;align-items:center;gap:.8rem;display:flex}.qr-code{border-radius:var(--radius);border:4px solid var(--surface2)}.join-url{color:var(--option-a);background:var(--surface);border-radius:8px;padding:.4rem .8rem;font-family:monospace;font-size:.9rem}.players-section{flex-direction:column;flex:1;gap:1rem;display:flex}.player-list{flex-direction:column;gap:.5rem;list-style:none;display:flex}.player-item{background:var(--surface);border-radius:var(--radius);padding:.6rem 1rem;font-weight:500}.question-form{flex-direction:column;gap:1rem;display:flex}.question-form label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem}.question-form textarea,.question-form input{background:var(--surface);border:2px solid var(--surface2);border-radius:var(--radius);color:var(--text);resize:vertical;width:100%;padding:.8rem 1rem;font-size:1rem;transition:border-color .15s}.question-form textarea:focus,.question-form input:focus{border-color:var(--option-a);outline:none}.options-row{align-items:center;gap:1rem;display:flex}.option-input{flex-direction:column;flex:1;gap:.4rem;display:flex}.join-form{flex-direction:column;gap:1rem;width:100%;max-width:300px;display:flex}.join-form label{color:var(--text-muted);font-size:.85rem}.join-form input{background:var(--surface);border:2px solid var(--surface2);border-radius:var(--radius);color:var(--text);text-align:center;width:100%;padding:.9rem 1rem;font-size:1.1rem}.join-form input:focus{border-color:var(--option-a);outline:none}.error{color:var(--error);font-size:.9rem}.speaker-box{background:var(--surface);border-radius:var(--radius-lg);text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;display:flex}.speaker-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem}.speaker-name{font-size:2rem;font-weight:800}.speaker-counter{color:var(--text-muted);font-size:.9rem}.timer-section{flex-direction:column;align-items:center;gap:.8rem;display:flex}.timer-circle{border:4px solid var(--accent);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:1.8rem;font-weight:800;transition:border-color .3s;display:flex}.timer-urgent{border-color:var(--accent2);color:var(--accent2)}.timer-done{border-color:var(--error);color:var(--error)}.timer-buttons{gap:.5rem;display:flex}.results-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;display:grid}.result-card{background:var(--surface);border-radius:var(--radius);flex-direction:column;gap:.5rem;padding:1rem;display:flex}.result-player-name{font-size:1rem;font-weight:700}.result-vote{font-size:.9rem;font-weight:600}.result-vote.vote-a{color:var(--option-a)}.result-vote.vote-b{color:var(--option-b)}.guess-summary{flex-wrap:wrap;gap:.3rem;display:flex}.guess-dot{font-size:1rem}.guess-dot.correct{color:var(--success)}.guess-dot.wrong{color:var(--error)}.scoreboard-section{flex-direction:column;gap:.8rem;display:flex}.scoreboard,.final-scoreboard,.final-scoreboard-small{flex-direction:column;gap:.5rem;list-style:none;display:flex}.score-row{background:var(--surface);border-radius:var(--radius);align-items:center;gap:1rem;padding:.8rem 1rem;display:flex}.score-row.rank-1{background:#ffd7001a;border:1px solid #ffd70059}.score-row.rank-2{background:#c0c0c014;border:1px solid #c0c0c04d}.score-row.rank-3{background:#cd7f3214;border:1px solid #cd7f324d}.score-rank{width:2rem;font-size:.95rem;font-weight:700}.score-row.rank-1 .score-rank{color:gold}.score-row.rank-2 .score-rank{color:silver}.score-row.rank-3 .score-rank{color:#cd7f32}.score-row:not(.rank-1):not(.rank-2):not(.rank-3) .score-rank{color:var(--text-muted)}.score-name{flex:1;font-weight:600}.score-points{color:var(--option-a);font-weight:700}.score-gained{color:#4ade80;margin-left:.3rem;font-size:.85rem;font-weight:700}.final-screen{text-align:center;justify-content:center;align-items:center}.final-scoreboard{width:100%;max-width:500px}.final-score-row{background:var(--surface);border-radius:var(--radius);align-items:center;gap:1rem;padding:.8rem 1rem;display:flex}.final-score-row.rank-1{background:#ffd7001a;border:2px solid gold}.final-score-row.rank-2{background:#c0c0c01a}.final-score-row.rank-3{background:#cd7f321a}.final-rank{font-size:1.4rem}.final-name{text-align:left;flex:1;font-weight:700}.final-points{color:var(--option-a);font-weight:700}.player-list-small{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.player-chip{background:var(--surface2);border-radius:100px;padding:.4rem .9rem;font-size:.9rem}.player-chip.me{background:var(--accent);color:#fff;border:1px solid var(--option-a)}.plea-screen{text-align:center;justify-content:center;align-items:center;gap:1.5rem}.spotlight{color:var(--option-b);letter-spacing:.05em;font-size:2rem;font-weight:900}.plea-instruction{font-size:1.1rem;font-weight:600}.plea-hint{color:var(--text-muted);font-size:.9rem}.guess-results{flex-direction:column;gap:.5rem;display:flex}.guess-result-row{border-radius:var(--radius);align-items:center;gap:.8rem;padding:.6rem .9rem;font-size:.9rem;display:flex}.guess-result-row.correct{background:#4ade801a;border:1px solid #4ade804d}.guess-result-row.wrong{background:#f871711a;border:1px solid #f871714d}.guess-result-icon{font-size:1rem}.guess-result-row.correct .guess-result-icon{color:var(--success)}.guess-result-row.wrong .guess-result-icon{color:var(--error)}.guess-result-name{flex-shrink:0;font-weight:600}.guess-result-detail{color:var(--text-muted);font-size:.82rem}.my-result-card{background:var(--surface);border-radius:var(--radius);text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;display:flex}.my-score{background:var(--surface);border-radius:var(--radius);justify-content:space-between;align-items:center;padding:1rem 1.2rem;display:flex}.score-label{color:var(--text-muted)}.score-value{color:var(--text);font-size:1.8rem;font-weight:800}.my-rank{color:var(--option-a);font-size:1.2rem;font-weight:700}.final-row{background:var(--surface);border-radius:var(--radius);justify-content:space-between;padding:.7rem 1rem;font-size:.95rem;display:flex}.final-row.me{border:2px solid var(--option-a)}.current-speaker-banner{background:var(--surface2);border-left:3px solid var(--accent);border-radius:var(--radius);padding:.6rem 1rem;font-size:.95rem}.guess-table{flex-direction:column;gap:.4rem;display:flex}.guess-table-header{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);grid-template-columns:1fr 48px 48px;gap:.5rem;padding:.3rem .6rem;font-size:.75rem;font-weight:700;display:grid}.guess-table-row{background:var(--surface);border-radius:var(--radius);border:2px solid #0000;grid-template-columns:1fr 48px 48px;align-items:center;gap:.5rem;padding:.6rem;transition:border-color .2s;display:grid}.guess-table-row.speaking-now{border-color:var(--accent);background:#7c5cfc14}.guess-player-name{text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:600;overflow:hidden}.saved-indicator{color:var(--success);font-weight:700}.mic-icon{font-size:.9rem}.guess-option-btn{cursor:pointer;background:var(--surface2);width:44px;height:44px;color:var(--text-muted);border:2px solid #0000;border-radius:10px;justify-content:center;align-items:center;font-size:.95rem;font-weight:800;transition:background .15s,border-color .15s,color .15s;display:flex}.guess-option-btn.option-a:hover{color:var(--option-a);background:#06b6d433}.guess-option-btn.option-b:hover{color:var(--option-b);background:#3b82f633}.guess-option-btn.option-a.selected{border-color:var(--option-a);color:var(--option-a);background:#06b6d440}.guess-option-btn.option-b.selected{border-color:var(--option-b);color:var(--option-b);background:#3b82f640}.guess-table-legend{flex-wrap:wrap;gap:.6rem;display:flex}.option-a-label{color:var(--option-a);background:#06b6d41f;border:1px solid #06b6d459;border-radius:100px;padding:.3rem .85rem;font-size:.85rem;font-weight:700}.option-b-label{color:var(--option-b);background:#3b82f61f;border:1px solid #3b82f659;border-radius:100px;padding:.3rem .85rem;font-size:.85rem;font-weight:700}.btn-large{width:100%;padding:1rem 2rem;font-size:1.1rem}.btn-sticky{z-index:10;width:calc(100% - 2rem);max-width:448px;position:fixed;bottom:1rem;left:50%;transform:translate(-50%)}.results-actions{flex-direction:column;gap:.6rem;display:flex}.timer-display{flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:relative}.timer-ring{width:80px;height:80px}.timer-number{color:var(--text);font-size:1.5rem;font-weight:800;position:absolute}.timer-display.timer-urgent .timer-number{color:var(--accent2)}.timer-display.timer-done .timer-number{color:var(--error)}.timer-host-section{flex-direction:column;align-items:center;gap:.8rem;width:100%;display:flex}.timer-duration-row{flex-direction:column;align-items:center;gap:.4rem;display:flex}.duration-input-row{align-items:center;gap:.4rem;display:flex}.duration-input{background:var(--surface2);border:2px solid var(--surface2);border-radius:var(--radius);width:70px;color:var(--text);text-align:center;padding:.4rem;font-size:1.1rem;font-weight:700}.duration-input:focus{border-color:var(--option-a);outline:none}.duration-btn{padding:.4rem .7rem;font-size:1rem}.timer-center{justify-content:center;display:flex}.prepared-questions{flex-direction:column;gap:.6rem;width:100%;display:flex}.prepared-list{flex-direction:column;gap:.4rem;max-height:240px;display:flex;overflow-y:auto}.prepared-card{background:var(--surface);border-radius:var(--radius);cursor:pointer;text-align:left;color:var(--text);border:2px solid #0000;align-items:flex-start;gap:.7rem;padding:.65rem .9rem;font-size:.9rem;transition:border-color .15s,background .15s;display:flex}.prepared-card:not(.prepared-card-static):hover{border-color:var(--option-a);background:#06b6d414}.prepared-card-static{cursor:default}.prepared-number{color:var(--text-muted);min-width:1.4rem;font-weight:800}.prepared-text{flex:1;line-height:1.4}.prepared-text em{color:var(--text-muted);font-style:normal}.prepared-content{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.prepared-question-text{font-size:.9rem;line-height:1.4}.prepared-options{flex-direction:column;gap:.25rem;display:flex}.prepared-opt{white-space:nowrap;border-radius:4px;padding:.15rem .45rem;font-size:.78rem;font-weight:600}.prepared-opt-a{color:var(--option-a);background:#06b6d426}.prepared-opt-b{color:var(--option-b);background:#a855f726}.edit-question-form{background:var(--surface);border:2px solid var(--option-a);border-radius:var(--radius);flex-direction:column;gap:.8rem;width:100%;padding:1rem;display:flex}.edit-question-form textarea,.edit-question-form input{background:var(--surface2);border:2px solid var(--surface2);border-radius:var(--radius);color:var(--text);resize:vertical;width:100%;padding:.6rem .8rem;font-size:1rem}.edit-question-form textarea:focus,.edit-question-form input:focus{border-color:var(--option-a);outline:none}.edit-actions{gap:.6rem;display:flex}.btn-small{padding:.35rem .75rem;font-size:.85rem}.host-navbar{z-index:100;background:var(--bg);border-bottom:1px solid #ffffff1a;flex-direction:column;gap:.5rem;padding:.6rem 1rem;display:flex;position:sticky;top:0}.host-navbar-inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:.5rem;display:grid}.host-navbar-left{justify-content:flex-start;gap:.4rem;display:flex}.host-navbar-center{justify-content:center;gap:.4rem;display:flex}.host-navbar-right{justify-content:flex-end;align-items:center;gap:.4rem;display:flex}.host-nav-btn{background:var(--surface);color:var(--text-muted);cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:.45rem .9rem;font-size:.85rem;font-weight:600;transition:background .15s,color .15s}.host-nav-btn:hover{background:var(--surface2);color:var(--text)}.host-nav-btn.active{background:var(--accent);color:#fff}.host-roomcode-badge{background:var(--surface);cursor:pointer;border:none;border-radius:8px;flex-direction:column;align-items:center;padding:.2rem .7rem;transition:background .15s;display:flex}.host-roomcode-badge:hover{background:var(--surface2)}.host-roomcode-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:.55rem;font-weight:600}.host-roomcode-value{letter-spacing:.12em;color:var(--text-muted);font-family:monospace;font-size:.85rem;font-weight:900}.host-controls-panel{min-width:200px}.player-manager-toggle{background:var(--surface);border:2px solid var(--surface2);border-radius:var(--radius);color:var(--text);cursor:pointer;text-align:right;width:100%;padding:.45rem .9rem;font-size:.85rem;font-weight:600}.player-manager-toggle:hover{border-color:var(--accent)}.player-manager-panel{background:var(--surface);border:2px solid var(--surface2);border-radius:var(--radius);flex-direction:column;gap:.4rem;margin-top:.4rem;padding:.6rem;display:flex}.player-manager-row{justify-content:space-between;align-items:center;gap:.6rem;display:flex}.player-manager-name{flex:1;font-size:.9rem;font-weight:600}.tv-screen{flex-direction:column;gap:2rem;max-width:1400px;min-height:100dvh;margin:0 auto;padding:3rem 4rem;display:flex}.tv-screen.tv-center{text-align:center;justify-content:center;align-items:center}.tv-screen.tv-results{gap:1.5rem}.tv-title{font-size:4.5rem;font-weight:900}.tv-title-gradient{background:linear-gradient(135deg,#06b6d4,#c026d3);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.tv-muted{color:var(--text-muted);font-size:1.5rem}.tv-question{font-size:3rem;font-weight:800;line-height:1.25}.tv-options{align-items:stretch;gap:1.5rem;display:flex}.tv-option{border-radius:var(--radius-lg);border:2px solid #0000;flex-direction:column;flex:1;gap:.8rem;padding:1.8rem 2rem;transition:box-shadow .3s;display:flex}.tv-option-a{background:linear-gradient(145deg,#06b6d41f,#06b6d40f);border-color:#06b6d480;box-shadow:0 0 40px #06b6d41f,inset 0 1px #06b6d426}.tv-option-b{background:linear-gradient(145deg,#3b82f61f,#3b82f60f);border-color:#3b82f680;box-shadow:0 0 40px #3b82f61f,inset 0 1px #3b82f626}.tv-option-label{font-size:2.2rem;font-weight:900}.tv-option-a .tv-option-label{color:var(--option-a)}.tv-option-b .tv-option-label{color:var(--option-b)}.tv-option-img{object-fit:cover;border-radius:10px;width:100%;max-height:280px}.tv-option-text{font-size:1.4rem;font-weight:600;line-height:1.4}.tv-vs{background:linear-gradient(135deg,#06b6d4,#c026d3);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;flex-shrink:0;align-self:center;font-size:1.3rem;font-weight:900}.tv-progress-section{flex-direction:column;gap:.6rem;display:flex}.tv-progress-text{color:var(--text-muted);font-size:1.2rem;font-weight:600}.tv-progress-bar{background:var(--surface2);border-radius:100px;height:18px;overflow:hidden}.tv-progress-fill{background:linear-gradient(90deg,#06b6d4,#c026d3);border-radius:100px;height:100%;transition:width .4s}.tv-lobby-layout{flex-direction:row;justify-content:space-around;align-items:center;gap:4rem;width:100%;padding:3rem;display:flex}.tv-lobby-left{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.tv-lobby-right{flex-direction:column;gap:1.2rem;min-width:380px;display:flex}.tv-steps-title{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.2rem;font-size:1.1rem;font-weight:700}.tv-steps{flex-direction:column;gap:.7rem;display:flex}.tv-step-row{align-items:center;gap:.6rem;display:flex}.tv-step{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;flex:1;align-items:center;gap:1rem;padding:.75rem 1.1rem;display:flex}.tv-step-num{background:linear-gradient(135deg,#06b6d4,#c026d3);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1.1rem;font-weight:900;display:flex}.tv-step-text{font-size:1.05rem;font-weight:600;line-height:1.3}.tv-scribble{flex-shrink:0;align-items:center;gap:.1rem;width:160px;display:flex;transform:rotate(-2deg)}.tv-scribble-arrow{flex-shrink:0;width:56px;height:36px}.tv-scribble-text{color:#fffc;white-space:normal;font-family:Caveat,cursive;font-size:1.1rem;font-weight:700;line-height:1.2}.tv-player-chips{flex-wrap:wrap;justify-content:center;gap:.8rem;margin-top:1rem;display:flex}@keyframes chipIn{0%{opacity:0;transform:scale(.85)translateY(6px)}to{opacity:1;transform:scale(1)translateY(0)}}.tv-chip{background:linear-gradient(135deg,#06b6d41a,#c026d31a);border:1px solid #06b6d44d;border-radius:100px;padding:.7rem 1.6rem;font-size:1.2rem;font-weight:600;animation:.35s both chipIn}.tv-results-grid{flex-wrap:wrap;gap:1rem;display:flex}.tv-result-card{border-radius:var(--radius-lg);background:linear-gradient(145deg,#ffffff0a,#ffffff03);border:1px solid #ffffff14;flex-direction:column;gap:.6rem;min-width:200px;padding:1.2rem 1.6rem;display:flex}.tv-result-name{font-size:1.3rem;font-weight:700}.tv-result-vote{border-radius:100px;align-self:flex-start;padding:.35rem .9rem;font-size:1.05rem;font-weight:600}.tv-vote-a{color:var(--option-a);background:#06b6d426;border:1px solid #06b6d44d}.tv-vote-b{color:var(--option-b);background:#3b82f626;border:1px solid #3b82f64d}.tv-scoreboard{flex-direction:column;gap:.8rem;display:flex}.tv-scoreboard-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:1.2rem;font-weight:700}.tv-score-list{flex-direction:column;gap:.5rem;list-style:none;display:flex}.tv-score-row{border-radius:var(--radius);background:#ffffff08;border:1px solid #ffffff0f;align-items:center;gap:1.5rem;padding:.9rem 1.4rem;display:flex}.tv-score-rank-1{background:linear-gradient(90deg,#ffd70026,#ffd7000a);border-color:#ffd70066}.tv-score-rank-2{background:linear-gradient(90deg,#c0c0c01f,#c0c0c008);border-color:#c0c0c059}.tv-score-rank-3{background:linear-gradient(90deg,#cd7f321f,#cd7f3208);border-color:#cd7f3259}.tv-score-rank{width:2.5rem;font-size:1.3rem}.tv-score-name{flex:1;font-size:1.3rem;font-weight:700}.tv-score-points{color:var(--text-muted);font-size:1.3rem;font-weight:800}.tv-score-gained{color:#4ade80;margin-left:.4rem;font-size:1rem;font-weight:700}.tv-rank-up{color:#4ade80;font-size:1rem;font-weight:800}.tv-rank-down{color:#f87171;font-size:1rem;font-weight:800}.tv-hit-rate{color:var(--text-muted);white-space:nowrap;font-size:.95rem;font-weight:600}.tv-hit-rate-enemy{color:#c026d3b3}.tv-final-list{flex-direction:column;gap:.8rem;width:100%;max-width:700px;list-style:none;display:flex}.tv-final-row{border-radius:var(--radius-lg);background:#ffffff08;border:1px solid #ffffff0f;align-items:center;gap:1.5rem;padding:1.2rem 1.8rem;display:flex}.tv-rank-1{background:linear-gradient(90deg,#ffd7002e,#ffd7000a);border-color:#ffd70080}.tv-rank-2{background:linear-gradient(90deg,#c0c0c024,#c0c0c008);border-color:#c0c0c066}.tv-rank-3{background:linear-gradient(90deg,#cd7f3224,#cd7f3208);border-color:#cd7f3266}.tv-final-rank{font-size:2rem}.tv-final-name{flex:1;font-size:1.6rem;font-weight:800}.tv-final-points{color:var(--option-a);font-size:1.4rem;font-weight:700}.spinner{border:4px solid var(--surface2);border-top-color:var(--accent);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.phase-progress{align-items:center;gap:0;width:100%;max-width:560px;margin:0 auto;padding:.2rem 1rem 2.2rem;display:flex}.phase-progress-item{flex:1;align-items:center;display:flex;position:relative}.phase-step{background:var(--surface2);border:2px solid var(--surface2);width:28px;height:28px;color:var(--text-muted);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:800;transition:background .3s,border-color .3s,color .3s;display:flex}.phase-step.active{color:#c026d3;background:#c026d333;border-color:#c026d3}.phase-step.done{color:#fff;background:#c026d359;border-color:#c026d3}.phase-step-label{color:var(--text-muted);white-space:nowrap;font-size:.7rem;font-weight:600;transition:color .3s;position:absolute;top:34px;left:50%;transform:translate(-50%)}.phase-step-label.active{color:#c026d3}.phase-step-label.done{color:var(--text-muted)}.phase-connector{background:var(--surface2);flex:1;height:2px;transition:background .3s}.phase-connector.done{background:#c026d3}.phase-progress-tv .phase-step{width:42px;height:42px;font-size:1rem}.phase-progress-tv .phase-step-label{font-size:1rem;top:50px}.phase-progress-tv .phase-connector{height:3px}.player-phase-progress-wrap{width:100%;max-width:480px;margin:0 auto;padding:1rem 1rem 2.5rem}.scoreboard-btn{z-index:200;background:var(--surface2);cursor:pointer;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:2.6rem;height:2.6rem;font-size:1.2rem;transition:background .2s;display:flex;position:fixed;top:1rem;right:1rem}.scoreboard-btn:hover{background:var(--surface)}.sco-overlay{z-index:300;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000b8;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.sco-panel{background:var(--surface);border-radius:var(--radius-lg);border:1px solid #ffffff1a;flex-direction:column;gap:1rem;width:100%;max-width:520px;padding:1.5rem;display:flex}.sco-header{justify-content:space-between;align-items:center;display:flex}.sco-title{font-size:1.2rem;font-weight:800}.sco-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.2rem .5rem;font-size:1.1rem;transition:color .2s}.sco-close:hover{color:var(--text)}.sco-table{flex-direction:column;gap:.4rem;display:flex}.sco-row{border-radius:10px;grid-template-columns:2.2rem 1fr 4.5rem 5.5rem 5.5rem;align-items:center;gap:.5rem;padding:.55rem .8rem;display:grid}@media (width<=480px){.sco-row{grid-template-columns:1.6rem 1fr 3.5rem 4rem 4rem;gap:.3rem;padding:.45rem .5rem}.sco-col-rank,.sco-col-name,.sco-col-pts{font-size:.8rem}.sco-col-hit{font-size:.7rem}.sco-panel{padding:1rem .75rem}.sco-row-head{font-size:.6rem}}.sco-row-head{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);border-bottom:1px solid #ffffff12;margin-bottom:.2rem;padding-bottom:.6rem;font-size:.72rem;font-weight:700}.sco-row:not(.sco-row-head){background:#ffffff08}.sco-col-rank{font-size:.95rem}.sco-col-name{text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:600;overflow:hidden}.sco-col-pts{text-align:right;font-size:.95rem;font-weight:800}.sco-col-hit{text-align:center;color:var(--text-muted);font-size:.88rem;font-weight:600}.sco-hit-header{cursor:pointer;font:inherit;color:var(--text-muted);text-align:center;background:0 0;border:none;padding:0;line-height:1.3;transition:color .15s}.sco-hit-header:hover{color:var(--text)}.sco-hit-header.active{color:var(--option-a)}.sco-hitrate-info{background:var(--surface2);color:var(--text-muted);border-radius:6px;grid-column:1/-1;margin:.2rem 0 .4rem;padding:.6rem .8rem;font-size:.82rem;line-height:1.5}.sco-hitrate-info strong{color:var(--text)}.player-score-badge{color:var(--text-muted);background:var(--surface2);white-space:nowrap;border-radius:6px;padding:.2rem .5rem;font-size:.8rem;font-weight:700}.score-adjust-btns{gap:.3rem;display:flex}.btn-score-adj{cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;width:1.8rem;height:1.8rem;font-size:1rem;font-weight:900;transition:opacity .15s;display:flex}.btn-score-adj:hover{opacity:.8}.btn-score-plus{color:#4ade80;background:#4ade8033}.btn-score-minus{color:#f87171;background:#f8717133}.pack-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;margin:1.5rem 0;display:grid}.pack-tile{background:var(--surface);cursor:pointer;text-align:left;border:2px solid #0000;border-radius:12px;flex-direction:column;gap:.3rem;padding:1rem;transition:border-color .15s,background .15s;display:flex}.pack-tile:hover{background:var(--surface2)}.pack-tile.selected{border-color:var(--accent)}.pack-tile-empty{border-style:dashed;border-color:#ffffff26}.pack-tile-empty:hover{border-color:var(--accent)}.pack-tile-icon{color:var(--text-muted);font-size:1.5rem;font-weight:900}.pack-tile-name{color:var(--text);font-size:.95rem;font-weight:700}.pack-tile-count{color:var(--accent);font-size:.75rem;font-weight:700}.pack-tile-desc{color:var(--text-muted);font-size:.75rem}.pack-tile-delete{color:var(--text-muted);border-radius:6px;align-self:flex-end;margin-top:auto;padding:.15rem .4rem;font-size:.7rem;transition:color .15s,background .15s}.pack-tile-delete:hover{color:var(--error);background:#f871711a}.save-pack-form{border-top:1px solid #ffffff14;flex-direction:column;gap:.5rem;margin-top:1rem;padding-top:1rem;display:flex}.save-pack-form input{background:var(--surface2);color:var(--text);border:1px solid #ffffff1f;border-radius:8px;padding:.55rem .75rem;font-size:.9rem}.pack-preview{background:var(--surface);border-radius:12px;margin-top:.5rem;padding:1rem}.pack-preview-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.pack-preview-title{font-size:1rem;font-weight:700}.custom-q-form{flex-direction:column;gap:.6rem;display:flex}.custom-q-remove{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;padding:.2rem .4rem;font-size:.8rem;transition:color .15s}.custom-q-remove:hover{color:#f87171}.pack-save-form{flex-direction:column;gap:.5rem;margin-bottom:.75rem;display:flex}.pack-save-form input{background:var(--surface2);color:var(--text);border:1px solid #ffffff1a;border-radius:8px;padding:.5rem .75rem;font-size:.9rem}.pack-question-list{flex-direction:column;gap:.4rem;max-height:300px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.pack-question-item{color:var(--text-muted);background:#ffffff08;border-radius:6px;align-items:baseline;gap:.75rem;padding:.35rem .5rem;font-size:.85rem;display:flex}.pack-q-num{color:var(--accent);min-width:1.2rem;font-weight:700}.pack-q-text{line-height:1.4}.prepared-questions-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.leave-btn{z-index:100;color:var(--text-muted);cursor:pointer;background:#ffffff12;border:none;border-radius:8px;padding:.4rem .7rem;font-size:.85rem;font-weight:700;transition:background .15s,color .15s;position:fixed;top:1rem;left:1rem}.leave-btn:hover{color:#f87171;background:#f8717133}.room-code-display{letter-spacing:.2em;color:var(--accent);background:var(--surface);border-radius:12px;margin:.5rem 0;padding:.5rem 1.5rem;font-family:monospace;font-size:2.5rem;font-weight:900;display:inline-block}.landing{flex-direction:column;align-items:center;gap:4rem;min-height:100dvh;padding:1rem 1.5rem 3rem;display:flex}.landing-topbar{justify-content:space-between;align-items:center;width:100%;max-width:700px;padding:.5rem 0;display:flex}.landing-auth{position:relative}.landing-user-btn{background:var(--surface);color:var(--text);cursor:pointer;border:1px solid #ffffff1f;border-radius:8px;padding:.45rem .85rem;font-size:.875rem;transition:background .15s}.landing-user-btn:hover{background:var(--surface2)}.landing-user-dropdown{background:var(--surface2);z-index:100;border:1px solid #ffffff1a;border-radius:10px;flex-direction:column;min-width:180px;display:flex;position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden;box-shadow:0 8px 24px #0006}.landing-dropdown-item{color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;padding:.7rem 1rem;font-size:.875rem;text-decoration:none;transition:background .15s}.landing-dropdown-item:hover{background:#ffffff12}.landing-dropdown-signout{color:var(--error)}.lobby-pack-section{width:100%;margin-top:2rem}.lobby-pack-section .label{margin-bottom:.75rem}.hint-inline{color:var(--text-muted);font-size:.75rem;font-weight:400}.pack-grid-compact{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}.pack-selected-hint{color:var(--success);margin-top:.5rem;font-size:.8rem}.score-row-me{background:#3b82f614;border-radius:6px}.landing-hero{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.landing-title{letter-spacing:-.02em;background:linear-gradient(135deg, #fff 30%, var(--option-a) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(2.8rem,8vw,5rem);font-weight:900;line-height:1.05}.landing-subtitle{color:var(--text);opacity:.85;margin-top:.4rem;font-size:1.25rem;font-weight:600}.landing-main-cta{margin-top:1.5rem}.landing-options{flex-direction:column;gap:.75rem;width:100%;max-width:420px;margin-top:1.5rem;display:flex}.landing-options a{text-align:center;text-decoration:none}.landing-steps-section{flex-direction:column;align-items:center;gap:1.2rem;width:100%;max-width:480px;display:flex}.landing-steps-title{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-size:.85rem;font-weight:700}.landing-steps{flex-direction:column;gap:.75rem;width:100%;display:flex}.landing-step-row{align-items:center;gap:.6rem;display:flex}.landing-step{background:var(--surface);border-radius:10px;flex:1;align-items:center;gap:.9rem;padding:.65rem 1rem;display:flex}.landing-step-num{background:var(--surface2);width:1.6rem;height:1.6rem;color:var(--option-a);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:800;display:flex}.landing-step-text{font-size:.9rem;font-weight:600;line-height:1.3}.landing-annotation{flex-shrink:0;align-items:center;gap:.1rem;display:flex;transform:rotate(-2deg)}.landing-arrow{flex-shrink:0;width:40px;height:28px}.landing-annotation-text{color:#ffffffb3;white-space:nowrap;font-family:Caveat,cursive;font-size:1rem;font-weight:700}.lnew{flex-direction:column;align-items:center;gap:5rem;min-height:100dvh;padding:1rem 1.5rem 5rem;display:flex}.lnew-topbar{justify-content:space-between;align-items:center;width:100%;max-width:760px;padding:.5rem 0;display:flex}.lnew-hero{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding-top:2rem;display:flex}.lnew-title{letter-spacing:-.03em;background:linear-gradient(135deg, #fff 30%, var(--option-a) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(3rem,10vw,5.5rem);font-weight:900;line-height:1}.lnew-subtitle{color:var(--text);opacity:.85;font-size:clamp(1.1rem,3vw,1.4rem);font-weight:600}.lnew-ctas{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:.5rem;display:flex}.lnew-ctas a{text-decoration:none}.lnew-meta{color:var(--text-muted);letter-spacing:.02em;margin-top:.25rem;font-size:.82rem}.lnew-demo-wrap{flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:560px;display:flex}.lnew-section-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-size:.75rem;font-weight:700}.lnew-demo{background:var(--surface);border:1px solid #ffffff12;border-radius:20px;flex-direction:column;gap:1rem;width:100%;min-height:400px;padding:1.75rem 1.5rem;transition:border-color .4s,box-shadow .4s;display:flex;position:relative;box-shadow:0 8px 40px #00000059}.lnew-phase-badge{text-transform:uppercase;letter-spacing:.08em;color:#c026d3;background:#c026d326;border:1px solid #c026d34d;border-radius:999px;align-self:flex-start;padding:.3rem .75rem;font-size:.7rem;font-weight:800;transition:all .3s;display:inline-flex}.lnew-phase-badge--results{color:#4ade80;background:#4ade801f;border-color:#4ade804d}.lnew-q-text{color:var(--text);font-size:1.25rem;font-weight:800;line-height:1.3;transition:font-size .4s,opacity .3s;animation:.5s lnew-fade-in}.lnew-q-text--small{color:var(--text-muted);font-size:.9rem;font-weight:600}.lnew-options{align-items:center;gap:.75rem;animation:.4s lnew-slide-up;display:flex}.lnew-opt{background:var(--surface2);border:2px solid #0000;border-radius:12px;flex-direction:column;flex:1;gap:.35rem;padding:.75rem .85rem;display:flex}.lnew-opt-a{border-color:#06b6d44d}.lnew-opt-b{border-color:#3b82f64d}.lnew-opt-letter{letter-spacing:.08em;font-size:.7rem;font-weight:900}.lnew-opt-a .lnew-opt-letter{color:var(--option-a)}.lnew-opt-b .lnew-opt-letter{color:var(--option-b)}.lnew-opt-text{color:var(--text);font-size:.82rem;font-weight:600;line-height:1.3}.lnew-vs{color:var(--text-muted);flex-shrink:0;font-size:.7rem;font-weight:900}.lnew-voting-row{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.25rem;display:flex}.lnew-voter-chip{background:var(--surface2);opacity:0;border-radius:999px;align-items:center;gap:.35rem;padding:.3rem .7rem;font-size:.78rem;font-weight:600;transition:opacity .3s,transform .3s;display:flex;transform:scale(.85)}.lnew-voter-chip--in{opacity:1;transform:scale(1)}.lnew-voter-dot{background:#c026d3;border-radius:50%;width:7px;height:7px}.lnew-voting-hint{color:var(--text-muted);width:100%;margin-top:.1rem;font-size:.72rem}.lnew-demo{min-height:400px}.lnew-demo--text{border-color:#c026d340;justify-content:center;align-items:center}.lnew-demo--warning{border-color:#ef444473;box-shadow:0 0 24px #ef44441a,0 8px 40px #00000059}.lnew-text-slide{text-align:center;flex-direction:column;align-items:center;gap:.75rem;animation:.45s cubic-bezier(.2,0,.2,1) lnew-slide-up;display:flex}.lnew-text-slide-eyebrow{letter-spacing:.18em;color:#c026d3;text-transform:uppercase;font-size:.68rem;font-weight:900}.lnew-text-slide-eyebrow--warn{color:#ef4444;letter-spacing:0;font-size:.9rem}.lnew-text-slide-body{color:var(--text);max-width:360px;font-size:clamp(1.05rem,3vw,1.3rem);font-weight:700;line-height:1.4}.lnew-text-slide-body em{color:#c026d3;font-style:normal}.lnew-warn-em{color:#ef4444!important}.lnew-scoreboard{flex-direction:column;gap:.4rem;width:100%;animation:.4s lnew-fade-in;display:flex}.lnew-score-row{background:#ffffff0a;border-radius:10px;grid-template-columns:1.8rem 1fr auto;align-items:center;gap:.5rem;padding:.55rem .8rem;transition:background .3s;display:grid}.lnew-score-row--me{background:#3b82f614;border:1px solid #3b82f626}.lnew-score-rank{font-size:.9rem}.lnew-score-name{font-size:.9rem;font-weight:600}.lnew-score-pts{text-align:right;font-size:.95rem;font-weight:800}.lnew-score-gained{color:#4ade80;font-size:.78rem;font-weight:700;animation:.4s lnew-fade-in}.lnew-myvote{flex-direction:column;gap:.6rem;width:100%;animation:.35s lnew-fade-in;display:flex}.lnew-myvote-btns{flex-direction:column;gap:.5rem;display:flex}.lnew-myvote-btn{background:var(--surface2);cursor:default;text-align:left;border:2px solid #0000;border-radius:12px;align-items:center;gap:.75rem;width:100%;padding:.7rem 1rem;transition:border-color .3s,background .3s,transform .25s;display:flex}.lnew-myvote-btn-a.lnew-myvote-btn--selected{border-color:var(--option-a);background:#06b6d41f;transform:scale(1.02)}.lnew-myvote-letter{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:1.6rem;height:1.6rem;font-size:.8rem;font-weight:900;display:flex}.lnew-myvote-btn-a .lnew-myvote-letter{color:var(--option-a);background:#06b6d433}.lnew-myvote-btn-b .lnew-myvote-letter{color:var(--option-b);background:#3b82f633}.lnew-myvote-text{color:var(--text);font-size:.82rem;font-weight:600;line-height:1.3}.lnew-guessing{flex-direction:column;gap:.6rem;animation:.4s lnew-fade-in;display:flex}.lnew-guessing-label{text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin-bottom:.2rem;font-size:.75rem;font-weight:700}.lnew-guess-row{background:var(--surface2);border-radius:10px;justify-content:space-between;align-items:center;padding:.5rem .8rem;display:flex}.lnew-guess-name{font-size:.88rem;font-weight:600}.lnew-guess-btns{gap:.4rem;display:flex}.lnew-guess-btn{background:var(--surface);width:2rem;height:2rem;color:var(--text-muted);border-radius:8px;justify-content:center;align-items:center;font-size:.78rem;font-weight:800;transition:background .25s,color .25s,transform .2s;display:flex}.lnew-guess-btn-a.lnew-guess-btn--selected{color:var(--option-a);background:#06b6d440;transform:scale(1.12)}.lnew-guess-btn-b.lnew-guess-btn--selected{color:var(--option-b);background:#3b82f640;transform:scale(1.12)}.lnew-results{flex-direction:column;gap:1rem;animation:.4s lnew-fade-in;display:flex}.lnew-bars{flex-direction:column;gap:.5rem;display:flex}.lnew-bar-row{align-items:center;gap:.6rem;display:flex}.lnew-bar-label{text-align:center;width:1rem;font-size:.75rem;font-weight:900}.lnew-bar-label-a{color:var(--option-a)}.lnew-bar-label-b{color:var(--option-b)}.lnew-bar-track{background:var(--surface2);border-radius:999px;flex:1;height:10px;overflow:hidden}.lnew-bar-fill{border-radius:999px;height:100%;transition:width .7s cubic-bezier(.4,0,.2,1)}.lnew-bar-fill-a{background:var(--option-a)}.lnew-bar-fill-b{background:var(--option-b)}.lnew-bar-pct{text-align:right;width:2.2rem;color:var(--text-muted);font-size:.78rem;font-weight:700}.lnew-player-votes{flex-wrap:wrap;gap:.4rem;display:flex}.lnew-player-vote{border-radius:999px;align-items:center;gap:.4rem;padding:.25rem .65rem;font-size:.78rem;font-weight:600;display:flex}.lnew-player-vote--a{color:var(--option-a);background:#06b6d41f}.lnew-player-vote--b{color:var(--option-b);background:#3b82f61f}.lnew-player-choice{font-weight:900}.lnew-cards{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;width:100%;max-width:760px;display:grid}.lnew-card{background:var(--surface);border:1px solid #ffffff12;border-radius:16px;flex-direction:column;gap:.6rem;padding:1.5rem;display:flex}.lnew-card-icon{font-size:1.75rem}.lnew-card-title{color:var(--text);font-size:1rem;font-weight:800;line-height:1.2}.lnew-card-body{color:var(--text-muted);font-size:.875rem;line-height:1.5}.lnew-bottom{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex}.lnew-bottom-title{font-size:clamp(1.4rem,4vw,2rem);font-weight:800;line-height:1.2}@keyframes lnew-fade-in{0%{opacity:0}to{opacity:1}}@keyframes lnew-slide-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.auth-tabs{background:var(--surface);border-radius:var(--radius);gap:0;width:100%;max-width:300px;padding:.25rem;display:flex}.auth-tab{border-radius:calc(var(--radius) - 2px);color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex:1;padding:.5rem;font-size:.9rem;font-weight:600;transition:background .15s,color .15s}.auth-tab.active{background:var(--surface2);color:var(--text)}.btn-link{color:var(--accent);font-size:inherit;cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-weight:600;text-decoration:underline}.btn-link:hover{color:var(--accent-hover)}.btn-sticky{bottom:max(1rem, calc(.5rem + env(safe-area-inset-bottom)))}@media (width<=640px){.host-screen{padding:1rem .875rem}.host-navbar{padding:.4rem .6rem}.host-navbar-inner{gap:.25rem}.host-nav-btn{padding:.35rem .55rem;font-size:.78rem}.host-roomcode-badge{padding:.15rem .45rem}.host-roomcode-label{font-size:.48rem}.host-roomcode-value{letter-spacing:.08em;font-size:.78rem}.options-row{flex-direction:column}.vs-badge{align-self:center}.lobby-layout{gap:1.5rem}.pack-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}.edit-actions{flex-wrap:wrap}.pack-save-form input{font-size:1rem}}@media (width<=420px){h1{font-size:1.9rem}.question-body{font-size:1.2rem}.player-screen{padding:1.2rem .875rem 5rem}.host-roomcode-label{display:none}.host-nav-btn{padding:.3rem .45rem;font-size:.75rem}}.reconnect-banner{z-index:9999;color:#fef3c7;text-align:center;letter-spacing:.02em;background:#92400e;padding:.5rem 1rem;font-size:.9rem;font-weight:600;position:fixed;top:0;left:0;right:0}
