:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-synthesis:none;text-rendering:optimizelegibility;--background:#16191e;--background-soft:#1b2028;--foreground:#f8fafc;--muted:#a1a9b5;--accent:#518df7;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*,:before,:after{box-sizing:border-box}html{background:var(--background);min-width:20rem;min-height:100%}body{min-height:100svh;color:var(--foreground);background:radial-gradient(circle at 50% 42%, #518df714, transparent 30rem), linear-gradient(180deg, var(--background), var(--background-soft));grid-template-rows:1fr auto;margin:0;display:grid}::selection{color:var(--background);background:var(--accent)}.skip-link{z-index:10;color:var(--background);background:var(--foreground);padding:.75rem 1rem;position:fixed;top:.75rem;left:.75rem;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.landing{text-align:center;place-items:center;min-height:calc(100svh - 5.5rem);padding:clamp(2rem,5vw,4rem) 1.25rem;display:grid}.landing__content{text-align:center;width:min(100%,64rem);transform:translateY(1.25rem)}.landing__heading{margin-bottom:clamp(1.75rem,4vw,2.5rem);animation:.7s 80ms both reveal}h1{color:#0000;background:linear-gradient(135deg, var(--accent), #7aa8ff);letter-spacing:-.055em;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 1rem;font-size:clamp(3.75rem,10vw,6rem);font-weight:750;line-height:.95}.tagline{color:var(--muted);letter-spacing:.035em;margin:0;font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:300;line-height:1.5}.description{width:fit-content;max-width:100%;color:var(--muted);text-align:center;margin:0 auto;font-size:clamp(1rem,1.8vw,1.125rem);line-height:1.7;animation:.7s .26s both reveal}.site-footer{text-align:center;place-items:center;min-height:5.5rem;padding:1.5rem;animation:.7s .44s both reveal;display:grid}.site-footer a{color:var(--muted);text-underline-offset:.3rem;font-size:.95rem;text-decoration-color:#0000;transition:color .18s,text-decoration-color .18s}.site-footer a:hover,.site-footer a:focus-visible{color:var(--accent);text-decoration-color:currentColor}@keyframes reveal{0%{opacity:0;transform:translateY(.75rem)}}@media (width<=32rem){.landing__content{transform:none}.description br{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
