: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-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: #929292;
  --hz-color--borderInputsHover: #1d4b89;
  --hz-color--borderInputsError: #c5283d;
  --hz-color--borderControlsDefault: #929292;
  --hz-color--borderControlsHover: #1d4b89;
  --hz-color--borderControlsSelected: #00285a;
  --hz-color--borderOutlineFocus: #00285a;
  --hz-filter--textPrimary: invert(9%) sepia(30%) saturate(3271%)
    hue-rotate(189deg) brightness(99%) contrast(106%);
  --hz-filter--textSecondary: invert(17%) sepia(62%) saturate(1408%)
    hue-rotate(182deg) brightness(91%) contrast(92%);
  --hz-filter--textBrandPrimary: invert(76%) sepia(11%) saturate(4898%)
    hue-rotate(358deg) brightness(100%) contrast(106%);
  --hz-filter--textBrandSecondary: invert(11%) sepia(53%) saturate(3373%)
    hue-rotate(202deg) brightness(90%) contrast(102%);
  --hz-filter--textSuccess: invert(32%) sepia(7%) saturate(3123%)
    hue-rotate(106deg) brightness(105%) contrast(93%);
  --hz-filter--textError: invert(19%) sepia(59%) saturate(2993%)
    hue-rotate(333deg) brightness(106%) contrast(94%);
  --hz-filter--textWarning: invert(36%) sepia(11%) saturate(4688%)
    hue-rotate(338deg) brightness(96%) contrast(89%);
  --hz-filter--textInfo: invert(18%) sepia(94%) saturate(870%)
    hue-rotate(180deg) brightness(92%) contrast(102%);
  --hz-filter--textPlaceholder: invert(44%) sepia(31%) saturate(385%)
    hue-rotate(176deg) brightness(94%) contrast(92%);
  --hz-filter--textContrastHigh: invert(100%) sepia(0%) saturate(2843%)
    hue-rotate(349deg) brightness(122%) contrast(97%);
  --hz-filter--textContrastLow: invert(0%) sepia(7%) saturate(7474%)
    hue-rotate(46deg) brightness(86%) contrast(106%);
  --hz-filter--textLinkDefault: invert(22%) sepia(89%) saturate(3793%)
    hue-rotate(202deg) brightness(94%) contrast(103%);
  --hz-filter--textLinkHover: invert(61%) sepia(91%) saturate(6654%)
    hue-rotate(196deg) brightness(95%) contrast(103%);
  --hz-filter--textLinkActive: invert(23%) sepia(94%) saturate(1836%)
    hue-rotate(210deg) brightness(82%) contrast(104%);
  --hz-filter--textLinkVisited: invert(23%) sepia(77%) saturate(2816%)
    hue-rotate(203deg) brightness(95%) contrast(101%);
  --hz-filter--textControlsDefault: invert(6%) sepia(100%) saturate(1829%)
    hue-rotate(200deg) brightness(97%) contrast(101%);
  --hz-filter--textControlsHover: invert(18%) sepia(24%) saturate(4418%)
    hue-rotate(192deg) brightness(94%) contrast(99%);
  --hz-filter--textControlsSelected: invert(15%) sepia(30%) saturate(5066%)
    hue-rotate(199deg) brightness(95%) contrast(94%);
  --hz-filter--signalSuccessDefault: invert(32%) sepia(35%) saturate(756%)
    hue-rotate(106deg) brightness(99%) contrast(88%);
  --hz-filter--signalSuccessSoft: invert(95%) sepia(11%) saturate(181%)
    hue-rotate(112deg) brightness(96%) contrast(100%);
  --hz-filter--signalErrorDefault: invert(21%) sepia(84%) saturate(2222%)
    hue-rotate(333deg) brightness(92%) contrast(94%);
  --hz-filter--signalErrorSoft: invert(94%) sepia(94%) saturate(451%)
    hue-rotate(283deg) brightness(107%) contrast(99%);
  --hz-filter--signalWarningDefault: invert(32%) sepia(55%) saturate(844%)
    hue-rotate(335deg) brightness(102%) contrast(91%);
  --hz-filter--signalWarningSoft: invert(92%) sepia(11%) saturate(469%)
    hue-rotate(327deg) brightness(106%) contrast(94%);
  --hz-filter--signalInfoDefault: invert(11%) sepia(77%) saturate(3026%)
    hue-rotate(203deg) brightness(95%) contrast(94%);
  --hz-filter--signalInfoSoft: invert(97%) sepia(2%) saturate(730%)
    hue-rotate(183deg) brightness(97%) contrast(95%);
  --hz-filter--textOnSignalSuccessDefault: invert(99%) sepia(0%) saturate(7453%)
    hue-rotate(291deg) brightness(116%) contrast(97%);
  --hz-filter--textOnSignalSuccessSoft: invert(32%) sepia(64%) saturate(424%)
    hue-rotate(106deg) brightness(93%) contrast(91%);
  --hz-filter--textOnSignalErrorDefault: invert(100%) sepia(99%) saturate(1%)
    hue-rotate(228deg) brightness(103%) contrast(97%);
  --hz-filter--textOnSignalErrorSoft: invert(24%) sepia(35%) saturate(5173%)
    hue-rotate(334deg) brightness(86%) contrast(92%);
  --hz-filter--textOnSignalWarningDefault: invert(100%) sepia(0%)
    saturate(7474%) hue-rotate(185deg) brightness(114%) contrast(97%);
  --hz-filter--textOnSignalWarningSoft: invert(34%) sepia(56%) saturate(917%)
    hue-rotate(336deg) brightness(95%) contrast(91%);
  --hz-filter--textOnSignalInfoDefault: invert(100%) sepia(0%) saturate(3197%)
    hue-rotate(298deg) brightness(116%) contrast(97%);
  --hz-filter--textOnSignalInfoSoft: invert(15%) sepia(93%) saturate(1411%)
    hue-rotate(191deg) brightness(92%) contrast(96%);
  --hz-filter--backgroundDefault: invert(100%) sepia(0%) saturate(4%)
    hue-rotate(177deg) brightness(99%) contrast(99%);
  --hz-filter--backgroundSurface: invert(98%) sepia(0%) saturate(7494%)
    hue-rotate(62deg) brightness(105%) contrast(99%);
  --hz-filter--backgroundSurfaceStrong: invert(0%) sepia(0%) saturate(2851%)
    hue-rotate(161deg) brightness(73%) contrast(91%);
  --hz-filter--backgroundHighlight: invert(0%) sepia(8%) saturate(7456%)
    hue-rotate(156deg) brightness(96%) contrast(89%);
  --hz-filter--backgroundSecondary: invert(100%) sepia(9%) saturate(7%)
    hue-rotate(241deg) brightness(110%) contrast(89%);
  --hz-filter--backgroundBrandPrimary: invert(11%) sepia(94%) saturate(1903%)
    hue-rotate(201deg) brightness(92%) contrast(103%);
  --hz-filter--backgroundBrandPrimaryAlt: invert(6%) sepia(52%) saturate(4272%)
    hue-rotate(180deg) brightness(96%) contrast(121%);
  --hz-filter--backgroundBrandPrimarySoft: invert(100%) sepia(23%)
    saturate(3395%) hue-rotate(179deg) brightness(105%) contrast(93%);
  --hz-filter--backgroundBrandSecondary: invert(85%) sepia(35%) saturate(6894%)
    hue-rotate(1deg) brightness(109%) contrast(104%);
  --hz-filter--backgroundBrandTertiary: invert(6%) sepia(36%) saturate(5044%)
    hue-rotate(202deg) brightness(98%) contrast(101%);
  --hz-filter--backgroundPrimaryButtonDefault: invert(77%) sepia(86%)
    saturate(3056%) hue-rotate(358deg) brightness(100%) contrast(103%);
  --hz-filter--backgroundPrimaryButtonHover: invert(77%) sepia(97%)
    saturate(2464%) hue-rotate(334deg) brightness(100%) contrast(102%);
  --hz-filter--backgroundPrimaryButtonActive: invert(77%) sepia(28%)
    saturate(5680%) hue-rotate(360deg) brightness(103%) contrast(103%);
  --hz-filter--backgroundSecondaryButtonDefault: invert(100%) sepia(100%)
    saturate(0%) hue-rotate(123deg) brightness(97%) contrast(103%);
  --hz-filter--backgroundSecondaryButtonHover: invert(92%) sepia(3%)
    saturate(852%) hue-rotate(194deg) brightness(106%) contrast(93%);
  --hz-filter--backgroundSecondaryButtonActive: invert(97%) sepia(1%)
    saturate(2091%) hue-rotate(182deg) brightness(100%) contrast(90%);
  --hz-filter--backgroundSecondaryButtonErrorDefault: invert(99%) sepia(100%)
    saturate(0%) hue-rotate(138deg) brightness(98%) contrast(102%);
  --hz-filter--backgroundSecondaryButtonErrorHover: invert(88%) sepia(10%)
    saturate(421%) hue-rotate(325deg) brightness(111%) contrast(98%);
  --hz-filter--backgroundSecondaryButtonErrorActive: invert(89%) sepia(24%)
    saturate(136%) hue-rotate(309deg) brightness(104%) contrast(99%);
  --hz-filter--backgroundControlsDefault: invert(100%) sepia(0%) saturate(1302%)
    hue-rotate(95deg) brightness(109%) contrast(97%);
  --hz-filter--backgroundControlsHover: invert(98%) sepia(88%) saturate(297%)
    hue-rotate(176deg) brightness(96%) contrast(96%);
  --hz-filter--backgroundControlsSelected: invert(11%) sepia(90%)
    saturate(3252%) hue-rotate(203deg) brightness(84%) contrast(94%);
  --hz-filter--backgroundLoadingSkeleton: invert(78%) sepia(0%) saturate(835%)
    hue-rotate(87deg) brightness(116%) contrast(94%);
  --hz-filter--backgroundChatBubbleSender: invert(17%) sepia(21%)
    saturate(4505%) hue-rotate(187deg) brightness(92%) contrast(92%);
  --hz-filter--backgroundChatBubbleReceiver: invert(100%) sepia(1%)
    saturate(1792%) hue-rotate(59deg) brightness(120%) contrast(105%);
  --hz-filter--textOnBackgroundSurface: invert(10%) sepia(13%) saturate(6160%)
    hue-rotate(186deg) brightness(94%) contrast(107%);
  --hz-filter--textOnBackgroundSurfaceStrong: invert(98%) sepia(0%)
    saturate(1914%) hue-rotate(354deg) brightness(123%) contrast(97%);
  --hz-filter--textOnBackgroundSecondary: invert(10%) sepia(71%) saturate(840%)
    hue-rotate(176deg) brightness(102%) contrast(110%);
  --hz-filter--textOnBackgroundBrandPrimary: invert(96%) sepia(100%)
    saturate(16%) hue-rotate(52deg) brightness(101%) contrast(98%);
  --hz-filter--textOnBackgroundBrandPrimaryAlt: invert(99%) sepia(65%)
    saturate(647%) hue-rotate(294deg) brightness(120%) contrast(97%);
  --hz-filter--textOnBackgroundBrandPrimarySoft: invert(0%) sepia(0%)
    saturate(1290%) hue-rotate(154deg) brightness(102%) contrast(97%);
  --hz-filter--textOnBackgroundBrandSecondary: invert(0%) sepia(96%)
    saturate(7479%) hue-rotate(162deg) brightness(95%) contrast(96%);
  --hz-filter--textOnBackgroundBrandSecondaryAlt: invert(10%) sepia(42%)
    saturate(4836%) hue-rotate(201deg) brightness(95%) contrast(103%);
  --hz-filter--textOnBackgroundBrandTertiary: invert(99%) sepia(0%) saturate(6%)
    hue-rotate(321deg) brightness(104%) contrast(97%);
  --hz-filter--textOnBackgroundPrimaryButtonDefault: invert(9%) sepia(97%)
    saturate(2712%) hue-rotate(203deg) brightness(93%) contrast(101%);
  --hz-filter--textOnBackgroundSecondaryButtonDefault: invert(13%) sepia(25%)
    saturate(5266%) hue-rotate(197deg) brightness(95%) contrast(105%);
  --hz-filter--textOnBackgroundSecondaryButtonErrorDefault: invert(18%)
    sepia(49%) saturate(6504%) hue-rotate(343deg) brightness(84%) contrast(81%);
  --hz-filter--textOnBackgroundChatBubbleSender: invert(100%) sepia(0%)
    saturate(1771%) hue-rotate(117deg) brightness(113%) contrast(97%);
  --hz-filter--textOnBackgroundChatBubbleReceiver: invert(7%) sepia(40%)
    saturate(4778%) hue-rotate(198deg) brightness(94%) contrast(104%);
  --hz-filter--borderSoft: invert(99%) sepia(0%) saturate(1325%)
    hue-rotate(173deg) brightness(91%) contrast(99%);
  --hz-filter--borderMedium: invert(84%) sepia(1%) saturate(0%)
    hue-rotate(176deg) brightness(95%) contrast(86%);
  --hz-filter--borderStrong: invert(61%) sepia(11%) saturate(0%)
    hue-rotate(342deg) brightness(94%) contrast(89%);
  --hz-filter--borderDivider: invert(95%) sepia(0%) saturate(1%)
    hue-rotate(210deg) brightness(83%) contrast(89%);
  --hz-filter--borderError: invert(19%) sepia(79%) saturate(2638%)
    hue-rotate(335deg) brightness(98%) contrast(90%);
  --hz-filter--borderSecondaryButtonDefault: invert(9%) sepia(99%)
    saturate(3955%) hue-rotate(204deg) brightness(91%) contrast(94%);
  --hz-filter--borderSecondaryButtonError: invert(20%) sepia(73%)
    saturate(2769%) hue-rotate(335deg) brightness(93%) contrast(91%);
  --hz-filter--borderInputsDefault: invert(71%) sepia(4%) saturate(20%)
    hue-rotate(338deg) brightness(82%) contrast(88%);
  --hz-filter--borderInputsHover: invert(21%) sepia(15%) saturate(6535%)
    hue-rotate(196deg) brightness(100%) contrast(87%);
  --hz-filter--borderInputsError: invert(21%) sepia(94%) saturate(1849%)
    hue-rotate(332deg) brightness(94%) contrast(96%);
  --hz-filter--borderControlsDefault: invert(64%) sepia(0%) saturate(1%)
    hue-rotate(4deg) brightness(91%) contrast(89%);
  --hz-filter--borderControlsHover: invert(21%) sepia(94%) saturate(959%)
    hue-rotate(188deg) brightness(91%) contrast(89%);
  --hz-filter--borderControlsSelected: invert(11%) sepia(76%) saturate(2252%)
    hue-rotate(200deg) brightness(96%) contrast(102%);
  --hz-filter--borderOutlineFocus: invert(8%) sepia(57%) saturate(5328%)
    hue-rotate(204deg) brightness(97%) contrast(102%);
}

/* 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(9%) saturate(94%)
    hue-rotate(179deg) brightness(94%) contrast(98%);
  --hz-filter--textSecondary: invert(90%) sepia(10%) saturate(324%)
    hue-rotate(178deg) brightness(84%) contrast(95%);
  --hz-filter--textBrandPrimary: invert(78%) sepia(12%) saturate(7249%)
    hue-rotate(359deg) brightness(101%) contrast(106%);
  --hz-filter--textBrandSecondary: invert(13%) sepia(36%) saturate(3944%)
    hue-rotate(198deg) brightness(94%) contrast(104%);
  --hz-filter--textSuccess: invert(49%) sepia(36%) saturate(632%)
    hue-rotate(110deg) brightness(96%) contrast(95%);
  --hz-filter--textError: invert(32%) sepia(78%) saturate(3075%)
    hue-rotate(336deg) brightness(106%) contrast(91%);
  --hz-filter--textWarning: invert(81%) sepia(19%) saturate(5998%)
    hue-rotate(331deg) brightness(88%) contrast(83%);
  --hz-filter--textInfo: invert(54%) sepia(85%) saturate(4998%)
    hue-rotate(185deg) brightness(105%) contrast(104%);
  --hz-filter--textPlaceholder: invert(65%) sepia(4%) saturate(1648%)
    hue-rotate(177deg) brightness(93%) contrast(91%);
  --hz-filter--textContrastHigh: invert(91%) sepia(7%) saturate(0%)
    hue-rotate(215deg) brightness(105%) contrast(102%);
  --hz-filter--textContrastLow: invert(0%) sepia(75%) saturate(3756%)
    hue-rotate(325deg) brightness(92%) contrast(110%);
  --hz-filter--textLinkDefault: invert(44%) sepia(24%) saturate(7288%)
    hue-rotate(184deg) brightness(103%) contrast(104%);
  --hz-filter--textLinkHover: invert(54%) sepia(84%) saturate(2528%)
    hue-rotate(181deg) brightness(102%) contrast(100%);
  --hz-filter--textLinkActive: invert(41%) sepia(98%) saturate(2561%)
    hue-rotate(184deg) brightness(102%) contrast(106%);
  --hz-filter--textLinkVisited: invert(36%) sepia(99%) saturate(1865%)
    hue-rotate(186deg) brightness(105%) contrast(107%);
  --hz-filter--textControlsDefault: invert(100%) sepia(56%) saturate(517%)
    hue-rotate(176deg) brightness(95%) contrast(94%);
  --hz-filter--textControlsHover: invert(50%) sepia(91%) saturate(1543%)
    hue-rotate(179deg) brightness(100%) contrast(102%);
  --hz-filter--textControlsSelected: invert(41%) sepia(89%) saturate(2546%)
    hue-rotate(183deg) brightness(102%) contrast(104%);
  --hz-filter--signalSuccessDefault: invert(33%) sepia(9%) saturate(2605%)
    hue-rotate(106deg) brightness(101%) contrast(93%);
  --hz-filter--signalSuccessSoft: invert(31%) sepia(68%) saturate(422%)
    hue-rotate(106deg) brightness(95%) contrast(88%);
  --hz-filter--signalErrorDefault: invert(28%) sepia(19%) saturate(7125%)
    hue-rotate(329deg) brightness(84%) contrast(99%);
  --hz-filter--signalErrorSoft: invert(20%) sepia(80%) saturate(3443%)
    hue-rotate(340deg) brightness(82%) contrast(85%);
  --hz-filter--signalWarningDefault: invert(35%) sepia(86%) saturate(480%)
    hue-rotate(332deg) brightness(92%) contrast(96%);
  --hz-filter--signalWarningSoft: invert(36%) sepia(9%) saturate(6118%)
    hue-rotate(339deg) brightness(97%) contrast(88%);
  --hz-filter--signalInfoDefault: invert(16%) sepia(45%) saturate(2847%)
    hue-rotate(194deg) brightness(96%) contrast(96%);
  --hz-filter--signalInfoSoft: invert(16%) sepia(73%) saturate(1826%)
    hue-rotate(194deg) brightness(90%) contrast(96%);
  --hz-filter--textOnSignalSuccessDefault: invert(98%) sepia(86%) saturate(167%)
    hue-rotate(335deg) brightness(111%) contrast(97%);
  --hz-filter--textOnSignalSuccessSoft: invert(97%) sepia(1%) saturate(733%)
    hue-rotate(48deg) brightness(104%) contrast(95%);
  --hz-filter--textOnSignalErrorDefault: invert(87%) sepia(19%) saturate(4%)
    hue-rotate(43deg) brightness(106%) contrast(106%);
  --hz-filter--textOnSignalErrorSoft: invert(98%) sepia(56%) saturate(9%)
    hue-rotate(72deg) brightness(104%) contrast(97%);
  --hz-filter--textOnSignalWarningDefault: invert(100%) sepia(78%) saturate(0%)
    hue-rotate(23deg) brightness(109%) contrast(97%);
  --hz-filter--textOnSignalWarningSoft: invert(88%) sepia(0%) saturate(3053%)
    hue-rotate(35deg) brightness(129%) contrast(97%);
  --hz-filter--textOnSignalInfoDefault: invert(92%) sepia(37%) saturate(0%)
    hue-rotate(107deg) brightness(101%) contrast(101%);
  --hz-filter--textOnSignalInfoSoft: invert(100%) sepia(0%) saturate(2560%)
    hue-rotate(276deg) brightness(106%) contrast(106%);
  --hz-filter--backgroundDefault: invert(7%) sepia(12%) saturate(17%)
    hue-rotate(336deg) brightness(101%) contrast(92%);
  --hz-filter--backgroundSurface: invert(11%) sepia(6%) saturate(238%)
    hue-rotate(22deg) brightness(90%) contrast(89%);
  --hz-filter--backgroundSurfaceStrong: invert(23%) sepia(9%) saturate(68%)
    hue-rotate(22deg) brightness(98%) contrast(82%);
  --hz-filter--backgroundHighlight: invert(0%) sepia(30%) saturate(1035%)
    hue-rotate(53deg) brightness(110%) contrast(91%);
  --hz-filter--backgroundSecondary: invert(0%) sepia(5%) saturate(3372%)
    hue-rotate(43deg) brightness(107%) contrast(91%);
  --hz-filter--backgroundBrandPrimary: invert(43%) sepia(14%) saturate(1742%)
    hue-rotate(179deg) brightness(89%) contrast(87%);
  --hz-filter--backgroundBrandPrimaryAlt: invert(22%) sepia(18%) saturate(4150%)
    hue-rotate(189deg) brightness(103%) contrast(92%);
  --hz-filter--backgroundBrandPrimarySoft: invert(18%) sepia(31%)
    saturate(3837%) hue-rotate(196deg) brightness(87%) contrast(99%);
  --hz-filter--backgroundBrandSecondary: invert(81%) sepia(43%) saturate(4001%)
    hue-rotate(359deg) brightness(102%) contrast(106%);
  --hz-filter--backgroundBrandTertiary: invert(35%) sepia(92%) saturate(6989%)
    hue-rotate(204deg) brightness(97%) contrast(102%);
  --hz-filter--backgroundPrimaryButtonDefault: invert(62%) sepia(79%)
    saturate(578%) hue-rotate(0deg) brightness(103%) contrast(106%);
  --hz-filter--backgroundPrimaryButtonHover: invert(75%) sepia(85%)
    saturate(834%) hue-rotate(338deg) brightness(107%) contrast(101%);
  --hz-filter--backgroundPrimaryButtonActive: invert(57%) sepia(92%)
    saturate(532%) hue-rotate(359deg) brightness(103%) contrast(106%);
  --hz-filter--backgroundSecondaryButtonDefault: invert(0%) sepia(1%)
    saturate(49%) hue-rotate(281deg) brightness(80%) contrast(80%);
  --hz-filter--backgroundSecondaryButtonHover: invert(9%) sepia(14%)
    saturate(118%) hue-rotate(21deg) brightness(92%) contrast(85%);
  --hz-filter--backgroundSecondaryButtonActive: invert(0%) sepia(11%)
    saturate(4956%) hue-rotate(222deg) brightness(97%) contrast(92%);
  --hz-filter--backgroundSecondaryButtonErrorDefault: invert(0%) sepia(71%)
    saturate(5524%) hue-rotate(82deg) brightness(109%) contrast(80%);
  --hz-filter--backgroundSecondaryButtonErrorHover: invert(12%) sepia(3%)
    saturate(448%) hue-rotate(22deg) brightness(97%) contrast(92%);
  --hz-filter--backgroundSecondaryButtonErrorActive: invert(0%) sepia(54%)
    saturate(7084%) hue-rotate(134deg) brightness(75%) contrast(91%);
  --hz-filter--backgroundControlsDefault: invert(4%) sepia(2%) saturate(657%)
    hue-rotate(314deg) brightness(95%) contrast(86%);
  --hz-filter--backgroundControlsHover: invert(11%) sepia(8%) saturate(178%)
    hue-rotate(22deg) brightness(96%) contrast(90%);
  --hz-filter--backgroundControlsSelected: invert(43%) sepia(87%)
    saturate(4437%) hue-rotate(193deg) brightness(105%) contrast(105%);
  --hz-filter--backgroundLoadingSkeleton: invert(24%) sepia(74%) saturate(0%)
    hue-rotate(167deg) brightness(93%) contrast(93%);
  --hz-filter--backgroundChatBubbleSender: invert(32%) sepia(11%)
    saturate(2237%) hue-rotate(175deg) brightness(91%) contrast(82%);
  --hz-filter--backgroundChatBubbleReceiver: invert(27%) sepia(6%)
    saturate(101%) hue-rotate(22deg) brightness(88%) contrast(86%);
  --hz-filter--textOnBackgroundSurface: invert(92%) sepia(6%) saturate(167%)
    hue-rotate(179deg) brightness(104%) contrast(86%);
  --hz-filter--textOnBackgroundSurfaceStrong: invert(92%) sepia(3%)
    saturate(995%) hue-rotate(196deg) brightness(106%) contrast(84%);
  --hz-filter--textOnBackgroundSecondary: invert(97%) sepia(2%) saturate(425%)
    hue-rotate(178deg) brightness(94%) contrast(96%);
  --hz-filter--textOnBackgroundBrandPrimary: invert(100%) sepia(0%)
    saturate(2457%) hue-rotate(118deg) brightness(98%) contrast(103%);
  --hz-filter--textOnBackgroundBrandPrimaryAlt: invert(0%) sepia(2%)
    saturate(0%) hue-rotate(253deg) brightness(100%) contrast(100%);
  --hz-filter--textOnBackgroundBrandPrimarySoft: invert(0%) sepia(5%)
    saturate(7482%) hue-rotate(268deg) brightness(106%) contrast(106%);
  --hz-filter--textOnBackgroundBrandSecondary: invert(90%) sepia(14%)
    saturate(61%) hue-rotate(179deg) brightness(101%) contrast(92%);
  --hz-filter--textOnBackgroundBrandSecondaryAlt: invert(100%) sepia(0%)
    saturate(2630%) hue-rotate(66deg) brightness(119%) contrast(108%);
  --hz-filter--textOnBackgroundBrandTertiary: invert(100%) sepia(2%)
    saturate(2365%) hue-rotate(112deg) brightness(91%) contrast(102%);
  --hz-filter--textOnBackgroundPrimaryButtonDefault: invert(10%) sepia(51%)
    saturate(4828%) hue-rotate(201deg) brightness(93%) contrast(104%);
  --hz-filter--textOnBackgroundSecondaryButtonDefault: invert(72%) sepia(70%)
    saturate(7447%) hue-rotate(184deg) brightness(103%) contrast(105%);
  --hz-filter--textOnBackgroundSecondaryButtonErrorDefault: invert(33%)
    sepia(98%) saturate(2870%) hue-rotate(336deg) brightness(104%) contrast(91%);
  --hz-filter--textOnBackgroundChatBubbleSender: invert(84%) sepia(95%)
    saturate(21%) hue-rotate(122deg) brightness(108%) contrast(104%);
  --hz-filter--textOnBackgroundChatBubbleReceiver: invert(98%) sepia(1%)
    saturate(877%) hue-rotate(181deg) brightness(95%) contrast(93%);
  --hz-filter--borderSoft: invert(26%) sepia(5%) saturate(92%) hue-rotate(21deg)
    brightness(92%) contrast(85%);
  --hz-filter--borderMedium: invert(70%) sepia(0%) saturate(158%)
    hue-rotate(138deg) brightness(85%) contrast(81%);
  --hz-filter--borderStrong: invert(79%) sepia(0%) saturate(25%)
    hue-rotate(153deg) brightness(83%) contrast(93%);
  --hz-filter--borderDivider: invert(79%) sepia(33%) saturate(7%)
    hue-rotate(97deg) brightness(94%) contrast(89%);
  --hz-filter--borderError: invert(40%) sepia(97%) saturate(3100%)
    hue-rotate(332deg) brightness(103%) contrast(109%);
  --hz-filter--borderSecondaryButtonDefault: invert(39%) sepia(97%)
    saturate(1695%) hue-rotate(182deg) brightness(99%) contrast(112%);
  --hz-filter--borderSecondaryButtonError: invert(41%) sepia(55%)
    saturate(6476%) hue-rotate(336deg) brightness(103%) contrast(91%);
  --hz-filter--borderInputsDefault: invert(59%) sepia(2%) saturate(5%)
    hue-rotate(314deg) brightness(100%) contrast(83%);
  --hz-filter--borderInputsHover: invert(51%) sepia(78%) saturate(4468%)
    hue-rotate(183deg) brightness(102%) contrast(106%);
  --hz-filter--borderInputsError: invert(36%) sepia(44%) saturate(5718%)
    hue-rotate(336deg) brightness(104%) contrast(91%);
  --hz-filter--borderControlsDefault: invert(71%) sepia(0%) saturate(6085%)
    hue-rotate(134deg) brightness(83%) contrast(86%);
  --hz-filter--borderControlsHover: invert(40%) sepia(93%) saturate(2473%)
    hue-rotate(184deg) brightness(102%) contrast(109%);
  --hz-filter--borderControlsSelected: invert(35%) sepia(64%) saturate(3204%)
    hue-rotate(193deg) brightness(104%) contrast(105%);
  --hz-filter--borderOutlineFocus: invert(34%) sepia(44%) saturate(6662%)
    hue-rotate(190deg) brightness(93%) contrast(100%);
}
