:root,
html[data-theme="light"] {
  color-scheme: light;
  --hz-space--none: 0px;
  --hz-space--xxxxs: 2px;
  --hz-space--xxxs: 4px;
  --hz-space--xxs: 8px;
  --hz-space--xs: 12px;
  --hz-space--s: 16px;
  --hz-space--m: 24px;
  --hz-space--l: 32px;
  --hz-space--xl: 48px;
  --hz-space--xxl: 64px;
  --hz-space--xxxl: 96px;
  --hz-border--weightStandard: 1px solid;
  --hz-border--weightLarge: 2px solid;
  --hz-radius--none: 0px;
  --hz-radius--xs: 2px;
  --hz-radius--s: 4px;
  --hz-radius--m: 8px;
  --hz-radius--l: 12px;
  --hz-radius--xl: 16px;
  --hz-radius--xxl: 20px;
  --hz-shadow--low:
    0px 4px 8px -2px rgba(10, 13, 18, 0.1),
    0px 2px 4px -2px rgba(10, 13, 18, 0.06);
  --hz-shadow--medium:
    0px 12px 16px -4px rgba(10, 13, 18, 0.08),
    0px 4px 6px -2px rgba(10, 13, 18, 0.03);
  --hz-shadow--high:
    0px 20px 24px -4px rgba(10, 13, 18, 0.08),
    0px 8px 8px -4px rgba(10, 13, 18, 0.03);
  --hz-breakpoint--minWidthXs: 0px;
  --hz-breakpoint--minWidthS: 480px;
  --hz-breakpoint--minWidthM: 768px;
  --hz-breakpoint--minWidthL: 992px;
  --hz-breakpoint--minWidthXl: 1200px;
  --hz-fontFamily--bodyLarge: "Roboto", sans-serif;
  --hz-fontFamily--bodyLargeStrong: "Roboto", sans-serif;
  --hz-fontFamily--bodyRegular: "Roboto", sans-serif;
  --hz-fontFamily--bodyRegularStrong: "Roboto", sans-serif;
  --hz-fontFamily--bodySmall: "Roboto", sans-serif;
  --hz-fontFamily--bodySmallStrong: "Roboto", sans-serif;
  --hz-fontFamily--linkLarge: "Roboto", sans-serif;
  --hz-fontFamily--linkRegular: "Roboto", sans-serif;
  --hz-fontFamily--linkSmall: "Roboto", sans-serif;
  --hz-fontFamily--title1: "Breeserif", sans-serif;
  --hz-fontFamily--title2: "Breeserif", sans-serif;
  --hz-fontFamily--title3: "Breeserif", sans-serif;
  --hz-fontFamily--title4: "Breeserif", sans-serif;
  --hz-fontFamily--title5: "Breeserif", sans-serif;
  --hz-fontFamily--buttonText: "Roboto", sans-serif;
  --hz-fontFamily--licensePlate: "Kenteken", sans-serif;
  --hz-lineHeight--bodyLarge: 22px;
  --hz-lineHeight--bodyLargeStrong: 22px;
  --hz-lineHeight--bodyRegular: 18px;
  --hz-lineHeight--bodyRegularStrong: 18px;
  --hz-lineHeight--bodySmall: 16px;
  --hz-lineHeight--bodySmallStrong: 16px;
  --hz-lineHeight--linkLarge: 22px;
  --hz-lineHeight--linkRegular: 18px;
  --hz-lineHeight--linkSmall: 16px;
  --hz-lineHeight--title1: 60px;
  --hz-lineHeight--title2: 40px;
  --hz-lineHeight--title3: 32px;
  --hz-lineHeight--title4: 28px;
  --hz-lineHeight--title5: 24px;
  --hz-lineHeight--buttonText: 28px;
  --hz-lineHeight--licensePlate: 32px;
  --hz-fontWeight--bodyLarge: 400;
  --hz-fontWeight--bodyLargeStrong: 500;
  --hz-fontWeight--bodyRegular: 400;
  --hz-fontWeight--bodyRegularStrong: 500;
  --hz-fontWeight--bodySmall: 400;
  --hz-fontWeight--bodySmallStrong: 500;
  --hz-fontWeight--linkLarge: 400;
  --hz-fontWeight--linkRegular: 400;
  --hz-fontWeight--linkSmall: 400;
  --hz-fontWeight--title1: 400;
  --hz-fontWeight--title2: 400;
  --hz-fontWeight--title3: 400;
  --hz-fontWeight--title4: 400;
  --hz-fontWeight--title5: 400;
  --hz-fontWeight--buttonText: 500;
  --hz-fontWeight--licensePlate: 400;
  --hz-fontSize--bodyLarge: 16px;
  --hz-fontSize--bodyLargeStrong: 16px;
  --hz-fontSize--bodyRegular: 14px;
  --hz-fontSize--bodyRegularStrong: 14px;
  --hz-fontSize--bodySmall: 12px;
  --hz-fontSize--bodySmallStrong: 12px;
  --hz-fontSize--linkLarge: 16px;
  --hz-fontSize--linkRegular: 14px;
  --hz-fontSize--linkSmall: 12px;
  --hz-fontSize--title1: 44px;
  --hz-fontSize--title2: 32px;
  --hz-fontSize--title3: 24px;
  --hz-fontSize--title4: 20px;
  --hz-fontSize--title5: 18px;
  --hz-fontSize--buttonText: 16px;
  --hz-fontSize--licensePlate: 24px;
  --hz-color--textPrimary: #2d3c4d;
  --hz-color--textSecondary: #4b6179;
  --hz-color--textBrandPrimary: #eda566;
  --hz-color--textBrandSecondary: #2d3c4d;
  --hz-color--textSuccess: #216d51;
  --hz-color--textError: #c5283d;
  --hz-color--textWarning: #b24f28;
  --hz-color--textInfo: #116db4;
  --hz-color--textPlaceholder: #586f89;
  --hz-color--textContrastHigh: #fbfbfa;
  --hz-color--textContrastLow: #000000;
  --hz-color--textLinkDefault: #116db4;
  --hz-color--textLinkHover: #007bc5;
  --hz-color--textLinkActive: #0e4d92;
  --hz-color--textLinkVisited: #116db4;
  --hz-color--textControlsDefault: #2d3c4d;
  --hz-color--textControlsHover: #116db4;
  --hz-color--textControlsSelected: #116db4;
  --hz-color--signalSuccessDefault: #216d51;
  --hz-color--signalSuccessSoft: #e1f3ee;
  --hz-color--signalErrorDefault: #c5283d;
  --hz-color--signalErrorSoft: #fdebf0;
  --hz-color--signalWarningDefault: #b24f28;
  --hz-color--signalWarningSoft: #f8f0e4;
  --hz-color--signalInfoDefault: #116db4;
  --hz-color--signalInfoSoft: #e0f3fd;
  --hz-color--textOnSignalSuccessDefault: #fbfbfa;
  --hz-color--textOnSignalSuccessSoft: #216d51;
  --hz-color--textOnSignalErrorDefault: #fbfbfa;
  --hz-color--textOnSignalErrorSoft: #c5283d;
  --hz-color--textOnSignalWarningDefault: #fbfbfa;
  --hz-color--textOnSignalWarningSoft: #b24f28;
  --hz-color--textOnSignalInfoDefault: #fbfbfa;
  --hz-color--textOnSignalInfoSoft: #116db4;
  --hz-color--backgroundDefault: #fbfbfa;
  --hz-color--backgroundSurface: #ffffff;
  --hz-color--backgroundSurfaceStrong: #0c0c0c;
  --hz-color--backgroundHighlight: #e5e5e4;
  --hz-color--backgroundSecondary: #f1f1f0;
  --hz-color--backgroundBrandPrimary: #eda566;
  --hz-color--backgroundBrandPrimaryAlt: #d88254;
  --hz-color--backgroundBrandPrimarySoft: #fdf6f0;
  --hz-color--backgroundBrandSecondary: #2d3c4d;
  --hz-color--backgroundBrandTertiary: #116db4;
  --hz-color--backgroundPrimaryButtonDefault: #116db4;
  --hz-color--backgroundPrimaryButtonHover: #007bc5;
  --hz-color--backgroundPrimaryButtonActive: #0e4d92;
  --hz-color--backgroundSecondaryButtonDefault: #fbfbfa;
  --hz-color--backgroundSecondaryButtonHover: #eaf7fe;
  --hz-color--backgroundSecondaryButtonActive: #e0f3fd;
  --hz-color--backgroundSecondaryButtonErrorDefault: #fbfbfa;
  --hz-color--backgroundSecondaryButtonErrorHover: #fef2f5;
  --hz-color--backgroundSecondaryButtonErrorActive: #fdebf0;
  --hz-color--backgroundControlsDefault: #fbfbfa;
  --hz-color--backgroundControlsHover: #e0f3fd;
  --hz-color--backgroundControlsSelected: #116db4;
  --hz-color--backgroundLoadingSkeleton: #e5e5e4;
  --hz-color--backgroundOverlayDefault: #00000099;
  --hz-color--backgroundOverlayAlt: #ffffff99;
  --hz-color--backgroundChatBubbleSender: #4b6179;
  --hz-color--backgroundChatBubbleReceiver: #f7f7f6;
  --hz-color--textOnBackgroundSurface: #2d3c4d;
  --hz-color--textOnBackgroundSurfaceStrong: #fbfbfa;
  --hz-color--textOnBackgroundSecondary: #2d3c4d;
  --hz-color--textOnBackgroundBrandPrimary: #2d3c4d;
  --hz-color--textOnBackgroundBrandPrimaryAlt: #000000;
  --hz-color--textOnBackgroundBrandPrimarySoft: #000000;
  --hz-color--textOnBackgroundBrandSecondary: #fbfbfa;
  --hz-color--textOnBackgroundBrandSecondaryAlt: #eda566;
  --hz-color--textOnBackgroundBrandTertiary: #fbfbfa;
  --hz-color--textOnBackgroundPrimaryButtonDefault: #fbfbfa;
  --hz-color--textOnBackgroundSecondaryButtonDefault: #116db4;
  --hz-color--textOnBackgroundSecondaryButtonErrorDefault: #c5283d;
  --hz-color--textOnBackgroundChatBubbleSender: #fbfbfa;
  --hz-color--textOnBackgroundChatBubbleReceiver: #2d3c4d;
  --hz-color--borderSoft: #e5e5e4;
  --hz-color--borderMedium: #c2c2c1;
  --hz-color--borderStrong: #929292;
  --hz-color--borderDivider: #c2c2c1;
  --hz-color--borderError: #c5283d;
  --hz-color--borderSecondaryButtonDefault: #116db4;
  --hz-color--borderSecondaryButtonError: #c5283d;
  --hz-color--borderInputsDefault: #929292;
  --hz-color--borderInputsHover: #007bc5;
  --hz-color--borderInputsError: #c5283d;
  --hz-color--borderControlsDefault: #929292;
  --hz-color--borderControlsHover: #007bc5;
  --hz-color--borderControlsSelected: #116db4;
  --hz-color--borderOutlineFocus: #0077d2;
  --hz-color--dashboardChartBlue: #116db4;
  --hz-color--dashboardChartRoyal: #962576;
  --hz-color--dashboardChartTerra: #f1b47a;
  --hz-color--dashboardChartNavyblue: #0077d2;
  --hz-color--dashboardChartGreen: #57ba9e;
  --hz-filter--textPrimary: invert(18%) sepia(13%) saturate(1688%)
    hue-rotate(171deg) brightness(89%) contrast(81%);
  --hz-filter--textSecondary: invert(34%) sepia(10%) saturate(1433%)
    hue-rotate(171deg) brightness(99%) contrast(85%);
  --hz-filter--textBrandPrimary: invert(80%) sepia(55%) saturate(1024%)
    hue-rotate(315deg) brightness(104%) contrast(86%);
  --hz-filter--textBrandSecondary: invert(18%) sepia(8%) saturate(2298%)
    hue-rotate(172deg) brightness(100%) contrast(85%);
  --hz-filter--textSuccess: invert(42%) sepia(6%) saturate(3413%)
    hue-rotate(107deg) brightness(85%) contrast(108%);
  --hz-filter--textError: invert(17%) sepia(88%) saturate(2279%)
    hue-rotate(335deg) brightness(110%) contrast(90%);
  --hz-filter--textWarning: invert(35%) sepia(17%) saturate(2845%)
    hue-rotate(337deg) brightness(98%) contrast(90%);
  --hz-filter--textInfo: invert(36%) sepia(45%) saturate(1751%)
    hue-rotate(175deg) brightness(88%) contrast(92%);
  --hz-filter--textPlaceholder: invert(41%) sepia(68%) saturate(206%)
    hue-rotate(171deg) brightness(89%) contrast(87%);
  --hz-filter--textContrastHigh: invert(100%) sepia(42%) saturate(975%)
    hue-rotate(237deg) brightness(122%) contrast(97%);
  --hz-filter--textContrastLow: invert(0%) sepia(98%) saturate(7491%)
    hue-rotate(147deg) brightness(85%) contrast(101%);
  --hz-filter--textLinkDefault: invert(30%) sepia(79%) saturate(1139%)
    hue-rotate(179deg) brightness(94%) contrast(94%);
  --hz-filter--textLinkHover: invert(50%) sepia(96%) saturate(6572%)
    hue-rotate(186deg) brightness(96%) contrast(101%);
  --hz-filter--textLinkActive: invert(21%) sepia(87%) saturate(1454%)
    hue-rotate(194deg) brightness(92%) contrast(95%);
  --hz-filter--textLinkVisited: invert(31%) sepia(52%) saturate(1836%)
    hue-rotate(182deg) brightness(95%) contrast(91%);
  --hz-filter--textControlsDefault: invert(19%) sepia(11%) saturate(1554%)
    hue-rotate(171deg) brightness(98%) contrast(89%);
  --hz-filter--textControlsHover: invert(32%) sepia(11%) saturate(7497%)
    hue-rotate(180deg) brightness(102%) contrast(92%);
  --hz-filter--textControlsSelected: invert(31%) sepia(94%) saturate(660%)
    hue-rotate(172deg) brightness(95%) contrast(101%);
  --hz-filter--signalSuccessDefault: invert(31%) sepia(80%) saturate(358%)
    hue-rotate(106deg) brightness(92%) contrast(90%);
  --hz-filter--signalSuccessSoft: invert(99%) sepia(1%) saturate(6951%)
    hue-rotate(40deg) brightness(111%) contrast(103%);
  --hz-filter--signalErrorDefault: invert(19%) sepia(31%) saturate(7481%)
    hue-rotate(339deg) brightness(93%) contrast(86%);
  --hz-filter--signalErrorSoft: invert(97%) sepia(93%) saturate(379%)
    hue-rotate(286deg) brightness(101%) contrast(105%);
  --hz-filter--signalWarningDefault: invert(38%) sepia(40%) saturate(988%)
    hue-rotate(332deg) brightness(91%) contrast(92%);
  --hz-filter--signalWarningSoft: invert(98%) sepia(2%) saturate(2059%)
    hue-rotate(317deg) brightness(101%) contrast(94%);
  --hz-filter--signalInfoDefault: invert(33%) sepia(40%) saturate(1944%)
    hue-rotate(176deg) brightness(96%) contrast(92%);
  --hz-filter--signalInfoSoft: invert(86%) sepia(4%) saturate(2036%)
    hue-rotate(188deg) brightness(104%) contrast(111%);
  --hz-filter--textOnSignalSuccessDefault: invert(99%) sepia(39%) saturate(134%)
    hue-rotate(72deg) brightness(110%) contrast(97%);
  --hz-filter--textOnSignalSuccessSoft: invert(33%) sepia(20%) saturate(1325%)
    hue-rotate(106deg) brightness(98%) contrast(87%);
  --hz-filter--textOnSignalErrorDefault: invert(99%) sepia(1%) saturate(7376%)
    hue-rotate(41deg) brightness(144%) contrast(97%);
  --hz-filter--textOnSignalErrorSoft: invert(25%) sepia(74%) saturate(3086%)
    hue-rotate(337deg) brightness(79%) contrast(93%);
  --hz-filter--textOnSignalWarningDefault: invert(91%) sepia(57%) saturate(0%)
    hue-rotate(149deg) brightness(111%) contrast(97%);
  --hz-filter--textOnSignalWarningSoft: invert(30%) sepia(99%) saturate(655%)
    hue-rotate(339deg) brightness(97%) contrast(88%);
  --hz-filter--textOnSignalInfoDefault: invert(98%) sepia(0%) saturate(5%)
    hue-rotate(31deg) brightness(101%) contrast(99%);
  --hz-filter--textOnSignalInfoSoft: invert(28%) sepia(97%) saturate(1146%)
    hue-rotate(184deg) brightness(94%) contrast(90%);
  --hz-filter--backgroundDefault: invert(99%) sepia(4%) saturate(0%)
    hue-rotate(104deg) brightness(107%) contrast(97%);
  --hz-filter--backgroundSurface: invert(100%) sepia(1%) saturate(2%)
    hue-rotate(161deg) brightness(107%) contrast(100%);
  --hz-filter--backgroundSurfaceStrong: invert(0%) sepia(4%) saturate(38%)
    hue-rotate(317deg) brightness(91%) contrast(91%);
  --hz-filter--backgroundHighlight: invert(98%) sepia(1%) saturate(7435%)
    hue-rotate(320deg) brightness(139%) contrast(80%);
  --hz-filter--backgroundSecondary: invert(99%) sepia(7%) saturate(530%)
    hue-rotate(23deg) brightness(109%) contrast(89%);
  --hz-filter--backgroundBrandPrimary: invert(73%) sepia(28%) saturate(950%)
    hue-rotate(335deg) brightness(99%) contrast(87%);
  --hz-filter--backgroundBrandPrimaryAlt: invert(53%) sepia(97%) saturate(310%)
    hue-rotate(336deg) brightness(91%) contrast(85%);
  --hz-filter--backgroundBrandPrimarySoft: invert(100%) sepia(13%)
    saturate(912%) hue-rotate(302deg) brightness(100%) contrast(99%);
  --hz-filter--backgroundBrandSecondary: invert(20%) sepia(5%) saturate(3495%)
    hue-rotate(172deg) brightness(91%) contrast(87%);
  --hz-filter--backgroundBrandTertiary: invert(31%) sepia(95%) saturate(686%)
    hue-rotate(169deg) brightness(101%) contrast(96%);
  --hz-filter--backgroundPrimaryButtonDefault: invert(32%) sepia(90%)
    saturate(844%) hue-rotate(172deg) brightness(93%) contrast(93%);
  --hz-filter--backgroundPrimaryButtonHover: invert(35%) sepia(52%)
    saturate(4744%) hue-rotate(183deg) brightness(89%) contrast(102%);
  --hz-filter--backgroundPrimaryButtonActive: invert(19%) sepia(96%)
    saturate(1301%) hue-rotate(191deg) brightness(101%) contrast(94%);
  --hz-filter--backgroundSecondaryButtonDefault: invert(98%) sepia(3%)
    saturate(37%) hue-rotate(22deg) brightness(100%) contrast(99%);
  --hz-filter--backgroundSecondaryButtonHover: invert(98%) sepia(47%)
    saturate(1015%) hue-rotate(175deg) brightness(104%) contrast(99%);
  --hz-filter--backgroundSecondaryButtonActive: invert(85%) sepia(26%)
    saturate(108%) hue-rotate(157deg) brightness(102%) contrast(105%);
  --hz-filter--backgroundSecondaryButtonErrorDefault: invert(100%) sepia(9%)
    saturate(1156%) hue-rotate(141deg) brightness(110%) contrast(96%);
  --hz-filter--backgroundSecondaryButtonErrorHover: invert(92%) sepia(2%)
    saturate(2073%) hue-rotate(308deg) brightness(100%) contrast(107%);
  --hz-filter--backgroundSecondaryButtonErrorActive: invert(87%) sepia(33%)
    saturate(367%) hue-rotate(296deg) brightness(111%) contrast(99%);
  --hz-filter--backgroundControlsDefault: invert(100%) sepia(5%) saturate(3%)
    hue-rotate(135deg) brightness(105%) contrast(97%);
  --hz-filter--backgroundControlsHover: invert(95%) sepia(25%) saturate(677%)
    hue-rotate(170deg) brightness(99%) contrast(100%);
  --hz-filter--backgroundControlsSelected: invert(36%) sepia(40%)
    saturate(1438%) hue-rotate(169deg) brightness(94%) contrast(97%);
  --hz-filter--backgroundLoadingSkeleton: invert(100%) sepia(0%) saturate(4852%)
    hue-rotate(253deg) brightness(91%) contrast(96%);
  --hz-filter--backgroundChatBubbleSender: invert(35%) sepia(48%) saturate(318%)
    hue-rotate(170deg) brightness(91%) contrast(86%);
  --hz-filter--backgroundChatBubbleReceiver: invert(100%) sepia(40%)
    saturate(1085%) hue-rotate(260deg) brightness(122%) contrast(93%);
  --hz-filter--textOnBackgroundSurface: invert(17%) sepia(52%) saturate(406%)
    hue-rotate(171deg) brightness(97%) contrast(85%);
  --hz-filter--textOnBackgroundSurfaceStrong: invert(82%) sepia(100%)
    saturate(0%) hue-rotate(185deg) brightness(102%) contrast(98%);
  --hz-filter--textOnBackgroundSecondary: invert(21%) sepia(45%) saturate(383%)
    hue-rotate(170deg) brightness(88%) contrast(91%);
  --hz-filter--textOnBackgroundBrandPrimary: invert(19%) sepia(35%)
    saturate(457%) hue-rotate(171deg) brightness(101%) contrast(93%);
  --hz-filter--textOnBackgroundBrandPrimaryAlt: invert(0%) sepia(0%)
    saturate(10%) hue-rotate(110deg) brightness(91%) contrast(100%);
  --hz-filter--textOnBackgroundBrandPrimarySoft: invert(0%) sepia(100%)
    saturate(7460%) hue-rotate(327deg) brightness(93%) contrast(93%);
  --hz-filter--textOnBackgroundBrandSecondary: invert(93%) sepia(0%)
    saturate(7263%) hue-rotate(138deg) brightness(106%) contrast(98%);
  --hz-filter--textOnBackgroundBrandSecondaryAlt: invert(91%) sepia(46%)
    saturate(4754%) hue-rotate(309deg) brightness(100%) contrast(86%);
  --hz-filter--textOnBackgroundBrandTertiary: invert(100%) sepia(0%)
    saturate(5214%) hue-rotate(313deg) brightness(111%) contrast(97%);
  --hz-filter--textOnBackgroundPrimaryButtonDefault: invert(99%) sepia(18%)
    saturate(2%) hue-rotate(76deg) brightness(108%) contrast(97%);
  --hz-filter--textOnBackgroundSecondaryButtonDefault: invert(30%) sepia(84%)
    saturate(1029%) hue-rotate(178deg) brightness(98%) contrast(94%);
  --hz-filter--textOnBackgroundSecondaryButtonErrorDefault: invert(25%)
    sepia(100%) saturate(1519%) hue-rotate(329deg) brightness(82%)
    contrast(100%);
  --hz-filter--textOnBackgroundChatBubbleSender: invert(97%) sepia(100%)
    saturate(3%) hue-rotate(279deg) brightness(103%) contrast(97%);
  --hz-filter--textOnBackgroundChatBubbleReceiver: invert(19%) sepia(8%)
    saturate(2561%) hue-rotate(172deg) brightness(89%) contrast(84%);
  --hz-filter--borderSoft: invert(100%) sepia(0%) saturate(6635%)
    hue-rotate(257deg) brightness(92%) contrast(95%);
  --hz-filter--borderMedium: invert(89%) sepia(1%) saturate(157%)
    hue-rotate(22deg) brightness(89%) contrast(88%);
  --hz-filter--borderStrong: invert(60%) sepia(10%) saturate(0%)
    hue-rotate(217deg) brightness(95%) contrast(92%);
  --hz-filter--borderDivider: invert(77%) sepia(1%) saturate(1529%)
    hue-rotate(36deg) brightness(105%) contrast(85%);
  --hz-filter--borderError: invert(16%) sepia(57%) saturate(4577%)
    hue-rotate(340deg) brightness(101%) contrast(84%);
  --hz-filter--borderSecondaryButtonDefault: invert(29%) sepia(100%)
    saturate(942%) hue-rotate(180deg) brightness(93%) contrast(94%);
  --hz-filter--borderSecondaryButtonError: invert(32%) sepia(66%)
    saturate(6689%) hue-rotate(339deg) brightness(81%) contrast(89%);
  --hz-filter--borderInputsDefault: invert(62%) sepia(5%) saturate(18%)
    hue-rotate(316deg) brightness(92%) contrast(95%);
  --hz-filter--borderInputsHover: invert(35%) sepia(44%) saturate(3972%)
    hue-rotate(182deg) brightness(88%) contrast(101%);
  --hz-filter--borderInputsError: invert(20%) sepia(37%) saturate(6718%)
    hue-rotate(339deg) brightness(86%) contrast(85%);
  --hz-filter--borderControlsDefault: invert(61%) sepia(10%) saturate(16%)
    hue-rotate(358deg) brightness(92%) contrast(95%);
  --hz-filter--borderControlsHover: invert(31%) sepia(76%) saturate(1306%)
    hue-rotate(176deg) brightness(101%) contrast(103%);
  --hz-filter--borderControlsSelected: invert(27%) sepia(100%) saturate(1093%)
    hue-rotate(182deg) brightness(99%) contrast(89%);
  --hz-filter--borderOutlineFocus: invert(44%) sepia(90%) saturate(6779%)
    hue-rotate(192deg) brightness(98%) contrast(101%);
  --hz-filter--dashboardChartBlue: invert(31%) sepia(62%) saturate(1271%)
    hue-rotate(176deg) brightness(98%) contrast(95%);
  --hz-filter--dashboardChartRoyal: invert(19%) sepia(40%) saturate(3863%)
    hue-rotate(293deg) brightness(96%) contrast(92%);
  --hz-filter--dashboardChartTerra: invert(99%) sepia(43%) saturate(4707%)
    hue-rotate(304deg) brightness(101%) contrast(89%);
  --hz-filter--dashboardChartNavyblue: invert(27%) sepia(98%) saturate(1570%)
    hue-rotate(188deg) brightness(100%) contrast(101%);
  --hz-filter--dashboardChartGreen: invert(68%) sepia(25%) saturate(648%)
    hue-rotate(112deg) brightness(91%) contrast(96%);
}

/* Dark mode - automatic (prefers-color-scheme) */
@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
    --hz-color--textPrimary: #e7edf8;
    --hz-color--textSecondary: #a8b6c8;
    --hz-color--textBrandPrimary: #eda566;
    --hz-color--textBrandSecondary: #e7edf8;
    --hz-color--textSuccess: #329a79;
    --hz-color--textError: #f4404e;
    --hz-color--textWarning: #d1873f;
    --hz-color--textInfo: #139eeb;
    --hz-color--textPlaceholder: #a8b6c8;
    --hz-color--textContrastHigh: #fbfbfa;
    --hz-color--textContrastLow: #000000;
    --hz-color--textLinkDefault: #139eeb;
    --hz-color--textLinkHover: #2bacef;
    --hz-color--textLinkActive: #139eeb;
    --hz-color--textLinkVisited: #139eeb;
    --hz-color--textControlsDefault: #e7edf8;
    --hz-color--textControlsHover: #2bacef;
    --hz-color--textControlsSelected: #139eeb;
    --hz-color--signalSuccessDefault: #216d51;
    --hz-color--signalSuccessSoft: #216d51;
    --hz-color--signalErrorDefault: #c5283d;
    --hz-color--signalErrorSoft: #c5283d;
    --hz-color--signalWarningDefault: #b24f28;
    --hz-color--signalWarningSoft: #b24f28;
    --hz-color--signalInfoDefault: #116db4;
    --hz-color--signalInfoSoft: #116db4;
    --hz-color--textOnSignalSuccessDefault: #fbfbfa;
    --hz-color--textOnSignalSuccessSoft: #fbfbfa;
    --hz-color--textOnSignalErrorDefault: #fbfbfa;
    --hz-color--textOnSignalErrorSoft: #fbfbfa;
    --hz-color--textOnSignalWarningDefault: #fbfbfa;
    --hz-color--textOnSignalWarningSoft: #fbfbfa;
    --hz-color--textOnSignalInfoDefault: #fbfbfa;
    --hz-color--textOnSignalInfoSoft: #fbfbfa;
    --hz-color--backgroundDefault: #1a1a1a;
    --hz-color--backgroundSurface: #252524;
    --hz-color--backgroundSurfaceStrong: #474746;
    --hz-color--backgroundHighlight: #474746;
    --hz-color--backgroundSecondary: #0c0c0c;
    --hz-color--backgroundBrandPrimary: #e18f59;
    --hz-color--backgroundBrandPrimaryAlt: #d88254;
    --hz-color--backgroundBrandPrimarySoft: #ce7650;
    --hz-color--backgroundBrandSecondary: #4b6179;
    --hz-color--backgroundBrandTertiary: #116db4;
    --hz-color--backgroundPrimaryButtonDefault: #116db4;
    --hz-color--backgroundPrimaryButtonHover: #007bc5;
    --hz-color--backgroundPrimaryButtonActive: #0e4d92;
    --hz-color--backgroundSecondaryButtonDefault: #1a1a1a;
    --hz-color--backgroundSecondaryButtonHover: #252524;
    --hz-color--backgroundSecondaryButtonActive: #0c0c0c;
    --hz-color--backgroundSecondaryButtonErrorDefault: #1a1a1a;
    --hz-color--backgroundSecondaryButtonErrorHover: #252524;
    --hz-color--backgroundSecondaryButtonErrorActive: #0c0c0c;
    --hz-color--backgroundControlsDefault: #1a1a1a;
    --hz-color--backgroundControlsHover: #252524;
    --hz-color--backgroundControlsSelected: #1490dc;
    --hz-color--backgroundLoadingSkeleton: #474746;
    --hz-color--backgroundOverlayDefault: #00000099;
    --hz-color--backgroundOverlayAlt: #ffffff99;
    --hz-color--backgroundChatBubbleSender: #4b6179;
    --hz-color--backgroundChatBubbleReceiver: #474746;
    --hz-color--textOnBackgroundSurface: #e7edf8;
    --hz-color--textOnBackgroundSurfaceStrong: #e7edf8;
    --hz-color--textOnBackgroundSecondary: #e7edf8;
    --hz-color--textOnBackgroundBrandPrimary: #000000;
    --hz-color--textOnBackgroundBrandPrimaryAlt: #000000;
    --hz-color--textOnBackgroundBrandPrimarySoft: #000000;
    --hz-color--textOnBackgroundBrandSecondary: #e7edf8;
    --hz-color--textOnBackgroundBrandSecondaryAlt: #fbfbfa;
    --hz-color--textOnBackgroundBrandTertiary: #e7edf8;
    --hz-color--textOnBackgroundPrimaryButtonDefault: #fbfbfa;
    --hz-color--textOnBackgroundSecondaryButtonDefault: #139eeb;
    --hz-color--textOnBackgroundSecondaryButtonErrorDefault: #f4404e;
    --hz-color--textOnBackgroundChatBubbleSender: #fbfbfa;
    --hz-color--textOnBackgroundChatBubbleReceiver: #e7edf8;
    --hz-color--borderSoft: #474746;
    --hz-color--borderMedium: #929292;
    --hz-color--borderStrong: #a4a4a3;
    --hz-color--borderDivider: #474746;
    --hz-color--borderError: #f4404e;
    --hz-color--borderSecondaryButtonDefault: #139eeb;
    --hz-color--borderSecondaryButtonError: #f4404e;
    --hz-color--borderInputsDefault: #929292;
    --hz-color--borderInputsHover: #139eeb;
    --hz-color--borderInputsError: #f4404e;
    --hz-color--borderControlsDefault: #929292;
    --hz-color--borderControlsHover: #139eeb;
    --hz-color--borderControlsSelected: #139eeb;
    --hz-color--borderOutlineFocus: #0077d2;
    --hz-filter--textPrimary: invert(96%) sepia(3%) saturate(1366%)
      hue-rotate(185deg) brightness(87%) contrast(128%);
    --hz-filter--textSecondary: invert(82%) sepia(6%) saturate(831%)
      hue-rotate(174deg) brightness(89%) contrast(87%);
    --hz-filter--textBrandPrimary: invert(82%) sepia(69%) saturate(4103%)
      hue-rotate(319deg) brightness(107%) contrast(87%);
    --hz-filter--textBrandSecondary: invert(82%) sepia(15%) saturate(156%)
      hue-rotate(184deg) brightness(112%) contrast(95%);
    --hz-filter--textSuccess: invert(55%) sepia(7%) saturate(3547%)
      hue-rotate(110deg) brightness(91%) contrast(77%);
    --hz-filter--textError: invert(41%) sepia(39%) saturate(4218%)
      hue-rotate(330deg) brightness(94%) contrast(104%);
    --hz-filter--textWarning: invert(71%) sepia(71%) saturate(1242%)
      hue-rotate(330deg) brightness(87%) contrast(85%);
    --hz-filter--textInfo: invert(50%) sepia(52%) saturate(959%)
      hue-rotate(161deg) brightness(95%) contrast(96%);
    --hz-filter--textPlaceholder: invert(81%) sepia(6%) saturate(808%)
      hue-rotate(174deg) brightness(90%) contrast(85%);
    --hz-filter--textContrastHigh: invert(100%) sepia(100%) saturate(1%)
      hue-rotate(211deg) brightness(103%) contrast(97%);
    --hz-filter--textContrastLow: invert(0%) sepia(0%) saturate(0%)
      hue-rotate(125deg) brightness(96%) contrast(106%);
    --hz-filter--textLinkDefault: invert(53%) sepia(70%) saturate(2802%)
      hue-rotate(173deg) brightness(96%) contrast(93%);
    --hz-filter--textLinkHover: invert(68%) sepia(72%) saturate(3718%)
      hue-rotate(171deg) brightness(98%) contrast(90%);
    --hz-filter--textLinkActive: invert(54%) sepia(54%) saturate(2981%)
      hue-rotate(172deg) brightness(94%) contrast(95%);
    --hz-filter--textLinkVisited: invert(69%) sepia(72%) saturate(4731%)
      hue-rotate(172deg) brightness(93%) contrast(98%);
    --hz-filter--textControlsDefault: invert(93%) sepia(11%) saturate(198%)
      hue-rotate(185deg) brightness(100%) contrast(95%);
    --hz-filter--textControlsHover: invert(60%) sepia(46%) saturate(3048%)
      hue-rotate(170deg) brightness(100%) contrast(88%);
    --hz-filter--textControlsSelected: invert(46%) sepia(78%) saturate(1606%)
      hue-rotate(172deg) brightness(98%) contrast(88%);
    --hz-filter--signalSuccessDefault: invert(35%) sepia(20%) saturate(1257%)
      hue-rotate(106deg) brightness(93%) contrast(90%);
    --hz-filter--signalSuccessSoft: invert(35%) sepia(51%) saturate(555%)
      hue-rotate(106deg) brightness(86%) contrast(87%);
    --hz-filter--signalErrorDefault: invert(25%) sepia(81%) saturate(1384%)
      hue-rotate(323deg) brightness(92%) contrast(107%);
    --hz-filter--signalErrorSoft: invert(25%) sepia(84%) saturate(2121%)
      hue-rotate(333deg) brightness(78%) contrast(96%);
    --hz-filter--signalWarningDefault: invert(34%) sepia(54%) saturate(784%)
      hue-rotate(332deg) brightness(96%) contrast(93%);
    --hz-filter--signalWarningSoft: invert(33%) sepia(58%) saturate(692%)
      hue-rotate(332deg) brightness(101%) contrast(93%);
    --hz-filter--signalInfoDefault: invert(17%) sepia(99%) saturate(4900%)
      hue-rotate(195deg) brightness(98%) contrast(87%);
    --hz-filter--signalInfoSoft: invert(30%) sepia(67%) saturate(7088%)
      hue-rotate(193deg) brightness(92%) contrast(87%);
    --hz-filter--textOnSignalSuccessDefault: invert(95%) sepia(1%)
      saturate(7472%) hue-rotate(260deg) brightness(132%) contrast(97%);
    --hz-filter--textOnSignalSuccessSoft: invert(90%) sepia(52%) saturate(10%)
      hue-rotate(40deg) brightness(111%) contrast(97%);
    --hz-filter--textOnSignalErrorDefault: invert(100%) sepia(59%)
      saturate(650%) hue-rotate(279deg) brightness(117%) contrast(97%);
    --hz-filter--textOnSignalErrorSoft: invert(91%) sepia(10%) saturate(0%)
      hue-rotate(194deg) brightness(105%) contrast(102%);
    --hz-filter--textOnSignalWarningDefault: invert(100%) sepia(0%)
      saturate(7082%) hue-rotate(248deg) brightness(120%) contrast(111%);
    --hz-filter--textOnSignalWarningSoft: invert(76%) sepia(41%) saturate(0%)
      hue-rotate(234deg) brightness(111%) contrast(111%);
    --hz-filter--textOnSignalInfoDefault: invert(100%) sepia(3%) saturate(7496%)
      hue-rotate(326deg) brightness(114%) contrast(96%);
    --hz-filter--textOnSignalInfoSoft: invert(99%) sepia(0%) saturate(2%)
      hue-rotate(77deg) brightness(103%) contrast(97%);
    --hz-filter--backgroundDefault: invert(12%) sepia(5%) saturate(8%)
      hue-rotate(348deg) brightness(94%) contrast(103%);
    --hz-filter--backgroundSurface: invert(8%) sepia(1%) saturate(1377%)
      hue-rotate(22deg) brightness(96%) contrast(85%);
    --hz-filter--backgroundSurfaceStrong: invert(26%) sepia(5%) saturate(139%)
      hue-rotate(22deg) brightness(98%) contrast(92%);
    --hz-filter--backgroundHighlight: invert(24%) sepia(7%) saturate(89%)
      hue-rotate(21deg) brightness(93%) contrast(80%);
    --hz-filter--backgroundSecondary: invert(0%) sepia(6%) saturate(298%)
      hue-rotate(70deg) brightness(129%) contrast(91%);
    --hz-filter--backgroundBrandPrimary: invert(63%) sepia(47%) saturate(495%)
      hue-rotate(339deg) brightness(90%) contrast(96%);
    --hz-filter--backgroundBrandPrimaryAlt: invert(52%) sepia(72%)
      saturate(379%) hue-rotate(337deg) brightness(96%) contrast(87%);
    --hz-filter--backgroundBrandPrimarySoft: invert(71%) sepia(62%)
      saturate(2537%) hue-rotate(323deg) brightness(86%) contrast(84%);
    --hz-filter--backgroundBrandSecondary: invert(34%) sepia(47%) saturate(346%)
      hue-rotate(170deg) brightness(90%) contrast(83%);
    --hz-filter--backgroundBrandTertiary: invert(30%) sepia(41%) saturate(1690%)
      hue-rotate(175deg) brightness(107%) contrast(98%);
    --hz-filter--backgroundPrimaryButtonDefault: invert(24%) sepia(63%)
      saturate(2890%) hue-rotate(190deg) brightness(95%) contrast(87%);
    --hz-filter--backgroundPrimaryButtonHover: invert(32%) sepia(99%)
      saturate(1104%) hue-rotate(177deg) brightness(93%) contrast(101%);
    --hz-filter--backgroundPrimaryButtonActive: invert(20%) sepia(70%)
      saturate(1752%) hue-rotate(194deg) brightness(96%) contrast(96%);
    --hz-filter--backgroundSecondaryButtonDefault: invert(0%) sepia(20%)
      saturate(324%) hue-rotate(317deg) brightness(96%) contrast(80%);
    --hz-filter--backgroundSecondaryButtonHover: invert(9%) sepia(8%)
      saturate(171%) hue-rotate(22deg) brightness(103%) contrast(87%);
    --hz-filter--backgroundSecondaryButtonActive: invert(0%) sepia(73%)
      saturate(4770%) hue-rotate(61deg) brightness(91%) contrast(91%);
    --hz-filter--backgroundSecondaryButtonErrorDefault: invert(0%) sepia(19%)
      saturate(3428%) hue-rotate(51deg) brightness(108%) contrast(80%);
    --hz-filter--backgroundSecondaryButtonErrorHover: invert(8%) sepia(0%)
      saturate(2629%) hue-rotate(149deg) brightness(98%) contrast(85%);
    --hz-filter--backgroundSecondaryButtonErrorActive: invert(0%) sepia(3%)
      saturate(793%) hue-rotate(337deg) brightness(95%) contrast(91%);
    --hz-filter--backgroundControlsDefault: invert(0%) sepia(4%) saturate(539%)
      hue-rotate(327deg) brightness(99%) contrast(80%);
    --hz-filter--backgroundControlsHover: invert(10%) sepia(11%) saturate(118%)
      hue-rotate(21deg) brightness(88%) contrast(87%);
    --hz-filter--backgroundControlsSelected: invert(49%) sepia(25%)
      saturate(5354%) hue-rotate(181deg) brightness(91%) contrast(96%);
    --hz-filter--backgroundLoadingSkeleton: invert(32%) sepia(0%)
      saturate(2840%) hue-rotate(138deg) brightness(87%) contrast(100%);
    --hz-filter--backgroundChatBubbleSender: invert(34%) sepia(38%)
      saturate(400%) hue-rotate(170deg) brightness(93%) contrast(85%);
    --hz-filter--backgroundChatBubbleReceiver: invert(25%) sepia(6%)
      saturate(83%) hue-rotate(22deg) brightness(102%) contrast(91%);
    --hz-filter--textOnBackgroundSurface: invert(97%) sepia(27%) saturate(4294%)
      hue-rotate(179deg) brightness(110%) contrast(94%);
    --hz-filter--textOnBackgroundSurfaceStrong: invert(84%) sepia(30%)
      saturate(132%) hue-rotate(191deg) brightness(107%) contrast(94%);
    --hz-filter--textOnBackgroundSecondary: invert(89%) sepia(30%) saturate(62%)
      hue-rotate(180deg) brightness(97%) contrast(102%);
    --hz-filter--textOnBackgroundBrandPrimary: invert(0%) sepia(99%)
      saturate(18%) hue-rotate(36deg) brightness(89%) contrast(100%);
    --hz-filter--textOnBackgroundBrandPrimaryAlt: invert(0%) sepia(18%)
      saturate(2918%) hue-rotate(347deg) brightness(103%) contrast(103%);
    --hz-filter--textOnBackgroundBrandPrimarySoft: invert(0%) sepia(98%)
      saturate(23%) hue-rotate(293deg) brightness(106%) contrast(102%);
    --hz-filter--textOnBackgroundBrandSecondary: invert(99%) sepia(1%)
      saturate(6096%) hue-rotate(169deg) brightness(91%) contrast(116%);
    --hz-filter--textOnBackgroundBrandSecondaryAlt: invert(98%) sepia(76%)
      saturate(216%) hue-rotate(322deg) brightness(112%) contrast(96%);
    --hz-filter--textOnBackgroundBrandTertiary: invert(96%) sepia(2%)
      saturate(2891%) hue-rotate(184deg) brightness(100%) contrast(95%);
    --hz-filter--textOnBackgroundPrimaryButtonDefault: invert(97%) sepia(77%)
      saturate(38%) hue-rotate(357deg) brightness(103%) contrast(96%);
    --hz-filter--textOnBackgroundSecondaryButtonDefault: invert(54%) sepia(43%)
      saturate(4501%) hue-rotate(172deg) brightness(98%) contrast(88%);
    --hz-filter--textOnBackgroundSecondaryButtonErrorDefault: invert(33%)
      sepia(88%) saturate(1817%) hue-rotate(332deg) brightness(96%)
      contrast(98%);
    --hz-filter--textOnBackgroundChatBubbleSender: invert(97%) sepia(97%)
      saturate(104%) hue-rotate(345deg) brightness(109%) contrast(97%);
    --hz-filter--textOnBackgroundChatBubbleReceiver: invert(98%) sepia(54%)
      saturate(660%) hue-rotate(176deg) brightness(100%) contrast(95%);
    --hz-filter--borderSoft: invert(20%) sepia(18%) saturate(60%)
      hue-rotate(22deg) brightness(99%) contrast(75%);
    --hz-filter--borderMedium: invert(60%) sepia(0%) saturate(883%)
      hue-rotate(182deg) brightness(96%) contrast(90%);
    --hz-filter--borderStrong: invert(68%) sepia(0%) saturate(28%)
      hue-rotate(170deg) brightness(97%) contrast(88%);
    --hz-filter--borderDivider: invert(27%) sepia(3%) saturate(128%)
      hue-rotate(22deg) brightness(104%) contrast(102%);
    --hz-filter--borderError: invert(39%) sepia(30%) saturate(1773%)
      hue-rotate(314deg) brightness(100%) contrast(113%);
    --hz-filter--borderSecondaryButtonDefault: invert(64%) sepia(39%)
      saturate(6462%) hue-rotate(172deg) brightness(93%) contrast(97%);
    --hz-filter--borderSecondaryButtonError: invert(34%) sepia(37%)
      saturate(4992%) hue-rotate(335deg) brightness(102%) contrast(91%);
    --hz-filter--borderInputsDefault: invert(69%) sepia(0%) saturate(2379%)
      hue-rotate(107deg) brightness(87%) contrast(81%);
    --hz-filter--borderInputsHover: invert(71%) sepia(61%) saturate(5803%)
      hue-rotate(173deg) brightness(94%) contrast(96%);
    --hz-filter--borderInputsError: invert(39%) sepia(76%) saturate(5175%)
      hue-rotate(337deg) brightness(109%) contrast(91%);
    --hz-filter--borderControlsDefault: invert(64%) sepia(0%) saturate(22%)
      hue-rotate(135deg) brightness(89%) contrast(92%);
    --hz-filter--borderControlsHover: invert(57%) sepia(12%) saturate(7478%)
      hue-rotate(170deg) brightness(93%) contrast(97%);
    --hz-filter--borderControlsSelected: invert(46%) sepia(100%) saturate(1026%)
      hue-rotate(169deg) brightness(96%) contrast(91%);
    --hz-filter--borderOutlineFocus: invert(32%) sepia(73%) saturate(1545%)
      hue-rotate(182deg) brightness(95%) contrast(110%);
  }
}

/* Dark mode - manual override */
html[data-theme="dark"] {
  color-scheme: dark;
  --hz-color--textPrimary: #e7edf8;
  --hz-color--textSecondary: #a8b6c8;
  --hz-color--textBrandPrimary: #eda566;
  --hz-color--textBrandSecondary: #e7edf8;
  --hz-color--textSuccess: #329a79;
  --hz-color--textError: #f4404e;
  --hz-color--textWarning: #d1873f;
  --hz-color--textInfo: #139eeb;
  --hz-color--textPlaceholder: #a8b6c8;
  --hz-color--textContrastHigh: #fbfbfa;
  --hz-color--textContrastLow: #000000;
  --hz-color--textLinkDefault: #139eeb;
  --hz-color--textLinkHover: #2bacef;
  --hz-color--textLinkActive: #139eeb;
  --hz-color--textLinkVisited: #139eeb;
  --hz-color--textControlsDefault: #e7edf8;
  --hz-color--textControlsHover: #2bacef;
  --hz-color--textControlsSelected: #139eeb;
  --hz-color--signalSuccessDefault: #216d51;
  --hz-color--signalSuccessSoft: #216d51;
  --hz-color--signalErrorDefault: #c5283d;
  --hz-color--signalErrorSoft: #c5283d;
  --hz-color--signalWarningDefault: #b24f28;
  --hz-color--signalWarningSoft: #b24f28;
  --hz-color--signalInfoDefault: #116db4;
  --hz-color--signalInfoSoft: #116db4;
  --hz-color--textOnSignalSuccessDefault: #fbfbfa;
  --hz-color--textOnSignalSuccessSoft: #fbfbfa;
  --hz-color--textOnSignalErrorDefault: #fbfbfa;
  --hz-color--textOnSignalErrorSoft: #fbfbfa;
  --hz-color--textOnSignalWarningDefault: #fbfbfa;
  --hz-color--textOnSignalWarningSoft: #fbfbfa;
  --hz-color--textOnSignalInfoDefault: #fbfbfa;
  --hz-color--textOnSignalInfoSoft: #fbfbfa;
  --hz-color--backgroundDefault: #1a1a1a;
  --hz-color--backgroundSurface: #252524;
  --hz-color--backgroundSurfaceStrong: #474746;
  --hz-color--backgroundHighlight: #474746;
  --hz-color--backgroundSecondary: #0c0c0c;
  --hz-color--backgroundBrandPrimary: #e18f59;
  --hz-color--backgroundBrandPrimaryAlt: #d88254;
  --hz-color--backgroundBrandPrimarySoft: #ce7650;
  --hz-color--backgroundBrandSecondary: #4b6179;
  --hz-color--backgroundBrandTertiary: #116db4;
  --hz-color--backgroundPrimaryButtonDefault: #116db4;
  --hz-color--backgroundPrimaryButtonHover: #007bc5;
  --hz-color--backgroundPrimaryButtonActive: #0e4d92;
  --hz-color--backgroundSecondaryButtonDefault: #1a1a1a;
  --hz-color--backgroundSecondaryButtonHover: #252524;
  --hz-color--backgroundSecondaryButtonActive: #0c0c0c;
  --hz-color--backgroundSecondaryButtonErrorDefault: #1a1a1a;
  --hz-color--backgroundSecondaryButtonErrorHover: #252524;
  --hz-color--backgroundSecondaryButtonErrorActive: #0c0c0c;
  --hz-color--backgroundControlsDefault: #1a1a1a;
  --hz-color--backgroundControlsHover: #252524;
  --hz-color--backgroundControlsSelected: #1490dc;
  --hz-color--backgroundLoadingSkeleton: #474746;
  --hz-color--backgroundOverlayDefault: #00000099;
  --hz-color--backgroundOverlayAlt: #ffffff99;
  --hz-color--backgroundChatBubbleSender: #4b6179;
  --hz-color--backgroundChatBubbleReceiver: #474746;
  --hz-color--textOnBackgroundSurface: #e7edf8;
  --hz-color--textOnBackgroundSurfaceStrong: #e7edf8;
  --hz-color--textOnBackgroundSecondary: #e7edf8;
  --hz-color--textOnBackgroundBrandPrimary: #000000;
  --hz-color--textOnBackgroundBrandPrimaryAlt: #000000;
  --hz-color--textOnBackgroundBrandPrimarySoft: #000000;
  --hz-color--textOnBackgroundBrandSecondary: #e7edf8;
  --hz-color--textOnBackgroundBrandSecondaryAlt: #fbfbfa;
  --hz-color--textOnBackgroundBrandTertiary: #e7edf8;
  --hz-color--textOnBackgroundPrimaryButtonDefault: #fbfbfa;
  --hz-color--textOnBackgroundSecondaryButtonDefault: #139eeb;
  --hz-color--textOnBackgroundSecondaryButtonErrorDefault: #f4404e;
  --hz-color--textOnBackgroundChatBubbleSender: #fbfbfa;
  --hz-color--textOnBackgroundChatBubbleReceiver: #e7edf8;
  --hz-color--borderSoft: #474746;
  --hz-color--borderMedium: #929292;
  --hz-color--borderStrong: #a4a4a3;
  --hz-color--borderDivider: #474746;
  --hz-color--borderError: #f4404e;
  --hz-color--borderSecondaryButtonDefault: #139eeb;
  --hz-color--borderSecondaryButtonError: #f4404e;
  --hz-color--borderInputsDefault: #929292;
  --hz-color--borderInputsHover: #139eeb;
  --hz-color--borderInputsError: #f4404e;
  --hz-color--borderControlsDefault: #929292;
  --hz-color--borderControlsHover: #139eeb;
  --hz-color--borderControlsSelected: #139eeb;
  --hz-color--borderOutlineFocus: #0077d2;
  --hz-filter--textPrimary: invert(93%) sepia(13%) saturate(195%)
    hue-rotate(187deg) brightness(95%) contrast(105%);
  --hz-filter--textSecondary: invert(92%) sepia(80%) saturate(4132%)
    hue-rotate(178deg) brightness(80%) contrast(96%);
  --hz-filter--textBrandPrimary: invert(99%) sepia(37%) saturate(7168%)
    hue-rotate(309deg) brightness(98%) contrast(89%);
  --hz-filter--textBrandSecondary: invert(94%) sepia(8%) saturate(400%)
    hue-rotate(189deg) brightness(100%) contrast(96%);
  --hz-filter--textSuccess: invert(52%) sepia(40%) saturate(631%)
    hue-rotate(110deg) brightness(90%) contrast(85%);
  --hz-filter--textError: invert(19%) sepia(80%) saturate(2771%)
    hue-rotate(331deg) brightness(109%) contrast(103%);
  --hz-filter--textWarning: invert(57%) sepia(69%) saturate(483%)
    hue-rotate(347deg) brightness(91%) contrast(79%);
  --hz-filter--textInfo: invert(42%) sepia(82%) saturate(780%)
    hue-rotate(166deg) brightness(103%) contrast(94%);
  --hz-filter--textPlaceholder: invert(76%) sepia(8%) saturate(589%)
    hue-rotate(174deg) brightness(95%) contrast(86%);
  --hz-filter--textContrastHigh: invert(97%) sepia(0%) saturate(7413%)
    hue-rotate(187deg) brightness(123%) contrast(97%);
  --hz-filter--textContrastLow: invert(0%) sepia(2%) saturate(7%)
    hue-rotate(330deg) brightness(99%) contrast(102%);
  --hz-filter--textLinkDefault: invert(70%) sepia(57%) saturate(6034%)
    hue-rotate(172deg) brightness(95%) contrast(93%);
  --hz-filter--textLinkHover: invert(62%) sepia(19%) saturate(5127%)
    hue-rotate(171deg) brightness(97%) contrast(92%);
  --hz-filter--textLinkActive: invert(54%) sepia(95%) saturate(2795%)
    hue-rotate(173deg) brightness(97%) contrast(92%);
  --hz-filter--textLinkVisited: invert(57%) sepia(70%) saturate(5270%)
    hue-rotate(178deg) brightness(106%) contrast(85%);
  --hz-filter--textControlsDefault: invert(99%) sepia(22%) saturate(6399%)
    hue-rotate(179deg) brightness(111%) contrast(94%);
  --hz-filter--textControlsHover: invert(52%) sepia(100%) saturate(369%)
    hue-rotate(156deg) brightness(95%) contrast(98%);
  --hz-filter--textControlsSelected: invert(44%) sepia(99%) saturate(738%)
    hue-rotate(169deg) brightness(95%) contrast(93%);
  --hz-filter--signalSuccessDefault: invert(32%) sepia(82%) saturate(343%)
    hue-rotate(106deg) brightness(92%) contrast(91%);
  --hz-filter--signalSuccessSoft: invert(31%) sepia(76%) saturate(389%)
    hue-rotate(106deg) brightness(92%) contrast(87%);
  --hz-filter--signalErrorDefault: invert(21%) sepia(70%) saturate(2204%)
    hue-rotate(330deg) brightness(99%) contrast(98%);
  --hz-filter--signalErrorSoft: invert(23%) sepia(69%) saturate(2224%)
    hue-rotate(330deg) brightness(94%) contrast(98%);
  --hz-filter--signalWarningDefault: invert(39%) sepia(26%) saturate(1938%)
    hue-rotate(336deg) brightness(87%) contrast(90%);
  --hz-filter--signalWarningSoft: invert(33%) sepia(27%) saturate(1714%)
    hue-rotate(335deg) brightness(104%) contrast(91%);
  --hz-filter--signalInfoDefault: invert(38%) sepia(27%) saturate(1435%)
    hue-rotate(163deg) brightness(95%) contrast(105%);
  --hz-filter--signalInfoSoft: invert(28%) sepia(100%) saturate(1097%)
    hue-rotate(183deg) brightness(93%) contrast(89%);
  --hz-filter--textOnSignalSuccessDefault: invert(100%) sepia(0%) saturate(51%)
    hue-rotate(32deg) brightness(115%) contrast(97%);
  --hz-filter--textOnSignalSuccessSoft: invert(100%) sepia(0%) saturate(1%)
    hue-rotate(314deg) brightness(113%) contrast(97%);
  --hz-filter--textOnSignalErrorDefault: invert(100%) sepia(46%) saturate(0%)
    hue-rotate(180deg) brightness(99%) contrast(99%);
  --hz-filter--textOnSignalErrorSoft: invert(98%) sepia(95%) saturate(4%)
    hue-rotate(359deg) brightness(99%) contrast(99%);
  --hz-filter--textOnSignalWarningDefault: invert(97%) sepia(91%) saturate(0%)
    hue-rotate(163deg) brightness(99%) contrast(98%);
  --hz-filter--textOnSignalWarningSoft: invert(100%) sepia(1%) saturate(7444%)
    hue-rotate(297deg) brightness(113%) contrast(97%);
  --hz-filter--textOnSignalInfoDefault: invert(100%) sepia(34%) saturate(486%)
    hue-rotate(69deg) brightness(121%) contrast(97%);
  --hz-filter--textOnSignalInfoSoft: invert(100%) sepia(20%) saturate(2724%)
    hue-rotate(188deg) brightness(131%) contrast(97%);
  --hz-filter--backgroundDefault: invert(1%) sepia(28%) saturate(4%)
    hue-rotate(314deg) brightness(107%) contrast(82%);
  --hz-filter--backgroundSurface: invert(9%) sepia(3%) saturate(510%)
    hue-rotate(22deg) brightness(99%) contrast(87%);
  --hz-filter--backgroundSurfaceStrong: invert(26%) sepia(1%) saturate(2404%)
    hue-rotate(22deg) brightness(89%) contrast(82%);
  --hz-filter--backgroundHighlight: invert(24%) sepia(8%) saturate(59%)
    hue-rotate(22deg) brightness(101%) contrast(89%);
  --hz-filter--backgroundSecondary: invert(0%) sepia(6%) saturate(2422%)
    hue-rotate(21deg) brightness(104%) contrast(91%);
  --hz-filter--backgroundBrandPrimary: invert(64%) sepia(38%) saturate(659%)
    hue-rotate(337deg) brightness(92%) contrast(92%);
  --hz-filter--backgroundBrandPrimaryAlt: invert(66%) sepia(6%) saturate(4893%)
    hue-rotate(330deg) brightness(91%) contrast(84%);
  --hz-filter--backgroundBrandPrimarySoft: invert(53%) sepia(67%) saturate(462%)
    hue-rotate(332deg) brightness(88%) contrast(81%);
  --hz-filter--backgroundBrandSecondary: invert(38%) sepia(10%) saturate(1289%)
    hue-rotate(171deg) brightness(93%) contrast(93%);
  --hz-filter--backgroundBrandTertiary: invert(28%) sepia(87%) saturate(1056%)
    hue-rotate(180deg) brightness(100%) contrast(92%);
  --hz-filter--backgroundPrimaryButtonDefault: invert(22%) sepia(86%)
    saturate(3029%) hue-rotate(192deg) brightness(89%) contrast(87%);
  --hz-filter--backgroundPrimaryButtonHover: invert(33%) sepia(69%)
    saturate(5335%) hue-rotate(185deg) brightness(95%) contrast(101%);
  --hz-filter--backgroundPrimaryButtonActive: invert(24%) sepia(98%)
    saturate(971%) hue-rotate(188deg) brightness(84%) contrast(103%);
  --hz-filter--backgroundSecondaryButtonDefault: invert(1%) sepia(6%)
    saturate(394%) hue-rotate(314deg) brightness(98%) contrast(82%);
  --hz-filter--backgroundSecondaryButtonHover: invert(12%) sepia(8%)
    saturate(32%) hue-rotate(22deg) brightness(100%) contrast(95%);
  --hz-filter--backgroundSecondaryButtonActive: invert(0%) sepia(44%)
    saturate(1765%) hue-rotate(26deg) brightness(110%) contrast(91%);
  --hz-filter--backgroundSecondaryButtonErrorDefault: invert(7%) sepia(12%)
    saturate(1%) hue-rotate(349deg) brightness(90%) contrast(91%);
  --hz-filter--backgroundSecondaryButtonErrorHover: invert(16%) sepia(0%)
    saturate(3948%) hue-rotate(24deg) brightness(88%) contrast(98%);
  --hz-filter--backgroundSecondaryButtonErrorActive: invert(0%) sepia(5%)
    saturate(3629%) hue-rotate(322deg) brightness(112%) contrast(91%);
  --hz-filter--backgroundControlsDefault: invert(3%) sepia(7%) saturate(18%)
    hue-rotate(314deg) brightness(101%) contrast(85%);
  --hz-filter--backgroundControlsHover: invert(7%) sepia(61%) saturate(30%)
    hue-rotate(21deg) brightness(96%) contrast(84%);
  --hz-filter--backgroundControlsSelected: invert(42%) sepia(69%)
    saturate(1002%) hue-rotate(170deg) brightness(94%) contrast(93%);
  --hz-filter--backgroundLoadingSkeleton: invert(25%) sepia(1%) saturate(2901%)
    hue-rotate(22deg) brightness(88%) contrast(78%);
  --hz-filter--backgroundChatBubbleSender: invert(35%) sepia(20%) saturate(693%)
    hue-rotate(171deg) brightness(96%) contrast(88%);
  --hz-filter--backgroundChatBubbleReceiver: invert(24%) sepia(5%)
    saturate(118%) hue-rotate(21deg) brightness(91%) contrast(80%);
  --hz-filter--textOnBackgroundSurface: invert(90%) sepia(19%) saturate(107%)
    hue-rotate(179deg) brightness(97%) contrast(103%);
  --hz-filter--textOnBackgroundSurfaceStrong: invert(90%) sepia(13%)
    saturate(145%) hue-rotate(182deg) brightness(100%) contrast(100%);
  --hz-filter--textOnBackgroundSecondary: invert(89%) sepia(25%) saturate(103%)
    hue-rotate(186deg) brightness(102%) contrast(95%);
  --hz-filter--textOnBackgroundBrandPrimary: invert(0%) sepia(89%)
    saturate(7500%) hue-rotate(70deg) brightness(94%) contrast(109%);
  --hz-filter--textOnBackgroundBrandPrimaryAlt: invert(0%) sepia(6%)
    saturate(7482%) hue-rotate(93deg) brightness(97%) contrast(102%);
  --hz-filter--textOnBackgroundBrandPrimarySoft: invert(0%) sepia(5%)
    saturate(21%) hue-rotate(27deg) brightness(101%) contrast(102%);
  --hz-filter--textOnBackgroundBrandSecondary: invert(100%) sepia(72%)
    saturate(1263%) hue-rotate(178deg) brightness(103%) contrast(96%);
  --hz-filter--textOnBackgroundBrandSecondaryAlt: invert(99%) sepia(91%)
    saturate(145%) hue-rotate(177deg) brightness(114%) contrast(97%);
  --hz-filter--textOnBackgroundBrandTertiary: invert(96%) sepia(1%)
    saturate(5454%) hue-rotate(185deg) brightness(100%) contrast(94%);
  --hz-filter--textOnBackgroundPrimaryButtonDefault: invert(93%) sepia(100%)
    saturate(0%) hue-rotate(2deg) brightness(104%) contrast(97%);
  --hz-filter--textOnBackgroundSecondaryButtonDefault: invert(48%) sepia(37%)
    saturate(5050%) hue-rotate(177deg) brightness(105%) contrast(85%);
  --hz-filter--textOnBackgroundSecondaryButtonErrorDefault: invert(36%)
    sepia(87%) saturate(3666%) hue-rotate(335deg) brightness(102%) contrast(91%);
  --hz-filter--textOnBackgroundChatBubbleSender: invert(100%) sepia(20%)
    saturate(1712%) hue-rotate(293deg) brightness(121%) contrast(97%);
  --hz-filter--textOnBackgroundChatBubbleReceiver: invert(95%) sepia(3%)
    saturate(922%) hue-rotate(187deg) brightness(99%) contrast(96%);
  --hz-filter--borderSoft: invert(28%) sepia(0%) saturate(1125%)
    hue-rotate(193deg) brightness(93%) contrast(91%);
  --hz-filter--borderMedium: invert(64%) sepia(5%) saturate(18%)
    hue-rotate(21deg) brightness(89%) contrast(93%);
  --hz-filter--borderStrong: invert(74%) sepia(0%) saturate(1%)
    hue-rotate(146deg) brightness(89%) contrast(89%);
  --hz-filter--borderDivider: invert(26%) sepia(7%) saturate(77%)
    hue-rotate(21deg) brightness(91%) contrast(87%);
  --hz-filter--borderError: invert(34%) sepia(73%) saturate(1947%)
    hue-rotate(335deg) brightness(104%) contrast(91%);
  --hz-filter--borderSecondaryButtonDefault: invert(49%) sepia(31%)
    saturate(3850%) hue-rotate(174deg) brightness(98%) contrast(89%);
  --hz-filter--borderSecondaryButtonError: invert(34%) sepia(60%)
    saturate(2796%) hue-rotate(333deg) brightness(98%) contrast(96%);
  --hz-filter--borderInputsDefault: invert(63%) sepia(0%) saturate(0%)
    hue-rotate(206deg) brightness(90%) contrast(100%);
  --hz-filter--borderInputsHover: invert(41%) sepia(75%) saturate(1323%)
    hue-rotate(175deg) brightness(103%) contrast(85%);
  --hz-filter--borderInputsError: invert(36%) sepia(69%) saturate(2059%)
    hue-rotate(330deg) brightness(95%) contrast(103%);
  --hz-filter--borderControlsDefault: invert(62%) sepia(3%) saturate(9%)
    hue-rotate(322deg) brightness(92%) contrast(95%);
  --hz-filter--borderControlsHover: invert(54%) sepia(19%) saturate(3165%)
    hue-rotate(171deg) brightness(91%) contrast(101%);
  --hz-filter--borderControlsSelected: invert(54%) sepia(61%) saturate(3562%)
    hue-rotate(173deg) brightness(97%) contrast(90%);
  --hz-filter--borderOutlineFocus: invert(44%) sepia(72%) saturate(5570%)
    hue-rotate(188deg) brightness(90%) contrast(101%);
}
