: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: "Bariol", sans-serif;
  --hz-fontFamily--title2: "Bariol", sans-serif;
  --hz-fontFamily--title3: "Bariol", sans-serif;
  --hz-fontFamily--title4: "Bariol", sans-serif;
  --hz-fontFamily--title5: "Bariol", sans-serif;
  --hz-fontFamily--buttonText: "Bariol", 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: 700;
  --hz-fontWeight--title2: 700;
  --hz-fontWeight--title3: 700;
  --hz-fontWeight--title4: 700;
  --hz-fontWeight--title5: 700;
  --hz-fontWeight--buttonText: 700;
  --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-zIndex--tooltip: 5000010;
  --hz-zIndex--header: 5000010;
  --hz-zIndex--headerSticky: 5000011;
  --hz-zIndex--sideMenuOverlay: 5000019;
  --hz-zIndex--sideMenu: 5000020;
  --hz-zIndex--headerDropdown: 5000090;
  --hz-zIndex--pageWrapper: 110;
  --hz-zIndex--popover: 5000040;
  --hz-zIndex--unsupportedBrowser: 5000040;
  --hz-zIndex--overlay: 5000050;
  --hz-zIndex--modal: 5000060;
  --hz-zIndex--notifications: 5000080;
  --hz-color--textPrimary: #001836;
  --hz-color--textSecondary: #103964;
  --hz-color--textBrandPrimary: #ffbb00;
  --hz-color--textBrandSecondary: #00285a;
  --hz-color--textSuccess: #216d51;
  --hz-color--textError: #c5283d;
  --hz-color--textWarning: #b24f28;
  --hz-color--textInfo: #083871;
  --hz-color--textPlaceholder: #607491;
  --hz-color--textContrastHigh: #fbfbfa;
  --hz-color--textContrastLow: #000000;
  --hz-color--textLinkDefault: #0064da;
  --hz-color--textLinkHover: #0076ec;
  --hz-color--textLinkActive: #0d44bb;
  --hz-color--textLinkVisited: #0064da;
  --hz-color--textControlsDefault: #001836;
  --hz-color--textControlsHover: #083871;
  --hz-color--textControlsSelected: #083871;
  --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: #083871;
  --hz-color--signalInfoSoft: #e6eaf1;
  --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: #083871;
  --hz-color--backgroundDefault: #fbfbfa;
  --hz-color--backgroundSurface: #ffffff;
  --hz-color--backgroundSurfaceStrong: #0c0c0c;
  --hz-color--backgroundHighlight: #0c0c0c;
  --hz-color--backgroundSecondary: #f1f1f0;
  --hz-color--backgroundBrandPrimary: #00285a;
  --hz-color--backgroundBrandPrimaryAlt: #000d1e;
  --hz-color--backgroundBrandPrimarySoft: #eef1f6;
  --hz-color--backgroundBrandSecondary: #ffbb00;
  --hz-color--backgroundBrandTertiary: #001836;
  --hz-color--backgroundPrimaryButtonDefault: #ffbb00;
  --hz-color--backgroundPrimaryButtonHover: #ffc525;
  --hz-color--backgroundPrimaryButtonActive: #ffad00;
  --hz-color--backgroundSecondaryButtonDefault: #fbfbfa;
  --hz-color--backgroundSecondaryButtonHover: #eef1f6;
  --hz-color--backgroundSecondaryButtonActive: #e6eaf1;
  --hz-color--backgroundSecondaryButtonErrorDefault: #fbfbfa;
  --hz-color--backgroundSecondaryButtonErrorHover: #fdf6f0;
  --hz-color--backgroundSecondaryButtonErrorActive: #fdebf0;
  --hz-color--backgroundControlsDefault: #fbfbfa;
  --hz-color--backgroundControlsHover: #e6eaf1;
  --hz-color--backgroundControlsSelected: #083871;
  --hz-color--backgroundLoadingSkeleton: #e5e5e4;
  --hz-color--backgroundOverlayDefault: #00000099;
  --hz-color--backgroundOverlayAlt: #ffffff99;
  --hz-color--backgroundChatBubbleSender: #103964;
  --hz-color--backgroundChatBubbleReceiver: #f7f7f6;
  --hz-color--textOnBackgroundSurface: #001836;
  --hz-color--textOnBackgroundSurfaceStrong: #fbfbfa;
  --hz-color--textOnBackgroundSecondary: #001836;
  --hz-color--textOnBackgroundBrandPrimary: #fbfbfa;
  --hz-color--textOnBackgroundBrandPrimaryAlt: #fbfbfa;
  --hz-color--textOnBackgroundBrandPrimarySoft: #000000;
  --hz-color--textOnBackgroundBrandSecondary: #000000;
  --hz-color--textOnBackgroundBrandSecondaryAlt: #00285a;
  --hz-color--textOnBackgroundBrandTertiary: #fbfbfa;
  --hz-color--textOnBackgroundPrimaryButtonDefault: #00285a;
  --hz-color--textOnBackgroundSecondaryButtonDefault: #00285a;
  --hz-color--textOnBackgroundSecondaryButtonErrorDefault: #c5283d;
  --hz-color--textOnBackgroundChatBubbleSender: #fbfbfa;
  --hz-color--textOnBackgroundChatBubbleReceiver: #001836;
  --hz-color--borderSoft: #e5e5e4;
  --hz-color--borderMedium: #c2c2c1;
  --hz-color--borderStrong: #929292;
  --hz-color--borderDivider: #c2c2c1;
  --hz-color--borderError: #c5283d;
  --hz-color--borderSecondaryButtonDefault: #083871;
  --hz-color--borderSecondaryButtonError: #c5283d;
  --hz-color--borderInputsDefault: #c2c2c1;
  --hz-color--borderInputsHover: #1d4b89;
  --hz-color--borderInputsError: #c5283d;
  --hz-color--borderControlsDefault: #c2c2c1;
  --hz-color--borderControlsHover: #1d4b89;
  --hz-color--borderControlsSelected: #00285a;
  --hz-color--borderOutlineFocus: #00285a;
  --hz-filter--textPrimary: invert(7%) sepia(40%) saturate(4658%)
    hue-rotate(198deg) brightness(101%) contrast(105%);
  --hz-filter--textSecondary: invert(16%) sepia(75%) saturate(1235%)
    hue-rotate(186deg) brightness(94%) contrast(94%);
  --hz-filter--textBrandPrimary: invert(75%) sepia(11%) saturate(5601%)
    hue-rotate(359deg) brightness(102%) contrast(107%);
  --hz-filter--textBrandSecondary: invert(15%) sepia(16%) saturate(7300%)
    hue-rotate(194deg) brightness(91%) contrast(107%);
  --hz-filter--textSuccess: invert(32%) sepia(18%) saturate(1621%)
    hue-rotate(106deg) brightness(99%) contrast(83%);
  --hz-filter--textError: invert(19%) sepia(66%) saturate(2999%)
    hue-rotate(335deg) brightness(97%) contrast(91%);
  --hz-filter--textWarning: invert(35%) sepia(94%) saturate(472%)
    hue-rotate(332deg) brightness(89%) contrast(92%);
  --hz-filter--textInfo: invert(14%) sepia(84%) saturate(1783%)
    hue-rotate(197deg) brightness(98%) contrast(95%);
  --hz-filter--textPlaceholder: invert(47%) sepia(39%) saturate(347%)
    hue-rotate(176deg) brightness(85%) contrast(83%);
  --hz-filter--textContrastHigh: invert(89%) sepia(44%) saturate(0%)
    hue-rotate(104deg) brightness(102%) contrast(97%);
  --hz-filter--textContrastLow: invert(0%) sepia(100%) saturate(0%)
    hue-rotate(13deg) brightness(95%) contrast(105%);
  --hz-filter--textLinkDefault: invert(38%) sepia(95%) saturate(6542%)
    hue-rotate(204deg) brightness(94%) contrast(101%);
  --hz-filter--textLinkHover: invert(48%) sepia(94%) saturate(6777%)
    hue-rotate(199deg) brightness(102%) contrast(101%);
  --hz-filter--textLinkActive: invert(21%) sepia(84%) saturate(1833%)
    hue-rotate(203deg) brightness(103%) contrast(99%);
  --hz-filter--textLinkVisited: invert(25%) sepia(94%) saturate(1904%)
    hue-rotate(200deg) brightness(93%) contrast(105%);
  --hz-filter--textControlsDefault: invert(10%) sepia(19%) saturate(3951%)
    hue-rotate(184deg) brightness(100%) contrast(108%);
  --hz-filter--textControlsHover: invert(15%) sepia(58%) saturate(3301%)
    hue-rotate(203deg) brightness(84%) contrast(94%);
  --hz-filter--textControlsSelected: invert(14%) sepia(50%) saturate(2812%)
    hue-rotate(198deg) brightness(100%) contrast(95%);
  --hz-filter--signalSuccessDefault: invert(32%) sepia(39%) saturate(673%)
    hue-rotate(106deg) brightness(97%) contrast(90%);
  --hz-filter--signalSuccessSoft: invert(93%) sepia(0%) saturate(3945%)
    hue-rotate(130deg) brightness(93%) contrast(121%);
  --hz-filter--signalErrorDefault: invert(22%) sepia(81%) saturate(2242%)
    hue-rotate(333deg) brightness(88%) contrast(94%);
  --hz-filter--signalErrorSoft: invert(100%) sepia(12%) saturate(4608%)
    hue-rotate(191deg) brightness(100%) contrast(99%);
  --hz-filter--signalWarningDefault: invert(31%) sepia(81%) saturate(649%)
    hue-rotate(336deg) brightness(100%) contrast(89%);
  --hz-filter--signalWarningSoft: invert(96%) sepia(8%) saturate(820%)
    hue-rotate(311deg) brightness(104%) contrast(94%);
  --hz-filter--signalInfoDefault: invert(14%) sepia(56%) saturate(2847%)
    hue-rotate(199deg) brightness(94%) contrast(95%);
  --hz-filter--signalInfoSoft: invert(100%) sepia(34%) saturate(1293%)
    hue-rotate(177deg) brightness(100%) contrast(89%);
  --hz-filter--textOnSignalSuccessDefault: invert(90%) sepia(14%) saturate(7%)
    hue-rotate(58deg) brightness(102%) contrast(108%);
  --hz-filter--textOnSignalSuccessSoft: invert(32%) sepia(20%) saturate(1223%)
    hue-rotate(106deg) brightness(103%) contrast(92%);
  --hz-filter--textOnSignalErrorDefault: invert(99%) sepia(0%) saturate(14%)
    hue-rotate(106deg) brightness(106%) contrast(97%);
  --hz-filter--textOnSignalErrorSoft: invert(14%) sepia(99%) saturate(2348%)
    hue-rotate(337deg) brightness(117%) contrast(89%);
  --hz-filter--textOnSignalWarningDefault: invert(100%) sepia(1%) saturate(212%)
    hue-rotate(17deg) brightness(112%) contrast(97%);
  --hz-filter--textOnSignalWarningSoft: invert(33%) sepia(31%) saturate(1554%)
    hue-rotate(336deg) brightness(103%) contrast(91%);
  --hz-filter--textOnSignalInfoDefault: invert(76%) sepia(100%) saturate(15%)
    hue-rotate(58deg) brightness(112%) contrast(99%);
  --hz-filter--textOnSignalInfoSoft: invert(12%) sepia(55%) saturate(3511%)
    hue-rotate(203deg) brightness(97%) contrast(94%);
  --hz-filter--backgroundDefault: invert(100%) sepia(0%) saturate(1833%)
    hue-rotate(0deg) brightness(106%) contrast(102%);
  --hz-filter--backgroundSurface: invert(100%) sepia(0%) saturate(7436%)
    hue-rotate(184deg) brightness(124%) contrast(114%);
  --hz-filter--backgroundSurfaceStrong: invert(0%) sepia(3%) saturate(6617%)
    hue-rotate(241deg) brightness(103%) contrast(95%);
  --hz-filter--backgroundHighlight: invert(0%) sepia(6%) saturate(7500%)
    hue-rotate(58deg) brightness(99%) contrast(98%);
  --hz-filter--backgroundSecondary: invert(100%) sepia(79%) saturate(83%)
    hue-rotate(316deg) brightness(114%) contrast(89%);
  --hz-filter--backgroundBrandPrimary: invert(7%) sepia(99%) saturate(4876%)
    hue-rotate(202deg) brightness(82%) contrast(101%);
  --hz-filter--backgroundBrandPrimaryAlt: invert(6%) sepia(18%) saturate(7325%)
    hue-rotate(186deg) brightness(97%) contrast(107%);
  --hz-filter--backgroundBrandPrimarySoft: invert(99%) sepia(22%) saturate(737%)
    hue-rotate(176deg) brightness(99%) contrast(94%);
  --hz-filter--backgroundBrandSecondary: invert(74%) sepia(83%) saturate(2284%)
    hue-rotate(357deg) brightness(104%) contrast(109%);
  --hz-filter--backgroundBrandTertiary: invert(10%) sepia(35%) saturate(2297%)
    hue-rotate(185deg) brightness(100%) contrast(107%);
  --hz-filter--backgroundPrimaryButtonDefault: invert(71%) sepia(28%)
    saturate(1395%) hue-rotate(358deg) brightness(101%) contrast(105%);
  --hz-filter--backgroundPrimaryButtonHover: invert(81%) sepia(70%)
    saturate(1686%) hue-rotate(336deg) brightness(104%) contrast(102%);
  --hz-filter--backgroundPrimaryButtonActive: invert(66%) sepia(82%)
    saturate(1603%) hue-rotate(359deg) brightness(101%) contrast(105%);
  --hz-filter--backgroundSecondaryButtonDefault: invert(100%) sepia(5%)
    saturate(11%) hue-rotate(71deg) brightness(102%) contrast(97%);
  --hz-filter--backgroundSecondaryButtonHover: invert(93%) sepia(16%)
    saturate(53%) hue-rotate(172deg) brightness(102%) contrast(93%);
  --hz-filter--backgroundSecondaryButtonActive: invert(89%) sepia(23%)
    saturate(55%) hue-rotate(179deg) brightness(103%) contrast(90%);
  --hz-filter--backgroundSecondaryButtonErrorDefault: invert(100%) sepia(89%)
    saturate(244%) hue-rotate(296deg) brightness(105%) contrast(97%);
  --hz-filter--backgroundSecondaryButtonErrorHover: invert(90%) sepia(12%)
    saturate(327%) hue-rotate(18deg) brightness(116%) contrast(98%);
  --hz-filter--backgroundSecondaryButtonErrorActive: invert(95%) sepia(8%)
    saturate(1084%) hue-rotate(296deg) brightness(104%) contrast(97%);
  --hz-filter--backgroundControlsDefault: invert(99%) sepia(0%) saturate(6352%)
    hue-rotate(44deg) brightness(130%) contrast(97%);
  --hz-filter--backgroundControlsHover: invert(97%) sepia(2%) saturate(791%)
    hue-rotate(185deg) brightness(99%) contrast(90%);
  --hz-filter--backgroundControlsSelected: invert(14%) sepia(23%)
    saturate(7155%) hue-rotate(201deg) brightness(98%) contrast(94%);
  --hz-filter--backgroundLoadingSkeleton: invert(100%) sepia(6%) saturate(7207%)
    hue-rotate(324deg) brightness(112%) contrast(83%);
  --hz-filter--backgroundChatBubbleSender: invert(17%) sepia(51%)
    saturate(1492%) hue-rotate(179deg) brightness(95%) contrast(93%);
  --hz-filter--backgroundChatBubbleReceiver: invert(100%) sepia(1%)
    saturate(294%) hue-rotate(192deg) brightness(114%) contrast(94%);
  --hz-filter--textOnBackgroundSurface: invert(10%) sepia(22%) saturate(3604%)
    hue-rotate(185deg) brightness(97%) contrast(108%);
  --hz-filter--textOnBackgroundSurfaceStrong: invert(100%) sepia(1%)
    saturate(14%) hue-rotate(98deg) brightness(106%) contrast(97%);
  --hz-filter--textOnBackgroundSecondary: invert(8%) sepia(69%) saturate(1476%)
    hue-rotate(188deg) brightness(99%) contrast(106%);
  --hz-filter--textOnBackgroundBrandPrimary: invert(97%) sepia(0%)
    saturate(7457%) hue-rotate(186deg) brightness(125%) contrast(97%);
  --hz-filter--textOnBackgroundBrandPrimaryAlt: invert(93%) sepia(0%)
    saturate(7462%) hue-rotate(86deg) brightness(113%) contrast(94%);
  --hz-filter--textOnBackgroundBrandPrimarySoft: invert(0%) sepia(0%)
    saturate(7500%) hue-rotate(327deg) brightness(96%) contrast(104%);
  --hz-filter--textOnBackgroundBrandSecondary: invert(0%) sepia(59%)
    saturate(0%) hue-rotate(295deg) brightness(101%) contrast(106%);
  --hz-filter--textOnBackgroundBrandSecondaryAlt: invert(14%) sepia(41%)
    saturate(3128%) hue-rotate(196deg) brightness(91%) contrast(105%);
  --hz-filter--textOnBackgroundBrandTertiary: invert(95%) sepia(99%)
    saturate(0%) hue-rotate(117deg) brightness(97%) contrast(105%);
  --hz-filter--textOnBackgroundPrimaryButtonDefault: invert(9%) sepia(87%)
    saturate(2596%) hue-rotate(201deg) brightness(96%) contrast(102%);
  --hz-filter--textOnBackgroundSecondaryButtonDefault: invert(11%) sepia(75%)
    saturate(2232%) hue-rotate(200deg) brightness(95%) contrast(102%);
  --hz-filter--textOnBackgroundSecondaryButtonErrorDefault: invert(21%)
    sepia(49%) saturate(3367%) hue-rotate(332deg) brightness(98%) contrast(95%);
  --hz-filter--textOnBackgroundChatBubbleSender: invert(98%) sepia(0%)
    saturate(7432%) hue-rotate(166deg) brightness(133%) contrast(97%);
  --hz-filter--textOnBackgroundChatBubbleReceiver: invert(8%) sepia(84%)
    saturate(1710%) hue-rotate(194deg) brightness(88%) contrast(105%);
  --hz-filter--borderSoft: invert(98%) sepia(5%) saturate(808%)
    hue-rotate(345deg) brightness(112%) contrast(80%);
  --hz-filter--borderMedium: invert(93%) sepia(5%) saturate(29%)
    hue-rotate(22deg) brightness(86%) contrast(84%);
  --hz-filter--borderStrong: invert(65%) sepia(0%) saturate(1%)
    hue-rotate(192deg) brightness(90%) contrast(88%);
  --hz-filter--borderDivider: invert(74%) sepia(12%) saturate(11%)
    hue-rotate(335deg) brightness(103%) contrast(90%);
  --hz-filter--borderError: invert(20%) sepia(66%) saturate(2872%)
    hue-rotate(334deg) brightness(98%) contrast(92%);
  --hz-filter--borderSecondaryButtonDefault: invert(16%) sepia(54%)
    saturate(1927%) hue-rotate(191deg) brightness(104%) contrast(101%);
  --hz-filter--borderSecondaryButtonError: invert(22%) sepia(81%)
    saturate(2311%) hue-rotate(333deg) brightness(88%) contrast(89%);
  --hz-filter--borderInputsDefault: invert(80%) sepia(10%) saturate(13%)
    hue-rotate(106deg) brightness(102%) contrast(79%);
  --hz-filter--borderInputsHover: invert(24%) sepia(83%) saturate(537%)
    hue-rotate(172deg) brightness(99%) contrast(95%);
  --hz-filter--borderInputsError: invert(31%) sepia(20%) saturate(7398%)
    hue-rotate(332deg) brightness(77%) contrast(100%);
  --hz-filter--borderControlsDefault: invert(65%) sepia(95%) saturate(2%)
    hue-rotate(53deg) brightness(95%) contrast(104%);
  --hz-filter--borderControlsHover: invert(22%) sepia(14%) saturate(6971%)
    hue-rotate(194deg) brightness(95%) contrast(87%);
  --hz-filter--borderControlsSelected: invert(12%) sepia(69%) saturate(1979%)
    hue-rotate(196deg) brightness(95%) contrast(105%);
  --hz-filter--borderOutlineFocus: invert(10%) sepia(70%) saturate(2803%)
    hue-rotate(201deg) brightness(98%) contrast(101%);
}

/* Dark mode - manual override */
html[data-theme="dark"] {
  color-scheme: dark;
  --hz-color--textPrimary: #e3e6eb;
  --hz-color--textSecondary: #b8c2d0;
  --hz-color--textBrandPrimary: #ffbb00;
  --hz-color--textBrandSecondary: #00285a;
  --hz-color--textSuccess: #329a79;
  --hz-color--textError: #f4404e;
  --hz-color--textWarning: #d1873f;
  --hz-color--textInfo: #0097ff;
  --hz-color--textPlaceholder: #8b9ab0;
  --hz-color--textContrastHigh: #fbfbfa;
  --hz-color--textContrastLow: #000000;
  --hz-color--textLinkDefault: #0097ff;
  --hz-color--textLinkHover: #25a7ff;
  --hz-color--textLinkActive: #0097ff;
  --hz-color--textLinkVisited: #0097ff;
  --hz-color--textControlsDefault: #e3e6eb;
  --hz-color--textControlsHover: #25a7ff;
  --hz-color--textControlsSelected: #0097ff;
  --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: #083871;
  --hz-color--signalInfoSoft: #083871;
  --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: #0c0c0c;
  --hz-color--backgroundSecondary: #0c0c0c;
  --hz-color--backgroundBrandPrimary: #4b6ba0;
  --hz-color--backgroundBrandPrimaryAlt: #1d4b89;
  --hz-color--backgroundBrandPrimarySoft: #083871;
  --hz-color--backgroundBrandSecondary: #ffbb00;
  --hz-color--backgroundBrandTertiary: #0064da;
  --hz-color--backgroundPrimaryButtonDefault: #ffbb00;
  --hz-color--backgroundPrimaryButtonHover: #ffc525;
  --hz-color--backgroundPrimaryButtonActive: #ffad00;
  --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: #0089ff;
  --hz-color--backgroundLoadingSkeleton: #474746;
  --hz-color--backgroundOverlayDefault: #00000099;
  --hz-color--backgroundOverlayAlt: #ffffff99;
  --hz-color--backgroundChatBubbleSender: #3e597d;
  --hz-color--backgroundChatBubbleReceiver: #474746;
  --hz-color--textOnBackgroundSurface: #e3e6eb;
  --hz-color--textOnBackgroundSurfaceStrong: #e3e6eb;
  --hz-color--textOnBackgroundSecondary: #e3e6eb;
  --hz-color--textOnBackgroundBrandPrimary: #fbfbfa;
  --hz-color--textOnBackgroundBrandPrimaryAlt: #000000;
  --hz-color--textOnBackgroundBrandPrimarySoft: #000000;
  --hz-color--textOnBackgroundBrandSecondary: #e3e6eb;
  --hz-color--textOnBackgroundBrandSecondaryAlt: #fbfbfa;
  --hz-color--textOnBackgroundBrandTertiary: #e3e6eb;
  --hz-color--textOnBackgroundPrimaryButtonDefault: #00285a;
  --hz-color--textOnBackgroundSecondaryButtonDefault: #0097ff;
  --hz-color--textOnBackgroundSecondaryButtonErrorDefault: #f4404e;
  --hz-color--textOnBackgroundChatBubbleSender: #fbfbfa;
  --hz-color--textOnBackgroundChatBubbleReceiver: #e3e6eb;
  --hz-color--borderSoft: #474746;
  --hz-color--borderMedium: #929292;
  --hz-color--borderStrong: #a4a4a3;
  --hz-color--borderDivider: #c2c2c1;
  --hz-color--borderError: #f4404e;
  --hz-color--borderSecondaryButtonDefault: #0097ff;
  --hz-color--borderSecondaryButtonError: #f4404e;
  --hz-color--borderInputsDefault: #929292;
  --hz-color--borderInputsHover: #0097ff;
  --hz-color--borderInputsError: #f4404e;
  --hz-color--borderControlsDefault: #929292;
  --hz-color--borderControlsHover: #0097ff;
  --hz-color--borderControlsSelected: #0089ff;
  --hz-color--borderOutlineFocus: #0077d2;
  --hz-filter--textPrimary: invert(95%) sepia(8%) saturate(116%)
    hue-rotate(179deg) brightness(98%) contrast(89%);
  --hz-filter--textSecondary: invert(81%) sepia(11%) saturate(290%)
    hue-rotate(175deg) brightness(97%) contrast(85%);
  --hz-filter--textBrandPrimary: invert(80%) sepia(19%) saturate(5602%)
    hue-rotate(358deg) brightness(100%) contrast(105%);
  --hz-filter--textBrandSecondary: invert(13%) sepia(42%) saturate(3413%)
    hue-rotate(198deg) brightness(91%) contrast(104%);
  --hz-filter--textSuccess: invert(52%) sepia(15%) saturate(1779%)
    hue-rotate(110deg) brightness(95%) contrast(76%);
  --hz-filter--textError: invert(24%) sepia(65%) saturate(2395%)
    hue-rotate(327deg) brightness(107%) contrast(106%);
  --hz-filter--textWarning: invert(50%) sepia(60%) saturate(482%)
    hue-rotate(348deg) brightness(103%) contrast(89%);
  --hz-filter--textInfo: invert(38%) sepia(87%) saturate(2104%)
    hue-rotate(184deg) brightness(103%) contrast(105%);
  --hz-filter--textPlaceholder: invert(71%) sepia(3%) saturate(2398%)
    hue-rotate(177deg) brightness(86%) contrast(83%);
  --hz-filter--textContrastHigh: invert(89%) sepia(2%) saturate(41%)
    hue-rotate(21deg) brightness(109%) contrast(101%);
  --hz-filter--textContrastLow: invert(0%) sepia(0%) saturate(15%)
    hue-rotate(243deg) brightness(94%) contrast(104%);
  --hz-filter--textLinkDefault: invert(43%) sepia(65%) saturate(3468%)
    hue-rotate(184deg) brightness(103%) contrast(104%);
  --hz-filter--textLinkHover: invert(53%) sepia(80%) saturate(2132%)
    hue-rotate(179deg) brightness(101%) contrast(101%);
  --hz-filter--textLinkActive: invert(37%) sepia(75%) saturate(1615%)
    hue-rotate(183deg) brightness(102%) contrast(104%);
  --hz-filter--textLinkVisited: invert(58%) sepia(74%) saturate(5688%)
    hue-rotate(184deg) brightness(102%) contrast(105%);
  --hz-filter--textControlsDefault: invert(96%) sepia(11%) saturate(305%)
    hue-rotate(182deg) brightness(96%) contrast(93%);
  --hz-filter--textControlsHover: invert(51%) sepia(80%) saturate(1867%)
    hue-rotate(180deg) brightness(102%) contrast(102%);
  --hz-filter--textControlsSelected: invert(42%) sepia(34%) saturate(3712%)
    hue-rotate(182deg) brightness(100%) contrast(107%);
  --hz-filter--signalSuccessDefault: invert(31%) sepia(85%) saturate(367%)
    hue-rotate(106deg) brightness(89%) contrast(85%);
  --hz-filter--signalSuccessSoft: invert(36%) sepia(13%) saturate(2045%)
    hue-rotate(106deg) brightness(89%) contrast(85%);
  --hz-filter--signalErrorDefault: invert(22%) sepia(53%) saturate(3567%)
    hue-rotate(334deg) brightness(91%) contrast(92%);
  --hz-filter--signalErrorSoft: invert(23%) sepia(67%) saturate(2807%)
    hue-rotate(334deg) brightness(83%) contrast(93%);
  --hz-filter--signalWarningDefault: invert(37%) sepia(6%) saturate(6481%)
    hue-rotate(333deg) brightness(99%) contrast(92%);
  --hz-filter--signalWarningSoft: invert(36%) sepia(28%) saturate(1412%)
    hue-rotate(332deg) brightness(98%) contrast(93%);
  --hz-filter--signalInfoDefault: invert(14%) sepia(28%) saturate(5924%)
    hue-rotate(202deg) brightness(98%) contrast(94%);
  --hz-filter--signalInfoSoft: invert(12%) sepia(67%) saturate(3379%)
    hue-rotate(203deg) brightness(96%) contrast(94%);
  --hz-filter--textOnSignalSuccessDefault: invert(99%) sepia(1%) saturate(6779%)
    hue-rotate(202deg) brightness(117%) contrast(97%);
  --hz-filter--textOnSignalSuccessSoft: invert(100%) sepia(1%) saturate(579%)
    hue-rotate(196deg) brightness(112%) contrast(97%);
  --hz-filter--textOnSignalErrorDefault: invert(100%) sepia(4%) saturate(1696%)
    hue-rotate(304deg) brightness(106%) contrast(106%);
  --hz-filter--textOnSignalErrorSoft: invert(100%) sepia(1%) saturate(3234%)
    hue-rotate(323deg) brightness(113%) contrast(96%);
  --hz-filter--textOnSignalWarningDefault: invert(97%) sepia(1%) saturate(1608%)
    hue-rotate(57deg) brightness(132%) contrast(97%);
  --hz-filter--textOnSignalWarningSoft: invert(99%) sepia(24%) saturate(7448%)
    hue-rotate(191deg) brightness(137%) contrast(97%);
  --hz-filter--textOnSignalInfoDefault: invert(99%) sepia(92%) saturate(384%)
    hue-rotate(311deg) brightness(116%) contrast(96%);
  --hz-filter--textOnSignalInfoSoft: invert(100%) sepia(60%) saturate(2937%)
    hue-rotate(179deg) brightness(119%) contrast(98%);
  --hz-filter--backgroundDefault: invert(0%) sepia(9%) saturate(65%)
    hue-rotate(357deg) brightness(89%) contrast(80%);
  --hz-filter--backgroundSurface: invert(9%) sepia(5%) saturate(338%)
    hue-rotate(22deg) brightness(95%) contrast(86%);
  --hz-filter--backgroundSurfaceStrong: invert(25%) sepia(6%) saturate(130%)
    hue-rotate(22deg) brightness(99%) contrast(90%);
  --hz-filter--backgroundHighlight: invert(0%) sepia(11%) saturate(4771%)
    hue-rotate(258deg) brightness(103%) contrast(91%);
  --hz-filter--backgroundSecondary: invert(0%) sepia(1%) saturate(831%)
    hue-rotate(179deg) brightness(123%) contrast(91%);
  --hz-filter--backgroundBrandPrimary: invert(41%) sepia(42%) saturate(567%)
    hue-rotate(178deg) brightness(89%) contrast(91%);
  --hz-filter--backgroundBrandPrimaryAlt: invert(26%) sepia(11%) saturate(5677%)
    hue-rotate(186deg) brightness(92%) contrast(94%);
  --hz-filter--backgroundBrandPrimarySoft: invert(16%) sepia(82%)
    saturate(1532%) hue-rotate(195deg) brightness(94%) contrast(100%);
  --hz-filter--backgroundBrandSecondary: invert(85%) sepia(39%) saturate(5819%)
    hue-rotate(0deg) brightness(106%) contrast(105%);
  --hz-filter--backgroundBrandTertiary: invert(28%) sepia(96%) saturate(4373%)
    hue-rotate(202deg) brightness(92%) contrast(103%);
  --hz-filter--backgroundPrimaryButtonDefault: invert(69%) sepia(62%)
    saturate(1270%) hue-rotate(359deg) brightness(101%) contrast(107%);
  --hz-filter--backgroundPrimaryButtonHover: invert(84%) sepia(59%)
    saturate(1543%) hue-rotate(331deg) brightness(98%) contrast(107%);
  --hz-filter--backgroundPrimaryButtonActive: invert(66%) sepia(40%)
    saturate(993%) hue-rotate(358deg) brightness(99%) contrast(106%);
  --hz-filter--backgroundSecondaryButtonDefault: invert(8%) sepia(20%)
    saturate(20%) hue-rotate(327deg) brightness(101%) contrast(96%);
  --hz-filter--backgroundSecondaryButtonHover: invert(9%) sepia(5%)
    saturate(336%) hue-rotate(21deg) brightness(97%) contrast(86%);
  --hz-filter--backgroundSecondaryButtonActive: invert(0%) sepia(7%)
    saturate(545%) hue-rotate(68deg) brightness(97%) contrast(91%);
  --hz-filter--backgroundSecondaryButtonErrorDefault: invert(4%) sepia(3%)
    saturate(518%) hue-rotate(314deg) brightness(99%) contrast(87%);
  --hz-filter--backgroundSecondaryButtonErrorHover: invert(8%) sepia(2%)
    saturate(1025%) hue-rotate(22deg) brightness(98%) contrast(85%);
  --hz-filter--backgroundSecondaryButtonErrorActive: invert(0%) sepia(94%)
    saturate(34%) hue-rotate(147deg) brightness(104%) contrast(92%);
  --hz-filter--backgroundControlsDefault: invert(1%) sepia(15%) saturate(377%)
    hue-rotate(314deg) brightness(103%) contrast(82%);
  --hz-filter--backgroundControlsHover: invert(11%) sepia(4%) saturate(325%)
    hue-rotate(22deg) brightness(94%) contrast(91%);
  --hz-filter--backgroundControlsSelected: invert(32%) sepia(99%)
    saturate(2186%) hue-rotate(194deg) brightness(105%) contrast(102%);
  --hz-filter--backgroundLoadingSkeleton: invert(26%) sepia(0%) saturate(1432%)
    hue-rotate(167deg) brightness(102%) contrast(93%);
  --hz-filter--backgroundChatBubbleSender: invert(29%) sepia(76%) saturate(289%)
    hue-rotate(173deg) brightness(98%) contrast(92%);
  --hz-filter--backgroundChatBubbleReceiver: invert(19%) sepia(0%)
    saturate(4653%) hue-rotate(6deg) brightness(100%) contrast(73%);
  --hz-filter--textOnBackgroundSurface: invert(92%) sepia(5%) saturate(172%)
    hue-rotate(179deg) brightness(99%) contrast(95%);
  --hz-filter--textOnBackgroundSurfaceStrong: invert(98%) sepia(1%)
    saturate(2008%) hue-rotate(181deg) brightness(91%) contrast(103%);
  --hz-filter--textOnBackgroundSecondary: invert(97%) sepia(1%) saturate(1160%)
    hue-rotate(189deg) brightness(93%) contrast(98%);
  --hz-filter--textOnBackgroundBrandPrimary: invert(99%) sepia(99%) saturate(6%)
    hue-rotate(0deg) brightness(105%) contrast(97%);
  --hz-filter--textOnBackgroundBrandPrimaryAlt: invert(0%) sepia(0%)
    saturate(7475%) hue-rotate(174deg) brightness(101%) contrast(105%);
  --hz-filter--textOnBackgroundBrandPrimarySoft: invert(0%) sepia(92%)
    saturate(32%) hue-rotate(228deg) brightness(108%) contrast(101%);
  --hz-filter--textOnBackgroundBrandSecondary: invert(97%) sepia(2%)
    saturate(522%) hue-rotate(183deg) brightness(94%) contrast(97%);
  --hz-filter--textOnBackgroundBrandSecondaryAlt: invert(100%) sepia(23%)
    saturate(3%) hue-rotate(123deg) brightness(108%) contrast(97%);
  --hz-filter--textOnBackgroundBrandTertiary: invert(78%) sepia(1%)
    saturate(6585%) hue-rotate(199deg) brightness(126%) contrast(84%);
  --hz-filter--textOnBackgroundPrimaryButtonDefault: invert(8%) sepia(60%)
    saturate(5995%) hue-rotate(202deg) brightness(93%) contrast(101%);
  --hz-filter--textOnBackgroundSecondaryButtonDefault: invert(43%) sepia(31%)
    saturate(5141%) hue-rotate(184deg) brightness(102%) contrast(106%);
  --hz-filter--textOnBackgroundSecondaryButtonErrorDefault: invert(42%)
    sepia(73%) saturate(1541%) hue-rotate(325deg) brightness(89%) contrast(117%);
  --hz-filter--textOnBackgroundChatBubbleSender: invert(100%) sepia(25%)
    saturate(73%) hue-rotate(27deg) brightness(101%) contrast(97%);
  --hz-filter--textOnBackgroundChatBubbleReceiver: invert(93%) sepia(17%)
    saturate(60%) hue-rotate(179deg) brightness(99%) contrast(88%);
  --hz-filter--borderSoft: invert(24%) sepia(6%) saturate(98%) hue-rotate(21deg)
    brightness(97%) contrast(83%);
  --hz-filter--borderMedium: invert(63%) sepia(0%) saturate(6313%)
    hue-rotate(89deg) brightness(100%) contrast(53%);
  --hz-filter--borderStrong: invert(67%) sepia(5%) saturate(47%)
    hue-rotate(21deg) brightness(97%) contrast(89%);
  --hz-filter--borderDivider: invert(86%) sepia(5%) saturate(37%)
    hue-rotate(21deg) brightness(92%) contrast(85%);
  --hz-filter--borderError: invert(34%) sepia(97%) saturate(2714%)
    hue-rotate(334deg) brightness(100%) contrast(92%);
  --hz-filter--borderSecondaryButtonDefault: invert(59%) sepia(53%)
    saturate(7316%) hue-rotate(183deg) brightness(102%) contrast(105%);
  --hz-filter--borderSecondaryButtonError: invert(36%) sepia(36%)
    saturate(7249%) hue-rotate(333deg) brightness(96%) contrast(100%);
  --hz-filter--borderInputsDefault: invert(66%) sepia(0%) saturate(1361%)
    hue-rotate(159deg) brightness(89%) contrast(90%);
  --hz-filter--borderInputsHover: invert(55%) sepia(60%) saturate(6490%)
    hue-rotate(185deg) brightness(105%) contrast(105%);
  --hz-filter--borderInputsError: invert(36%) sepia(23%) saturate(4568%)
    hue-rotate(328deg) brightness(96%) contrast(99%);
  --hz-filter--borderControlsDefault: invert(60%) sepia(3%) saturate(17%)
    hue-rotate(12deg) brightness(96%) contrast(93%);
  --hz-filter--borderControlsHover: invert(73%) sepia(70%) saturate(7304%)
    hue-rotate(183deg) brightness(101%) contrast(107%);
  --hz-filter--borderControlsSelected: invert(53%) sepia(52%) saturate(7495%)
    hue-rotate(191deg) brightness(102%) contrast(104%);
  --hz-filter--borderOutlineFocus: invert(32%) sepia(92%) saturate(3418%)
    hue-rotate(189deg) brightness(93%) contrast(101%);
}
