:root{--black: #050508;--white: #f5f3ef;--accent: #c8ff5e;--accent2: #5e8fff;--muted: #7a7a8a;--card-bg: #0e0e14;--border: rgba(255, 255, 255, .07);--font-heading: "Syne", sans-serif;--font-body: "DM Sans", sans-serif;--site-padding: 7rem 5vw}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{background-color:var(--black);color:var(--white);font-family:var(--font-body);line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-track{background:var(--black)}::-webkit-scrollbar-thumb{background:var(--accent)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.1;color:var(--white)}.section{padding:var(--site-padding)}.reveal{opacity:0;transform:translateY(40px);transition:opacity .8s ease-out,transform .8s ease-out}.reveal.visible{opacity:1;transform:translateY(0)}
