body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--bg:#0e1117;--panel:#161b22;--panel-hover:#1c2330;--border:#30363d;--border-light:#21262d;--green:#3fb950;--green-dim:#238636;--green-dark:#1a4a26;--yellow:#d29922;--yellow-dim:#8a6914;--red:#f85149;--red-dim:#7a1f1c;--blue:#58a6ff;--blue-dim:#1f3a5c;--purple:#bc8cff;--text:#e6edf3;--text-muted:#7d8590;--text-dim:#484f58;--radius:6px;--radius-sm:4px}*{box-sizing:border-box;margin:0;padding:0}body{background:#0e1117;background:var(--bg);color:#e6edf3;color:var(--text);font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:14px;line-height:1.5;min-height:100vh;overflow:hidden}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:#0e1117;background:var(--bg)}::-webkit-scrollbar-thumb{background:#30363d;background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#7d8590;background:var(--text-muted)}.game-root{flex-direction:column;height:100vh}.game-body,.game-root{display:flex;overflow:hidden}.game-body{flex:1 1;flex-direction:column}.hud{align-items:center;background:#161b22;background:var(--panel);border-bottom:1px solid #30363d;border-bottom:1px solid var(--border);display:flex;flex-shrink:0;gap:0;height:48px;padding:0 16px;z-index:100}.hud-brand{color:#3fb950;color:var(--green);font-size:15px;font-weight:700;letter-spacing:.04em;margin-right:16px;white-space:nowrap}.hud-stats{display:flex;flex:1 1;gap:6px;overflow:hidden}.hud-stat{align-items:center;background:#21262d;background:var(--border-light);border:1px solid #30363d;border:1px solid var(--border);border-radius:4px;border-radius:var(--radius-sm);display:flex;font-size:12px;gap:5px;padding:3px 10px;white-space:nowrap}.hud-stat .stat-label{color:#7d8590;color:var(--text-muted)}.hud-stat .stat-value{color:#e6edf3;color:var(--text);font-weight:600}.hud-stat .stat-value.positive{color:#3fb950;color:var(--green)}.hud-stat .stat-value.warning{color:#d29922;color:var(--yellow)}.hud-stat .stat-value.danger{color:#f85149;color:var(--red)}.hud-controls{align-items:center;display:flex;gap:6px;margin-left:12px}.speed-btn{background:#21262d;background:var(--border-light);border:1px solid #30363d;border:1px solid var(--border);border-radius:4px;border-radius:var(--radius-sm);color:#7d8590;color:var(--text-muted);cursor:pointer;font-size:12px;padding:3px 8px;transition:all .15s}.speed-btn:hover{background:#1c2330;background:var(--panel-hover);color:#e6edf3;color:var(--text)}.speed-btn.active{border-color:#3fb950;border-color:var(--green)}.pause-btn,.speed-btn.active{background:#238636;background:var(--green-dim);color:#e6edf3;color:var(--text)}.pause-btn{border:1px solid #3fb950;border:1px solid var(--green);border-radius:4px;border-radius:var(--radius-sm);cursor:pointer;font-size:14px;font-weight:700;padding:4px 12px;transition:all .15s}.pause-btn:hover{background:#3fb950;background:var(--green)}.pause-btn.paused{background:#8a6914;background:var(--yellow-dim);border-color:#d29922;border-color:var(--yellow)}.pause-btn.paused:hover{background:#d29922;background:var(--yellow)}.alert-badge{background:#21262d;background:var(--border-light);border:1px solid #30363d;border:1px solid var(--border);border-radius:4px;border-radius:var(--radius-sm);color:#7d8590;color:var(--text-muted);cursor:pointer;font-size:13px;padding:3px 8px;position:relative}.alert-badge.has-alerts{border-color:#d29922;border-color:var(--yellow);color:#d29922;color:var(--yellow)}.alert-badge .badge-count{background:#f85149;background:var(--red);border-radius:8px;color:#fff;font-size:10px;font-weight:700;min-width:16px;padding:0 4px;position:absolute;right:-4px;text-align:center;top:-4px}.nav-tabs{background:#161b22;background:var(--panel);border-bottom:1px solid #30363d;border-bottom:1px solid var(--border);display:flex;flex-shrink:0;gap:2px;padding:0 16px}.nav-tab{align-items:center;background:none;border:none;border-bottom:2px solid #0000;color:#7d8590;color:var(--text-muted);cursor:pointer;display:flex;font-size:13px;gap:6px;padding:8px 16px;transition:all .15s;white-space:nowrap}.nav-tab:hover{color:#e6edf3;color:var(--text)}.nav-tab.active{border-bottom-color:#3fb950;border-bottom-color:var(--green);color:#3fb950;color:var(--green)}.screen{flex:1 1;overflow-x:hidden;overflow-y:auto;padding:16px}.panel{background:#161b22;background:var(--panel);border:1px solid #30363d;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius);padding:14px}.panel-title{color:#7d8590;color:var(--text-muted);font-size:12px;font-weight:600;letter-spacing:.06em;margin-bottom:10px;text-transform:uppercase}.btn{align-items:center;border:1px solid #0000;border-radius:4px;border-radius:var(--radius-sm);cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:6px 14px;transition:all .15s;white-space:nowrap}.btn:disabled{cursor:not-allowed;opacity:.4}.btn-primary{background:#238636;background:var(--green-dim);border-color:#3fb950;border-color:var(--green);color:#e6edf3;color:var(--text)}.btn-primary:hover:not(:disabled){background:#3fb950;background:var(--green)}.btn-secondary{background:#21262d;background:var(--border-light);border-color:#30363d;border-color:var(--border);color:#7d8590;color:var(--text-muted)}.btn-secondary:hover:not(:disabled){background:#1c2330;background:var(--panel-hover);color:#e6edf3;color:var(--text)}.btn-danger{background:#7a1f1c;background:var(--red-dim);border-color:#f85149;border-color:var(--red);color:#e6edf3;color:var(--text)}.btn-danger:hover:not(:disabled){background:#f85149;background:var(--red)}.btn-warn{background:#8a6914;background:var(--yellow-dim);border-color:#d29922;border-color:var(--yellow);color:#e6edf3;color:var(--text)}.btn-warn:hover:not(:disabled){background:#d29922;background:var(--yellow);color:#000}.btn-sm{font-size:11px;padding:3px 8px}.progress-bar{background:#21262d;background:var(--border-light);border-radius:3px;height:6px;overflow:hidden}.progress-bar .fill{border-radius:3px;height:100%;transition:width .3s ease}.progress-bar.lg{height:10px}.progress-bar.sm{height:4px}.fill-green{background:#3fb950;background:var(--green)}.fill-yellow{background:#d29922;background:var(--yellow)}.fill-red{background:#f85149;background:var(--red)}.fill-blue{background:#58a6ff;background:var(--blue)}.fill-purple{background:#bc8cff;background:var(--purple)}.stat-row{align-items:center;display:flex;font-size:12px;justify-content:space-between;padding:3px 0}.stat-row .lbl{color:#7d8590;color:var(--text-muted)}.alert-pill,.stat-row .val{font-weight:600}.alert-pill{align-items:center;border-radius:10px;display:inline-flex;font-size:11px;gap:4px;padding:2px 7px}.alert-pill.info{background:#1f3a5c;background:var(--blue-dim);border:1px solid #58a6ff;border:1px solid var(--blue);color:#58a6ff;color:var(--blue)}.alert-pill.warning{background:#8a6914;background:var(--yellow-dim);border:1px solid #d29922;border:1px solid var(--yellow);color:#d29922;color:var(--yellow)}.alert-pill.high{background:#7a1f1c;background:var(--red-dim)}.alert-pill.critical,.alert-pill.high{border:1px solid #f85149;border:1px solid var(--red);color:#f85149;color:var(--red)}.alert-pill.critical{animation:pulse 1s infinite;background:#4a0000}.alert-pill.success{background:#1a4a26;background:var(--green-dark);border:1px solid #3fb950;border:1px solid var(--green);color:#3fb950;color:var(--green)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#000000b3;display:flex;inset:0;justify-content:center;position:fixed;z-index:999}.modal-box{background:#161b22;background:var(--panel);border:1px solid #30363d;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius);box-shadow:0 16px 48px #0009;max-height:80vh;max-width:520px;overflow-y:auto;padding:20px;width:90%}.modal-header{align-items:center;border-bottom:1px solid #30363d;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;margin-bottom:16px;padding-bottom:12px}.modal-title{font-size:16px;font-weight:700}.modal-close{background:none;border:none;border-radius:4px;border-radius:var(--radius-sm);color:#7d8590;color:var(--text-muted);cursor:pointer;font-size:18px;padding:2px 6px}.modal-close:hover{background:#21262d;background:var(--border-light);color:#e6edf3;color:var(--text)}.modal-footer{border-top:1px solid #30363d;border-top:1px solid var(--border);display:flex;gap:8px;justify-content:flex-end;margin-top:16px;padding-top:12px}.iso-container{align-items:flex-start;display:flex;justify-content:center;min-height:340px;padding:20px 0}.iso-grid{grid-gap:24px 40px;display:grid;gap:24px 40px;grid-template-columns:repeat(2,200px);grid-template-rows:repeat(2,120px);transform:perspective(600px) rotateX(20deg) rotate(-5deg);transform-origin:center center}.iso-room-wrapper{cursor:pointer;height:120px;position:relative;transition:transform .2s;width:200px}.iso-room-wrapper:hover{transform:translateY(-4px) scale(1.02)}.iso-room-wrapper.selected{transform:translateY(-6px) scale(1.03)}.iso-room-wrapper.locked{cursor:default;filter:grayscale(.5);opacity:.55}.iso-room-wrapper.locked:hover{transform:none}.iso-floor{border:1px solid #30363d;border:1px solid var(--border);border-radius:8px;box-shadow:0 6px 20px #00000080,inset 0 1px 0 #ffffff0d;display:flex;flex-direction:column;inset:0;overflow:hidden;position:absolute}.iso-floor.greenhouse{background:linear-gradient(135deg,#1a2e1a,#0f1a0f);border-color:#2a4a2a}.iso-floor.indoor{background:linear-gradient(135deg,#1a1a2e,#0f0f1a);border-color:#2a2a4a}.iso-floor.industrial{background:linear-gradient(135deg,#2e2a1a,#1a160f);border-color:#4a3a2a}.iso-floor.locked-room{background:linear-gradient(135deg,#1a1a1a,#111);border-color:#333}.iso-floor.light-on:after{background:radial-gradient(ellipse at 50% 30%,#ffc85014 0,#0000 70%);content:"";inset:0;pointer-events:none;position:absolute}.iso-room-header{align-items:center;background:#0000004d;display:flex;flex-shrink:0;justify-content:space-between;padding:6px 8px 4px}.iso-room-name{color:#e6edf3;color:var(--text);font-size:11px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.iso-room-stage{color:#7d8590;color:var(--text-muted);font-size:10px;margin-left:4px;white-space:nowrap}.iso-room-body{align-items:center;display:flex;flex:1 1;gap:4px;justify-content:center;padding:4px;position:relative}.iso-plant-grid{grid-gap:2px;display:grid;gap:2px;grid-template-columns:repeat(2,1fr)}.iso-plant{filter:drop-shadow(0 2px 3px rgba(0,0,0,.5));height:28px;image-rendering:pixelated;image-rendering:crisp-edges;transition:filter .3s;width:28px}.iso-plant.stressed{filter:drop-shadow(0 0 4px rgba(255,80,80,.6)) sepia(.4)}.iso-plant.healthy{filter:drop-shadow(0 2px 3px rgba(0,0,0,.5))}.iso-equip-row{bottom:4px;display:flex;gap:3px;position:absolute;right:6px}.iso-equip-icon{height:18px;image-rendering:pixelated;opacity:.7;width:18px}.iso-equip-icon.degraded{filter:sepia(1) hue-rotate(320deg);opacity:1}.iso-room-footer{background:#0000004d;flex-shrink:0;padding:3px 8px 5px}.iso-health-bar{background:#21262d;background:var(--border-light);border-radius:2px;height:3px;margin-bottom:3px;overflow:hidden}.iso-health-fill{border-radius:2px;height:100%;transition:width .5s}.iso-alerts{display:flex;flex-wrap:wrap;gap:3px}.iso-alert-dot{border-radius:50%;height:6px;width:6px}.iso-alert-dot.high{background:#f85149;background:var(--red);box-shadow:0 0 4px #f85149;box-shadow:0 0 4px var(--red)}.iso-alert-dot.medium{background:#d29922;background:var(--yellow)}.iso-alert-dot.critical{animation:pulse .8s infinite;background:#f85149;background:var(--red)}.iso-alert-dot.info{background:#58a6ff;background:var(--blue)}.iso-locked-overlay{align-items:center;color:#7d8590;color:var(--text-muted);display:flex;flex-direction:column;gap:4px;height:100%;justify-content:center}.iso-locked-overlay .lock-icon{font-size:20px}.iso-locked-overlay .lock-cost{color:#d29922;color:var(--yellow);font-size:11px;font-weight:600}.room-detail-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 340px;height:100%}.env-gauges{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.gauge-card{background:#21262d;background:var(--border-light);border:1px solid #30363d;border:1px solid var(--border);border-radius:4px;border-radius:var(--radius-sm);padding:10px 12px}.gauge-label{color:#7d8590;color:var(--text-muted);font-size:11px;letter-spacing:.05em;text-transform:uppercase}.gauge-value{font-size:22px;font-weight:700;margin:2px 0}.gauge-target{color:#7d8590;color:var(--text-muted);font-size:11px}.gauge-deviation{font-size:11px;font-weight:600}.gauge-deviation.ok{color:#3fb950;color:var(--green)}.gauge-deviation.warning{color:#d29922;color:var(--yellow)}.gauge-deviation.danger{color:#f85149;color:var(--red)}.recipe-control{align-items:center;display:flex;gap:6px;margin-top:6px}.recipe-control input[type=range]{accent-color:#3fb950;accent-color:var(--green);flex:1 1;height:4px}.recipe-control .range-val{font-size:12px;font-weight:600;min-width:38px;text-align:right}.batch-panel{background:#161b22;background:var(--panel);border:1px solid #30363d;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius);display:flex;flex-direction:column;gap:10px;padding:14px}.batch-stage-badge{align-items:center;border-radius:10px;display:inline-flex;font-size:12px;font-weight:700;gap:6px;padding:3px 10px;text-transform:capitalize}.batch-stage-badge.seedling{background:#1a2e1a;border:1px solid #3a5a3a;color:#7fe87f}.batch-stage-badge.vegetative{background:#1a4a26;background:var(--green-dark);border:1px solid #238636;border:1px solid var(--green-dim);color:#3fb950;color:var(--green)}.batch-stage-badge.flowering{background:#2a1a3a;border:1px solid #5a3a7a;color:#bc8cff;color:var(--purple)}.batch-stage-badge.harvest{background:#2a2400;border:1px solid #8a6914;border:1px solid var(--yellow-dim);color:#d29922;color:var(--yellow)}.batch-stage-badge.curing{background:#1a1a2e;border:1px solid #1f3a5c;border:1px solid var(--blue-dim);color:#58a6ff;color:var(--blue)}.worker-table{border-collapse:collapse;width:100%}.worker-table th{border-bottom:1px solid #30363d;border-bottom:1px solid var(--border);color:#7d8590;color:var(--text-muted);font-size:11px;font-weight:600;letter-spacing:.04em;padding:6px 8px;text-align:left;text-transform:uppercase}.worker-table td{border-bottom:1px solid #21262d;border-bottom:1px solid var(--border-light);font-size:13px;padding:8px;vertical-align:middle}.worker-table tr:last-child td{border-bottom:none}.worker-table tr:hover td{background:#1c2330;background:var(--panel-hover)}.worker-avatar{border-radius:4px;border-radius:var(--radius-sm);height:32px;image-rendering:pixelated;width:32px}.morale-bar,.worker-avatar{background:#21262d;background:var(--border-light)}.morale-bar{border-radius:3px;height:5px;overflow:hidden;width:60px}.morale-fill{border-radius:3px;height:100%}.type-badge{border-radius:8px;font-size:10px;font-weight:600;padding:2px 6px;text-transform:capitalize}.type-badge.trimmer{background:#1a3a2a;color:#7fe87f}.type-badge.grower{background:#1a4a26;background:var(--green-dark);color:#3fb950;color:var(--green)}.type-badge.scientist{background:#1a1a3a;color:#58a6ff;color:var(--blue)}.type-badge.security{background:#3a1a1a;color:#f85149;color:var(--red)}.type-badge.manager{background:#2a2a1a;color:#d29922;color:var(--yellow)}.price-ticker{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.price-card{background:#21262d;background:var(--border-light);border:1px solid #30363d;border:1px solid var(--border);border-radius:4px;border-radius:var(--radius-sm);min-width:110px;padding:8px 14px}.price-card .channel-label{color:#7d8590;color:var(--text-muted);font-size:11px;text-transform:uppercase}.price-card .channel-price{font-size:18px;font-weight:700}.price-card .channel-trend{font-size:11px}.price-card .channel-trend.up{color:#3fb950;color:var(--green)}.price-card .channel-trend.down{color:#f85149;color:var(--red)}.price-card .channel-trend.flat{color:#7d8590;color:var(--text-muted)}.price-card.illegal{border-color:#7a1f1c;border-color:var(--red-dim)}.inventory-row{grid-gap:8px;align-items:center;border-bottom:1px solid #21262d;border-bottom:1px solid var(--border-light);display:grid;font-size:13px;gap:8px;grid-template-columns:1fr 70px 70px 80px auto;padding:10px 8px}.inventory-row:last-child{border-bottom:none}.inventory-row:hover{background:#1c2330;background:var(--panel-hover);border-radius:4px;border-radius:var(--radius-sm)}.contract-card{background:#21262d;background:var(--border-light);border:1px solid #30363d;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius);margin-bottom:8px;padding:12px;transition:border-color .15s}.contract-card:hover{border-color:#238636;border-color:var(--green-dim)}.contract-card .contract-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:6px}.contract-card .contract-title{font-size:13px;font-weight:700}.contract-card .contract-deadline{color:#7d8590;color:var(--text-muted);font-size:11px}.contract-card .contract-deadline.urgent{color:#f85149;color:var(--red);font-weight:600}.contract-card .contract-details{color:#7d8590;color:var(--text-muted);display:flex;flex-wrap:wrap;font-size:12px;gap:10px}.contract-card .contract-details span{align-items:center;display:flex;gap:3px}.channel-dot{border-radius:50%;flex-shrink:0;height:8px;width:8px}.channel-dot.wholesale{background:#58a6ff;background:var(--blue)}.channel-dot.medical{background:#3fb950;background:var(--green)}.channel-dot.retail{background:#d29922;background:var(--yellow)}.channel-dot.blackmarket{background:#f85149;background:var(--red)}.tech-tree{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,1fr);padding:8px}.tech-branch-col{display:flex;flex-direction:column;gap:8px}.tech-branch-header{border-radius:4px;border-radius:var(--radius-sm);font-size:12px;font-weight:700;letter-spacing:.06em;padding:6px 10px;text-align:center;text-transform:uppercase}.tech-node{background:#21262d;background:var(--border-light);border:1px solid #30363d;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius);cursor:pointer;padding:10px;position:relative;transition:all .15s}.tech-node:hover:not(.locked-tech){background:#1c2330;background:var(--panel-hover);border-color:#238636;border-color:var(--green-dim)}.tech-node.unlocked{background:#1a4a26;background:var(--green-dark);border-color:#238636;border-color:var(--green-dim)}.tech-node.active-research{animation:pulse 1.5s infinite;border-color:#58a6ff;border-color:var(--blue)}.tech-node.locked-tech{cursor:not-allowed;opacity:.45}.tech-node-name{font-size:12px;font-weight:700;margin-bottom:3px}.tech-node-desc{color:#7d8590;color:var(--text-muted);font-size:11px;line-height:1.4}.tech-node-cost{display:flex;font-size:11px;gap:6px;margin-top:6px}.tech-node-cost .cost-cash{color:#d29922;color:var(--yellow)}.tech-node-cost .cost-rp{color:#58a6ff;color:var(--blue)}.tech-unlock-check{color:#3fb950;color:var(--green);font-size:14px;position:absolute;right:8px;top:8px}.research-progress-bar{background:#21262d;background:var(--border-light);border:1px solid #30363d;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius);margin-bottom:12px;padding:10px 14px}.research-progress-bar .rp-label{color:#7d8590;color:var(--text-muted);font-size:12px;margin-bottom:6px}.research-progress-bar .rp-title{font-size:14px;font-weight:700}.strain-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.strain-card{background:#21262d;background:var(--border-light);border:1px solid #30363d;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius);padding:12px;transition:all .15s}.strain-card:hover{background:#1c2330;background:var(--panel-hover)}.strain-card.unlocked-strain,.strain-card:hover{border-color:#238636;border-color:var(--green-dim)}.strain-card.locked-strain{opacity:.6}.strain-card-header{align-items:center;display:flex;gap:8px;margin-bottom:8px}.strain-card-name{font-size:14px;font-weight:700}.strain-card-tier{border-radius:6px;font-size:10px;font-weight:700;padding:1px 6px}.tier-1{background:#1a3a1a;color:#3fb950;color:var(--green)}.tier-2{background:#2a1a3a;color:#bc8cff;color:var(--purple)}.tier-3{background:#3a2a1a;color:#d29922;color:var(--yellow)}.strain-stat-row{display:flex;font-size:11px;justify-content:space-between;padding:2px 0}.strain-stat-row .lbl{color:#7d8590;color:var(--text-muted)}.strain-stat-row .val{font-weight:600}.notif-panel{bottom:16px;display:flex;flex-direction:column;gap:5px;max-height:240px;overflow-y:auto;position:fixed;right:16px;width:300px;z-index:500}.notif-item{align-items:flex-start;animation:slideIn .2s ease;background:#161b22;background:var(--panel);border:1px solid #30363d;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius);box-shadow:0 4px 12px #0006;display:flex;font-size:12px;gap:8px;justify-content:space-between;padding:8px 12px}.notif-item.info{border-left:3px solid #58a6ff;border-left:3px solid var(--blue)}.notif-item.success{border-left:3px solid #3fb950;border-left:3px solid var(--green)}.notif-item.warning{border-left:3px solid #d29922;border-left:3px solid var(--yellow)}.notif-item.critical,.notif-item.danger{border-left:3px solid #f85149;border-left:3px solid var(--red)}.notif-item.critical{background:#1a0808}.notif-dismiss{background:none;border:none;color:#484f58;color:var(--text-dim);cursor:pointer;flex-shrink:0;font-size:14px;padding:0 2px}.notif-dismiss:hover{color:#e6edf3;color:var(--text)}@keyframes slideIn{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.empty-state{align-items:center;color:#7d8590;color:var(--text-muted);display:flex;flex-direction:column;gap:8px;justify-content:center;padding:40px;text-align:center}.empty-state .empty-icon{font-size:36px;margin-bottom:4px}.empty-state .empty-title{color:#e6edf3;color:var(--text);font-size:15px;font-weight:700}.empty-state .empty-desc{font-size:12px;max-width:260px}.divider{border:none;border-top:1px solid #30363d;border-top:1px solid var(--border);margin:12px 0}.text-muted{color:#7d8590;color:var(--text-muted)}.text-green{color:#3fb950;color:var(--green)}.text-yellow{color:#d29922;color:var(--yellow)}.text-red{color:#f85149;color:var(--red)}.text-blue{color:#58a6ff;color:var(--blue)}.fw-600{font-weight:600}.fw-700{font-weight:700}.fs-11{font-size:11px}.fs-12{font-size:12px}.fs-13{font-size:13px}.gap-8{gap:8px}.flex,.flex-col{display:flex}.flex-col{flex-direction:column}.flex-1{flex:1 1}.items-center{align-items:center}.justify-between{justify-content:space-between}
/*# sourceMappingURL=main.f587f6d4.css.map*/