: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(22%) sepia(7%) saturate(2461%)
    hue-rotate(172deg) brightness(89%) contrast(90%);
  --hz-filter--textSecondary: invert(39%) sepia(15%) saturate(906%)
    hue-rotate(171deg) brightness(88%) contrast(90%);
  --hz-filter--textBrandPrimary: invert(97%) sepia(64%) saturate(6009%)
    hue-rotate(307deg) brightness(93%) contrast(99%);
  --hz-filter--textBrandSecondary: invert(19%) sepia(16%) saturate(1097%)
    hue-rotate(172deg) brightness(101%) contrast(89%);
  --hz-filter--textSuccess: invert(30%) sepia(6%) saturate(4511%)
    hue-rotate(106deg) brightness(107%) contrast(83%);
  --hz-filter--textError: invert(23%) sepia(38%) saturate(4292%)
    hue-rotate(332deg) brightness(91%) contrast(95%);
  --hz-filter--textWarning: invert(34%) sepia(72%) saturate(547%)
    hue-rotate(331deg) brightness(95%) contrast(97%);
  --hz-filter--textInfo: invert(29%) sepia(100%) saturate(1246%)
    hue-rotate(185deg) brightness(89%) contrast(88%);
  --hz-filter--textPlaceholder: invert(40%) sepia(57%) saturate(234%)
    hue-rotate(171deg) brightness(92%) contrast(90%);
  --hz-filter--textContrastHigh: invert(100%) sepia(31%) saturate(581%)
    hue-rotate(141deg) brightness(124%) contrast(97%);
  --hz-filter--textContrastLow: invert(0%) sepia(3%) saturate(7487%)
    hue-rotate(185deg) brightness(90%) contrast(98%);
  --hz-filter--textLinkDefault: invert(31%) sepia(98%) saturate(912%)
    hue-rotate(178deg) brightness(91%) contrast(93%);
  --hz-filter--textLinkHover: invert(35%) sepia(47%) saturate(6483%)
    hue-rotate(184deg) brightness(92%) contrast(106%);
  --hz-filter--textLinkActive: invert(16%) sepia(69%) saturate(3027%)
    hue-rotate(201deg) brightness(95%) contrast(89%);
  --hz-filter--textLinkVisited: invert(30%) sepia(92%) saturate(817%)
    hue-rotate(172deg) brightness(98%) contrast(94%);
  --hz-filter--textControlsDefault: invert(21%) sepia(5%) saturate(3833%)
    hue-rotate(172deg) brightness(92%) contrast(89%);
  --hz-filter--textControlsHover: invert(30%) sepia(71%) saturate(1255%)
    hue-rotate(178deg) brightness(97%) contrast(90%);
  --hz-filter--textControlsSelected: invert(30%) sepia(99%) saturate(759%)
    hue-rotate(176deg) brightness(96%) contrast(99%);
  --hz-filter--signalSuccessDefault: invert(33%) sepia(21%) saturate(1256%)
    hue-rotate(106deg) brightness(96%) contrast(86%);
  --hz-filter--signalSuccessSoft: invert(95%) sepia(11%) saturate(184%)
    hue-rotate(113deg) brightness(97%) contrast(99%);
  --hz-filter--signalErrorDefault: invert(24%) sepia(100%) saturate(1883%)
    hue-rotate(333deg) brightness(80%) contrast(93%);
  --hz-filter--signalErrorSoft: invert(100%) sepia(29%) saturate(5212%)
    hue-rotate(206deg) brightness(115%) contrast(113%);
  --hz-filter--signalWarningDefault: invert(36%) sepia(31%) saturate(1432%)
    hue-rotate(334deg) brightness(97%) contrast(92%);
  --hz-filter--signalWarningSoft: invert(100%) sepia(35%) saturate(576%)
    hue-rotate(307deg) brightness(95%) contrast(106%);
  --hz-filter--signalInfoDefault: invert(24%) sepia(99%) saturate(1321%)
    hue-rotate(186deg) brightness(102%) contrast(87%);
  --hz-filter--signalInfoSoft: invert(88%) sepia(4%) saturate(4450%)
    hue-rotate(187deg) brightness(109%) contrast(108%);
  --hz-filter--textOnSignalSuccessDefault: invert(100%) sepia(3%)
    saturate(2291%) hue-rotate(31deg) brightness(103%) contrast(96%);
  --hz-filter--textOnSignalSuccessSoft: invert(35%) sepia(15%) saturate(1758%)
    hue-rotate(106deg) brightness(93%) contrast(87%);
  --hz-filter--textOnSignalErrorDefault: invert(100%) sepia(6%) saturate(3167%)
    hue-rotate(39deg) brightness(134%) contrast(101%);
  --hz-filter--textOnSignalErrorSoft: invert(25%) sepia(74%) saturate(2538%)
    hue-rotate(334deg) brightness(79%) contrast(94%);
  --hz-filter--textOnSignalWarningDefault: invert(100%) sepia(0%)
    saturate(5105%) hue-rotate(296deg) brightness(100%) contrast(100%);
  --hz-filter--textOnSignalWarningSoft: invert(33%) sepia(80%) saturate(759%)
    hue-rotate(339deg) brightness(92%) contrast(87%);
  --hz-filter--textOnSignalInfoDefault: invert(96%) sepia(58%) saturate(347%)
    hue-rotate(316deg) brightness(120%) contrast(95%);
  --hz-filter--textOnSignalInfoSoft: invert(32%) sepia(64%) saturate(1251%)
    hue-rotate(176deg) brightness(96%) contrast(92%);
  --hz-filter--backgroundDefault: invert(97%) sepia(23%) saturate(127%)
    hue-rotate(198deg) brightness(109%) contrast(97%);
  --hz-filter--backgroundSurface: invert(100%) sepia(100%) saturate(0%)
    hue-rotate(244deg) brightness(103%) contrast(103%);
  --hz-filter--backgroundSurfaceStrong: invert(0%) sepia(12%) saturate(103%)
    hue-rotate(318deg) brightness(95%) contrast(91%);
  --hz-filter--backgroundHighlight: invert(100%) sepia(62%) saturate(217%)
    hue-rotate(353deg) brightness(108%) contrast(80%);
  --hz-filter--backgroundSecondary: invert(100%) sepia(15%) saturate(5231%)
    hue-rotate(282deg) brightness(121%) contrast(81%);
  --hz-filter--backgroundBrandPrimary: invert(66%) sepia(52%) saturate(443%)
    hue-rotate(343deg) brightness(99%) contrast(89%);
  --hz-filter--backgroundBrandPrimaryAlt: invert(79%) sepia(12%) saturate(6720%)
    hue-rotate(320deg) brightness(89%) contrast(89%);
  --hz-filter--backgroundBrandPrimarySoft: invert(88%) sepia(19%) saturate(247%)
    hue-rotate(320deg) brightness(109%) contrast(98%);
  --hz-filter--backgroundBrandSecondary: invert(20%) sepia(18%) saturate(1007%)
    hue-rotate(171deg) brightness(93%) contrast(88%);
  --hz-filter--backgroundBrandTertiary: invert(32%) sepia(100%) saturate(1003%)
    hue-rotate(179deg) brightness(88%) contrast(89%);
  --hz-filter--backgroundPrimaryButtonDefault: invert(15%) sepia(92%)
    saturate(3807%) hue-rotate(194deg) brightness(111%) contrast(87%);
  --hz-filter--backgroundPrimaryButtonHover: invert(34%) sepia(92%)
    saturate(4821%) hue-rotate(186deg) brightness(96%) contrast(101%);
  --hz-filter--backgroundPrimaryButtonActive: invert(26%) sepia(16%)
    saturate(4690%) hue-rotate(184deg) brightness(96%) contrast(100%);
  --hz-filter--backgroundSecondaryButtonDefault: invert(100%) sepia(100%)
    saturate(1%) hue-rotate(66deg) brightness(103%) contrast(97%);
  --hz-filter--backgroundSecondaryButtonHover: invert(96%) sepia(63%)
    saturate(5345%) hue-rotate(178deg) brightness(109%) contrast(105%);
  --hz-filter--backgroundSecondaryButtonActive: invert(88%) sepia(26%)
    saturate(122%) hue-rotate(160deg) brightness(102%) contrast(98%);
  --hz-filter--backgroundSecondaryButtonErrorDefault: invert(100%) sepia(33%)
    saturate(319%) hue-rotate(37deg) brightness(113%) contrast(97%);
  --hz-filter--backgroundSecondaryButtonErrorHover: invert(93%) sepia(10%)
    saturate(248%) hue-rotate(279deg) brightness(105%) contrast(105%);
  --hz-filter--backgroundSecondaryButtonErrorActive: invert(97%) sepia(14%)
    saturate(614%) hue-rotate(287deg) brightness(95%) contrast(110%);
  --hz-filter--backgroundControlsDefault: invert(78%) sepia(100%) saturate(0%)
    hue-rotate(122deg) brightness(103%) contrast(104%);
  --hz-filter--backgroundControlsHover: invert(88%) sepia(11%) saturate(322%)
    hue-rotate(166deg) brightness(105%) contrast(98%);
  --hz-filter--backgroundControlsSelected: invert(30%) sepia(20%)
    saturate(5737%) hue-rotate(187deg) brightness(96%) contrast(87%);
  --hz-filter--backgroundLoadingSkeleton: invert(92%) sepia(0%) saturate(0%)
    hue-rotate(167deg) brightness(98%) contrast(99%);
  --hz-filter--backgroundChatBubbleSender: invert(37%) sepia(13%)
    saturate(1059%) hue-rotate(171deg) brightness(93%) contrast(91%);
  --hz-filter--backgroundChatBubbleReceiver: invert(93%) sepia(86%)
    saturate(208%) hue-rotate(292deg) brightness(109%) contrast(93%);
  --hz-filter--textOnBackgroundSurface: invert(21%) sepia(16%) saturate(983%)
    hue-rotate(171deg) brightness(98%) contrast(94%);
  --hz-filter--textOnBackgroundSurfaceStrong: invert(75%) sepia(83%)
    saturate(2%) hue-rotate(153deg) brightness(115%) contrast(97%);
  --hz-filter--textOnBackgroundSecondary: invert(18%) sepia(18%) saturate(1108%)
    hue-rotate(171deg) brightness(95%) contrast(84%);
  --hz-filter--textOnBackgroundBrandPrimary: invert(18%) sepia(9%)
    saturate(2453%) hue-rotate(172deg) brightness(91%) contrast(82%);
  --hz-filter--textOnBackgroundBrandPrimaryAlt: invert(0%) sepia(0%)
    saturate(16%) hue-rotate(302deg) brightness(104%) contrast(104%);
  --hz-filter--textOnBackgroundBrandPrimarySoft: invert(0%) sepia(90%)
    saturate(7500%) hue-rotate(143deg) brightness(109%) contrast(109%);
  --hz-filter--textOnBackgroundBrandSecondary: invert(98%) sepia(52%)
    saturate(168%) hue-rotate(325deg) brightness(107%) contrast(97%);
  --hz-filter--textOnBackgroundBrandSecondaryAlt: invert(74%) sepia(49%)
    saturate(619%) hue-rotate(327deg) brightness(96%) contrast(92%);
  --hz-filter--textOnBackgroundBrandTertiary: invert(100%) sepia(0%)
    saturate(2201%) hue-rotate(345deg) brightness(123%) contrast(110%);
  --hz-filter--textOnBackgroundPrimaryButtonDefault: invert(86%) sepia(59%)
    saturate(0%) hue-rotate(111deg) brightness(102%) contrast(109%);
  --hz-filter--textOnBackgroundSecondaryButtonDefault: invert(36%) sepia(30%)
    saturate(2953%) hue-rotate(181deg) brightness(87%) contrast(91%);
  --hz-filter--textOnBackgroundSecondaryButtonErrorDefault: invert(27%)
    sepia(48%) saturate(3200%) hue-rotate(331deg) brightness(80%) contrast(97%);
  --hz-filter--textOnBackgroundChatBubbleSender: invert(84%) sepia(67%)
    saturate(19%) hue-rotate(9deg) brightness(108%) contrast(97%);
  --hz-filter--textOnBackgroundChatBubbleReceiver: invert(20%) sepia(21%)
    saturate(747%) hue-rotate(171deg) brightness(97%) contrast(93%);
  --hz-filter--borderSoft: invert(100%) sepia(66%) saturate(601%)
    hue-rotate(314deg) brightness(118%) contrast(80%);
  --hz-filter--borderMedium: invert(92%) sepia(2%) saturate(76%)
    hue-rotate(22deg) brightness(87%) contrast(86%);
  --hz-filter--borderStrong: invert(75%) sepia(0%) saturate(1%)
    hue-rotate(134deg) brightness(79%) contrast(84%);
  --hz-filter--borderDivider: invert(68%) sepia(87%) saturate(0%)
    hue-rotate(139deg) brightness(98%) contrast(91%);
  --hz-filter--borderError: invert(22%) sepia(42%) saturate(4388%)
    hue-rotate(335deg) brightness(90%) contrast(92%);
  --hz-filter--borderSecondaryButtonDefault: invert(28%) sepia(93%)
    saturate(1159%) hue-rotate(183deg) brightness(97%) contrast(90%);
  --hz-filter--borderSecondaryButtonError: invert(22%) sepia(62%)
    saturate(3433%) hue-rotate(336deg) brightness(83%) contrast(90%);
  --hz-filter--borderInputsDefault: invert(64%) sepia(2%) saturate(3%)
    hue-rotate(335deg) brightness(91%) contrast(87%);
  --hz-filter--borderInputsHover: invert(36%) sepia(78%) saturate(4668%)
    hue-rotate(184deg) brightness(92%) contrast(101%);
  --hz-filter--borderInputsError: invert(24%) sepia(59%) saturate(2953%)
    hue-rotate(333deg) brightness(84%) contrast(95%);
  --hz-filter--borderControlsDefault: invert(60%) sepia(16%) saturate(6%)
    hue-rotate(341deg) brightness(94%) contrast(89%);
  --hz-filter--borderControlsHover: invert(28%) sepia(98%) saturate(1201%)
    hue-rotate(178deg) brightness(102%) contrast(101%);
  --hz-filter--borderControlsSelected: invert(26%) sepia(100%) saturate(1202%)
    hue-rotate(185deg) brightness(98%) contrast(88%);
  --hz-filter--borderOutlineFocus: invert(39%) sepia(70%) saturate(6325%)
    hue-rotate(191deg) brightness(94%) contrast(101%);
  --hz-filter--dashboardChartBlue: invert(31%) sepia(17%) saturate(6798%)
    hue-rotate(187deg) brightness(93%) contrast(87%);
  --hz-filter--dashboardChartRoyal: invert(18%) sepia(62%) saturate(4190%)
    hue-rotate(301deg) brightness(76%) contrast(82%);
  --hz-filter--dashboardChartTerra: invert(95%) sepia(23%) saturate(5022%)
    hue-rotate(303deg) brightness(100%) contrast(90%);
  --hz-filter--dashboardChartNavyblue: invert(34%) sepia(78%) saturate(5159%)
    hue-rotate(191deg) brightness(95%) contrast(102%);
  --hz-filter--dashboardChartGreen: invert(64%) sepia(43%) saturate(447%)
    hue-rotate(112deg) brightness(96%) contrast(82%);
}

/* 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(91%) sepia(19%) saturate(122%)
    hue-rotate(184deg) brightness(100%) contrast(95%);
  --hz-filter--textSecondary: invert(80%) sepia(28%) saturate(180%)
    hue-rotate(174deg) brightness(88%) contrast(82%);
  --hz-filter--textBrandPrimary: invert(76%) sepia(6%) saturate(3737%)
    hue-rotate(336deg) brightness(96%) contrast(94%);
  --hz-filter--textBrandSecondary: invert(81%) sepia(21%) saturate(163%)
    hue-rotate(190deg) brightness(113%) contrast(94%);
  --hz-filter--textSuccess: invert(50%) sepia(51%) saturate(501%)
    hue-rotate(110deg) brightness(93%) contrast(86%);
  --hz-filter--textError: invert(36%) sepia(56%) saturate(4571%)
    hue-rotate(335deg) brightness(102%) contrast(91%);
  --hz-filter--textWarning: invert(80%) sepia(20%) saturate(5314%)
    hue-rotate(330deg) brightness(88%) contrast(84%);
  --hz-filter--textInfo: invert(52%) sepia(18%) saturate(4359%)
    hue-rotate(171deg) brightness(94%) contrast(92%);
  --hz-filter--textPlaceholder: invert(95%) sepia(72%) saturate(6899%)
    hue-rotate(177deg) brightness(88%) contrast(76%);
  --hz-filter--textContrastHigh: invert(88%) sepia(61%) saturate(167%)
    hue-rotate(336deg) brightness(127%) contrast(97%);
  --hz-filter--textContrastLow: invert(0%) sepia(2%) saturate(7464%)
    hue-rotate(266deg) brightness(102%) contrast(96%);
  --hz-filter--textLinkDefault: invert(49%) sepia(13%) saturate(6207%)
    hue-rotate(172deg) brightness(100%) contrast(86%);
  --hz-filter--textLinkHover: invert(55%) sepia(63%) saturate(1220%)
    hue-rotate(170deg) brightness(98%) contrast(91%);
  --hz-filter--textLinkActive: invert(45%) sepia(80%) saturate(759%)
    hue-rotate(164deg) brightness(97%) contrast(96%);
  --hz-filter--textLinkVisited: invert(73%) sepia(48%) saturate(6725%)
    hue-rotate(170deg) brightness(93%) contrast(98%);
  --hz-filter--textControlsDefault: invert(99%) sepia(71%) saturate(1019%)
    hue-rotate(180deg) brightness(102%) contrast(95%);
  --hz-filter--textControlsHover: invert(51%) sepia(91%) saturate(793%)
    hue-rotate(170deg) brightness(98%) contrast(91%);
  --hz-filter--textControlsSelected: invert(46%) sepia(85%) saturate(1129%)
    hue-rotate(172deg) brightness(95%) contrast(93%);
  --hz-filter--signalSuccessDefault: invert(33%) sepia(37%) saturate(732%)
    hue-rotate(106deg) brightness(95%) contrast(88%);
  --hz-filter--signalSuccessSoft: invert(34%) sepia(21%) saturate(1329%)
    hue-rotate(106deg) brightness(92%) contrast(83%);
  --hz-filter--signalErrorDefault: invert(22%) sepia(54%) saturate(3472%)
    hue-rotate(335deg) brightness(89%) contrast(92%);
  --hz-filter--signalErrorSoft: invert(23%) sepia(70%) saturate(3135%)
    hue-rotate(337deg) brightness(80%) contrast(91%);
  --hz-filter--signalWarningDefault: invert(34%) sepia(39%) saturate(1917%)
    hue-rotate(345deg) brightness(92%) contrast(83%);
  --hz-filter--signalWarningSoft: invert(34%) sepia(18%) saturate(4052%)
    hue-rotate(345deg) brightness(94%) contrast(84%);
  --hz-filter--signalInfoDefault: invert(30%) sepia(94%) saturate(1367%)
    hue-rotate(186deg) brightness(86%) contrast(87%);
  --hz-filter--signalInfoSoft: invert(31%) sepia(96%) saturate(877%)
    hue-rotate(177deg) brightness(91%) contrast(95%);
  --hz-filter--textOnSignalSuccessDefault: invert(100%) sepia(1%)
    saturate(1053%) hue-rotate(33deg) brightness(108%) contrast(97%);
  --hz-filter--textOnSignalSuccessSoft: invert(99%) sepia(0%) saturate(7498%)
    hue-rotate(253deg) brightness(129%) contrast(97%);
  --hz-filter--textOnSignalErrorDefault: invert(99%) sepia(0%) saturate(3%)
    hue-rotate(72deg) brightness(99%) contrast(101%);
  --hz-filter--textOnSignalErrorSoft: invert(100%) sepia(94%) saturate(0%)
    hue-rotate(132deg) brightness(100%) contrast(97%);
  --hz-filter--textOnSignalWarningDefault: invert(97%) sepia(99%) saturate(7%)
    hue-rotate(74deg) brightness(105%) contrast(97%);
  --hz-filter--textOnSignalWarningSoft: invert(100%) sepia(99%) saturate(3%)
    hue-rotate(125deg) brightness(103%) contrast(97%);
  --hz-filter--textOnSignalInfoDefault: invert(100%) sepia(0%) saturate(3%)
    hue-rotate(125deg) brightness(104%) contrast(97%);
  --hz-filter--textOnSignalInfoSoft: invert(100%) sepia(99%) saturate(1%)
    hue-rotate(106deg) brightness(109%) contrast(97%);
  --hz-filter--backgroundDefault: invert(0%) sepia(3%) saturate(12%)
    hue-rotate(349deg) brightness(100%) contrast(80%);
  --hz-filter--backgroundSurface: invert(9%) sepia(0%) saturate(3687%)
    hue-rotate(135deg) brightness(102%) contrast(88%);
  --hz-filter--backgroundSurfaceStrong: invert(27%) sepia(0%) saturate(0%)
    hue-rotate(254deg) brightness(89%) contrast(87%);
  --hz-filter--backgroundHighlight: invert(29%) sepia(0%) saturate(83%)
    hue-rotate(172deg) brightness(92%) contrast(94%);
  --hz-filter--backgroundSecondary: invert(0%) sepia(17%) saturate(572%)
    hue-rotate(41deg) brightness(92%) contrast(91%);
  --hz-filter--backgroundBrandPrimary: invert(83%) sepia(19%) saturate(3688%)
    hue-rotate(317deg) brightness(92%) contrast(91%);
  --hz-filter--backgroundBrandPrimaryAlt: invert(54%) sepia(95%) saturate(299%)
    hue-rotate(336deg) brightness(90%) contrast(88%);
  --hz-filter--backgroundBrandPrimarySoft: invert(72%) sepia(14%)
    saturate(5159%) hue-rotate(322deg) brightness(85%) contrast(87%);
  --hz-filter--backgroundBrandSecondary: invert(36%) sepia(11%) saturate(1283%)
    hue-rotate(171deg) brightness(95%) contrast(89%);
  --hz-filter--backgroundBrandTertiary: invert(30%) sepia(83%) saturate(938%)
    hue-rotate(176deg) brightness(97%) contrast(97%);
  --hz-filter--backgroundPrimaryButtonDefault: invert(30%) sepia(66%)
    saturate(7278%) hue-rotate(194deg) brightness(91%) contrast(87%);
  --hz-filter--backgroundPrimaryButtonHover: invert(32%) sepia(74%)
    saturate(3707%) hue-rotate(183deg) brightness(92%) contrast(102%);
  --hz-filter--backgroundPrimaryButtonActive: invert(22%) sepia(48%)
    saturate(1921%) hue-rotate(185deg) brightness(101%) contrast(96%);
  --hz-filter--backgroundSecondaryButtonDefault: invert(0%) sepia(3%)
    saturate(3851%) hue-rotate(316deg) brightness(106%) contrast(80%);
  --hz-filter--backgroundSecondaryButtonHover: invert(13%) sepia(1%)
    saturate(3235%) hue-rotate(332deg) brightness(94%) contrast(94%);
  --hz-filter--backgroundSecondaryButtonActive: invert(0%) sepia(1%)
    saturate(2172%) hue-rotate(316deg) brightness(83%) contrast(91%);
  --hz-filter--backgroundSecondaryButtonErrorDefault: invert(6%) sepia(6%)
    saturate(14%) hue-rotate(350deg) brightness(97%) contrast(89%);
  --hz-filter--backgroundSecondaryButtonErrorHover: invert(8%) sepia(6%)
    saturate(293%) hue-rotate(21deg) brightness(93%) contrast(83%);
  --hz-filter--backgroundSecondaryButtonErrorActive: invert(0%) sepia(6%)
    saturate(4486%) hue-rotate(229deg) brightness(101%) contrast(91%);
  --hz-filter--backgroundControlsDefault: invert(7%) sepia(10%) saturate(16%)
    hue-rotate(320deg) brightness(105%) contrast(93%);
  --hz-filter--backgroundControlsHover: invert(9%) sepia(74%) saturate(20%)
    hue-rotate(22deg) brightness(95%) contrast(89%);
  --hz-filter--backgroundControlsSelected: invert(53%) sepia(87%)
    saturate(4886%) hue-rotate(180deg) brightness(100%) contrast(84%);
  --hz-filter--backgroundLoadingSkeleton: invert(24%) sepia(5%) saturate(122%)
    hue-rotate(21deg) brightness(98%) contrast(85%);
  --hz-filter--backgroundChatBubbleSender: invert(38%) sepia(7%) saturate(2021%)
    hue-rotate(171deg) brightness(88%) contrast(83%);
  --hz-filter--backgroundChatBubbleReceiver: invert(26%) sepia(6%) saturate(79%)
    hue-rotate(22deg) brightness(99%) contrast(95%);
  --hz-filter--textOnBackgroundSurface: invert(86%) sepia(5%) saturate(509%)
    hue-rotate(185deg) brightness(109%) contrast(94%);
  --hz-filter--textOnBackgroundSurfaceStrong: invert(99%) sepia(7%)
    saturate(7458%) hue-rotate(181deg) brightness(102%) contrast(93%);
  --hz-filter--textOnBackgroundSecondary: invert(100%) sepia(2%) saturate(4008%)
    hue-rotate(85deg) brightness(102%) contrast(86%);
  --hz-filter--textOnBackgroundBrandPrimary: invert(0%) sepia(100%) saturate(0%)
    hue-rotate(21deg) brightness(97%) contrast(103%);
  --hz-filter--textOnBackgroundBrandPrimaryAlt: invert(0%) sepia(0%)
    saturate(0%) hue-rotate(2deg) brightness(97%) contrast(105%);
  --hz-filter--textOnBackgroundBrandPrimarySoft: invert(0%) sepia(71%)
    saturate(0%) hue-rotate(205deg) brightness(95%) contrast(106%);
  --hz-filter--textOnBackgroundBrandSecondary: invert(90%) sepia(14%)
    saturate(182%) hue-rotate(186deg) brightness(103%) contrast(94%);
  --hz-filter--textOnBackgroundBrandSecondaryAlt: invert(99%) sepia(1%)
    saturate(7412%) hue-rotate(149deg) brightness(155%) contrast(97%);
  --hz-filter--textOnBackgroundBrandTertiary: invert(86%) sepia(25%)
    saturate(290%) hue-rotate(196deg) brightness(107%) contrast(94%);
  --hz-filter--textOnBackgroundPrimaryButtonDefault: invert(98%) sepia(100%)
    saturate(0%) hue-rotate(159deg) brightness(99%) contrast(99%);
  --hz-filter--textOnBackgroundSecondaryButtonDefault: invert(48%) sepia(98%)
    saturate(1426%) hue-rotate(171deg) brightness(95%) contrast(95%);
  --hz-filter--textOnBackgroundSecondaryButtonErrorDefault: invert(36%)
    sepia(42%) saturate(6360%) hue-rotate(336deg) brightness(106%) contrast(91%);
  --hz-filter--textOnBackgroundChatBubbleSender: invert(97%) sepia(30%)
    saturate(55%) hue-rotate(253deg) brightness(118%) contrast(97%);
  --hz-filter--textOnBackgroundChatBubbleReceiver: invert(88%) sepia(25%)
    saturate(89%) hue-rotate(183deg) brightness(103%) contrast(95%);
  --hz-filter--borderSoft: invert(22%) sepia(6%) saturate(191%)
    hue-rotate(22deg) brightness(98%) contrast(80%);
  --hz-filter--borderMedium: invert(60%) sepia(1%) saturate(0%)
    hue-rotate(228deg) brightness(95%) contrast(80%);
  --hz-filter--borderStrong: invert(71%) sepia(10%) saturate(0%)
    hue-rotate(212deg) brightness(92%) contrast(84%);
  --hz-filter--borderDivider: invert(30%) sepia(0%) saturate(3989%)
    hue-rotate(134deg) brightness(85%) contrast(91%);
  --hz-filter--borderError: invert(30%) sepia(92%) saturate(1968%)
    hue-rotate(335deg) brightness(101%) contrast(91%);
  --hz-filter--borderSecondaryButtonDefault: invert(52%) sepia(22%)
    saturate(2342%) hue-rotate(161deg) brightness(97%) contrast(94%);
  --hz-filter--borderSecondaryButtonError: invert(39%) sepia(79%)
    saturate(4343%) hue-rotate(335deg) brightness(101%) contrast(91%);
  --hz-filter--borderInputsDefault: invert(67%) sepia(0%) saturate(243%)
    hue-rotate(159deg) brightness(88%) contrast(85%);
  --hz-filter--borderInputsHover: invert(50%) sepia(23%) saturate(2582%)
    hue-rotate(164deg) brightness(99%) contrast(92%);
  --hz-filter--borderInputsError: invert(34%) sepia(68%) saturate(1483%)
    hue-rotate(326deg) brightness(99%) contrast(93%);
  --hz-filter--borderControlsDefault: invert(71%) sepia(0%) saturate(11%)
    hue-rotate(13deg) brightness(83%) contrast(86%);
  --hz-filter--borderControlsHover: invert(71%) sepia(71%) saturate(5498%)
    hue-rotate(173deg) brightness(96%) contrast(92%);
  --hz-filter--borderControlsSelected: invert(59%) sepia(30%) saturate(6906%)
    hue-rotate(173deg) brightness(95%) contrast(93%);
  --hz-filter--borderOutlineFocus: invert(39%) sepia(72%) saturate(5494%)
    hue-rotate(190deg) brightness(92%) contrast(101%);
}
