:root{--fg:#000;--fg-muted:#555;--bg:#fafafa;--rule:#d0d0d0;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--fg-muted);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Azeret Mono,ui-monospace,monospace;font-size:15px;font-weight:400;line-height:1.6}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--fg:#e8e8e8;--fg-muted:#777;--bg:#050505;--rule:#2a2a2a}}*{box-sizing:border-box;margin:0;padding:0}body{margin:0}#root{min-height:100svh;display:flex}main{justify-content:center;align-items:center;width:100%;min-height:100svh;padding:2rem;display:flex}.content{width:100%;max-width:520px}h1{color:var(--fg);letter-spacing:-.03em;margin-bottom:1.5rem;font-family:Syne,sans-serif;font-size:clamp(2rem,7vw,4rem);font-weight:800;line-height:1.1}.intro{margin-bottom:.25rem;font-size:1rem;line-height:1.7}.intro strong{color:var(--fg);font-weight:500}.tagline{font-size:1rem;font-weight:300;line-height:1.7}.divider{background:var(--rule);width:40px;height:1px;margin:2rem 0}.links{align-items:center;gap:1.25rem;display:flex}.links a{color:var(--fg-muted);justify-content:center;align-items:center;transition:color .2s;display:flex}.links a:hover{color:var(--fg)}@media (width<=640px){main{padding:1.5rem}.intro,.tagline{font-size:.875rem}.divider{margin:1.5rem 0}}
