:root{
  --space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-32:8rem;
  --text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:clamp(1.125rem,1rem + .35vw,1.25rem);--text-xl:clamp(1.6rem,1rem + 1.3vw,2.25rem);--text-2xl:clamp(2.2rem,1.6rem + 2.5vw,3.5rem);--text-hero:clamp(2.9rem,1.2rem + 4.2vw,5.3rem);
  --font-body:"Source Sans 3","Inter",sans-serif;--font-display:"Fraunces",Georgia,serif;--font-mono:"JetBrains Mono",monospace;
  --color-bg:#0a0c10;--color-surface:#10131a;--color-surface-2:#141821;--color-text:#edeef2;--color-text-muted:#a1a8b5;--color-text-faint:#8993a4;--color-border:rgba(225,231,243,.14);--color-divider:rgba(225,231,243,.09);--color-primary:#1e7bff;--color-primary-hover:#1465d4;--color-signal:#8bb79b;--color-up:#79c99b;--color-dn:#dd8080;
  --radius-sm:3px;--radius-md:6px;--radius-full:999px;--transition-interactive:180ms ease;--content-wide:1232px;
}
[data-theme="light"]{
  --color-bg:#f7f5ef;--color-surface:#fffefa;--color-surface-2:#efede5;--color-text:#10131a;--color-text-muted:#505869;--color-text-faint:#657084;--color-border:rgba(10,12,16,.19);--color-divider:rgba(10,12,16,.11);--color-primary:#1b65cf;--color-primary-hover:#174ea0;--color-signal:#386546;--color-up:#1f7a4d;--color-dn:#b04a4a;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:none;text-size-adjust:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;scroll-behavior:smooth;scroll-padding-top:100px}
body{min-height:100dvh;font-family:var(--font-body);font-size:var(--text-base);line-height:1.6;background:var(--color-bg);color:var(--color-text)}
img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}
button,input,select,textarea{font:inherit;color:inherit}
button{background:none;border:0;cursor:pointer}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{line-height:1.1;text-wrap:balance;font-weight:500}
p,li{max-width:72ch;text-wrap:pretty}
ul{list-style:none}
a,button,input{transition:color var(--transition-interactive),background var(--transition-interactive),border-color var(--transition-interactive)}
:focus-visible{outline:2px solid var(--color-primary);outline-offset:5px;border-radius:var(--radius-sm)}
button:active,.button:active{transform:translateY(1px)}
::selection{background:rgba(30,123,255,.25)}
[hidden]{display:none!important}
.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
