.lang-switcher{position:absolute;top:16px;right:20px;display:flex;gap:6px}.lang-btn{background:#0b0f17b3;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:4px 8px;font-size:1.25rem;line-height:1;cursor:pointer;opacity:.5;transition:opacity .15s,border-color .15s}.lang-btn:hover{opacity:.85}.lang-btn.active{opacity:1;border-color:#8ee6a8}.model-choice-screen{position:relative;padding:48px 24px 32px;gap:24px;min-height:100vh;justify-content:flex-start}.model-choice-screen h1{margin-bottom:4px}.ship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;width:100%;max-width:720px}.ship-card{display:flex;flex-direction:column;background:#0b0f17cc;border:2px solid rgba(255,255,255,.1);border-radius:16px;overflow:hidden;cursor:pointer;transition:border-color .15s,transform .15s;padding:0}.ship-card:hover{border-color:#8ee6a8;transform:translateY(-4px)}.ship-card-canvas{width:100%;aspect-ratio:1;display:block;background:#0d1120}.ship-card-info{padding:12px 14px 16px;display:flex;flex-direction:column;gap:4px;text-align:left}.ship-card-info strong{font-size:.95rem;color:#f6f7fb}.ship-card-info span{font-size:.78rem;color:#8ee6a8}@media (max-width: 560px){.ship-grid{grid-template-columns:1fr;max-width:340px}.ship-card{flex-direction:row}.ship-card-canvas{width:110px;height:110px;flex-shrink:0}}.game-hud{position:absolute;top:16px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:20px;background:#00000080;border:1px solid rgba(255,255,255,.15);border-radius:40px;padding:8px 12px 8px 20px;pointer-events:none;z-index:10;white-space:nowrap}.hud-pause-btn{pointer-events:all;background:transparent;border:1px solid rgba(255,255,255,.25);border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:#ffffffb3;cursor:pointer;transition:border-color .15s,color .15s;padding:0}.hud-pause-btn:hover{border-color:#fff9;color:#fff}.pause-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#000000a6;z-index:20}.pause-menu{max-width:320px;width:100%;text-align:center}.btn-quit{display:flex;align-items:center;justify-content:center;min-height:48px;width:100%;border:1px solid rgba(255,110,110,.4);border-radius:12px;background:transparent;color:#ff7a6e;font:inherit;font-size:1rem;font-weight:700;cursor:pointer;transition:background .15s,border-color .15s}.btn-quit:hover{background:#ff6e6e1f;border-color:#ff6e6eb3}.hud-score{font-size:1.15rem;font-weight:800;color:#f5e060;min-width:56px}.hud-timer-wrap{display:flex;align-items:center;gap:10px}.hud-timer-bar{width:110px;height:8px;background:#ffffff26;border-radius:4px;overflow:hidden}.hud-timer-fill{height:100%;border-radius:4px;transition:width .25s linear,background .5s}.hud-timer-text{font-size:.9rem;font-weight:700;color:#8ee6a8;min-width:28px;text-align:right}.hud-timer-text.urgent{color:#ff6b6b;animation:pulse .5s ease-in-out infinite alternate}.hud-auto{font-size:.7rem;font-weight:800;letter-spacing:.08em;color:#ffc83c;border:1px solid #ffc83c;border-radius:6px;padding:2px 6px}@keyframes pulse{0%{opacity:1}to{opacity:.5}}.touch-controls{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:10}.touch-btn{position:absolute;pointer-events:all;border-radius:50%;border:3px solid rgba(255,255,255,.35);background:#00000073;color:#fff;font-weight:700;cursor:pointer;user-select:none;-webkit-user-select:none;touch-action:none;display:flex;align-items:center;justify-content:center;transition:background .08s,border-color .08s,transform .08s}.touch-btn:active{background:#8ee6a866;border-color:#8ee6a8;transform:scale(.93)}.touch-left{width:120px;height:120px;font-size:3rem;bottom:28px;left:20px}.touch-right{width:120px;height:120px;font-size:3rem;bottom:28px;right:20px}.touch-fire{width:104px;height:104px;font-size:2.8rem;bottom:36px;left:50%;transform:translate(-50%);background:#ff50504d;border-color:#ff787899}.touch-fire:active{background:#ff5050a6;border-color:#ff7878;transform:translate(-50%) scale(.93)}.touch-auto{width:68px;height:68px;font-size:.72rem;letter-spacing:.06em;border-color:#ffc83c66;bottom:60px;left:calc(50% + 62px)}.touch-auto.active{background:#ffc83c59;border-color:#ffc83c;color:#ffc83c}.result-screen{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;overflow:hidden}.result-celebration{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.result-content{position:relative;z-index:1;display:flex;align-items:center;gap:32px;flex-wrap:wrap;justify-content:center}.result-ship-wrap{width:260px;height:260px;border-radius:20px;overflow:hidden;border:2px solid rgba(255,255,255,.12);background:#0d1120;flex-shrink:0}.result-ship-canvas{display:block;width:100%;height:100%}.result-info{max-width:320px;text-align:center}.result-label{font-size:1.8rem;margin-bottom:8px}.result-score{font-size:5rem;font-weight:900;line-height:1;color:#f5e060;margin-bottom:8px;text-shadow:0 0 40px rgba(245,224,96,.5)}@media (max-width: 540px){.result-content{flex-direction:column}.result-ship-wrap{width:200px;height:200px}}:root{color:#f6f7fb;background:#10141d;font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;background:linear-gradient(135deg,#111827,#151922 52%,#221b2f);overflow:hidden}#root{min-height:100vh;display:flex;flex-direction:column}button{font:inherit;cursor:pointer}.screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px}.card{background:#0b0f17d1;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:32px;width:100%;max-width:480px}.eyebrow{color:#f5b942;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}h1{font-size:clamp(1.6rem,5vw,2.4rem);line-height:1.1;margin-bottom:8px}h2{font-size:1.2rem;margin-bottom:16px}p{color:#cbd3e3;line-height:1.55;margin-bottom:16px}.btn-primary{display:flex;align-items:center;justify-content:center;min-height:52px;width:100%;border:none;border-radius:12px;background:#8ee6a8;color:#10141d;font-size:1rem;font-weight:800;margin-bottom:10px}.btn-secondary{display:flex;align-items:center;justify-content:center;min-height:52px;width:100%;border:1px solid rgba(142,230,168,.4);border-radius:12px;background:transparent;color:#8ee6a8;font-size:1rem;font-weight:700;margin-bottom:10px}.btn-secondary:disabled{color:#6f7788;border-color:#ffffff1f;cursor:not-allowed}.status-text{color:#8ee6a8;font-size:.88rem;font-weight:700;min-height:20px}.status-error{color:#ff7a6e;font-size:.88rem;font-weight:700}@media (max-width: 540px){.card{padding:20px;border-radius:16px}}
