*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden}body{display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);font-family:Arial,Helvetica Neue,sans-serif}.game-container{width:95vw;max-width:1400px;aspect-ratio:14 / 5;border:6px solid #4CAF50;border-radius:20px;box-shadow:0 0 60px #4caf5066,0 0 120px #4caf5033,0 12px 48px #0006,inset 0 2px 4px #ffffff4d;background:linear-gradient(180deg,#81c784,#4caf50);padding:8px}#game{display:block;width:100%;height:100%;background-color:#87ceeb;border-radius:12px;cursor:pointer}@media(max-height:600px){.game-container{width:auto;height:90vh}}@media(max-width:600px){.game-container{width:98vw;border-width:4px;padding:4px}}.game-container,#game{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.game-container:fullscreen{width:100vw;height:100vh;max-width:none;border-radius:0;border:none;padding:0;background:#000;display:flex;justify-content:center;align-items:center}.game-container:fullscreen #game{border-radius:0;width:auto;height:auto;max-width:100vw;max-height:100vh;aspect-ratio:14 / 5;width:min(100vw,280vh);height:min(100vh,calc(100vw * 5 / 14))}.toddler-mode .game-container{border-color:#ff9800;box-shadow:0 0 60px #ff980080,0 0 120px #ff98004d,0 12px 48px #0006,inset 0 2px 4px #ffffff4d}.game-container:-webkit-full-screen{width:100vw;height:100vh;max-width:none;border-radius:0;border:none;padding:0;background:#000;display:flex;justify-content:center;align-items:center}.game-container:-webkit-full-screen #game{border-radius:0;width:min(100vw,280vh);height:min(100vh,calc(100vw * 5 / 14))}.game-container:-moz-full-screen{width:100vw;height:100vh;max-width:none;border-radius:0;border:none;padding:0;background:#000;display:flex;justify-content:center;align-items:center}.game-container:-moz-full-screen #game{border-radius:0;width:min(100vw,280vh);height:min(100vh,calc(100vw * 5 / 14))}@media screen and (max-width:932px)and (orientation:portrait)and (pointer:coarse){.game-container{transform:rotate(90deg);width:95vh;height:auto;max-width:none}}
