:root{--font-system: "Inter Variable", "Inter", "Segoe UI Variable", -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;--brand-navy: #2e3b4e;--brand-navy-2: #1a2330;--brand-green: #2ba83c;--brand-blue: #0078d4;--brand-red: #d13438;--bg-canvas: #f4f5f8;--text-body: #333333;--text-label: #8696a8;--divider: #cccccc}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%}html{font-family:var(--font-system);font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:geometricPrecision;font-feature-settings:"kern" 1,"liga" 1,"calt" 1;font-optical-sizing:auto;font-synthesis:none;-webkit-text-size-adjust:100%;text-size-adjust:100%}*,*:before,*:after{-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;text-rendering:inherit}body{font-family:inherit;background-color:var(--bg-canvas);color:var(--text-body);line-height:1.5;overscroll-behavior-y:none;-webkit-overflow-scrolling:touch}table,.tabular-nums{font-variant-numeric:tabular-nums}:focus-visible{outline:2px solid var(--brand-blue);outline-offset:2px;border-radius:4px}input,textarea,select,button{font-family:inherit;font-feature-settings:inherit}button{-webkit-tap-highlight-color:transparent;touch-action:manipulation}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite;transform-origin:center}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
