:root{--color-bg:#0a0a0b;--color-bg-alt:#0f0f11;--color-fg:#f4f4f2;--color-fg-strong:#ffffff;--color-muted:#9a9a9e;--color-border:#232326;--color-border-light:#3a3a3f;--color-light-bg:#f4f4f2;--color-light-fg:#0a0a0b;--color-light-muted:#3a3a3f;--color-light-border:#c9c9cc;--color-purple:#6d28ff;--color-purple-2:#9a2bff;--color-blue:#0fb5ff;--color-blue-2:#2a6bff;--ease-out:cubic-bezier(0.2,0.7,0.2,1)}html{scroll-behavior:smooth;scroll-padding-top:80px;-webkit-text-size-adjust:100%}body{margin:0;background:var(--color-bg);color:var(--color-fg);font-family:Geist,system-ui,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}*,:after,:before{box-sizing:border-box}h1,h2,h3,h4,ol,p,ul{margin:0;padding:0}button{font:inherit}a,a:hover{color:inherit}::selection{background:var(--color-purple);color:#ffffff}:focus-visible{outline:2px solid var(--color-purple);outline-offset:3px;border-radius:4px}@keyframes mydxFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes mydxDraw{to{stroke-dashoffset:0}}@keyframes mydxWave{0%,to{transform:scaleY(.3)}50%{transform:scaleY(1)}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-delay:0s!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}