:root{--red: #ED1B24;--red-soft: #FF4B52;--red-deep: #C4131B;--yellow: #FFD100;--yellow-deep: #E8A800;--green: #22B573;--sky: #2F9BE0;--bg: #FFF6F5;--surface: #ffffff;--surface-2: #FFE9E7;--ink: #2B1416;--muted: #8A6A6C;--border: #FADCDA;--on-primary: #ffffff;--radius: 22px;--radius-sm: 15px;--shadow: 0 6px 18px rgba(43, 20, 22, .09);--shadow-lg: 0 14px 34px rgba(237, 27, 36, .26);--shadow-pop: 0 10px 0 rgba(43, 20, 22, .08)}:root[data-theme=dark]{--bg: #1A1112;--surface: #2A1A1C;--surface-2: #3A2426;--ink: #FFF1F0;--muted: #C2A0A2;--border: #4A2E31;--shadow: 0 6px 18px rgba(0, 0, 0, .4);--shadow-lg: 0 14px 34px rgba(0, 0, 0, .5);--shadow-pop: 0 10px 0 rgba(0, 0, 0, .25)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--ink);font-family:Segoe UI,system-ui,-apple-system,Rubik,sans-serif;font-size:16px;line-height:1.5;overscroll-behavior-y:none}.app{max-width:520px;margin:0 auto;min-height:100%;display:flex;flex-direction:column}.screen{flex:1;display:flex;flex-direction:column;gap:12px;padding:18px 18px calc(28px + env(safe-area-inset-bottom));animation:screen-in .22s ease both;position:relative}@keyframes screen-in{0%{opacity:0;transform:translateY(8px)}}.center{text-align:center}.muted{color:var(--muted)}.small{font-size:13px}.hint{margin:2px 0 0}.footnote{margin-top:18px;line-height:1.7}.section-title{font-weight:800;font-size:15px;margin-top:6px}.appbar{display:flex;align-items:center;gap:8px;margin:-4px -4px 6px}.appbar-title{flex:1;text-align:center;font-size:19px;font-weight:800;margin:0}.appbar-back,.appbar-spacer{width:40px;height:40px;flex:none}.appbar-back{border:0;background:var(--surface);color:var(--ink);border-radius:50%;font-size:26px;line-height:1;cursor:pointer;box-shadow:var(--shadow)}.appbar-back:active{transform:scale(.92)}.coin-purse{flex:none;background:var(--surface);border-radius:999px;padding:7px 12px;font-weight:800;font-size:14px;box-shadow:var(--shadow);white-space:nowrap}.card{background:var(--surface);border-radius:var(--radius);padding:14px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:10px;position:relative}.card.warn{background:#fff3f3;color:#8a2f2f}:root[data-theme=dark] .card.warn{background:#3a2130;color:#ffd7d7}.card.ok{background:#eafaf2;color:#1f6b4a}:root[data-theme=dark] .card.ok{background:#1f3a30;color:#b9f0d6}.btn{border:0;border-radius:var(--radius-sm);background:var(--surface);color:var(--ink);font-family:inherit;font-size:16px;font-weight:800;padding:14px 18px;cursor:pointer;box-shadow:var(--shadow);transition:transform .09s ease,filter .15s ease}.btn:active{transform:scale(.97)}.btn:disabled{opacity:.45;cursor:default}.btn.primary{background:linear-gradient(135deg,var(--red),var(--red-soft));color:var(--on-primary);box-shadow:var(--shadow-lg)}.btn.accent{background:linear-gradient(135deg,var(--yellow),var(--yellow-deep));color:#3a2200;box-shadow:0 12px 28px #ffd10057}.btn.danger{background:var(--red);color:#fff}.btn.ghost{background:var(--surface-2);color:var(--ink);box-shadow:none}.btn.ghost.on{outline:2px solid var(--red)}.btn.huge{font-size:19px;padding:18px;margin-top:auto}.btn.wide{width:100%}.small-btn{font-size:14px;padding:10px 14px}.row-actions{display:flex;gap:8px}.row-actions>.btn{flex:1}.home-hero{text-align:center;padding:8px 0 4px}.home-logo{display:block;margin:0 auto;width:116px;height:116px;filter:drop-shadow(0 10px 18px rgba(237,27,36,.3));animation:bob 3.2s ease-in-out infinite}@keyframes bob{50%{transform:translateY(-7px) rotate(-3deg)}}.home-title{margin:6px 0 0;font-size:42px;font-weight:900;letter-spacing:-1px;background:linear-gradient(120deg,var(--red),var(--yellow));-webkit-background-clip:text;background-clip:text;color:transparent}.home-tagline{margin:2px 0 0;color:var(--muted);font-weight:600}.stat-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.stat-chip{background:var(--surface);border-radius:var(--radius-sm);padding:10px 6px;text-align:center;box-shadow:var(--shadow)}.stat-chip-value{display:block;font-size:22px;font-weight:900;color:var(--red)}.stat-chip-label{display:block;font-size:11px;color:var(--muted);font-weight:700}.resume-card{border:2px dashed var(--red-soft)}.resume-title{font-weight:800}.resume-sub{color:var(--muted);font-size:14px}.home-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.btn.tile{display:flex;flex-direction:column;align-items:center;gap:5px;font-size:14px;padding:16px 8px;position:relative}.tile-emoji{font-size:26px}.tile-badge{font-size:11px;color:var(--muted);font-weight:700}.splash{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:linear-gradient(160deg,#ff4b52,#ed1b24 55%,#c4131b);color:#fff;cursor:pointer;animation:splash-in .3s ease both}.splash.leaving{animation:splash-out .38s ease forwards}@keyframes splash-in{0%{opacity:0}}@keyframes splash-out{to{opacity:0;transform:scale(1.06)}}.splash-logo{width:168px;height:168px;filter:drop-shadow(0 12px 26px rgba(0,0,0,.22));animation:pop .5s cubic-bezier(.2,1.4,.4,1) both}@keyframes pop{0%{transform:scale(.4);opacity:0}}.splash-title{margin:10px 0 0;font-size:48px;font-weight:900;letter-spacing:-1px}.splash-tagline{margin:0;opacity:.9;font-weight:600}.splash-credit{position:absolute;bottom:calc(26px + env(safe-area-inset-bottom));font-size:13px;opacity:.85}.install-card{border:2px solid var(--surface-2)}.install-close{position:absolute;inset-inline-start:10px;top:8px;border:0;background:transparent;color:var(--muted);font-size:16px;cursor:pointer}.install-title{font-weight:800;padding-inline-start:22px}.install-steps{margin:0;padding-inline-start:20px;color:var(--muted);font-size:14px;line-height:1.9}.quit-btn{position:absolute;top:14px;inset-inline-start:14px;width:34px;height:34px;border:0;border-radius:50%;background:var(--surface);color:var(--muted);font-size:15px;cursor:pointer;box-shadow:var(--shadow);z-index:3}.quit-confirm{margin-top:6px}.chip-row{display:flex;gap:8px;flex-wrap:wrap}.scroll-row{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.scroll-row::-webkit-scrollbar{display:none}.chip{border:2px solid transparent;background:var(--surface);color:var(--ink);border-radius:999px;padding:10px 16px;font-family:inherit;font-size:15px;font-weight:800;cursor:pointer;box-shadow:var(--shadow);white-space:nowrap;transition:transform .09s ease}.chip:active{transform:scale(.95)}.chip.on{background:linear-gradient(135deg,var(--red),var(--red-soft));color:#fff}.chip.wide-chip{flex:1;min-width:96px;text-align:center}.chip-unit{font-size:11px;opacity:.75;margin-inline-start:3px}.chip.player{background:var(--surface-2);box-shadow:none;font-size:14px;padding:7px 12px}.chip-x{opacity:.5;font-size:11px}.preset-row{display:flex;gap:8px}.preset-row>.btn{flex:1}.team-card{gap:8px}.team-card-head{display:flex;align-items:center;gap:10px}.team-swatch{width:46px;height:46px;flex:none;border:0;border-radius:50%;font-size:22px;cursor:pointer;box-shadow:var(--shadow)}.team-name-input{flex:1;min-width:0;border:0;border-bottom:2px solid var(--border);background:transparent;color:var(--ink);font-family:inherit;font-size:18px;font-weight:800;padding:6px 2px}.team-name-input:focus{outline:none;border-color:var(--red)}.swatch-row{display:flex;gap:7px;flex-wrap:wrap}.swatch{width:38px;height:38px;border:3px solid transparent;border-radius:50%;font-size:15px;cursor:pointer}.swatch.on{border-color:var(--ink)}.swatch.off{opacity:.35;cursor:default}.player-chips{display:flex;gap:6px;flex-wrap:wrap}.player-chips:empty{display:none}.add-row{display:flex;gap:8px}.text-input{flex:1;min-width:0;border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--ink);font-family:inherit;font-size:15px;padding:11px 12px}.text-input:focus{outline:none;border-color:var(--red)}.text-input.wide{width:100%}.cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.cat-tile{border:3px solid transparent;border-radius:var(--radius-sm);background:var(--surface);color:var(--ink);font-family:inherit;padding:12px 4px 10px;display:flex;flex-direction:column;align-items:center;gap:3px;cursor:pointer;box-shadow:var(--shadow);opacity:.55;transition:transform .09s ease,opacity .15s ease}.cat-tile:active{transform:scale(.95)}.cat-tile.on{opacity:1;border-color:var(--red)}.cat-emoji{font-size:26px}.cat-title{font-size:12px;font-weight:800;text-align:center;line-height:1.2}.cat-count{font-size:10px;color:var(--muted)}.pool-note{margin-top:2px}.toggle-card{flex-direction:row;align-items:center;gap:12px;border:3px solid transparent;font-family:inherit;font-size:16px;color:var(--ink);text-align:start;cursor:pointer}.toggle-card.on{border-color:var(--red)}.toggle-emoji{font-size:28px;flex:none}.toggle-text{flex:1;display:flex;flex-direction:column;gap:2px}.toggle-title{font-weight:800}.switch{flex:none;width:46px;height:27px;border-radius:999px;background:var(--surface-2);position:relative;transition:background .18s ease}.switch:after{content:"";position:absolute;top:3px;inset-inline-start:3px;width:21px;height:21px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000040;transition:transform .18s ease}.switch.on{background:var(--red)}.switch.on:after{transform:translate(-19px)}[dir=ltr] .switch.on:after{transform:translate(19px)}.info-card{gap:8px}.info-title{font-weight:800}.info-list{margin:0;padding-inline-start:18px;color:var(--muted);font-size:14px;line-height:1.9}.team-pill{display:inline-flex;align-items:center;gap:7px;border-radius:999px;color:#fff;font-weight:900;padding:8px 16px;font-size:16px;box-shadow:var(--shadow-lg)}.team-pill.sm{font-size:13px;padding:5px 11px}.team-pill.lg{font-size:26px;padding:12px 26px}.team-pill-emoji{font-size:.9em}.ready{align-items:center;text-align:center}.ready>*{width:100%}.ready-round{margin-top:22px;font-weight:800;color:var(--muted);letter-spacing:1px}.ready-team{display:flex;justify-content:center;margin:4px 0;animation:pop .4s cubic-bezier(.2,1.4,.4,1) both}.ready-explainer{display:flex;flex-direction:column;gap:2px}.ready-explainer-label{color:var(--muted);font-size:13px;font-weight:700}.ready-explainer-name{font-size:26px;font-weight:900}.chaos-card{align-items:center;text-align:center;border:3px solid var(--yellow);gap:4px}.chaos-label{font-size:12px;font-weight:800;color:var(--muted);letter-spacing:1px}.chaos-emoji{font-size:40px;line-height:1.1}.chaos-title{font-size:19px;font-weight:900}.ready-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.fact{background:var(--surface);border-radius:var(--radius-sm);padding:10px 4px;box-shadow:var(--shadow)}.fact-value{display:block;font-size:24px;font-weight:900;color:var(--red)}.fact-label{display:block;font-size:11px;color:var(--muted);font-weight:700}.mini-table{display:flex;flex-direction:column;gap:4px}.mini-row{display:flex;justify-content:space-between;font-size:14px;padding:6px 12px;background:var(--surface-2);border-radius:999px}.play{gap:10px}.play.panic{animation:panic .5s ease-in-out infinite}@keyframes panic{50%{background:#f8717117}}@media (prefers-reduced-motion: reduce){.play.panic{animation:none}}.play-top{display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:999px;padding:9px 18px;color:#fff;font-weight:800;box-shadow:var(--shadow)}.play-team{font-size:16px}.play-explainer{font-size:13px;opacity:.9}.timer{text-align:center;font-size:46px;font-weight:900;font-variant-numeric:tabular-nums;letter-spacing:1px;line-height:1.1;color:var(--ink)}.timer.low{color:var(--red);animation:throb 1s ease-in-out infinite}@keyframes throb{50%{transform:scale(1.07)}}@media (prefers-reduced-motion: reduce){.timer.low{animation:none}}.play-meters{display:flex;justify-content:center;gap:8px}.meter{background:var(--surface);border-radius:999px;padding:5px 13px;font-size:14px;font-weight:800;box-shadow:var(--shadow)}.meter.hot{background:linear-gradient(135deg,var(--yellow),#fb923c);color:#fff}.play-chaos{text-align:center;font-size:13px;font-weight:800;color:var(--muted);background:var(--surface-2);border-radius:999px;padding:6px 12px}.word-card{flex:1;min-height:210px;border-radius:28px;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:18px 14px;text-align:center}.word-emoji{font-size:58px;line-height:1}.word-text{font-size:38px;font-weight:900;line-height:1.15;letter-spacing:-.5px}.word-worth{font-size:13px;font-weight:800;opacity:.6}.word-card.flash-correct{box-shadow:0 0 0 5px var(--green),var(--shadow-lg)}.word-card.flash-skip{box-shadow:0 0 0 5px var(--sky),var(--shadow-lg)}.word-card.flash-foul{box-shadow:0 0 0 5px var(--red),var(--shadow-lg)}.forbidden{margin-top:8px;width:100%;border-top:2px dashed rgba(125,115,152,.3);padding-top:9px}.forbidden-label{font-size:11px;font-weight:800;opacity:.6;margin-bottom:5px}.forbidden-words{display:flex;flex-wrap:wrap;justify-content:center;gap:5px}.forbidden-word{background:#f8717129;color:#b03b3b;border-radius:999px;padding:3px 10px;font-size:13px;font-weight:700}:root[data-theme=dark] .forbidden-word{color:#ffc9c9}.play-actions{display:flex;flex-direction:column;gap:8px}.play-actions-row{display:flex;gap:8px}.play-actions-row>.btn{flex:1}.btn.correct{background:linear-gradient(135deg,#34d399,#10b981);color:#fff;font-size:21px;padding:20px;box-shadow:0 12px 26px #10b9814d}.btn.skipbtn{background:var(--surface-2);color:var(--ink);box-shadow:none}.btn.foulbtn{background:#f871712e;color:#b03b3b;box-shadow:none}:root[data-theme=dark] .btn.foulbtn{color:#ffc9c9}.timeout-banner{text-align:center;font-size:26px;font-weight:900;margin-top:6px}.last-word-card{align-items:center;text-align:center;gap:4px;padding:22px 14px}.score-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.score-cell{background:var(--surface);border-radius:var(--radius-sm);padding:12px 4px;text-align:center;box-shadow:var(--shadow)}.score-value{display:block;font-size:28px;font-weight:900}.score-cell.good .score-value{color:var(--green)}.score-cell.bad .score-value{color:var(--red)}.score-label{display:block;font-size:11px;color:var(--muted);font-weight:700}.breakdown{gap:6px}.breakdown-row{display:flex;justify-content:space-between;font-size:15px}.breakdown-row.bonus{color:var(--red);font-weight:700}.breakdown-row.penalty{color:var(--red)}.breakdown-row.total{border-top:2px solid var(--border);padding-top:8px;margin-top:2px;font-size:19px;font-weight:900}.played-list{display:flex;flex-direction:column;gap:5px}.played-row{display:flex;align-items:center;justify-content:space-between;gap:8px;background:var(--surface);border-radius:var(--radius-sm);padding:7px 12px;border-inline-start:5px solid var(--border)}.played-row.correct{border-inline-start-color:var(--green)}.played-row.skip{border-inline-start-color:var(--sky)}.played-row.foul{border-inline-start-color:var(--red)}.played-word{font-size:15px;font-weight:700}.played-buttons{display:flex;gap:4px;flex:none}.mini-btn{border:0;background:var(--surface-2);border-radius:9px;width:32px;height:30px;font-size:14px;cursor:pointer;opacity:.4}.mini-btn.on{opacity:1;outline:2px solid var(--red)}.results{align-items:center;text-align:center}.results>*{width:100%}.confetti,.emoji-rain{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:2}.emoji-rain span{position:absolute;top:-50px;animation:fall linear forwards}@keyframes fall{to{transform:translateY(110vh) rotate(220deg);opacity:.15}}@media (prefers-reduced-motion: reduce){.emoji-rain{display:none}}.results-title{font-size:30px;font-weight:900;margin:12px 0 0}.podium{position:relative;z-index:3}.trophy{font-size:76px;line-height:1.1;animation:pop .6s cubic-bezier(.2,1.4,.4,1) both;filter:drop-shadow(0 10px 20px rgba(251,191,36,.4))}.winner-line{font-size:22px;font-weight:900;color:var(--red)}.standings{display:flex;flex-direction:column;gap:7px;position:relative;z-index:3}.standing{display:flex;align-items:center;gap:10px;background:var(--surface);border-radius:var(--radius-sm);padding:11px 14px;box-shadow:var(--shadow);border:3px solid transparent}.standing.champion{border-color:var(--yellow)}.standing-medal{font-size:20px;width:26px;flex:none}.standing-dot{width:15px;height:15px;border-radius:50%;flex:none}.standing-name{flex:1;text-align:start;font-weight:800}.standing-score{font-size:20px;font-weight:900}.coins-card{flex-direction:row;align-items:center;justify-content:center;gap:8px;z-index:3}.coins-emoji{font-size:26px}.unlocked-card{z-index:3;text-align:start}.unlocked-row{display:flex;align-items:center;gap:10px}.unlocked-emoji{font-size:26px}.unlocked-text{flex:1;display:flex;flex-direction:column}.unlocked-reward{font-weight:800;color:var(--yellow)}.profile-head{display:flex;flex-direction:column;align-items:center;gap:8px;padding:8px 0}.profile-avatar{width:96px;height:96px;border-radius:50%;border:5px solid var(--border);background:var(--surface);display:flex;align-items:center;justify-content:center;font-size:48px;box-shadow:var(--shadow)}.profile-name{border:0;border-bottom:2px solid var(--border);background:transparent;color:var(--ink);font-family:inherit;font-size:22px;font-weight:900;text-align:center;padding:4px;max-width:220px}.profile-name:focus{outline:none;border-color:var(--red)}.stat-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.stat-card{background:var(--surface);border-radius:var(--radius-sm);padding:12px 4px;text-align:center;box-shadow:var(--shadow)}.stat-card-value{display:block;font-size:22px;font-weight:900;color:var(--red)}.stat-card-label{display:block;font-size:10.5px;color:var(--muted);font-weight:700;line-height:1.3}.fame-list{display:flex;flex-direction:column;gap:5px}.fame-row{display:flex;align-items:center;gap:10px;background:var(--surface);border-radius:var(--radius-sm);padding:9px 13px;box-shadow:var(--shadow)}.fame-place{width:22px;font-weight:900;color:var(--muted)}.fame-name{flex:1;font-weight:800}.shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.shop-item{border:3px solid transparent;border-radius:var(--radius-sm);background:var(--surface);color:var(--ink);font-family:inherit;padding:11px 4px 9px;display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;box-shadow:var(--shadow);transition:transform .09s ease}.shop-item:active{transform:scale(.95)}.shop-item.worn{border-color:var(--red)}.shop-item.poor{opacity:.5}.shop-swatch{width:46px;height:46px;border-radius:14px;border:3px solid var(--border);background:var(--surface-2);display:flex;align-items:center;justify-content:center;font-size:22px}.shop-title{font-size:12px;font-weight:800;text-align:center;line-height:1.2}.shop-price,.shop-tag{font-size:11px;font-weight:800;color:var(--muted)}.shop-tag{color:var(--red)}.progress-bar{height:11px;border-radius:999px;background:var(--surface-2);overflow:hidden}.progress-bar span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--red),var(--yellow));transition:width .4s ease}.badge-list{display:flex;flex-direction:column;gap:7px}.badge{display:flex;align-items:center;gap:11px;background:var(--surface);border-radius:var(--radius-sm);padding:11px 13px;box-shadow:var(--shadow);opacity:.6}.badge.done{opacity:1;border-inline-start:5px solid var(--yellow)}.badge-emoji{font-size:27px}.badge-text{flex:1;display:flex;flex-direction:column}.badge-reward{font-size:13px;font-weight:800;color:var(--yellow)}.custom-list{display:flex;flex-direction:column;gap:5px}.custom-row{display:flex;align-items:center;justify-content:space-between;gap:8px;background:var(--surface);border-radius:var(--radius-sm);padding:9px 13px;box-shadow:var(--shadow)}.custom-word{display:flex;flex-direction:column;min-width:0}.custom-row .mini-btn{opacity:1}.how-card{gap:14px}.how-step{display:flex;gap:12px;align-items:flex-start}.how-step p{margin:2px 0 0}.how-num{flex:none;width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,var(--red),var(--red-soft));color:#fff;font-weight:900;display:flex;align-items:center;justify-content:center}.brandbar{display:flex;justify-content:center;padding:calc(8px + env(safe-area-inset-top)) 0 2px;pointer-events:none;flex:none}.brandbar img{height:26px;width:auto;opacity:.92}.splash~.app .brandbar{visibility:hidden}.end-early{align-self:center;border:0;background:transparent;color:var(--muted);font-family:inherit;font-size:13px;font-weight:700;padding:4px 12px;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.end-early.confirming{display:flex;align-items:center;gap:8px;background:var(--surface-2);border-radius:999px;padding:6px 8px 6px 14px;text-decoration:none;font-size:13px}.end-early-yes,.end-early-no{border:0;border-radius:999px;font-family:inherit;font-size:13px;font-weight:800;padding:6px 12px;cursor:pointer}.end-early-yes{background:var(--red);color:#fff}.end-early-no{background:var(--surface);color:var(--ink)}.ready-round.decider{color:var(--red);font-size:19px;font-weight:900}.decider-note{margin:-4px 0 0;color:var(--muted);font-size:13px;line-height:1.6}
