:root{color-scheme:dark;--bg: #15131f;--surface: #211d33;--surface-2: #2c2645;--text: #f2eefc;--text-dim: #a89fc9;--accent: #ff5c8a;--accent-2: #7c6cff;--good: #4ade80;--bad: #f87171}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100dvh;overscroll-behavior:none;-webkit-tap-highlight-color:transparent}button,input{font-family:inherit;font-size:16px}button{touch-action:manipulation;cursor:pointer;border:none;border-radius:12px;color:var(--text);background:var(--surface-2);min-height:44px;min-width:44px}button:active{transform:scale(.97)}.app-shell{min-height:100dvh;display:flex;flex-direction:column;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.game-area{user-select:none;-webkit-user-select:none}.no-scroll-x{overflow-x:hidden;max-width:100%}
