:root{color-scheme:dark;--bg: #1b1330}*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%;background:var(--bg);overflow:hidden;overscroll-behavior:none;-webkit-text-size-adjust:none;touch-action:none}body{font-family:"Baloo 2",Comic Sans MS,Segoe UI,system-ui,sans-serif;display:flex;align-items:center;justify-content:center}#app-root{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at center,#2e2050,#150e26);padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}#game-container{position:relative;width:100%;height:100%;max-width:100vw;max-height:100vh;max-width:100dvw;max-height:100dvh;display:flex;align-items:flex-start;justify-content:center;overflow:hidden;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}#game-container canvas{touch-action:none;outline:none;-webkit-user-select:none;user-select:none;box-shadow:0 10px 60px #00000080;border-radius:12px}*{-webkit-tap-highlight-color:transparent}
