*{box-sizing:border-box;touch-action:manipulation}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#0a0a12;color:#eee;margin:0;padding:20px;height:100vh;overflow:hidden}#app{max-width:1400px;width:100%;margin:0 auto;overflow-x:hidden;height:100vh}.game-container{display:flex;flex-direction:column;height:calc(100vh - 40px);background:#0d0d18;border-radius:8px;padding:24px;box-shadow:0 4px 6px #0000004d;overflow-wrap:break-word;word-break:break-word}.game-header{flex-shrink:0;margin-bottom:20px}.game-header img{max-height:80px;width:auto;display:block;margin:0 auto}.getting-started-banner{flex-shrink:0;display:flex;align-items:center;gap:12px;padding:10px 16px;margin-bottom:16px;background:#12121e;border:1px solid #4a9eff;border-radius:6px}.getting-started-banner-text{flex:1;color:#eee;font-size:14px;line-height:1.4}.getting-started-banner-btn{padding:6px 14px;background:#4a9eff;color:#fff;border:none;border-radius:4px;font-size:13px;cursor:pointer;white-space:nowrap}.getting-started-banner-btn:hover{background:#6db3ff}.getting-started-banner-dismiss{padding:4px 8px;background:transparent;color:#888;border:none;font-size:16px;cursor:pointer;line-height:1}.getting-started-banner-dismiss:hover{color:#eee}.persistent-info{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#0000004d;border-radius:4px;margin-bottom:16px;border:1px solid #444}.persistent-info-left{display:flex;gap:2rem;align-items:center}.persistent-info-date{font-size:14px;color:#4a9eff;font-weight:700}.persistent-info-captain{font-size:13px;color:#eee}.game-tabs{margin-bottom:20px}.swarm-layout{display:grid;grid-template-columns:280px 1fr 50%;grid-template-rows:auto auto 1fr auto;grid-template-areas:"header header header" "mobile-header mobile-header mobile-header" "left main right" "footer footer footer";height:100%;background:var(--bg-void, #050508);color:var(--text-primary, #e0e0e0);font-family:var(--font-body, system-ui, sans-serif)}.swarm-layout>.left-sidebar{grid-area:left;background:var(--bg-panel, #0a0a12);border-right:1px solid var(--border-color, #2a2a3a);padding:1rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.5rem}.swarm-layout>.right-sidebar{grid-area:right;background:var(--bg-panel, #0a0a12);border-left:1px solid var(--border-color, #2a2a3a);overflow:hidden;display:flex;flex-direction:column}.swarm-layout>.main-panel{grid-area:main;padding:1rem;overflow-y:auto;background:var(--bg-void, #050508);min-width:0;display:flex;flex-direction:column}.swarm-header{grid-area:header;display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:var(--bg-panel, #0a0a12);border-bottom:1px solid var(--border-color, #2a2a3a)}.swarm-footer{grid-area:footer;display:flex;justify-content:center;align-items:center;padding:.75rem 1rem;background:var(--bg-panel, #0a0a12);border-top:1px solid var(--border-color, #2a2a3a)}.swarm-tab-bar{display:flex;gap:.5rem;margin-bottom:1rem;border-bottom:1px solid var(--border-color, #2a2a3a);padding-bottom:.5rem}.map-tab-button{display:none}.map-tab-inline .right-sidebar{display:flex;flex-direction:column;border-left:none;border-radius:6px;overflow:hidden;height:min(500px,60vh)}.swarm-mobile-header{grid-area:mobile-header;display:none}.swarm-drawer-overlay,.swarm-drawer{display:none}.ship-capabilities-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;font-size:.85rem}.game-content-grid{display:grid;grid-template-columns:240px 1fr 240px;grid-template-rows:100%;gap:20px;flex:1;min-height:0}.main-content{flex:1;height:100%;min-height:0;min-width:0;overflow-y:auto;overflow-x:hidden}.left-sidebar,.right-sidebar{background:#12121e80;border-radius:6px;padding:16px;max-height:calc(100vh - 100px);overflow-y:auto}.sidebar-section{margin-bottom:20px}.sidebar-section:last-child{margin-bottom:0}.sidebar-section h3{font-size:12px;text-transform:uppercase;letter-spacing:.5px;opacity:.7;margin-bottom:8px}.sidebar-item{margin-bottom:12px}.sidebar-item:last-child{margin-bottom:0}.time-controls{background:#4a9eff1a;border-radius:4px;padding:8px}.time-control-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:10px;font-size:14px;font-weight:700;border-radius:4px;border:2px solid #4a9eff;background:#4a9eff33;color:#4a9eff;cursor:pointer;transition:all .2s}.time-control-btn:hover{background:#4a9eff4d;border-color:#6db3ff}.time-control-btn:active{transform:scale(.98)}.time-speed-controls{display:flex;gap:4px}.time-speed-btn{flex:1;padding:8px;font-size:13px;font-weight:700;border-radius:4px;border:1px solid #666;background:#0000004d;color:#aaa;cursor:pointer;transition:all .2s}.time-speed-btn:hover:not(:disabled){background:#ffffff1a;border-color:#888}.time-speed-btn.active{background:#4a9eff;border-color:#4a9eff;color:#fff}.time-speed-btn:disabled{opacity:.4;cursor:not-allowed}h1{margin:0 0 24px;text-align:center;color:#d4850a}h2{margin:0 0 16px;color:#d4850a}h3{margin:0 0 12px;color:#d4850a;font-size:16px}button{background:#d4850a;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-size:14px;transition:background .2s;touch-action:manipulation}button:hover{background:#b87008}button.secondary{background:#12121e;border:1px solid #444}button.secondary:hover{background:#1a4a7a;border-color:#555}button.danger{background:#8b0000;margin-top:20px}button.danger:hover{background:#a00000}button.small-button{padding:4px 8px;font-size:11px;background:#12121e}button.small-button:hover{background:#1a4a7a}button.small-button--caution{background:orange;color:#000}button.small-button--caution:hover{background:#e69500}button:focus-visible,[role=button]:focus-visible,select:focus-visible,input:focus-visible,.tab-button:focus-visible,.shop-tab:focus-visible,.crew-list-item:focus-visible,.nav-legend-item:focus-visible,.ship-class-option:focus-visible,.action-radio-card:focus-visible,.gamepedia-topic-item:focus-visible,.gamepedia-cat-btn:focus-visible,.filter-btn:focus-visible{outline:2px solid #4a9eff;outline-offset:2px}button:active:not(:disabled){transform:scale(.97);filter:brightness(.85)}.tab-button:active{background:#4a9eff4d!important;transform:scale(.97)}.crew-list-item:active{background:#4a9eff33}.room-card:active{border-color:#4a9eff}.mobile-hamburger:active{background:#ffffff26;transform:scale(.95)}.mobile-header-playpause:active{background:#4a9eff66;transform:scale(.95)}.shop-tab{padding:6px 14px;font-size:12px;background:transparent;color:#888;border:1px solid #333;border-radius:4px;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.shop-tab:hover{color:#ccc;border-color:#555;background:#ffffff0d}.shop-tab.active{color:#4a9eff;border-color:#4a9eff;background:#4a9eff1a}.no-game{text-align:center;padding:40px 0}.no-game p{margin-bottom:20px;color:#aaa}.data-table{width:100%;border-collapse:collapse;margin-bottom:16px}.data-table th,.data-table td{padding:12px;text-align:left;border-bottom:1px solid #12121e}.data-table th{color:#aaa;font-weight:400;width:40%}.data-table td{color:#fff}.wizard{padding:20px;overflow-y:auto;overflow-x:hidden;max-height:100%}.wizard h2{margin-bottom:16px}.step-indicator{text-align:center;color:#888;font-size:14px;margin-bottom:24px}.wizard-step{display:flex;flex-direction:column;gap:16px}.wizard-step label{font-weight:500}.wizard-step input[type=text]{padding:10px;border:1px solid #444;border-radius:4px;background:#0a0a12;color:#fff;font-size:14px;flex:1}.wizard-step input[type=text]:focus{outline:none;border-color:#d4850a}.input-row{display:flex;gap:10px}.button-row{display:flex;justify-content:space-between;margin-top:16px;padding-bottom:20px}.ship-tier-section{margin-bottom:24px}.ship-tier-section:last-of-type{margin-bottom:0}.ship-tier-title{color:#d4850a;font-size:14px;margin:0 0 12px;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #12121e;padding-bottom:8px}.ship-class-options{display:flex;flex-direction:column;gap:12px}.ship-class-option{padding:16px;border:2px solid #12121e;border-radius:6px;cursor:pointer;transition:border-color .2s,background .2s}.ship-class-option:hover:not(.locked){border-color:#d4850a}.ship-class-option.selected{border-color:#d4850a;background:#d4850a1a}.ship-class-option.locked{opacity:.5;cursor:not-allowed;border-style:dashed}.ship-class-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.ship-class-option strong{display:block}.locked-badge{font-size:11px;background:#444;color:#aaa;padding:2px 8px;border-radius:10px}.ship-class-option p{margin:0 0 8px;color:#aaa;font-size:14px}.ship-class-stats{display:flex;gap:16px;font-size:12px;color:#888}.tabbed-view{padding:0}.tab-bar{display:flex;gap:4px;margin-bottom:16px;border-bottom:2px solid #333;padding-bottom:0}.tab-button{background:transparent;color:#888;border:none;border-bottom:2px solid transparent;padding:10px 16px;margin-bottom:-2px;cursor:pointer;font-size:14px;white-space:nowrap;border-radius:4px 4px 0 0;overflow:visible;transition:color .2s,border-color .2s,background .2s}.tab-button:hover{color:#d4850a;background:#d4850a14}.tab-button.active{color:#d4850a;border-bottom-color:#d4850a;background:#d4850a0d}.ship-tab{padding:10px 0}.ship-header{display:none;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #12121e;overflow:hidden}.room-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px;align-items:start}.room-card{background:#0a0a12;border:2px solid #12121e;border-radius:8px;padding:12px;transition:border-color .2s;display:flex;flex-direction:column;gap:8px}.room-card:hover{border-color:#d4850a}.room-card.room-operational{border-color:#12121e}.room-card.room-damaged{border-color:#ff6b35;background:#ff6b351a}.room-card.room-offline{border-color:#8b0000;background:#8b00001a;opacity:.6}.room-icon{font-size:28px;text-align:center}.room-name{font-weight:600;font-size:13px;text-align:center}.room-power-badge{font-size:10px;background:#d4850a33;color:#d4850a;padding:2px 6px;border-radius:3px;font-weight:500;text-align:center}.room-automated{font-size:11px;color:#4caf50;font-weight:500;margin:4px 0;text-align:center}.room-cargo-capacity{font-size:11px;color:#888}.room-crew-count{font-size:12px;color:#888;font-weight:500;text-align:center}.room-crew-list{display:flex;flex-direction:column;gap:4px;text-align:left;min-height:20px}.room-crew-empty{font-size:11px;color:#666;font-style:italic;text-align:center}.room-crew-item{display:flex;justify-content:space-between;align-items:center;padding:4px 6px;background:#ffffff0d;border-radius:4px;font-size:11px}.crew-name-short{flex:1;color:#eee}.preferred-star{color:gold;margin-left:2px}.room-add-crew{margin-top:4px}.room-actions{margin-top:8px;display:flex;flex-direction:column;gap:4px}.room-action-btn{width:100%;padding:6px 10px;font-size:11px;background:#d4850a;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s}.room-action-btn:hover:not(:disabled){background:#b87008}.room-action-btn:disabled{opacity:.5;cursor:not-allowed;background:#555}.crew-select{width:100%;padding:6px;border:1px solid #444;border-radius:4px;background:#0a0a12;color:#fff;font-size:11px;cursor:pointer}.crew-select:focus{outline:none;border-color:#d4850a}.staging-area{background:#0a0a12;border-radius:8px;padding:16px;margin-bottom:16px}.staging-empty{color:#666;font-style:italic;font-size:14px;margin:0}.staging-crew-list{display:flex;flex-direction:column;gap:12px}.staging-crew-row{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#ffffff08;border-radius:6px;border:1px solid #12121e}.staging-crew-info{flex:1;display:flex;flex-direction:column;gap:4px}.staging-crew-name{font-weight:500;font-size:14px;color:#eee}.staging-crew-role{color:#888;font-size:12px}.staging-crew-stats{display:flex;gap:8px;font-size:11px}.staging-crew-stats .stat{padding:2px 6px;border-radius:4px}.staging-crew-stats .health{background:#4caf5033;color:#4caf50}.staging-crew-stats .morale{background:#2196f333;color:#2196f3}.staging-crew-stats .skill{background:#ffc10733;color:#ffc107}.staging-crew-assign{min-width:180px}.status-bar{display:flex;justify-content:space-around;background:#0a0a12;border-radius:8px;padding:16px;margin-bottom:16px}.status-item{text-align:center}.status-label{display:block;font-size:12px;color:#888;margin-bottom:4px}.status-value{display:block;font-size:20px;font-weight:600;color:#d4850a}.settings-tab{padding:20px 0}.settings-section{background:#0a0a12;border-radius:8px;padding:20px}.settings-description{color:#aaa;font-size:14px;margin-bottom:16px;line-height:1.5}.ship-status-banner{display:flex;justify-content:space-between;align-items:center;background:#0a0a12;border-radius:8px;padding:16px;margin-bottom:16px;border:2px solid #12121e}.status-text{font-size:16px;font-weight:600;color:#d4850a}.status-action-btn{padding:8px 16px;font-size:13px}.ship-specs{display:grid;grid-template-columns:1fr 1fr;gap:12px;background:#0a0a12;border-radius:8px;padding:16px;margin-bottom:16px}.spec-item{display:flex;justify-content:space-between;align-items:center;padding:8px;background:#ffffff08;border-radius:4px}.spec-label{font-size:12px;color:#888}.spec-value{font-size:12px;color:#eee;font-weight:500}.progress-bar-container{margin-bottom:16px}.progress-bar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;font-size:12px;font-weight:600;color:#aaa}.progress-bar-track{width:100%;height:20px;background:#0a0a12;border-radius:4px;overflow:hidden;border:1px solid #12121e}.progress-bar-fill{height:100%;transition:width .3s ease}.bar-good{background:#4caf50}.bar-warning{background:#ffc107}.bar-danger{background:#ff6b6b}.bar-inactive{background:#333}.bar-command{background:#fbbf24}.bar-command-inactive{background:#6b7280}.custom-tooltip{position:absolute;background:#0d0d18fa;border:2px solid #4a9eff;border-radius:6px;padding:12px 16px;font-size:12px;line-height:1.6;color:#eee;pointer-events:none;z-index:10000;box-shadow:0 4px 12px #00000080;white-space:pre-line;max-width:300px;display:none}.custom-tooltip.visible{display:block}.custom-tooltip-label{color:#888;font-weight:400}.custom-tooltip-value{color:#4ade80;font-weight:600}.custom-tooltip-section{margin-top:8px;padding-top:8px;border-top:1px solid rgba(255,255,255,.1)}.custom-tooltip-item{color:#ccc;padding-left:8px}.stat-bar{margin-bottom:16px;position:relative}.stat-bar--full{margin-bottom:16px}.stat-bar--compact{margin-bottom:4px}.stat-bar__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;font-size:12px;font-weight:600;color:#aaa}.stat-bar__label{font-size:11px;margin-bottom:2px;color:#aaa}.stat-bar__track{position:relative;width:100%;background:#0a0a12;border-radius:4px;overflow:hidden;border:1px solid #12121e}.stat-bar--full .stat-bar__track{height:20px}.stat-bar--compact .stat-bar__track{height:6px}.stat-bar__fill{height:100%;transition:width .3s ease}.stat-bar__overlay{position:absolute;top:0;left:0;height:100%;opacity:1;transition:width .3s ease}.equipment-section{background:#0a0a12;border-radius:8px;padding:16px;margin-bottom:16px}.equipment-list{display:flex;flex-direction:column;gap:12px}.equipment-item{display:flex;align-items:flex-start;gap:12px;padding:12px;background:#ffffff08;border-radius:6px;border:1px solid #12121e}.equipment-icon{font-size:24px;flex-shrink:0}.equipment-info{flex:1;display:flex;flex-direction:column;gap:4px}.equipment-name{font-size:13px;font-weight:600;color:#eee}.equipment-power{font-size:11px;color:#d4850a;font-weight:500}.degradation-bar-container{flex:1;display:flex;flex-direction:column;gap:4px}.degradation-label{font-size:10px;color:#888}.degradation-track{width:100%;height:8px;background:#0a0a12;border-radius:4px;overflow:hidden;border:1px solid #12121e}.degradation-fill{height:100%;background:#4caf50;transition:width .3s ease}.degradation-warning{background:#ffc107}.degradation-critical{background:#ff6b6b}.engine-section{background:#0a0a12;border-radius:8px;padding:16px;margin-bottom:16px;border:2px solid #12121e}.engine-info{margin-bottom:12px}.engine-info h3{margin:0 0 8px;color:#d4850a;font-size:16px}.engine-specs{display:flex;gap:12px;font-size:12px;color:#888;flex-wrap:wrap}.engine-specs span{padding:4px 8px;background:#ffffff0d;border-radius:4px}.engine-state{margin-bottom:12px}.engine-state-label{font-size:14px;font-weight:600;padding:8px 12px;border-radius:4px;text-align:center;margin-bottom:8px}.engine-state-label.off{background:#8b000033;color:#ff6b6b;border:1px solid rgba(139,0,0,.4)}.engine-state-label.warming{background:#ffc10733;color:#ffc107;border:1px solid rgba(255,193,7,.4)}.engine-state-label.online{background:#4caf5033;color:#4caf50;border:1px solid rgba(76,175,80,.4)}.engine-controls{display:flex;gap:8px;justify-content:center}.engine-controls button{padding:8px 16px;font-size:13px}.engine-warning{font-size:12px;color:#ffc107;text-align:center;padding:8px;background:#ffc1071a;border-radius:4px;border:1px dashed rgba(255,193,7,.3)}.navigation-view{background:#0a0a12;border-radius:8px;padding:20px}.nav-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #12121e}.nav-header h3{margin:0;color:#d4850a;font-size:18px}.nav-close-btn{padding:6px 12px;font-size:13px}.nav-map{position:relative;width:100%;height:400px;background:#0d0d18;border-radius:8px;border:2px solid #12121e;margin-bottom:20px;overflow:hidden;touch-action:none}.nav-map svg{shape-rendering:geometricPrecision;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.nav-map-zoom-btn{position:absolute;top:8px;right:8px;width:28px;height:28px;padding:0;font-size:18px;font-weight:700;line-height:1;background:#0f3460d9;color:#4a9eff;border:1px solid #4a9eff;border-radius:4px;cursor:pointer;z-index:1;display:flex;align-items:center;justify-content:center}.nav-map-zoom-btn:hover:not(:disabled){background:#4a9eff33}.nav-map-zoom-btn:disabled{opacity:.3;cursor:not-allowed}.nav-map-zoom-btn:first-of-type{right:8px}.nav-map-zoom-btn:nth-of-type(2){right:44px}.nav-map-reset-zoom{position:absolute;top:8px;right:80px;padding:4px 10px;font-size:11px;background:#0f3460d9;color:#4a9eff;border:1px solid #4a9eff;border-radius:4px;cursor:pointer;z-index:1}.nav-map-reset-zoom:hover{background:#4a9eff33}.nav-map-cluster-bar{position:absolute;bottom:8px;left:8px;display:flex;gap:4px;z-index:1}.nav-map-cluster-btn{padding:4px 10px;font-size:11px;background:#0f3460d9;color:#4a9eff;border:1px solid #4a9eff;border-radius:4px;cursor:pointer}.nav-map-cluster-btn:hover{background:#4a9eff33}.nav-map-back-btn{position:absolute;top:8px;left:8px;z-index:1}.nav-map-focus-title{position:absolute;top:8px;left:50%;transform:translate(-50%);font-size:12px;color:#4a9eff;font-weight:600;z-index:1;pointer-events:none;text-shadow:0 0 4px rgba(0,0,0,.8)}.orrery-cluster-indicator{animation:cluster-pulse 3s ease-in-out infinite}@keyframes cluster-pulse{0%,to{stroke-opacity:.4}50%{stroke-opacity:.8}}.nav-legend{display:flex;flex-direction:column;gap:6px}.nav-legend h4{margin:0 0 8px;color:#d4850a;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.nav-legend-item{padding:6px 10px;background:#ffffff08;border-radius:6px;border:1px solid #12121e;transition:border-color .2s,background .2s;user-select:none;-webkit-user-select:none}.nav-legend-item:hover{background:#ffffff0d}.nav-legend-item--selected{border-color:#4a9eff;background:#4a9eff14}.nav-legend-item.unreachable{opacity:.5}.nav-legend-item strong{color:#d4850a;font-size:.95em}.nav-selection-overlay{position:absolute;bottom:40px;left:8px;right:8px;z-index:2;pointer-events:none}.nav-selection-overlay-content{pointer-events:auto;background:#0a0f1eeb;border:1px solid #4a9eff;border-radius:6px;padding:8px 12px;font-size:.85em;max-height:200px;overflow-y:auto}.nav-travel-button{width:100%;margin-top:8px;padding:8px 16px;font-size:13px;background:#4ecdc4;color:#0a0a12;font-weight:600;border:none;border-radius:4px;cursor:pointer;transition:background .2s}.nav-travel-button:hover{background:#3db3aa}.nav-travel-button--compact{width:auto;padding:4px 12px;font-size:12px;margin-top:4px}.nav-current-label{margin-top:4px;padding:4px 10px;font-size:11px;font-weight:600;color:#d4850a;border:1px solid #d4850a;border-radius:4px;text-align:center}.nav-travel-disabled-reason{margin-top:4px;font-size:11px;font-style:italic;color:#ff6b6b;text-align:center}.captain-badge{display:inline-block;background:#d4850a;color:#fff;font-size:10px;font-weight:700;padding:2px 4px;border-radius:3px;margin-right:4px;letter-spacing:.5px}.staging-crew-skills{display:flex;gap:8px;font-size:11px;margin-top:4px}.staging-crew-skills .skill{padding:2px 6px;border-radius:4px;background:#9c27b033;color:#ce93d8}.staging-crew-stats .level{background:#9c27b033;color:#ce93d8}button:disabled{opacity:.4;cursor:not-allowed;background:#555}button:disabled:hover{background:#555}.room-equipment-slot{margin-top:8px}.equipment-slot-label{font-size:10px;color:#888;text-transform:uppercase;margin-bottom:4px;text-align:center}.room-equipment-item{display:flex;align-items:center;padding:6px 8px;background:#ffffff0d;border-radius:4px;font-size:11px;margin-bottom:4px;border:1px solid rgba(212,133,10,.3)}.equipment-item-icon{font-size:20px;margin-right:8px;flex-shrink:0}.equipment-item-info{flex:1;display:flex;flex-direction:column;gap:2px}.equipment-item-name{font-weight:600;color:#eee;font-size:11px}.equipment-item-type{font-size:9px;color:#888}.equipment-item-state{font-size:10px;font-weight:600;margin-top:2px}.room-equipment-controls{display:flex;gap:4px;margin-top:4px}.room-equipment-controls .small-button{flex:1}.equipment-warning{font-size:10px;color:#ffc107;text-align:center;padding:4px;background:#ffc1071a;border-radius:4px;margin-top:4px}.crew-tab{padding:10px 0}.crew-list-detail{display:flex;gap:16px;min-height:500px}.crew-list-panel{width:180px;flex-shrink:0}.crew-list-panel h3{margin:0 0 12px;font-size:14px;color:#d4850a;text-transform:uppercase;letter-spacing:.5px}.crew-list{display:flex;flex-direction:column;gap:8px}.crew-list-item{padding:10px 12px;background:#0a0a12;border:2px solid #12121e;border-radius:6px;cursor:pointer;transition:border-color .2s,background .2s}.crew-list-item:hover{border-color:#d4850a;background:#d4850a0d}.crew-list-item.selected{border-color:#d4850a;background:#d4850a1a}.crew-list-name{font-weight:600;font-size:13px;color:#eee;margin-bottom:4px}.crew-list-role{font-size:11px;color:#888;text-transform:capitalize;margin-bottom:2px}.crew-list-level{font-size:10px;color:#ce93d8;font-weight:500}.crew-detail-panel{flex:1;display:flex;flex-direction:column;gap:4px}.crew-detail-header{display:flex;justify-content:space-between;align-items:baseline;padding-bottom:4px;border-bottom:1px solid #12121e}.crew-detail-header h2{margin:0;font-size:16px;white-space:nowrap}.crew-detail-role{font-size:12px;color:#888;letter-spacing:1px}.crew-detail-section{background:#0a0a12;border-radius:8px;padding:16px;border:1px solid #12121e}.crew-detail-section h3{margin:0 0 12px;font-size:14px}.crew-stats{display:flex;flex-direction:column;gap:8px}.stat-row{display:flex;justify-content:space-between;font-size:13px;padding:6px 8px;background:#ffffff08;border-radius:4px}.stat-row span:first-child{color:#888}.stat-row span:last-child{color:#eee;font-weight:500}.xp-progress-bar{width:100%;height:10px;background:#ffffff0d;border-radius:5px;overflow:hidden;margin-top:4px;border:1px solid #12121e}.xp-progress-fill{height:100%;background:linear-gradient(90deg,#d4850a,#b87008);transition:width .3s ease}.level-up-button{width:100%;padding:12px;font-size:14px;font-weight:600;background:#4caf50;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background .2s;animation:pulse-green 2s infinite}.level-up-button:hover{background:#45a049}@keyframes pulse-green{0%,to{box-shadow:0 0 #4caf50b3}50%{box-shadow:0 0 0 8px #4caf5000}}.crew-skills{display:flex;flex-direction:column;gap:8px}.skill-row{display:flex;flex-direction:column;padding:8px 10px;background:#ffffff08;border-radius:4px}.skill-block-header:hover{background:#ffffff0a}.skill-block-header:active{background:#ffffff0f}.skill-label{color:#888;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.skill-value{color:#eee;font-weight:600;font-size:14px;min-width:20px;text-align:right;white-space:nowrap}.skill-plus-button{padding:4px 10px;font-size:11px;background:#d4850a;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s;font-weight:600}.skill-plus-button:hover{background:#b87008}.unspent-points{font-size:12px;color:#4caf50;font-weight:600}.equipment-slots{display:grid;grid-template-columns:1fr 1fr;gap:12px}.equipment-slot{padding:12px;background:#ffffff08;border-radius:6px;border:1px solid #12121e;display:flex;flex-direction:column;gap:8px;min-height:80px}.equipment-slot-label{font-size:10px;color:#888;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.equipped-item{font-size:12px;color:#eee;flex:1}.equipment-empty{font-size:12px;color:#666;font-style:italic;flex:1}.unequip-button{padding:6px 10px;font-size:11px;background:#12121e;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s}.unequip-button:hover{background:#1a4a7a}.cargo-space{font-size:12px;color:#888;font-weight:500}.cargo-list{display:flex;flex-direction:column;gap:8px}.cargo-empty{font-size:12px;color:#666;font-style:italic;text-align:center;padding:12px}.cargo-item{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:#ffffff08;border-radius:6px;border:1px solid #12121e;gap:12px}.cargo-item-info{flex:1;font-size:13px;color:#eee}.equip-button{padding:6px 12px;font-size:11px;background:#d4850a;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s;white-space:nowrap}.equip-button:hover:not(:disabled){background:#b87008}.equip-button:disabled{background:#555;opacity:.5;cursor:not-allowed}.work-tab{padding:16px 0}.date-header-global{font-size:16px;font-weight:700;margin-bottom:12px;padding:8px 12px;background:#12121e;border-radius:6px;text-align:center;color:#4ecdc4}.available-work h3{margin-bottom:16px}.advance-day-button{margin-bottom:20px;background:#4ecdc4;color:#0a0a12}.advance-day-button:hover{background:#3db3aa}.quest-list{display:flex;flex-direction:column;gap:16px}.no-quests{text-align:center;color:#888;padding:20px}.quest-card{background:#12121e;border-radius:8px;padding:16px;border:2px solid transparent;transition:border-color .2s ease;cursor:pointer}.quest-card:not(.disabled):hover{border-color:#d4850a80}.quest-card.quest-card-expanded{border-color:#d4850a}.quest-card.disabled{opacity:.6;background:#12121e}.quest-title{font-size:18px;font-weight:700;color:#d4850a;margin-bottom:8px}.quest-description{margin-bottom:12px;color:#ccc}.quest-details{margin-bottom:12px;display:flex;flex-direction:column;gap:4px;font-size:14px;color:#aaa}.quest-payment{font-size:16px;font-weight:700;color:#4ecdc4;margin-bottom:12px}.accept-quest-button{width:100%;background:#4ecdc4;color:#0a0a12}.accept-quest-button:hover{background:#3db3aa}.quest-reason{color:#ff6b6b;font-size:14px;font-style:italic}.quest-details-toggle{display:none}.job-filter-bar{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.quest-card-header{display:flex;align-items:center;gap:8px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:8px}.quest-type-badge{padding:2px 8px;border-radius:4px;font-size:.75rem;font-weight:700;text-transform:uppercase;white-space:nowrap}.active-contract,.paused-contract{padding:16px 0}.contract-summary{background:#12121e;border-radius:8px;padding:16px;margin-bottom:20px}.contract-summary h3{margin-bottom:12px}.paused-badge{display:inline-block;margin-left:12px;padding:4px 12px;background:#ff6b6b;color:#fff;border-radius:12px;font-size:12px;font-weight:700}.contract-progress,.contract-leg,.contract-earned{margin-bottom:8px;color:#ccc}.flight-status{background:#12121e;border-radius:8px;padding:16px;margin-bottom:20px}.flight-status h4{margin:0 0 12px;color:#4ecdc4}.flight-route{font-size:16px;font-weight:700;margin-bottom:12px;color:#eee}.flight-phase,.flight-gforce,.flight-velocity,.flight-eta{margin-bottom:8px;color:#ccc}.progress-bar{margin:12px 0}.progress-bar .bar{height:20px;background:#12121e;border-radius:10px;overflow:hidden}.progress-bar .fill{height:100%;background:linear-gradient(90deg,#4ecdc4,#d4850a);transition:width .3s}.fuel-gauge{background:#12121e;border-radius:8px;padding:16px;margin-bottom:20px}.fuel-bar{height:20px;background:#12121e;border-radius:10px;overflow:hidden;margin-top:8px}.fuel-fill{height:100%;background:linear-gradient(90deg,#ff6b6b,#4ecdc4 50% 100%);transition:width .3s}.action-radio-group{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.action-radio-card{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border:1px solid #333;border-radius:6px;cursor:pointer;transition:border-color .15s,background .15s}.action-radio-card:hover{border-color:#555;background:#ffffff08}.action-radio-card--selected.action-radio-card--default{border-color:#4ecdc4;background:#4ecdc414}.action-radio-card--selected.action-radio-card--caution{border-color:orange;background:#ffa50014}.action-radio-card--selected.action-radio-card--danger{border-color:#ff6b6b;background:#ff6b6b14}.action-radio-card--danger-hot{border-color:#c00;background:#cc000026;animation:danger-pulse-border .6s ease-in-out infinite alternate}@keyframes danger-pulse-border{0%{border-color:#c00}to{border-color:#f44}}.action-radio-card input[type=radio]{margin-top:3px;accent-color:#4ecdc4;flex-shrink:0}.action-radio-card--danger input[type=radio]{accent-color:#ff6b6b}.action-radio-card--caution input[type=radio]{accent-color:#ffa500}.action-radio-text{flex:1;min-width:0}.action-radio-label{font-weight:700;font-size:14px;margin-bottom:2px}.action-radio-desc{font-size:12px;color:#999;line-height:1.35}.action-radio-warn{font-size:12px;color:orange;margin-top:4px}.action-confirm-btn{width:100%;padding:10px;font-size:14px;font-weight:700;border:none;border-radius:6px;cursor:pointer;transition:background .15s,transform .1s}.action-confirm-btn:active{transform:scale(.98)}.action-confirm-btn--primary{background:#4ecdc4;color:#0a0a12}.action-confirm-btn--primary:hover{background:#3db3aa}.action-confirm-btn--caution{background:orange;color:#0a0a12}.action-confirm-btn--caution:hover{background:#e69500}.action-confirm-btn--danger{background:#ff6b6b;color:#fff}.action-confirm-btn--danger:hover{background:#e65555}.action-confirm-btn--danger-hot{background:#c00;color:#fff;animation:danger-pulse .6s ease-in-out infinite alternate}@keyframes danger-pulse{0%{background:#c00}to{background:#e63333}}.contract-payment-hint{margin-bottom:8px;color:#4ecdc4;font-size:13px}.contract-pause-hint{margin-top:8px;margin-bottom:8px;color:#4ecdc4;font-size:13px;font-style:italic}.paused-action-buttons{display:flex;flex-direction:column;gap:8px}.action-button-hint{font-size:12px;color:#888;line-height:1.35;padding:0 2px}.contract-actions{display:flex;gap:12px}.dock-button,.resume-button{flex:1;background:#4ecdc4;color:#0a0a12}.dock-button:hover,.resume-button:hover{background:#3db3aa}.abandon-button{flex:1;background:#ff6b6b}.abandon-button:hover{background:#e65555}.log-tab{padding:16px 0}.log-tab h3{margin-bottom:16px}.log-list{display:flex;flex-direction:column;gap:8px;max-height:600px;overflow-y:auto}.no-logs{text-align:center;color:#888;padding:20px}.log-entry{background:#12121e;border-radius:6px;padding:12px;display:flex;gap:12px;align-items:flex-start;border-left:3px solid #555}.log-entry-payment,.log-entry-contract_complete,.log-entry-trip_complete{border-left-color:#4ecdc4}.log-entry-departure,.log-entry-arrival,.log-entry-refueled{border-left-color:#888}.log-entry-contract_accepted,.log-entry-day_advanced{border-left-color:#4ecdc4}.log-entry-contract_abandoned{border-left-color:#ff6b6b}.log-timestamp{flex-shrink:0;color:#888;font-size:12px;font-family:monospace;min-width:140px}.log-message{color:#ccc;flex:1}.cargo-progress-bar{height:8px;background:#12121e;border-radius:4px;overflow:hidden;margin-top:8px}.cargo-progress-fill{height:100%;background:linear-gradient(90deg,#4ecdc4,#d4850a 80%,#ff6b6b);transition:width .3s}.threat-badge{display:inline-flex;align-items:center;gap:8px;padding:4px 10px;border-radius:4px;font-size:12px;font-weight:500}.threat-badge.threat-clear{background:#4caf5026;border:1px solid rgba(76,175,80,.3)}.threat-badge.threat-caution{background:#ffc10726;border:1px solid rgba(255,193,7,.3)}.threat-badge.threat-danger{background:#ff6b6b26;border:1px solid rgba(255,107,107,.3)}.threat-badge.threat-critical{background:#ff6b6b26;border:1px solid rgba(255,107,107,.3);animation:pulse-threat 2s infinite}.threat-label{font-weight:700;letter-spacing:.5px}.threat-badge.threat-clear .threat-label{color:#4caf50}.threat-badge.threat-caution .threat-label{color:#ffc107}.threat-badge.threat-danger .threat-label,.threat-badge.threat-critical .threat-label{color:#ff6b6b}.threat-narrative{color:#aaa;font-weight:400}@keyframes pulse-threat{0%,to{box-shadow:0 0 #ff6b6b66}50%{box-shadow:0 0 0 6px #ff6b6b00}}.log-entry-encounter_evaded{border-left-color:#4caf50}.log-entry-encounter_negotiated{border-left-color:#ffc107}.log-entry-encounter_victory{border-left-color:#4ecdc4}.log-entry-encounter_harassment{border-left-color:orange}.log-entry-encounter_boarding{border-left-color:#ff6b6b}.regional-status{font-size:12px;font-weight:500;margin-top:4px}.regional-status.threat-clear{color:#4caf50}.regional-status.threat-caution{color:#ffc107}.regional-status.threat-danger,.regional-status.threat-critical{color:#ff6b6b}.catchup-report{background:#0d0d18;border:2px solid #12121e;border-radius:8px;padding:24px}.catchup-header{text-align:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #12121e}.catchup-header h3{margin:0 0 8px;font-size:20px;color:#d4850a}.catchup-duration{color:#888;font-size:14px}.catchup-progress{display:flex;flex-direction:column;gap:6px;margin-bottom:16px;padding:12px;background:#ffffff08;border-radius:6px;border:1px solid #12121e}.catchup-progress-line{font-size:14px}.catchup-section-header{font-size:13px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.catchup-fleet-summary{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.catchup-ship{background:#ffffff08;border-radius:6px;padding:12px;border:1px solid #12121e}.catchup-ship-name{font-weight:600;color:#4a9eff;margin-bottom:8px;font-size:14px}.catchup-ship-events{display:flex;flex-direction:column;gap:4px;font-size:13px}.catchup-impact{background:#ffffff08;border-radius:6px;padding:12px;border:1px solid #12121e;margin-bottom:20px;font-size:13px;display:flex;flex-direction:column;gap:4px;color:#ccc}.catchup-dismiss{width:100%;padding:12px;font-size:14px;font-weight:600;background:#4ecdc4;color:#0a0a12;border:none;border-radius:6px;cursor:pointer;transition:background .2s}.catchup-dismiss:hover{background:#3db3aa}.catchup-progress-bar{height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden;margin-top:12px}.catchup-progress-bar-fill{height:100%;background:#4ecdc4;border-radius:4px;transition:width .15s ease}.version-badge{position:fixed;bottom:8px;right:8px;font-size:10px;color:#555;background:#0000004d;padding:4px 8px;border-radius:4px;font-family:monospace;z-index:1000;-webkit-user-select:none;user-select:none}.version-badge:hover{color:#888;background:#00000080}.day-progress-bar{width:100%;height:4px;background:#ffffff1a;border-radius:2px;margin-top:4px;overflow:hidden}.day-progress-fill{height:100%;background:#4a9eff;border-radius:2px;transition:width .3s ease}.fleet-panel{background:#0000004d;border:1px solid #444;border-radius:4px;padding:.5rem;margin-bottom:.5rem}.fleet-panel--compact{background:transparent;border:none;border-bottom:1px solid #444;border-radius:0;padding:0 0 12px;margin-bottom:16px}.fleet-panel--compact .fleet-panel-title{display:none}.fleet-panel-title{font-size:.9rem;font-weight:700;margin-bottom:.5rem;color:#aaa}.fleet-row{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem;border-radius:4px;cursor:pointer;transition:background .2s;font-size:.85rem}.fleet-row--compact{padding:6px 8px;align-items:flex-start;min-height:auto}.fleet-row.active{background:#4a9eff33;border:1px solid #4a9eff}.fleet-row:not(.active){background:#0003;border:1px solid transparent}.fleet-row:not(.active):hover{background:#ffffff0d}.fleet-row-indicator{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:5px}.fleet-row--compact .fleet-row-indicator{margin-top:6px;width:6px;height:6px}.fleet-row-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.fleet-row--compact .fleet-row-content{flex-direction:column;gap:3px}.fleet-row-top{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.fleet-row--compact .fleet-row-top{flex-wrap:nowrap;min-width:0;justify-content:space-between}.fleet-row-tier{font-size:.75rem;font-weight:700;opacity:.8}.fleet-row--compact .fleet-row-tier{display:none}.fleet-row-name{font-weight:700}.fleet-row--compact .fleet-row-name{font-size:.8rem;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fleet-row-activity{font-size:.75rem;padding:1px 6px;border-radius:3px;border:1px solid;white-space:nowrap}.fleet-row--compact .fleet-row-top .fleet-row-activity{display:none}.fleet-row--compact .fleet-row-compact-2 .fleet-row-activity{flex-shrink:0;font-size:.65rem;padding:1px 5px}.fleet-row-command{font-size:.75em;margin-left:4px;font-weight:700}.fleet-row--compact .fleet-row-command{display:none}.fleet-row-bottom{display:flex;align-items:center;gap:.75rem;flex-wrap:nowrap;color:#aaa;font-size:.8rem}.fleet-row--compact .fleet-row-bottom{display:none}.fleet-row-location{flex:1;min-width:0;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fleet-row-stat{white-space:nowrap;text-align:right;font-variant-numeric:tabular-nums}.fleet-row-stat-fuel{min-width:105px}.fleet-row-stat-crew,.fleet-row-stat-equip{min-width:68px}.fleet-row-stat-range{min-width:92px}.fleet-row-flight{display:flex;align-items:center;gap:4px;width:100%;flex-wrap:nowrap;overflow:hidden}.fleet-row-minibar{display:block;width:60px;height:6px;background:#ffffff1a;border-radius:3px;margin-left:auto;flex-shrink:0;overflow:hidden}.fleet-row-minibar-fill{display:block;height:100%;background:#4a9eff}.fleet-row-flight-pct{font-size:.8rem;white-space:nowrap;flex-shrink:0}.fleet-row-compact-2{display:none;align-items:center;gap:6px;font-size:.7rem;color:#888;flex-wrap:nowrap;min-width:0}.fleet-row--compact .fleet-row-compact-2{display:flex}.fleet-row:not(.fleet-row--compact) .fleet-row-compact-2,.fleet-row:not(.fleet-row--compact) .fleet-row-compact-3{display:none!important}.fleet-row-compact-3{display:flex;align-items:center;gap:6px;font-size:.65rem;color:#777}.fleet-row-progress-bar{flex:1;height:5px;background:#ffffff14;border-radius:3px;overflow:hidden}.fleet-row-progress-fill{height:100%;background:linear-gradient(90deg,#4a9eff,#4ecdc4,gold);border-radius:3px;transition:width .3s ease}.fleet-row-eta{font-size:.65rem;color:#888;white-space:nowrap;flex-shrink:0}.fleet-management-section{margin-top:1.5rem;padding:1rem;background:#0000004d;border:1px solid #444;border-radius:4px}.transfer-crew-section{padding:.75rem;background:#4a9eff1a;border:1px solid #4a9eff;border-radius:4px;margin-bottom:1rem}.toast-container{position:fixed;bottom:2rem;right:2rem;z-index:1000;display:flex;flex-direction:column-reverse;gap:.75rem;pointer-events:none;max-width:400px}.toast{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#0d0d18f2;border:2px solid;border-radius:8px;box-shadow:0 4px 12px #0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:toast-slide-in .3s ease-out,toast-fade-out .5s ease-in 4.5s;pointer-events:auto;min-width:300px}.toast-icon{font-size:1.5rem;flex-shrink:0}.toast-message{flex:1;font-size:.95rem;font-weight:500;line-height:1.4}.toast-encounter_evaded{border-color:#4ade80;background:#4ade8026}.toast-encounter_negotiated{border-color:#fbbf24;background:#fbbf2426}.toast-encounter_victory{border-color:#60a5fa;background:#60a5fa26}.toast-encounter_harassment{border-color:#fb923c;background:#fb923c26}.toast-encounter_boarding{border-color:#ef4444;background:#ef444426}.toast-encounter_fled{border-color:#f59e0b;background:#f59e0b26}.toast-level_up{border-color:#a78bfa;background:#a78bfa26}.toast-credits_gained{border-color:#4ade80;background:#4ade8026}.toast-credits_lost{border-color:#ef4444;background:#ef444426}@keyframes toast-slide-in{0%{transform:translate(120%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes toast-fade-out{0%{opacity:1}to{opacity:0}}.tab-badge{position:absolute;top:-8px;right:-8px;background:#ef4444;color:#fff;font-size:.7rem;font-weight:700;padding:2px 6px;border-radius:10px;min-width:18px;text-align:center;box-shadow:0 2px 4px #0000004d;animation:tab-badge-pulse 2s ease-in-out infinite}@keyframes tab-badge-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes credit-delta-float{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}@keyframes mining-pulse{0%,to{opacity:1}50%{opacity:.5}}.stat-label{color:#aaa;font-size:.9rem}.stat-value{font-weight:700;font-size:.95rem}.unlock-progress-bar{margin-bottom:.5rem}.log-filter-bar{padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.filter-btn{background:#4a9eff1a;border:1px solid rgba(74,158,255,.3);color:#4a9eff;padding:.4rem .8rem;font-size:.85rem;border-radius:4px;cursor:pointer;transition:all .2s}.filter-btn:hover{background:#4a9eff33;border-color:#4a9eff80}.filter-btn.active{background:#4a9eff;color:#fff;border-color:#4a9eff}.gamepedia-tab{display:flex;gap:20px;min-height:500px;padding:10px 0}.gamepedia-sidebar{width:280px;flex-shrink:0;display:flex;flex-direction:column;gap:12px}.gamepedia-title{margin:0 0 4px;color:#d4850a;font-size:18px}.gamepedia-search{width:100%;padding:10px 12px;border:1px solid #12121e;border-radius:6px;background:#0a0a12;color:#fff;font-size:14px}.gamepedia-search:focus{outline:none;border-color:#4a9eff}.gamepedia-search::placeholder{color:#666}.gamepedia-category-bar{display:flex;flex-wrap:wrap;gap:4px}.gamepedia-cat-btn{background:#4a9eff1a;border:1px solid rgba(74,158,255,.3);color:#4a9eff;padding:4px 8px;font-size:11px;border-radius:4px;cursor:pointer;transition:all .2s}.gamepedia-cat-btn:hover{background:#4a9eff33;border-color:#4a9eff80}.gamepedia-cat-btn.active{background:#4a9eff;color:#fff;border-color:#4a9eff}.gamepedia-topic-list{display:flex;flex-direction:column;gap:2px;overflow-y:auto;max-height:calc(100vh - 350px)}.gamepedia-list-category{font-size:10px;text-transform:uppercase;letter-spacing:.5px;color:#888;padding:8px 8px 4px;font-weight:600}.gamepedia-topic-item{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:8px 10px;background:transparent;border:1px solid transparent;border-radius:4px;cursor:pointer;transition:background .15s,border-color .15s;text-align:left;width:100%;color:inherit}.gamepedia-topic-item:hover{background:#4a9eff14;border-color:#4a9eff33}.gamepedia-topic-item.selected{background:#d4850a1a;border-color:#d4850a}.gamepedia-topic-title{font-size:13px;font-weight:600;color:#eee}.gamepedia-topic-summary{font-size:11px;color:#888;line-height:1.3}.gamepedia-empty{color:#666;font-style:italic;padding:16px 8px;font-size:13px}.gamepedia-main{flex:1;background:#0a0a12;border-radius:8px;padding:24px;overflow-y:auto;max-height:calc(100vh - 200px);border:1px solid #12121e;min-width:0}.gamepedia-welcome{display:flex;flex-direction:column;gap:20px}.gamepedia-welcome h2{color:#d4850a;margin:0 0 4px;font-size:24px}.gamepedia-welcome p{color:#aaa;font-size:14px;line-height:1.6;margin:0}.gamepedia-welcome-section h4{color:#4a9eff;margin:0 0 8px;font-size:13px;text-transform:uppercase;letter-spacing:.5px}.gamepedia-welcome-links{display:flex;flex-wrap:wrap;gap:6px}.gamepedia-link{background:transparent;border:none;color:#4a9eff;cursor:pointer;font-size:13px;padding:4px 10px;border-radius:4px;transition:background .15s,color .15s}.gamepedia-link:hover{background:#4a9eff26;color:#6db3ff}.gamepedia-breadcrumb{display:flex;align-items:center;gap:2px;margin-bottom:16px;font-size:12px;color:#888}.gamepedia-breadcrumb .gamepedia-link{font-size:12px;padding:2px 4px}.gamepedia-article-title{color:#d4850a;margin:0 0 8px;font-size:22px}.gamepedia-article-summary{color:#aaa;font-size:14px;line-height:1.5;margin:0 0 20px;padding-bottom:16px;border-bottom:1px solid #12121e;overflow-wrap:break-word}.gamepedia-section-heading{color:#4a9eff;font-size:16px;margin:24px 0 10px}.gamepedia-paragraph{color:#ccc;font-size:14px;line-height:1.6;margin:0 0 10px;overflow-wrap:break-word}.gamepedia-table{width:100%;border-collapse:collapse;margin:12px 0 20px;font-size:13px;display:block;overflow-x:auto}.gamepedia-table th{text-align:left;padding:8px 12px;background:#4a9eff1a;color:#4a9eff;font-weight:600;border-bottom:2px solid #12121e;word-break:break-word}.gamepedia-table td{padding:8px 12px;color:#ccc;border-bottom:1px solid rgba(255,255,255,.05);word-break:break-word}.gamepedia-table tr:hover td{background:#ffffff05}.gamepedia-related{margin-top:32px;padding-top:20px;border-top:1px solid #12121e;font-size:13px;line-height:1.8}.gamepedia-related-label{color:#888}.gamepedia-see-also-link{background:none;border:none;color:#4a9eff;cursor:pointer;font-size:13px;padding:0;text-decoration:underline;text-decoration-color:#4a9eff4d;text-underline-offset:2px}.gamepedia-see-also-link:hover{color:#6db3ff;text-decoration-color:#6db3ff;background:none}.gamepedia-mobile-header,.mobile-header-bar,.mobile-drawer-overlay,.mobile-drawer{display:none}@media(max-width:1200px){.game-content-grid{grid-template-columns:200px 1fr}.right-sidebar{display:none}.ship-header{display:block}.swarm-layout{grid-template-columns:240px 1fr;grid-template-areas:"header header" "mobile-header mobile-header" "left main" "footer footer"}.swarm-layout>.right-sidebar{display:none}.map-tab-button{display:inline-block}}@media(max-width:900px){body{overflow:auto;overflow-x:hidden;height:auto;min-height:100vh;padding:0}#app{max-width:100%}.game-content-grid{grid-template-columns:1fr}.left-sidebar,.right-sidebar{display:none}.swarm-layout{grid-template-columns:1fr;grid-template-rows:auto auto 1fr auto;grid-template-areas:"header" "mobile-header" "main" "footer";height:auto;min-height:100vh}.swarm-layout>.left-sidebar,.swarm-layout>.right-sidebar{display:none}.swarm-layout>.main-panel{max-height:none;overflow-y:auto}.swarm-mobile-header{display:flex;grid-area:mobile-header;align-items:center;padding:8px 12px;background:#0006;border-radius:0;border-bottom:1px solid var(--border-color, #2a2a3a);flex-wrap:wrap;gap:8px 12px}.swarm-mobile-header .mobile-hamburger{background:transparent;border:1px solid var(--border-color, #2a2a3a);color:var(--text-primary, #eee);font-size:20px;padding:10px 12px;border-radius:4px;cursor:pointer;flex-shrink:0;line-height:1;min-height:44px}.swarm-mobile-header .mobile-hamburger:hover{background:#ffffff1a;border-color:var(--text-muted, #888)}.swarm-mobile-header .mobile-header-stat{display:flex;align-items:center;gap:4px;font-size:12px;white-space:nowrap}.swarm-mobile-header .mobile-header-label{color:var(--text-muted, #888);font-size:10px;font-weight:600;text-transform:uppercase}.swarm-mobile-header .mobile-header-value{color:var(--accent-blue, #4a9eff);font-weight:700;font-size:13px}.swarm-mobile-header .mobile-header-playpause{background:#4a9eff33;border:1px solid var(--accent-blue, #4a9eff);color:var(--accent-blue, #4a9eff);font-size:16px;padding:10px 14px;border-radius:4px;cursor:pointer;flex-shrink:0;line-height:1;min-height:44px;margin-left:auto}.swarm-mobile-header .mobile-header-playpause:hover{background:#4a9eff4d}.swarm-mobile-header .mobile-header-info-row{display:flex;align-items:center;justify-content:space-between;flex-basis:100%;padding-top:6px;border-top:1px solid rgba(255,255,255,.08);gap:8px}.swarm-mobile-header .mobile-header-date{color:var(--accent-blue, #4a9eff);font-size:11px;font-weight:600;white-space:nowrap;flex-shrink:0}.swarm-drawer-overlay{display:block;position:fixed;inset:0;background:#0009;z-index:9998;opacity:0;pointer-events:none;transition:opacity .3s ease}.swarm-drawer-overlay.open{opacity:1;pointer-events:auto}.swarm-drawer{display:block;position:fixed;top:0;left:0;bottom:0;width:280px;max-width:85vw;background:var(--bg-container, #0d0d18);z-index:9999;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto;padding:16px;box-shadow:4px 0 20px #00000080}.swarm-drawer.open{transform:translate(0)}.swarm-drawer-close{position:absolute;top:12px;right:12px;background:transparent;border:1px solid var(--border-color, #2a2a3a);color:var(--text-secondary, #aaa);font-size:18px;padding:8px 12px;border-radius:4px;cursor:pointer;line-height:1;z-index:1;min-height:44px}.swarm-drawer-close:hover{background:#ffffff1a;color:var(--text-primary, #eee)}.swarm-drawer .left-sidebar{display:flex;flex-direction:column;gap:1.5rem;max-height:none;background:transparent;padding:0;margin-top:36px;border-right:none}.swarm-header{padding:.5rem .75rem}.swarm-header h1{font-size:1rem}.swarm-header img{height:28px}.swarm-footer{display:none}.swarm-layout>.main-panel{overflow-x:hidden}.swarm-layout>.main-panel table{font-size:.78rem}.swarm-tab-bar{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;gap:4px}.swarm-tab-bar::-webkit-scrollbar{display:none}.swarm-tab-bar button{min-height:44px;padding:.5rem 1rem;flex-shrink:0;white-space:nowrap;font-size:13px}.mobile-header-bar{display:flex;align-items:center;gap:12px;padding:8px 12px;background:#0006;border-radius:6px;margin-bottom:12px;border:1px solid #333}.mobile-hamburger{background:transparent;border:1px solid #555;color:#eee;font-size:20px;padding:4px 10px;border-radius:4px;cursor:pointer;flex-shrink:0;line-height:1}.mobile-hamburger:hover{background:#ffffff1a;border-color:#888}.mobile-header-stat{display:flex;align-items:center;gap:4px;font-size:12px;white-space:nowrap}.mobile-header-label{color:#888;font-size:10px;font-weight:600;text-transform:uppercase}.mobile-header-value{color:#4a9eff;font-weight:700;font-size:13px}.mobile-header-playpause{background:#4a9eff33;border:1px solid #4a9eff;color:#4a9eff;font-size:16px;padding:4px 12px;border-radius:4px;cursor:pointer;flex-shrink:0;line-height:1}.mobile-header-playpause:hover{background:#4a9eff4d}.mobile-header-bar{flex-wrap:wrap;gap:8px 12px}.mobile-header-rate{font-size:10px;font-weight:600;margin-left:2px}.mobile-header-fuel-status{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.mobile-header-info-row{display:flex;align-items:center;justify-content:space-between;flex-basis:100%;padding-top:6px;border-top:1px solid rgba(255,255,255,.08);gap:8px}.mobile-header-date{color:#4a9eff;font-size:11px;font-weight:600;white-space:nowrap;flex-shrink:0}.mobile-header-location{color:#ccc;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;text-align:center}.mobile-header-speed{display:flex;gap:3px;flex-shrink:0}.mobile-speed-btn{padding:3px 8px;font-size:11px;font-weight:700;border-radius:3px;border:1px solid #666;background:#0000004d;color:#aaa;cursor:pointer;line-height:1;min-height:24px}.mobile-speed-btn.active{background:#4a9eff;border-color:#4a9eff;color:#fff}.mobile-speed-btn:active{transform:scale(.93)}button,.tab-button,.shop-tab,select,.filter-btn,.gamepedia-cat-btn,.gamepedia-topic-item{min-height:44px}.mobile-hamburger{padding:10px 12px}.mobile-header-playpause{padding:10px 14px}.crew-list-item{min-height:44px}button.small-button{min-height:44px;padding:8px 12px;font-size:12px}.room-action-btn{min-height:44px;padding:8px 12px}.crew-select{min-height:44px}.mobile-drawer-overlay{display:block;position:fixed;inset:0;background:#0009;z-index:9998;opacity:0;pointer-events:none;transition:opacity .3s ease}.mobile-drawer-overlay.open{opacity:1;pointer-events:auto}.mobile-drawer{display:block;position:fixed;top:0;left:0;bottom:0;width:280px;max-width:85vw;background:#0d0d18;z-index:9999;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto;padding:16px;box-shadow:4px 0 20px #00000080}.mobile-drawer.open{transform:translate(0)}.mobile-drawer-close{position:absolute;top:12px;right:12px;background:transparent;border:1px solid #555;color:#aaa;font-size:18px;padding:2px 8px;border-radius:4px;cursor:pointer;line-height:1;z-index:1}.mobile-drawer-close:hover{background:#ffffff1a;color:#eee}.mobile-drawer .left-sidebar{display:block;max-height:none;background:transparent;padding:0;margin-top:36px}.tab-bar{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;gap:4px;padding-top:12px}.tab-bar::-webkit-scrollbar{display:none}.tab-button{padding:8px 14px;font-size:13px;flex-shrink:0;white-space:nowrap}.crew-list-detail{flex-direction:column;min-height:auto}.crew-list-panel{width:100%;flex-shrink:initial}.crew-list{flex-direction:row;flex-wrap:wrap;gap:6px}.crew-list-item{flex:1 1 auto;min-width:120px}.room-grid{grid-template-columns:repeat(2,1fr);gap:8px}.persistent-info{flex-wrap:wrap;gap:8px}.persistent-info-left{gap:1rem}.ship-status-banner{flex-direction:column;gap:8px;text-align:center}.quest-card{display:flex;flex-direction:column}.quest-title{order:1;font-size:16px}.quest-description{order:2}.quest-payment{order:3}.quest-buttons{order:4}.quest-details-toggle{display:block;order:5;background:transparent;border:1px solid #444;color:#888;padding:6px 8px;font-size:12px;border-radius:4px;cursor:pointer;margin-top:8px;text-align:center;width:100%}.quest-details-toggle:active{background:#ffffff0d}.quest-card-header{flex-wrap:wrap}.quest-details{order:6;margin-top:8px;margin-bottom:0;display:none}.quest-details.quest-details-expanded{display:flex}.quest-warnings{order:7}.quest-reason{order:8}.nav-map{height:300px}.game-header h1{font-size:22px;margin-bottom:12px}.game-header img{max-height:60px}.staging-crew-row{flex-direction:column;gap:8px;align-items:stretch}.staging-crew-assign{min-width:auto;width:100%}.toast-container{right:1rem;bottom:1rem;max-width:calc(100vw - 2rem)}.toast{min-width:250px}.log-entry{flex-direction:column;gap:4px}.log-timestamp{min-width:auto;font-size:11px}.contract-actions{flex-direction:column}.game-container{overflow-x:hidden}.game-header h1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.date-header-global{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.ship-capabilities-grid{grid-template-columns:1fr}.fleet-row-location{flex-basis:100%}.fleet-row-bottom{flex-wrap:wrap}.fleet-row-stat{min-width:0}.fleet-row-activity{overflow:hidden;text-overflow:ellipsis;max-width:60vw}.fleet-row--compact .fleet-row-bottom{display:none}.fleet-row--compact .fleet-row-activity{font-size:.7rem;max-width:none}.fleet-reachability-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.fleet-comparison-grid{grid-template-columns:1fr}.gamepedia-tab{position:fixed;inset:0;z-index:1000;background:#0a0a12;padding:16px;flex-direction:column;min-height:auto;overflow-y:auto}.gamepedia-sidebar{width:100%;flex-shrink:0}.gamepedia-topic-list{max-height:200px}.gamepedia-main{max-height:none;flex:1;overflow-y:auto}.gamepedia-mobile-header{display:block;margin-bottom:12px}.gamepedia-back-btn{background:#4a9eff33;border:1px solid #4a9eff;color:#4a9eff;padding:10px 14px;font-size:14px;border-radius:6px;cursor:pointer;width:100%;font-weight:600}.gamepedia-back-btn:hover{background:#4a9eff4d}}@media(max-width:600px){.swarm-header{padding:.4rem .5rem}.swarm-header h1{font-size:.9rem}.swarm-header img{height:24px}.swarm-layout>.main-panel{padding:.5rem}.swarm-mobile-header{gap:6px 8px;padding:6px 8px}.swarm-mobile-header .mobile-header-stat{font-size:11px}.swarm-mobile-header .mobile-header-value{font-size:12px}.swarm-mobile-header .mobile-header-info-row{font-size:10px;padding-top:4px;gap:6px}.swarm-mobile-header .mobile-header-date{font-size:10px}.getting-started-banner{flex-wrap:wrap;gap:8px;padding:8px 12px}.getting-started-banner-text{font-size:13px;flex-basis:calc(100% - 32px)}.getting-started-banner-dismiss{order:-1;margin-left:auto}body{padding:8px}.game-container{padding:12px;border-radius:4px}.game-header h1{font-size:18px;margin-bottom:8px}.game-header img{max-height:50px}.mobile-header-bar{gap:6px 8px;padding:6px 8px}.mobile-header-stat{font-size:11px}.mobile-header-value{font-size:12px}.mobile-header-rate{font-size:9px}.mobile-header-info-row{font-size:10px;padding-top:4px;gap:6px}.mobile-header-date,.mobile-header-location{font-size:10px}.mobile-speed-btn{padding:2px 6px;font-size:10px}.tab-button{padding:8px 10px;font-size:12px}.tab-bar{margin-bottom:12px}.room-grid{grid-template-columns:1fr;gap:8px}.equipment-slots,.ship-specs{grid-template-columns:1fr}.nav-map{height:min(350px,50vh)}.nav-selection-overlay{bottom:32px;left:4px;right:4px}.nav-selection-overlay-content{max-height:160px}.quest-card{padding:12px}.quest-title,.quest-payment{font-size:14px}.status-bar{flex-wrap:wrap;gap:8px;padding:12px}.status-value{font-size:16px}.persistent-info{flex-direction:column;gap:6px;padding:8px 12px}.persistent-info-left{flex-wrap:wrap;gap:.5rem}.tabbed-view,.ship-tab{padding:4px 0}.engine-specs{gap:6px;font-size:11px}.ship-class-stats{flex-wrap:wrap;gap:8px}.ship-class-option{padding:12px}.button-row{flex-direction:column;gap:8px}.wizard,.catchup-report{padding:16px}.catchup-header h3{font-size:16px}.toast{min-width:auto;padding:.75rem 1rem}.toast-container{right:.5rem;bottom:.5rem;max-width:calc(100vw - 1rem)}.log-list{max-height:400px}.fleet-row{padding:.4rem;font-size:.8rem}.fleet-row-bottom{gap:.4rem;font-size:.7rem;flex-wrap:wrap}.fleet-row-location{flex-basis:100%}.fleet-row-stat{font-size:.65rem;min-width:0}.fleet-row-activity{font-size:.65rem;max-width:50vw}.fleet-row-minibar{width:40px;margin-left:0}.fleet-row-flight-pct{white-space:normal;flex-shrink:1}.fleet-row--compact{padding:.3rem .4rem;font-size:.75rem}.fleet-row--compact .fleet-row-name{font-size:.75rem}.fleet-row--compact .fleet-row-activity{font-size:.65rem}.version-badge{font-size:8px;padding:2px 6px}.crew-detail-header h2{font-size:18px}.log-filter-bar{display:flex;flex-wrap:wrap;gap:4px}.filter-btn{padding:.3rem .6rem;font-size:.75rem}.ship-header{margin-bottom:16px;padding-bottom:12px}.data-table th,.data-table td{padding:8px;font-size:13px}.navigation-view{padding:12px}.nav-header{margin-bottom:12px;padding-bottom:8px}.equipment-item{flex-direction:column;align-items:flex-start;gap:8px}.cargo-item{flex-wrap:wrap;gap:8px}.gamepedia-main{padding:16px}.gamepedia-article-title{font-size:18px}.gamepedia-section-heading{font-size:14px}.gamepedia-table{font-size:11px}.gamepedia-table th,.gamepedia-table td{padding:6px 8px}.gamepedia-category-bar{gap:3px}.gamepedia-cat-btn{padding:3px 6px;font-size:10px}.gamepedia-topic-list{max-height:150px}html,body,#app{overflow-x:hidden}}
