:root{--bg:#0b0c0f;--surface:#111318;--surface-high:#16181f;--border:rgba(255,255,255,0.08);--border-strong:rgba(255,255,255,0.16);--text:#e8e9ed;--text-2:#9ca1ad;--text-3:#6b7180;--accent:#ffffff;--on-accent:#0b0c0f;--glow:radial-gradient(ellipse 60% 45% at 50% 0%,color-mix(in srgb,var(--accent) 9%,transparent),transparent 70%);--grid-line:rgba(255,255,255,0.03);--grid-size:56px;--font-display:var(--font-sans),"Trebuchet MS",system-ui,sans-serif;--font-code:var(--font-mono),"Courier New",monospace;--fs-h1:36px;--lh-h1:1.1;--fs-h2:30px;--lh-h2:1.15;--fs-h3:20px;--lh-h3:1.3;--fs-body:16px;--lh-body:1.6;--fs-small:14px;--fs-mono:12px;--ls-mono:0.14em;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--gutter:24px;--section-gap:88px;--content-max:1200px;--header-h:64px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-pill:999px;--control-h:48px;--control-h-lg:56px;--control-h-sm:40px}@media (min-width:768px){:root{--fs-h1:60px;--lh-h1:1.05;--fs-h2:42px;--fs-h3:21px;--fs-body:17px;--lh-body:1.65;--gutter:clamp(32px,5vw,120px);--section-gap:128px;--header-h:72px}}*,:after,:before{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{min-height:100svh;background:var(--bg);color:var(--text);font-family:var(--font-display);font-size:var(--fs-body);line-height:var(--lh-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,h6{font-weight:600;letter-spacing:-.02em;line-height:1.15;text-wrap:balance}h1{font-size:var(--fs-h1);line-height:var(--lh-h1);letter-spacing:-.03em}h2{font-size:var(--fs-h2);line-height:var(--lh-h2)}h3{font-size:var(--fs-h3);line-height:var(--lh-h3)}p{text-wrap:pretty}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{background:none;border:none;padding:0;cursor:pointer}img,svg,video{display:block;max-width:100%}ol,ul{list-style:none;padding:0}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}::selection{background:var(--accent);color:var(--on-accent)}