:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#f4f4f4;background:#050505;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#app{width:100%;height:100%;margin:0;overflow:hidden}body{background:#050505}button,input{font:inherit}#game-canvas{background:#050505;width:100vw;height:100vh;display:block}.hud{z-index:10;pointer-events:none;flex-wrap:wrap;justify-content:center;align-items:start;gap:10px;width:min(980px,100vw - 24px);display:flex;position:fixed;top:16px;left:50%;transform:translate(-50%)}.player-panel,.controls-panel{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0c0c0cd1;border:1px solid #ffffff24;box-shadow:0 12px 34px #00000057}.player-panel{border-radius:8px;flex:0 190px;gap:8px;min-width:0;padding:12px;display:grid}.player-heading,.stats-row{justify-content:space-between;align-items:center;min-width:0;display:flex}.player-heading{text-transform:uppercase;gap:8px;font-size:.78rem;font-weight:750}.player-heading span:not(.player-dot){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.player-dot{border:1px solid #fff6;border-radius:50%;flex:none;width:12px;height:12px}.player-name{flex:auto}.player-boost{color:#3fe9ff;font-variant-numeric:tabular-nums;letter-spacing:.04em;background:#3fe9ff2e;border-radius:999px;flex:none;padding:2px 6px;font-size:.66rem}.player-boost:empty{display:none}.player-boost.slowed{color:#ffa833;background:#ffa8332e}.player-panel.boosted{border-color:#3fe9ff8c;box-shadow:0 12px 34px #00000057,0 0 0 1px #3fe9ff40}.player-panel.slowed{border-color:#ffa83380;box-shadow:0 12px 34px #00000057,0 0 0 1px #ffa83338}.stats-row{font-variant-numeric:tabular-nums;gap:12px}.stats-row span:first-child{font-size:clamp(1.4rem,4vw,2rem);font-weight:850;line-height:1}.stats-row span:last-child{color:#bdbdbd;text-align:right;text-overflow:ellipsis;white-space:nowrap;max-width:104px;font-size:.82rem;overflow:hidden}.cooldown-track{background:#2a2a2a;border-radius:999px;width:100%;height:7px;overflow:hidden}.cooldown-fill{border-radius:inherit;transform-origin:0;background:#f4f4f4;width:100%;height:100%;transition:transform .12s linear;display:block}.controls-panel{pointer-events:auto;border-radius:8px;justify-self:center;align-items:center;gap:8px;padding:8px;display:flex}.touch-controls,.orientation-warning{display:none}.touch-controls{z-index:11;pointer-events:none;justify-content:space-between;align-items:end;gap:16px;position:fixed;bottom:14px;left:14px;right:14px}.touch-pad{pointer-events:auto;align-items:end;gap:10px;display:flex}.touch-pad.mirrored{justify-content:end}body:not([data-online-mode=true]) .online-touch-pad{display:none}body[data-online-mode=true] .touch-controls{justify-content:flex-start}body[data-online-mode=true] .touch-pad{display:none}body[data-online-mode=true] .touch-pad[data-touch-pad=own]{flex-direction:row-reverse;flex:1;justify-content:space-between;display:flex}:is(body:has(#setup-screen:not(.hidden)) .touch-controls,body:has(#end-screen:not(.hidden)) .touch-controls),body[data-online-mode=true] .player-setup-grid,body[data-online-mode=true] .key-grid{display:none}.dpad{grid-template-rows:repeat(3,48px);grid-template-columns:repeat(3,48px);gap:6px;display:grid}.touch-button{color:#f4f4f4;cursor:pointer;pointer-events:auto;touch-action:manipulation;-webkit-user-select:none;user-select:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#191919d1;border:1px solid #ffffff29;border-radius:8px;place-items:center;width:48px;height:48px;font-size:1.2rem;font-weight:900;display:grid}.touch-button:active,.touch-button.active{color:#050505;background:#f4f4f4eb;transform:translateY(1px)}.dpad-up{grid-area:1/2}.dpad-left{grid-area:2/1}.dpad-down{grid-area:3/2}.dpad-right{grid-area:2/3}.action-stack{gap:6px;display:grid}.jump-button,.tongue-button{text-transform:uppercase;border-color:#ffffff47;width:72px;height:58px;font-size:.78rem}.tongue-button{color:#ff8098;border-color:#ff4d6d73}.orientation-warning{z-index:50;background:#000000db;place-items:center;padding:24px;position:fixed;inset:0}.orientation-card{color:#f4f4f4;cursor:pointer;text-align:center;background:0 0;border:0;place-items:center;gap:12px;display:grid}.orientation-card span{background:#1d1d1d;border:1px solid #ffffff2e;border-radius:8px;place-items:center;width:64px;height:64px;font-size:2rem;font-weight:900;display:grid}.orientation-card p{margin:0;font-size:1.2rem;font-weight:850}.icon-button,.primary-button{color:#f9f9f9;cursor:pointer;border:0}.icon-button{background:#232323;border-radius:8px;place-items:center;width:42px;height:42px;font-weight:850;display:grid}.icon-button,.primary-button,.share-link-button{transition:transform .2s cubic-bezier(.22,1,.36,1),box-shadow .2s cubic-bezier(.22,1,.36,1),filter .16s ease-out}@media (hover:hover) and (pointer:fine){.icon-button:hover:not(:disabled),.primary-button:hover:not(:disabled),.share-link-button:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-3px);box-shadow:0 12px 22px #00000073}}.icon-button:active,.primary-button:active,.share-link-button:active{box-shadow:none;transition-duration:80ms;transform:translateY(1px)}@media (prefers-reduced-motion:reduce){.icon-button,.primary-button,.share-link-button{transition:none}.icon-button:hover:not(:disabled),.primary-button:hover:not(:disabled),.share-link-button:hover:not(:disabled){transform:none}}.overlay{z-index:20;background:#0000008a;place-items:center;padding:24px;display:grid;position:fixed;inset:0;overflow-y:auto}.overlay.hidden{display:none}.hidden{display:none!important}.modal{background:#121212f0;border:1px solid #ffffff29;border-radius:8px;gap:20px;width:min(430px,100%);padding:28px;display:grid;box-shadow:0 26px 80px #00000094}.modal.compact{width:min(360px,100%)}.brand-row{align-items:center;gap:14px;min-width:0;display:flex}.brand-text{gap:6px;min-width:0;display:grid}.game-logo{flex:none;width:clamp(48px,9vmin,72px);height:clamp(48px,9vmin,72px)}.eyebrow{color:#9f9f9f;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:800}h1,h2{margin:0;line-height:.95}h1{font-size:clamp(3.4rem,16vw,6.6rem)}.game-title{overflow-wrap:anywhere;max-width:100%;font-size:clamp(2.35rem,9vw,3.8rem);line-height:1.08}h2{font-size:clamp(2.1rem,10vw,3.4rem)}#winner-title{overflow-wrap:anywhere;line-height:1.05}.player-setup-grid,.key-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.powerup-hint{color:#a9a9a9;justify-content:center;align-items:center;gap:8px;font-size:.82rem;font-weight:700;display:flex}.powerup-chip{background:#3fe9ff;border-radius:3px;width:12px;height:12px;transform:rotate(45deg);box-shadow:0 0 10px #3fe9ffa6}.online-profile-card,.room-share-card,.lobby-card{color:#d7d7d7;background:#101010;border:1px solid #ffffff1f;border-radius:8px;gap:10px;min-width:0;padding:12px;font-size:.9rem;font-weight:700;display:grid}.lobby-heading,.lobby-player{align-items:center;gap:10px;min-width:0;display:flex}.lobby-heading{justify-content:space-between}.lobby-heading strong{color:#f4f4f4;text-transform:uppercase;white-space:nowrap;font-size:.78rem}.lobby-list{gap:6px;max-height:138px;display:grid;overflow-y:auto}.lobby-player{background:#1f1f1f;border-radius:6px;justify-content:start;padding:7px 8px}.lobby-player span:last-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.lobby-swatch{border:1px solid #ffffff61;border-radius:50%;flex:none;width:12px;height:12px}.round-scoreboard{background:#181818;border:1px solid #ffffff1a;border-radius:6px;gap:8px;padding:9px;display:grid}.round-scoreboard-heading,.round-score-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;display:grid}.round-scoreboard-heading{color:#f4f4f4;text-transform:uppercase;font-size:.78rem}.round-scoreboard-heading strong{color:#a9a9a9;font-size:.72rem}.round-score-list{gap:5px;max-height:132px;display:grid;overflow-y:auto}.round-score-row{background:#242424;border-radius:6px;grid-template-columns:12px minmax(0,1fr) auto auto;padding:6px 7px;font-size:.78rem}.round-score-swatch{border:1px solid #ffffff61;border-radius:50%;width:12px;height:12px}.round-score-name{color:#f2f2f2;text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.round-score-points{color:#a9a9a9;white-space:nowrap;font-size:.72rem}.round-score-wins{color:#f4f4f4;font-variant-numeric:tabular-nums;white-space:nowrap}.lobby-status{color:#a9a9a9;margin:0;font-size:.82rem;font-weight:700}.profile-input-row{grid-template-columns:minmax(0,1fr) 68px;align-items:center;gap:10px;display:grid}.share-input-row{grid-template-columns:minmax(0,1fr) 82px;align-items:center;gap:8px;display:grid}.player-setup-card{color:#d7d7d7;background:#101010;border:1px solid #ffffff1f;border-radius:8px;gap:10px;min-width:0;padding:12px;font-size:.9rem;font-weight:700;display:grid}.player-setup-card label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.name-input{color:#f4f4f4;background:#1f1f1f;border:1px solid #ffffff29;border-radius:6px;outline:none;width:100%;min-width:0;height:42px;padding:0 10px;font-size:1rem;font-weight:750}.room-link-input{color:#f4f4f4;text-overflow:ellipsis;background:#1f1f1f;border:1px solid #ffffff29;border-radius:6px;outline:none;width:100%;min-width:0;height:42px;padding:0 10px;font-size:.82rem;font-weight:650}.name-input:focus,.room-link-input:focus{border-color:#ffffff80}.share-link-button{color:#080808;cursor:pointer;background:#f4f4f4;border:0;border-radius:6px;place-items:center;height:42px;font-size:.88rem;font-weight:850;display:grid}input[type=color]{cursor:pointer;background:0 0;border:0;border-radius:6px;width:100%;height:44px;padding:0;overflow:hidden}.key-grid{color:#d8d8d8}.key-grid>div{gap:8px;min-width:0;display:grid}.key-row{flex-wrap:wrap;gap:6px;display:flex}kbd{color:#f2f2f2;background:#242424;border:1px solid #ffffff29;border-radius:6px;place-items:center;min-width:34px;min-height:32px;padding:0 8px;font-family:inherit;font-size:.8rem;font-weight:760;display:inline-grid;box-shadow:inset 0 -2px #00000047}.primary-button{color:#080808;background:#f4f4f4;border-radius:8px;width:100%;min-height:48px;font-size:1rem;font-weight:850}.primary-button.secondary{color:#f4f4f4;background:#252525;border:1px solid #ffffff29}.start-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}@media (width>=700px){#setup-screen .modal{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:start;width:min(720px,100vw - 48px)}#setup-screen .brand-row,#setup-screen .start-row{grid-column:1/-1}#setup-screen .online-profile-card,#setup-screen .room-share-card{grid-column:1}#setup-screen .player-setup-grid{grid-area:3/2/span 2}#setup-screen .lobby-card{grid-area:3/2/span 3}#setup-screen .key-grid{grid-column:2}}@media (width<=660px){.hud{gap:6px;width:calc(100vw - 16px);top:10px}.player-panel{flex-basis:132px;padding:9px}.player-heading{font-size:.68rem}.stats-row{gap:4px;display:grid}.stats-row span:last-child{text-align:left;max-width:100%;font-size:.7rem}.controls-panel{gap:6px;padding:6px;display:grid}.icon-button{width:36px;height:36px}.modal{padding:22px}}@media (pointer:coarse) and (orientation:landscape),(width<=920px) and (orientation:landscape){.touch-controls{align-items:center;gap:18px;display:flex;inset:50% 18px auto;transform:translateY(-42%)}.hud{gap:8px;width:calc(100vw - 18px);top:8px}.player-panel{flex-basis:164px;gap:6px;padding:8px}.stats-row span:first-child{font-size:1.35rem}.controls-panel{padding:6px}.icon-button{width:38px;height:38px}.overlay{place-items:start center;padding:8px 14px;overflow-y:auto}.modal{gap:12px;width:min(700px,100%);max-height:calc(100dvh - 16px);margin:8px 0;padding:16px;overflow-y:auto}.game-title{font-size:clamp(1.6rem,6vw,2.5rem)}#setup-screen .modal{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:start}#setup-screen .brand-row,#setup-screen .start-row{grid-column:1/-1}#setup-screen .online-profile-card,#setup-screen .room-share-card{grid-column:1}#setup-screen .player-setup-grid{grid-area:3/2/span 2}#setup-screen .lobby-card{grid-area:3/2/span 3}#setup-screen .key-grid{display:none}.online-profile-card,.room-share-card,.player-setup-card{gap:8px;padding:10px}.name-input,.room-link-input,.share-link-button,input[type=color]{height:38px}kbd{min-width:30px;min-height:28px}.primary-button{min-height:42px}.dpad{grid-template-rows:repeat(3,58px);grid-template-columns:repeat(3,58px);gap:7px}.touch-button{width:58px;height:58px;font-size:1.25rem}.jump-button,.tongue-button{width:92px;height:52px;font-size:.84rem}}@media (width<=760px) and (orientation:landscape){.dpad{grid-template-rows:repeat(3,52px);grid-template-columns:repeat(3,52px);gap:6px}.touch-button{width:52px;height:52px;font-size:1.12rem}.jump-button,.tongue-button{width:82px;height:48px;font-size:.78rem}}@media (pointer:coarse) and (orientation:portrait){.orientation-warning{z-index:50;pointer-events:auto;background:#000000db;padding:24px;display:grid}.orientation-card{background:0 0;border:0;border-radius:8px;gap:12px;margin:0;padding:0;display:grid}.orientation-card span{width:78px;height:78px;font-size:2.3rem}.orientation-card p{font-size:1.35rem}.touch-controls{right:8px;bottom:calc(env(safe-area-inset-bottom) + 8px);align-items:end;gap:8px;display:flex;left:8px}.touch-pad{gap:6px}.dpad{grid-template-rows:repeat(3,34px);grid-template-columns:repeat(3,34px);gap:4px}.touch-button{width:34px;height:34px;font-size:.9rem}.jump-button,.tongue-button{width:62px;height:34px;font-size:.6rem}.action-stack{gap:4px}.overlay{padding:calc(env(safe-area-inset-top) + 54px) 12px calc(env(safe-area-inset-bottom) + 104px);place-items:start center;overflow-y:auto}.modal{gap:12px;width:min(430px,100%);padding:16px}.game-title{font-size:clamp(1.8rem,11vw,2.6rem)}.online-profile-card,.room-share-card,.player-setup-card{gap:8px;padding:10px}.name-input,.room-link-input,.share-link-button,input[type=color]{height:38px}.primary-button{min-height:42px}body.landscape-requested .orientation-warning{display:none}body.landscape-requested #app{transform-origin:50%;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)rotate(90deg);width:100vh!important;height:100vw!important}body.landscape-requested #game-canvas{transform:none;width:100%!important;height:100%!important}body.landscape-requested .hud{gap:8px;width:calc(100% - 18px);top:8px}body.landscape-requested .player-panel{flex-basis:164px;gap:6px;padding:8px}body.landscape-requested .player-heading{font-size:.72rem}body.landscape-requested .stats-row span:first-child{font-size:1.35rem}body.landscape-requested .stats-row span:last-child{max-width:100%;font-size:.72rem}body.landscape-requested .controls-panel{gap:8px;padding:6px;display:flex}body.landscape-requested .icon-button{width:44px;height:44px}body.landscape-requested .touch-controls{align-items:center;gap:18px;display:flex;inset:50% 18px auto;transform:translateY(-42%)}body.landscape-requested .touch-pad{gap:10px}body.landscape-requested .dpad{grid-template-rows:repeat(3,58px);grid-template-columns:repeat(3,58px);gap:7px}body.landscape-requested .touch-button{width:58px;height:58px;font-size:1.25rem}body.landscape-requested .jump-button,body.landscape-requested .tongue-button{width:92px;height:52px;font-size:.84rem}body.landscape-requested .overlay{place-items:start center;padding:8px 14px;overflow-y:auto}body.landscape-requested .modal{gap:12px;width:min(700px,100% - 28px);max-height:calc(100% - 16px);margin:8px 0;padding:16px;overflow-y:auto}body.landscape-requested .game-title{font-size:clamp(1.6rem,6vh,2.5rem)}body.landscape-requested #setup-screen .modal{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:start}body.landscape-requested #setup-screen .brand-row,body.landscape-requested #setup-screen .start-row{grid-column:1/-1}body.landscape-requested #setup-screen .online-profile-card,body.landscape-requested #setup-screen .room-share-card{grid-column:1}body.landscape-requested #setup-screen .player-setup-grid{grid-area:3/2/span 2}body.landscape-requested #setup-screen .lobby-card{grid-area:3/2/span 3}body.landscape-requested #setup-screen .key-grid{display:none}body.landscape-requested .online-profile-card,body.landscape-requested .room-share-card,body.landscape-requested .player-setup-card{gap:8px;padding:10px}body.landscape-requested .name-input,body.landscape-requested .room-link-input,body.landscape-requested .share-link-button,body.landscape-requested input[type=color]{height:38px}body.landscape-requested .primary-button{min-height:42px}}@media (width<=440px){.player-setup-grid,.key-grid{grid-template-columns:1fr}.hud{align-items:start}}@media (pointer:coarse) and (orientation:portrait){.player-setup-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.key-grid{display:none}}@media (pointer:coarse){body[data-online-mode=true] .hud{flex-wrap:nowrap;justify-content:space-between;gap:8px;overflow:visible}body[data-online-mode=true] .hud .player-panel:not([data-own-player=true]){display:none}body[data-online-mode=true] .hud .player-panel[data-own-player=true]{flex:1 1 0;max-width:min(240px,58%)}body[data-online-mode=true] .hud .controls-panel{flex:none}}
