@import"https://fonts.googleapis.com/css2?family=Clash+Display:wght@400;500;600;700&family=Bricolage+Grotesque:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap";@tailwind base;@tailwind components;@tailwind utilities;*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #080810;--bg2: #0d0d18;--surface: #10101e;--surface2: #161628;--surface3: #1c1c32;--border: rgba(255,255,255,.07);--border2: rgba(255,255,255,.12);--text: #f0ede8;--muted: rgba(240,237,232,.38);--muted2: rgba(240,237,232,.18);--accent: #FFB830;--accent2: #FFC94D;--accent3: rgba(255,184,48,.12);--danger: #FF5C5C;--success: #4FFFB0;--info: #60A5FA;--purple: #A78BFA}html,body,#root{height:100%;background:var(--bg);color:var(--text);font-family:Bricolage Grotesque,sans-serif;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#fff3}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:9999;opacity:.4}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #ffb83026}50%{box-shadow:0 0 40px #ffb8304d}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}.animate-fade-up{animation:fadeUp .4s ease both}.animate-fade-in{animation:fadeIn .3s ease both}.animate-pulse-glow{animation:pulse-glow 3s ease-in-out infinite}.page-content>*{animation:fadeUp .35s ease both}.page-content>*:nth-child(1){animation-delay:0s}.page-content>*:nth-child(2){animation-delay:.05s}.page-content>*:nth-child(3){animation-delay:.1s}.page-content>*:nth-child(4){animation-delay:.15s}.page-content>*:nth-child(5){animation-delay:.2s}
