*{box-sizing:border-box}:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#151515}:root,body{background:#f5f6f8}body{margin:0;min-height:100vh}.shell{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:64px 0}.header{display:flex;align-items:flex-start;justify-content:space-between;gap:32px;margin-bottom:38px}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.16em;color:#6a6f78}h1{font-size:clamp(38px,6vw,64px);letter-spacing:-.055em;margin:8px 0 10px}.header p{margin:0;color:#656b75;font-size:17px}.status{display:inline-flex;align-items:center;gap:8px;background:white;border:1px solid #e2e5ea;border-radius:999px;padding:10px 14px;font-size:13px;white-space:nowrap}.status span{width:8px;height:8px;border-radius:50%;background:#2a9d57}.grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.card{background:white;border:1px solid #e5e7eb;border-radius:16px;padding:22px;min-height:155px;box-shadow:0 1px 2px rgba(0,0,0,.025)}.cardIcon{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#111;color:white;font-weight:800;font-size:13px}.card h2{font-size:17px;margin:24px 0 6px}.card p{color:#858b94;font-size:13px;margin:0}@media (max-width:920px){.grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.shell{width:min(100% - 24px,1180px);padding:32px 0}.header{flex-direction:column}.grid{grid-template-columns:1fr}}