:root{color:#f8fafc;--ui-border:#ffffff29;--ui-border-strong:#9de7b09e;--ui-muted:#f8fafcad;--ui-panel:#07100ba8;--ui-green:#9be7b0;--ui-green-soft:#bbf7d0;background:#07100b;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#app,#game-canvas{width:100%;min-width:320px;height:100%;min-height:100%;margin:0;overflow:hidden}button,input,select{font:inherit}button{cursor:pointer}#app{background:#07100b;position:fixed;inset:0}#game-canvas{touch-action:none;display:block}.finger-flick-overlay{--hand-color:#facc15;--hand-ink:#070707;pointer-events:none;z-index:11;opacity:0;transform-origin:50% 74%;filter:drop-shadow(0 12px 20px #00000057);width:220px;height:275px;transition:opacity 70ms linear;position:fixed;top:0;left:0}.finger-flick-overlay[data-visible=true]{opacity:.94}.flick-hand-svg{width:100%;height:100%;display:block;overflow:visible}.launcher-art{transform-box:fill-box;transform-origin:50% 62%;transition:transform 90ms;display:none}.finger-flick-overlay[data-launcher=finger] .launcher-finger,.finger-flick-overlay[data-launcher=bow] .launcher-bow,.finger-flick-overlay[data-launcher=gun] .launcher-gun,.finger-flick-overlay[data-launcher=club] .launcher-club,.finger-flick-overlay[data-launcher=bat] .launcher-bat,.finger-flick-overlay[data-launcher=foot] .launcher-foot{display:block}.finger-flick-overlay[data-flick=true] .tool-art{transform:translate(8px)rotate(5deg)scale(1.04)}.tool-fill{fill:#facc15;stroke:#070707;stroke-width:8px;stroke-linecap:round;stroke-linejoin:round}.tool-dark{fill:#1f2937}.tool-accent{fill:var(--hand-color);stroke:#070707;stroke-width:7px;stroke-linecap:round;stroke-linejoin:round}.tool-line,.tool-string,.tool-arrow{fill:none;stroke:#070707;stroke-width:7px;stroke-linecap:round;stroke-linejoin:round}.tool-string{stroke-width:4px}.tool-shaft{stroke-width:12px}.tool-arrow-head{fill:#f8fafc;stroke:#070707;stroke-width:6px;stroke-linejoin:round}.tool-impact{opacity:0;fill:none;stroke:#070707;stroke-width:6px;stroke-linecap:round;transition:opacity 90ms linear}.finger-flick-overlay[data-flick=true] .tool-impact{opacity:1}.hand-fill{fill:var(--hand-color);stroke:var(--hand-ink);stroke-width:8px;stroke-linecap:round;stroke-linejoin:round}.hand-shade{fill:#00000014;stroke:none}.hand-soft-shade{fill:#0000001c;stroke:none}.hand-highlight{fill:#ffffff3d;stroke:none}.hand-nail{fill:#ffffff57;stroke:var(--hand-ink);stroke-width:4px;stroke-linecap:round;stroke-linejoin:round}.hand-crease{fill:none;stroke:var(--hand-ink);stroke-width:4px;stroke-linecap:round;stroke-linejoin:round;opacity:.9}.hand-crease-soft{stroke-width:3px;opacity:.48}.active-finger{display:none}.finger-flick-overlay[data-finger=index] .finger-index-hand,.finger-flick-overlay[data-finger=middle] .finger-middle-hand,.finger-flick-overlay[data-finger=ring] .finger-ring-hand,.finger-flick-overlay[data-finger=pinky] .finger-pinky-hand{display:block}.folded{transform-box:fill-box;transform-origin:50%}.finger-flick-overlay[data-finger=middle] .folded-one,.finger-flick-overlay[data-finger=ring] .folded-two,.finger-flick-overlay[data-finger=pinky] .folded-three{transform:translateY(6px)scale(.9)}.flick-lines{opacity:0;fill:none;stroke:var(--hand-ink);stroke-width:6px;stroke-linecap:round;stroke-linejoin:round;transition:opacity 90ms linear}.finger-flick-overlay[data-flick=true] .flick-lines{opacity:1}.finger-cancel-countdown{min-width:72px;transform:translateX(-50%) rotate(var(--counter-hand-angle,0deg));border:3px solid var(--hand-ink);color:var(--hand-ink);text-align:center;background:#ffffffdb;border-radius:999px;padding:5px 10px;font-size:1.05rem;font-weight:950;line-height:1;position:absolute;bottom:12px;left:50%;box-shadow:0 6px #00000029}.finger-cancel-countdown[hidden]{display:none}#screen-root,#hud-root{z-index:10;pointer-events:none;position:fixed;inset:0}#screen-root{place-items:center;display:grid}#screen-root.is-pause-layer{z-index:30;-webkit-backdrop-filter:blur(5px)saturate(1.08);backdrop-filter:blur(5px)saturate(1.08);background:radial-gradient(circle at 24% 22%,#9de7b029,#0000 34%),#040c077a}#screen-root:empty{display:none}#hud-root{color:#f8fafc}.screen-shell{pointer-events:auto;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(135deg,#0c1c11ed,#142b1fe0),repeating-linear-gradient(135deg,#ffffff0d 0 1px,#0000 1px 28px);border:1px solid #ffffff2e;border-radius:8px;width:min(960px,100%);max-width:calc(100vw - 28px);max-height:calc(100vh - 28px);padding:clamp(18px,3vw,30px);overflow:hidden auto;box-shadow:0 30px 90px #0000006b}.screen-shell.compact{width:min(620px,100%)}.pause-shell{width:min(720px,100vw - 28px);padding:clamp(18px,2.6vw,26px)}.pause-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.pause-title-block h2{margin:0;font-size:clamp(2rem,4.5vw,3.8rem)}.pause-close-button{min-width:112px}.pause-meta-row{flex-wrap:wrap;gap:8px;margin:14px 0 22px;display:flex}.pause-meta-row span{min-height:30px;color:var(--ui-muted);background:#ffffff12;border:1px solid #ffffff1f;border-radius:999px;padding:6px 10px;font-size:.78rem;font-weight:900}.pause-body{grid-template-columns:minmax(190px,.8fr) minmax(260px,1.2fr);align-items:stretch;gap:20px;display:grid}.pause-primary-column,.pause-side-column{gap:10px;display:grid}.pause-primary-column{align-content:start}.pause-resume-button{justify-content:center;align-items:center;width:100%;min-height:76px;font-size:1.12rem;display:flex}.pause-secondary-action{width:100%}.pause-side-column{border-left:1px solid #ffffff24;padding-left:20px}.pause-leave-stack,.pause-settings-stack{gap:10px;display:grid}.pause-leave-button{background:#ffffff13;justify-content:center;align-items:center;min-height:52px;display:flex}.pause-leave-button:hover,.pause-leave-button:focus-visible{border-color:#facc159e}.pause-settings-stack .slider-row{background:#ffffff0e;border-color:#ffffff1f;grid-template-columns:minmax(112px,.8fr) minmax(120px,1fr) 48px}.pause-settings-stack .choice-row{grid-template-columns:1fr 1fr;display:grid}.pause-settings-stack .choice-row button{width:100%}.screen-top{justify-content:space-between;align-items:center;gap:14px;margin-bottom:22px;display:flex}.brand-block{gap:7px;display:grid}.eyebrow{color:#9be7b0;letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:950}h1,h2,h3,p{margin-top:0}h1{letter-spacing:0;margin-bottom:0;font-size:clamp(3rem,9vw,6.4rem);line-height:.86}h2{letter-spacing:0;margin-bottom:10px;font-size:clamp(1.8rem,5vw,3.2rem);line-height:.95}.subtitle{color:#f8fafcb8;overflow-wrap:anywhere;max-width:620px;margin:12px 0 0;font-weight:760;line-height:1.48}.saved-menu-score{color:#bbf7d0;font-weight:900}.lang-row,.choice-row,.button-row,.score-actions{flex-wrap:wrap;gap:8px;display:flex}.lang-row{justify-content:flex-end}.pill-button,.primary-button,.ghost-button,.danger-button,.icon-button,.gamiee-home-button{color:#f8fafc;letter-spacing:0;background:#ffffff1a;border:1px solid #ffffff29;border-radius:8px;justify-content:center;align-items:center;min-height:44px;padding:0 14px;font-weight:900;text-decoration:none;display:inline-flex}.pill-button:hover,.pill-button:focus-visible,.ghost-button:hover,.ghost-button:focus-visible,.icon-button:hover,.icon-button:focus-visible,.gamiee-home-button:hover,.gamiee-home-button:focus-visible{border-color:#9de7b0c7;outline:none}.gamiee-home-button{pointer-events:auto;color:#07100b;background:#f8fafc;min-width:92px}.gamiee-home-button:hover,.gamiee-home-button:focus-visible{background:#bbf7d0}.pill-button.is-active,.primary-button{color:#07100b;background:#9be7b0;border-color:#9de7b0c7}.primary-button{min-height:54px;padding:0 22px;font-size:1rem}.primary-button:hover,.primary-button:focus-visible{background:#bbf7d0;outline:none}.danger-button{color:#fecaca;background:#f871712e}.menu-actions{grid-template-columns:repeat(3,minmax(0,160px));gap:12px;margin-top:28px;display:grid}.setup-grid,.lobby-grid,.summary-grid{grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);gap:20px;display:grid}.panel{background:#ffffff14;border:1px solid #ffffff24;border-radius:8px;padding:16px}.panel h3{letter-spacing:0;margin-bottom:12px;font-size:1rem}.text-input{color:#f8fafc;background:#00000038;border:1px solid #ffffff2e;border-radius:8px;outline:none;width:100%;min-height:48px;padding:0 14px}.text-input:focus{border-color:#9be7b0}.ball-grid{grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:10px;display:grid}.launcher-grid{grid-template-columns:repeat(auto-fit,minmax(118px,1fr));gap:9px;display:grid}.ball-choice{color:#f8fafc;background:#ffffff14;border:1px solid #ffffff24;border-radius:8px;place-items:center;gap:8px;min-height:116px;padding:12px;font-weight:900;display:grid}.launcher-choice{color:#f8fafc;background:#ffffff14;border:1px solid #ffffff24;border-radius:8px;place-items:center;gap:6px;min-height:76px;padding:9px;font-size:.78rem;font-weight:900;display:grid}.ball-choice.is-active{border-color:#9be7b0;box-shadow:inset 0 0 0 1px #9de7b080,0 14px 36px #00000038}.launcher-choice.is-active{border-color:#facc15;box-shadow:inset 0 0 0 1px #facc157a,0 12px 30px #00000038}.ball-token{border-radius:50%;width:54px;height:54px;box-shadow:0 12px 26px #00000047}.launcher-token{background:#facc15;border:3px solid #070707;border-radius:8px;width:54px;height:34px;box-shadow:0 9px 18px #0000003d}.launcher-token.bow{background:linear-gradient(90deg,#0000 0 42%,#111827 43% 50%,#0000 51%),#facc15;border-radius:50% 10% 10% 50%}.launcher-token.gun{background:linear-gradient(90deg,#38bdf8 0 70%,#f8fafc 70%);border-radius:12px 4px 10px 10px}.launcher-token.club{background:linear-gradient(120deg,#0000 0 44%,#111827 45% 54%,#0000 55%),#facc15;width:46px}.launcher-token.bat{background:linear-gradient(120deg,#fde68a,#b45309);border-radius:999px}.launcher-token.foot{background:linear-gradient(#facc15 0 62%,#111827 63%);border-radius:22px 12px 8px 22px}.launcher-token.finger{background:#facc15;border-radius:50% 50% 20px 20px}.ball-token.checker{background:conic-gradient(#101010 0 25%, #f8fafc 0 50%, #101010 0 75%, #f8fafc 0), linear-gradient(135deg, #fff, #cbd5e1)}.ball-token.hockey{background:linear-gradient(#52525b,#09090b 46%,#27272a);border-radius:50%/34%;height:34px}.ball-token.golf{background:radial-gradient(circle at 30% 28%,#94a3b88c 0 4%,#0000 5%),radial-gradient(circle at 64% 40%,#94a3b873 0 4%,#0000 5%),radial-gradient(circle at 46% 70%,#94a3b86b 0 4%,#0000 5%),#f8fafc}.ball-token.baseball{background:radial-gradient(circle,#0000 0 54%,#ef4444 55% 58%,#0000 59%),#f8fafc}.ball-token.pingpong{background:radial-gradient(circle at 30% 24%,#fff7ed,#fb923c 55%,#ea580c)}.rgb-stack,.settings-stack{gap:13px;display:grid}.slider-row{color:#f8fafcc7;grid-template-columns:42px 1fr 46px;align-items:center;gap:10px;font-size:.86rem;font-weight:900;display:grid}.slider-row input{accent-color:#9be7b0;width:100%}.color-preview{border:1px solid #ffffff2e;border-radius:8px;width:100%;min-height:76px;box-shadow:inset 0 0 0 1px #ffffff1f,0 16px 34px #0000003d}.lobby-list,.score-table,.player-strip{gap:8px;display:grid}.lobby-player,.score-row,.hud-player{background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;grid-template-columns:1fr auto;align-items:center;gap:10px;padding:10px 12px;display:grid}.score-row{grid-template-columns:minmax(0,1fr) auto auto auto}.saved-scores-panel{grid-column:1/-1}.saved-score-row{grid-template-columns:minmax(0,1fr) auto auto auto auto auto}.score-meta,.score-date{color:#f8fafc9e;white-space:nowrap;font-size:.74rem;font-weight:850}.lobby-player strong,.hud-player strong,.score-row strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.muted{color:#f8fafc9e}.hud-shell{pointer-events:none;z-index:12;position:fixed;inset:0}.hud-top,.hud-bottom{justify-content:space-between;align-items:flex-start;gap:12px;display:flex;position:absolute;left:16px;right:16px}.hud-top{top:14px}.hud-home-button{min-height:38px;padding:0 12px;font-size:.78rem;box-shadow:0 14px 36px #0000003d}.hud-bottom{align-items:flex-end;bottom:14px}.hud-chip,.hud-board,.spectator-panel{color:#f8fafc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#07100ba8;border:1px solid #ffffff29;border-radius:8px;box-shadow:0 16px 42px #0000003d}.hud-chip{min-width:210px;padding:12px 14px}.hud-chip strong{font-size:1.15rem;line-height:1.1;display:block}.hud-chip span{color:#f8fafcb8;margin-top:5px;font-size:.8rem;font-weight:850;display:inline-flex}.hud-chip .cancel-countdown{color:#fecaca;font-weight:950}.hud-board{width:min(340px,44vw);padding:10px}.hud-board h3,.spectator-panel h3{letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:.82rem}.hud-score-row{color:#f8fafccc;border-radius:6px;grid-template-columns:minmax(0,1fr) 44px 92px;align-items:center;gap:8px;padding:7px 8px;font-size:.78rem;font-weight:850;display:grid}.hud-score-row span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.hud-score-row.is-human{color:#07100b;background:#9be7b0}.spectator-board{pointer-events:auto}.hud-score-row[data-follow]{cursor:pointer}.hud-score-row.is-followed{outline-offset:-2px;outline:2px solid #facc15c7}.power-meter{background:linear-gradient(90deg,#9de7b01f,#facc1529,#fb71851f),#00000047;border:1px solid #facc1557;border-radius:999px;width:min(420px,48vw);height:24px;position:relative;overflow:hidden}.power-meter:before{content:"";opacity:.18;background:linear-gradient(90deg,#9be7b0,#facc15,#fb7185);border-radius:999px;position:absolute;inset:3px}.power-fill{background:linear-gradient(90deg,#9be7b0,#facc15,#fb7185);border-radius:999px;width:0%;min-width:22px;height:100%;transition:width 80ms linear;position:relative}.power-meter[data-state=ready] .power-fill{opacity:.72}.power-meter[data-state=charging] .power-fill{opacity:1}.hud-chip span b{margin-left:.25em}.spectator-panel{pointer-events:auto;width:min(360px,46vw);padding:10px}.spectator-button{color:#f8fafc;background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;min-height:38px;padding:0 10px;font-weight:850}.spectator-button.is-active{color:#07100b;background:#9be7b0}.round-countdown{color:#bbf7d0;margin:14px 0;font-weight:900}.term-badge{color:#bbf7d0;background:#9de7b029;border-radius:999px;align-items:center;min-height:26px;padding:0 9px;font-size:.72rem;font-weight:950;display:inline-flex}.toast{pointer-events:none;z-index:30;color:#fff;letter-spacing:0;text-shadow:0 10px 32px #0000008c;opacity:0;font-size:clamp(2.2rem,7vw,5.4rem);font-weight:950;transition:opacity .18s,transform .24s;position:fixed;top:22%;left:50%;transform:translate(-50%,-50%)}.toast.is-visible{opacity:1;transform:translate(-50%,-56%)}@media (width<=760px){.screen-top,.setup-grid,.lobby-grid,.summary-grid{grid-template-columns:1fr}.screen-top{display:grid}.lang-row{justify-content:flex-start}.menu-actions,.pause-header,.pause-body{grid-template-columns:1fr}.pause-header{display:grid}.pause-close-button{display:none}.pause-side-column{border-top:1px solid #ffffff24;border-left:0;padding-top:14px;padding-left:0}.pause-settings-stack .slider-row,.pause-settings-stack .choice-row{grid-template-columns:1fr}.hud-top,.hud-bottom{left:10px;right:10px}.hud-top{flex-direction:column}.hud-bottom{flex-direction:column-reverse;align-items:stretch}.hud-board,.spectator-panel,.power-meter{width:100%}.score-row,.saved-score-row{grid-template-columns:minmax(0,1fr) auto}.score-meta,.score-date,.term-badge{justify-self:start}}
