@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{min-height:100vh}*{scrollbar-width:thin;scrollbar-color:#38BDF8 #0F172A}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:#0f172a;border-radius:10px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#a855f7,#2563eb,#38bdf8);border-radius:10px;border:2px solid #0F172A;transition:all .3s ease}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#c084fc,#3b82f6,#60a5fa);box-shadow:0 0 10px #38bdf880}::-webkit-scrollbar-thumb:active{background:linear-gradient(135deg,#a855f7,#2563eb,#38bdf8)}::-webkit-scrollbar-corner{background:#0f172a}
