@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;700&display=swap";:root{--color-bg:#0b0e11;--color-surface:#131720;--color-text:#c8cdd6;--color-muted:#464c58;--color-phosphor:#9bbc0f;--color-red:#f33;--color-divider:#1c2028;--font-mono:"IBM Plex Mono", "Courier New", Courier, monospace;--space-section:clamp(5rem, 4rem + 4vw, 8rem);--max-content:760px;--duration-fast:.12s;--ease-out:cubic-bezier(.16, 1, .3, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-mono);-webkit-font-smoothing:antialiased;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes cursor-blink{0%,to{opacity:1}50%{opacity:0}}.bg-shader{z-index:-1;pointer-events:none;position:fixed;inset:0}.bg-shader__canvas{width:100%;height:100%;display:block}.hero{width:100%;height:100vh;position:relative;overflow:hidden}.hero__shader{width:100%;height:100%;position:absolute;inset:0}.hero__scroll{color:var(--color-muted);letter-spacing:.15em;text-transform:uppercase;z-index:10;flex-direction:column;align-items:center;gap:.4rem;font-size:.75rem;animation:none;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero__scroll:after{content:"";background:var(--color-muted);width:1px;height:2rem;display:block}@media (prefers-reduced-motion:no-preference){.hero__scroll{animation:2s ease-in-out infinite bounce}}@keyframes bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(6px)}}
