:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; background: #0b0f14; color: #eef2f6; }
a { color: inherit; }
.shell { width: min(1220px, calc(100% - 32px)); margin: 0 auto; padding: 36px 0 72px; }
.hero { display: flex; justify-content: space-between; gap: 32px; align-items: flex-end; padding: 36px; border: 1px solid #24303d; border-radius: 24px; background: radial-gradient(circle at top right, #203044 0, #111821 42%, #0e141b 100%); }
.hero h1 { margin: 7px 0 12px; font-size: clamp(2.1rem, 6vw, 4.8rem); line-height: .95; letter-spacing: -.055em; max-width: 780px; }
.hero p { color: #aeb8c4; max-width: 720px; }
.eyebrow { font-size: .75rem; letter-spacing: .18em; color: #8dd7ff !important; }
nav { display: flex; flex-wrap: wrap; gap: 10px; }
nav a { text-decoration: none; border: 1px solid #344454; padding: 10px 14px; border-radius: 999px; background: #111922; }
.stats { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin: 18px 0; }
.stats article, .panel { border: 1px solid #222d38; background: #10161d; border-radius: 18px; }
.stats article { padding: 20px; display: flex; flex-direction: column; gap: 3px; }
.stats strong { font-size: 2rem; }
.stats span, .panel-head span { color: #8995a3; font-size: .82rem; }
.panel { padding: 22px; margin-top: 18px; }
.panel-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.panel h2 { margin: 0; font-size: 1.1rem; }
.site-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 12px; }
.site-card { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; padding: 16px; background: #0c1218; border: 1px solid #1e2a35; border-radius: 14px; }
.site-card h3 { margin: 0 0 6px; }
.site-card p { margin: 0; color: #8f9ba8; overflow-wrap: anywhere; }
.pill { display: inline-block; padding: 4px 8px; border-radius: 999px; font-size: .72rem; border: 1px solid #3a4651; white-space: nowrap; }
.pill.ok { background: #123425; border-color: #236344; }
.pill.warn { background: #3a2a0f; border-color: #725527; }
.pill.type { background: #182b41; border-color: #2b537d; }
.pill.muted { opacity: .55; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: .86rem; }
th, td { padding: 12px 9px; border-top: 1px solid #202a34; text-align: left; vertical-align: top; }
th { color: #84919e; font-weight: 600; border-top: 0; }
.url { max-width: 430px; overflow-wrap: anywhere; }
.url a { color: #cbd7e3; }
.delivery { display: inline-block; margin: 0 5px 5px 0; color: #9aa6b2; }
.empty { color: #7f8b98; text-align: center; padding: 28px; }
code { color: #9bdcff; }
@media (max-width: 820px) { .hero { align-items: flex-start; flex-direction: column; } .stats { grid-template-columns: repeat(2, 1fr); } }
