.status-board{margin-top:16px}.status-dot{display:inline-block;width:10px;height:10px;border-radius:50%;flex-shrink:0;background:var(--mute)}.status-overall{display:flex;align-items:center;gap:12px;padding:14px 18px;border:1px solid var(--line);background:var(--bg);margin-bottom:24px}.status-overall .status-overall-label{font-family:var(--mono);font-size:14px;color:var(--fg);letter-spacing:-.005em}.status-overall--up{border-color:oklch(from var(--ok) l c h/.4);background:oklch(from var(--ok) l c h/.06)}.status-overall--up .status-dot{background:var(--ok)}.status-overall--down{border-color:oklch(from var(--danger) l c h/.4);background:oklch(from var(--danger) l c h/.06)}.status-overall--down .status-dot{background:var(--danger)}.status-overall--checking .status-dot{background:var(--accent);animation:status-pulse 1.4s infinite}.status-grid{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.status-tile{border:1px solid var(--line);background:var(--bg);padding:16px 20px;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;grid-gap:18px;gap:18px}.status-tile--up{border-color:oklch(from var(--ok) l c h/.3)}.status-tile--down{border-color:oklch(from var(--danger) l c h/.4)}.status-tile .status-dot{width:10px;height:10px}@media(max-width:700px){.status-tile{grid-template-columns:auto 1fr;grid-template-rows:auto auto;gap:4px 14px;padding:14px 16px}.status-tile .status-tile-label,.status-tile .status-tile-meta,.status-tile .status-tile-state{grid-column:2}}.status-tile--up .status-dot{background:var(--ok)}.status-tile--down .status-dot{background:var(--danger)}.status-tile--checking .status-dot{background:var(--accent);animation:status-pulse 1.4s infinite}.status-tile-label{font-size:15px}.status-tile-label,.status-tile-state{font-family:var(--mono);color:var(--fg)}.status-tile-state{font-size:14px;font-weight:500;letter-spacing:-.005em}.status-tile--up .status-tile-state{color:var(--ok)}.status-tile--down .status-tile-state{color:var(--danger)}.status-tile-meta{font-family:var(--mono);font-size:11px;color:var(--mute);letter-spacing:.02em;display:inline-flex;gap:6px;white-space:nowrap}@keyframes status-pulse{0%,to{opacity:1}50%{opacity:.3}}