@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;min-width:320px;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0a0a0f}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0a0a0f}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#00d4ff,#7b2dff);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#00a3cc,#50c)}::selection{background:#00d4ff4d;color:#fff}*:focus-visible{outline:2px solid #00D4FF;outline-offset:2px;box-shadow:0 0 20px #00d4ff4d}a,button{transition:all .3s ease}
