body,html{margin:0;padding:0;width:100%;height:100%;overflow:hidden;background-color:#0b0f19;font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#f3f4f6;-webkit-user-select:none;user-select:none}#root{width:100%;height:100%}kbd{background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:4px;box-shadow:0 2px #0000004d;color:#38bdf8;font-size:11px;padding:2px 6px;margin:0 3px;font-family:monospace}.btn-kbd{background:#0000004d;border-color:#fff3;color:#fff;margin-left:8px}.game-container{position:relative;width:100%;height:100%;overflow:hidden;background:radial-gradient(ellipse at bottom,#1b2735,#090a0f);transition:box-shadow .15s ease-in-out}.flash-red-active{animation:screenFlashRed .25s ease-in-out,screenShake .2s ease-in-out}@keyframes screenFlashRed{0%,to{box-shadow:inset 0 0 #ef444400}50%{box-shadow:inset 0 0 50px #ef4444cc}}@keyframes screenShake{0%,to{transform:translate(0)}20%{transform:translate(-4px,4px)}40%{transform:translate(4px,-4px)}60%{transform:translate(-4px,-4px)}80%{transform:translate(4px,4px)}}.stars,.twinkling,.cosmic-dust{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;display:block}.stars{background:#000 url(https://images.unsplash.com/photo-1506318137071-a8e063b4bec0?auto=format&fit=crop&w=1200&q=80) repeat top center;opacity:.12;z-index:0}.cosmic-dust{background-image:radial-gradient(1px 1px at 20px 30px,#fff,#0000),radial-gradient(1px 1px at 40px 70px,#fff,#0000),radial-gradient(2px 2px at 50px 160px,#ffffff80,#0000),radial-gradient(2px 2px at 90px 40px,#fff,#0000);background-size:200px 200px;animation:dustFall 20s linear infinite;opacity:.4;z-index:1}@keyframes dustFall{0%{background-position:0px 0px}to{background-position:0px 1000px}}.screen{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:10;box-sizing:border-box;padding:20px}.start-screen{text-align:center}.logo-container{margin-bottom:30px;animation:float 3s ease-in-out infinite}.logo-icon{font-size:80px;margin-bottom:10px}.game-title{font-size:42px;font-weight:800;letter-spacing:2px;margin:0;background:linear-gradient(to right,#38bdf8,#818cf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.game-subtitle{font-size:18px;color:#9ca3af;margin-top:5px}.high-score-badge{display:flex;align-items:center;gap:8px;background:#f59e0b1f;border:1px solid rgba(245,158,11,.25);padding:8px 18px;border-radius:20px;margin-bottom:30px;font-size:15px}.menu-buttons{display:flex;gap:15px;margin-bottom:30px}.btn{display:flex;align-items:center;gap:8px;padding:12px 24px;font-size:16px;font-weight:600;border-radius:12px;border:none;cursor:pointer;transition:all .2s ease}.btn-primary{background:linear-gradient(135deg,#0ea5e9,#2563eb);color:#fff;box-shadow:0 4px 15px #0ea5e966}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0ea5e999}.btn-secondary{background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.15)}.btn-secondary:hover{background:#ffffff2e;transform:translateY(-2px)}.controls-guide{font-size:13px;color:#6b7280;max-width:420px;line-height:1.8;background:#0003;padding:10px 15px;border-radius:10px}.academy-screen{justify-content:flex-start;overflow-y:auto;padding-top:40px}.academy-header{display:flex;align-items:center;width:100%;max-width:600px;margin-bottom:20px}.back-btn{background:none;border:none;color:#9ca3af;display:flex;align-items:center;gap:5px;cursor:pointer;font-size:15px}.back-btn:hover{color:#fff}.section-title{margin:0 auto;font-size:24px;color:#38bdf8}.search-bar-container{position:relative;width:100%;max-width:600px;margin-bottom:20px}.search-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#6b7280;width:18px;height:18px}.search-input{width:100%;box-sizing:border-box;padding:12px 12px 12px 45px;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:12px;color:#fff;font-size:15px;transition:all .2s}.search-input:focus{outline:none;border-color:#38bdf8;background:#ffffff14;box-shadow:0 0 10px #38bdf840}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 20px;color:#9ca3af;max-width:400px}.empty-state h3{color:#f3f4f6;margin-bottom:10px}.empty-state p{font-size:14px;line-height:1.6}.quiz-list{width:100%;max-width:600px;display:flex;flex-direction:column;gap:15px}.quiz-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:15px}.quiz-card-q{font-weight:600;color:#f3f4f6;margin-bottom:6px}.quiz-card-a{font-size:14px;margin-bottom:6px}.quiz-card-desc{font-size:13px;color:#9ca3af;border-top:1px dashed rgba(255,255,255,.1);padding-top:6px}.playing-screen{padding:0;justify-content:space-between}.hud-bar{position:absolute;top:15px;left:5%;width:90%;display:flex;justify-content:space-between;align-items:center;background:#0f172ad9;border:1px solid rgba(255,255,255,.12);padding:10px 20px;border-radius:16px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:20}.hud-item{display:flex;align-items:center;gap:8px}.hud-label{font-size:12px;color:#9ca3af;text-transform:uppercase}.lives-container{display:flex;gap:4px}.score-val{font-size:20px;font-weight:800;color:#f59e0b;transition:transform .1s ease}.score-bump{transform:scale(1.3)}.level-val{font-size:16px;font-weight:700;color:#10b981}.pause-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.pause-btn:hover{background:#fff3}.paused-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0f172aa6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:40}.paused-box{background:#1e293b;border:1px solid rgba(255,255,255,.15);padding:30px;border-radius:20px;text-align:center;box-shadow:0 10px 25px #00000080}.paused-box h2{margin:0 0 10px;color:#38bdf8}.paused-box p{color:#9ca3af;font-size:14px}.status-indicators{position:absolute;top:75px;left:5%;display:flex;gap:10px;z-index:20}.badge{display:flex;align-items:center;padding:4px 10px;border-radius:8px;font-size:12px;font-weight:700}.badge-shield{background:#0ea5e933;border:1px solid #0ea5e9;color:#38bdf8}.badge-laser{background:#f59e0b33;border:1px solid #f59e0b;color:#fbbf24}.battlefield{position:relative;width:100%;height:100%;z-index:5}.player-plane{position:absolute;width:40px;height:40px;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center;z-index:15}.plane-emoji{font-size:36px;filter:drop-shadow(0 0 8px rgba(14,165,233,.6));z-index:2}.engine-fire{position:absolute;bottom:-12px;width:8px;height:18px;background:linear-gradient(to bottom,#00f0ff,transparent);border-radius:50% 50% 0 0;filter:blur(1px);animation:fireBurn .15s infinite alternate;z-index:1}@keyframes fireBurn{0%{height:14px;transform:scaleX(.9);opacity:.8}to{height:22px;transform:scaleX(1.2);opacity:1}}.shield-bubble{position:absolute;width:55px;height:55px;border:3px solid #38bdf8;border-radius:50%;box-shadow:0 0 15px #0ea5e9;animation:pulse 1.5s infinite}.enemy-unit{position:absolute;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;z-index:12}.enemy-hp-bar{width:24px;height:4px;background:#00000080;border-radius:2px;margin-top:2px;overflow:hidden}.enemy-hp-fill{height:100%;background:#ef4444}.bullet{position:absolute;width:6px;height:15px;border-radius:3px;transform:translate(-50%,-50%);z-index:11}.bullet.normal{background:#38bdf8;box-shadow:0 0 8px #0ea5e9}.bullet.super{background:#f59e0b;box-shadow:0 0 10px #fbbf24;width:10px;height:20px}.powerup-item{position:absolute;width:28px;height:28px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:16px;transform:translate(-50%,-50%);z-index:10;animation:float 2s ease-in-out infinite}.powerup-item.quiz{background:#8b5cf633;border:2px solid #8b5cf6;box-shadow:0 0 10px #8b5cf6}.powerup-item.heal{background:#10b98133;border:2px solid #10b981;box-shadow:0 0 10px #10b981}.particle{position:absolute;border-radius:50%;pointer-events:none;z-index:8}.quiz-overlay{background:#0f172ae0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100}.quiz-box{background:#1e293b;border:2px solid #8b5cf6;border-radius:24px;padding:30px;width:90%;max-width:480px;box-shadow:0 10px 30px #8b5cf64d;text-align:center}.quiz-header{display:flex;justify-content:center;align-items:center;gap:10px;margin-bottom:20px}.quiz-header h3{margin:0;font-size:20px;color:#a78bfa}.quiz-question{font-size:18px;font-weight:600;line-height:1.5;margin-bottom:25px}.quiz-options{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.option-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;padding:14px;border-radius:12px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:10px}.option-num-badge{background:#ffffff1a;color:#a78bfa;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.option-btn:hover:not(:disabled){background:#8b5cf633;border-color:#8b5cf6}.option-btn.correct{background:#10b9814d!important;border-color:#10b981!important;color:#34d399}.option-btn.correct .option-num-badge{background:#10b981;color:#fff}.option-btn.wrong{background:#ef44444d!important;border-color:#ef4444!important;color:#f87171}.option-btn.wrong .option-num-badge{background:#ef4444;color:#fff}.option-btn.disabled{opacity:.5;cursor:not-allowed}.quiz-kbd-tips{font-size:12px;color:#6b7280;margin-bottom:15px}.quiz-feedback{padding:15px;border-radius:12px;background:#0003;animation:fadeIn .3s ease}.gameover-screen{text-align:center}.gameover-title{font-size:54px;font-weight:900;color:#ef4444;margin:0;letter-spacing:4px;text-shadow:0 0 20px rgba(239,68,68,.5)}.gameover-subtitle{color:#9ca3af;margin-top:5px;margin-bottom:30px}.score-board{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:20px;width:280px;margin-bottom:35px}.score-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0}.score-row:not(:last-child){border-bottom:1px solid rgba(255,255,255,.1)}.new-record-badge{background:#f59e0b;color:#0b0f19;font-weight:700;padding:6px;border-radius:8px;margin-top:10px;font-size:13px;animation:pulse 1s infinite}.mobile-controls{display:none;position:absolute;bottom:25px;left:0;width:100%;padding:0 20px;box-sizing:border-box;justify-content:space-between;align-items:center;z-index:30}.dir-pad{display:flex;align-items:center;gap:8px}.control-btn{width:50px;height:50px;border-radius:12px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:18px;display:flex;justify-content:center;align-items:center}.fire-btn{width:75px;height:75px;border-radius:50%;background:linear-gradient(135deg,#ef4444,#b91c1c);border:3px solid rgba(255,255,255,.3);box-shadow:0 0 15px #ef444480;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;font-size:11px;font-weight:700}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{transform:scale(1);opacity:.9}50%{transform:scale(1.05);opacity:.6}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.mobile-controls{display:flex}.hud-bar{top:10px}}
