@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Inter,sans-serif;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:#0a0a0a;color:#f0f0f0;font-family:Inter,sans-serif}h1,h2,h3,h4{font-family:Inter,sans-serif;letter-spacing:-.04em}.gradient-text{background:linear-gradient(135deg,#a855f7,#ec4899,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gradient-border{position:relative;background:linear-gradient(#111,#111) padding-box,linear-gradient(135deg,#a855f7,#ec4899,#f97316) border-box;border:2px solid transparent}@keyframes pulseGlow{0%,to{box-shadow:0 0 #a855f733}50%{box-shadow:0 0 0 8px #a855f700}}.animate-pulse-glow{animation:pulseGlow 2.4s infinite}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#3f3f46;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#a855f7}
