:root{--bg:#f7faff;--panel:#ffffff;--ink:#020203;--muted:#566277;--soft:#dde8f7;--soft2:#eef5ff;--gold:#37b6fe;--dark-blue:#004aad;--green:#0bc0de;--red:#5170fe;--blue:#004aad;--royal:#5170fe;--cyan:#0bc0de;--sky:#37b6fe;--shadow:0 24px 70px rgba(0,74,173,0.12);--radius:28px;--radius-sm:18px;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Manrope,Arial,sans-serif;background:var(--bg);color:var(--ink);overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}::selection{background:rgba(0,74,173,.24)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}