*{box-sizing:border-box}body,html{margin:0;min-height:100%}body{background:#f5f7fb;color:#172033;font-family:Arial,Helvetica,sans-serif}button{font:inherit}.shell{min-height:100vh}.topbar{background:#101827;color:white;padding:24px 5vw;display:flex;justify-content:space-between;align-items:center;gap:20px}.brand{font-size:22px;font-weight:700}.eyebrow{color:#8ea2c5;font-size:12px;letter-spacing:.12em;text-transform:uppercase}.status{border:1px solid #38506f;border-radius:999px;padding:8px 12px;color:#b9f6d0;font-size:13px}.main{max-width:1280px;margin:0 auto;padding:42px 5vw 70px}.hero h1{font-size:clamp(32px,5vw,56px);line-height:1.05;margin:10px 0 14px;max-width:760px}.hero p{color:#5d6a80;max-width:700px;font-size:17px;line-height:1.7}.actions{display:flex;flex-wrap:wrap;gap:12px;margin:26px 0 38px}.action{border:0;border-radius:10px;padding:13px 18px;background:#2563eb;color:white;font-weight:700;cursor:pointer}.action.secondary{background:white;color:#1e40af;border:1px solid #d8e0ef}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:18px;gap:18px}.card,.product-card{background:white;border:1px solid #e1e7f0;border-radius:16px;padding:22px;box-shadow:0 8px 25px rgba(26,42,70,.05)}.card h2{margin:0 0 8px;font-size:18px}.metric{font-size:34px;font-weight:800;margin:12px 0 4px}.metric-label,.product-card p,.product-domain{color:#68758a;font-size:13px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin:42px 0 16px}.section-title{margin:7px 0 0;font-size:24px}.registry-note{color:#68758a;font-size:13px}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));grid-gap:18px;gap:18px}.product-card{min-height:220px;flex-direction:column;gap:18px}.product-card,.product-card-top{display:flex;justify-content:space-between}.product-card-top{align-items:flex-start;gap:14px}.product-priority{display:inline-block;color:#1d4ed8;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.product-card h3{margin:8px 0;font-size:20px}.product-card p{line-height:1.55;margin:0}.status-pill{border-radius:999px;padding:6px 9px;font-size:11px;font-weight:700;white-space:nowrap}.status-pill.active{background:#dcfce7;color:#166534}.status-pill.planned{background:#eef2ff;color:#4338ca}.product-meta{display:flex;justify-content:space-between;gap:12px;border-top:1px solid #edf0f5;padding-top:14px;color:#68758a;font-size:12px}.product-meta strong{color:#172033}.product-repo{color:#334155;font-family:monospace;font-size:12px}.footer{margin-top:48px;color:#7a879a;font-size:13px}@media (max-width:600px){.topbar{align-items:flex-start;flex-direction:column}.main{padding-top:30px}.section-heading{align-items:flex-start;flex-direction:column}}