:root{color:#e5edf7;background:#08111f;font-family:Inter,system-ui,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}.app{min-height:100vh;display:flex}.sidebar{background:#0d1930;border-right:1px solid #223047;width:280px;height:100vh;padding:24px;position:fixed}.brand{align-items:center;gap:14px;margin-bottom:30px;display:flex}.logo{background:linear-gradient(135deg,#3b82f6,#f97316);border-radius:14px;place-items:center;width:48px;height:48px;font-weight:800;display:grid}.brand span{color:#8ea0b8;font-size:13px;display:block}.nav{text-align:left;color:#9fb0c7;cursor:pointer;background:0 0;border:0;border-radius:10px;width:100%;margin:3px 0;padding:12px 14px;display:block}.nav:hover,.nav.active{color:#fff;background:#162642}main{flex:1;margin-left:280px}.topbar{background:#0a1425;border-bottom:1px solid #223047;justify-content:space-between;align-items:center;height:82px;padding:0 36px;display:flex}.topbar h1{font-size:22px}.auth{gap:10px;display:flex}button{color:#e5edf7;cursor:pointer;background:#111f36;border:1px solid #33445f;border-radius:10px;align-items:center;gap:8px;padding:10px 14px;display:inline-flex}button.primary{color:#111827;background:#f97316;border-color:#f97316;font-weight:700}section{padding:36px}.hero{grid-template-columns:1.5fr .8fr;align-items:center;gap:28px;display:grid}.hero h2{margin:0 0 18px;font-size:54px;line-height:1.02}.hero p{color:#a9b8cc;max-width:780px;font-size:18px}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-weight:700;color:#f97316!important;font-size:13px!important}.actions{gap:12px;margin-top:24px;display:flex}.hero-card,.panel,.card,.stat{background:#101d33;border:1px solid #263751;border-radius:18px;padding:24px}.hero-card li{color:#b8c6d8;margin:12px 0}.grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;display:grid}.card h3{margin:8px 0}.card p,.muted{color:#9fb0c7}.card-icon svg{color:#f97316}.narrow{max-width:440px}.panel input{color:#fff;background:#0b1628;border:1px solid #33445f;border-radius:10px;width:100%;margin:12px 0;padding:13px 14px;display:block}.stats{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px;margin:36px;display:grid}.stat span{color:#8ea0b8;display:block}.stat strong{margin-top:8px;font-size:28px;display:block}@media (width<=800px){.sidebar{width:100%;height:auto;position:relative}.app{display:block}main{margin-left:0}.hero{grid-template-columns:1fr}.hero h2{font-size:38px}}
