.player-list{background:var(--surface2);border-radius:var(--radius);padding:1.25rem 1.5rem;min-width:240px}.player-list__title{font-size:1rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.player-list__count{background:var(--accent);color:#fff;border-radius:999px;padding:.1rem .55rem;font-size:.8rem}.player-list__empty{color:var(--text-muted);font-size:.9rem}.player-list__items{list-style:none;display:flex;flex-direction:column;gap:.5rem}.player-list__item{background:var(--surface);border-radius:8px;padding:.5rem .85rem;font-size:1rem;animation:slideIn .2s ease}@keyframes slideIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.tvg{display:grid;grid-template-rows:auto 1fr auto;grid-template-columns:1fr;grid-template-areas:"header" "body" "controls";width:100%;height:100vh;box-sizing:border-box;padding:1.5rem 2rem 1rem;gap:1rem;overflow:hidden}@media (min-width: 900px){.tvg{grid-template-columns:minmax(260px,340px) 1fr;grid-template-rows:1fr auto;grid-template-areas:"header body" "controls body";gap:1.5rem 2rem}}.tvg__header{grid-area:header;display:flex;flex-direction:column;gap:.6rem;align-items:flex-start;justify-content:center}@media (max-width: 899px){.tvg__header{align-items:center;text-align:center}}.tvg__body{grid-area:body;display:flex;flex-direction:column;gap:1rem;overflow:hidden;justify-content:center;align-items:center}.tvg__host-controls{grid-area:controls;display:flex;gap:.6rem;flex-wrap:wrap;align-items:flex-end}@media (max-width: 899px){.tvg__host-controls{justify-content:center}}.tvg__phase-title{font-size:clamp(1.4rem,3vw,2.2rem);font-weight:700;line-height:1.2;margin:0}.tvg__sub{color:var(--text-muted);font-size:clamp(.8rem,1.5vw,1rem);margin:0;max-width:360px}@media (max-width: 899px){.tvg__sub{max-width:520px;text-align:center}}.tvg__sub--good{color:#4ade80}.tvg__before-game-notice{background:#fbbf241f;border:1px solid rgba(251,191,36,.35);border-radius:8px;padding:.5rem .9rem;font-size:.85rem;color:#fbbf24;max-width:320px}.tvg__before-game-hint{color:var(--text-muted);font-size:.8rem}.tvg__mayor-badge{background:#3a3000;color:#fbbf24;padding:.25rem .8rem;border-radius:999px;font-size:.85rem;font-weight:600;display:inline-block}.tvg--night .tvg__phase-title{color:#a78bfa}.tvg--day .tvg__phase-title{color:#fbbf24}.tvg--ended .tvg__header{justify-content:center}.tvg__winner{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin:0}.tvg__winner--red{color:#ef4444}.tvg__winner--blue{color:#60a5fa}.tvg__winner--draw{color:var(--text-muted)}.tvg__winner--cancelled{color:var(--text-muted);font-size:clamp(1.6rem,3vw,2.5rem)}.tvg__winner-sub{color:var(--text-muted);font-size:clamp(.85rem,1.5vw,1.1rem);margin:0}.tvg__deaths{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.3rem}.tvg__death{font-size:clamp(1rem,2vw,1.3rem);font-weight:600;color:#f87171}.tvg__vote-progress{font-size:.85rem;color:var(--text-muted)}.tvg__ready-bar{width:100%;max-width:280px;height:8px;background:var(--surface2);border-radius:999px;overflow:hidden}.tvg__ready-fill{height:100%;background:var(--accent);border-radius:999px;transition:width .3s ease}.tvg__ready-count{font-size:.85rem;color:var(--text-muted);margin:0}.tvg__roster{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;align-content:flex-start;width:100%;max-width:100%;overflow:hidden}.tvg__roster--dead{opacity:.6}.tvg__player-card{background:var(--surface);border-radius:10px;padding:clamp(.4rem,1vw,.7rem) clamp(.7rem,1.5vw,1.2rem);display:flex;align-items:center;gap:.4rem;font-size:clamp(.85rem,1.6vw,1.1rem);border:1.5px solid transparent;transition:border-color .2s;flex-shrink:0;max-width:100%}.tvg__player-card--dead{background:#1a1a1a;color:var(--text-muted);text-decoration:line-through}.tvg__player-card--mayor{border-color:#fbbf24}.tvg__player-card--disconnected{opacity:.5;border-color:#6b7280;border-style:dashed}.tvg__player-name{font-weight:600;font-size:inherit}.tvg__mayor-crown{font-size:.85rem}.tvg__disconnected-badge{font-size:.75rem;color:#9ca3af}.tvg__vote-tally{background:var(--accent);color:#fff;border-radius:999px;font-size:.75rem;font-weight:700;padding:.1rem .45rem}.tvg__vote-voters{font-size:.7rem;color:#d1d5db;font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:140px}.tvg__ready-badge{color:#4ade80;font-weight:700;font-size:.85rem}.tvg__dead-section{display:flex;flex-direction:column;align-items:center;gap:.4rem;width:100%;margin-top:.25rem}.tvg__dead-section h4{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin:0}.tvg__restart-btn,.tvg__end-btn{font-size:.85rem;padding:.45rem 1.1rem}.tvg__revealed-role{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.1rem .4rem;border-radius:999px;flex-shrink:0}.tvg__revealed-role--red{background:#4a1a1a;color:#f87171}.tvg__revealed-role--blue{background:#1a2a4a;color:#93c5fd}.tvg__tiebreak-tied{font-size:clamp(1rem,2vw,1.3rem);font-weight:700;color:#fbbf24;background:#fbbf2414;border:1px solid rgba(251,191,36,.3);border-radius:10px;padding:.5rem 1rem}.tvg__dist-bar{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.1rem}.tvg__dist-chip{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.15rem .5rem;border-radius:999px}.tvg__dist-chip--illuminati{background:#4a1a1a;color:#f87171}.tvg__dist-chip--traitor{background:#4a2a0a;color:#fb923c}.tvg__dist-chip--detective{background:#1a2a4a;color:#93c5fd}.tvg__dist-chip--citizen{background:#1a3a2a;color:#4ade80}.tvg__death-popup{position:fixed;top:1.5rem;right:1.5rem;z-index:100;pointer-events:none;transition:opacity .6s ease;max-width:280px}.tvg__death-popup--visible{opacity:1}.tvg__death-popup--hidden{opacity:0}.tvg__death-popup-inner{background:#1a1a2a;border:1px solid #ef4444;border-radius:12px;padding:.9rem 1.2rem;display:flex;flex-direction:column;gap:.6rem;box-shadow:0 4px 24px #ef444440}.tvg__death-popup-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#f87171}.tvg__death-popup-player{display:flex;flex-direction:column;gap:.25rem}.tvg__death-popup-name{font-size:clamp(1rem,2vw,1.25rem);font-weight:700;color:#f1f5f9}.tvg__death-popup-abilities{font-size:.75rem;color:#9ca3af;font-style:italic}.narrator-overlay{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);z-index:90;pointer-events:none;display:flex;flex-direction:column;align-items:center;gap:.6rem;width:90%;max-width:700px}.narrator-overlay__line{width:100%;text-align:center;padding:.7rem 1.5rem;border-radius:10px;font-style:italic;line-height:1.5;transition:opacity .6s ease}.narrator-overlay__line--primary{background:#0f0f14eb;border:1px solid rgba(233,69,96,.4);color:#e2e8f0;font-size:clamp(.9rem,1.8vw,1.15rem);box-shadow:0 4px 20px #00000080}.narrator-overlay__line--secondary{background:#0f0f14e0;border:1px solid rgba(196,113,237,.35);color:#c4b5fd;font-size:clamp(.8rem,1.5vw,.95rem);box-shadow:0 2px 12px #0006}.narrator-overlay__line--visible{opacity:1}.narrator-overlay__line--hidden{opacity:0}.tv{display:flex;flex-direction:column;align-items:center;width:100%;max-width:900px;padding:2rem;gap:2.5rem}.tv__header{display:flex;align-items:center;gap:1.5rem;width:100%;justify-content:center}.tv__title{font-size:3.5rem;font-weight:800;letter-spacing:-1px;background:linear-gradient(135deg,#e94560,#c471ed);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.tv__conn{font-size:.75rem;font-weight:600;padding:.25rem .7rem;border-radius:999px;text-transform:uppercase;letter-spacing:.05em}.tv__conn--ok{background:#1a4a2e;color:#4ade80}.tv__conn--off{background:#4a1a1a;color:#f87171}.tv__test-badge{font-size:.7rem;font-weight:700;padding:.2rem .6rem;border-radius:999px;background:#422006;color:#fb923c;text-transform:uppercase;letter-spacing:.06em}.tv__splash{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-top:2rem}.tv__tagline{font-size:1.25rem;color:var(--text-muted)}.tv__rejoin-notice{background:#fbbf2426;border:1px solid rgba(251,191,36,.4);border-radius:8px;padding:.5rem 1.2rem;font-size:.9rem;color:#fbbf24}.tv__create-btn{font-size:1.2rem;padding:1rem 3rem}.tv__lobby{display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%}.tv__code-block{display:flex;flex-direction:column;align-items:center;gap:.25rem;background:var(--surface);border-radius:var(--radius);padding:1.5rem 3rem}.tv__code-label{font-size:.85rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.tv__code-url{font-size:1.1rem;color:var(--text);margin-bottom:.75rem}.tv__code{font-size:5rem;font-weight:800;letter-spacing:.2em;color:var(--accent);line-height:1}.tv__players{display:flex;flex-direction:column;align-items:center;gap:1.25rem;width:100%;max-width:400px}.tv__lobby-actions{display:flex;flex-direction:column;gap:.75rem;width:100%}.tv__start-btn{width:100%;font-size:1.1rem;padding:.9rem}.tv__close-btn{width:100%;font-size:.95rem;padding:.65rem}.tv__config{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1rem 2rem;background:var(--surface);border-radius:var(--radius);width:100%;max-width:400px}.tv__config-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.tv__config-mode-toggle{display:flex;gap:.5rem}.tv__config-mode-btn{padding:.45rem 1.4rem;border-radius:999px;border:1px solid var(--border, #333);background:transparent;color:var(--text-muted);cursor:pointer;font-size:.9rem;font-weight:600;transition:background .15s,color .15s}.tv__config-mode-btn--active{background:var(--accent);border-color:var(--accent);color:#fff}.tv__config-advanced{display:flex;gap:1.5rem}.tv__config-field{display:flex;flex-direction:column;align-items:center;gap:.3rem;font-size:.8rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.tv__config-field input[type=number]{width:4rem;padding:.35rem .5rem;text-align:center;border-radius:6px;border:1px solid var(--border, #333);background:var(--bg, #0f0f13);color:var(--text);font-size:1.1rem;font-weight:700}.tv__playing{display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center}.tv__playing h2{font-size:2rem}.tv__playing-sub{color:var(--text-muted)}.tv__player-warning{margin:.5rem 0;padding:.5rem 1rem;border-radius:8px;font-size:.95rem;text-align:center}.tv__player-warning--mild{background:#e67e2226;color:#e67e22}.tv__player-warning--severe{background:#e74c3c26;color:#e74c3c;font-weight:600}.tv__config-toggle{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none}.tv__config-toggle input[type=checkbox]{width:1rem;height:1rem;accent-color:var(--accent);cursor:pointer}.mg{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;padding:.5rem 0 2rem;text-align:center}.mg--tabbed{display:flex;flex-direction:column;align-items:stretch;width:100%;min-height:0;padding:0;gap:0;padding-bottom:calc(56px + env(safe-area-inset-bottom,0px))}.mg--tabbed .mg__name-header{margin:.5rem 1rem 0;align-self:stretch}.mg__tab-content{flex:1;overflow-y:auto;padding:.5rem 1rem 1rem}.mg__tab-pane{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.mg__tab-bar{position:fixed;bottom:0;left:0;right:0;display:flex;background:var(--surface);border-top:1.5px solid var(--border, rgba(255,255,255,.08));z-index:100;height:calc(56px + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px)}.mg__tab{flex:1;background:none;border:none;color:var(--text-muted);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;padding:0 .5rem;transition:color .15s,background .15s}.mg__tab--active{color:var(--accent);background:#ffffff0a}.mg__tab:hover:not(.mg__tab--active){color:var(--text)}.mg__tab{position:relative}.mg__tab-badge{position:absolute;top:10px;right:calc(50% - 24px);width:8px;height:8px;border-radius:50%;background:#ef4444;pointer-events:none}.mg__ready-btn{width:100%;font-size:1.1rem;padding:.9rem;margin-top:.5rem}.mg--night{background:transparent}.mg__night-title{color:#a78bfa;font-size:1.5rem}.mg__waiting-pulse{width:14px;height:14px;background:#a78bfa;border-radius:50%;margin-top:.5rem;animation:pulse 1.4s ease-in-out infinite}.mg__my-vote{font-size:.9rem;color:var(--text-muted)}.mg__my-vote strong{color:var(--text)}.mg__ally-votes{display:flex;flex-direction:column;gap:.35rem;padding:.6rem .8rem;background:#1e1e1e;border-radius:8px;font-size:.85rem}.mg__ally-vote-row{color:var(--text-muted)}.mg__ally-vote-name{font-weight:600;color:var(--text)}.mg__ally-vote-target{color:#facc15;font-weight:600}.mg__ally-vote-pending{font-style:italic;color:#6b7280}.mg__unanimous-banner{background:#14532d;border:1px solid #16a34a;color:#4ade80;border-radius:8px;padding:.6rem 1rem;font-size:.95rem;font-weight:600;text-align:center}.mg__detect-result{padding:.5rem 1rem;border-radius:8px;font-size:.9rem;font-weight:600}.mg__detect-result--guilty{background:#4a1a1a;color:#f87171}.mg__detect-result--innocent{background:#252525;color:#9ca3af}.mg__vote-list{display:flex;flex-direction:column;gap:.6rem;width:100%}.mg__vote-btn{width:100%;background:var(--surface2);color:var(--text);border:1.5px solid transparent;border-radius:var(--radius);padding:.75rem 1rem;font-size:1rem;font-weight:600;text-align:left;transition:border-color .15s,background .15s}.mg__vote-btn:hover{border-color:var(--accent)}.mg__vote-btn--selected{border-color:var(--accent);background:#2a1020;color:#fff}.mg__vote-check{color:var(--accent)}.mg__day-title{color:#fbbf24;font-size:1.5rem}.mg__mayor-note{font-size:.85rem;color:#fbbf24}.mg__death-list{list-style:none;display:flex;flex-direction:column;gap:.3rem}.mg__death-item{color:#f87171;font-size:1.1rem;font-weight:600}.mg--dead{gap:1.25rem}.mg__skull{font-size:4rem}.mg--ended{gap:1.25rem}.mg__result-icon{font-size:4rem}.mg--win h2{color:#4ade80}.mg--lose h2{color:#f87171}.mg--draw h2{color:#fbbf24}.mg__players-tab{width:100%;display:flex;flex-direction:column;gap:1rem;text-align:left}.mg__players-tab--dead{margin-top:.5rem}.mg__player-list{display:flex;flex-direction:column;gap:.35rem}.mg__player-row{display:flex;align-items:center;gap:.5rem;padding:.45rem .7rem;background:var(--surface2);border-radius:8px;font-size:.95rem}.mg__player-row--dead{opacity:.55}.mg__player-status{font-size:.7rem;color:#4ade80;flex-shrink:0}.mg__player-row--dead .mg__player-status{color:#f87171}.mg__player-row-name{font-weight:600;flex:1}.mg__player-row--dead .mg__player-row-name{text-decoration:line-through}.mg__mayor-crown{font-size:.9rem;flex-shrink:0}.mg__revealed-role{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.15rem .55rem;border-radius:999px;flex-shrink:0}.mg__revealed-role--red{background:#4a1a1a;color:#f87171}.mg__revealed-role--blue{background:#1a2a4a;color:#93c5fd}.mg__dead-ability-cards{display:flex;flex-direction:column;gap:.25rem;padding:.3rem .7rem .5rem 1.8rem}.mg__dead-ability-item{background:var(--surface2);border-radius:6px;overflow:hidden}.mg__dead-ability-title{display:flex;align-items:center;justify-content:space-between;padding:.4rem .6rem;cursor:pointer;font-size:.88rem;font-weight:600;color:var(--text)}.mg__dead-ability-title:hover{background:#ffffff0a}.mg__dead-ability-toggle{font-size:.65rem;color:var(--text-muted);flex-shrink:0}.mg__dead-ability-detail{display:flex;flex-direction:column;gap:.25rem;padding:0 .6rem .5rem;font-size:.82rem;color:var(--text-muted)}.mg__dead-ability-trigger{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#fbbf24}.mg__dead-ability-desc{line-height:1.35}.mg__intel-section{display:flex;flex-direction:column;gap:.5rem}.mg__intel-title{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-weight:700}.mg__intel-empty{font-size:.85rem;color:var(--text-muted);font-style:italic}.mg__intel-log{display:flex;flex-direction:column;gap:.35rem}.mg__intel-entry{display:flex;align-items:baseline;gap:.5rem;padding:.4rem .7rem;border-radius:8px;font-size:.88rem;background:var(--surface2)}.mg__intel-entry--inspect{border-left:3px solid #93c5fd}.mg__intel-entry--attack{border-left:3px solid #f87171}.mg__intel-entry--vote_out{border-left:3px solid #fbbf24}.mg__intel-entry--mayor_elected{border-left:3px solid #a78bfa}.mg__intel-entry--expandable{-webkit-user-select:none;user-select:none}.mg__intel-expand-icon{font-size:.7rem;color:var(--text-muted);flex-shrink:0;margin-left:.3rem}.mg__intel-voters{background:var(--surface2);border-left:3px solid #fbbf24;border-radius:0 0 8px 8px;padding:.3rem .7rem .4rem 1.6rem;margin-top:-.15rem;display:flex;flex-direction:column;gap:.15rem;font-size:.82rem}.mg__intel-voter-row{display:flex;gap:.3rem;align-items:baseline}.mg__intel-voter-name{color:var(--text);font-weight:600}.mg__intel-voter-arrow{color:var(--text-muted)}.mg__intel-voter-target{color:var(--text)}.mg__intel-round{font-size:.72rem;font-weight:700;text-transform:uppercase;color:var(--text-muted);letter-spacing:.06em;flex-shrink:0}.mg__intel-desc{flex:1;color:var(--text)}.mg__intel-guilty{color:#f87171;font-weight:700}.mg__intel-innocent{color:#9ca3af;font-weight:700}.mg h2{font-size:1.5rem;font-weight:700}.mg__sub{color:var(--text-muted);font-size:.95rem;max-width:300px}.mg__sub--good{color:#4ade80}.mg__sub--muted{color:var(--text-muted);font-style:italic}.mg__name-header{display:flex;align-items:center;gap:.6rem;padding:.4rem .9rem;background:var(--surface2);border-radius:999px;align-self:stretch;justify-content:center}.mg__name-header-label{font-weight:700;font-size:1rem;color:var(--text)}.mg__role-badge{padding:.25rem .85rem;border-radius:999px;font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.07em}.mg__role-badge--red{background:#4a1a1a;color:#f87171}.mg__role-badge--blue{background:#1a2a4a;color:#93c5fd}.mg__card-viewer{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1rem;width:100%}.mg__card-slot{display:flex;flex-direction:column;align-items:center;gap:.4rem}.mg__card-face{position:relative;background:none;border:none;padding:0;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:none;-webkit-user-select:none;user-select:none}.mg__card-img{width:160px;border-radius:12px;box-shadow:0 8px 32px #00000080;display:block;transition:filter .15s}.mg__card-img--hidden{filter:blur(18px) brightness(.3)}.mg__card-cover{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;pointer-events:none;border-radius:12px}.mg__card-cover-icon{font-size:2rem}.mg__card-cover-label{font-size:.75rem;font-weight:600;color:#ffffffb3;text-transform:uppercase;letter-spacing:.08em}.mg__card-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.mg__allies{display:flex;flex-direction:column;align-items:center;gap:.4rem}.mg__allies-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted)}.mg__ally-chip{background:var(--surface2);border-radius:999px;padding:.25rem .75rem;font-size:.9rem}.mg__ability-cards-section{display:flex;flex-direction:column;gap:.75rem;width:100%;align-items:stretch}.mg__ability-section-title{font-size:.85rem;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin-bottom:.25rem;text-align:left}.mg__ability-card{display:flex;gap:.75rem;background:var(--surface);border:1px solid var(--border, #2a2a2a);border-radius:10px;padding:.75rem;text-align:left;position:relative}.mg__ability-card--selectable{cursor:pointer;transition:border-color .15s,background .15s;padding-right:2.5rem}.mg__ability-card--selectable:hover{border-color:var(--accent)}.mg__ability-card--selected{border-color:var(--accent);background:#2a0f1c}.mg__ability-card-img{width:64px;height:64px;object-fit:cover;border-radius:6px;flex-shrink:0}.mg__ability-card-body{display:flex;flex-direction:column;gap:.3rem;flex:1;min-width:0}.mg__ability-card-header{display:flex;flex-direction:column;gap:.25rem}.mg__ability-card-name{font-size:1rem;font-weight:700;color:var(--text)}.mg__ability-card-badges{display:flex;gap:.35rem;flex-wrap:wrap}.mg__ability-badge{font-size:.7rem;font-weight:700;padding:.15rem .5rem;border-radius:999px;text-transform:uppercase;letter-spacing:.05em}.mg__ability-badge--trigger{background:#e9456033;color:#e94560;border:1px solid rgba(233,69,96,.35)}.mg__ability-badge--uses{background:#c471ed33;color:#c471ed;border:1px solid rgba(196,113,237,.35)}.mg__ability-card-desc{font-size:.85rem;color:var(--text);line-height:1.45;margin:0}.mg__ability-card-flavor{font-size:.75rem;color:var(--text-muted);font-style:italic;margin:0}.mg__ability-card-check{position:absolute;top:.6rem;right:.75rem;width:1.4rem;height:1.4rem;border-radius:50%;border:2px solid var(--accent);display:flex;align-items:center;justify-content:center;font-size:.85rem;color:var(--accent);font-weight:700;background:transparent}.mg__ability-card--selected .mg__ability-card-check{background:var(--accent);color:#fff}.mg__discard-phase{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.mg__discard-list{display:flex;flex-direction:column;gap:.75rem;width:100%;align-items:stretch}.mg__discard-waiting{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem 0}.mg__img-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#000000d9;display:flex;align-items:center;justify-content:center;padding:1rem}.mg__img-modal-inner{position:relative;max-width:420px;width:100%;display:flex;flex-direction:column;align-items:center}.mg__img-modal-img{width:100%;border-radius:16px;box-shadow:0 16px 48px #000000b3;display:block}.mg__img-modal-close{position:absolute;top:-14px;right:-14px;width:36px;height:36px;border-radius:50%;background:var(--surface2);border:1.5px solid var(--border, rgba(255,255,255,.12));color:var(--text);font-size:1rem;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:201}.mg__ability-card-img-wrap{position:relative;flex-shrink:0;width:64px;height:64px}.mg__ability-card-zoom{position:absolute;bottom:4px;right:4px;width:28px;height:28px;border-radius:50%;background:#0009;border:none;color:#fff;font-size:.75rem;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:.8;transition:opacity .15s;padding:0}.mg__dist-bar{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin-bottom:10px}.mg__dist-chip{padding:3px 10px;border-radius:12px;font-size:.72rem;font-weight:700;letter-spacing:.02em;color:#fff}.mg__dist-chip--illuminati{background:#c0392b}.mg__dist-chip--traitor{background:#e67e22}.mg__dist-chip--detective{background:#2980b9}.mg__dist-chip--citizen{background:#27ae60}.mobile{display:flex;flex-direction:column;align-items:center;width:100%;max-width:420px;padding:1.5rem 1.25rem;gap:1.5rem;min-height:100vh}.mobile__header{display:flex;align-items:center;justify-content:space-between;width:100%}.mobile__title{font-size:1.75rem;font-weight:800;background:linear-gradient(135deg,#e94560,#c471ed);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.mobile__conn{font-size:1.1rem}.mobile__conn--ok{color:#4ade80}.mobile__conn--off{color:#f87171}.mobile__test-badge{font-size:.65rem;font-weight:700;padding:.2rem .5rem;border-radius:999px;background:#422006;color:#fb923c;text-transform:uppercase;letter-spacing:.06em}.mobile__form{display:flex;flex-direction:column;gap:.6rem;width:100%;margin-top:1rem}.mobile__heading{font-size:1.5rem;margin-bottom:.5rem}.mobile__label{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-top:.5rem}.mobile__input--code{font-size:1.75rem;font-weight:700;letter-spacing:.3em;text-align:center;text-transform:uppercase}.mobile__submit{margin-top:1rem;width:100%;font-size:1.1rem;padding:.9rem}.mobile__waiting{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-top:2rem;text-align:center}.mobile__avatar{width:96px;height:96px;border-radius:50%;background:linear-gradient(135deg,var(--accent),#c471ed);display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:.5rem}.mobile__name{font-size:1.5rem;font-weight:700}.mobile__sub{color:var(--text-muted);font-size:.95rem}.mobile__pulse{width:14px;height:14px;background:var(--accent);border-radius:50%;margin-top:.5rem;animation:pulse 1.4s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.5}}.mobile__rejoin-notice{width:100%;background:#fbbf2426;border:1px solid rgba(251,191,36,.4);border-radius:8px;padding:.6rem .9rem;font-size:.9rem;color:#fbbf24;text-align:center}.mobile__leave-btn{margin-top:.5rem;width:100%;font-size:.95rem;padding:.65rem}.landing{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3rem;min-height:100vh;padding:2rem;text-align:center}.landing__hero{display:flex;flex-direction:column;gap:.75rem}.landing__title{font-size:clamp(3rem,10vw,6rem);font-weight:800;letter-spacing:.05em;color:var(--accent);text-shadow:0 0 40px rgba(233,69,96,.4)}.landing__tagline{font-size:clamp(1rem,2.5vw,1.4rem);color:var(--text-muted);font-style:italic}.landing__actions{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:320px}.landing__btn{width:100%;padding:1rem 2rem;font-size:1.1rem}.host-login{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem}.host-login__card{background:var(--surface);border-radius:var(--radius);padding:2.5rem 2rem;width:100%;max-width:380px;display:flex;flex-direction:column;gap:1rem;text-align:center}.host-login__title{font-size:2rem;font-weight:800;color:var(--accent)}.host-login__subtitle{color:var(--text-muted);font-size:.95rem}.host-login__form{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.host-login__submit{width:100%;margin-top:.25rem}.host-login__back{background:none;border:none;color:var(--text-muted);font-size:.9rem;padding:.25rem;cursor:pointer;transition:color .15s}.host-login__back:hover:not(:disabled){color:var(--text);opacity:1;transform:none}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f0f1a;--surface: #1a1a2e;--surface2: #16213e;--accent: #e94560;--accent2: #0f3460;--text: #eaeaea;--text-muted: #888;--radius: 12px;--font: "Segoe UI", system-ui, sans-serif}body{background:var(--bg);color:var(--text);font-family:var(--font);min-height:100vh;display:flex;align-items:center;justify-content:center}button{cursor:pointer;border:none;border-radius:var(--radius);padding:.75rem 1.75rem;font-size:1rem;font-weight:600;transition:opacity .15s,transform .1s}button:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}button:disabled{opacity:.4;cursor:not-allowed}.btn-primary{background:var(--accent);color:#fff}.btn-secondary{background:var(--accent2);color:#fff}.btn-danger{background:#7f1d1d;color:#fca5a5}.btn-danger:hover:not(:disabled){background:#991b1b}input{background:var(--surface2);border:1.5px solid #333;border-radius:var(--radius);color:var(--text);font-size:1rem;padding:.75rem 1rem;width:100%;outline:none;transition:border-color .15s}input:focus{border-color:var(--accent)}.error{color:var(--accent);font-size:.9rem;margin-top:.5rem}
