@import "https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700&family=Inter:wght@400;500;600&family=Geist+Mono:wght@400;500&display=swap";
:root{--primary:#98cbff;--on-primary:#003354;--primary-container:#00a3ff;--on-primary-container:#00375a;--secondary:#fff;--on-secondary:#003737;--secondary-container:#00fbfb;--on-secondary-container:#007070;--tertiary:#00e639;--on-tertiary:#003907;--tertiary-container:#00b52b;--on-tertiary-container:#003d08;--background:#131313;--on-background:#e5e2e1;--surface:#131313;--on-surface:#e5e2e1;--surface-variant:#353534;--on-surface-variant:#bec7d4;--surface-container-lowest:#0e0e0e;--surface-container-low:#1c1b1b;--surface-container:#201f1f;--surface-container-high:#2a2a2a;--surface-container-highest:#353534;--outline:#88919d;--outline-variant:#3f4852;--font-geist:"Geist", sans-serif;--font-inter:"Inter", sans-serif;--font-mono:"Geist Mono", monospace;--container-max:1440px}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--background);color:var(--on-background);font-family:var(--font-inter);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:inherit;text-decoration:none}.font-display-lg{font-family:var(--font-geist);letter-spacing:-.04em;font-size:72px;font-weight:700;line-height:1.1}.font-display-lg-mobile{font-family:var(--font-geist);letter-spacing:-.02em;font-size:40px;font-weight:700;line-height:1.2}.font-headline-xl{font-family:var(--font-geist);letter-spacing:-.02em;font-size:48px;font-weight:600;line-height:1.2}.font-headline-lg{font-family:var(--font-geist);letter-spacing:-.01em;font-size:32px;font-weight:600;line-height:1.3}.font-body-lg{font-family:var(--font-inter);font-size:18px;font-weight:400;line-height:1.6}.font-body-md{font-family:var(--font-inter);font-size:16px;font-weight:400;line-height:1.6}.font-label-md{font-family:var(--font-geist);letter-spacing:.05em;font-size:14px;font-weight:500;line-height:1.4}.font-code-sm{font-family:var(--font-mono);font-size:13px;font-weight:400;line-height:1.5}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--surface-container-lowest)}::-webkit-scrollbar-thumb{background:var(--surface-container-highest);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}.fixed-shader-bg{z-index:-1;position:fixed;inset:0}.typing-cursor:after{content:"|";animation:1s step-start infinite blink}@keyframes blink{50%{opacity:0}}.reveal-up{opacity:0;transition:opacity .8s ease-out,transform .8s ease-out;transform:translateY(30px)}.reveal-up.is-visible{opacity:1;transform:translateY(0)}.blur-reveal{filter:blur(10px);transition:filter .8s}.blur-reveal.is-visible{filter:blur()}
