:root{--brand-blue:#4a7bb7;--brand-blue-dark:#3d6396;--brand-blue-soft:#6f95c7;--brand-blue-faint:#ebf0f7;--bg:#f7f8fa;--surface:#fff;--surface-2:#f1f4f8;--ink:#1a1f2e;--ink-2:#3a4252;--ink-3:#6b7280;--ink-4:#9ca3af;--rule:#e5e9f0;--rule-strong:#cfd6e0;--success:#2e7d5e;--success-faint:#e8f3ee;--danger:#b83a3a;--danger-faint:#fbeded}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,system-ui,sans-serif;background:var(--bg);color:var(--ink);line-height:1.5;font-size:16px}img{max-width:100%;display:block}button{font-family:inherit;cursor:pointer;border:0;background:none;color:inherit}button:disabled{cursor:not-allowed}input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}a{color:inherit;text-decoration:none}.container{max-width:1120px;margin:0 auto;padding:0 24px}.smcp{font-feature-settings:"smcp","c2sc";font-variant-caps:all-small-caps;letter-spacing:.08em}@media (max-width:640px){.container{padding:0 20px}}