.rts-container{background-color:#030712;color:#e2e8f0;font-family:Courier New,Courier,monospace,sans-serif;min-height:100vh;display:flex;flex-direction:column;padding:12px;-webkit-user-select:none;user-select:none;box-sizing:border-box}.start-screen{max-width:900px;margin:auto;text-align:center;padding:40px 20px;background:radial-gradient(circle,#111827,#030712);border:2px solid #1e293b;border-radius:12px;box-shadow:0 10px 30px #00000080}.brand-logo{margin-bottom:30px}.brand-logo .logo-icon{font-size:3.5rem;display:inline-block;animation:spin 6s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.brand-logo h1{font-size:2.5rem;font-weight:900;color:#ef4444;margin:10px 0;text-shadow:0 0 15px rgba(239,68,68,.4)}.brand-logo .subtitle{font-size:.85rem;color:#64748b;letter-spacing:2px}.high-score-badge{background:#eab3081a;border:1px solid #eab308;padding:8px 16px;border-radius:20px;display:inline-block;margin-bottom:30px;font-size:.9rem}.faction-select-title{font-size:1rem;color:#94a3b8;margin-bottom:20px}.faction-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:40px}.faction-card-select{background:#0f172a;border:2px solid #1e293b;border-radius:8px;padding:20px;cursor:pointer;transition:all .2s;text-align:left}.faction-card-select:hover{border-color:#475569;transform:translateY(-2px)}.faction-card-select.active{border-color:#3b82f6;background:linear-gradient(180deg,#1e293b,#0f172a);box-shadow:0 0 15px #3b82f633}.fac-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.fac-icon{font-size:1.5rem}.fac-header h3{font-size:1.15rem;font-weight:700;margin:0}.fac-desc{font-size:.75rem;color:#94a3b8;line-height:1.4;margin-bottom:12px;height:60px;overflow:hidden}.fac-bonus{font-size:.7rem;background:#ffffff0d;padding:6px;border-radius:4px;color:#cbd5e1}.start-btn{background:#ef4444;color:#fff;font-size:1.1rem;font-weight:700;padding:12px 40px;border:none;border-radius:6px;cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:background .2s}.start-btn:hover{background:#dc2626;box-shadow:0 0 15px #ef444466}.rts-header{display:flex;justify-content:space-between;align-items:center;background:#090d16;border:2px solid #1e293b;border-bottom:4px solid #ef4444;padding:8px 16px;margin-bottom:12px}.brand{display:flex;align-items:center;gap:12px}.brand .logo-icon{font-size:1.8rem}.brand h1{font-size:1.1rem;font-weight:700;margin:0}.brand .subtitle{font-size:.6rem;color:#64748b}.stats-bar{display:flex;gap:12px}.stat-box{display:flex;align-items:center;gap:8px;background:#0f172acc;border:1px solid #334155;padding:4px 10px;border-radius:4px}.stat-val{display:flex;flex-direction:column}.stat-val .label{font-size:.55rem;color:#94a3b8}.stat-val .value{font-size:.8rem;font-weight:700}.header-actions{display:flex;gap:6px}.sound-btn,.restart-btn{background:#1e293b;border:1px solid #475569;color:#e2e8f0;padding:6px 10px;border-radius:4px;cursor:pointer;display:flex;align-items:center;gap:6px;font-size:.75rem}.rts-main{display:grid;grid-template-columns:420px 1fr;gap:12px;flex:1}.base-panel{background:#090d16;border:2px solid #1e293b;padding:10px;display:flex;flex-direction:column}.building-grid{display:flex;flex-direction:column;gap:8px;overflow-y:auto;max-height:560px;padding-right:4px}.building-slot{border:1px dashed #475569;border-radius:6px;padding:8px;min-height:90px;background:#1e293b1a;display:flex;flex-direction:column;justify-content:center}.building-slot.occupied{border:1px solid #ef4444;background:#0f172a}.building-card{display:flex;align-items:center;justify-content:space-between;width:100%}.b-info-wrap{display:flex;align-items:center;gap:8px}.b-icon{font-size:1.5rem}.b-name{font-size:.85rem;font-weight:700;color:#f87171}.demolish-btn{background:#7f1d1d;color:#fca5a5;border:1px solid #b91c1c;font-size:.7rem;padding:4px 8px;cursor:pointer;border-radius:4px}.empty-slot-menu{display:flex;flex-direction:column;gap:6px}.slot-num{font-size:.65rem;color:#64748b;font-weight:700}.build-options{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.build-opt-btn{background:#1e293b;border:1px solid #334155;color:#cbd5e1;font-size:.6rem;padding:4px 2px;cursor:pointer;border-radius:3px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:background .15s}.build-opt-btn:hover:not(:disabled){background:#334155}.opt-name{font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.opt-cost{color:#eab308;font-size:.55rem}.build-opt-btn.locked{opacity:.25;cursor:not-allowed}.battlefield-panel{background:#090d16;border:2px solid #1e293b;padding:10px;display:flex;flex-direction:column}.battle-header{display:flex;justify-content:space-between;align-items:center;background:#020617;padding:6px 10px;border-radius:4px;border:1px solid #1e293b;margin-bottom:8px;font-size:.7rem}.base-indicator{display:flex;align-items:center;gap:6px}.base-indicator.ally{color:#3b82f6}.base-indicator.enemy{color:#ef4444}.dot{width:8px;height:8px;border-radius:50%}.wave-countdown{color:#c084fc}.lanes-container{display:flex;flex-direction:column;gap:8px;background:#020617;padding:8px;border-radius:6px;border:1px solid #1e293b}.lane{height:50px;background:#0f172a99;border:1px solid #1e293b;border-radius:4px;position:relative;display:flex;align-items:center;cursor:pointer}.lane.selected{border-color:#ef4444;background:#ef44440d}.lane-badge{position:absolute;top:2px;left:6px;font-size:.55rem;color:#64748b;display:flex;gap:4px;z-index:10}.active-tag{background:#ef4444;color:#fff;padding:0 3px;border-radius:2px;font-size:.45rem}.lane-base-gate{width:20px;height:100%;position:absolute;z-index:5}.ally-gate{left:0;background:linear-gradient(90deg,rgba(239,68,68,.2) 0%,transparent 100%);border-right:2px solid #ef4444}.enemy-gate{right:0;background:linear-gradient(-90deg,rgba(59,130,246,.2) 0%,transparent 100%);border-left:2px solid #3b82f6}.lane-track{position:relative;width:100%;height:100%}.laser-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:15}.laser-beam{stroke-dasharray:4;animation:dash .15s linear infinite}@keyframes dash{to{stroke-dashoffset:-20}}.unit-avatar{position:absolute;top:50%;transform:translate(-50%,-50%);width:28px;height:28px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#0f172a;border:2px solid;z-index:10;transition:left .1s linear}.unit-avatar.vehicle{border-radius:4px;width:32px;height:24px}.unit-icon{font-size:.9rem}.unit-hp-bar{position:absolute;top:-5px;left:0;width:100%;height:2px;background:#334155}.hp-fill{height:100%;background:#10b981}.unit-label{position:absolute;bottom:-10px;font-size:.45rem;white-space:nowrap;color:#94a3b8}.mobile-lane-controls{display:flex;gap:8px;margin-top:8px}.mobile-ctrl-btn{flex:1;background:#1e293b;border:1px solid #334155;color:#cbd5e1;padding:6px;font-size:.7rem;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:4px}.control-tabs{display:flex;gap:4px;margin-top:10px;border-bottom:2px solid #1e293b;position:relative;z-index:30}.tab-btn{background:#1e293b;color:#94a3b8;border:none;padding:8px 16px;font-size:.75rem;cursor:pointer;border-top-left-radius:4px;border-top-right-radius:4px;display:flex;align-items:center;gap:6px;transition:all .15s}.tab-btn:hover{background:#334155;color:#e2e8f0}.tab-btn.active{background:#ef4444;color:#fff;font-weight:700}.tab-content{background:#020617;border:1px solid #1e293b;border-top:none;padding:12px;min-height:160px;position:relative;z-index:25}.tech-tree-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.tech-node{border:1px solid #1e293b;padding:8px;border-radius:4px}.tech-node.unlocked{border-color:#10b981;background:#10b9810d}.tech-node.locked{opacity:.5}.node-title{font-size:.75rem;font-weight:700;color:#10b981}.tech-node p{font-size:.6rem;color:#94a3b8;margin-top:4px}.train-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.train-card{background:#0f172a;border:1px solid #334155;border-radius:4px;padding:6px;text-align:left;cursor:pointer}.train-card.locked{opacity:.3;cursor:not-allowed}.train-card-header{display:flex;align-items:center;gap:4px;font-weight:700;font-size:.7rem;color:#f87171}.unit-desc{font-size:.55rem;color:#64748b;margin:3px 0;height:28px;overflow:hidden}.train-cost{font-size:.7rem;color:#eab308;display:flex;justify-content:space-between}.superweapon-card{display:flex;justify-content:space-between;align-items:center;background:#450a0a;border:1px solid #991b1b;padding:10px;border-radius:6px}.sw-info{display:flex;gap:10px;align-items:center}.sw-launch-btn{color:#fff;border:none;padding:8px 16px;border-radius:4px;font-weight:700;cursor:pointer;font-size:.75rem;transition:filter .15s}.sw-launch-btn:hover:not(:disabled){filter:brightness(1.2)}.sw-launch-btn:disabled{background:#4b5563!important;cursor:not-allowed}.rts-footer{display:flex;justify-content:space-between;align-items:center;background:#020617;border:2px solid #1e293b;padding:6px 10px;margin-top:8px}.console-log{font-size:.6rem;color:#10b981;max-height:50px;overflow-y:auto;flex:1}.log-line{margin-bottom:1px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;display:flex;justify-content:center;align-items:center;z-index:100}.modal-content{background:#0f172a;border:3px solid #ef4444;padding:20px;border-radius:8px;max-width:380px;text-align:center}.modal-btn{background:#ef4444;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-weight:700}
