:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--ink:#f3f0e8;--muted:#aaa99f;--line:#f3f0e826;--aqua:#57e6d9;--blue:#5179ff;--night:#090d13}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:radial-gradient(circle at 78% 18%, #5179ff21, transparent 30rem), radial-gradient(circle at 18% 80%, #57e6d917, transparent 28rem), var(--night);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}main{grid-template-rows:auto 1fr auto;min-height:100svh;padding:0 clamp(1.25rem,5vw,5rem);display:grid;position:relative;overflow:hidden}nav,footer{z-index:2;justify-content:space-between;align-items:center;display:flex;position:relative}nav{border-bottom:1px solid var(--line);min-height:6.5rem}.wordmark{color:var(--ink);letter-spacing:-.025em;align-items:center;gap:.75rem;font-weight:650;text-decoration:none;display:inline-flex}.mark{background:var(--ink);width:2rem;height:2rem;color:var(--night);border-radius:50%;place-items:center;font-size:.8rem;font-weight:850;display:grid}.status{color:var(--muted);align-items:center;gap:.55rem;font-size:.78rem;display:flex}.status-dot{background:var(--aqua);width:.45rem;height:.45rem;box-shadow:0 0 1rem var(--aqua);border-radius:50%}.hero{z-index:2;align-self:center;max-width:74rem;padding:6rem 0;position:relative}.eyebrow{color:var(--aqua);letter-spacing:.19em;text-transform:uppercase;font-size:.78rem;font-weight:750}h1{letter-spacing:-.065em;max-width:68rem;margin:1.5rem 0 2rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(3.25rem,8.6vw,8.75rem);font-weight:400;line-height:.89}.lede{max-width:41rem;color:var(--muted);font-size:clamp(1.05rem,1.65vw,1.35rem);line-height:1.65}.divider{background:linear-gradient(90deg, var(--aqua), var(--blue));width:5rem;height:1px;margin:2.5rem 0 1.25rem}.note{color:var(--ink);margin:0;font-size:.9rem}.ambient{filter:blur(1px);opacity:.45;pointer-events:none;border-radius:50%;position:absolute}.ambient-one{border:1px solid #57e6d933;width:34rem;height:34rem;top:12%;right:-22rem;box-shadow:0 0 0 5rem #57e6d904,0 0 0 10rem #5179ff03}.ambient-two{border:1px solid #5179ff38;width:12rem;height:12rem;bottom:10%;left:-8rem}footer{border-top:1px solid var(--line);min-height:5rem;color:var(--muted);font-size:.75rem}@media (max-width:640px){main{padding-inline:1.25rem}nav{min-height:5rem}.status{display:none}.hero{padding:4rem 0}h1{letter-spacing:-.05em}footer{flex-direction:column;justify-content:center;align-items:flex-start;gap:.35rem}}@media (prefers-reduced-motion:no-preference){.hero{animation:.8s cubic-bezier(.2,.8,.2,1) both rise}@keyframes rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}}
