[data-hollow-site] .hs-mon-scene{flex:1;justify-content:center;align-items:center;min-width:0;padding:28px;display:flex}[data-hollow-site] .hs-mon-card{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface);width:100%;max-width:420px;position:relative;overflow:hidden}[data-hollow-site] .hs-mon-card-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}[data-hollow-site] .hs-mon-card-name{color:var(--fg);font-size:12px;font-weight:600;font-family:var(--font-site-mono)}[data-hollow-site] .hs-mon-status-pill{border-radius:var(--radius-pill);white-space:nowrap;align-items:center;gap:6px;padding:3px 10px;font-size:10.5px;font-weight:600;transition:background-color .26s,color .26s;display:inline-flex}[data-hollow-site] .hs-mon-status-dot{border-radius:999px;width:6px;height:6px;transition:background-color .26s}[data-hollow-site] .hs-mon-status-ok{color:#15803d;background:#22c55e24}[data-hollow-site][data-theme=dark] .hs-mon-status-ok{color:#4ade80}[data-hollow-site] .hs-mon-status-ok .hs-mon-status-dot{background:#22c55e}[data-hollow-site] .hs-mon-status-fail{color:#b91c1c;background:#ef444424}[data-hollow-site][data-theme=dark] .hs-mon-status-fail{color:#f87171}[data-hollow-site] .hs-mon-status-fail .hs-mon-status-dot{background:#ef4444}[data-hollow-site] .hs-mon-bars{align-items:flex-end;gap:4px;height:46px;padding:16px 16px 14px;display:flex}[data-hollow-site] .hs-mon-bar{background:var(--border-strong);opacity:0;border-radius:2px 2px 0 0;flex-shrink:0;width:9px;height:0;transition:height .42s cubic-bezier(.2,.8,.2,1),background-color .32s,opacity .2s}[data-hollow-site] .hs-mon-bar.hs-mon-visible{opacity:1}[data-hollow-site] .hs-mon-bar-pass.hs-mon-visible{background:#22c55e}[data-hollow-site] .hs-mon-bar-fail.hs-mon-visible{background:#ef4444}[data-hollow-site] .hs-mon-incident{opacity:0;background:#ef44441f;border-top:1px solid #ef444447;align-items:center;gap:8px;max-height:0;padding:10px 16px;transition:opacity .26s,transform .26s,max-height .26s;display:flex;overflow:hidden;transform:translateY(8px)}[data-hollow-site] .hs-mon-incident.hs-mon-visible{opacity:1;max-height:44px;transform:translateY(0)}[data-hollow-site] .hs-mon-incident-dot{background:#ef4444;border-radius:999px;flex-shrink:0;width:6px;height:6px}[data-hollow-site] .hs-mon-incident-text{color:#b91c1c;white-space:nowrap;font-size:11.5px;font-weight:600}[data-hollow-site][data-theme=dark] .hs-mon-incident-text{color:#f87171}
