@import url("https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700&family=Hanken+Grotesk:wght@500;600;700;800&family=Inter:wght@400;500;600;700;800&display=swap");:root{--background:#edf3fb;--foreground:#0f172a}html{min-height:100%;background:var(--background);scroll-behavior:smooth}body{margin:0;min-height:100vh;color:var(--foreground);background:radial-gradient(circle at top left,rgba(79,110,232,.1),transparent 26%),radial-gradient(circle at right 20%,rgba(19,191,166,.08),transparent 20%),linear-gradient(180deg,#f8fbff,#edf3fb 42%,#eef4fb);font-family:Inter,Segoe UI,Arial,sans-serif}*{box-sizing:border-box}[role=button]:not(:disabled),button:not(:disabled){cursor:pointer}a{color:inherit;text-decoration:none}::selection{background:rgba(79,110,232,.18);color:#0f172a}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:rgba(100,116,139,.35);background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:rgba(100,116,139,.55);background-clip:padding-box}