:root{--bg-dark: #0a0a1a;--neon-pink: #ff2a6d;--neon-cyan: #05d9e8;--neon-purple: #d300c5;--neon-yellow: #f9f002;--neon-orange: #ff6b35;--bg-medium: #1a1a2e;--text-light: #ffffff;--text-muted: #888899}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden}body{background-color:var(--bg-dark);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--text-light)}body::-webkit-scrollbar{display:none}body{-ms-overflow-style:none;scrollbar-width:none}#game{display:block;background-color:var(--bg-dark);z-index:1;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}#titleScene{display:none;position:absolute;top:0;left:0;z-index:0;pointer-events:none;background-color:transparent}html{overscroll-behavior:none;-webkit-overflow-scrolling:touch}body{touch-action:manipulation;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;min-height:100vh;min-height:100dvh}@supports (padding: env(safe-area-inset-bottom)){body{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}}
