@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cabinet+Grotesk:wght@300;400;500;700;800&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #04040a;--surface: #0c0c18;--card: #10101e;--accent: #00f5d4;--accent2: #f500ff;--accent3: #ff6b00;--text: #f0f0ff;--muted: #6060a0;--border: rgba(255,255,255,.06);--nav-height: 70px;--radius: 16px}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Cabinet Grotesk,sans-serif;overflow-x:hidden}.cursor{width:12px;height:12px;background:var(--accent);border-radius:50%;position:fixed;pointer-events:none;z-index:9999;transition:transform .15s ease,width .2s,height .2s,background .2s;transform:translate(-50%,-50%);mix-blend-mode:difference}.cursor-ring{width:36px;height:36px;border:1px solid rgba(0,245,212,.4);border-radius:50%;position:fixed;pointer-events:none;z-index:9998;transition:transform .08s linear,width .3s,height .3s;transform:translate(-50%,-50%)}.cursor.hovering{width:20px;height:20px;background:var(--accent2)}.cursor-ring.hovering{width:60px;height:60px;border-color:#f500ff4d}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");pointer-events:none;z-index:9997;opacity:.4}#root{position:relative}a{color:inherit;text-decoration:none}.container{max-width:1000px;margin:0 auto;padding:0 2.5rem}.page{min-height:100vh;padding-top:var(--nav-height)}.page-enter{animation:pageIn .6s cubic-bezier(.16,1,.3,1) both}@keyframes pageIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.label{font-size:.7rem;letter-spacing:4px;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;font-weight:500}.tag{display:inline-block;border-radius:100px;padding:4px 14px;font-size:.78rem;font-weight:500}.tag.accent{background:#00f5d41a;color:var(--accent);border:1px solid rgba(0,245,212,.2)}.tag.neutral{background:var(--surface);color:var(--muted);border:1px solid var(--border)}.tag.pink{background:#f500ff1a;color:var(--accent2);border:1px solid rgba(245,0,255,.2)}
