:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, sans-serif; background: #09100e; color: #f3f7ef; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; display: grid; place-items: center; background: radial-gradient(circle at 80% 15%, #174c37 0, transparent 34%), #09100e; }
main { width: min(900px, calc(100% - 40px)); padding: 72px 0; }
.eyebrow { color: #79e6ad; letter-spacing: .18em; font-size: .75rem; font-weight: 700; }
h1 { margin: 24px 0; font-size: clamp(3.5rem, 10vw, 7.5rem); line-height: .88; letter-spacing: -.065em; }
.lede { max-width: 560px; color: #b6c5bc; font-size: 1.25rem; line-height: 1.55; }
.status { display: inline-flex; gap: 12px; align-items: center; margin-top: 40px; padding: 12px 18px; border: 1px solid #345548; border-radius: 999px; background: #102019; }
.status span { width: 9px; height: 9px; border-radius: 50%; background: #69f0a7; box-shadow: 0 0 18px #69f0a7; }
.commit { color: #728279; margin-top: 18px; font-size: .85rem; }
code { color: #a8b8af; }

