: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(20%) sepia(5%) saturate(3786%)
    hue-rotate(171deg) brightness(90%) contrast(86%);
  --hz-filter--textSecondary: invert(35%) sepia(14%) saturate(1048%)
    hue-rotate(171deg) brightness(96%) contrast(85%);
  --hz-filter--textBrandPrimary: invert(87%) sepia(94%) saturate(3671%)
    hue-rotate(308deg) brightness(96%) contrast(93%);
  --hz-filter--textBrandSecondary: invert(19%) sepia(11%) saturate(1552%)
    hue-rotate(172deg) brightness(97%) contrast(89%);
  --hz-filter--textSuccess: invert(31%) sepia(75%) saturate(410%)
    hue-rotate(106deg) brightness(91%) contrast(85%);
  --hz-filter--textError: invert(20%) sepia(72%) saturate(2648%)
    hue-rotate(337deg) brightness(96%) contrast(92%);
  --hz-filter--textWarning: invert(35%) sepia(11%) saturate(3651%)
    hue-rotate(333deg) brightness(103%) contrast(92%);
  --hz-filter--textInfo: invert(28%) sepia(76%) saturate(948%)
    hue-rotate(174deg) brightness(105%) contrast(95%);
  --hz-filter--textPlaceholder: invert(44%) sepia(7%) saturate(1955%)
    hue-rotate(172deg) brightness(91%) contrast(83%);
  --hz-filter--textContrastHigh: invert(99%) sepia(6%) saturate(0%)
    hue-rotate(98deg) brightness(111%) contrast(106%);
  --hz-filter--textContrastLow: invert(0%) sepia(0%) saturate(7483%)
    hue-rotate(132deg) brightness(94%) contrast(99%);
  --hz-filter--textLinkDefault: invert(33%) sepia(71%) saturate(879%)
    hue-rotate(170deg) brightness(95%) contrast(97%);
  --hz-filter--textLinkHover: invert(28%) sepia(58%) saturate(2506%)
    hue-rotate(182deg) brightness(101%) contrast(101%);
  --hz-filter--textLinkActive: invert(20%) sepia(80%) saturate(1412%)
    hue-rotate(188deg) brightness(98%) contrast(93%);
  --hz-filter--textLinkVisited: invert(32%) sepia(100%) saturate(880%)
    hue-rotate(177deg) brightness(87%) contrast(94%);
  --hz-filter--textControlsDefault: invert(20%) sepia(6%) saturate(2758%)
    hue-rotate(172deg) brightness(99%) contrast(91%);
  --hz-filter--textControlsHover: invert(34%) sepia(90%) saturate(547%)
    hue-rotate(164deg) brightness(94%) contrast(100%);
  --hz-filter--textControlsSelected: invert(23%) sepia(72%) saturate(4106%)
    hue-rotate(192deg) brightness(91%) contrast(87%);
  --hz-filter--signalSuccessDefault: invert(31%) sepia(53%) saturate(602%)
    hue-rotate(106deg) brightness(92%) contrast(80%);
  --hz-filter--signalSuccessSoft: invert(91%) sepia(20%) saturate(179%)
    hue-rotate(93deg) brightness(108%) contrast(91%);
  --hz-filter--signalErrorDefault: invert(21%) sepia(43%) saturate(4854%)
    hue-rotate(337deg) brightness(89%) contrast(87%);
  --hz-filter--signalErrorSoft: invert(99%) sepia(66%) saturate(996%)
    hue-rotate(285deg) brightness(106%) contrast(97%);
  --hz-filter--signalWarningDefault: invert(29%) sepia(83%) saturate(1058%)
    hue-rotate(346deg) brightness(97%) contrast(82%);
  --hz-filter--signalWarningSoft: invert(93%) sepia(13%) saturate(409%)
    hue-rotate(323deg) brightness(105%) contrast(94%);
  --hz-filter--signalInfoDefault: invert(29%) sepia(55%) saturate(2317%)
    hue-rotate(187deg) brightness(92%) contrast(87%);
  --hz-filter--signalInfoSoft: invert(95%) sepia(3%) saturate(1094%)
    hue-rotate(169deg) brightness(92%) contrast(117%);
  --hz-filter--textOnSignalSuccessDefault: invert(100%) sepia(93%) saturate(0%)
    hue-rotate(178deg) brightness(101%) contrast(106%);
  --hz-filter--textOnSignalSuccessSoft: invert(30%) sepia(61%) saturate(457%)
    hue-rotate(106deg) brightness(99%) contrast(89%);
  --hz-filter--textOnSignalErrorDefault: invert(97%) sepia(0%) saturate(2%)
    hue-rotate(207deg) brightness(101%) contrast(103%);
  --hz-filter--textOnSignalErrorSoft: invert(30%) sepia(44%) saturate(5057%)
    hue-rotate(336deg) brightness(81%) contrast(98%);
  --hz-filter--textOnSignalWarningDefault: invert(90%) sepia(11%) saturate(59%)
    hue-rotate(16deg) brightness(110%) contrast(97%);
  --hz-filter--textOnSignalWarningSoft: invert(35%) sepia(26%) saturate(2108%)
    hue-rotate(339deg) brightness(96%) contrast(88%);
  --hz-filter--textOnSignalInfoDefault: invert(100%) sepia(100%) saturate(0%)
    hue-rotate(198deg) brightness(100%) contrast(98%);
  --hz-filter--textOnSignalInfoSoft: invert(29%) sepia(95%) saturate(1118%)
    hue-rotate(181deg) brightness(92%) contrast(89%);
  --hz-filter--backgroundDefault: invert(92%) sepia(55%) saturate(250%)
    hue-rotate(299deg) brightness(113%) contrast(97%);
  --hz-filter--backgroundSurface: invert(100%) sepia(0%) saturate(0%)
    hue-rotate(92deg) brightness(111%) contrast(100%);
  --hz-filter--backgroundSurfaceStrong: invert(0%) sepia(8%) saturate(2849%)
    hue-rotate(95deg) brightness(80%) contrast(91%);
  --hz-filter--backgroundHighlight: invert(95%) sepia(0%) saturate(274%)
    hue-rotate(135deg) brightness(98%) contrast(92%);
  --hz-filter--backgroundSecondary: invert(100%) sepia(0%) saturate(270%)
    hue-rotate(170deg) brightness(114%) contrast(89%);
  --hz-filter--backgroundBrandPrimary: invert(80%) sepia(18%) saturate(1516%)
    hue-rotate(326deg) brightness(93%) contrast(100%);
  --hz-filter--backgroundBrandPrimaryAlt: invert(79%) sepia(18%) saturate(6108%)
    hue-rotate(321deg) brightness(90%) contrast(86%);
  --hz-filter--backgroundBrandPrimarySoft: invert(93%) sepia(1%) saturate(1108%)
    hue-rotate(331deg) brightness(104%) contrast(99%);
  --hz-filter--backgroundBrandSecondary: invert(17%) sepia(45%) saturate(480%)
    hue-rotate(171deg) brightness(94%) contrast(84%);
  --hz-filter--backgroundBrandTertiary: invert(44%) sepia(84%) saturate(7229%)
    hue-rotate(193deg) brightness(88%) contrast(87%);
  --hz-filter--backgroundPrimaryButtonDefault: invert(22%) sepia(81%)
    saturate(4317%) hue-rotate(193deg) brightness(91%) contrast(87%);
  --hz-filter--backgroundPrimaryButtonHover: invert(29%) sepia(99%)
    saturate(1200%) hue-rotate(178deg) brightness(99%) contrast(101%);
  --hz-filter--backgroundPrimaryButtonActive: invert(22%) sepia(50%)
    saturate(2310%) hue-rotate(193deg) brightness(92%) contrast(95%);
  --hz-filter--backgroundSecondaryButtonDefault: invert(100%) sepia(100%)
    saturate(0%) hue-rotate(191deg) brightness(111%) contrast(97%);
  --hz-filter--backgroundSecondaryButtonHover: invert(100%) sepia(93%)
    saturate(1527%) hue-rotate(177deg) brightness(109%) contrast(99%);
  --hz-filter--backgroundSecondaryButtonActive: invert(95%) sepia(56%)
    saturate(5309%) hue-rotate(177deg) brightness(106%) contrast(106%);
  --hz-filter--backgroundSecondaryButtonErrorDefault: invert(92%) sepia(0%)
    saturate(3225%) hue-rotate(57deg) brightness(106%) contrast(100%);
  --hz-filter--backgroundSecondaryButtonErrorHover: invert(75%) sepia(27%)
    saturate(84%) hue-rotate(300deg) brightness(122%) contrast(99%);
  --hz-filter--backgroundSecondaryButtonErrorActive: invert(92%) sepia(37%)
    saturate(1988%) hue-rotate(199deg) brightness(118%) contrast(103%);
  --hz-filter--backgroundControlsDefault: invert(89%) sepia(1%) saturate(1%)
    hue-rotate(61deg) brightness(113%) contrast(97%);
  --hz-filter--backgroundControlsHover: invert(92%) sepia(2%) saturate(7411%)
    hue-rotate(183deg) brightness(104%) contrast(105%);
  --hz-filter--backgroundControlsSelected: invert(18%) sepia(53%)
    saturate(5403%) hue-rotate(194deg) brightness(105%) contrast(87%);
  --hz-filter--backgroundLoadingSkeleton: invert(97%) sepia(5%) saturate(456%)
    hue-rotate(346deg) brightness(108%) contrast(80%);
  --hz-filter--backgroundChatBubbleSender: invert(37%) sepia(16%) saturate(828%)
    hue-rotate(171deg) brightness(91%) contrast(90%);
  --hz-filter--backgroundChatBubbleReceiver: invert(100%) sepia(16%)
    saturate(1339%) hue-rotate(51deg) brightness(114%) contrast(94%);
  --hz-filter--textOnBackgroundSurface: invert(16%) sepia(9%) saturate(2406%)
    hue-rotate(172deg) brightness(100%) contrast(81%);
  --hz-filter--textOnBackgroundSurfaceStrong: invert(98%) sepia(0%) saturate(0%)
    hue-rotate(156deg) brightness(96%) contrast(108%);
  --hz-filter--textOnBackgroundSecondary: invert(17%) sepia(9%) saturate(2237%)
    hue-rotate(172deg) brightness(99%) contrast(84%);
  --hz-filter--textOnBackgroundBrandPrimary: invert(21%) sepia(10%)
    saturate(1587%) hue-rotate(172deg) brightness(96%) contrast(92%);
  --hz-filter--textOnBackgroundBrandPrimaryAlt: invert(0%) sepia(3%)
    saturate(0%) hue-rotate(200deg) brightness(103%) contrast(103%);
  --hz-filter--textOnBackgroundBrandPrimarySoft: invert(0%) sepia(1%)
    saturate(7492%) hue-rotate(350deg) brightness(103%) contrast(100%);
  --hz-filter--textOnBackgroundBrandSecondary: invert(100%) sepia(0%)
    saturate(7429%) hue-rotate(90deg) brightness(95%) contrast(100%);
  --hz-filter--textOnBackgroundBrandSecondaryAlt: invert(63%) sepia(73%)
    saturate(355%) hue-rotate(341deg) brightness(102%) contrast(86%);
  --hz-filter--textOnBackgroundBrandTertiary: invert(100%) sepia(0%)
    saturate(0%) hue-rotate(118deg) brightness(99%) contrast(100%);
  --hz-filter--textOnBackgroundPrimaryButtonDefault: invert(86%) sepia(33%)
    saturate(17%) hue-rotate(81deg) brightness(109%) contrast(103%);
  --hz-filter--textOnBackgroundSecondaryButtonDefault: invert(13%) sepia(100%)
    saturate(4418%) hue-rotate(195deg) brightness(107%) contrast(87%);
  --hz-filter--textOnBackgroundSecondaryButtonErrorDefault: invert(21%)
    sepia(98%) saturate(1834%) hue-rotate(328deg) brightness(90%) contrast(95%);
  --hz-filter--textOnBackgroundChatBubbleSender: invert(100%) sepia(9%)
    saturate(0%) hue-rotate(269deg) brightness(110%) contrast(97%);
  --hz-filter--textOnBackgroundChatBubbleReceiver: invert(19%) sepia(32%)
    saturate(598%) hue-rotate(170deg) brightness(94%) contrast(87%);
  --hz-filter--borderSoft: invert(98%) sepia(5%) saturate(2136%)
    hue-rotate(302deg) brightness(117%) contrast(80%);
  --hz-filter--borderMedium: invert(79%) sepia(0%) saturate(1454%)
    hue-rotate(210deg) brightness(101%) contrast(86%);
  --hz-filter--borderStrong: invert(65%) sepia(0%) saturate(5%)
    hue-rotate(190deg) brightness(89%) contrast(88%);
  --hz-filter--borderDivider: invert(98%) sepia(0%) saturate(111%)
    hue-rotate(142deg) brightness(78%) contrast(98%);
  --hz-filter--borderError: invert(21%) sepia(49%) saturate(4300%)
    hue-rotate(337deg) brightness(87%) contrast(89%);
  --hz-filter--borderSecondaryButtonDefault: invert(30%) sepia(99%)
    saturate(919%) hue-rotate(176deg) brightness(92%) contrast(89%);
  --hz-filter--borderSecondaryButtonError: invert(28%) sepia(41%)
    saturate(3152%) hue-rotate(327deg) brightness(85%) contrast(102%);
  --hz-filter--borderInputsDefault: invert(67%) sepia(0%) saturate(1263%)
    hue-rotate(198deg) brightness(89%) contrast(80%);
  --hz-filter--borderInputsHover: invert(30%) sepia(55%) saturate(6620%)
    hue-rotate(187deg) brightness(98%) contrast(101%);
  --hz-filter--borderInputsError: invert(21%) sepia(100%) saturate(1679%)
    hue-rotate(331deg) brightness(96%) contrast(97%);
  --hz-filter--borderControlsDefault: invert(57%) sepia(0%) saturate(39%)
    hue-rotate(280deg) brightness(102%) contrast(90%);
  --hz-filter--borderControlsHover: invert(29%) sepia(83%) saturate(1996%)
    hue-rotate(183deg) brightness(91%) contrast(101%);
  --hz-filter--borderControlsSelected: invert(30%) sepia(77%) saturate(1255%)
    hue-rotate(181deg) brightness(93%) contrast(92%);
  --hz-filter--borderOutlineFocus: invert(34%) sepia(93%) saturate(5551%)
    hue-rotate(192deg) brightness(100%) contrast(101%);
  --hz-filter--dashboardChartBlue: invert(33%) sepia(34%) saturate(2642%)
    hue-rotate(182deg) brightness(90%) contrast(93%);
  --hz-filter--dashboardChartRoyal: invert(18%) sepia(45%) saturate(4245%)
    hue-rotate(297deg) brightness(91%) contrast(88%);
  --hz-filter--dashboardChartTerra: invert(100%) sepia(67%) saturate(4182%)
    hue-rotate(304deg) brightness(101%) contrast(89%);
  --hz-filter--dashboardChartNavyblue: invert(41%) sepia(76%) saturate(7298%)
    hue-rotate(192deg) brightness(99%) contrast(101%);
  --hz-filter--dashboardChartGreen: invert(81%) sepia(10%) saturate(1803%)
    hue-rotate(110deg) brightness(82%) contrast(81%);
}

/* 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(100%) sepia(56%) saturate(1311%)
    hue-rotate(179deg) brightness(96%) contrast(102%);
  --hz-filter--textSecondary: invert(79%) sepia(15%) saturate(292%)
    hue-rotate(174deg) brightness(88%) contrast(95%);
  --hz-filter--textBrandPrimary: invert(72%) sepia(36%) saturate(732%)
    hue-rotate(335deg) brightness(99%) contrast(87%);
  --hz-filter--textBrandSecondary: invert(96%) sepia(3%) saturate(2290%)
    hue-rotate(183deg) brightness(101%) contrast(94%);
  --hz-filter--textSuccess: invert(52%) sepia(24%) saturate(979%)
    hue-rotate(110deg) brightness(93%) contrast(89%);
  --hz-filter--textError: invert(47%) sepia(13%) saturate(6930%)
    hue-rotate(324deg) brightness(88%) contrast(120%);
  --hz-filter--textWarning: invert(82%) sepia(28%) saturate(5162%)
    hue-rotate(332deg) brightness(89%) contrast(82%);
  --hz-filter--textInfo: invert(45%) sepia(97%) saturate(1237%)
    hue-rotate(173deg) brightness(96%) contrast(92%);
  --hz-filter--textPlaceholder: invert(69%) sepia(8%) saturate(528%)
    hue-rotate(174deg) brightness(100%) contrast(105%);
  --hz-filter--textContrastHigh: invert(98%) sepia(93%) saturate(190%)
    hue-rotate(44deg) brightness(113%) contrast(97%);
  --hz-filter--textContrastLow: invert(0%) sepia(4%) saturate(7486%)
    hue-rotate(157deg) brightness(96%) contrast(103%);
  --hz-filter--textLinkDefault: invert(70%) sepia(92%) saturate(4611%)
    hue-rotate(174deg) brightness(96%) contrast(91%);
  --hz-filter--textLinkHover: invert(59%) sepia(96%) saturate(1894%)
    hue-rotate(171deg) brightness(96%) contrast(95%);
  --hz-filter--textLinkActive: invert(53%) sepia(93%) saturate(1826%)
    hue-rotate(172deg) brightness(90%) contrast(104%);
  --hz-filter--textLinkVisited: invert(44%) sepia(55%) saturate(3553%)
    hue-rotate(180deg) brightness(108%) contrast(85%);
  --hz-filter--textControlsDefault: invert(96%) sepia(8%) saturate(869%)
    hue-rotate(183deg) brightness(100%) contrast(94%);
  --hz-filter--textControlsHover: invert(55%) sepia(60%) saturate(1620%)
    hue-rotate(171deg) brightness(98%) contrast(91%);
  --hz-filter--textControlsSelected: invert(48%) sepia(82%) saturate(1752%)
    hue-rotate(172deg) brightness(96%) contrast(91%);
  --hz-filter--signalSuccessDefault: invert(30%) sepia(80%) saturate(379%)
    hue-rotate(106deg) brightness(93%) contrast(86%);
  --hz-filter--signalSuccessSoft: invert(34%) sepia(18%) saturate(1723%)
    hue-rotate(106deg) brightness(90%) contrast(79%);
  --hz-filter--signalErrorDefault: invert(24%) sepia(56%) saturate(3530%)
    hue-rotate(335deg) brightness(80%) contrast(92%);
  --hz-filter--signalErrorSoft: invert(22%) sepia(40%) saturate(4713%)
    hue-rotate(335deg) brightness(88%) contrast(91%);
  --hz-filter--signalWarningDefault: invert(58%) sepia(4%) saturate(7494%)
    hue-rotate(328deg) brightness(68%) contrast(109%);
  --hz-filter--signalWarningSoft: invert(30%) sepia(99%) saturate(769%)
    hue-rotate(342deg) brightness(94%) contrast(86%);
  --hz-filter--signalInfoDefault: invert(20%) sepia(48%) saturate(7496%)
    hue-rotate(194deg) brightness(96%) contrast(87%);
  --hz-filter--signalInfoSoft: invert(19%) sepia(58%) saturate(7085%)
    hue-rotate(195deg) brightness(96%) contrast(87%);
  --hz-filter--textOnSignalSuccessDefault: invert(94%) sepia(16%) saturate(508%)
    hue-rotate(55deg) brightness(124%) contrast(97%);
  --hz-filter--textOnSignalSuccessSoft: invert(83%) sepia(95%) saturate(1%)
    hue-rotate(58deg) brightness(108%) contrast(97%);
  --hz-filter--textOnSignalErrorDefault: invert(86%) sepia(58%) saturate(18%)
    hue-rotate(47deg) brightness(113%) contrast(97%);
  --hz-filter--textOnSignalErrorSoft: invert(100%) sepia(81%) saturate(168%)
    hue-rotate(331deg) brightness(116%) contrast(97%);
  --hz-filter--textOnSignalWarningDefault: invert(100%) sepia(0%) saturate(1%)
    hue-rotate(100deg) brightness(107%) contrast(97%);
  --hz-filter--textOnSignalWarningSoft: invert(99%) sepia(2%) saturate(470%)
    hue-rotate(359deg) brightness(103%) contrast(97%);
  --hz-filter--textOnSignalInfoDefault: invert(100%) sepia(31%) saturate(835%)
    hue-rotate(64deg) brightness(115%) contrast(102%);
  --hz-filter--textOnSignalInfoSoft: invert(99%) sepia(18%) saturate(0%)
    hue-rotate(167deg) brightness(98%) contrast(101%);
  --hz-filter--backgroundDefault: invert(0%) sepia(14%) saturate(6747%)
    hue-rotate(18deg) brightness(104%) contrast(80%);
  --hz-filter--backgroundSurface: invert(11%) sepia(6%) saturate(209%)
    hue-rotate(21deg) brightness(96%) contrast(91%);
  --hz-filter--backgroundSurfaceStrong: invert(26%) sepia(5%) saturate(68%)
    hue-rotate(22deg) brightness(97%) contrast(89%);
  --hz-filter--backgroundHighlight: invert(25%) sepia(6%) saturate(125%)
    hue-rotate(21deg) brightness(89%) contrast(81%);
  --hz-filter--backgroundSecondary: invert(0%) sepia(6%) saturate(66%)
    hue-rotate(29deg) brightness(98%) contrast(91%);
  --hz-filter--backgroundBrandPrimary: invert(82%) sepia(68%) saturate(4745%)
    hue-rotate(317deg) brightness(95%) contrast(92%);
  --hz-filter--backgroundBrandPrimaryAlt: invert(61%) sepia(22%) saturate(1259%)
    hue-rotate(335deg) brightness(93%) contrast(81%);
  --hz-filter--backgroundBrandPrimarySoft: invert(54%) sepia(7%) saturate(3426%)
    hue-rotate(333deg) brightness(97%) contrast(90%);
  --hz-filter--backgroundBrandSecondary: invert(36%) sepia(38%) saturate(329%)
    hue-rotate(170deg) brightness(93%) contrast(97%);
  --hz-filter--backgroundBrandTertiary: invert(24%) sepia(70%) saturate(2229%)
    hue-rotate(189deg) brightness(100%) contrast(87%);
  --hz-filter--backgroundPrimaryButtonDefault: invert(26%) sepia(60%)
    saturate(5082%) hue-rotate(192deg) brightness(88%) contrast(87%);
  --hz-filter--backgroundPrimaryButtonHover: invert(33%) sepia(29%)
    saturate(5358%) hue-rotate(182deg) brightness(89%) contrast(105%);
  --hz-filter--backgroundPrimaryButtonActive: invert(21%) sepia(100%)
    saturate(1207%) hue-rotate(189deg) brightness(92%) contrast(94%);
  --hz-filter--backgroundSecondaryButtonDefault: invert(0%) sepia(9%)
    saturate(527%) hue-rotate(55deg) brightness(77%) contrast(80%);
  --hz-filter--backgroundSecondaryButtonHover: invert(11%) sepia(7%)
    saturate(178%) hue-rotate(21deg) brightness(97%) contrast(90%);
  --hz-filter--backgroundSecondaryButtonActive: invert(0%) sepia(11%)
    saturate(2938%) hue-rotate(338deg) brightness(98%) contrast(91%);
  --hz-filter--backgroundSecondaryButtonErrorDefault: invert(5%) sepia(1%)
    saturate(678%) hue-rotate(314deg) brightness(90%) contrast(88%);
  --hz-filter--backgroundSecondaryButtonErrorHover: invert(7%) sepia(30%)
    saturate(63%) hue-rotate(21deg) brightness(97%) contrast(84%);
  --hz-filter--backgroundSecondaryButtonErrorActive: invert(0%) sepia(9%)
    saturate(951%) hue-rotate(320deg) brightness(91%) contrast(91%);
  --hz-filter--backgroundControlsDefault: invert(0%) sepia(2%) saturate(5060%)
    hue-rotate(60deg) brightness(73%) contrast(80%);
  --hz-filter--backgroundControlsHover: invert(10%) sepia(0%) saturate(2347%)
    hue-rotate(159deg) brightness(87%) contrast(86%);
  --hz-filter--backgroundControlsSelected: invert(44%) sepia(52%)
    saturate(2896%) hue-rotate(177deg) brightness(94%) contrast(85%);
  --hz-filter--backgroundLoadingSkeleton: invert(28%) sepia(16%) saturate(20%)
    hue-rotate(38deg) brightness(94%) contrast(97%);
  --hz-filter--backgroundChatBubbleSender: invert(35%) sepia(23%) saturate(703%)
    hue-rotate(171deg) brightness(93%) contrast(81%);
  --hz-filter--backgroundChatBubbleReceiver: invert(22%) sepia(7%) saturate(88%)
    hue-rotate(22deg) brightness(103%) contrast(82%);
  --hz-filter--textOnBackgroundSurface: invert(95%) sepia(2%) saturate(2984%)
    hue-rotate(188deg) brightness(102%) contrast(94%);
  --hz-filter--textOnBackgroundSurfaceStrong: invert(93%) sepia(74%)
    saturate(1161%) hue-rotate(179deg) brightness(112%) contrast(95%);
  --hz-filter--textOnBackgroundSecondary: invert(90%) sepia(15%) saturate(121%)
    hue-rotate(181deg) brightness(96%) contrast(107%);
  --hz-filter--textOnBackgroundBrandPrimary: invert(0%) sepia(7%) saturate(25%)
    hue-rotate(323deg) brightness(90%) contrast(100%);
  --hz-filter--textOnBackgroundBrandPrimaryAlt: invert(0%) sepia(36%)
    saturate(7425%) hue-rotate(277deg) brightness(104%) contrast(96%);
  --hz-filter--textOnBackgroundBrandPrimarySoft: invert(0%) sepia(0%)
    saturate(7486%) hue-rotate(340deg) brightness(94%) contrast(106%);
  --hz-filter--textOnBackgroundBrandSecondary: invert(100%) sepia(13%)
    saturate(6168%) hue-rotate(177deg) brightness(102%) contrast(98%);
  --hz-filter--textOnBackgroundBrandSecondaryAlt: invert(93%) sepia(0%)
    saturate(7478%) hue-rotate(94deg) brightness(102%) contrast(106%);
  --hz-filter--textOnBackgroundBrandTertiary: invert(98%) sepia(18%)
    saturate(7393%) hue-rotate(179deg) brightness(109%) contrast(94%);
  --hz-filter--textOnBackgroundPrimaryButtonDefault: invert(92%) sepia(44%)
    saturate(177%) hue-rotate(303deg) brightness(110%) contrast(94%);
  --hz-filter--textOnBackgroundSecondaryButtonDefault: invert(64%) sepia(88%)
    saturate(4522%) hue-rotate(174deg) brightness(98%) contrast(89%);
  --hz-filter--textOnBackgroundSecondaryButtonErrorDefault: invert(36%)
    sepia(98%) saturate(3151%) hue-rotate(334deg) brightness(99%) contrast(93%);
  --hz-filter--textOnBackgroundChatBubbleSender: invert(100%) sepia(1%)
    saturate(7499%) hue-rotate(189deg) brightness(113%) contrast(97%);
  --hz-filter--textOnBackgroundChatBubbleReceiver: invert(99%) sepia(57%)
    saturate(841%) hue-rotate(176deg) brightness(100%) contrast(95%);
  --hz-filter--borderSoft: invert(24%) sepia(0%) saturate(2079%)
    hue-rotate(151deg) brightness(101%) contrast(85%);
  --hz-filter--borderMedium: invert(69%) sepia(6%) saturate(13%)
    hue-rotate(5deg) brightness(83%) contrast(92%);
  --hz-filter--borderStrong: invert(70%) sepia(1%) saturate(0%)
    hue-rotate(99deg) brightness(94%) contrast(92%);
  --hz-filter--borderDivider: invert(26%) sepia(6%) saturate(15%)
    hue-rotate(22deg) brightness(97%) contrast(90%);
  --hz-filter--borderError: invert(48%) sepia(43%) saturate(5040%)
    hue-rotate(327deg) brightness(91%) contrast(112%);
  --hz-filter--borderSecondaryButtonDefault: invert(57%) sepia(100%)
    saturate(2902%) hue-rotate(172deg) brightness(93%) contrast(96%);
  --hz-filter--borderSecondaryButtonError: invert(37%) sepia(50%)
    saturate(1108%) hue-rotate(312deg) brightness(98%) contrast(113%);
  --hz-filter--borderInputsDefault: invert(62%) sepia(7%) saturate(23%)
    hue-rotate(348deg) brightness(93%) contrast(86%);
  --hz-filter--borderInputsHover: invert(56%) sepia(56%) saturate(4478%)
    hue-rotate(174deg) brightness(98%) contrast(88%);
  --hz-filter--borderInputsError: invert(35%) sepia(77%) saturate(4182%)
    hue-rotate(336deg) brightness(110%) contrast(90%);
  --hz-filter--borderControlsDefault: invert(64%) sepia(2%) saturate(2%)
    hue-rotate(314deg) brightness(90%) contrast(87%);
  --hz-filter--borderControlsHover: invert(48%) sepia(80%) saturate(635%)
    hue-rotate(160deg) brightness(94%) contrast(96%);
  --hz-filter--borderControlsSelected: invert(67%) sepia(61%) saturate(6264%)
    hue-rotate(174deg) brightness(99%) contrast(88%);
  --hz-filter--borderOutlineFocus: invert(28%) sepia(76%) saturate(1837%)
    hue-rotate(187deg) brightness(99%) contrast(101%);
}
