*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #080808;--bg-2: #101010;--bg-card: #141414;--accent: #7980FF;--accent-dim: rgba(121, 128, 255, .1);--text-1: #f5f5f7;--text-2: #86868b;--text-3: #48484a;--border: rgba(255, 255, 255, .07);--border-hover: rgba(255, 255, 255, .13);--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "Space Mono", ui-monospace, monospace}html,body{background:var(--bg);color:var(--text-1);font-family:var(--font-sans);overflow:hidden;width:100%;height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:none}#root{width:100%;height:100vh;overflow:hidden;position:relative}.section-scroll{overflow-y:auto;overflow-x:hidden;height:100%;scrollbar-width:thin;scrollbar-color:var(--text-3) transparent}.section-scroll::-webkit-scrollbar{width:3px}.section-scroll::-webkit-scrollbar-track{background:transparent}.section-scroll::-webkit-scrollbar-thumb{background:var(--text-3);border-radius:2px}h1,h2,h3,h4{font-family:var(--font-sans);font-weight:600;letter-spacing:-.022em}canvas{cursor:none}a,button{cursor:none}.mono{font-family:var(--font-mono)}.tag{display:inline-block;font-family:var(--font-mono);font-size:10px;padding:2px 7px;border-radius:3px;background:#ffffff0a;color:var(--text-3);border:1px solid rgba(255,255,255,.06);letter-spacing:.02em}.noise{pointer-events:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:200px}.canvas-container{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}
