@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;width:100%}body{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#050508;background-image:radial-gradient(ellipse at 50% 0%,#1a0a3e 0%,transparent 55%),radial-gradient(ellipse at 20% 80%,#0a1628 0%,transparent 40%),radial-gradient(ellipse at 80% 80%,#1a0a20 0%,transparent 40%);font-family:"Press Start 2P",monospace;color:#e8e0ff}#root{display:flex;align-items:center;justify-content:center}#shell{text-align:center;padding:20px}header h1{font-size:1.5rem;letter-spacing:.12em;color:gold;text-shadow:3px 3px 0 #6b21a8,0 0 30px rgba(255,215,0,.5);margin-bottom:6px}.tagline{font-size:.42rem;color:#a78bfa;margin-bottom:16px;line-height:1.8}#game-wrap{display:inline-block;border:4px solid #ffd700;box-shadow:0 0 0 2px #1e1b4b,0 0 60px #ffd70040,inset 0 0 80px #0009;background:#000}#game{display:block;width:1280px;height:720px;max-width:95vw;max-height:70vh;image-rendering:pixelated;image-rendering:crisp-edges;cursor:pointer}#controls{margin-top:14px}.control-group{font-size:.38rem;color:#6b7280;display:flex;flex-wrap:wrap;gap:10px 18px;justify-content:center;align-items:center}.key{display:inline-block;background:linear-gradient(180deg,#374151,#1f2937);border:2px solid #ffd700;padding:4px 8px;margin-right:4px;color:gold;font-size:.36rem;box-shadow:0 2px #111}.hint{font-size:.34rem;color:#4b5563;margin-top:10px}
