html{color-scheme:dark}:root{--font-geist:"Geist",sans-serif;--font-geist-mono:"Geist Mono",monospace}body{font-family:var(--font-geist),sans-serif}code,pre{font-family:var(--font-geist-mono),monospace}h1{font-size:2rem!important;font-weight:700!important;letter-spacing:-.03em!important}h2{font-size:1.5rem!important;letter-spacing:-.02em!important}h2,h3{font-weight:600!important}h3{font-size:1.25rem!important;letter-spacing:-.01em!important}:root{--teal-accent:#00d4aa;--teal-glow:rgba(0,212,170,0.2)}.hero-title{font-size:3.5rem!important;font-weight:700!important;letter-spacing:-.04em!important;color:#fff!important;margin-bottom:.5rem!important;display:block}.hero-subtitle{font-size:1.25rem!important;color:#888!important;max-width:600px;line-height:1.5!important;display:block}.status-card{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);border-radius:12px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);margin:1.5rem 0;transition:all .3s ease;font-family:var(--font-geist)}.status-card:hover{border-color:var(--teal-accent);background:rgba(255,255,255,.05)}.pulse-dot{width:10px;height:10px;background-color:var(--teal-accent);border-radius:50%;box-shadow:0 0 10px var(--teal-accent);animation:pulse-glow 2s infinite}@keyframes pulse-glow{0%{transform:scale(.95);box-shadow:0 0 0 0 rgba(0,212,170,.7)}70%{transform:scale(1);box-shadow:0 0 0 10px rgba(0,212,170,0)}to{transform:scale(.95);box-shadow:0 0 0 0 rgba(0,212,170,0)}}.nextra-search ul{padding-top:.5rem!important}@media (max-width:768px){.hero-title{font-size:2.5rem!important}}