:root{color-scheme:dark;--text:#f6f1ea;--text-muted:rgba(246,241,234,0.55);--border:rgba(255,255,255,0.1);--success:#22c55e;--warning:#f59e0b;--danger:#ef4444;--accent:#22c55e}a{text-decoration:none;color:inherit}button{font-family:inherit}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,sans-serif;min-height:100vh;color:var(--text);background:radial-gradient(circle at top right,rgba(34,197,94,.18),transparent 26%),radial-gradient(circle at top left,rgba(245,158,11,.16),transparent 28%),linear-gradient(180deg,#0b0f0d,#050706)}main{padding:1rem 0 4rem}header.vendor-header,main{width:min(1120px,calc(100vw - 2rem));margin:0 auto}header.vendor-header{padding:1.25rem 0;justify-content:space-between;gap:1rem}.brand,header.vendor-header{display:flex;align-items:center}.brand{gap:.8rem}.brand-mark{width:2.5rem;height:2.5rem;border-radius:.9rem;background:linear-gradient(135deg,#22c55e,#f59e0b);box-shadow:0 20px 40px rgba(34,197,94,.18)}.grid-3,.stack{display:grid;grid-gap:1rem;gap:1rem}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-2{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.section-title{display:flex;justify-content:space-between;gap:1rem;align-items:end;margin:1rem 0}.section-title h1,.section-title h2{margin:0}.section-title p{margin:.35rem 0 0;color:var(--text-muted)}.card-surface,.summary-card,.table-card{border:1px solid var(--border);border-radius:26px;background:rgba(255,255,255,.05);box-shadow:0 30px 80px rgba(0,0,0,.35)}.panel{padding:1rem}.metric-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.badge{display:inline-flex;padding:.45rem .75rem;border-radius:999px;background:rgba(255,255,255,.07);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem}.list{margin:0;padding-left:18px}.footer,.list{color:var(--text-muted)}.footer{width:min(1120px,calc(100vw - 2rem));margin:2rem auto 3rem;border-top:1px solid rgba(255,255,255,.08);padding-top:1rem;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}@media (max-width:960px){.grid-2,.grid-3,.metric-grid{grid-template-columns:1fr}.footer,.section-title,header.vendor-header{align-items:flex-start;flex-direction:column}}