:root{--bg: #001324;--surface: #0a2a40;--surface-2: rgba(255, 255, 255, .05);--surface-hover: rgba(255, 255, 255, .09);--text: #f0f0f1;--text-secondary: rgba(240, 240, 241, .72);--text-muted: rgba(240, 240, 241, .5);--border: rgba(255, 255, 255, .14);--border-strong: rgba(255, 255, 255, .24);--divider: rgba(255, 255, 255, .08);--accent: #e63329;--accent-contrast: #ffffff;--accent-soft: rgba(230, 51, 41, .16);--accent-shadow: rgba(230, 51, 41, .35);--positive: #4ecb71;--negative: #ff6b6b;--positive-soft: rgba(78, 203, 113, .18);--negative-soft: rgba(255, 107, 107, .18);--board-bg: #06203a;--board-frame: #04111f;--paddle: #f0f0f1;--brick-stroke: var(--board-bg);--font: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}@media (prefers-color-scheme: light){:root{--bg: #f7f8fb;--surface: #ffffff;--surface-2: rgba(0, 0, 0, .03);--surface-hover: rgba(0, 0, 0, .05);--text: #2e3238;--text-secondary: rgba(46, 50, 56, .72);--text-muted: rgba(46, 50, 56, .5);--border: rgba(0, 0, 0, .12);--border-strong: rgba(0, 0, 0, .2);--divider: rgba(0, 0, 0, .07);--accent: #c81e14;--accent-contrast: #ffffff;--accent-soft: rgba(200, 30, 20, .1);--accent-shadow: rgba(200, 30, 20, .25);--positive: #1a7a3c;--negative: #c0392b;--board-bg: #ffffff;--board-frame: #e3e8ef;--paddle: #2e3238;--brick-stroke: var(--board-bg)}}*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%;font-family:var(--font);background-color:var(--bg);color:var(--text);overscroll-behavior:none}body.standalone{position:fixed;top:0;right:0;bottom:0;left:0;height:100dvh;overflow:hidden;touch-action:none}button,input,select,textarea,svg text{font-family:var(--font)}
