:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#07120f;color:#edf7f1}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 85% 10%,rgba(64,215,154,.16),transparent 32rem),linear-gradient(160deg,#07120f,#0b1814 60%,#07120f)}main{width:min(1120px,calc(100% - 40px));margin:0 auto;padding-bottom:80px}nav{display:flex;align-items:center;gap:12px;height:88px;color:#c8d9d0;font-weight:650;letter-spacing:-.01em}.brand-mark{display:grid;width:36px;height:36px;place-items:center;border:1px solid rgba(127,241,187,.4);border-radius:10px;background:rgba(64,215,154,.12);color:#7ff1bb;font-size:13px}.hero{max-width:850px;padding:90px 0 70px}.eyebrow{margin:0 0 20px;color:#6ee7ae;font-size:13px;font-weight:750;letter-spacing:.12em;text-transform:uppercase}h1{margin:0;font-size:clamp(48px,7vw,82px);font-weight:620;letter-spacing:-.055em;line-height:.98}.lede{max-width:650px;margin:30px 0 0;color:#9fb4aa;font-size:18px;line-height:1.65}.grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}article{min-height:170px;padding:24px;border:1px solid rgba(204,239,221,.1);border-radius:18px;background:rgba(16,34,28,.72);box-shadow:0 24px 80px rgba(0,0,0,.14)}.card-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}h2{margin:0;font-size:16px}article p{margin:42px 0 0;color:#90a79c;font-size:14px;line-height:1.5}.status{display:inline-flex;align-items:center;gap:6px;font-size:12px}.status:before{width:7px;height:7px;border-radius:999px;background:currentColor;content:""}.online{color:#6ee7ae}.offline{color:#ff8c7d}.pending{color:#d9c77b}@media (max-width:800px){.hero{padding-top:60px}.grid{grid-template-columns:1fr}}