@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{--color-primary:#1b4f8a;--color-primary-light:#2d6fbf;--color-primary-pale:#ebf2fa;--color-success:#16a34a;--color-success-pale:#dcfce7;--color-warning:#d97706;--color-warning-pale:#fef3c7;--color-error:#dc2626;--color-error-pale:#fee2e2;--color-neutral:#6b7280;--color-neutral-pale:#f3f4f6;--color-bg-base:#f5f7fa;--color-bg-white:#fff;--color-bg-sidebar:#0f2d4e;--color-text-primary:#111827;--color-text-secondary:#4b5563;--color-text-disabled:#9ca3af;--color-text-on-dark:#fff;--color-border:#e5e7eb;--color-border-focus:#1b4f8a;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 8px 24px #0000001f;--sidebar-width:240px;--sidebar-collapsed-width:64px;--content-max-width:1200px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{height:100%;font-size:16px}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:var(--text-base);font-weight:var(--weight-regular);color:var(--color-text-primary);background-color:var(--color-bg-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit}
