*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{
  overflow-x:hidden;
  font-family:'Geist',system-ui,sans-serif;
  background:#f0f4ff;
  color:#0a0f1e;
  line-height:1.6;
}
a{text-decoration:none;color:inherit}
ul{list-style:none}
img{max-width:100%;display:block}
button{border:none;background:none;font-family:inherit;cursor:pointer}
::-webkit-scrollbar{width:8px}
::-webkit-scrollbar-track{background:#0a0f1e}
::-webkit-scrollbar-thumb{background:#2563eb}
::-webkit-scrollbar-thumb:hover{background:#3b82f6}