@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Inter:wght@400;500;600&display=swap");:root{--brand-navy:#050505;--brand-navy-light:#161616;--brand-slate:#2a2a2a;--brand-accent:#111;--brand-accent-hover:#000;--brand-gold:#f59e0b;--surface-base:#fff;--surface-raised:#f8fafc;--surface-sunken:#f1f5f9;--surface-overlay:rgba(15,23,41,.85);--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--text-inverse:#fff;--status-danger:#ef4444;--status-warning:#f59e0b;--status-success:#22c55e;--status-info:#3b82f6;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text-primary);background:var(--surface-base);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:Manrope,sans-serif;font-weight:700}.hero-panel{background:linear-gradient(135deg,#040404,#1a1a1a);color:var(--text-inverse);border-radius:var(--radius-xl);padding:2rem 2.5rem;margin-bottom:1.5rem;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.04)}.hero-panel h1{font-size:1.75rem;font-weight:800;margin-bottom:.5rem}.hero-panel .subtitle{color:var(--text-muted);font-size:.95rem}.eyebrow{font-family:Manrope,sans-serif;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.5rem}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}.kpi-card{background:var(--surface-raised);border:1px solid #e2e8f0;border-radius:var(--radius-md);padding:1.25rem;text-align:center}.kpi-card .kpi-value{font-family:Manrope,sans-serif;font-size:2rem;font-weight:800;color:var(--text-primary)}.kpi-card .kpi-label{font-size:.8rem;color:var(--text-secondary);margin-top:.25rem}.section-title{font-size:1.1rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.command-note{background:var(--surface-sunken);border-left:3px solid var(--brand-accent);padding:.75rem 1rem;border-radius:0 var(--radius-sm) var(--radius-sm) 0;font-size:.85rem;color:var(--text-secondary);margin-bottom:1rem}.tone-warning{background:#fef3c7;color:#92400e}.tone-danger,.tone-warning{padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600}.tone-danger{background:#fee2e2;color:#991b1b}.tone-success{background:#dcfce7;color:#166534}.tone-info,.tone-success{padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600}.tone-info{background:#dbeafe;color:#1e40af}.button-primary{background:var(--brand-accent);color:#fff;border:none;padding:.625rem 1.25rem;border-radius:var(--radius-sm);font-weight:600;font-size:.875rem;cursor:pointer;transition:background .15s}.button-primary:hover{background:var(--brand-accent-hover)}.button-soft{background:var(--surface-raised);color:var(--text-primary);border:1px solid #e2e8f0;padding:.625rem 1.25rem;border-radius:var(--radius-sm);font-weight:500;font-size:.875rem;cursor:pointer;transition:background .15s}.button-soft:hover{background:var(--surface-sunken)}.card{background:var(--surface-base);border:1px solid #e2e8f0;border-radius:var(--radius-md);padding:1.5rem;margin-bottom:1rem}.app-shell{display:flex;min-height:100vh}.sidebar{width:260px;background:linear-gradient(180deg,#050505,#101010);color:var(--text-inverse);padding:1.5rem 1rem;display:flex;flex-direction:column;gap:.25rem;position:fixed;top:0;left:0;bottom:0}.sidebar-logo{font-family:Manrope,sans-serif;font-size:1.25rem;font-weight:800;padding:.5rem .75rem;margin-bottom:1.5rem}.sidebar-link{display:block;color:var(--text-muted);text-decoration:none;padding:.625rem .75rem;border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;transition:all .15s}.sidebar-link.active,.sidebar-link:hover{background:hsla(0,0%,100%,.08);color:var(--text-inverse)}.main-content{margin-left:260px;flex:1 1;padding:2rem;max-width:1200px}@media (max-width:768px){.sidebar{display:none}.main-content{margin-left:0;padding:1rem}.kpi-grid{grid-template-columns:repeat(2,1fr)}}