:root{--bg:#f7fafe;--bg-soft:#ffffff;--panel:rgba(255,255,255,0.96);--panel-strong:#005cd9;--line:rgba(0,30,150,0.12);--text:#070f2e;--muted:#5b6785;--brand:#001e96;--brand-2:#005cd9;--brand-3:#008ae3;--highlight:#eaf5ff;--navy:#001677;--tertiary:#003eaa;--hover:#3351b5;--danger:#ee6541;--disabled:#bdbdbd;--shadow:0 18px 48px rgba(7,15,46,0.08);--brand-gradient:linear-gradient(90deg,#001e96,#005cd9 50%,#008ae3)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background:radial-gradient(circle at top left,rgba(0,126,204,.08),transparent 22%),linear-gradient(180deg,#ffffff,#f7fafe 52%,#f1f6fd);color:var(--text)}html{scrollbar-width:thin;scrollbar-color:#005cd9 #eaf5ff}body::-webkit-scrollbar{width:12px}body::-webkit-scrollbar-track{background:#eaf5ff}body::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#001e96,#005cd9 55%,#008ae3);border-radius:999px;border:2px solid #eaf5ff}body::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#001677,#005cd9 50%,#007ecc)}a{color:inherit;text-decoration:none}button{font:inherit}