:root{--background:#f7f8fb;--foreground:#17202a;--muted:#667085;--line:#dfe4ea;--surface:#ffffff;--primary:#181818;--primary-dark:#115e59;--primary-soft:#ccfbf1;--brand-blue:#223eef;--danger:#dc2626;--radius:8px;--base-size:1920}@media only screen and (max-width:860px){:root{--base-size:375}}*{box-sizing:border-box}body,html{min-height:100%;width:100vw;overflow-x:hidden}html{text-size-adjust:100%}[data-lenis-root]{height:100dvh;overflow-y:auto;overscroll-behavior:none}[data-lenis-content]{min-height:100%}section{max-width:100vw;overflow-x:hidden}::-webkit-scrollbar{display:none}*{scrollbar-width:none;-ms-overflow-style:none}body{position:relative;margin:0;overflow:hidden;background:radial-gradient(circle at 18% 24%,rgba(34,62,239,.16),transparent 32%),radial-gradient(circle at 82% 18%,rgba(17,94,89,.12),transparent 30%),radial-gradient(circle at 50% 88%,rgba(220,38,38,.1),transparent 36%),var(--background);color:var(--foreground);font-family:Stack Sans Text,Arial,Helvetica,sans-serif}body:before{position:fixed;inset:-18%;z-index:0;content:"";pointer-events:none;background:radial-gradient(circle at 18% 30%,rgba(34,62,239,.2),transparent 28%),radial-gradient(circle at 82% 28%,rgba(15,118,110,.14),transparent 27%),radial-gradient(circle at 62% 78%,rgba(124,58,237,.14),transparent 32%),radial-gradient(circle at 22% 84%,rgba(219,39,119,.1),transparent 28%);filter:blur(12px);animation:appAura 9s ease-in-out infinite alternate}body>*{position:relative;z-index:1}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;text-size-adjust:100%;touch-action:manipulation}[role=button],button,input,select,textarea{-webkit-tap-highlight-color:rgba(0,0,0,0)}input:not([type=checkbox]):not([type=radio]):not([type=range]),select,textarea{appearance:none;border-radius:var(--radius);-webkit-user-select:text;user-select:text}input[type=checkbox],input[type=radio]{accent-color:var(--brand-blue)}select{background-image:url("data:image/svg+xml;utf8,<svg fill='%23667085' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right .5rem center;background-size:1.5em 1.5em;padding-right:2.5rem}input:focus,select:focus,textarea:focus{outline:2px solid var(--brand-blue);outline-offset:2px}@keyframes appAura{0%{opacity:.78;transform:translate3d(-5%,-3%,0) scale(1)}to{opacity:1;transform:translate3d(5%,4%,0) scale(1.08)}}