@import"https://fonts.googleapis.com/css2?family=Bungee&family=Share+Tech+Mono&family=Space+Grotesk:wght@400;600;700&display=swap";:root{color-scheme:only light;--bg-0: #090b10;--bg-1: #111625;--bg-2: #1a1f31;--fg: #e9eef9;--muted: #9aa6c3;--accent: #7ee8ff;--danger: #ff6b6b}*{box-sizing:border-box}html,body{width:100dvw;height:100dvh;margin:0;padding:0;overflow:hidden;background:var(--bg-1);font-family:Space Grotesk,Segoe UI,sans-serif;color:var(--fg)}#app{position:relative;width:100dvw;height:100dvh;overflow:hidden;touch-action:none}#game{position:fixed;top:0;right:0;bottom:0;left:0;width:100dvw;height:100dvh;display:block;background:var(--bg-2);touch-action:none}.score-display{position:fixed;top:3.68%;left:20px;width:min(29.54%,180px);min-height:clamp(48px,6.73vh,72px);background:var(--ui-score-bg, #b34a42);padding:0;border-radius:24px;border:2px solid var(--ui-border, #000);box-shadow:0 4px 0 0 var(--ui-shadow, #000);font-family:Bungee,Arial Black,sans-serif;color:var(--ui-score-text, #fff);z-index:100;display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;gap:0;box-sizing:border-box;overflow:hidden;pointer-events:none}.score-label{font-size:clamp(.75rem,2.2vw,.9rem);font-weight:400;text-transform:uppercase;letter-spacing:1px;padding:6px 12px;text-align:center;background:var(--ui-score-label, #e77575)}.score-value{font-size:clamp(1.2rem,4vw,1.8rem);font-weight:400;line-height:1;padding:6px 12px;text-align:center;display:block}.timer-display{position:fixed;top:3.68%;right:20px;left:auto;width:min(29.54%,180px);min-height:clamp(48px,6.73vh,72px);background:var(--ui-score-bg, #b34a42);padding:0;border-radius:24px;border:2px solid var(--ui-border, #000);box-shadow:0 4px 0 0 var(--ui-shadow, #000);font-family:Bungee,Arial Black,sans-serif;color:var(--ui-score-text, #fff);z-index:100;display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;gap:0;box-sizing:border-box;overflow:hidden;pointer-events:none}.timer-label{font-size:clamp(.75rem,2.2vw,.9rem);font-weight:400;text-transform:uppercase;letter-spacing:1px;padding:6px 12px;text-align:center;background:var(--ui-score-label, #e77575)}.timer-value{font-size:clamp(1.2rem,4vw,1.8rem);font-weight:400;line-height:1;padding:6px 12px;text-align:center;display:block}@media (max-width: 600px){.score-display{top:clamp(12px,4vh,24px);left:clamp(12px,4vw,20px);width:min(40%,160px);min-height:clamp(44px,8vh,64px);border-radius:16px;border-width:2px}.score-label{padding:4px 10px;font-size:.7rem}.score-value{padding:4px 10px;font-size:1.2rem}.timer-display{top:clamp(12px,4vh,24px);right:clamp(12px,4vw,20px);width:min(40%,160px);min-height:clamp(44px,8vh,64px);border-radius:16px}.timer-label{padding:4px 10px;font-size:.7rem}.timer-value{padding:4px 10px;font-size:1.2rem}}
