:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, sans-serif; background: #07101f; color: #edf4ff; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 80% 0%, #123058 0, transparent 36rem), #07101f; }
.shell { width: min(960px, calc(100% - 32px)); margin: 0 auto; padding: 64px 0; }
.header { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 36px; }
.eyebrow { color: #62a8ff; letter-spacing: .16em; font-size: .75rem; font-weight: 800; }
h1 { margin: 8px 0 12px; font-size: clamp(2rem, 5vw, 3.5rem); letter-spacing: -.04em; }
.intro { color: #a8b8cc; max-width: 650px; line-height: 1.65; margin: 0; }
button { border: 1px solid #355071; background: #10233d; color: #edf4ff; border-radius: 10px; padding: 11px 16px; cursor: pointer; font-weight: 700; }
button:hover { background: #173152; } button:disabled { opacity: .55; cursor: wait; }
.actions { display: flex; gap: 10px; flex: 0 0 auto; }
.summary { display: flex; justify-content: space-between; gap: 24px; padding: 22px; border: 1px solid #243a57; border-radius: 16px; background: rgba(12, 27, 48, .86); margin-bottom: 20px; }
.state { display: flex; align-items: center; gap: 12px; }
.dot { width: 12px; height: 12px; border-radius: 50%; background: #7c8aa0; box-shadow: 0 0 16px currentColor; }
.dot.healthy { background: #35d49a; }.dot.degraded { background: #ffb74d; }.dot.unhealthy { background: #ff647c; }
.metrics { display: flex; flex-wrap: wrap; gap: 24px; color: #a8b8cc; }.metrics b { color: #fff; margin-right: 4px; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin: 28px 0 12px; }
.section-heading h2 { margin: 0; font-size: 1.1rem; }
.copy-status { min-height: 1.25em; margin: 0; color: #74dcb6; font-size: .82rem; text-align: right; }
.table-wrap { overflow-x: auto; border: 1px solid #1d324e; border-radius: 12px; background: rgba(9, 23, 42, .8); }
table { width: 100%; border-collapse: collapse; min-width: 790px; }
th, td { padding: 14px 16px; border-bottom: 1px solid #1d324e; text-align: left; vertical-align: middle; }
th { color: #7f94ae; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
tbody tr:last-child td { border-bottom: 0; }
td strong { display: block; font-size: .92rem; }
td small { display: block; margin-top: 4px; color: #71849d; font-family: ui-monospace, monospace; }
.domain, .numeric, .details { color: #a8b8cc; font-family: ui-monospace, monospace; font-size: .78rem; }
.numeric { white-space: nowrap; }
.details.error { color: #ff8396; }
.empty { padding: 28px; color: #7f94ae; text-align: center; }
.badge { flex: 0 0 auto; padding: 7px 10px; border-radius: 999px; font-size: .75rem; font-weight: 800; }
.badge.online { color: #58e4b1; background: rgba(53, 212, 154, .12); }.badge.offline { color: #ff8396; background: rgba(255, 100, 124, .12); }
.badge.publication-verified { color: #58e4b1; background: rgba(53, 212, 154, .12); }
.badge.publication-not_verified { color: #ff8396; background: rgba(255, 100, 124, .12); }
.badge.publication-unknown { color: #ffd180; background: rgba(255, 183, 77, .12); }
.updated { color: #71849d; font-size: .8rem; text-align: right; margin-top: 16px; }
.clipboard-fallback { position: fixed; left: -9999px; top: 0; }
@media (max-width: 680px) { .shell { padding: 36px 0; }.header, .summary { align-items: stretch; flex-direction: column; }.actions { width: 100%; }.actions button { flex: 1; }.metrics { justify-content: space-between; }.section-heading { align-items: flex-start; flex-direction: column; }.copy-status { text-align: left; } }
