: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;margin:0;padding:0}html,body,#root{min-height:100vh;background:#0a0a12;color:#fafafa}.app{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:2rem 1rem}.app-header{text-align:center;margin-bottom:2rem}.app-header h1{font-size:2.2rem;font-weight:800;letter-spacing:-.03em;background:linear-gradient(135deg,#0f8,#0cf);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gd-icon{font-size:1.8rem;-webkit-text-fill-color:#00ff88}.subtitle{color:#ffffff80;font-size:.95rem;margin-top:.25rem}.level-grid{width:100%;max-width:900px;display:flex;flex-direction:column;gap:1.5rem}.difficulty-section{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:1rem 1.25rem}.difficulty-title{font-size:1rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.75rem}.levels-row{display:flex;gap:.75rem;flex-wrap:wrap}.level-card{background:#ffffff0a;border:2px solid rgba(255,255,255,.1);border-radius:10px;padding:.75rem 1rem;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.3rem;min-width:140px;transition:all .2s ease;font-family:inherit;color:#fafafa}.level-card:hover{background:#ffffff14;transform:translateY(-3px);box-shadow:0 8px 25px #0006}.level-card.completed{background:#00ff880f}.level-icon{font-size:1.6rem}.level-card-name{font-size:.85rem;font-weight:600;text-align:center}.level-diff{font-size:.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.15rem .5rem;border-radius:4px;color:#000}.completed-badge{font-size:.7rem;color:#0f8;margin-top:.15rem}.game-container{position:relative;width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#000}.game-canvas{border:2px solid rgba(255,255,255,.1);border-radius:8px;cursor:pointer;max-width:100%}.game-hud{position:absolute;top:1rem;left:1rem;right:1rem;display:flex;align-items:center;gap:1rem;z-index:10}.btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);color:#fff;padding:.4rem .8rem;border-radius:6px;cursor:pointer;font-size:.85rem;font-family:inherit;transition:background .15s}.btn:hover{background:#fff3}.level-name{font-weight:700;font-size:1.1rem}.attempts{margin-left:auto;color:#ffffff80;font-size:.85rem}.overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:20;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.overlay-content{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.overlay-content h2{font-size:1.8rem;font-weight:800}.difficulty-badge{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.25rem .75rem;border-radius:6px;color:#000}.hint{color:#fff6;font-size:.85rem}.death-text{color:#f44}.app-footer{margin-top:2rem;color:#ffffff4d;font-size:.8rem}
