:root{color-scheme:dark;--bg: #0a0e14;--surface: #121826;--text: #f2f5fa;--text-dim: #9aa6b8;--accent: #2fd0c8;--danger: #ff5a5f;--rec: #ff3b30;--touch-min: 64px;--hud-pad: 16px;--radius: 14px;--font: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:var(--font);overscroll-behavior:none;-webkit-user-select:none;user-select:none;touch-action:manipulation}button{min-height:var(--touch-min);min-width:var(--touch-min);font:inherit;color:var(--text);background:var(--surface);border:1px solid #2a3346;border-radius:var(--radius);cursor:pointer}button.primary{background:var(--accent);color:#04201e;border:none;font-weight:700}.fill{position:fixed;top:0;right:0;bottom:0;left:0}
