@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap");*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#040409;color:#f1f5f9;line-height:1.6;letter-spacing:-.01em}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#060712}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#7c3aed,#a855f7);border-radius:999px;border:2px solid #060712}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#a855f7,#c084fc)}:focus-visible{outline:2px solid #c084fc;outline-offset:3px;border-radius:6px}::selection{background:rgba(168,85,247,.35);color:#fff}::-moz-selection{background:rgba(168,85,247,.35);color:#fff}