@font-face { font-family: "Fallback Sans"; src: local("Arial"); size-adjust: 102%; }
:root {
  --green: oklch(43% 0.09 162);
  --green-dark: oklch(24% 0.055 162);
  --mint: oklch(88% 0.12 150);
  --paper: oklch(96% 0.014 150);
  --ink: oklch(20% 0.035 162);
  --muted: oklch(50% 0.025 162);
  --line: oklch(78% 0.035 155);
  --warning: oklch(70% 0.16 55);
  --display: "Anybody", "Fallback Sans", sans-serif;
  --body: "Geologica", "Fallback Sans", sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.55; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 10; top: 1rem; left: 1rem; padding: .7rem 1rem; color: var(--paper); background: var(--green-dark); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.site-header { display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 1.25rem clamp(1.25rem, 4vw, 4.5rem); color: var(--paper); background: var(--green-dark); border-bottom: 1px solid oklch(92% .02 162 / .16); }
.brand { display: inline-flex; align-items: center; gap: .75rem; width: max-content; font-weight: 650; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 2.1rem; height: 2.1rem; color: var(--green-dark); background: var(--mint); font-family: var(--display); font-size: .78rem; font-weight: 800; letter-spacing: -.04em; border-radius: .25rem; transform: rotate(-3deg); }
nav { display: flex; gap: clamp(1rem, 3vw, 2.5rem); }
nav a { color: oklch(92% .02 162 / .64); font-size: .82rem; font-weight: 650; text-decoration: none; }
nav a:hover, nav a:focus-visible, nav a[aria-current="page"] { color: var(--mint); }
.state { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; min-height: 34rem; padding: clamp(5rem, 11vw, 9rem) clamp(1.25rem, 7vw, 8rem) clamp(3rem, 6vw, 5rem); color: var(--paper); background: var(--green-dark); }
.eyebrow, .pulse-heading > p, .services > div > p, .deployment > p { margin: 0 0 1.5rem; color: var(--mint); font-size: .78rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
h1, h2, p { text-wrap: pretty; }
h1 { display: flex; gap: clamp(1rem, 2.5vw, 2rem); align-items: center; margin: 0; font-family: var(--display); font-size: clamp(3.6rem, 8vw, 8.5rem); font-stretch: 88%; font-weight: 760; letter-spacing: -.025em; line-height: .88; }
.state-light { flex: 0 0 auto; width: clamp(1.5rem, 3vw, 2.6rem); aspect-ratio: 1; background: var(--mint); border-radius: 50%; box-shadow: 0 0 0 .55rem oklch(88% .12 150 / .12); }
body.is-unhealthy .state-light { background: var(--warning); }
.state-copy > p:last-child { max-width: 42rem; margin: 1.5rem 0 0; color: oklch(93% .02 162 / .72); font-size: 1.05rem; }
.timestamp { display: grid; gap: .4rem; padding-bottom: .4rem; text-align: right; }
.timestamp span { color: oklch(93% .02 162 / .56); font-size: .7rem; text-transform: uppercase; letter-spacing: .06em; }
.timestamp time { font-weight: 650; }
.pulse-grid { display: grid; grid-template-columns: .8fr .7fr 1.1fr; gap: 1px; padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 7vw, 8rem); background: var(--line); }
.pulse-grid > * { background: var(--paper); }
.pulse-heading { padding: clamp(1.5rem, 3vw, 3rem); }
.pulse-heading > p { color: var(--green); }
.pulse-heading h2, .services h2, .deployment h2 { margin: 0; font-family: var(--display); font-size: clamp(2.5rem, 4.8vw, 5.4rem); font-stretch: 90%; font-weight: 720; letter-spacing: -.02em; line-height: .96; }
.primary-metric { display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(1.5rem, 3vw, 3rem); color: var(--green-dark); background: var(--mint); }
.primary-metric > span { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.primary-metric strong { display: flex; align-items: start; margin: 1.5rem 0; font-family: var(--display); font-size: clamp(4.5rem, 8vw, 8rem); font-stretch: 88%; line-height: .8; }
.primary-metric small { margin-top: .45rem; font-family: var(--body); font-size: .85rem; }
.scale { height: .45rem; overflow: hidden; background: oklch(30% .06 162 / .15); }
.scale i { display: block; width: 0; height: 100%; background: var(--green-dark); transition: width .5s cubic-bezier(.16,1,.3,1); }
.primary-metric p { margin: .8rem 0 0; font-size: .75rem; }
.metric-list { margin: 0; background: var(--paper); }
.metric-list > div { display: grid; grid-template-columns: 1fr auto; gap: .2rem 1rem; padding: 1.25rem clamp(1.5rem, 3vw, 2.5rem); border-bottom: 1px solid var(--line); }
.metric-list > div:last-child { border-bottom: 0; }
.metric-list dt { font-size: .78rem; font-weight: 650; }
.metric-list dd { grid-row: span 2; margin: 0; font-family: var(--display); font-size: 1.65rem; font-weight: 720; line-height: 1; }
.metric-list small { color: var(--muted); }
.services { display: grid; grid-template-columns: .8fr 1.8fr; gap: clamp(2rem, 7vw, 8rem); padding: 0 clamp(1.25rem, 7vw, 8rem) clamp(6rem, 10vw, 9rem); }
.services > div > p { color: var(--green); }
.services ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.services li { display: flex; justify-content: space-between; gap: 2rem; padding: 1.35rem 0; border-bottom: 1px solid var(--line); }
.services li span { display: inline-flex; align-items: center; gap: .8rem; font-weight: 650; }
.services li i { width: .55rem; height: .55rem; background: var(--green); border-radius: 50%; }
.services li.is-down i { background: var(--warning); }
.services li strong { color: var(--muted); font-size: .82rem; }
.deployment { display: grid; grid-template-columns: .35fr 1fr auto; gap: 2rem; align-items: end; padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 7vw, 8rem); color: var(--paper); background: var(--green); }
.deployment > p { color: var(--mint); }
.deployment h2 { max-width: 13ch; font-size: clamp(2.2rem, 4vw, 4.5rem); }
.deployment code { display: inline-block; margin-top: 1rem; padding: .35rem .55rem; color: var(--green-dark); background: var(--mint); font-family: var(--body); font-size: .75rem; font-weight: 700; }
.deployment a { font-size: .82rem; font-weight: 700; text-underline-offset: .3rem; }
footer { display: flex; justify-content: space-between; padding: 1.25rem clamp(1.25rem, 4vw, 4.5rem); color: oklch(91% .02 162 / .65); background: var(--green-dark); }
footer p, footer a { margin: 0; font-size: .72rem; }
a:focus-visible { outline: 3px solid var(--mint); outline-offset: 4px; }
@media (max-width: 900px) { .pulse-grid { grid-template-columns: 1fr 1fr; } .metric-list { grid-column: 1 / -1; } .services { grid-template-columns: 1fr; } }
@media (max-width: 650px) { .state, .pulse-grid, .deployment { grid-template-columns: 1fr; } .timestamp { text-align: left; } .brand > span:last-child { display: none; } nav { gap: .8rem; } .pulse-grid > * { min-width: 0; } .metric-list { grid-column: auto; } .deployment a { margin-top: 1rem; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition-duration: .01ms !important; } }
