:root{color:#000;font-synthesis:none;--ink:#11235b;--aqua:#11cfe2;--blue:#0878f9;--yellow:#fff59a;--lilac:#e3cbff;--coral:#f43f5e;--green:#10c865;--shadow:0 10px 0 #11235b57;background:#11cfe2;font-family:Trebuchet MS,Arial Rounded MT Bold,system-ui,sans-serif}*{box-sizing:border-box}html{background:var(--aqua);min-width:320px;min-height:100%}body{background:#11cfe2 url(/assets/quiz-world-bg-D4Eephdx.png) top/cover no-repeat fixed;min-width:320px;min-height:100vh;margin:0}body:before,body:after{z-index:0;content:"";pointer-events:none;border-radius:50%;display:none;position:fixed}body:before{border:52px solid #ffc92880;width:42vw;height:42vw;bottom:-25vw;right:-14vw}body:after{background:#0878f93d;width:38vw;height:12vw;bottom:-4vw;left:-8vw;transform:rotate(-9deg)}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:wait;opacity:.7}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.home-shell{z-index:1;width:min(1480px,100%);min-height:100vh;padding:max(20px, env(safe-area-inset-top)) clamp(18px, 3vw, 48px) max(28px, env(safe-area-inset-bottom));margin:0 auto;position:relative}.home-header{justify-content:space-between;align-items:center;gap:24px;margin-bottom:22px;display:flex}.home-header h1{color:#fff9d8;letter-spacing:-.06em;text-shadow:0 6px 0 var(--ink), 4px 9px 0 #ffc928;-webkit-text-stroke:2px var(--ink);margin:0;font-size:clamp(2.2rem,5.1vw,5rem);line-height:.92}.locale-switch{border:3px solid var(--ink);background:var(--blue);border-radius:18px;flex:none;gap:4px;padding:5px;display:flex;box-shadow:0 5px #11235b4d}.locale-switch button{min-width:52px;min-height:42px;color:var(--ink);background:#aeeaff;border:0;border-radius:12px;font-size:1rem;font-weight:900}.locale-switch button[aria-pressed=true]{background:#ffd832;box-shadow:inset 0 -3px #b66b004d}.locale-switch button:focus-visible,.primary-action:focus-visible,input:focus-visible,.choice input:focus-visible+.choice__surface{outline-offset:3px;outline:5px solid #fff}.home-layout{grid-template-columns:minmax(610px,1fr) minmax(210px,260px) minmax(350px,380px);align-items:center;gap:clamp(12px,2vw,30px);display:grid}.player-name-stage{border:4px solid var(--ink);color:#000;background:linear-gradient(145deg,#66e3ff,#60f0b2);border-radius:22px;gap:7px;width:min(100%,520px);margin:0 auto 24px;padding:16px 22px 18px;font-size:clamp(1rem,1.35vw,1.25rem);font-weight:1000;display:grid;box-shadow:0 7px #11235b59}.player-name-stage input{border:3px solid var(--ink);color:#000;background:#fff7b2;border-radius:14px;width:100%;min-height:54px;padding:9px 14px;font-size:1.25rem;font-weight:900}.create-stage,.join-stage{z-index:2;border:5px solid var(--ink);min-width:0;box-shadow:var(--shadow);position:relative}.create-stage{background:linear-gradient(155deg, #fffac0 0%, var(--yellow) 66%, #ffe35d 100%);border-radius:38px;padding:clamp(20px,2.5vw,38px)}.join-stage{background:linear-gradient(145deg,#f0ddff,#c9a9ff);border-radius:32px;padding:clamp(22px,2.4vw,36px)}.create-stage h2,.join-stage h2{color:#000;letter-spacing:-.04em;margin:0 0 18px;font-size:clamp(2.1rem,4vw,4.1rem);line-height:1}.join-stage h2{overflow-wrap:anywhere;font-size:clamp(1.75rem,2.25vw,2.5rem)}.choice-group{border:0;min-width:0;margin:0 0 17px;padding:0}.choice-group legend,.join-stage label>span{color:#000;margin-bottom:7px;font-size:clamp(1rem,1.35vw,1.25rem);font-weight:900;display:block}.choice-group__options{grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:10px;display:grid}.theme-choice .choice-group__options{grid-template-columns:repeat(3,1fr)}.choice{min-width:0;position:relative}.choice input{opacity:0;pointer-events:none;position:absolute}.choice__surface{color:#000;text-align:center;background:#fff6ad;border:3px solid #e4af21;border-radius:15px;justify-content:center;align-items:center;min-height:52px;padding:10px 30px 10px 12px;font-size:clamp(.92rem,1.2vw,1.12rem);font-weight:900;transition:transform .16s,box-shadow .16s,background .16s;display:flex;position:relative;box-shadow:inset 0 -4px #c788002e}.choice:hover .choice__surface{transform:translateY(-2px)}.choice input:checked+.choice__surface{color:#fff;background:var(--blue);box-shadow:0 0 0 3px var(--ink), inset 0 -5px 0 #11235b40;border-color:#fff}.choice__indicator{border:2px solid;border-radius:50%;place-items:center;width:22px;height:22px;font-size:0;display:grid;position:absolute;top:7px;right:7px}.choice input:checked+.choice__surface .choice__indicator{font-size:.8rem}.theme-choice__content{justify-items:center;gap:4px;display:grid}.theme-choice__mark{color:#072c70;background:#66dbff;border-radius:50%;place-items:center;width:44px;height:34px;font-size:1.25rem;font-weight:1000;display:grid}.theme-choice .choice:nth-child(2) .choice__surface{background:#46df67}.theme-choice .choice:nth-child(3) .choice__surface{background:#ff6475}.theme-choice .choice:nth-child(4) .choice__surface{background:#ba8cff}.theme-choice .choice:nth-child(5) .choice__surface{background:#ffc928}.theme-choice .choice:nth-child(6) .choice__surface{background:#35d9de}.theme-choice .choice input:checked+.choice__surface{background:var(--blue)}.primary-action{border:4px solid var(--ink);color:#fff;text-shadow:0 2px #00000040;border-radius:22px;justify-content:center;align-items:center;gap:14px;width:100%;min-height:66px;font-size:clamp(1.2rem,2vw,1.75rem);font-weight:1000;transition:transform .16s,box-shadow .16s;display:flex;box-shadow:0 8px #11235b6b}.primary-action:hover{transform:translateY(-2px);box-shadow:0 10px #11235b6b}.primary-action:active{transform:translateY(6px);box-shadow:0 2px #11235b6b}.primary-action--coral{background:var(--coral)}.primary-action--blue{background:var(--blue)}.play-symbol{font-size:1.45em}.join-stage form{gap:20px;display:grid}.join-stage label{display:grid}.join-stage input{border:3px solid var(--ink);color:#000;background:#c8f7ff;border-radius:14px;width:100%;min-height:58px;padding:10px 14px;font-size:1.25rem;font-weight:900}.mascot-home-wrap{z-index:1;align-self:end;margin:0 -28%;position:relative}.mascot{aspect-ratio:1;border:4px solid var(--ink);filter:drop-shadow(0 14px 10px #11235b47);background-image:url(/assets/jelly-sprites-DZDfp7ZF.png);background-repeat:no-repeat;background-size:300% 200%;border-radius:50%;width:min(360px,32vw);overflow:hidden;box-shadow:0 8px #11235b47}.asset-preload{opacity:0;pointer-events:none;width:1px;height:1px;position:fixed}.form-error{border:3px solid var(--ink);color:#000;background:#ff8aa0;border-radius:15px;width:fit-content;max-width:100%;margin:22px auto 0;padding:12px 18px;font-weight:900;box-shadow:0 6px #11235b4d}.session-loading{z-index:1;color:#000;place-items:center;min-height:100vh;font-size:clamp(4rem,16vw,12rem);font-weight:1000;display:grid;position:relative}.game-shell{z-index:1;width:min(1500px,100%);min-height:100vh;padding:max(16px, env(safe-area-inset-top)) clamp(14px, 3vw, 46px) max(24px, env(safe-area-inset-bottom));margin:0 auto;position:relative}.game-header{justify-content:space-between;align-items:center;gap:20px;min-height:70px;margin-bottom:18px;display:flex}.game-header__brand{color:#fff9d8;letter-spacing:-.05em;text-shadow:0 4px 0 var(--ink), 3px 6px 0 #ffc928;-webkit-text-stroke:1px var(--ink);font-size:clamp(1.65rem,3.5vw,3.5rem);line-height:1}.game-header__tools{align-items:center;gap:12px;margin-left:auto;display:flex}.progress-chip{border:4px solid var(--ink);color:#000;background:#c9f4ff;border-radius:20px;padding:12px 22px;font-size:clamp(1rem,1.7vw,1.35rem);font-weight:1000;box-shadow:0 6px #11235b4d}.lobby-layout{grid-template-columns:minmax(560px,1.45fr) minmax(330px,.65fr);gap:clamp(18px,2.5vw,38px);display:grid}.room-code-stage,.players-stage,.question-stage,.result-stage,.leaderboard-stage,.podium-stage{border:5px solid var(--ink);box-shadow:var(--shadow)}.room-code-stage{background:linear-gradient(150deg,#fffbc1,#fff06d);border-radius:42px;align-content:start;min-height:calc(100vh - 128px);padding:clamp(24px,4vw,56px);display:grid;position:relative;overflow:hidden}.room-code-stage h1{text-align:center;margin:0;font-size:clamp(2rem,3.5vw,3.6rem)}.room-code{z-index:2;border:5px solid var(--ink);color:#000;letter-spacing:.025em;text-align:center;background:#ffd92e;border-radius:32px;margin:12px 0 16px;padding:10px 28px;font-size:clamp(4.7rem,10vw,9.8rem);font-weight:1000;line-height:1;position:relative;box-shadow:inset 0 -10px #dc970040}.join-instruction,.waiting-message,.answered-count,.next-countdown{z-index:2;border:3px solid var(--ink);color:#000;background:var(--lilac);text-align:center;border-radius:16px;margin:0;padding:12px 18px;font-size:clamp(1rem,1.8vw,1.35rem);font-weight:900;position:relative}.settings-summary{z-index:2;grid-template-columns:repeat(4,1fr);gap:9px;margin-top:22px;display:grid;position:relative}.settings-summary span{border:3px solid var(--ink);text-align:center;background:#5ae779;border-radius:15px;place-items:center;min-height:58px;padding:8px;font-weight:900;display:grid}.settings-summary span:nth-child(2){background:#ffd22f}.settings-summary span:nth-child(3){background:#5fddff}.settings-summary span:nth-child(4){background:#ff7487}.lobby-mascot{border-radius:50%;width:min(300px,29vw);position:absolute;bottom:74px;right:-2%}.lobby-start{z-index:3;align-self:end;margin-top:auto;position:relative}.waiting-message{align-self:end;margin-top:auto}.players-stage{background:linear-gradient(145deg,#efdfff,#c9a9ff);border-radius:38px;min-height:calc(100vh - 128px);padding:clamp(22px,3vw,38px)}.players-stage h2{text-align:center;margin:0 0 18px;font-size:clamp(2rem,3vw,3rem)}.player-list,.standings{gap:12px;margin:0;padding:0;list-style:none;display:grid}.player-list li,.standings li{border:3px solid var(--ink);color:#000;background:#79dcff;border-radius:20px;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;min-height:72px;padding:10px 16px;font-size:clamp(1.2rem,2vw,1.75rem);font-weight:1000;display:grid;box-shadow:0 5px #11235b33}.player-list li:nth-child(2n),.standings li:nth-child(2n){background:#fff07b}.player-list li:nth-child(3n),.standings li:nth-child(3n){background:#ff8394}.player-list li:nth-child(4n),.standings li:nth-child(4n){background:#50df77}.player-list li.is-offline{filter:saturate(.4);opacity:.68}.player-list small{font-size:.7em}.player-dot,.standing-place{border:3px solid var(--ink);background:#fff59a;border-radius:50%;place-items:center;width:42px;height:42px;font-size:1rem;display:grid}.question-stage{background:linear-gradient(145deg,#fffcc2,#ffed65);border-radius:42px;grid-template-columns:auto 1fr minmax(150px,.25fr);align-items:center;gap:clamp(18px,3vw,44px);min-height:clamp(300px,42vh,430px);padding:clamp(22px,4vw,52px);display:grid;position:relative;overflow:hidden}.question-stage h1{color:#000;letter-spacing:-.045em;text-align:center;margin:0;font-size:clamp(2rem,4.7vw,4.8rem);line-height:1.04}.timer{aspect-ratio:1;border:8px solid var(--ink);color:#000;background:conic-gradient(#0878f9 0 72%, #9befff 72% 100%);border-radius:50%;place-items:center;width:clamp(112px,15vw,190px);font-size:clamp(3.2rem,7vw,6rem);font-weight:1000;display:grid;box-shadow:inset 0 0 0 17px #d5f8ff,0 8px #11235b4d}.question-mascot{border-radius:50%;width:min(260px,24vw)}.answered-count{padding-block:7px;position:absolute;bottom:16px;right:28%}.answer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:20px;display:grid}.answer-button{border:5px solid var(--ink);color:#fff;text-align:left;text-shadow:0 2px #00000047;border-radius:30px;grid-template-columns:auto 1fr;align-items:center;gap:clamp(16px,3vw,34px);min-height:clamp(118px,18vh,175px);padding:18px clamp(18px,3vw,42px);font-size:clamp(1.65rem,3.3vw,3.5rem);font-weight:1000;transition:transform .16s,box-shadow .16s,filter .16s;display:grid;box-shadow:0 10px #11235b80}.answer-button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 13px #11235b80}.answer-button:active:not(:disabled){transform:translateY(7px);box-shadow:0 3px #11235b80}.answer-button:focus-visible{outline-offset:3px;outline:6px solid #fff}.answer-button:disabled{opacity:.72;filter:saturate(.7)}.answer-button--red{background:#f43f5e}.answer-button--blue{background:#0878f9}.answer-button--yellow{color:#000;text-shadow:none;background:#ffc928}.answer-button--green{background:#10c865}.answer-shape{color:#fff;-webkit-text-stroke:2px var(--ink);font-size:1.3em}.answer-button--yellow .answer-shape{color:#fff}.result-stage{background:linear-gradient(150deg,#fffcc0,#ffe95f);border-radius:44px;grid-template-columns:1.25fr minmax(300px,.75fr);align-items:center;gap:clamp(12px,3vw,46px);min-height:calc(100vh - 128px);padding:clamp(28px,5vw,70px);display:grid}.result-stage .mascot{border-radius:50%;width:min(500px,38vw)}.result-copy{min-width:0}.result-copy h1{color:#000;letter-spacing:-.06em;margin:0 0 18px;font-size:clamp(4rem,9vw,9rem);line-height:.9}.result-stage.is-correct .result-copy h1{color:#087b39}.result-stage.is-incorrect .result-copy h1{color:#b31636}.earned-score{border:3px solid var(--ink);background:#5ee982;border-radius:16px;width:fit-content;margin:0 0 24px;padding:10px 18px;font-size:clamp(1.5rem,3vw,2.7rem);font-weight:1000}.correct-answer{border:4px solid var(--ink);color:#fff;background:var(--blue);overflow-wrap:anywhere;border-radius:20px;width:fit-content;max-width:100%;margin:0 0 16px;padding:16px 26px;font-size:clamp(1.75rem,3vw,3rem);font-weight:1000;box-shadow:0 7px #11235b4d}.explanation{border:3px solid var(--ink);background:var(--lilac);border-radius:20px;margin:0;padding:18px 24px;font-size:clamp(1.15rem,2vw,1.75rem);font-weight:800}.leaderboard-stage{background:linear-gradient(150deg,#e9d7ff,#a975f5);border-radius:42px;align-content:center;gap:18px;width:min(1000px,100%);min-height:calc(100vh - 128px);margin:0 auto;padding:clamp(22px,4vw,54px);display:grid}.leaderboard-title{grid-template-columns:1fr minmax(130px,240px);align-items:center;display:grid}.leaderboard-title h1{letter-spacing:-.05em;margin:0;font-size:clamp(2.5rem,5.5vw,5.5rem)}.leaderboard-title .mascot{border-radius:50%;width:min(240px,22vw)}.standings li>:last-child{font-variant-numeric:tabular-nums;font-weight:1000}.next-countdown{background:var(--yellow);margin-top:8px;font-size:clamp(1.3rem,2.5vw,2.2rem)}.podium-stage{background:linear-gradient(#77ecff 0%,#0ccce3 65%,#0878f9 100%);border-radius:42px;align-content:center;min-height:calc(100vh - 128px);padding:clamp(24px,4vw,52px);display:grid;position:relative;overflow:hidden}.podium-heading{z-index:2;text-align:center;position:relative}.podium-heading h1{letter-spacing:-.05em;margin:0;font-size:clamp(3.2rem,7vw,7rem);line-height:.95}.podium-heading h2{margin:8px 0 0;font-size:clamp(1.7rem,3vw,3rem)}.podium-mascot{z-index:3;border-radius:50%;width:min(280px,23vw);position:absolute;top:13%;left:56%}.podium-places{z-index:2;grid-template-columns:.9fr 1.1fr .9fr;align-items:end;gap:12px;margin-top:clamp(90px,13vh,145px);display:grid;position:relative}.podium-place{border:5px solid var(--ink);color:#000;border-radius:34px 34px 14px 14px;align-content:center;justify-items:center;min-height:220px;padding:18px;font-size:clamp(1.45rem,2.8vw,2.6rem);display:grid;box-shadow:inset 0 -14px #11235b29,0 10px #11235b4d}.podium-place--gold{background:linear-gradient(145deg,#fff170,#f4b000);min-height:300px}.podium-place--silver{background:linear-gradient(145deg,#ecf7ff,#9dc5e6)}.podium-place--bronze{background:linear-gradient(145deg,#ffb36b,#c66735)}.podium-medal{font-size:clamp(3.5rem,7vw,6.5rem)}.new-game{z-index:3;width:min(440px,100%);margin:22px auto 0;position:relative}.podium-stage>.standings{z-index:3;margin-top:18px;position:relative}.connection-stage{z-index:1;color:#000;align-content:center;justify-items:center;gap:18px;min-height:100vh;font-size:clamp(1.3rem,3vw,2.3rem);font-weight:1000;display:grid;position:relative}.jelly-loader{color:#b43bf4;filter:drop-shadow(0 9px 0 var(--ink));font-size:8rem;animation:.9s ease-in-out infinite alternate jelly-bounce}.connection-banner{z-index:20;top:max(10px, env(safe-area-inset-top));border:3px solid var(--ink);color:#000;background:#ff8394;border-radius:14px;max-width:calc(100vw - 24px);padding:10px 18px;font-weight:900;position:fixed;left:50%;transform:translate(-50%);box-shadow:0 5px #11235b4d}.host-game-controls{flex:none;gap:10px;display:flex}.game-control{border:3px solid var(--ink);color:#071b42;background:#ffd832;border-radius:16px;place-items:center;width:52px;height:52px;font-size:1.5rem;font-weight:1000;display:grid;box-shadow:0 5px #11235b6b}.game-control--resume{background:#60ef8b}.game-control--terminate{color:#fff;background:#ed2445}.paused-overlay{z-index:20;pointer-events:none;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#1223526b;place-items:center;display:grid;position:fixed;inset:88px 0 0}.paused-overlay strong{border:4px solid var(--ink);color:#000;background:#ffd832;border-radius:22px;padding:20px 28px;font-size:clamp(1.5rem,5vw,3rem);box-shadow:0 8px #11235b73}.confirm-dialog-backdrop{z-index:40;background:#071437b8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.confirm-dialog{border:5px solid var(--ink);color:#000;background:linear-gradient(145deg,#fff18a,#ffb15c);border-radius:28px;width:min(100%,540px);padding:clamp(22px,5vw,38px);box-shadow:0 10px #0000004d}.confirm-dialog h2{margin:0 0 12px;font-size:clamp(1.7rem,6vw,2.7rem)}.confirm-dialog p{margin:0 0 24px;font-size:1.08rem;font-weight:800}.confirm-dialog__actions{grid-template-columns:1fr 1fr;gap:12px;display:grid}.dialog-action{border:3px solid var(--ink);color:#000;background:#fff;border-radius:15px;min-height:54px;font-size:1rem;font-weight:1000}.dialog-action--confirm{color:#fff;background:#d91f42}@keyframes jelly-bounce{to{transform:translateY(-18px)scale(1.06,.94)}}@media (width<=920px){.lobby-layout{grid-template-columns:1fr}.room-code-stage,.players-stage{min-height:auto}.lobby-mascot{display:none}.question-stage{grid-template-columns:auto 1fr}.question-mascot{display:none}.answered-count{right:24px}.result-stage{grid-template-columns:1fr minmax(210px,.45fr)}}@media (width<=640px){.question-shell{height:100svh;min-height:100svh;padding:max(8px, env(safe-area-inset-top)) 10px max(10px, env(safe-area-inset-bottom));overflow:hidden}.game-header{min-height:54px;margin-bottom:12px}.game-header__brand{max-width:54%;font-size:1.7rem}.game-header:has(.host-game-controls) .game-header__brand{display:none}.game-header__tools{justify-content:space-between;gap:8px;width:100%}.progress-chip{border-width:3px;border-radius:14px;padding:9px 11px;font-size:.9rem}.game-control{border-radius:13px;width:44px;height:44px;font-size:1.25rem}.paused-overlay{inset-block-start:74px}.room-code-stage,.players-stage,.question-stage,.result-stage,.leaderboard-stage,.podium-stage{border-width:4px;border-radius:27px}.room-code-stage{min-height:auto;padding:20px 14px}.room-code-stage h1{font-size:1.8rem}.room-code{border-width:4px;padding:10px 6px;font-size:clamp(4rem,22vw,6rem)}.settings-summary{grid-template-columns:repeat(2,1fr)}.players-stage{padding:18px 14px}.player-list li,.standings li{border-radius:16px;min-height:58px;font-size:1.1rem}.question-stage{grid-template-columns:62px minmax(0,1fr);justify-items:stretch;gap:10px;min-height:156px;padding:12px 10px}.question-stage h1{overflow-wrap:anywhere;align-self:center;min-width:0;font-size:clamp(1.25rem,6vw,1.75rem);line-height:1.08}.timer{border-width:4px;width:62px;font-size:2rem;box-shadow:inset 0 0 0 7px #d5f8ff,0 5px #11235b4d}.answered-count{grid-column:1/-1;width:100%;padding:6px 10px;font-size:.9rem;position:static}.answer-grid{grid-template-columns:1fr;gap:8px;margin-top:10px}.answer-button{border-width:4px;border-radius:18px;min-height:62px;padding:8px 14px;font-size:clamp(1rem,4.8vw,1.3rem);box-shadow:0 5px #11235b80}.answer-shape{font-size:1.1em}.result-stage{text-align:center;grid-template-columns:1fr;align-content:center;min-height:calc(100vh - 92px);padding:22px 16px}.result-copy{width:100%}.result-copy h1{overflow-wrap:anywhere;max-width:100%;font-size:clamp(2.25rem,11.5vw,3.5rem);line-height:1}.earned-score,.correct-answer{margin-inline:auto}.result-stage .mascot{border-radius:50%;width:min(300px,72vw);margin:0 auto}.leaderboard-stage{min-height:calc(100vh - 92px);padding:20px 14px}.leaderboard-title{grid-template-columns:1fr 100px}.leaderboard-title .mascot{width:105px}.podium-stage{min-height:calc(100vh - 92px);padding:22px 10px}.podium-heading h1{font-size:3.2rem}.podium-mascot{width:135px;top:18%;left:54%}.podium-places{gap:5px;margin-top:105px}.podium-place{border-width:3px;border-radius:18px 18px 8px 8px;min-height:150px;padding:8px 4px;font-size:1rem}.podium-place--gold{min-height:200px}.podium-medal{font-size:3.5rem}}@media (width<=1180px){.home-layout{grid-template-columns:minmax(500px,1.4fr) minmax(280px,.8fr)}.mascot-home-wrap{display:none}}@media (width<=800px){.home-shell{padding-inline:14px}.home-header{align-items:flex-start}.home-header h1{max-width:65%;font-size:clamp(2.3rem,11vw,4.5rem)}.locale-switch button{min-width:43px;min-height:40px}.home-layout{grid-template-columns:1fr}.create-stage,.join-stage{border-width:4px;border-radius:27px}.theme-choice .choice-group__options{grid-template-columns:repeat(2,1fr)}.choice__surface{min-height:50px}}@media (width<=420px){.home-header{gap:10px}.home-header h1{-webkit-text-stroke-width:1px;text-shadow:0 4px 0 var(--ink), 3px 6px 0 #ffc928;font-size:2.25rem}.locale-switch{border-width:2px;padding:3px}.locale-switch button{min-width:38px;min-height:36px;font-size:.86rem}.create-stage,.join-stage{padding:18px 14px 22px}.create-stage h2,.join-stage h2{font-size:2rem}.choice-group__options{grid-template-columns:repeat(2,1fr)}.choice__surface{padding-inline:8px 28px;font-size:.9rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
