:root{color:#edf3ff;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#07111f;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:radial-gradient(circle at 50% 46%,#38bdf829,#0000 31rem),radial-gradient(circle at 20% 20%,#84cc1614,#0000 22rem),linear-gradient(135deg,#06101d 0%,#081827 44%,#101122 100%);min-width:320px;min-height:100vh;margin:0;overflow:hidden}button{font:inherit}.app-shell{grid-template-columns:minmax(720px,1fr) 360px;gap:18px;width:100vw;height:100vh;padding:18px;display:grid}.game-panel,.side-panel{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#081220b8;border:1px solid #94a3b838;box-shadow:0 22px 80px #00000052}.game-panel{border-radius:28px;place-items:center;display:grid;position:relative;overflow:hidden}.game-canvas{aspect-ratio:1;background:linear-gradient(#94a3b814 1px,#0000 1px) 0 0/48px 48px,linear-gradient(90deg,#94a3b814 1px,#0000 1px) 0 0/48px 48px,radial-gradient(circle,#0ea5e91f,#0000 43%) 0 0/100% 100%,#091422 0 0/100% 100%;border-radius:24px;width:min(100%,100vh - 36px);position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff0f}.hud-top{z-index:20;pointer-events:none;justify-content:space-between;align-items:flex-start;gap:12px;display:flex;position:absolute;top:18px;left:18px;right:18px}.hud-stack{flex-wrap:wrap;gap:8px;display:flex}.stat-pill{color:#dbeafe;letter-spacing:.01em;background:#02061794;border:1px solid #94a3b83d;border-radius:999px;padding:8px 11px;font-size:13px;font-weight:800;box-shadow:0 8px 28px #00000038}.stat-pill strong{color:#fff}.center-core{z-index:8;background:radial-gradient(circle at 50% 38%,#f8fafc 0 11%,#38bdf8 12% 28%,#0f172a 29% 54%,#0ea5e947 55% 72%,#0000 73%),conic-gradient(#22d3ee33,#84cc162e,#22d3ee33);border:2px solid #7dd3fcc7;border-radius:50%;width:116px;height:116px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 34px #38bdf859,inset 0 0 22px #ffffff14}.center-core:before,.center-core:after{content:"";border:1px dashed #7dd3fc52;border-radius:50%;position:absolute;inset:-22px}.center-core:after{border-color:#22c55e2e;inset:-54px}.player{z-index:12;background:linear-gradient(145deg,#fde68a,#f97316 58%,#7c2d12);border:2px solid #ffffffb8;border-radius:46% 46% 52% 52%;width:34px;height:34px;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 24px #fb923c94}.player:before{content:"";background:#fee2e2;border:1px solid #7c2d1273;border-radius:50% 50% 40% 40%;width:13px;height:12px;position:absolute;top:-9px;left:50%;transform:translate(-50%)}.track-ring{z-index:2;border:4px solid #94a3b833;border-radius:50%;outline:1px solid #ffffff0d;width:62%;height:62%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:inset 0 0 34px #0f172ae6,0 0 24px #3b82f61f}.tile{color:#fff;z-index:7;border:1px solid #ffffff3d;border-radius:14px;place-items:center;width:44px;height:44px;font-size:21px;font-weight:900;display:grid;position:absolute;transform:translate(-50%,-50%);box-shadow:0 12px 30px #00000047,inset 0 0 20px #ffffff1a}.tile.bullet{background:linear-gradient(145deg,#f97316,#dc2626)}.tile.speed{background:linear-gradient(145deg,#22c55e,#15803d)}.tile.freeze{background:linear-gradient(145deg,#67e8f9,#2563eb)}.tile.multi{background:linear-gradient(145deg,#c084fc,#7c3aed)}.tile.cooling{opacity:.42;filter:grayscale(.25)}.enemy{z-index:6;background:linear-gradient(145deg,#ef4444,#7f1d1d);border:1px solid #fecacaad;border-radius:40% 60% 42% 58%;width:30px;height:30px;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 20px #ef44446b}.enemy.fast{background:linear-gradient(145deg,#fb7185,#be123c);width:24px;height:24px}.enemy.tank{background:linear-gradient(145deg,#f87171,#991b1b);border-radius:16px;width:40px;height:40px}.enemy.frozen{filter:saturate(.4)hue-rotate(140deg);box-shadow:0 0 18px #67e8f994}.bullet-shot{z-index:10;background:#fde047;border-radius:50%;width:10px;height:10px;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 14px #facc15e6}.float-text{z-index:18;color:#fef3c7;text-shadow:0 2px 10px #000000a6;pointer-events:none;font-size:15px;font-weight:900;animation:.9s ease-out forwards floatUp;position:absolute;transform:translate(-50%,-50%)}@keyframes floatUp{0%{opacity:1;translate:0}to{opacity:0;translate:0 -34px}}.overlay{z-index:40;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#0206179e;place-items:center;padding:28px;display:grid;position:absolute;inset:0}.modal-card{text-align:center;background:linear-gradient(#0f172af2,#080d1af0);border:1px solid #94a3b847;border-radius:28px;width:min(560px,92vw);padding:28px;box-shadow:0 24px 100px #00000075}.modal-card h1{letter-spacing:-.06em;margin:0 0 10px;font-size:clamp(30px,5vw,54px);line-height:.96}.modal-card p{color:#cbd5e1;margin:10px 0;line-height:1.65}.primary-btn,.secondary-btn{cursor:pointer;border:0;border-radius:16px;font-weight:900;transition:transform .14s,filter .14s}.primary-btn{color:#06101d;background:linear-gradient(135deg,#facc15,#fb923c);margin-top:16px;padding:13px 20px;box-shadow:0 14px 38px #fb923c4d}.secondary-btn{color:#dbeafe;background:#1e293beb;border:1px solid #94a3b83d;padding:10px 13px}.primary-btn:hover,.secondary-btn:hover{filter:brightness(1.08);transform:translateY(-1px)}.side-panel{border-radius:28px;padding:22px;overflow:auto}.side-panel h2{letter-spacing:-.04em;margin:0 0 8px;font-size:26px}.side-panel h3{color:#e0f2fe;margin:22px 0 10px}.side-panel p,.side-panel li{color:#cbd5e1;font-size:14px;line-height:1.6}.side-panel ul,.side-panel ol{padding-left:20px}.legend-grid{grid-template-columns:1fr 1fr;gap:10px;margin-top:16px;display:grid}.legend-item{color:#dbeafe;background:#0f172ab8;border:1px solid #94a3b829;border-radius:14px;align-items:center;gap:9px;padding:10px;font-size:13px;font-weight:700;display:flex}.legend-swatch{border-radius:9px;flex:none;place-items:center;width:24px;height:24px;font-size:14px;display:grid}.controls-card{background:#02061775;border:1px solid #94a3b829;border-radius:18px;margin-top:18px;padding:14px}.kbd{color:#e2e8f0;background:#0f172a;border:1px solid #94a3b847;border-radius:7px;place-items:center;min-width:26px;height:24px;margin:0 2px;padding:0 8px;font-size:12px;font-weight:900;display:inline-grid;box-shadow:inset 0 -2px #00000047}.progress-row{margin-top:14px}.progress-label{color:#bfdbfe;justify-content:space-between;margin-bottom:7px;font-size:12px;font-weight:800;display:flex}.progress-bar{background:#334155cc;border-radius:999px;height:10px;overflow:hidden}.progress-fill{height:100%;width:var(--value,50%);border-radius:inherit;background:linear-gradient(90deg,#22c55e,#facc15,#ef4444)}.wave-note{color:#bae6fd;background:#0ea5e91a;border:1px solid #38bdf833;border-radius:16px;margin-top:16px;padding:12px;font-size:13px;line-height:1.5}@media (width<=1060px){body{overflow:auto}.app-shell{grid-template-columns:1fr;height:auto;min-height:100vh}.game-panel{min-height:min(92vw,720px)}.game-canvas{width:min(92vw,720px)}}@media (width<=560px){.app-shell{gap:10px;padding:10px}.game-panel,.side-panel{border-radius:18px}.game-canvas{border-radius:16px}.hud-top{top:10px;left:10px;right:10px}.stat-pill{padding:6px 8px;font-size:12px}.tile{border-radius:11px;width:36px;height:36px;font-size:18px}.center-core{width:88px;height:88px}.legend-grid{grid-template-columns:1fr}}
