:root,
html[data-theme="light"] {
  color-scheme: light;
  --hz-space--none: 0px;
  --hz-space--xxxxs: 2px;
  --hz-space--xxxs: 4px;
  --hz-space--xxs: 8px;
  --hz-space--xs: 12px;
  --hz-space--s: 16px;
  --hz-space--m: 24px;
  --hz-space--l: 32px;
  --hz-space--xl: 48px;
  --hz-space--xxl: 64px;
  --hz-space--xxxl: 96px;
  --hz-border--weightStandard: 1px solid;
  --hz-border--weightLarge: 2px solid;
  --hz-radius--none: 0px;
  --hz-radius--xs: 2px;
  --hz-radius--s: 4px;
  --hz-radius--m: 8px;
  --hz-radius--l: 12px;
  --hz-radius--xl: 16px;
  --hz-radius--xxl: 20px;
  --hz-shadow--low:
    0px 4px 8px -2px rgba(10, 13, 18, 0.1),
    0px 2px 4px -2px rgba(10, 13, 18, 0.06);
  --hz-shadow--medium:
    0px 12px 16px -4px rgba(10, 13, 18, 0.08),
    0px 4px 6px -2px rgba(10, 13, 18, 0.03);
  --hz-shadow--high:
    0px 20px 24px -4px rgba(10, 13, 18, 0.08),
    0px 8px 8px -4px rgba(10, 13, 18, 0.03);
  --hz-breakpoint--minWidthXs: 0px;
  --hz-breakpoint--minWidthS: 480px;
  --hz-breakpoint--minWidthM: 768px;
  --hz-breakpoint--minWidthL: 992px;
  --hz-breakpoint--minWidthXl: 1200px;
  --hz-fontFamily--bodyLarge: "Roboto", sans-serif;
  --hz-fontFamily--bodyLargeStrong: "Roboto", sans-serif;
  --hz-fontFamily--bodyRegular: "Roboto", sans-serif;
  --hz-fontFamily--bodyRegularStrong: "Roboto", sans-serif;
  --hz-fontFamily--bodySmall: "Roboto", sans-serif;
  --hz-fontFamily--bodySmallStrong: "Roboto", sans-serif;
  --hz-fontFamily--linkLarge: "Roboto", sans-serif;
  --hz-fontFamily--linkRegular: "Roboto", sans-serif;
  --hz-fontFamily--linkSmall: "Roboto", sans-serif;
  --hz-fontFamily--title1: "Bariol", sans-serif;
  --hz-fontFamily--title2: "Bariol", sans-serif;
  --hz-fontFamily--title3: "Bariol", sans-serif;
  --hz-fontFamily--title4: "Bariol", sans-serif;
  --hz-fontFamily--title5: "Bariol", sans-serif;
  --hz-fontFamily--buttonText: "Bariol", sans-serif;
  --hz-fontFamily--licensePlate: "Kenteken", sans-serif;
  --hz-lineHeight--bodyLarge: 22px;
  --hz-lineHeight--bodyLargeStrong: 22px;
  --hz-lineHeight--bodyRegular: 18px;
  --hz-lineHeight--bodyRegularStrong: 18px;
  --hz-lineHeight--bodySmall: 16px;
  --hz-lineHeight--bodySmallStrong: 16px;
  --hz-lineHeight--linkLarge: 22px;
  --hz-lineHeight--linkRegular: 18px;
  --hz-lineHeight--linkSmall: 16px;
  --hz-lineHeight--title1: 60px;
  --hz-lineHeight--title2: 40px;
  --hz-lineHeight--title3: 32px;
  --hz-lineHeight--title4: 28px;
  --hz-lineHeight--title5: 24px;
  --hz-lineHeight--buttonText: 28px;
  --hz-lineHeight--licensePlate: 32px;
  --hz-fontWeight--bodyLarge: 400;
  --hz-fontWeight--bodyLargeStrong: 500;
  --hz-fontWeight--bodyRegular: 400;
  --hz-fontWeight--bodyRegularStrong: 500;
  --hz-fontWeight--bodySmall: 400;
  --hz-fontWeight--bodySmallStrong: 500;
  --hz-fontWeight--linkLarge: 400;
  --hz-fontWeight--linkRegular: 400;
  --hz-fontWeight--linkSmall: 400;
  --hz-fontWeight--title1: 700;
  --hz-fontWeight--title2: 700;
  --hz-fontWeight--title3: 700;
  --hz-fontWeight--title4: 700;
  --hz-fontWeight--title5: 700;
  --hz-fontWeight--buttonText: 700;
  --hz-fontWeight--licensePlate: 400;
  --hz-fontSize--bodyLarge: 16px;
  --hz-fontSize--bodyLargeStrong: 16px;
  --hz-fontSize--bodyRegular: 14px;
  --hz-fontSize--bodyRegularStrong: 14px;
  --hz-fontSize--bodySmall: 12px;
  --hz-fontSize--bodySmallStrong: 12px;
  --hz-fontSize--linkLarge: 16px;
  --hz-fontSize--linkRegular: 14px;
  --hz-fontSize--linkSmall: 12px;
  --hz-fontSize--title1: 44px;
  --hz-fontSize--title2: 32px;
  --hz-fontSize--title3: 24px;
  --hz-fontSize--title4: 20px;
  --hz-fontSize--title5: 18px;
  --hz-fontSize--buttonText: 16px;
  --hz-fontSize--licensePlate: 24px;
  --hz-zIndex--tooltip: 5000010;
  --hz-zIndex--header: 5000010;
  --hz-zIndex--headerSticky: 5000011;
  --hz-zIndex--sideMenuOverlay: 5000019;
  --hz-zIndex--sideMenu: 5000020;
  --hz-zIndex--headerDropdown: 5000090;
  --hz-zIndex--pageWrapper: 110;
  --hz-zIndex--popover: 5000040;
  --hz-zIndex--unsupportedBrowser: 5000040;
  --hz-zIndex--overlay: 5000050;
  --hz-zIndex--modal: 5000060;
  --hz-zIndex--notifications: 5000080;
  --hz-color--textPrimary: #001836;
  --hz-color--textSecondary: #103964;
  --hz-color--textBrandPrimary: #ffbb00;
  --hz-color--textBrandSecondary: #00285a;
  --hz-color--textSuccess: #216d51;
  --hz-color--textError: #c5283d;
  --hz-color--textWarning: #b24f28;
  --hz-color--textInfo: #083871;
  --hz-color--textPlaceholder: #607491;
  --hz-color--textLight: #fbfbfa;
  --hz-color--textDark: #252524;
  --hz-color--textInverse: #252524;
  --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: #e3e6eb;
  --hz-color--textOnBackgroundSecondary: #001836;
  --hz-color--textOnBackgroundBrandPrimary: #fbfbfa;
  --hz-color--textOnBackgroundBrandPrimaryAlt: #fbfbfa;
  --hz-color--textOnBackgroundBrandPrimarySoft: #252524;
  --hz-color--textOnBackgroundBrandSecondary: #252524;
  --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--borderSignalError: #ffffff00;
  --hz-color--borderSignalSuccess: #ffffff00;
  --hz-color--borderSignalWarning: #ffffff00;
  --hz-color--borderSignalInfo: #ffffff00;
  --hz-color--borderSignalNeutral: #ffffff00;
  --hz-color--borderSecondaryButtonDefault: #083871;
  --hz-color--borderSecondaryButtonError: #c5283d;
  --hz-color--borderInputsDefault: #c2c2c1;
  --hz-color--borderInputsHover: #1d4b89;
  --hz-color--borderInputsError: #c5283d;
  --hz-color--borderControlsDefault: #c2c2c1;
  --hz-color--borderControlsHover: #1d4b89;
  --hz-color--borderControlsSelected: #00285a;
  --hz-color--borderControlsError: #c5283d;
  --hz-color--borderOutlineFocus: #00285a;
  --hz-filter--textPrimary: invert(9%) sepia(16%) saturate(5705%)
    hue-rotate(188deg) brightness(100%) contrast(107%);
  --hz-filter--textSecondary: invert(17%) sepia(64%) saturate(1296%)
    hue-rotate(182deg) brightness(88%) contrast(94%);
  --hz-filter--textBrandPrimary: invert(62%) sepia(89%) saturate(842%)
    hue-rotate(1deg) brightness(106%) contrast(103%);
  --hz-filter--textBrandSecondary: invert(12%) sepia(47%) saturate(3308%)
    hue-rotate(200deg) brightness(93%) contrast(103%);
  --hz-filter--textSuccess: invert(13%) sepia(95%) saturate(4481%)
    hue-rotate(161deg) brightness(90%) contrast(74%);
  --hz-filter--textError: invert(21%) sepia(88%) saturate(2797%)
    hue-rotate(338deg) brightness(81%) contrast(88%);
  --hz-filter--textWarning: invert(34%) sepia(33%) saturate(1805%)
    hue-rotate(340deg) brightness(96%) contrast(87%);
  --hz-filter--textInfo: invert(14%) sepia(82%) saturate(2210%)
    hue-rotate(201deg) brightness(85%) contrast(94%);
  --hz-filter--textPlaceholder: invert(43%) sepia(53%) saturate(243%)
    hue-rotate(176deg) brightness(92%) contrast(89%);
  --hz-filter--textLight: invert(98%) sepia(0%) saturate(3676%)
    hue-rotate(319deg) brightness(122%) contrast(97%);
  --hz-filter--textDark: invert(9%) sepia(0%) saturate(3648%) hue-rotate(206deg)
    brightness(103%) contrast(89%);
  --hz-filter--textInverse: invert(7%) sepia(0%) saturate(2636%)
    hue-rotate(139deg) brightness(97%) contrast(82%);
  --hz-filter--textLinkDefault: invert(26%) sepia(96%) saturate(1685%)
    hue-rotate(198deg) brightness(92%) contrast(109%);
  --hz-filter--textLinkHover: invert(33%) sepia(100%) saturate(1370%)
    hue-rotate(192deg) brightness(88%) contrast(112%);
  --hz-filter--textLinkActive: invert(19%) sepia(66%) saturate(4169%)
    hue-rotate(220deg) brightness(80%) contrast(94%);
  --hz-filter--textLinkVisited: invert(33%) sepia(100%) saturate(4602%)
    hue-rotate(203deg) brightness(90%) contrast(101%);
  --hz-filter--textControlsDefault: invert(11%) sepia(60%) saturate(1145%)
    hue-rotate(180deg) brightness(86%) contrast(109%);
  --hz-filter--textControlsHover: invert(14%) sepia(79%) saturate(1984%)
    hue-rotate(198deg) brightness(91%) contrast(95%);
  --hz-filter--textControlsSelected: invert(12%) sepia(67%) saturate(3239%)
    hue-rotate(203deg) brightness(92%) contrast(94%);
  --hz-filter--signalSuccessDefault: invert(34%) sepia(13%) saturate(2099%)
    hue-rotate(106deg) brightness(95%) contrast(85%);
  --hz-filter--signalSuccessSoft: invert(95%) sepia(16%) saturate(146%)
    hue-rotate(101deg) brightness(99%) contrast(92%);
  --hz-filter--signalErrorDefault: invert(28%) sepia(29%) saturate(7205%)
    hue-rotate(337deg) brightness(79%) contrast(94%);
  --hz-filter--signalErrorSoft: invert(90%) sepia(7%) saturate(299%)
    hue-rotate(278deg) brightness(103%) contrast(101%);
  --hz-filter--signalWarningDefault: invert(41%) sepia(15%) saturate(2267%)
    hue-rotate(331deg) brightness(89%) contrast(98%);
  --hz-filter--signalWarningSoft: invert(100%) sepia(78%) saturate(409%)
    hue-rotate(301deg) brightness(102%) contrast(95%);
  --hz-filter--signalInfoDefault: invert(14%) sepia(29%) saturate(5888%)
    hue-rotate(202deg) brightness(92%) contrast(94%);
  --hz-filter--signalInfoSoft: invert(99%) sepia(93%) saturate(303%)
    hue-rotate(175deg) brightness(99%) contrast(90%);
  --hz-filter--textOnSignalSuccessDefault: invert(88%) sepia(22%) saturate(21%)
    hue-rotate(95deg) brightness(107%) contrast(106%);
  --hz-filter--textOnSignalSuccessSoft: invert(32%) sepia(66%) saturate(406%)
    hue-rotate(106deg) brightness(94%) contrast(92%);
  --hz-filter--textOnSignalErrorDefault: invert(100%) sepia(83%) saturate(189%)
    hue-rotate(146deg) brightness(113%) contrast(97%);
  --hz-filter--textOnSignalErrorSoft: invert(25%) sepia(52%) saturate(2381%)
    hue-rotate(326deg) brightness(94%) contrast(103%);
  --hz-filter--textOnSignalWarningDefault: invert(100%) sepia(6%)
    saturate(1350%) hue-rotate(32deg) brightness(120%) contrast(103%);
  --hz-filter--textOnSignalWarningSoft: invert(34%) sepia(92%) saturate(496%)
    hue-rotate(332deg) brightness(92%) contrast(93%);
  --hz-filter--textOnSignalInfoDefault: invert(97%) sepia(9%) saturate(727%)
    hue-rotate(329deg) brightness(116%) contrast(97%);
  --hz-filter--textOnSignalInfoSoft: invert(16%) sepia(92%) saturate(1149%)
    hue-rotate(191deg) brightness(94%) contrast(103%);
  --hz-filter--backgroundDefault: invert(83%) sepia(100%) saturate(24%)
    hue-rotate(125deg) brightness(107%) contrast(110%);
  --hz-filter--backgroundSurface: invert(100%) sepia(1%) saturate(7500%)
    hue-rotate(71deg) brightness(105%) contrast(101%);
  --hz-filter--backgroundSurfaceStrong: invert(0%) sepia(0%) saturate(4617%)
    hue-rotate(152deg) brightness(92%) contrast(91%);
  --hz-filter--backgroundHighlight: invert(0%) sepia(22%) saturate(7493%)
    hue-rotate(358deg) brightness(101%) contrast(89%);
  --hz-filter--backgroundSecondary: invert(91%) sepia(6%) saturate(21%)
    hue-rotate(142deg) brightness(115%) contrast(89%);
  --hz-filter--backgroundBrandPrimary: invert(13%) sepia(61%) saturate(2252%)
    hue-rotate(196deg) brightness(93%) contrast(105%);
  --hz-filter--backgroundBrandPrimaryAlt: invert(7%) sepia(80%) saturate(578%)
    hue-rotate(166deg) brightness(93%) contrast(108%);
  --hz-filter--backgroundBrandPrimarySoft: invert(91%) sepia(61%) saturate(512%)
    hue-rotate(160deg) brightness(113%) contrast(91%);
  --hz-filter--backgroundBrandSecondary: invert(69%) sepia(26%) saturate(1719%)
    hue-rotate(1deg) brightness(105%) contrast(103%);
  --hz-filter--backgroundBrandTertiary: invert(8%) sepia(19%) saturate(7495%)
    hue-rotate(198deg) brightness(92%) contrast(102%);
  --hz-filter--backgroundPrimaryButtonDefault: invert(73%) sepia(83%)
    saturate(2208%) hue-rotate(360deg) brightness(105%) contrast(104%);
  --hz-filter--backgroundPrimaryButtonHover: invert(92%) sepia(9%)
    saturate(7020%) hue-rotate(336deg) brightness(103%) contrast(101%);
  --hz-filter--backgroundPrimaryButtonActive: invert(68%) sepia(99%)
    saturate(2291%) hue-rotate(1deg) brightness(106%) contrast(104%);
  --hz-filter--backgroundSecondaryButtonDefault: invert(100%) sepia(68%)
    saturate(0%) hue-rotate(72deg) brightness(100%) contrast(97%);
  --hz-filter--backgroundSecondaryButtonHover: invert(95%) sepia(1%)
    saturate(841%) hue-rotate(172deg) brightness(101%) contrast(88%);
  --hz-filter--backgroundSecondaryButtonActive: invert(88%) sepia(8%)
    saturate(147%) hue-rotate(179deg) brightness(104%) contrast(96%);
  --hz-filter--backgroundSecondaryButtonErrorDefault: invert(99%) sepia(2%)
    saturate(4001%) hue-rotate(308deg) brightness(126%) contrast(97%);
  --hz-filter--backgroundSecondaryButtonErrorHover: invert(83%) sepia(0%)
    saturate(5957%) hue-rotate(69deg) brightness(111%) contrast(115%);
  --hz-filter--backgroundSecondaryButtonErrorActive: invert(97%) sepia(15%)
    saturate(5505%) hue-rotate(286deg) brightness(125%) contrast(97%);
  --hz-filter--backgroundControlsDefault: invert(98%) sepia(62%) saturate(361%)
    hue-rotate(35deg) brightness(118%) contrast(94%);
  --hz-filter--backgroundControlsHover: invert(98%) sepia(36%) saturate(563%)
    hue-rotate(176deg) brightness(97%) contrast(95%);
  --hz-filter--backgroundControlsSelected: invert(16%) sepia(38%)
    saturate(3382%) hue-rotate(197deg) brightness(92%) contrast(98%);
  --hz-filter--backgroundLoadingSkeleton: invert(86%) sepia(25%) saturate(5%)
    hue-rotate(86deg) brightness(107%) contrast(85%);
  --hz-filter--backgroundChatBubbleSender: invert(20%) sepia(60%) saturate(788%)
    hue-rotate(172deg) brightness(92%) contrast(100%);
  --hz-filter--backgroundChatBubbleReceiver: invert(100%) sepia(0%)
    saturate(3514%) hue-rotate(280deg) brightness(117%) contrast(94%);
  --hz-filter--textOnBackgroundSurface: invert(10%) sepia(25%) saturate(3496%)
    hue-rotate(187deg) brightness(90%) contrast(106%);
  --hz-filter--textOnBackgroundSurfaceStrong: invert(100%) sepia(1%)
    saturate(7092%) hue-rotate(147deg) brightness(88%) contrast(109%);
  --hz-filter--textOnBackgroundSecondary: invert(10%) sepia(16%) saturate(6219%)
    hue-rotate(189deg) brightness(90%) contrast(106%);
  --hz-filter--textOnBackgroundBrandPrimary: invert(100%) sepia(1%)
    saturate(46%) hue-rotate(217deg) brightness(114%) contrast(97%);
  --hz-filter--textOnBackgroundBrandPrimaryAlt: invert(98%) sepia(22%)
    saturate(14%) hue-rotate(118deg) brightness(106%) contrast(97%);
  --hz-filter--textOnBackgroundBrandPrimarySoft: invert(9%) sepia(1%)
    saturate(1147%) hue-rotate(22deg) brightness(97%) contrast(86%);
  --hz-filter--textOnBackgroundBrandSecondary: invert(11%) sepia(6%)
    saturate(206%) hue-rotate(22deg) brightness(102%) contrast(91%);
  --hz-filter--textOnBackgroundBrandSecondaryAlt: invert(14%) sepia(21%)
    saturate(5794%) hue-rotate(198deg) brightness(92%) contrast(106%);
  --hz-filter--textOnBackgroundBrandTertiary: invert(100%) sepia(35%)
    saturate(1%) hue-rotate(16deg) brightness(105%) contrast(97%);
  --hz-filter--textOnBackgroundPrimaryButtonDefault: invert(12%) sepia(54%)
    saturate(2550%) hue-rotate(197deg) brightness(96%) contrast(105%);
  --hz-filter--textOnBackgroundSecondaryButtonDefault: invert(14%) sepia(28%)
    saturate(4738%) hue-rotate(197deg) brightness(90%) contrast(105%);
  --hz-filter--textOnBackgroundSecondaryButtonErrorDefault: invert(14%)
    sepia(93%) saturate(3961%) hue-rotate(344deg) brightness(89%) contrast(79%);
  --hz-filter--textOnBackgroundChatBubbleSender: invert(85%) sepia(83%)
    saturate(6%) hue-rotate(83deg) brightness(108%) contrast(97%);
  --hz-filter--textOnBackgroundChatBubbleReceiver: invert(7%) sepia(33%)
    saturate(4495%) hue-rotate(198deg) brightness(103%) contrast(102%);
  --hz-filter--borderSoft: invert(100%) sepia(1%) saturate(6860%)
    hue-rotate(287deg) brightness(127%) contrast(79%);
  --hz-filter--borderMedium: invert(88%) sepia(2%) saturate(2%)
    hue-rotate(358deg) brightness(88%) contrast(96%);
  --hz-filter--borderStrong: invert(63%) sepia(0%) saturate(8%)
    hue-rotate(140deg) brightness(92%) contrast(86%);
  --hz-filter--borderDivider: invert(92%) sepia(17%) saturate(0%)
    hue-rotate(152deg) brightness(86%) contrast(81%);
  --hz-filter--borderSecondaryButtonDefault: invert(14%) sepia(46%)
    saturate(4204%) hue-rotate(203deg) brightness(90%) contrast(94%);
  --hz-filter--borderSecondaryButtonError: invert(23%) sepia(79%)
    saturate(1985%) hue-rotate(330deg) brightness(89%) contrast(98%);
  --hz-filter--borderInputsDefault: invert(98%) sepia(0%) saturate(1187%)
    hue-rotate(191deg) brightness(81%) contrast(89%);
  --hz-filter--borderInputsHover: invert(24%) sepia(22%) saturate(4270%)
    hue-rotate(192deg) brightness(89%) contrast(87%);
  --hz-filter--borderInputsError: invert(26%) sepia(93%) saturate(1581%)
    hue-rotate(328deg) brightness(81%) contrast(101%);
  --hz-filter--borderControlsDefault: invert(88%) sepia(4%) saturate(34%)
    hue-rotate(21deg) brightness(89%) contrast(90%);
  --hz-filter--borderControlsHover: invert(22%) sepia(78%) saturate(1209%)
    hue-rotate(189deg) brightness(92%) contrast(88%);
  --hz-filter--borderControlsSelected: invert(11%) sepia(95%) saturate(1991%)
    hue-rotate(199deg) brightness(89%) contrast(104%);
  --hz-filter--borderControlsError: invert(20%) sepia(75%) saturate(2934%)
    hue-rotate(336deg) brightness(87%) contrast(89%);
  --hz-filter--borderOutlineFocus: invert(11%) sepia(90%) saturate(2000%)
    hue-rotate(198deg) brightness(94%) 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--textLight: #fbfbfa;
  --hz-color--textDark: #252524;
  --hz-color--textInverse: #fbfbfa;
  --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: #081b13;
  --hz-color--signalErrorDefault: #c5283d;
  --hz-color--signalErrorSoft: #3d0a11;
  --hz-color--signalWarningDefault: #b24f28;
  --hz-color--signalWarningSoft: #351508;
  --hz-color--signalInfoDefault: #083871;
  --hz-color--signalInfoSoft: #000d1e;
  --hz-color--textOnSignalSuccessDefault: #fbfbfa;
  --hz-color--textOnSignalSuccessSoft: #8aceb9;
  --hz-color--textOnSignalErrorDefault: #fbfbfa;
  --hz-color--textOnSignalErrorSoft: #eb9ba4;
  --hz-color--textOnSignalWarningDefault: #fbfbfa;
  --hz-color--textOnSignalWarningSoft: #e6c090;
  --hz-color--textOnSignalInfoDefault: #fbfbfa;
  --hz-color--textOnSignalInfoSoft: #8bccff;
  --hz-color--backgroundDefault: #1a1a1a;
  --hz-color--backgroundSurface: #252524;
  --hz-color--backgroundSurfaceStrong: #fbfbfa;
  --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: #252524;
  --hz-color--textOnBackgroundSecondary: #e3e6eb;
  --hz-color--textOnBackgroundBrandPrimary: #fbfbfa;
  --hz-color--textOnBackgroundBrandPrimaryAlt: #252524;
  --hz-color--textOnBackgroundBrandPrimarySoft: #252524;
  --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--borderSignalError: #eb9ba4;
  --hz-color--borderSignalSuccess: #8aceb9;
  --hz-color--borderSignalWarning: #e6c090;
  --hz-color--borderSignalInfo: #95a7c6;
  --hz-color--borderSignalNeutral: #929292;
  --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--borderControlsError: #f4404e;
  --hz-color--borderOutlineFocus: #0077d2;
  --hz-filter--textPrimary: invert(94%) sepia(5%) saturate(175%)
    hue-rotate(179deg) brightness(102%) contrast(86%);
  --hz-filter--textSecondary: invert(89%) sepia(10%) saturate(338%)
    hue-rotate(177deg) brightness(87%) contrast(89%);
  --hz-filter--textBrandPrimary: invert(75%) sepia(49%) saturate(2220%)
    hue-rotate(358deg) brightness(100%) contrast(106%);
  --hz-filter--textBrandSecondary: invert(5%) sepia(100%) saturate(6991%)
    hue-rotate(204deg) brightness(98%) contrast(99%);
  --hz-filter--textSuccess: invert(54%) sepia(17%) saturate(1405%)
    hue-rotate(110deg) brightness(92%) contrast(88%);
  --hz-filter--textError: invert(49%) sepia(65%) saturate(7220%)
    hue-rotate(336deg) brightness(106%) contrast(91%);
  --hz-filter--textWarning: invert(72%) sepia(58%) saturate(805%)
    hue-rotate(327deg) brightness(85%) contrast(91%);
  --hz-filter--textInfo: invert(44%) sepia(91%) saturate(2854%)
    hue-rotate(183deg) brightness(101%) contrast(105%);
  --hz-filter--textPlaceholder: invert(63%) sepia(7%) saturate(905%)
    hue-rotate(176deg) brightness(96%) contrast(89%);
  --hz-filter--textLight: invert(99%) sepia(82%) saturate(271%)
    hue-rotate(15deg) brightness(118%) contrast(97%);
  --hz-filter--textDark: invert(9%) sepia(6%) saturate(237%) hue-rotate(22deg)
    brightness(99%) contrast(86%);
  --hz-filter--textInverse: invert(100%) sepia(0%) saturate(6832%)
    hue-rotate(272deg) brightness(131%) contrast(116%);
  --hz-filter--textLinkDefault: invert(45%) sepia(40%) saturate(5006%)
    hue-rotate(183deg) brightness(103%) contrast(103%);
  --hz-filter--textLinkHover: invert(50%) sepia(50%) saturate(1438%)
    hue-rotate(180deg) brightness(102%) contrast(101%);
  --hz-filter--textLinkActive: invert(51%) sepia(44%) saturate(6693%)
    hue-rotate(184deg) brightness(102%) contrast(108%);
  --hz-filter--textLinkVisited: invert(42%) sepia(69%) saturate(3216%)
    hue-rotate(185deg) brightness(104%) contrast(105%);
  --hz-filter--textControlsDefault: invert(95%) sepia(6%) saturate(158%)
    hue-rotate(181deg) brightness(93%) contrast(103%);
  --hz-filter--textControlsHover: invert(71%) sepia(46%) saturate(7342%)
    hue-rotate(182deg) brightness(104%) contrast(100%);
  --hz-filter--textControlsSelected: invert(36%) sepia(86%) saturate(1462%)
    hue-rotate(183deg) brightness(102%) contrast(110%);
  --hz-filter--signalSuccessDefault: invert(32%) sepia(21%) saturate(1317%)
    hue-rotate(106deg) brightness(98%) contrast(84%);
  --hz-filter--signalSuccessSoft: invert(6%) sepia(5%) saturate(6347%)
    hue-rotate(110deg) brightness(100%) contrast(94%);
  --hz-filter--signalErrorDefault: invert(21%) sepia(52%) saturate(3287%)
    hue-rotate(333deg) brightness(95%) contrast(95%);
  --hz-filter--signalErrorSoft: invert(8%) sepia(42%) saturate(4214%)
    hue-rotate(334deg) brightness(76%) contrast(100%);
  --hz-filter--signalWarningDefault: invert(37%) sepia(9%) saturate(5170%)
    hue-rotate(336deg) brightness(97%) contrast(91%);
  --hz-filter--signalWarningSoft: invert(11%) sepia(10%) saturate(5492%)
    hue-rotate(341deg) brightness(91%) contrast(100%);
  --hz-filter--signalInfoDefault: invert(17%) sepia(82%) saturate(1320%)
    hue-rotate(187deg) brightness(96%) contrast(98%);
  --hz-filter--signalInfoSoft: invert(5%) sepia(34%) saturate(3847%)
    hue-rotate(193deg) brightness(93%) contrast(104%);
  --hz-filter--textOnSignalSuccessDefault: invert(100%) sepia(21%)
    saturate(885%) hue-rotate(299deg) brightness(116%) contrast(102%);
  --hz-filter--textOnSignalSuccessSoft: invert(90%) sepia(72%) saturate(277%)
    hue-rotate(80deg) brightness(85%) contrast(87%);
  --hz-filter--textOnSignalErrorDefault: invert(100%) sepia(99%) saturate(0%)
    hue-rotate(207deg) brightness(109%) contrast(97%);
  --hz-filter--textOnSignalErrorSoft: invert(87%) sepia(40%) saturate(4779%)
    hue-rotate(301deg) brightness(115%) contrast(84%);
  --hz-filter--textOnSignalWarningDefault: invert(95%) sepia(55%) saturate(191%)
    hue-rotate(355deg) brightness(117%) contrast(96%);
  --hz-filter--textOnSignalWarningSoft: invert(76%) sepia(56%) saturate(233%)
    hue-rotate(351deg) brightness(96%) contrast(88%);
  --hz-filter--textOnSignalInfoDefault: invert(100%) sepia(2%) saturate(2526%)
    hue-rotate(358deg) brightness(109%) contrast(96%);
  --hz-filter--textOnSignalInfoSoft: invert(83%) sepia(11%) saturate(6837%)
    hue-rotate(179deg) brightness(104%) contrast(102%);
  --hz-filter--backgroundDefault: invert(0%) sepia(85%) saturate(3590%)
    hue-rotate(62deg) brightness(97%) contrast(80%);
  --hz-filter--backgroundSurface: invert(10%) sepia(9%) saturate(79%)
    hue-rotate(21deg) brightness(102%) contrast(89%);
  --hz-filter--backgroundSurfaceStrong: invert(90%) sepia(59%) saturate(20%)
    hue-rotate(128deg) brightness(105%) contrast(97%);
  --hz-filter--backgroundHighlight: invert(0%) sepia(99%) saturate(7454%)
    hue-rotate(176deg) brightness(114%) contrast(91%);
  --hz-filter--backgroundSecondary: invert(0%) sepia(9%) saturate(5501%)
    hue-rotate(38deg) brightness(84%) contrast(91%);
  --hz-filter--backgroundBrandPrimary: invert(37%) sepia(44%) saturate(535%)
    hue-rotate(179deg) brightness(98%) contrast(93%);
  --hz-filter--backgroundBrandPrimaryAlt: invert(22%) sepia(72%) saturate(1233%)
    hue-rotate(191deg) brightness(93%) contrast(92%);
  --hz-filter--backgroundBrandPrimarySoft: invert(18%) sepia(47%)
    saturate(2006%) hue-rotate(188deg) brightness(97%) contrast(101%);
  --hz-filter--backgroundBrandSecondary: invert(83%) sepia(31%) saturate(5808%)
    hue-rotate(357deg) brightness(105%) contrast(107%);
  --hz-filter--backgroundBrandTertiary: invert(24%) sepia(66%) saturate(3838%)
    hue-rotate(203deg) brightness(92%) contrast(101%);
  --hz-filter--backgroundPrimaryButtonDefault: invert(84%) sepia(49%)
    saturate(3648%) hue-rotate(358deg) brightness(100%) contrast(102%);
  --hz-filter--backgroundPrimaryButtonHover: invert(93%) sepia(12%)
    saturate(6504%) hue-rotate(335deg) brightness(102%) contrast(101%);
  --hz-filter--backgroundPrimaryButtonActive: invert(73%) sepia(13%)
    saturate(6188%) hue-rotate(358deg) brightness(100%) contrast(106%);
  --hz-filter--backgroundSecondaryButtonDefault: invert(0%) sepia(5%)
    saturate(260%) hue-rotate(322deg) brightness(101%) contrast(80%);
  --hz-filter--backgroundSecondaryButtonHover: invert(13%) sepia(7%)
    saturate(108%) hue-rotate(21deg) brightness(97%) contrast(96%);
  --hz-filter--backgroundSecondaryButtonActive: invert(0%) sepia(29%)
    saturate(1348%) hue-rotate(221deg) brightness(95%) contrast(99%);
  --hz-filter--backgroundSecondaryButtonErrorDefault: invert(0%) sepia(5%)
    saturate(4183%) hue-rotate(358deg) brightness(94%) contrast(80%);
  --hz-filter--backgroundSecondaryButtonErrorHover: invert(11%) sepia(4%)
    saturate(265%) hue-rotate(22deg) brightness(93%) contrast(90%);
  --hz-filter--backgroundSecondaryButtonErrorActive: invert(0%) sepia(2%)
    saturate(2154%) hue-rotate(315deg) brightness(97%) contrast(91%);
  --hz-filter--backgroundControlsDefault: invert(2%) sepia(15%) saturate(182%)
    hue-rotate(319deg) brightness(96%) contrast(83%);
  --hz-filter--backgroundControlsHover: invert(9%) sepia(1%) saturate(1379%)
    hue-rotate(22deg) brightness(97%) contrast(85%);
  --hz-filter--backgroundControlsSelected: invert(38%) sepia(81%)
    saturate(3764%) hue-rotate(194deg) brightness(106%) contrast(104%);
  --hz-filter--backgroundLoadingSkeleton: invert(23%) sepia(5%) saturate(20%)
    hue-rotate(31deg) brightness(106%) contrast(88%);
  --hz-filter--backgroundChatBubbleSender: invert(32%) sepia(7%) saturate(3504%)
    hue-rotate(175deg) brightness(91%) contrast(82%);
  --hz-filter--backgroundChatBubbleReceiver: invert(19%) sepia(30%) saturate(0%)
    hue-rotate(207deg) brightness(115%) contrast(83%);
  --hz-filter--textOnBackgroundSurface: invert(92%) sepia(11%) saturate(88%)
    hue-rotate(181deg) brightness(103%) contrast(85%);
  --hz-filter--textOnBackgroundSurfaceStrong: invert(7%) sepia(2%)
    saturate(1192%) hue-rotate(22deg) brightness(91%) contrast(81%);
  --hz-filter--textOnBackgroundSecondary: invert(95%) sepia(5%) saturate(170%)
    hue-rotate(178deg) brightness(95%) contrast(97%);
  --hz-filter--textOnBackgroundBrandPrimary: invert(96%) sepia(85%)
    saturate(270%) hue-rotate(304deg) brightness(114%) contrast(97%);
  --hz-filter--textOnBackgroundBrandPrimaryAlt: invert(8%) sepia(4%)
    saturate(345%) hue-rotate(22deg) brightness(105%) contrast(86%);
  --hz-filter--textOnBackgroundBrandPrimarySoft: invert(16%) sepia(0%)
    saturate(1878%) hue-rotate(167deg) brightness(97%) contrast(104%);
  --hz-filter--textOnBackgroundBrandSecondary: invert(94%) sepia(7%)
    saturate(127%) hue-rotate(180deg) brightness(100%) contrast(89%);
  --hz-filter--textOnBackgroundBrandSecondaryAlt: invert(90%) sepia(61%)
    saturate(188%) hue-rotate(326deg) brightness(124%) contrast(96%);
  --hz-filter--textOnBackgroundBrandTertiary: invert(91%) sepia(11%)
    saturate(83%) hue-rotate(179deg) brightness(103%) contrast(87%);
  --hz-filter--textOnBackgroundPrimaryButtonDefault: invert(13%) sepia(83%)
    saturate(1367%) hue-rotate(191deg) brightness(93%) contrast(108%);
  --hz-filter--textOnBackgroundSecondaryButtonDefault: invert(71%) sepia(71%)
    saturate(7104%) hue-rotate(184deg) brightness(102%) contrast(109%);
  --hz-filter--textOnBackgroundSecondaryButtonErrorDefault: invert(30%)
    sepia(81%) saturate(2613%) hue-rotate(336deg) brightness(105%) contrast(91%);
  --hz-filter--textOnBackgroundChatBubbleSender: invert(99%) sepia(81%)
    saturate(21%) hue-rotate(43deg) brightness(105%) contrast(97%);
  --hz-filter--textOnBackgroundChatBubbleReceiver: invert(97%) sepia(5%)
    saturate(238%) hue-rotate(183deg) brightness(94%) contrast(95%);
  --hz-filter--borderSoft: invert(24%) sepia(6%) saturate(139%)
    hue-rotate(21deg) brightness(103%) contrast(87%);
  --hz-filter--borderMedium: invert(65%) sepia(8%) saturate(7%)
    hue-rotate(341deg) brightness(87%) contrast(93%);
  --hz-filter--borderStrong: invert(78%) sepia(0%) saturate(656%)
    hue-rotate(160deg) brightness(85%) contrast(86%);
  --hz-filter--borderDivider: invert(98%) sepia(0%) saturate(7364%)
    hue-rotate(174deg) brightness(76%) contrast(104%);
  --hz-filter--borderSignalError: invert(62%) sepia(10%) saturate(1204%)
    hue-rotate(304deg) brightness(107%) contrast(97%);
  --hz-filter--borderSignalSuccess: invert(79%) sepia(34%) saturate(305%)
    hue-rotate(110deg) brightness(92%) contrast(87%);
  --hz-filter--borderSignalWarning: invert(88%) sepia(5%) saturate(2675%)
    hue-rotate(339deg) brightness(86%) contrast(113%);
  --hz-filter--borderSignalInfo: invert(100%) sepia(74%) saturate(3971%)
    hue-rotate(174deg) brightness(80%) contrast(89%);
  --hz-filter--borderSignalNeutral: invert(63%) sepia(0%) saturate(0%)
    hue-rotate(174deg) brightness(92%) contrast(98%);
  --hz-filter--borderSecondaryButtonDefault: invert(52%) sepia(65%)
    saturate(4879%) hue-rotate(182deg) brightness(100%) contrast(107%);
  --hz-filter--borderSecondaryButtonError: invert(37%) sepia(35%)
    saturate(5939%) hue-rotate(334deg) brightness(99%) contrast(94%);
  --hz-filter--borderInputsDefault: invert(61%) sepia(1%) saturate(2%)
    hue-rotate(315deg) brightness(96%) contrast(85%);
  --hz-filter--borderInputsHover: invert(42%) sepia(43%) saturate(3862%)
    hue-rotate(183deg) brightness(103%) contrast(100%);
  --hz-filter--borderInputsError: invert(29%) sepia(49%) saturate(2843%)
    hue-rotate(333deg) brightness(109%) contrast(91%);
  --hz-filter--borderControlsDefault: invert(63%) sepia(0%) saturate(0%)
    hue-rotate(204deg) brightness(93%) contrast(85%);
  --hz-filter--borderControlsHover: invert(46%) sepia(86%) saturate(3269%)
    hue-rotate(183deg) brightness(101%) contrast(106%);
  --hz-filter--borderControlsSelected: invert(41%) sepia(86%) saturate(3535%)
    hue-rotate(190deg) brightness(100%) contrast(105%);
  --hz-filter--borderControlsError: invert(46%) sepia(55%) saturate(6838%)
    hue-rotate(334deg) brightness(99%) contrast(92%);
  --hz-filter--borderOutlineFocus: invert(26%) sepia(94%) saturate(4832%)
    hue-rotate(192deg) brightness(103%) contrast(103%);
}
