:root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:#fff;background-color:#171717;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;overflow:hidden;background:#171717;min-width:320px;min-height:100vh}#game-canvas{display:block;width:100vw;height:100vh;cursor:none}#game-hud{position:fixed;top:0;left:0;right:0;pointer-events:none;z-index:100;padding:16px 24px}.hud-top{display:flex;justify-content:space-between;align-items:flex-start}.hud-left,.hud-right{display:flex;flex-direction:column;gap:8px}.hud-center{text-align:center}.hud-title{font-size:14px;font-weight:700;letter-spacing:4px;color:#9e7fff;text-shadow:0 0 20px rgba(158,127,255,.5)}.hud-score,.hud-wave,.hud-health,.hud-ammo{display:flex;align-items:center;gap:8px}.hud-label{font-size:10px;font-weight:600;letter-spacing:2px;color:#a3a3a3}.hud-value{font-size:24px;font-weight:700;color:#fff;text-shadow:0 0 10px rgba(255,255,255,.3)}.health-bar{width:120px;height:8px;background:#262626;border-radius:4px;overflow:hidden;border:1px solid #2F2F2F}.health-fill{height:100%;width:100%;background:linear-gradient(90deg,#10b981,#34d399);border-radius:4px;transition:width .2s ease,background .3s ease}.hud-checkout-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:linear-gradient(135deg,#9e7fff,#38bdf8);border-radius:6px;color:#fff;font-size:13px;font-weight:600;text-decoration:none;pointer-events:auto;transition:transform .2s ease,box-shadow .2s ease;margin-top:4px}.hud-checkout-btn:hover{transform:scale(1.05);box-shadow:0 0 20px #9e7fff80}.hud-bottom{position:fixed;bottom:16px;left:0;right:0;text-align:center}.hud-controls{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#262626cc;border-radius:8px;border:1px solid #2F2F2F;font-size:12px;color:#a3a3a3}.key{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 6px;background:#262626;border:1px solid #3F3F3F;border-radius:4px;font-size:11px;font-weight:600;color:#fff}#start-screen{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#171717f2;z-index:200;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.start-content{text-align:center;max-width:400px;padding:40px}.start-title{font-size:48px;font-weight:800;letter-spacing:6px;color:#9e7fff;text-shadow:0 0 40px rgba(158,127,255,.6);margin-bottom:12px}.start-subtitle{font-size:16px;color:#a3a3a3;margin-bottom:32px}.start-controls{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.control-row{display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;color:#a3a3a3}.start-actions{display:flex;flex-direction:column;gap:12px;align-items:center}.start-btn{padding:14px 40px;font-size:16px;font-weight:700;letter-spacing:2px;color:#fff;background:linear-gradient(135deg,#9e7fff,#38bdf8);border:none;border-radius:8px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;pointer-events:auto}.start-btn:hover{transform:scale(1.05);box-shadow:0 0 30px #9e7fff80}.start-btn:active{transform:scale(.98)}.start-shop-link{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#262626cc;border:1px solid #3F3F3F;border-radius:8px;color:#a3a3a3;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s ease}.start-shop-link:hover{background:#9e7fff26;border-color:#9e7fff;color:#9e7fff}#game-over-screen{position:fixed;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;background:#171717f2;z-index:200;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.game-over-content{text-align:center;max-width:400px;padding:40px}.game-over-title{font-size:48px;font-weight:800;letter-spacing:6px;color:#ef4444;text-shadow:0 0 40px rgba(239,68,68,.6);margin-bottom:32px}.game-over-stats{display:flex;justify-content:center;gap:32px;margin-bottom:32px}.stat{display:flex;flex-direction:column;gap:4px}.stat-label{font-size:12px;font-weight:600;letter-spacing:2px;color:#a3a3a3}.stat-value{font-size:32px;font-weight:700;color:#fff}.game-over-actions{display:flex;flex-direction:column;gap:12px;align-items:center}@media (max-width: 768px){.hud-top{flex-direction:column;align-items:center;gap:12px}.hud-left,.hud-right{flex-direction:row;gap:16px}.start-title,.game-over-title{font-size:36px}.game-over-stats{flex-direction:column;gap:16px}.hud-controls{font-size:10px;padding:6px 12px}}
