@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{--font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--color-primary:#0058be;--color-primary-container:#2170e4;--color-primary-fixed:#d8e2ff;--color-primary-fixed-dim:#adc6ff;--color-on-primary:#fff;--color-on-primary-container:#fefcff;--color-on-primary-fixed:#001a42;--color-on-primary-fixed-variant:#004395;--color-secondary:#565e74;--color-secondary-container:#dae2fd;--color-secondary-fixed:#dae2fd;--color-secondary-fixed-dim:#bec6e0;--color-on-secondary:#fff;--color-on-secondary-container:#5c647a;--color-on-secondary-fixed:#131b2e;--color-on-secondary-fixed-variant:#3f465c;--color-tertiary:#924700;--color-tertiary-container:#b75b00;--color-tertiary-fixed:#ffdcc6;--color-tertiary-fixed-dim:#ffb786;--color-on-tertiary:#fff;--color-on-tertiary-container:#fffbff;--color-on-tertiary-fixed:#311400;--color-on-tertiary-fixed-variant:#723600;--color-background:#eceef0;--color-surface:#f7f9fb;--color-surface-bright:#f7f9fb;--color-surface-container:#e6e8ea;--color-surface-container-low:#f2f4f6;--color-surface-container-lowest:#fff;--color-surface-container-high:#dce0e4;--color-surface-container-highest:#d0d4d8;--color-surface-dim:#d8dadc;--color-surface-tint:#005ac2;--color-surface-variant:#e0e3e5;--color-on-background:#191c1e;--color-on-surface:#191c1e;--color-on-surface-variant:#424754;--color-error:#ba1a1a;--color-error-container:#ffdad6;--color-on-error:#fff;--color-on-error-container:#93000a;--color-outline:#727785;--color-outline-variant:#c2c6d6;--color-inverse-surface:#2d3133;--color-inverse-on-surface:#eff1f3;--color-inverse-primary:#adc6ff;--color-success:#0f766e;--color-success-container:#ccfbf1;--color-warning:#d97706;--color-warning-container:#fef3c7;--color-info:#0284c7;--color-info-container:#e0f2fe;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--shadow-sm:0 1px 2px #191c1e0a;--shadow-md:0 4px 8px #191c1e0f;--shadow-lg:0 8px 16px #191c1e14;--shadow-ambient:0 32px 48px -4px #191c1e0f;--spacing-1:4px;--spacing-2:8px;--spacing-3:12px;--spacing-4:16px;--spacing-5:20px;--spacing-6:24px;--spacing-8:32px;--spacing-10:40px;--spacing-12:48px;--spacing-16:64px;--spacing-20:80px;--sidebar-width:280px;--header-height:64px;--transition-fast:.15s ease;--transition-normal:.25s ease;--transition-slow:.35s ease}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;min-height:100vh;overflow-x:hidden}body{font-family:var(--font-family);background:var(--color-surface-container);color:var(--color-on-surface);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:.9375rem;line-height:1.5}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{color:var(--color-on-surface);letter-spacing:-.02em;font-weight:600}h1{font-size:2.25rem;line-height:2.5rem}h2{font-size:1.875rem;line-height:2.25rem}h3{font-size:1.5rem;line-height:2rem}h4{font-size:1.25rem;line-height:1.75rem}h5{font-size:1.125rem;line-height:1.5rem}h6{font-size:1rem;line-height:1.5rem}.label{text-transform:uppercase;letter-spacing:.05em;color:var(--color-secondary);font-size:.75rem;font-weight:500}.text-sm{font-size:.875rem}.text-md{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}input,button,select,textarea{font-family:inherit;font-size:inherit}button{cursor:pointer;background:0 0;border:none;font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-surface-container-low)}::-webkit-scrollbar-thumb{background:var(--color-outline-variant);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-outline)}
