:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed;--accent:#5b6cff;--accent-soft:#5b6cff26}}html,body{width:100%;margin:0;overflow-x:hidden}main{max-width:100vw;margin:0 auto}body{background:var(--background);color:var(--foreground);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}h1{letter-spacing:-.02em;color:var(--foreground);margin-bottom:.75rem;font-size:clamp(3rem,6vw,5rem);font-weight:700;line-height:1.05;position:relative}@supports (color:color-mix(in lab, red, red)){h1{color:color-mix(in srgb,var(--foreground)85%,var(--accent)15%)}}h1:after{content:"";background:var(--accent);opacity:.6;width:5rem;height:4px;margin:1rem auto 0;display:block}.pageTitle{text-align:center;margin-bottom:10rem}.pageTitle h2{color:#000000a6;max-width:60ch;margin:.75rem auto 0;font-size:clamp(1.1rem,2.5vw,1.35rem);line-height:1.4}@media (prefers-color-scheme:dark){.pageTitle h2{color:#ffffffb3}}
