:root {
  --color-black: #000000;
  --color-gray-900: #1F2937;
  --color-gray-800: #374151;
  --color-gray-700: #64748B;
  --color-gray-600: #BBC4CC;
  --color-gray-500: #DADFE5;
  --color-gray-400: #E8EAED;
  --color-gray-300: #F3F4F6;
  --color-gray-200: #FCFCFD;
  --color-gray-100: #F8F9FA;
  --color-white: #FFFFFF;
  --color-yellow-700: #874800;
  --color-yellow-500: #FF9318;
  --color-yellow-400: #FAAE4B;
  --color-yellow-300: #FAC682;
  --color-yellow-100: #FFE2A7;
  --color-yellow-50: #FAF2E3;
  --color-red-500: #E2382D;
  --color-red-400: #FC8B8B;
  --color-red-300: #FCA5A5;
  --color-red-200: #FAECEB;
  --color-red-100: #FFDCD9;
  --color-green-700: #006B35;
  --color-green-500: #008642;
  --color-green-400: #21A662;
  --color-green-300: #39BF7B;
  --color-green-100: #C4EED1;
  --color-blue-700: #2C5FC7;
  --color-blue-500: #366CD9;
  --color-blue-300: #73A6FF;
  --color-blue-200: #E0ECFF;
  --color-blue-100: #EDF4FF;
  --color-navy-900: #042460;
  --color-navy-700: #0A3270;
  --color-navy-500: #446CB2;
  --color-navy-400: #466BD8;
  --color-navy-300: #A1BAE6;
  --color-navy-200: #ECF4FF;
  --color-purple-500: #7C3AED;
  --color-purple-100: #EDE9FE;
  --color-purple-50: #F5F3FF;
  --font-family-inter: "Inter", sans-serif;
  --font-family-inter-tight: "Inter Tight", sans-serif;
  --font-family-jetbrains-mono: "JetBrains Mono", sans-serif;
  --font-size-11: 11px;
  --font-size-12: 12px;
  --font-size-13: 13px;
  --font-size-14: 14px;
  --font-size-16: 16px;
  --font-size-20: 20px;
  --font-size-24: 24px;
  --font-size-28: 28px;
  --font-weight-11-regular: 400;
  --font-weight-11-medium: 500;
  --font-weight-11-semibold: 600;
  --font-weight-12-regular: 400;
  --font-weight-12-medium: 500;
  --font-weight-12-semibold: 500;
  --font-weight-13-regular: 400;
  --font-weight-13-medium: 500;
  --font-weight-13-semibold: 600;
  --font-weight-14-regular: 400;
  --font-weight-14-medium: 500;
  --font-weight-14-semibold: 600;
  --font-weight-16-semibold: 600;
  --font-weight-20-regular: 400;
  --font-weight-20-medium: 500;
  --font-weight-20-semibold: 600;
  --font-weight-24-semibold: 600;
  --font-weight-28-semibold: 600;
  --line-height: 150%;
  --mud-palette-black: #594ae2;
  --mud-palette-white: #ffffff;
  --mud-palette-primary: var(--color-gray-900);
  --mud-palette-primary-rgb: 31, 41, 55;
  --mud-palette-primary-text: #374151;
  --mud-palette-primary-darken: #e8eaed;
  --mud-palette-primary-lighten: #b6bfc7;
  --mud-palette-primary-hover: #1f29370f;
  --mud-palette-secondary: #0175e0;
  --mud-palette-secondary-rgb: 1, 117, 224;
  --mud-palette-secondary-text: #ffffff;
  --mud-palette-secondary-darken: #366cd9;
  --mud-palette-secondary-lighten: #c8ced5;
  --mud-palette-secondary-hover: #0175e00f;
  --mud-palette-tertiary: var(--color-gray-600);
  --mud-palette-tertiary-rgb: 187, 196, 204;
  --mud-palette-tertiary-text: #ffffff;
  --mud-palette-tertiary-darken: #19a98c;
  --mud-palette-tertiary-lighten: #64748b;
  --mud-palette-tertiary-hover: #bbc4cc0f;
  --mud-palette-info: var(--color-blue-500);
  --mud-palette-info-rgb: 54, 108, 217;
  --mud-palette-info-text: #ffffff;
  --mud-palette-info-darken: #0c80df;
  --mud-palette-info-lighten: #47a7f5;
  --mud-palette-info-hover: #366cd90f;
  --mud-palette-success: #39bf7b;
  --mud-palette-success-rgb: 57, 191, 123;
  --mud-palette-success-text: #008642;
  --mud-palette-success-darken: #00a344;
  --mud-palette-success-lighten: #00eb62;
  --mud-palette-success-hover: #39bf7b0f;
  --mud-palette-warning: #ff9318;
  --mud-palette-warning-rgb: 255, 147, 24;
  --mud-palette-warning-text: #a16207;
  --mud-palette-warning-darken: #d68100;
  --mud-palette-warning-lighten: #ffa724;
  --mud-palette-warning-hover: #ff93180f;
  --mud-palette-error: #eb5757;
  --mud-palette-error-rgb: 235, 87, 87;
  --mud-palette-error-text: #e2382d;
  --mud-palette-error-darken: #f21c0d;
  --mud-palette-error-lighten: #FEE9E8;
  --mud-palette-error-hover: #eb57570f;
  --mud-palette-dark: #fca5a5;
  --mud-palette-dark-rgb: 252, 165, 165;
  --mud-palette-dark-text: #ffffff;
  --mud-palette-dark-darken: #2e2e2e;
  --mud-palette-dark-lighten: #575757;
  --mud-palette-dark-hover: #fca5a50f;
  --mud-palette-text-primary: #1f2937;
  --mud-palette-text-secondary: #00000089;
  --mud-palette-text-disabled: #00000060;
  --mud-palette-action-default: #00000089;
  --mud-palette-action-default-hover: #0000000f;
  --mud-palette-action-disabled: #00000042;
  --mud-palette-action-disabled-background: #0000001e;
  --mud-palette-surface: #ffffff;
  --mud-palette-background: #ffffff;
  --mud-palette-background-gray: #f5f5f5;
  --mud-palette-drawer-background: #2e4773;
  --mud-palette-drawer-text: #9db3d9;
  --mud-palette-drawer-icon: #9db3d9;
  --mud-palette-appbar-background: #F3F4F6;
  --mud-palette-appbar-text: #ffffff;
  --mud-palette-lines-default: #0000001e;
  --mud-palette-lines-inputs: #bdbdbd;
  --mud-palette-table-lines: #e0e0e0;
  --mud-palette-table-striped: #00000005;
  --mud-palette-table-hover: #0000000a;
  --mud-palette-divider: #e0e0e0;
  --mud-palette-divider-light: #000000cc;
  --mud-palette-skeleton: #0000001c;
  --mud-palette-gray-default: #9E9E9E;
  --mud-palette-gray-light: #BDBDBD;
  --mud-palette-gray-lighter: #E0E0E0;
  --mud-palette-gray-dark: #757575;
  --mud-palette-gray-darker: #616161;
  --mud-palette-overlay-dark: #21212180;
  --mud-palette-overlay-light: #ffffff80;
  --mud-palette-border-opacity: 1;
  --mud-ripple-color: var(--mud-palette-text-primary);
  --mud-ripple-opacity: 0.1;
  --mud-ripple-opacity-secondary: 0.2;
  --mud-elevation-0: none;
  --mud-elevation-1: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mud-elevation-2: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mud-elevation-3: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mud-elevation-4: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mud-elevation-5: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mud-elevation-6: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mud-elevation-7: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mud-elevation-8: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mud-elevation-9: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mud-elevation-10: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mud-elevation-11: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mud-elevation-12: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mud-elevation-13: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mud-elevation-14: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mud-elevation-15: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mud-elevation-16: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mud-elevation-17: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mud-elevation-18: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mud-elevation-19: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mud-elevation-20: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mud-elevation-21: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mud-elevation-22: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mud-elevation-23: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mud-elevation-24: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mud-elevation-25: 0 5px 5px -3px rgba(0, 0, 0, .06), 0 8px 10px 1px rgba(0, 0, 0, .042), 0 3px 14px 2px rgba(0, 0, 0, .036);
  --mud-default-borderradius: 6px;
  --mud-drawer-width-left: 230px;
  --mud-drawer-width-right: 230px;
  --mud-drawer-width-mini-left: 68px;
  --mud-drawer-width-mini-right: 68px;
  --mud-appbar-height: 59px;
  --mud-typography-default-family: Inter, sans-serif;
  --mud-typography-default-size: 14px;
  --mud-typography-default-weight: 400;
  --mud-typography-default-lineheight: 1.5;
  --mud-typography-default-letterspacing: 0;
  --mud-typography-default-text-transform: none;
  --mud-typography-h1-family: Inter, sans-serif;
  --mud-typography-h1-size: 6rem;
  --mud-typography-h1-weight: 300;
  --mud-typography-h1-lineheight: 1.167;
  --mud-typography-h1-letterspacing: -.01562em;
  --mud-typography-h1-text-transform: none;
  --mud-typography-h2-family: Inter, sans-serif;
  --mud-typography-h2-size: 14px;
  --mud-typography-h2-weight: 600;
  --mud-typography-h2-lineheight: 1.5;
  --mud-typography-h2-letterspacing: 0;
  --mud-typography-h2-text-transform: none;
  --mud-typography-h3-family: Inter, sans-serif;
  --mud-typography-h3-size: 3rem;
  --mud-typography-h3-weight: 400;
  --mud-typography-h3-lineheight: 1.167;
  --mud-typography-h3-letterspacing: 0;
  --mud-typography-h3-text-transform: none;
  --mud-typography-h4-family: Inter, sans-serif;
  --mud-typography-h4-size: 16px;
  --mud-typography-h4-weight: 600;
  --mud-typography-h4-lineheight: 1.5;
  --mud-typography-h4-letterspacing: -0.5%;
  --mud-typography-h4-text-transform: none;
  --mud-typography-h5-family: Inter, sans-serif;
  --mud-typography-h5-size: 13px;
  --mud-typography-h5-weight: 600;
  --mud-typography-h5-lineheight: 1;
  --mud-typography-h5-letterspacing: 0;
  --mud-typography-h5-text-transform: none;
  --mud-typography-h6-family: Inter, sans-serif;
--mud-typography-h6-size: 13px;
  --mud-typography-h6-weight: 500;
  --mud-typography-h6-lineheight: 1.5;
  --mud-typography-h6-letterspacing: 0;
  --mud-typography-h6-text-transform: none;
  --mud-typography-subtitle1-family: Inter, sans-serif;
  --mud-typography-subtitle1-size: 14px;
  --mud-typography-subtitle1-weight: 500;
  --mud-typography-subtitle1-lineheight: 1.5;
  --mud-typography-subtitle1-letterspacing: 0;
  --mud-typography-subtitle1-text-transform: none;
  --mud-typography-subtitle2-family: Inter, sans-serif;
  --mud-typography-subtitle2-size: 13px;
  --mud-typography-subtitle2-weight: 400;
  --mud-typography-subtitle2-lineheight: 1;
  --mud-typography-subtitle2-letterspacing: 0;
  --mud-typography-subtitle2-text-transform: none;
  --mud-typography-body1-family: Inter, sans-serif;
  --mud-typography-body1-size: 14px;
  --mud-typography-body1-weight: 400;
  --mud-typography-body1-lineheight: 1.5;
  --mud-typography-body1-letterspacing: 0;
  --mud-typography-body1-text-transform: none;
  --mud-typography-body2-family: Inter, sans-serif;
  --mud-typography-body2-size: 12px;
  --mud-typography-body2-weight: 400;
  --mud-typography-body2-lineheight: 1.5;
  --mud-typography-body2-letterspacing: 0;
  --mud-typography-body2-text-transform: none;
  --mud-typography-button-family: Inter, sans-serif;
  --mud-typography-button-size: 1rem;
  --mud-typography-button-weight: 600;
  --mud-typography-button-lineheight: 1.5;
  --mud-typography-button-letterspacing: 0;
  --mud-typography-button-text-transform: none;
  --mud-typography-caption-family: Inter, sans-serif;
  --mud-typography-caption-size: .75rem;
  --mud-typography-caption-weight: 400;
  --mud-typography-caption-lineheight: 1.66;
  --mud-typography-caption-letterspacing: .03333em;
  --mud-typography-caption-text-transform: none;
  --mud-typography-overline-family: Inter, sans-serif;
  --mud-typography-overline-size: .75rem;
  --mud-typography-overline-weight: 400;
  --mud-typography-overline-lineheight: 2.66;
  --mud-typography-overline-letterspacing: .08333em;
  --mud-typography-overline-text-transform: none;
  --mud-zindex-drawer: 1100;
  --mud-zindex-appbar: 1300;
  --mud-zindex-dialog: 1400;
  --mud-zindex-popover: 1200;
  --mud-zindex-snackbar: 1500;
  --mud-zindex-tooltip: 1600;
  --mud-native-html-color-scheme: light;
  --cwv-good-text: #166534;
  --cwv-good-bg: #e8f5e9;
  --cwv-needs-improvement-text: #b45309;
  --cwv-needs-improvement-bg: #fff3e0;
  --cwv-poor-text: #b91c1c;
  --cwv-poor-bg: #ffebee;
}
