:root{--bg-primary:#0a0e17;--bg-secondary:#111827;--bg-card:#1a1f2e;--bg-card-hover:#242b3d;--bg-input:#1e2536;--text-primary:#e5e7eb;--text-secondary:#9ca3af;--text-muted:#6b7280;--text-accent:#60a5fa;--accent-primary:#3b82f6;--accent-secondary:#8b5cf6;--accent-gold:#f59e0b;--accent-cyan:#22d3ee;--status-operational:#22c55e;--status-manifested:#3b82f6;--status-planned:#818cf8;--status-lost:#ef4444;--status-grounded:#f97316;--status-decommissioned:#6b7280;--risk-critical:#ef4444;--risk-high:#f97316;--risk-medium:#facc15;--risk-low:#22c55e;--catalyst-launch:#3b82f6;--catalyst-earnings:#f59e0b;--catalyst-commercial:#22c55e;--catalyst-regulatory:#8b5cf6;--catalyst-deployment:#22d3ee;--catalyst-failure:#ef4444;--catalyst-partnership:#ec4899;--catalyst-milestone:#a78bfa;--border-primary:#374151;--border-secondary:#1f2937;--section-gap:2.5rem;--card-radius:12px;--card-padding:1.5rem;--font-mono:"SF Mono", "Fira Code", "Cascadia Code", monospace;--font-sans:-apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:var(--accent-primary);text-decoration:none}a:hover{text-decoration:underline}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border-primary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.card{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:var(--card-radius);padding:var(--card-padding);transition:border-color .2s,box-shadow .2s}.card:hover{border-color:var(--accent-primary);box-shadow:0 0 20px #3b82f614}.badge{text-transform:uppercase;letter-spacing:.5px;border-radius:9999px;align-items:center;gap:4px;padding:2px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.badge--operational{color:var(--status-operational);background:#22c55e26}.badge--manifested{color:var(--status-manifested);background:#3b82f626}.badge--planned{color:var(--status-planned);background:#818cf826}.badge--lost{color:var(--status-lost);background:#ef444426}.badge--grounded{color:var(--status-grounded);background:#f9731626}.badge--decommissioned{color:var(--status-decommissioned);background:#6b728026}.risk--critical{color:var(--risk-critical);background:#ef444426}.risk--high{color:var(--risk-high);background:#f9731626}.risk--medium{color:var(--risk-medium);background:#facc1526}.risk--low{color:var(--risk-low);background:#22c55e26}.section{margin-bottom:var(--section-gap)}.section-title{color:var(--text-primary);border-bottom:1px solid var(--border-secondary);align-items:center;gap:.75rem;margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1.25rem;font-weight:700;display:flex}.section-title svg{color:var(--accent-primary);flex-shrink:0}.grid-2{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}@media (width<=1024px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.mono{font-family:var(--font-mono)}.text-green{color:var(--status-operational)}.text-red{color:var(--status-lost)}.text-gold{color:var(--accent-gold)}.text-blue{color:var(--accent-primary)}.text-muted{color:var(--text-muted)}.text-secondary{color:var(--text-secondary)}
