.status-head{max-width:760px;margin-bottom:28px}.status-overall{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:16px;padding:10px 14px;border:1px solid var(--line);border-radius:var(--r-md);background:var(--bg-1)}.status-dot{width:10px;height:10px;border-radius:50%;background:var(--fg-3);flex:none}.status-overall[data-state=ok] .status-dot{background:var(--success);box-shadow:0 0 0 4px var(--success-soft)}.status-overall[data-state=limited] .status-dot{background:var(--warn);box-shadow:0 0 0 4px var(--warn-soft)}.status-overall[data-state=down] .status-dot{background:var(--danger);box-shadow:0 0 0 4px var(--danger-soft)}.status-overall .btn{margin-left:auto}.health-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:36px}.health-card{padding:16px 18px;border:1px solid var(--line);border-radius:var(--r-lg);background:var(--bg-1);border-left-width:3px;min-width:0}.health-card[data-state=ok]{border-left-color:var(--success)}.health-card[data-state=limited]{border-left-color:var(--warn)}.health-card[data-state=down]{border-left-color:var(--danger)}.health-top{display:flex;justify-content:space-between;align-items:center;gap:8px;font-weight:600;margin-bottom:6px}.inv-block{margin:26px 0}.inv-block h3{display:flex;align-items:baseline;gap:10px;margin-bottom:10px;font-size:var(--fs-4)}.inv-block h3 code{font-size:var(--fs-0)}.inv-block .table-wrap code{font-size:var(--fs-0);white-space:nowrap}.inv-dates{margin:8px 0 0}.inv-skeleton{display:grid;gap:10px;margin:20px 0}.opt-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.status-notes{margin-top:40px;max-width:820px}.status-notes ul{padding-left:1.2em;color:var(--fg-1)}.status-notes li+li{margin-top:8px}@media(max-width:960px){.health-grid{grid-template-columns:1fr 1fr}.opt-facts{grid-template-columns:1fr}}@media(max-width:640px){.health-grid{grid-template-columns:1fr}.status-overall .btn{margin-left:0;width:100%}.inv-block .table-wrap th,.inv-block .table-wrap td{padding:6px 8px;font-size:var(--fs-0)}}
