@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.app{min-height:100vh}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#13131a}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#8b5cf6,#6366f1,#3b82f6);border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#ec4899,#8b5cf6)}::selection{background-color:#8b5cf64d;color:#fff}
