@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#0d0d0f;color:#e4e4e7;line-height:1.9;font-size:clamp(16.5px,2.5vw,18.5px);letter-spacing:.01em;overflow-x:hidden;-webkit-font-smoothing:antialiased}#root{min-height:100vh}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#18181b}::-webkit-scrollbar-thumb{background:#3f3f46;border-radius:3px}::selection{background:#ff6b4a4d;color:#fff}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes matrixFall{0%{transform:translateY(-100vh);opacity:0}5%{opacity:.7}95%{opacity:.7}to{transform:translateY(100vh);opacity:0}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes pulse{0%,to{opacity:.3}50%{opacity:.6}}
