: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(7%) sepia(41%) saturate(3472%)
    hue-rotate(198deg) brightness(96%) contrast(103%);
  --hz-filter--textSecondary: invert(15%) sepia(41%) saturate(2443%)
    hue-rotate(189deg) brightness(95%) contrast(92%);
  --hz-filter--textBrandPrimary: invert(77%) sepia(10%) saturate(7142%)
    hue-rotate(358deg) brightness(102%) contrast(104%);
  --hz-filter--textBrandSecondary: invert(12%) sepia(79%) saturate(1822%)
    hue-rotate(197deg) brightness(94%) contrast(105%);
  --hz-filter--textSuccess: invert(31%) sepia(63%) saturate(440%)
    hue-rotate(106deg) brightness(97%) contrast(89%);
  --hz-filter--textError: invert(20%) sepia(80%) saturate(2232%)
    hue-rotate(332deg) brightness(98%) contrast(95%);
  --hz-filter--textWarning: invert(38%) sepia(17%) saturate(2721%)
    hue-rotate(335deg) brightness(93%) contrast(91%);
  --hz-filter--textInfo: invert(13%) sepia(79%) saturate(2754%)
    hue-rotate(203deg) brightness(84%) contrast(94%);
  --hz-filter--textPlaceholder: invert(41%) sepia(51%) saturate(239%)
    hue-rotate(175deg) brightness(98%) contrast(92%);
  --hz-filter--textContrastHigh: invert(100%) sepia(0%) saturate(1%)
    hue-rotate(302deg) brightness(110%) contrast(97%);
  --hz-filter--textContrastLow: invert(0%) sepia(30%) saturate(7500%)
    hue-rotate(76deg) brightness(85%) contrast(106%);
  --hz-filter--textLinkDefault: invert(40%) sepia(71%) saturate(7017%)
    hue-rotate(203deg) brightness(89%) contrast(101%);
  --hz-filter--textLinkHover: invert(34%) sepia(98%) saturate(1654%)
    hue-rotate(192deg) brightness(88%) contrast(113%);
  --hz-filter--textLinkActive: invert(17%) sepia(64%) saturate(3487%)
    hue-rotate(219deg) brightness(100%) contrast(98%);
  --hz-filter--textLinkVisited: invert(30%) sepia(48%) saturate(7279%)
    hue-rotate(202deg) brightness(91%) contrast(102%);
  --hz-filter--textControlsDefault: invert(9%) sepia(15%) saturate(7086%)
    hue-rotate(192deg) brightness(98%) contrast(105%);
  --hz-filter--textControlsHover: invert(14%) sepia(85%) saturate(1667%)
    hue-rotate(195deg) brightness(96%) contrast(95%);
  --hz-filter--textControlsSelected: invert(14%) sepia(33%) saturate(5662%)
    hue-rotate(203deg) brightness(89%) contrast(94%);
  --hz-filter--signalSuccessDefault: invert(28%) sepia(94%) saturate(328%)
    hue-rotate(106deg) brightness(99%) contrast(87%);
  --hz-filter--signalSuccessSoft: invert(100%) sepia(11%) saturate(659%)
    hue-rotate(78deg) brightness(96%) contrast(98%);
  --hz-filter--signalErrorDefault: invert(19%) sepia(71%) saturate(4086%)
    hue-rotate(341deg) brightness(83%) contrast(84%);
  --hz-filter--signalErrorSoft: invert(100%) sepia(19%) saturate(1459%)
    hue-rotate(284deg) brightness(96%) contrast(106%);
  --hz-filter--signalWarningDefault: invert(39%) sepia(17%) saturate(3459%)
    hue-rotate(341deg) brightness(86%) contrast(87%);
  --hz-filter--signalWarningSoft: invert(100%) sepia(42%) saturate(1912%)
    hue-rotate(296deg) brightness(111%) contrast(93%);
  --hz-filter--signalInfoDefault: invert(18%) sepia(25%) saturate(4434%)
    hue-rotate(193deg) brightness(92%) contrast(98%);
  --hz-filter--signalInfoSoft: invert(95%) sepia(5%) saturate(238%)
    hue-rotate(180deg) brightness(98%) contrast(94%);
  --hz-filter--textOnSignalSuccessDefault: invert(98%) sepia(99%) saturate(0%)
    hue-rotate(114deg) brightness(105%) contrast(97%);
  --hz-filter--textOnSignalSuccessSoft: invert(37%) sepia(8%) saturate(2912%)
    hue-rotate(106deg) brightness(91%) contrast(91%);
  --hz-filter--textOnSignalErrorDefault: invert(99%) sepia(27%) saturate(0%)
    hue-rotate(204deg) brightness(98%) contrast(101%);
  --hz-filter--textOnSignalErrorSoft: invert(21%) sepia(46%) saturate(3954%)
    hue-rotate(334deg) brightness(95%) contrast(93%);
  --hz-filter--textOnSignalWarningDefault: invert(90%) sepia(54%) saturate(9%)
    hue-rotate(123deg) brightness(105%) contrast(97%);
  --hz-filter--textOnSignalWarningSoft: invert(32%) sepia(71%) saturate(1005%)
    hue-rotate(343deg) brightness(93%) contrast(85%);
  --hz-filter--textOnSignalInfoDefault: invert(99%) sepia(0%) saturate(6%)
    hue-rotate(247deg) brightness(100%) contrast(99%);
  --hz-filter--textOnSignalInfoSoft: invert(14%) sepia(63%) saturate(2168%)
    hue-rotate(196deg) brightness(99%) contrast(96%);
  --hz-filter--backgroundDefault: invert(98%) sepia(0%) saturate(14%)
    hue-rotate(166deg) brightness(101%) contrast(99%);
  --hz-filter--backgroundSurface: invert(94%) sepia(100%) saturate(23%)
    hue-rotate(55deg) brightness(106%) contrast(105%);
  --hz-filter--backgroundSurfaceStrong: invert(0%) sepia(23%) saturate(1230%)
    hue-rotate(35deg) brightness(83%) contrast(91%);
  --hz-filter--backgroundHighlight: invert(0%) sepia(60%) saturate(4087%)
    hue-rotate(118deg) brightness(77%) contrast(91%);
  --hz-filter--backgroundSecondary: invert(100%) sepia(48%) saturate(161%)
    hue-rotate(176deg) brightness(116%) contrast(89%);
  --hz-filter--backgroundBrandPrimary: invert(12%) sepia(28%) saturate(4928%)
    hue-rotate(197deg) brightness(98%) contrast(104%);
  --hz-filter--backgroundBrandPrimaryAlt: invert(6%) sepia(28%) saturate(3841%)
    hue-rotate(191deg) brightness(90%) contrast(104%);
  --hz-filter--backgroundBrandPrimarySoft: invert(100%) sepia(99%)
    saturate(964%) hue-rotate(179deg) brightness(106%) contrast(93%);
  --hz-filter--backgroundBrandSecondary: invert(67%) sepia(43%) saturate(2634%)
    hue-rotate(5deg) brightness(112%) contrast(102%);
  --hz-filter--backgroundBrandTertiary: invert(9%) sepia(15%) saturate(6900%)
    hue-rotate(192deg) brightness(92%) contrast(105%);
  --hz-filter--backgroundPrimaryButtonDefault: invert(86%) sepia(30%)
    saturate(6284%) hue-rotate(359deg) brightness(102%) contrast(103%);
  --hz-filter--backgroundPrimaryButtonHover: invert(78%) sepia(45%)
    saturate(778%) hue-rotate(346deg) brightness(99%) contrast(104%);
  --hz-filter--backgroundPrimaryButtonActive: invert(54%) sepia(99%)
    saturate(439%) hue-rotate(359deg) brightness(106%) contrast(109%);
  --hz-filter--backgroundSecondaryButtonDefault: invert(100%) sepia(32%)
    saturate(0%) hue-rotate(178deg) brightness(100%) contrast(97%);
  --hz-filter--backgroundSecondaryButtonHover: invert(98%) sepia(1%)
    saturate(991%) hue-rotate(188deg) brightness(99%) contrast(94%);
  --hz-filter--backgroundSecondaryButtonActive: invert(95%) sepia(11%)
    saturate(269%) hue-rotate(185deg) brightness(98%) contrast(92%);
  --hz-filter--backgroundSecondaryButtonErrorDefault: invert(100%) sepia(0%)
    saturate(7411%) hue-rotate(85deg) brightness(99%) contrast(113%);
  --hz-filter--backgroundSecondaryButtonErrorHover: invert(90%) sepia(12%)
    saturate(503%) hue-rotate(317deg) brightness(110%) contrast(98%);
  --hz-filter--backgroundSecondaryButtonErrorActive: invert(96%) sepia(37%)
    saturate(696%) hue-rotate(288deg) brightness(107%) contrast(99%);
  --hz-filter--backgroundControlsDefault: invert(100%) sepia(9%) saturate(76%)
    hue-rotate(19deg) brightness(111%) contrast(97%);
  --hz-filter--backgroundControlsHover: invert(92%) sepia(11%) saturate(136%)
    hue-rotate(184deg) brightness(102%) contrast(89%);
  --hz-filter--backgroundControlsSelected: invert(14%) sepia(56%)
    saturate(2800%) hue-rotate(199deg) brightness(95%) contrast(95%);
  --hz-filter--backgroundLoadingSkeleton: invert(96%) sepia(0%) saturate(1669%)
    hue-rotate(61deg) brightness(114%) contrast(80%);
  --hz-filter--backgroundChatBubbleSender: invert(14%) sepia(16%)
    saturate(7498%) hue-rotate(195deg) brightness(98%) contrast(90%);
  --hz-filter--backgroundChatBubbleReceiver: invert(99%) sepia(1%)
    saturate(163%) hue-rotate(191deg) brightness(112%) contrast(94%);
  --hz-filter--textOnBackgroundSurface: invert(10%) sepia(17%) saturate(4967%)
    hue-rotate(186deg) brightness(99%) contrast(107%);
  --hz-filter--textOnBackgroundSurfaceStrong: invert(100%) sepia(26%)
    saturate(117%) hue-rotate(297deg) brightness(112%) contrast(97%);
  --hz-filter--textOnBackgroundSecondary: invert(9%) sepia(39%) saturate(2671%)
    hue-rotate(191deg) brightness(95%) contrast(106%);
  --hz-filter--textOnBackgroundBrandPrimary: invert(97%) sepia(20%)
    saturate(6192%) hue-rotate(182deg) brightness(133%) contrast(97%);
  --hz-filter--textOnBackgroundBrandPrimaryAlt: invert(77%) sepia(98%)
    saturate(0%) hue-rotate(165deg) brightness(104%) contrast(102%);
  --hz-filter--textOnBackgroundBrandPrimarySoft: invert(0%) sepia(92%)
    saturate(3930%) hue-rotate(3deg) brightness(101%) contrast(106%);
  --hz-filter--textOnBackgroundBrandSecondary: invert(0%) sepia(0%) saturate(8%)
    hue-rotate(253deg) brightness(100%) contrast(100%);
  --hz-filter--textOnBackgroundBrandSecondaryAlt: invert(10%) sepia(40%)
    saturate(5312%) hue-rotate(198deg) brightness(96%) contrast(106%);
  --hz-filter--textOnBackgroundBrandTertiary: invert(100%) sepia(66%)
    saturate(415%) hue-rotate(318deg) brightness(118%) contrast(97%);
  --hz-filter--textOnBackgroundPrimaryButtonDefault: invert(5%) sepia(74%)
    saturate(6934%) hue-rotate(208deg) brightness(97%) contrast(101%);
  --hz-filter--textOnBackgroundSecondaryButtonDefault: invert(15%) sepia(29%)
    saturate(3447%) hue-rotate(191deg) brightness(91%) contrast(109%);
  --hz-filter--textOnBackgroundSecondaryButtonErrorDefault: invert(22%)
    sepia(81%) saturate(2383%) hue-rotate(334deg) brightness(84%) contrast(93%);
  --hz-filter--textOnBackgroundChatBubbleSender: invert(100%) sepia(0%)
    saturate(2116%) hue-rotate(19deg) brightness(102%) contrast(105%);
  --hz-filter--textOnBackgroundChatBubbleReceiver: invert(9%) sepia(14%)
    saturate(7264%) hue-rotate(191deg) brightness(99%) contrast(105%);
  --hz-filter--borderSoft: invert(100%) sepia(0%) saturate(891%)
    hue-rotate(72deg) brightness(88%) contrast(103%);
  --hz-filter--borderMedium: invert(85%) sepia(52%) saturate(0%)
    hue-rotate(153deg) brightness(85%) contrast(86%);
  --hz-filter--borderStrong: invert(69%) sepia(0%) saturate(1162%)
    hue-rotate(170deg) brightness(82%) contrast(100%);
  --hz-filter--borderDivider: invert(91%) sepia(11%) saturate(8%)
    hue-rotate(129deg) brightness(86%) contrast(87%);
  --hz-filter--borderError: invert(22%) sepia(88%) saturate(2451%)
    hue-rotate(336deg) brightness(82%) contrast(91%);
  --hz-filter--borderSecondaryButtonDefault: invert(13%) sepia(37%)
    saturate(4668%) hue-rotate(202deg) brightness(98%) contrast(94%);
  --hz-filter--borderSecondaryButtonError: invert(26%) sepia(65%)
    saturate(1663%) hue-rotate(323deg) brightness(92%) contrast(108%);
  --hz-filter--borderInputsDefault: invert(54%) sepia(92%) saturate(15%)
    hue-rotate(315deg) brightness(90%) contrast(85%);
  --hz-filter--borderInputsHover: invert(28%) sepia(25%) saturate(1526%)
    hue-rotate(174deg) brightness(94%) contrast(99%);
  --hz-filter--borderInputsError: invert(18%) sepia(62%) saturate(3370%)
    hue-rotate(336deg) brightness(101%) contrast(90%);
  --hz-filter--borderControlsDefault: invert(67%) sepia(0%) saturate(3369%)
    hue-rotate(316deg) brightness(92%) contrast(65%);
  --hz-filter--borderControlsHover: invert(22%) sepia(83%) saturate(848%)
    hue-rotate(182deg) brightness(97%) contrast(91%);
  --hz-filter--borderControlsSelected: invert(10%) sepia(87%) saturate(2522%)
    hue-rotate(202deg) brightness(92%) contrast(102%);
  --hz-filter--borderOutlineFocus: invert(9%) sepia(39%) saturate(6779%)
    hue-rotate(200deg) brightness(98%) contrast(105%);
}

/* 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(89%) sepia(8%) saturate(105%)
    hue-rotate(179deg) brightness(105%) contrast(90%);
  --hz-filter--textSecondary: invert(85%) sepia(6%) saturate(494%)
    hue-rotate(175deg) brightness(92%) contrast(89%);
  --hz-filter--textBrandPrimary: invert(80%) sepia(30%) saturate(6253%)
    hue-rotate(2deg) brightness(108%) contrast(102%);
  --hz-filter--textBrandSecondary: invert(13%) sepia(26%) saturate(4817%)
    hue-rotate(196deg) brightness(95%) contrast(106%);
  --hz-filter--textSuccess: invert(41%) sepia(84%) saturate(320%)
    hue-rotate(110deg) brightness(105%) contrast(87%);
  --hz-filter--textError: invert(35%) sepia(79%) saturate(3611%)
    hue-rotate(335deg) brightness(102%) contrast(91%);
  --hz-filter--textWarning: invert(86%) sepia(21%) saturate(6404%)
    hue-rotate(328deg) brightness(86%) contrast(89%);
  --hz-filter--textInfo: invert(38%) sepia(81%) saturate(1830%)
    hue-rotate(183deg) brightness(102%) contrast(104%);
  --hz-filter--textPlaceholder: invert(59%) sepia(2%) saturate(4074%)
    hue-rotate(184deg) brightness(102%) contrast(84%);
  --hz-filter--textContrastHigh: invert(98%) sepia(41%) saturate(496%)
    hue-rotate(317deg) brightness(115%) contrast(97%);
  --hz-filter--textContrastLow: invert(0%) sepia(1%) saturate(6%)
    hue-rotate(150deg) brightness(101%) contrast(101%);
  --hz-filter--textLinkDefault: invert(50%) sepia(64%) saturate(5292%)
    hue-rotate(185deg) brightness(104%) contrast(105%);
  --hz-filter--textLinkHover: invert(56%) sepia(34%) saturate(3848%)
    hue-rotate(179deg) brightness(100%) contrast(102%);
  --hz-filter--textLinkActive: invert(39%) sepia(73%) saturate(1917%)
    hue-rotate(183deg) brightness(101%) contrast(108%);
  --hz-filter--textLinkVisited: invert(41%) sepia(96%) saturate(2025%)
    hue-rotate(182deg) brightness(98%) contrast(114%);
  --hz-filter--textControlsDefault: invert(83%) sepia(7%) saturate(126%)
    hue-rotate(178deg) brightness(107%) contrast(99%);
  --hz-filter--textControlsHover: invert(44%) sepia(86%) saturate(562%)
    hue-rotate(168deg) brightness(109%) contrast(102%);
  --hz-filter--textControlsSelected: invert(34%) sepia(98%) saturate(1591%)
    hue-rotate(186deg) brightness(106%) contrast(103%);
  --hz-filter--signalSuccessDefault: invert(36%) sepia(36%) saturate(699%)
    hue-rotate(106deg) brightness(89%) contrast(93%);
  --hz-filter--signalSuccessSoft: invert(34%) sepia(28%) saturate(895%)
    hue-rotate(106deg) brightness(95%) contrast(91%);
  --hz-filter--signalErrorDefault: invert(17%) sepia(71%) saturate(4149%)
    hue-rotate(341deg) brightness(89%) contrast(82%);
  --hz-filter--signalErrorSoft: invert(26%) sepia(36%) saturate(5521%)
    hue-rotate(336deg) brightness(80%) contrast(92%);
  --hz-filter--signalWarningDefault: invert(34%) sepia(64%) saturate(828%)
    hue-rotate(337deg) brightness(94%) contrast(88%);
  --hz-filter--signalWarningSoft: invert(35%) sepia(63%) saturate(688%)
    hue-rotate(333deg) brightness(92%) contrast(92%);
  --hz-filter--signalInfoDefault: invert(17%) sepia(95%) saturate(995%)
    hue-rotate(185deg) brightness(91%) contrast(102%);
  --hz-filter--signalInfoSoft: invert(15%) sepia(32%) saturate(5058%)
    hue-rotate(201deg) brightness(92%) contrast(94%);
  --hz-filter--textOnSignalSuccessDefault: invert(97%) sepia(12%) saturate(265%)
    hue-rotate(11deg) brightness(109%) contrast(98%);
  --hz-filter--textOnSignalSuccessSoft: invert(98%) sepia(40%) saturate(317%)
    hue-rotate(20deg) brightness(116%) contrast(97%);
  --hz-filter--textOnSignalErrorDefault: invert(99%) sepia(29%) saturate(768%)
    hue-rotate(285deg) brightness(116%) contrast(97%);
  --hz-filter--textOnSignalErrorSoft: invert(100%) sepia(10%) saturate(771%)
    hue-rotate(309deg) brightness(114%) contrast(97%);
  --hz-filter--textOnSignalWarningDefault: invert(100%) sepia(0%)
    saturate(7499%) hue-rotate(53deg) brightness(137%) contrast(97%);
  --hz-filter--textOnSignalWarningSoft: invert(77%) sepia(100%) saturate(0%)
    hue-rotate(192deg) brightness(111%) contrast(105%);
  --hz-filter--textOnSignalInfoDefault: invert(100%) sepia(0%) saturate(7500%)
    hue-rotate(162deg) brightness(97%) contrast(103%);
  --hz-filter--textOnSignalInfoSoft: invert(94%) sepia(0%) saturate(3674%)
    hue-rotate(97deg) brightness(103%) contrast(104%);
  --hz-filter--backgroundDefault: invert(7%) sepia(4%) saturate(3%)
    hue-rotate(314deg) brightness(95%) contrast(93%);
  --hz-filter--backgroundSurface: invert(12%) sepia(0%) saturate(0%)
    hue-rotate(245deg) brightness(98%) contrast(91%);
  --hz-filter--backgroundSurfaceStrong: invert(27%) sepia(5%) saturate(189%)
    hue-rotate(22deg) brightness(90%) contrast(87%);
  --hz-filter--backgroundHighlight: invert(0%) sepia(80%) saturate(16%)
    hue-rotate(69deg) brightness(111%) contrast(91%);
  --hz-filter--backgroundSecondary: invert(0%) sepia(3%) saturate(6046%)
    hue-rotate(5deg) brightness(103%) contrast(91%);
  --hz-filter--backgroundBrandPrimary: invert(43%) sepia(13%) saturate(1840%)
    hue-rotate(179deg) brightness(90%) contrast(90%);
  --hz-filter--backgroundBrandPrimaryAlt: invert(20%) sepia(73%) saturate(1593%)
    hue-rotate(197deg) brightness(93%) contrast(88%);
  --hz-filter--backgroundBrandPrimarySoft: invert(15%) sepia(22%)
    saturate(6878%) hue-rotate(198deg) brightness(97%) contrast(94%);
  --hz-filter--backgroundBrandSecondary: invert(80%) sepia(17%) saturate(7476%)
    hue-rotate(0deg) brightness(104%) contrast(103%);
  --hz-filter--backgroundBrandTertiary: invert(23%) sepia(44%) saturate(4363%)
    hue-rotate(203deg) brightness(101%) contrast(101%);
  --hz-filter--backgroundPrimaryButtonDefault: invert(60%) sepia(86%)
    saturate(570%) hue-rotate(1deg) brightness(105%) contrast(109%);
  --hz-filter--backgroundPrimaryButtonHover: invert(84%) sepia(38%)
    saturate(2366%) hue-rotate(338deg) brightness(108%) contrast(101%);
  --hz-filter--backgroundPrimaryButtonActive: invert(76%) sepia(33%)
    saturate(3963%) hue-rotate(357deg) brightness(98%) contrast(107%);
  --hz-filter--backgroundSecondaryButtonDefault: invert(9%) sepia(2%)
    saturate(18%) hue-rotate(314deg) brightness(93%) contrast(97%);
  --hz-filter--backgroundSecondaryButtonHover: invert(14%) sepia(6%)
    saturate(147%) hue-rotate(21deg) brightness(98%) contrast(98%);
  --hz-filter--backgroundSecondaryButtonActive: invert(0%) sepia(18%)
    saturate(2556%) hue-rotate(146deg) brightness(108%) contrast(91%);
  --hz-filter--backgroundSecondaryButtonErrorDefault: invert(10%) sepia(1%)
    saturate(218%) hue-rotate(24deg) brightness(95%) contrast(99%);
  --hz-filter--backgroundSecondaryButtonErrorHover: invert(12%) sepia(79%)
    saturate(15%) hue-rotate(73deg) brightness(96%) contrast(98%);
  --hz-filter--backgroundSecondaryButtonErrorActive: invert(0%) sepia(4%)
    saturate(765%) hue-rotate(2deg) brightness(94%) contrast(91%);
  --hz-filter--backgroundControlsDefault: invert(7%) sepia(11%) saturate(11%)
    hue-rotate(353deg) brightness(98%) contrast(93%);
  --hz-filter--backgroundControlsHover: invert(11%) sepia(0%) saturate(2465%)
    hue-rotate(146deg) brightness(92%) contrast(89%);
  --hz-filter--backgroundControlsSelected: invert(36%) sepia(53%)
    saturate(4684%) hue-rotate(194deg) brightness(107%) contrast(102%);
  --hz-filter--backgroundLoadingSkeleton: invert(27%) sepia(6%) saturate(109%)
    hue-rotate(22deg) brightness(93%) contrast(89%);
  --hz-filter--backgroundChatBubbleSender: invert(24%) sepia(7%) saturate(6346%)
    hue-rotate(179deg) brightness(99%) contrast(64%);
  --hz-filter--backgroundChatBubbleReceiver: invert(19%) sepia(1%)
    saturate(3021%) hue-rotate(22deg) brightness(113%) contrast(80%);
  --hz-filter--textOnBackgroundSurface: invert(100%) sepia(64%) saturate(446%)
    hue-rotate(176deg) brightness(93%) contrast(99%);
  --hz-filter--textOnBackgroundSurfaceStrong: invert(89%) sepia(1%)
    saturate(1066%) hue-rotate(188deg) brightness(109%) contrast(84%);
  --hz-filter--textOnBackgroundSecondary: invert(86%) sepia(14%) saturate(68%)
    hue-rotate(175deg) brightness(110%) contrast(86%);
  --hz-filter--textOnBackgroundBrandPrimary: invert(100%) sepia(0%)
    saturate(3178%) hue-rotate(317deg) brightness(116%) contrast(97%);
  --hz-filter--textOnBackgroundBrandPrimaryAlt: invert(0%) sepia(0%)
    saturate(7493%) hue-rotate(242deg) brightness(101%) contrast(96%);
  --hz-filter--textOnBackgroundBrandPrimarySoft: invert(0%) sepia(43%)
    saturate(2641%) hue-rotate(220deg) brightness(84%) contrast(106%);
  --hz-filter--textOnBackgroundBrandSecondary: invert(100%) sepia(4%)
    saturate(7110%) hue-rotate(181deg) brightness(97%) contrast(89%);
  --hz-filter--textOnBackgroundBrandSecondaryAlt: invert(89%) sepia(76%)
    saturate(18%) hue-rotate(217deg) brightness(105%) contrast(97%);
  --hz-filter--textOnBackgroundBrandTertiary: invert(98%) sepia(1%)
    saturate(3003%) hue-rotate(181deg) brightness(97%) contrast(91%);
  --hz-filter--textOnBackgroundPrimaryButtonDefault: invert(8%) sepia(61%)
    saturate(5113%) hue-rotate(203deg) brightness(98%) contrast(104%);
  --hz-filter--textOnBackgroundSecondaryButtonDefault: invert(39%) sepia(30%)
    saturate(4952%) hue-rotate(186deg) brightness(107%) contrast(103%);
  --hz-filter--textOnBackgroundSecondaryButtonErrorDefault: invert(39%)
    sepia(43%) saturate(4111%) hue-rotate(331deg) brightness(95%) contrast(101%);
  --hz-filter--textOnBackgroundChatBubbleSender: invert(97%) sepia(21%)
    saturate(8%) hue-rotate(214deg) brightness(106%) contrast(97%);
  --hz-filter--textOnBackgroundChatBubbleReceiver: invert(94%) sepia(10%)
    saturate(94%) hue-rotate(179deg) brightness(99%) contrast(87%);
  --hz-filter--borderSoft: invert(26%) sepia(6%) saturate(91%) hue-rotate(22deg)
    brightness(97%) contrast(90%);
  --hz-filter--borderMedium: invert(67%) sepia(1%) saturate(0%)
    hue-rotate(148deg) brightness(87%) contrast(90%);
  --hz-filter--borderStrong: invert(80%) sepia(0%) saturate(1013%)
    hue-rotate(218deg) brightness(82%) contrast(91%);
  --hz-filter--borderDivider: invert(93%) sepia(0%) saturate(467%)
    hue-rotate(138deg) brightness(85%) contrast(91%);
  --hz-filter--borderError: invert(39%) sepia(81%) saturate(2728%)
    hue-rotate(330deg) brightness(95%) contrast(102%);
  --hz-filter--borderSecondaryButtonDefault: invert(44%) sepia(47%)
    saturate(4165%) hue-rotate(183deg) brightness(101%) contrast(109%);
  --hz-filter--borderSecondaryButtonError: invert(31%) sepia(22%)
    saturate(5205%) hue-rotate(328deg) brightness(103%) contrast(98%);
  --hz-filter--borderInputsDefault: invert(58%) sepia(19%) saturate(7%)
    hue-rotate(136deg) brightness(97%) contrast(87%);
  --hz-filter--borderInputsHover: invert(55%) sepia(71%) saturate(5581%)
    hue-rotate(185deg) brightness(103%) contrast(107%);
  --hz-filter--borderInputsError: invert(47%) sepia(96%) saturate(4216%)
    hue-rotate(328deg) brightness(94%) contrast(107%);
  --hz-filter--borderControlsDefault: invert(69%) sepia(4%) saturate(18%)
    hue-rotate(93deg) brightness(84%) contrast(86%);
  --hz-filter--borderControlsHover: invert(38%) sepia(88%) saturate(2326%)
    hue-rotate(185deg) brightness(105%) contrast(103%);
  --hz-filter--borderControlsSelected: invert(33%) sepia(76%) saturate(1906%)
    hue-rotate(192deg) brightness(103%) contrast(103%);
  --hz-filter--borderOutlineFocus: invert(40%) sepia(76%) saturate(6524%)
    hue-rotate(191deg) brightness(96%) contrast(101%);
}
