*{margin:0;padding:0;box-sizing:border-box}body{background:#0a0a0a;font-family:Segoe UI,system-ui,sans-serif;color:#fff;user-select:none;-webkit-user-select:none;overflow:hidden}.app{display:flex;flex-direction:column;height:100vh;align-items:center}.hud{width:100%;max-width:832px;display:flex;align-items:center;justify-content:space-between;padding:6px 12px;background:#111;border-bottom:2px solid #333;flex-shrink:0;gap:8px}.hud-lives{display:flex;gap:4px;font-size:20px}.hud-score{font-size:14px;font-weight:700;letter-spacing:1px;color:#f1c40f}.hud-level{font-size:13px;color:#aaa}.hud-timer-bar{flex:1;height:10px;background:#333;border-radius:5px;overflow:hidden;min-width:60px;max-width:160px}.hud-timer-fill{height:100%;border-radius:5px;transition:background .5s}.game-area{flex:1;display:flex;justify-content:center;align-items:center;position:relative;width:100%}.game-wrapper{position:relative;aspect-ratio:832 / 960;height:100%;max-height:100%;max-width:100%}.game-wrapper canvas{display:block;width:100%;height:100%;touch-action:none}.screen-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(0,0,0,.82);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10;gap:16px;text-align:center;padding:24px}.screen-title{font-size:clamp(28px,6vw,52px);font-weight:900;letter-spacing:2px;text-shadow:0 0 20px currentColor}.screen-subtitle{font-size:clamp(13px,2.5vw,18px);color:#ccc;max-width:360px;line-height:1.5}.btn{padding:12px 32px;font-size:16px;font-weight:700;border:none;border-radius:8px;cursor:pointer;letter-spacing:1px;transition:transform .1s,box-shadow .1s;min-width:160px}.btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0006}.btn:active{transform:translateY(0)}.btn-primary{background:#f1c40f;color:#1a1a1a}.btn-secondary{background:#333;color:#fff}.btn-danger{background:#e74c3c;color:#fff}.btn-success{background:#27ae60;color:#fff}.score-display{background:rgba(255,255,255,.08);border-radius:10px;padding:12px 24px;display:flex;flex-direction:column;gap:6px;min-width:220px}.score-row{display:flex;justify-content:space-between;gap:24px;font-size:15px}.score-label{color:#aaa}.score-value{font-weight:700;color:#f1c40f}.level-badge{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.1);border-radius:20px;padding:6px 16px;font-size:13px;color:#ddd}.controls-hint{margin-top:8px;font-size:12px;color:#666;display:flex;gap:16px;flex-wrap:wrap;justify-content:center}
