: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(10%) sepia(16%) saturate(6292%)
    hue-rotate(189deg) brightness(92%) contrast(105%);
  --hz-filter--textSecondary: invert(15%) sepia(39%) saturate(2600%)
    hue-rotate(190deg) brightness(98%) contrast(93%);
  --hz-filter--textBrandPrimary: invert(70%) sepia(29%) saturate(2407%)
    hue-rotate(1deg) brightness(106%) contrast(102%);
  --hz-filter--textBrandSecondary: invert(12%) sepia(71%) saturate(1984%)
    hue-rotate(196deg) brightness(94%) contrast(105%);
  --hz-filter--textSuccess: invert(34%) sepia(43%) saturate(646%)
    hue-rotate(106deg) brightness(90%) contrast(87%);
  --hz-filter--textError: invert(17%) sepia(92%) saturate(1896%)
    hue-rotate(332deg) brightness(112%) contrast(96%);
  --hz-filter--textWarning: invert(36%) sepia(97%) saturate(456%)
    hue-rotate(333deg) brightness(85%) contrast(91%);
  --hz-filter--textInfo: invert(16%) sepia(100%) saturate(1025%)
    hue-rotate(185deg) brightness(97%) contrast(99%);
  --hz-filter--textPlaceholder: invert(49%) sepia(11%) saturate(1025%)
    hue-rotate(176deg) brightness(88%) contrast(92%);
  --hz-filter--textContrastHigh: invert(100%) sepia(0%) saturate(0%)
    hue-rotate(100deg) brightness(97%) contrast(105%);
  --hz-filter--textContrastLow: invert(0%) sepia(100%) saturate(30%)
    hue-rotate(69deg) brightness(93%) contrast(107%);
  --hz-filter--textLinkDefault: invert(19%) sepia(99%) saturate(3580%)
    hue-rotate(204deg) brightness(96%) contrast(100%);
  --hz-filter--textLinkHover: invert(32%) sepia(92%) saturate(2017%)
    hue-rotate(194deg) brightness(92%) contrast(105%);
  --hz-filter--textLinkActive: invert(16%) sepia(60%) saturate(4200%)
    hue-rotate(218deg) brightness(103%) contrast(93%);
  --hz-filter--textLinkVisited: invert(17%) sepia(81%) saturate(4932%)
    hue-rotate(203deg) brightness(99%) contrast(106%);
  --hz-filter--textControlsDefault: invert(9%) sepia(35%) saturate(3255%)
    hue-rotate(192deg) brightness(87%) contrast(104%);
  --hz-filter--textControlsHover: invert(19%) sepia(17%) saturate(5747%)
    hue-rotate(192deg) brightness(92%) contrast(100%);
  --hz-filter--textControlsSelected: invert(18%) sepia(93%) saturate(886%)
    hue-rotate(180deg) brightness(92%) contrast(101%);
  --hz-filter--signalSuccessDefault: invert(34%) sepia(58%) saturate(446%)
    hue-rotate(106deg) brightness(90%) contrast(93%);
  --hz-filter--signalSuccessSoft: invert(96%) sepia(8%) saturate(234%)
    hue-rotate(109deg) brightness(93%) contrast(106%);
  --hz-filter--signalErrorDefault: invert(19%) sepia(98%) saturate(2895%)
    hue-rotate(340deg) brightness(83%) contrast(85%);
  --hz-filter--signalErrorSoft: invert(85%) sepia(9%) saturate(201%)
    hue-rotate(293deg) brightness(106%) contrast(104%);
  --hz-filter--signalWarningDefault: invert(31%) sepia(51%) saturate(1188%)
    hue-rotate(339deg) brightness(101%) contrast(88%);
  --hz-filter--signalWarningSoft: invert(91%) sepia(17%) saturate(493%)
    hue-rotate(314deg) brightness(109%) contrast(94%);
  --hz-filter--signalInfoDefault: invert(15%) sepia(29%) saturate(5109%)
    hue-rotate(201deg) brightness(98%) contrast(95%);
  --hz-filter--signalInfoSoft: invert(95%) sepia(7%) saturate(180%)
    hue-rotate(180deg) brightness(97%) contrast(95%);
  --hz-filter--textOnSignalSuccessDefault: invert(99%) sepia(0%) saturate(3475%)
    hue-rotate(311deg) brightness(131%) contrast(97%);
  --hz-filter--textOnSignalSuccessSoft: invert(36%) sepia(9%) saturate(2863%)
    hue-rotate(106deg) brightness(94%) contrast(90%);
  --hz-filter--textOnSignalErrorDefault: invert(96%) sepia(5%) saturate(852%)
    hue-rotate(359deg) brightness(115%) contrast(96%);
  --hz-filter--textOnSignalErrorSoft: invert(20%) sepia(98%) saturate(2453%)
    hue-rotate(337deg) brightness(83%) contrast(88%);
  --hz-filter--textOnSignalWarningDefault: invert(100%) sepia(0%)
    saturate(4739%) hue-rotate(35deg) brightness(127%) contrast(97%);
  --hz-filter--textOnSignalWarningSoft: invert(30%) sepia(83%) saturate(790%)
    hue-rotate(340deg) brightness(100%) contrast(88%);
  --hz-filter--textOnSignalInfoDefault: invert(100%) sepia(0%) saturate(0%)
    hue-rotate(179deg) brightness(101%) contrast(103%);
  --hz-filter--textOnSignalInfoSoft: invert(12%) sepia(76%) saturate(2441%)
    hue-rotate(202deg) brightness(97%) contrast(94%);
  --hz-filter--backgroundDefault: invert(100%) sepia(0%) saturate(5%)
    hue-rotate(73deg) brightness(99%) contrast(100%);
  --hz-filter--backgroundSurface: invert(100%) sepia(0%) saturate(7476%)
    hue-rotate(33deg) brightness(110%) contrast(99%);
  --hz-filter--backgroundSurfaceStrong: invert(0%) sepia(2%) saturate(1745%)
    hue-rotate(320deg) brightness(94%) contrast(91%);
  --hz-filter--backgroundHighlight: invert(0%) sepia(37%) saturate(990%)
    hue-rotate(319deg) brightness(98%) contrast(91%);
  --hz-filter--backgroundSecondary: invert(95%) sepia(3%) saturate(739%)
    hue-rotate(214deg) brightness(113%) contrast(89%);
  --hz-filter--backgroundBrandPrimary: invert(9%) sepia(91%) saturate(2474%)
    hue-rotate(202deg) brightness(96%) contrast(101%);
  --hz-filter--backgroundBrandPrimaryAlt: invert(6%) sepia(20%) saturate(3634%)
    hue-rotate(183deg) brightness(92%) contrast(105%);
  --hz-filter--backgroundBrandPrimarySoft: invert(95%) sepia(12%) saturate(134%)
    hue-rotate(189deg) brightness(101%) contrast(93%);
  --hz-filter--backgroundBrandSecondary: invert(62%) sepia(73%) saturate(723%)
    hue-rotate(2deg) brightness(106%) contrast(103%);
  --hz-filter--backgroundBrandTertiary: invert(10%) sepia(48%) saturate(2070%)
    hue-rotate(189deg) brightness(90%) contrast(106%);
  --hz-filter--backgroundPrimaryButtonDefault: invert(85%) sepia(25%)
    saturate(6800%) hue-rotate(359deg) brightness(102%) contrast(103%);
  --hz-filter--backgroundPrimaryButtonHover: invert(85%) sepia(28%)
    saturate(2446%) hue-rotate(337deg) brightness(106%) contrast(102%);
  --hz-filter--backgroundPrimaryButtonActive: invert(57%) sepia(91%)
    saturate(526%) hue-rotate(359deg) brightness(104%) contrast(107%);
  --hz-filter--backgroundSecondaryButtonDefault: invert(99%) sepia(93%)
    saturate(51%) hue-rotate(1deg) brightness(103%) contrast(97%);
  --hz-filter--backgroundSecondaryButtonHover: invert(98%) sepia(10%)
    saturate(718%) hue-rotate(176deg) brightness(97%) contrast(99%);
  --hz-filter--backgroundSecondaryButtonActive: invert(98%) sepia(1%)
    saturate(5738%) hue-rotate(182deg) brightness(92%) contrast(107%);
  --hz-filter--backgroundSecondaryButtonErrorDefault: invert(96%) sepia(0%)
    saturate(20%) hue-rotate(47deg) brightness(109%) contrast(108%);
  --hz-filter--backgroundSecondaryButtonErrorHover: invert(87%) sepia(1%)
    saturate(1720%) hue-rotate(355deg) brightness(111%) contrast(101%);
  --hz-filter--backgroundSecondaryButtonErrorActive: invert(89%) sepia(35%)
    saturate(275%) hue-rotate(298deg) brightness(108%) contrast(98%);
  --hz-filter--backgroundControlsDefault: invert(100%) sepia(7%) saturate(14%)
    hue-rotate(32deg) brightness(105%) contrast(97%);
  --hz-filter--backgroundControlsHover: invert(97%) sepia(2%) saturate(753%)
    hue-rotate(186deg) brightness(95%) contrast(99%);
  --hz-filter--backgroundControlsSelected: invert(16%) sepia(57%)
    saturate(1984%) hue-rotate(191deg) brightness(99%) contrast(98%);
  --hz-filter--backgroundLoadingSkeleton: invert(99%) sepia(2%) saturate(3866%)
    hue-rotate(173deg) brightness(113%) contrast(80%);
  --hz-filter--backgroundChatBubbleSender: invert(17%) sepia(16%)
    saturate(5400%) hue-rotate(187deg) brightness(93%) contrast(93%);
  --hz-filter--backgroundChatBubbleReceiver: invert(100%) sepia(0%)
    saturate(4871%) hue-rotate(346deg) brightness(117%) contrast(105%);
  --hz-filter--textOnBackgroundSurface: invert(11%) sepia(68%) saturate(774%)
    hue-rotate(175deg) brightness(95%) contrast(111%);
  --hz-filter--textOnBackgroundSurfaceStrong: invert(99%) sepia(41%)
    saturate(476%) hue-rotate(26deg) brightness(118%) contrast(96%);
  --hz-filter--textOnBackgroundSecondary: invert(11%) sepia(37%) saturate(1913%)
    hue-rotate(182deg) brightness(90%) contrast(109%);
  --hz-filter--textOnBackgroundBrandPrimary: invert(98%) sepia(93%)
    saturate(189%) hue-rotate(310deg) brightness(109%) contrast(96%);
  --hz-filter--textOnBackgroundBrandPrimaryAlt: invert(100%) sepia(16%)
    saturate(1440%) hue-rotate(313deg) brightness(111%) contrast(96%);
  --hz-filter--textOnBackgroundBrandPrimarySoft: invert(0%) sepia(100%)
    saturate(26%) hue-rotate(48deg) brightness(102%) contrast(108%);
  --hz-filter--textOnBackgroundBrandSecondary: invert(0%) sepia(100%)
    saturate(29%) hue-rotate(123deg) brightness(98%) contrast(107%);
  --hz-filter--textOnBackgroundBrandSecondaryAlt: invert(13%) sepia(19%)
    saturate(6962%) hue-rotate(197deg) brightness(92%) contrast(105%);
  --hz-filter--textOnBackgroundBrandTertiary: invert(100%) sepia(97%)
    saturate(186%) hue-rotate(297deg) brightness(105%) contrast(97%);
  --hz-filter--textOnBackgroundPrimaryButtonDefault: invert(13%) sepia(67%)
    saturate(1848%) hue-rotate(194deg) brightness(96%) contrast(107%);
  --hz-filter--textOnBackgroundSecondaryButtonDefault: invert(16%) sepia(46%)
    saturate(1404%) hue-rotate(180deg) brightness(102%) contrast(116%);
  --hz-filter--textOnBackgroundSecondaryButtonErrorDefault: invert(17%)
    sepia(50%) saturate(4043%) hue-rotate(336deg) brightness(110%) contrast(90%);
  --hz-filter--textOnBackgroundChatBubbleSender: invert(99%) sepia(63%)
    saturate(18%) hue-rotate(129deg) brightness(104%) contrast(97%);
  --hz-filter--textOnBackgroundChatBubbleReceiver: invert(5%) sepia(42%)
    saturate(7491%) hue-rotate(202deg) brightness(100%) contrast(103%);
  --hz-filter--borderSoft: invert(99%) sepia(1%) saturate(3605%)
    hue-rotate(30deg) brightness(113%) contrast(82%);
  --hz-filter--borderMedium: invert(100%) sepia(0%) saturate(7447%)
    hue-rotate(328deg) brightness(72%) contrast(121%);
  --hz-filter--borderStrong: invert(64%) sepia(2%) saturate(12%)
    hue-rotate(96deg) brightness(91%) contrast(88%);
  --hz-filter--borderDivider: invert(77%) sepia(4%) saturate(20%)
    hue-rotate(65deg) brightness(110%) contrast(74%);
  --hz-filter--borderError: invert(21%) sepia(64%) saturate(2928%)
    hue-rotate(334deg) brightness(92%) contrast(93%);
  --hz-filter--borderSecondaryButtonDefault: invert(19%) sepia(29%)
    saturate(3060%) hue-rotate(190deg) brightness(96%) contrast(104%);
  --hz-filter--borderSecondaryButtonError: invert(19%) sepia(60%)
    saturate(4409%) hue-rotate(340deg) brightness(87%) contrast(84%);
  --hz-filter--borderInputsDefault: invert(60%) sepia(7%) saturate(9%)
    hue-rotate(320deg) brightness(93%) contrast(100%);
  --hz-filter--borderInputsHover: invert(21%) sepia(93%) saturate(828%)
    hue-rotate(186deg) brightness(97%) contrast(93%);
  --hz-filter--borderInputsError: invert(20%) sepia(100%) saturate(2145%)
    hue-rotate(335deg) brightness(91%) contrast(90%);
  --hz-filter--borderControlsDefault: invert(63%) sepia(0%) saturate(0%)
    hue-rotate(105deg) brightness(92%) contrast(89%);
  --hz-filter--borderControlsHover: invert(21%) sepia(37%) saturate(2507%)
    hue-rotate(193deg) brightness(100%) contrast(89%);
  --hz-filter--borderControlsSelected: invert(13%) sepia(24%) saturate(6285%)
    hue-rotate(199deg) brightness(91%) contrast(104%);
  --hz-filter--borderOutlineFocus: invert(10%) sepia(39%) saturate(6172%)
    hue-rotate(199deg) brightness(95%) contrast(106%);
}

/* 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(99%) sepia(13%) saturate(848%)
    hue-rotate(176deg) brightness(96%) contrast(92%);
  --hz-filter--textSecondary: invert(87%) sepia(18%) saturate(191%)
    hue-rotate(175deg) brightness(88%) contrast(88%);
  --hz-filter--textBrandPrimary: invert(77%) sepia(72%) saturate(2666%)
    hue-rotate(356deg) brightness(102%) contrast(112%);
  --hz-filter--textBrandSecondary: invert(12%) sepia(37%) saturate(4426%)
    hue-rotate(201deg) brightness(94%) contrast(102%);
  --hz-filter--textSuccess: invert(51%) sepia(80%) saturate(333%)
    hue-rotate(110deg) brightness(86%) contrast(88%);
  --hz-filter--textError: invert(40%) sepia(31%) saturate(2748%)
    hue-rotate(323deg) brightness(92%) contrast(108%);
  --hz-filter--textWarning: invert(55%) sepia(37%) saturate(809%)
    hue-rotate(348deg) brightness(99%) contrast(80%);
  --hz-filter--textInfo: invert(38%) sepia(100%) saturate(2153%)
    hue-rotate(184deg) brightness(103%) contrast(107%);
  --hz-filter--textPlaceholder: invert(70%) sepia(43%) saturate(153%)
    hue-rotate(176deg) brightness(79%) contrast(94%);
  --hz-filter--textContrastHigh: invert(100%) sepia(97%) saturate(0%)
    hue-rotate(115deg) brightness(98%) contrast(102%);
  --hz-filter--textContrastLow: invert(0%) sepia(98%) saturate(4%)
    hue-rotate(323deg) brightness(95%) contrast(100%);
  --hz-filter--textLinkDefault: invert(48%) sepia(74%) saturate(4686%)
    hue-rotate(186deg) brightness(105%) contrast(105%);
  --hz-filter--textLinkHover: invert(72%) sepia(77%) saturate(4768%)
    hue-rotate(179deg) brightness(100%) contrast(101%);
  --hz-filter--textLinkActive: invert(48%) sepia(93%) saturate(4028%)
    hue-rotate(186deg) brightness(105%) contrast(108%);
  --hz-filter--textLinkVisited: invert(52%) sepia(72%) saturate(4993%)
    hue-rotate(184deg) brightness(103%) contrast(104%);
  --hz-filter--textControlsDefault: invert(85%) sepia(10%) saturate(93%)
    hue-rotate(180deg) brightness(111%) contrast(86%);
  --hz-filter--textControlsHover: invert(74%) sepia(74%) saturate(4946%)
    hue-rotate(179deg) brightness(99%) contrast(103%);
  --hz-filter--textControlsSelected: invert(39%) sepia(53%) saturate(2944%)
    hue-rotate(185deg) brightness(105%) contrast(104%);
  --hz-filter--signalSuccessDefault: invert(35%) sepia(22%) saturate(1145%)
    hue-rotate(106deg) brightness(93%) contrast(90%);
  --hz-filter--signalSuccessSoft: invert(36%) sepia(11%) saturate(2215%)
    hue-rotate(106deg) brightness(92%) contrast(92%);
  --hz-filter--signalErrorDefault: invert(21%) sepia(65%) saturate(3795%)
    hue-rotate(339deg) brightness(81%) contrast(87%);
  --hz-filter--signalErrorSoft: invert(24%) sepia(72%) saturate(2174%)
    hue-rotate(330deg) brightness(87%) contrast(98%);
  --hz-filter--signalWarningDefault: invert(37%) sepia(14%) saturate(4040%)
    hue-rotate(339deg) brightness(93%) contrast(88%);
  --hz-filter--signalWarningSoft: invert(31%) sepia(94%) saturate(713%)
    hue-rotate(340deg) brightness(94%) contrast(87%);
  --hz-filter--signalInfoDefault: invert(11%) sepia(53%) saturate(4637%)
    hue-rotate(203deg) brightness(101%) contrast(94%);
  --hz-filter--signalInfoSoft: invert(18%) sepia(46%) saturate(1971%)
    hue-rotate(187deg) brightness(93%) contrast(101%);
  --hz-filter--textOnSignalSuccessDefault: invert(91%) sepia(63%) saturate(20%)
    hue-rotate(52deg) brightness(107%) contrast(102%);
  --hz-filter--textOnSignalSuccessSoft: invert(91%) sepia(48%) saturate(11%)
    hue-rotate(2deg) brightness(108%) contrast(97%);
  --hz-filter--textOnSignalErrorDefault: invert(100%) sepia(1%) saturate(5625%)
    hue-rotate(295deg) brightness(112%) contrast(97%);
  --hz-filter--textOnSignalErrorSoft: invert(99%) sepia(0%) saturate(0%)
    hue-rotate(115deg) brightness(99%) contrast(101%);
  --hz-filter--textOnSignalWarningDefault: invert(98%) sepia(5%) saturate(765%)
    hue-rotate(356deg) brightness(113%) contrast(97%);
  --hz-filter--textOnSignalWarningSoft: invert(89%) sepia(98%) saturate(0%)
    hue-rotate(131deg) brightness(100%) contrast(100%);
  --hz-filter--textOnSignalInfoDefault: invert(97%) sepia(76%) saturate(0%)
    hue-rotate(188deg) brightness(101%) contrast(102%);
  --hz-filter--textOnSignalInfoSoft: invert(91%) sepia(0%) saturate(5999%)
    hue-rotate(133deg) brightness(109%) contrast(95%);
  --hz-filter--backgroundDefault: invert(6%) sepia(16%) saturate(67%)
    hue-rotate(314deg) brightness(104%) contrast(92%);
  --hz-filter--backgroundSurface: invert(13%) sepia(6%) saturate(152%)
    hue-rotate(21deg) brightness(94%) contrast(95%);
  --hz-filter--backgroundSurfaceStrong: invert(22%) sepia(0%) saturate(2446%)
    hue-rotate(156deg) brightness(97%) contrast(79%);
  --hz-filter--backgroundHighlight: invert(0%) sepia(95%) saturate(2380%)
    hue-rotate(194deg) brightness(99%) contrast(91%);
  --hz-filter--backgroundSecondary: invert(0%) sepia(75%) saturate(1753%)
    hue-rotate(60deg) brightness(111%) contrast(91%);
  --hz-filter--backgroundBrandPrimary: invert(41%) sepia(30%) saturate(832%)
    hue-rotate(178deg) brightness(91%) contrast(86%);
  --hz-filter--backgroundBrandPrimaryAlt: invert(20%) sepia(43%) saturate(2428%)
    hue-rotate(195deg) brightness(98%) contrast(88%);
  --hz-filter--backgroundBrandPrimarySoft: invert(13%) sepia(82%)
    saturate(2606%) hue-rotate(203deg) brightness(87%) contrast(94%);
  --hz-filter--backgroundBrandSecondary: invert(79%) sepia(31%) saturate(3746%)
    hue-rotate(357deg) brightness(102%) contrast(106%);
  --hz-filter--backgroundBrandTertiary: invert(26%) sepia(58%) saturate(2942%)
    hue-rotate(201deg) brightness(95%) contrast(104%);
  --hz-filter--backgroundPrimaryButtonDefault: invert(80%) sepia(34%)
    saturate(4324%) hue-rotate(359deg) brightness(102%) contrast(104%);
  --hz-filter--backgroundPrimaryButtonHover: invert(84%) sepia(61%)
    saturate(2007%) hue-rotate(332deg) brightness(99%) contrast(106%);
  --hz-filter--backgroundPrimaryButtonActive: invert(57%) sepia(94%)
    saturate(498%) hue-rotate(1deg) brightness(102%) contrast(107%);
  --hz-filter--backgroundSecondaryButtonDefault: invert(0%) sepia(0%)
    saturate(19%) hue-rotate(349deg) brightness(104%) contrast(80%);
  --hz-filter--backgroundSecondaryButtonHover: invert(11%) sepia(6%)
    saturate(198%) hue-rotate(22deg) brightness(95%) contrast(91%);
  --hz-filter--backgroundSecondaryButtonActive: invert(0%) sepia(16%)
    saturate(84%) hue-rotate(166deg) brightness(90%) contrast(91%);
  --hz-filter--backgroundSecondaryButtonErrorDefault: invert(14%) sepia(33%)
    saturate(0%) hue-rotate(189deg) brightness(82%) contrast(106%);
  --hz-filter--backgroundSecondaryButtonErrorHover: invert(16%) sepia(0%)
    saturate(4886%) hue-rotate(46deg) brightness(93%) contrast(103%);
  --hz-filter--backgroundSecondaryButtonErrorActive: invert(0%) sepia(1%)
    saturate(2758%) hue-rotate(325deg) brightness(89%) contrast(91%);
  --hz-filter--backgroundControlsDefault: invert(7%) sepia(27%) saturate(29%)
    hue-rotate(45deg) brightness(94%) contrast(91%);
  --hz-filter--backgroundControlsHover: invert(13%) sepia(11%) saturate(27%)
    hue-rotate(22deg) brightness(100%) contrast(98%);
  --hz-filter--backgroundControlsSelected: invert(55%) sepia(57%)
    saturate(7236%) hue-rotate(191deg) brightness(100%) contrast(108%);
  --hz-filter--backgroundLoadingSkeleton: invert(24%) sepia(7%) saturate(78%)
    hue-rotate(22deg) brightness(99%) contrast(84%);
  --hz-filter--backgroundChatBubbleSender: invert(30%) sepia(61%) saturate(364%)
    hue-rotate(173deg) brightness(94%) contrast(90%);
  --hz-filter--backgroundChatBubbleReceiver: invert(27%) sepia(12%)
    saturate(26%) hue-rotate(25deg) brightness(88%) contrast(87%);
  --hz-filter--textOnBackgroundSurface: invert(88%) sepia(7%) saturate(134%)
    hue-rotate(180deg) brightness(108%) contrast(86%);
  --hz-filter--textOnBackgroundSurfaceStrong: invert(89%) sepia(7%)
    saturate(473%) hue-rotate(196deg) brightness(109%) contrast(84%);
  --hz-filter--textOnBackgroundSecondary: invert(98%) sepia(3%) saturate(1994%)
    hue-rotate(143deg) brightness(110%) contrast(79%);
  --hz-filter--textOnBackgroundBrandPrimary: invert(100%) sepia(32%)
    saturate(1%) hue-rotate(321deg) brightness(108%) contrast(97%);
  --hz-filter--textOnBackgroundBrandPrimaryAlt: invert(0%) sepia(59%)
    saturate(6300%) hue-rotate(147deg) brightness(88%) contrast(97%);
  --hz-filter--textOnBackgroundBrandPrimarySoft: invert(0%) sepia(85%)
    saturate(7440%) hue-rotate(286deg) brightness(113%) contrast(111%);
  --hz-filter--textOnBackgroundBrandSecondary: invert(94%) sepia(12%)
    saturate(74%) hue-rotate(179deg) brightness(99%) contrast(87%);
  --hz-filter--textOnBackgroundBrandSecondaryAlt: invert(100%) sepia(26%)
    saturate(73%) hue-rotate(282deg) brightness(113%) contrast(97%);
  --hz-filter--textOnBackgroundBrandTertiary: invert(99%) sepia(99%)
    saturate(247%) hue-rotate(177deg) brightness(91%) contrast(103%);
  --hz-filter--textOnBackgroundPrimaryButtonDefault: invert(12%) sepia(73%)
    saturate(1931%) hue-rotate(196deg) brightness(93%) contrast(105%);
  --hz-filter--textOnBackgroundSecondaryButtonDefault: invert(70%) sepia(67%)
    saturate(7500%) hue-rotate(184deg) brightness(104%) contrast(104%);
  --hz-filter--textOnBackgroundSecondaryButtonErrorDefault: invert(48%)
    sepia(64%) saturate(4757%) hue-rotate(329deg) brightness(94%) contrast(105%);
  --hz-filter--textOnBackgroundChatBubbleSender: invert(100%) sepia(100%)
    saturate(0%) hue-rotate(67deg) brightness(103%) contrast(97%);
  --hz-filter--textOnBackgroundChatBubbleReceiver: invert(100%) sepia(10%)
    saturate(2761%) hue-rotate(176deg) brightness(96%) contrast(91%);
  --hz-filter--borderSoft: invert(25%) sepia(0%) saturate(0%) hue-rotate(145deg)
    brightness(97%) contrast(86%);
  --hz-filter--borderMedium: invert(60%) sepia(12%) saturate(13%)
    hue-rotate(357deg) brightness(95%) contrast(91%);
  --hz-filter--borderStrong: invert(90%) sepia(1%) saturate(2126%)
    hue-rotate(19deg) brightness(76%) contrast(80%);
  --hz-filter--borderDivider: invert(86%) sepia(6%) saturate(21%)
    hue-rotate(21deg) brightness(89%) contrast(93%);
  --hz-filter--borderError: invert(44%) sepia(53%) saturate(4350%)
    hue-rotate(329deg) brightness(93%) contrast(105%);
  --hz-filter--borderSecondaryButtonDefault: invert(41%) sepia(55%)
    saturate(3504%) hue-rotate(184deg) brightness(104%) contrast(104%);
  --hz-filter--borderSecondaryButtonError: invert(32%) sepia(59%)
    saturate(2861%) hue-rotate(335deg) brightness(101%) contrast(92%);
  --hz-filter--borderInputsDefault: invert(75%) sepia(0%) saturate(3451%)
    hue-rotate(196deg) brightness(78%) contrast(75%);
  --hz-filter--borderInputsHover: invert(49%) sepia(41%) saturate(5694%)
    hue-rotate(181deg) brightness(100%) contrast(101%);
  --hz-filter--borderInputsError: invert(41%) sepia(63%) saturate(5218%)
    hue-rotate(335deg) brightness(104%) contrast(94%);
  --hz-filter--borderControlsDefault: invert(76%) sepia(0%) saturate(6567%)
    hue-rotate(350deg) brightness(74%) contrast(80%);
  --hz-filter--borderControlsHover: invert(54%) sepia(82%) saturate(4428%)
    hue-rotate(182deg) brightness(101%) contrast(105%);
  --hz-filter--borderControlsSelected: invert(58%) sepia(77%) saturate(6317%)
    hue-rotate(191deg) brightness(101%) contrast(105%);
  --hz-filter--borderOutlineFocus: invert(33%) sepia(56%) saturate(1836%)
    hue-rotate(182deg) brightness(95%) contrast(108%);
}
