:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:#0a0a0a;color:#fafafa}.apple-shoot-shell{min-height:100vh;display:grid;place-items:center;padding:1rem;background:radial-gradient(ellipse at 50% 20%,#1a1a2e,#0a0a0a 70%)}.game-container{display:flex;flex-direction:column;align-items:center;gap:.75rem}.game-header{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:400px;padding:0 .25rem}.game-header h1{margin:0;font-size:1.4rem;font-weight:700;letter-spacing:-.02em;background:linear-gradient(135deg,#e74c3c,#f1c40f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.game-score{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:1rem;font-weight:600;color:#fffc;background:#ffffff0f;padding:.25rem .75rem;border-radius:6px;border:1px solid rgba(255,255,255,.08)}.game-canvas{width:100%;max-width:400px;height:auto;aspect-ratio:400 / 600;border-radius:12px;border:1px solid rgba(255,255,255,.08);cursor:crosshair;display:block;box-shadow:0 8px 32px #0006,0 0 60px #e74c3c0d}.game-footer{text-align:center}.game-hint{font-size:.75rem;color:#ffffff59;letter-spacing:.02em}
