: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(21%) saturate(824%)
    hue-rotate(171deg) brightness(92%) contrast(89%);
  --hz-filter--textSecondary: invert(35%) sepia(29%) saturate(476%)
    hue-rotate(171deg) brightness(96%) contrast(91%);
  --hz-filter--textBrandPrimary: invert(80%) sepia(70%) saturate(1496%)
    hue-rotate(316deg) brightness(105%) contrast(86%);
  --hz-filter--textBrandSecondary: invert(18%) sepia(22%) saturate(872%)
    hue-rotate(171deg) brightness(98%) contrast(85%);
  --hz-filter--textSuccess: invert(33%) sepia(9%) saturate(3061%)
    hue-rotate(106deg) brightness(97%) contrast(84%);
  --hz-filter--textError: invert(20%) sepia(61%) saturate(3357%)
    hue-rotate(336deg) brightness(95%) contrast(91%);
  --hz-filter--textWarning: invert(31%) sepia(97%) saturate(569%)
    hue-rotate(336deg) brightness(97%) contrast(90%);
  --hz-filter--textInfo: invert(29%) sepia(92%) saturate(990%)
    hue-rotate(179deg) brightness(95%) contrast(94%);
  --hz-filter--textPlaceholder: invert(44%) sepia(22%) saturate(606%)
    hue-rotate(171deg) brightness(90%) contrast(86%);
  --hz-filter--textContrastHigh: invert(85%) sepia(45%) saturate(3%)
    hue-rotate(141deg) brightness(106%) contrast(103%);
  --hz-filter--textContrastLow: invert(0%) sepia(3%) saturate(0%)
    hue-rotate(230deg) brightness(100%) contrast(103%);
  --hz-filter--textLinkDefault: invert(28%) sepia(100%) saturate(1015%)
    hue-rotate(180deg) brightness(97%) contrast(90%);
  --hz-filter--textLinkHover: invert(52%) sepia(96%) saturate(7497%)
    hue-rotate(188deg) brightness(103%) contrast(101%);
  --hz-filter--textLinkActive: invert(17%) sepia(34%) saturate(7332%)
    hue-rotate(202deg) brightness(84%) contrast(89%);
  --hz-filter--textLinkVisited: invert(33%) sepia(37%) saturate(2343%)
    hue-rotate(181deg) brightness(91%) contrast(91%);
  --hz-filter--textControlsDefault: invert(21%) sepia(46%) saturate(341%)
    hue-rotate(170deg) brightness(91%) contrast(95%);
  --hz-filter--textControlsHover: invert(31%) sepia(82%) saturate(1120%)
    hue-rotate(179deg) brightness(93%) contrast(91%);
  --hz-filter--textControlsSelected: invert(21%) sepia(48%) saturate(6574%)
    hue-rotate(194deg) brightness(94%) contrast(87%);
  --hz-filter--signalSuccessDefault: invert(34%) sepia(45%) saturate(550%)
    hue-rotate(106deg) brightness(93%) contrast(95%);
  --hz-filter--signalSuccessSoft: invert(87%) sepia(17%) saturate(168%)
    hue-rotate(99deg) brightness(111%) contrast(91%);
  --hz-filter--signalErrorDefault: invert(23%) sepia(32%) saturate(5126%)
    hue-rotate(333deg) brightness(92%) contrast(95%);
  --hz-filter--signalErrorSoft: invert(87%) sepia(12%) saturate(210%)
    hue-rotate(301deg) brightness(103%) contrast(102%);
  --hz-filter--signalWarningDefault: invert(31%) sepia(96%) saturate(714%)
    hue-rotate(341deg) brightness(92%) contrast(87%);
  --hz-filter--signalWarningSoft: invert(92%) sepia(33%) saturate(405%)
    hue-rotate(329deg) brightness(127%) contrast(94%);
  --hz-filter--signalInfoDefault: invert(34%) sepia(65%) saturate(7298%)
    hue-rotate(193deg) brightness(89%) contrast(87%);
  --hz-filter--signalInfoSoft: invert(95%) sepia(42%) saturate(2978%)
    hue-rotate(176deg) brightness(109%) contrast(98%);
  --hz-filter--textOnSignalSuccessDefault: invert(94%) sepia(6%) saturate(14%)
    hue-rotate(324deg) brightness(103%) contrast(102%);
  --hz-filter--textOnSignalSuccessSoft: invert(29%) sepia(71%) saturate(418%)
    hue-rotate(106deg) brightness(101%) contrast(86%);
  --hz-filter--textOnSignalErrorDefault: invert(100%) sepia(29%) saturate(1%)
    hue-rotate(15deg) brightness(112%) contrast(97%);
  --hz-filter--textOnSignalErrorSoft: invert(26%) sepia(34%) saturate(4743%)
    hue-rotate(332deg) brightness(82%) contrast(95%);
  --hz-filter--textOnSignalWarningDefault: invert(100%) sepia(12%)
    saturate(6484%) hue-rotate(273deg) brightness(120%) contrast(108%);
  --hz-filter--textOnSignalWarningSoft: invert(32%) sepia(58%) saturate(831%)
    hue-rotate(335deg) brightness(102%) contrast(91%);
  --hz-filter--textOnSignalInfoDefault: invert(95%) sepia(99%) saturate(5%)
    hue-rotate(175deg) brightness(103%) contrast(97%);
  --hz-filter--textOnSignalInfoSoft: invert(32%) sepia(97%) saturate(931%)
    hue-rotate(179deg) brightness(86%) contrast(94%);
  --hz-filter--backgroundDefault: invert(86%) sepia(1%) saturate(7314%)
    hue-rotate(332deg) brightness(158%) contrast(97%);
  --hz-filter--backgroundSurface: invert(100%) sepia(0%) saturate(7462%)
    hue-rotate(263deg) brightness(118%) contrast(94%);
  --hz-filter--backgroundSurfaceStrong: invert(6%) sepia(1%) saturate(450%)
    hue-rotate(314deg) brightness(83%) contrast(101%);
  --hz-filter--backgroundHighlight: invert(100%) sepia(0%) saturate(5591%)
    hue-rotate(192deg) brightness(86%) contrast(110%);
  --hz-filter--backgroundSecondary: invert(99%) sepia(3%) saturate(474%)
    hue-rotate(305deg) brightness(116%) contrast(89%);
  --hz-filter--backgroundBrandPrimary: invert(61%) sepia(63%) saturate(328%)
    hue-rotate(346deg) brightness(101%) contrast(96%);
  --hz-filter--backgroundBrandPrimaryAlt: invert(60%) sepia(26%) saturate(860%)
    hue-rotate(337deg) brightness(91%) contrast(97%);
  --hz-filter--backgroundBrandPrimarySoft: invert(80%) sepia(1%) saturate(2061%)
    hue-rotate(21deg) brightness(113%) contrast(118%);
  --hz-filter--backgroundBrandSecondary: invert(23%) sepia(19%) saturate(749%)
    hue-rotate(171deg) brightness(93%) contrast(97%);
  --hz-filter--backgroundBrandTertiary: invert(27%) sepia(100%) saturate(1241%)
    hue-rotate(186deg) brightness(93%) contrast(88%);
  --hz-filter--backgroundPrimaryButtonDefault: invert(25%) sepia(77%)
    saturate(5147%) hue-rotate(193deg) brightness(91%) contrast(87%);
  --hz-filter--backgroundPrimaryButtonHover: invert(34%) sepia(69%)
    saturate(1506%) hue-rotate(177deg) brightness(90%) contrast(101%);
  --hz-filter--backgroundPrimaryButtonActive: invert(19%) sepia(72%)
    saturate(1878%) hue-rotate(196deg) brightness(97%) contrast(93%);
  --hz-filter--backgroundSecondaryButtonDefault: invert(98%) sepia(5%)
    saturate(1515%) hue-rotate(305deg) brightness(112%) contrast(96%);
  --hz-filter--backgroundSecondaryButtonHover: invert(94%) sepia(83%)
    saturate(6065%) hue-rotate(177deg) brightness(109%) contrast(104%);
  --hz-filter--backgroundSecondaryButtonActive: invert(88%) sepia(29%)
    saturate(352%) hue-rotate(180deg) brightness(101%) contrast(104%);
  --hz-filter--backgroundSecondaryButtonErrorDefault: invert(96%) sepia(93%)
    saturate(177%) hue-rotate(11deg) brightness(119%) contrast(98%);
  --hz-filter--backgroundSecondaryButtonErrorHover: invert(100%) sepia(59%)
    saturate(1411%) hue-rotate(211deg) brightness(111%) contrast(99%);
  --hz-filter--backgroundSecondaryButtonErrorActive: invert(86%) sepia(12%)
    saturate(168%) hue-rotate(323deg) brightness(99%) contrast(118%);
  --hz-filter--backgroundControlsDefault: invert(100%) sepia(100%) saturate(1%)
    hue-rotate(75deg) brightness(100%) contrast(101%);
  --hz-filter--backgroundControlsHover: invert(100%) sepia(17%) saturate(6955%)
    hue-rotate(175deg) brightness(106%) contrast(98%);
  --hz-filter--backgroundControlsSelected: invert(29%) sepia(22%)
    saturate(5027%) hue-rotate(186deg) brightness(102%) contrast(87%);
  --hz-filter--backgroundLoadingSkeleton: invert(82%) sepia(61%) saturate(2%)
    hue-rotate(21deg) brightness(94%) contrast(106%);
  --hz-filter--backgroundChatBubbleSender: invert(35%) sepia(36%) saturate(408%)
    hue-rotate(171deg) brightness(93%) contrast(88%);
  --hz-filter--backgroundChatBubbleReceiver: invert(92%) sepia(82%) saturate(8%)
    hue-rotate(95deg) brightness(104%) contrast(94%);
  --hz-filter--textOnBackgroundSurface: invert(18%) sepia(6%) saturate(3384%)
    hue-rotate(172deg) brightness(93%) contrast(82%);
  --hz-filter--textOnBackgroundSurfaceStrong: invert(100%) sepia(100%)
    saturate(0%) hue-rotate(67deg) brightness(103%) contrast(97%);
  --hz-filter--textOnBackgroundSecondary: invert(20%) sepia(42%) saturate(459%)
    hue-rotate(170deg) brightness(87%) contrast(87%);
  --hz-filter--textOnBackgroundBrandPrimary: invert(21%) sepia(45%)
    saturate(369%) hue-rotate(170deg) brightness(89%) contrast(92%);
  --hz-filter--textOnBackgroundBrandPrimaryAlt: invert(0%) sepia(87%)
    saturate(7449%) hue-rotate(237deg) brightness(106%) contrast(111%);
  --hz-filter--textOnBackgroundBrandPrimarySoft: invert(0%) sepia(5%)
    saturate(0%) hue-rotate(11deg) brightness(93%) contrast(104%);
  --hz-filter--textOnBackgroundBrandSecondary: invert(100%) sepia(5%)
    saturate(580%) hue-rotate(203deg) brightness(117%) contrast(97%);
  --hz-filter--textOnBackgroundBrandSecondaryAlt: invert(77%) sepia(16%)
    saturate(1643%) hue-rotate(331deg) brightness(96%) contrast(93%);
  --hz-filter--textOnBackgroundBrandTertiary: invert(100%) sepia(3%)
    saturate(2377%) hue-rotate(284deg) brightness(128%) contrast(97%);
  --hz-filter--textOnBackgroundPrimaryButtonDefault: invert(100%) sepia(0%)
    saturate(3602%) hue-rotate(57deg) brightness(112%) contrast(97%);
  --hz-filter--textOnBackgroundSecondaryButtonDefault: invert(26%) sepia(40%)
    saturate(2903%) hue-rotate(186deg) brightness(108%) contrast(87%);
  --hz-filter--textOnBackgroundSecondaryButtonErrorDefault: invert(24%)
    sepia(72%) saturate(3226%) hue-rotate(338deg) brightness(80%) contrast(91%);
  --hz-filter--textOnBackgroundChatBubbleSender: invert(99%) sepia(99%)
    saturate(203%) hue-rotate(37deg) brightness(119%) contrast(97%);
  --hz-filter--textOnBackgroundChatBubbleReceiver: invert(20%) sepia(10%)
    saturate(1582%) hue-rotate(172deg) brightness(99%) contrast(92%);
  --hz-filter--borderSoft: invert(100%) sepia(4%) saturate(200%)
    hue-rotate(1deg) brightness(92%) contrast(95%);
  --hz-filter--borderMedium: invert(86%) sepia(5%) saturate(29%)
    hue-rotate(21deg) brightness(94%) contrast(82%);
  --hz-filter--borderStrong: invert(57%) sepia(0%) saturate(593%)
    hue-rotate(180deg) brightness(101%) contrast(92%);
  --hz-filter--borderDivider: invert(92%) sepia(3%) saturate(70%)
    hue-rotate(22deg) brightness(87%) contrast(86%);
  --hz-filter--borderError: invert(24%) sepia(44%) saturate(4964%)
    hue-rotate(338deg) brightness(81%) contrast(89%);
  --hz-filter--borderSecondaryButtonDefault: invert(33%) sepia(94%)
    saturate(632%) hue-rotate(167deg) brightness(94%) contrast(98%);
  --hz-filter--borderSecondaryButtonError: invert(29%) sepia(98%)
    saturate(2189%) hue-rotate(333deg) brightness(77%) contrast(101%);
  --hz-filter--borderInputsDefault: invert(59%) sepia(0%) saturate(0%)
    hue-rotate(159deg) brightness(99%) contrast(84%);
  --hz-filter--borderInputsHover: invert(34%) sepia(66%) saturate(1448%)
    hue-rotate(175deg) brightness(94%) contrast(103%);
  --hz-filter--borderInputsError: invert(19%) sepia(57%) saturate(3755%)
    hue-rotate(337deg) brightness(94%) contrast(89%);
  --hz-filter--borderControlsDefault: invert(62%) sepia(1%) saturate(0%)
    hue-rotate(166deg) brightness(93%) contrast(90%);
  --hz-filter--borderControlsHover: invert(32%) sepia(94%) saturate(1064%)
    hue-rotate(175deg) brightness(94%) contrast(104%);
  --hz-filter--borderControlsSelected: invert(29%) sepia(80%) saturate(1259%)
    hue-rotate(181deg) brightness(95%) contrast(89%);
  --hz-filter--borderOutlineFocus: invert(34%) sepia(56%) saturate(5983%)
    hue-rotate(190deg) brightness(94%) contrast(101%);
  --hz-filter--dashboardChartBlue: invert(31%) sepia(90%) saturate(804%)
    hue-rotate(174deg) brightness(96%) contrast(99%);
  --hz-filter--dashboardChartRoyal: invert(21%) sepia(94%) saturate(1330%)
    hue-rotate(287deg) brightness(89%) contrast(99%);
  --hz-filter--dashboardChartTerra: invert(89%) sepia(12%) saturate(2329%)
    hue-rotate(317deg) brightness(97%) contrast(94%);
  --hz-filter--dashboardChartNavyblue: invert(24%) sepia(96%) saturate(3672%)
    hue-rotate(192deg) brightness(100%) contrast(101%);
  --hz-filter--dashboardChartGreen: invert(73%) sepia(42%) saturate(424%)
    hue-rotate(112deg) brightness(82%) contrast(89%);
}

/* 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(88%) sepia(35%) saturate(67%)
    hue-rotate(184deg) brightness(101%) contrast(95%);
  --hz-filter--textSecondary: invert(87%) sepia(9%) saturate(623%)
    hue-rotate(177deg) brightness(84%) contrast(84%);
  --hz-filter--textBrandPrimary: invert(78%) sepia(97%) saturate(687%)
    hue-rotate(309deg) brightness(94%) contrast(98%);
  --hz-filter--textBrandSecondary: invert(88%) sepia(4%) saturate(1520%)
    hue-rotate(196deg) brightness(109%) contrast(94%);
  --hz-filter--textSuccess: invert(52%) sepia(60%) saturate(440%)
    hue-rotate(110deg) brightness(87%) contrast(86%);
  --hz-filter--textError: invert(48%) sepia(44%) saturate(6959%)
    hue-rotate(331deg) brightness(95%) contrast(101%);
  --hz-filter--textWarning: invert(47%) sepia(91%) saturate(377%)
    hue-rotate(348deg) brightness(106%) contrast(78%);
  --hz-filter--textInfo: invert(53%) sepia(88%) saturate(2588%)
    hue-rotate(173deg) brightness(96%) contrast(93%);
  --hz-filter--textPlaceholder: invert(79%) sepia(30%) saturate(167%)
    hue-rotate(174deg) brightness(89%) contrast(82%);
  --hz-filter--textContrastHigh: invert(92%) sepia(97%) saturate(0%)
    hue-rotate(194deg) brightness(101%) contrast(97%);
  --hz-filter--textContrastLow: invert(0%) sepia(100%) saturate(9%)
    hue-rotate(348deg) brightness(97%) contrast(101%);
  --hz-filter--textLinkDefault: invert(50%) sepia(99%) saturate(1403%)
    hue-rotate(171deg) brightness(91%) contrast(102%);
  --hz-filter--textLinkHover: invert(48%) sepia(86%) saturate(420%)
    hue-rotate(156deg) brightness(105%) contrast(98%);
  --hz-filter--textLinkActive: invert(45%) sepia(99%) saturate(1604%)
    hue-rotate(173deg) brightness(98%) contrast(89%);
  --hz-filter--textLinkVisited: invert(49%) sepia(28%) saturate(4242%)
    hue-rotate(174deg) brightness(99%) contrast(88%);
  --hz-filter--textControlsDefault: invert(100%) sepia(65%) saturate(2464%)
    hue-rotate(179deg) brightness(109%) contrast(94%);
  --hz-filter--textControlsHover: invert(61%) sepia(93%) saturate(2275%)
    hue-rotate(171deg) brightness(97%) contrast(93%);
  --hz-filter--textControlsSelected: invert(49%) sepia(76%) saturate(3621%)
    hue-rotate(178deg) brightness(106%) contrast(85%);
  --hz-filter--signalSuccessDefault: invert(35%) sepia(13%) saturate(2207%)
    hue-rotate(106deg) brightness(91%) contrast(83%);
  --hz-filter--signalSuccessSoft: invert(32%) sepia(22%) saturate(1134%)
    hue-rotate(106deg) brightness(104%) contrast(91%);
  --hz-filter--signalErrorDefault: invert(20%) sepia(81%) saturate(2954%)
    hue-rotate(338deg) brightness(86%) contrast(87%);
  --hz-filter--signalErrorSoft: invert(20%) sepia(38%) saturate(5764%)
    hue-rotate(337deg) brightness(93%) contrast(88%);
  --hz-filter--signalWarningDefault: invert(39%) sepia(24%) saturate(1624%)
    hue-rotate(332deg) brightness(90%) contrast(93%);
  --hz-filter--signalWarningSoft: invert(30%) sepia(79%) saturate(745%)
    hue-rotate(338deg) brightness(100%) contrast(89%);
  --hz-filter--signalInfoDefault: invert(31%) sepia(93%) saturate(775%)
    hue-rotate(172deg) brightness(97%) contrast(95%);
  --hz-filter--signalInfoSoft: invert(30%) sepia(64%) saturate(1420%)
    hue-rotate(180deg) brightness(96%) contrast(93%);
  --hz-filter--textOnSignalSuccessDefault: invert(85%) sepia(0%) saturate(8%)
    hue-rotate(154deg) brightness(113%) contrast(106%);
  --hz-filter--textOnSignalSuccessSoft: invert(93%) sepia(96%) saturate(15%)
    hue-rotate(202deg) brightness(101%) contrast(103%);
  --hz-filter--textOnSignalErrorDefault: invert(99%) sepia(2%) saturate(0%)
    hue-rotate(227deg) brightness(113%) contrast(97%);
  --hz-filter--textOnSignalErrorSoft: invert(100%) sepia(96%) saturate(1%)
    hue-rotate(247deg) brightness(105%) contrast(97%);
  --hz-filter--textOnSignalWarningDefault: invert(100%) sepia(8%)
    saturate(3124%) hue-rotate(347deg) brightness(115%) contrast(94%);
  --hz-filter--textOnSignalWarningSoft: invert(100%) sepia(0%) saturate(5736%)
    hue-rotate(19deg) brightness(123%) contrast(96%);
  --hz-filter--textOnSignalInfoDefault: invert(93%) sepia(0%) saturate(7500%)
    hue-rotate(135deg) brightness(106%) contrast(105%);
  --hz-filter--textOnSignalInfoSoft: invert(93%) sepia(0%) saturate(3321%)
    hue-rotate(16deg) brightness(122%) contrast(97%);
  --hz-filter--backgroundDefault: invert(0%) sepia(3%) saturate(4073%)
    hue-rotate(316deg) brightness(129%) contrast(80%);
  --hz-filter--backgroundSurface: invert(10%) sepia(5%) saturate(256%)
    hue-rotate(22deg) brightness(97%) contrast(88%);
  --hz-filter--backgroundSurfaceStrong: invert(23%) sepia(100%) saturate(0%)
    hue-rotate(177deg) brightness(95%) contrast(96%);
  --hz-filter--backgroundHighlight: invert(26%) sepia(9%) saturate(65%)
    hue-rotate(21deg) brightness(89%) contrast(83%);
  --hz-filter--backgroundSecondary: invert(0%) sepia(5%) saturate(2968%)
    hue-rotate(59deg) brightness(124%) contrast(91%);
  --hz-filter--backgroundBrandPrimary: invert(67%) sepia(13%) saturate(1880%)
    hue-rotate(338deg) brightness(92%) contrast(90%);
  --hz-filter--backgroundBrandPrimaryAlt: invert(72%) sepia(82%) saturate(1458%)
    hue-rotate(319deg) brightness(88%) contrast(91%);
  --hz-filter--backgroundBrandPrimarySoft: invert(53%) sepia(43%) saturate(609%)
    hue-rotate(333deg) brightness(91%) contrast(89%);
  --hz-filter--backgroundBrandSecondary: invert(35%) sepia(28%) saturate(467%)
    hue-rotate(171deg) brightness(97%) contrast(94%);
  --hz-filter--backgroundBrandTertiary: invert(32%) sepia(90%) saturate(768%)
    hue-rotate(170deg) brightness(96%) contrast(96%);
  --hz-filter--backgroundPrimaryButtonDefault: invert(33%) sepia(99%)
    saturate(610%) hue-rotate(169deg) brightness(92%) contrast(101%);
  --hz-filter--backgroundPrimaryButtonHover: invert(33%) sepia(74%)
    saturate(6496%) hue-rotate(188deg) brightness(99%) contrast(101%);
  --hz-filter--backgroundPrimaryButtonActive: invert(19%) sepia(68%)
    saturate(2163%) hue-rotate(197deg) brightness(95%) contrast(91%);
  --hz-filter--backgroundSecondaryButtonDefault: invert(2%) sepia(24%)
    saturate(44%) hue-rotate(314deg) brightness(94%) contrast(84%);
  --hz-filter--backgroundSecondaryButtonHover: invert(12%) sepia(3%)
    saturate(445%) hue-rotate(22deg) brightness(95%) contrast(92%);
  --hz-filter--backgroundSecondaryButtonActive: invert(0%) sepia(34%)
    saturate(1732%) hue-rotate(343deg) brightness(102%) contrast(91%);
  --hz-filter--backgroundSecondaryButtonErrorDefault: invert(11%) sepia(7%)
    saturate(0%) hue-rotate(219deg) brightness(101%) contrast(103%);
  --hz-filter--backgroundSecondaryButtonErrorHover: invert(12%) sepia(0%)
    saturate(1%) hue-rotate(184deg) brightness(95%) contrast(92%);
  --hz-filter--backgroundSecondaryButtonErrorActive: invert(0%) sepia(69%)
    saturate(0%) hue-rotate(243deg) brightness(101%) contrast(87%);
  --hz-filter--backgroundControlsDefault: invert(0%) sepia(3%) saturate(2696%)
    hue-rotate(317deg) brightness(112%) contrast(80%);
  --hz-filter--backgroundControlsHover: invert(8%) sepia(5%) saturate(387%)
    hue-rotate(22deg) brightness(97%) contrast(84%);
  --hz-filter--backgroundControlsSelected: invert(42%) sepia(91%) saturate(912%)
    hue-rotate(171deg) brightness(93%) contrast(86%);
  --hz-filter--backgroundLoadingSkeleton: invert(28%) sepia(5%) saturate(93%)
    hue-rotate(21deg) brightness(94%) contrast(96%);
  --hz-filter--backgroundChatBubbleSender: invert(36%) sepia(22%) saturate(701%)
    hue-rotate(171deg) brightness(91%) contrast(82%);
  --hz-filter--backgroundChatBubbleReceiver: invert(25%) sepia(10%)
    saturate(41%) hue-rotate(22deg) brightness(97%) contrast(86%);
  --hz-filter--textOnBackgroundSurface: invert(90%) sepia(18%) saturate(102%)
    hue-rotate(188deg) brightness(101%) contrast(97%);
  --hz-filter--textOnBackgroundSurfaceStrong: invert(88%) sepia(11%)
    saturate(1218%) hue-rotate(193deg) brightness(110%) contrast(95%);
  --hz-filter--textOnBackgroundSecondary: invert(95%) sepia(2%) saturate(2896%)
    hue-rotate(187deg) brightness(102%) contrast(94%);
  --hz-filter--textOnBackgroundBrandPrimary: invert(0%) sepia(0%) saturate(0%)
    hue-rotate(324deg) brightness(96%) contrast(104%);
  --hz-filter--textOnBackgroundBrandPrimaryAlt: invert(0%) sepia(5%)
    saturate(7482%) hue-rotate(261deg) brightness(106%) contrast(106%);
  --hz-filter--textOnBackgroundBrandPrimarySoft: invert(0%) sepia(100%)
    saturate(7489%) hue-rotate(145deg) brightness(96%) contrast(93%);
  --hz-filter--textOnBackgroundBrandSecondary: invert(87%) sepia(2%)
    saturate(2031%) hue-rotate(194deg) brightness(109%) contrast(95%);
  --hz-filter--textOnBackgroundBrandSecondaryAlt: invert(100%) sepia(0%)
    saturate(6341%) hue-rotate(133deg) brightness(90%) contrast(117%);
  --hz-filter--textOnBackgroundBrandTertiary: invert(96%) sepia(2%)
    saturate(3918%) hue-rotate(184deg) brightness(101%) contrast(94%);
  --hz-filter--textOnBackgroundPrimaryButtonDefault: invert(100%) sepia(0%)
    saturate(2019%) hue-rotate(143deg) brightness(122%) contrast(97%);
  --hz-filter--textOnBackgroundSecondaryButtonDefault: invert(51%) sepia(19%)
    saturate(4240%) hue-rotate(173deg) brightness(95%) contrast(95%);
  --hz-filter--textOnBackgroundSecondaryButtonErrorDefault: invert(38%)
    sepia(34%) saturate(5757%) hue-rotate(333deg) brightness(98%) contrast(95%);
  --hz-filter--textOnBackgroundChatBubbleSender: invert(86%) sepia(5%)
    saturate(0%) hue-rotate(149deg) brightness(111%) contrast(106%);
  --hz-filter--textOnBackgroundChatBubbleReceiver: invert(91%) sepia(11%)
    saturate(204%) hue-rotate(183deg) brightness(103%) contrast(95%);
  --hz-filter--borderSoft: invert(24%) sepia(5%) saturate(108%)
    hue-rotate(21deg) brightness(96%) contrast(83%);
  --hz-filter--borderMedium: invert(66%) sepia(0%) saturate(0%)
    hue-rotate(85deg) brightness(89%) contrast(90%);
  --hz-filter--borderStrong: invert(76%) sepia(6%) saturate(37%)
    hue-rotate(22deg) brightness(87%) contrast(84%);
  --hz-filter--borderDivider: invert(23%) sepia(76%) saturate(0%)
    hue-rotate(140deg) brightness(93%) contrast(94%);
  --hz-filter--borderError: invert(32%) sepia(33%) saturate(4388%)
    hue-rotate(334deg) brightness(101%) contrast(91%);
  --hz-filter--borderSecondaryButtonDefault: invert(44%) sepia(98%)
    saturate(1336%) hue-rotate(174deg) brightness(98%) contrast(90%);
  --hz-filter--borderSecondaryButtonError: invert(36%) sepia(87%)
    saturate(1616%) hue-rotate(329deg) brightness(93%) contrast(106%);
  --hz-filter--borderInputsDefault: invert(65%) sepia(0%) saturate(35%)
    hue-rotate(136deg) brightness(91%) contrast(84%);
  --hz-filter--borderInputsHover: invert(49%) sepia(90%) saturate(2336%)
    hue-rotate(172deg) brightness(99%) contrast(87%);
  --hz-filter--borderInputsError: invert(40%) sepia(97%) saturate(4453%)
    hue-rotate(337deg) brightness(109%) contrast(91%);
  --hz-filter--borderControlsDefault: invert(55%) sepia(0%) saturate(26%)
    hue-rotate(135deg) brightness(104%) contrast(103%);
  --hz-filter--borderControlsHover: invert(47%) sepia(91%) saturate(492%)
    hue-rotate(156deg) brightness(96%) contrast(99%);
  --hz-filter--borderControlsSelected: invert(49%) sepia(56%) saturate(2359%)
    hue-rotate(172deg) brightness(97%) contrast(90%);
  --hz-filter--borderOutlineFocus: invert(30%) sepia(90%) saturate(2368%)
    hue-rotate(189deg) brightness(91%) contrast(101%);
}
