:root{--bg:#ffffff;--surface:#f4f6f9;--surface-2:#f9fafc;--fg:#182234;--muted:#5a6b81;--faint:#8b98ab;--border:#dde3ec;--border-strong:#c2ccda;--brand:#1c4e80;--brand-dark:#163e66;--brand-soft:#e8f0f8;--brand-softer:#f2f7fc;--on-brand:#ffffff;--ok:#1b7a43;--ok-bg:#e9f5ee;--warn:#9a5300;--warn-bg:#fcf1e3;--warn-border:#ecd3ac;--danger:#b3261e;--danger-dark:#8f1e17;--danger-bg:#fbebea;--debit:#1c4e80;--debit-soft:#e9f0f8;--credit:#6d3f94;--credit-soft:#f2ecf9;--control-h:38px;--control-h-sm:30px;--radius-sm:6px;--radius:8px;--radius-lg:12px;--shadow-sm:0 1px 2px rgba(24,34,52,0.06);--shadow:0 4px 14px rgba(24,34,52,0.08);--ring:#4d7fb3;--overlay:rgba(24,34,52,0.4);--content-max:1240px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:40px;--space-8:48px;--section-pad:clamp(44px,7vw,72px);--text-xs:12px;--text-sm:13px;--text-base:14px;--text-md:15px;--text-lg:16px;--h1-hero:clamp(30px,5.5vw,46px);--h1-app:clamp(21px,4vw,26px);--container-marketing:1080px;--container-narrow:880px;--container-prose:820px;--tap-min:44px;--ok-color:var(--ok)}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--fg);background:var(--bg);line-height:1.55;-webkit-font-smoothing:antialiased}a{color:var(--brand);text-decoration:none}h1,h2,h3{letter-spacing:-.01em}td{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}:where(input:not([type=checkbox]):not([type=radio]),select){height:var(--control-h);padding:0 12px;border:1px solid var(--border);border-radius:var(--radius);font-size:14px;font-family:inherit;color:var(--fg);background:var(--bg)}:where(textarea){padding:9px 12px;border:1px solid var(--border);border-radius:var(--radius);font-size:14px;font-family:inherit;color:var(--fg);background:var(--bg)}:where(select){padding-right:30px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%235a6b81' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 11px center}input::placeholder,textarea::placeholder{color:var(--faint)}input:not([type=checkbox]):not([type=radio]):focus,select:focus,textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}input[type=checkbox]{width:17px;height:17px;accent-color:var(--brand)}:where(input[type=date]){min-width:150px}button{font-family:inherit}@keyframes vadi-spin{to{transform:rotate(1turn)}}.vadi-spinner{display:inline-block;box-sizing:border-box;width:16px;height:16px;border:2px solid;border-right:2px solid transparent;border-radius:50%;opacity:.85;vertical-align:-.15em;flex:none;animation:vadi-spin .6s linear infinite}:focus-visible{outline:2px solid var(--ring);outline-offset:1px}html{scroll-behavior:smooth}[data-anchor],h2[id],section[id]{scroll-margin-top:76px}@media (max-width:768px){input:not([type=checkbox]):not([type=radio]),select,textarea{font-size:16px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.nav-busy-ring{position:fixed;top:0;left:0;pointer-events:none;z-index:1500;opacity:0;transition:opacity .12s ease}html.nav-busy .nav-busy-ring{opacity:1}