*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--green: #4FC147;--green-light: #6fd468;--green-dark: #3a9933;--green-glow: rgba(79, 193, 71, .25);--green-subtle: rgba(79, 193, 71, .08);--black: #0A0A0A;--black-card: #131313;--black-elevated: #1A1A1A;--black-border: #242424;--white: #FFFFFF;--white-90: rgba(255, 255, 255, .9);--white-70: rgba(255, 255, 255, .7);--white-50: rgba(255, 255, 255, .5);--white-40: rgba(255, 255, 255, .4);--white-20: rgba(255, 255, 255, .2);--white-10: rgba(255, 255, 255, .1);--white-05: rgba(255, 255, 255, .05);--font-display: "Urbanist", system-ui, sans-serif;--font-body: "DM Sans", system-ui, sans-serif;--radius-sm: 10px;--radius-md: 14px;--radius-lg: 20px;--radius-xl: 28px;--radius-full: 9999px;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--header-h: 60px;--bottom-nav-h: 64px;--page-px: 20px}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);background:var(--black);color:var(--white);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}input,textarea,select{font-family:inherit;font-size:inherit}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--black)}::-webkit-scrollbar-thumb{background:var(--black-border);border-radius:2px}::selection{background:var(--green);color:var(--black)}.page-enter{animation:pageIn .4s var(--ease-out) both}@keyframes pageIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(min-width:900px){:root{--header-h: 68px;--page-px: 40px}}
