.landing .hero-status{padding-bottom:72px}.landing .hero-status .display-1{max-width:820px;margin-inline:auto}.landing .status-board{background:var(--off);padding:72px 0 128px}.landing .status-board .status-dot{flex:none;display:inline-block;width:10px;height:10px;border-radius:50%;background:var(--hair)}.landing .is-operational .status-dot{background:var(--ok);box-shadow:0 0 0 4px rgba(94,162,94,.18)}.landing .is-degraded .status-dot{background:var(--warn);box-shadow:0 0 0 4px rgba(201,138,0,.18)}.landing .is-outage .status-dot{background:var(--crit);box-shadow:0 0 0 4px rgba(209,67,67,.18)}.landing .status-summary{display:flex;align-items:center;gap:18px;max-width:880px;margin-inline:auto;padding:28px 32px;background:var(--white);border:1px solid rgba(158,159,183,.6);border-radius:16px}.landing .status-summary .status-dot{width:14px;height:14px}.landing .status-summary-text{flex:1;min-width:0}.landing .status-headline{font-family:var(--serif);font-variation-settings:"opsz" 28;font-size:28px;font-weight:500;line-height:1.15;letter-spacing:-.015em}.landing .status-meta{margin-top:4px;font-size:14px;color:var(--ink-3)}.landing .status-refresh{flex:none;height:36px;padding:0 16px;border:1px solid var(--hair);border-radius:999px;font-size:14px;font-weight:500;color:var(--ink);background:var(--white)}.landing .status-refresh:hover{background:var(--card-2)}.landing .status-rows{max-width:880px;margin:24px auto 0;background:var(--white);border:1px solid rgba(158,159,183,.6);border-radius:16px;overflow:hidden}.landing .status-row{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.4fr) auto;align-items:center;gap:16px;padding:18px 24px}.landing .status-row+.status-row{border-top:1px solid var(--hair-2)}.landing .status-row-name{display:flex;flex-direction:column;min-width:0}.landing .status-row-title{font-size:17px;font-weight:600}.landing .status-row-desc{font-size:13px;color:var(--ink-3)}.landing .status-row-detail{font-size:15px;color:var(--ink-2)}.landing .status-chip{display:inline-flex;align-items:center;gap:8px;height:28px;padding:0 12px;border-radius:999px;font-size:13px;font-weight:500;white-space:nowrap;background:var(--card-2);color:var(--ink-3)}.landing .status-chip .status-dot{width:8px;height:8px;box-shadow:none}.landing .status-row.is-operational .status-chip{background:#e7f3e7;color:#2f6b2f}.landing .status-row.is-degraded .status-chip{background:#fbf1dc;color:#7a5200}.landing .status-row.is-outage .status-chip{background:#fbe4e4;color:#8f2323}.landing .status-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:880px;margin:24px auto 0}.landing .status-facts>div{padding:20px 24px;background:var(--card-2);border-radius:16px}.landing .status-facts dt{font-size:13px;color:var(--ink-3)}.landing .status-facts dd{margin:6px 0 0;font-family:var(--serif);font-size:26px;font-weight:500;line-height:1.1}.landing .status-note{max-width:880px;margin:24px auto 0;font-size:14px;line-height:1.55;color:var(--ink-3)}@media (max-width:720px){.landing .status-summary{flex-wrap:wrap;padding:22px}.landing .status-headline{font-size:23px}.landing .status-row{grid-template-columns:minmax(0,1fr) auto;padding:16px 18px}.landing .status-row-detail{grid-column:1/-1;grid-row:2;font-size:14px}.landing .status-facts{grid-template-columns:1fr}}