: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--borderOutlineFocus: #00285a;
  --hz-filter--textPrimary: invert(10%) sepia(22%) saturate(3921%)
    hue-rotate(187deg) brightness(95%) contrast(107%);
  --hz-filter--textSecondary: invert(16%) sepia(14%) saturate(7499%)
    hue-rotate(191deg) brightness(90%) contrast(90%);
  --hz-filter--textBrandPrimary: invert(78%) sepia(73%) saturate(3378%)
    hue-rotate(3deg) brightness(105%) contrast(109%);
  --hz-filter--textBrandSecondary: invert(14%) sepia(17%) saturate(7103%)
    hue-rotate(195deg) brightness(94%) contrast(107%);
  --hz-filter--textSuccess: invert(33%) sepia(47%) saturate(578%)
    hue-rotate(106deg) brightness(93%) contrast(89%);
  --hz-filter--textError: invert(34%) sepia(82%) saturate(2014%)
    hue-rotate(329deg) brightness(75%) contrast(109%);
  --hz-filter--textWarning: invert(36%) sepia(24%) saturate(1895%)
    hue-rotate(335deg) brightness(97%) contrast(91%);
  --hz-filter--textInfo: invert(14%) sepia(46%) saturate(3693%)
    hue-rotate(201deg) brightness(94%) contrast(94%);
  --hz-filter--textPlaceholder: invert(46%) sepia(48%) saturate(258%)
    hue-rotate(176deg) brightness(88%) contrast(91%);
  --hz-filter--textLight: invert(98%) sepia(1%) saturate(7%) hue-rotate(108deg)
    brightness(107%) contrast(97%);
  --hz-filter--textDark: invert(9%) sepia(6%) saturate(20%) hue-rotate(22deg)
    brightness(97%) contrast(86%);
  --hz-filter--textInverse: invert(9%) sepia(6%) saturate(286%)
    hue-rotate(22deg) brightness(93%) contrast(86%);
  --hz-filter--textLinkDefault: invert(57%) sepia(100%) saturate(7498%)
    hue-rotate(204deg) brightness(94%) contrast(101%);
  --hz-filter--textLinkHover: invert(30%) sepia(81%) saturate(2763%)
    hue-rotate(197deg) brightness(96%) contrast(101%);
  --hz-filter--textLinkActive: invert(13%) sepia(97%) saturate(3216%)
    hue-rotate(221deg) brightness(104%) contrast(93%);
  --hz-filter--textLinkVisited: invert(29%) sepia(73%) saturate(5804%)
    hue-rotate(204deg) brightness(93%) contrast(100%);
  --hz-filter--textControlsDefault: invert(10%) sepia(46%) saturate(1806%)
    hue-rotate(185deg) brightness(96%) contrast(107%);
  --hz-filter--textControlsHover: invert(14%) sepia(38%) saturate(4465%)
    hue-rotate(202deg) brightness(92%) contrast(94%);
  --hz-filter--textControlsSelected: invert(16%) sepia(81%) saturate(1359%)
    hue-rotate(188deg) brightness(94%) contrast(97%);
  --hz-filter--signalSuccessDefault: invert(32%) sepia(78%) saturate(337%)
    hue-rotate(106deg) brightness(95%) contrast(95%);
  --hz-filter--signalSuccessSoft: invert(91%) sepia(17%) saturate(143%)
    hue-rotate(105deg) brightness(105%) contrast(91%);
  --hz-filter--signalErrorDefault: invert(20%) sepia(34%) saturate(6307%)
    hue-rotate(337deg) brightness(93%) contrast(88%);
  --hz-filter--signalErrorSoft: invert(78%) sepia(16%) saturate(127%)
    hue-rotate(284deg) brightness(109%) contrast(115%);
  --hz-filter--signalWarningDefault: invert(33%) sepia(97%) saturate(620%)
    hue-rotate(337deg) brightness(90%) contrast(90%);
  --hz-filter--signalWarningSoft: invert(89%) sepia(26%) saturate(140%)
    hue-rotate(337deg) brightness(105%) contrast(94%);
  --hz-filter--signalInfoDefault: invert(18%) sepia(95%) saturate(994%)
    hue-rotate(183deg) brightness(92%) contrast(101%);
  --hz-filter--signalInfoSoft: invert(94%) sepia(14%) saturate(91%)
    hue-rotate(180deg) brightness(100%) contrast(91%);
  --hz-filter--textOnSignalSuccessDefault: invert(99%) sepia(100%) saturate(0%)
    hue-rotate(155deg) brightness(99%) contrast(100%);
  --hz-filter--textOnSignalSuccessSoft: invert(29%) sepia(75%) saturate(360%)
    hue-rotate(106deg) brightness(101%) contrast(92%);
  --hz-filter--textOnSignalErrorDefault: invert(97%) sepia(8%) saturate(602%)
    hue-rotate(351deg) brightness(116%) contrast(97%);
  --hz-filter--textOnSignalErrorSoft: invert(24%) sepia(35%) saturate(4723%)
    hue-rotate(333deg) brightness(86%) contrast(94%);
  --hz-filter--textOnSignalWarningDefault: invert(100%) sepia(5%) saturate(487%)
    hue-rotate(331deg) brightness(112%) contrast(97%);
  --hz-filter--textOnSignalWarningSoft: invert(33%) sepia(18%) saturate(3729%)
    hue-rotate(343deg) brightness(98%) contrast(85%);
  --hz-filter--textOnSignalInfoDefault: invert(99%) sepia(0%) saturate(7500%)
    hue-rotate(201deg) brightness(123%) contrast(97%);
  --hz-filter--textOnSignalInfoSoft: invert(17%) sepia(23%) saturate(5024%)
    hue-rotate(196deg) brightness(96%) contrast(99%);
  --hz-filter--backgroundDefault: invert(100%) sepia(0%) saturate(3451%)
    hue-rotate(64deg) brightness(100%) contrast(95%);
  --hz-filter--backgroundSurface: invert(92%) sepia(100%) saturate(0%)
    hue-rotate(202deg) brightness(106%) contrast(106%);
  --hz-filter--backgroundSurfaceStrong: invert(0%) sepia(12%) saturate(49%)
    hue-rotate(338deg) brightness(90%) contrast(91%);
  --hz-filter--backgroundHighlight: invert(0%) sepia(0%) saturate(4833%)
    hue-rotate(217deg) brightness(98%) contrast(92%);
  --hz-filter--backgroundSecondary: invert(86%) sepia(36%) saturate(21%)
    hue-rotate(32deg) brightness(110%) contrast(89%);
  --hz-filter--backgroundBrandPrimary: invert(11%) sepia(70%) saturate(2116%)
    hue-rotate(197deg) brightness(102%) contrast(105%);
  --hz-filter--backgroundBrandPrimaryAlt: invert(6%) sepia(68%) saturate(1409%)
    hue-rotate(184deg) brightness(91%) contrast(106%);
  --hz-filter--backgroundBrandPrimarySoft: invert(98%) sepia(2%) saturate(1078%)
    hue-rotate(181deg) brightness(100%) contrast(94%);
  --hz-filter--backgroundBrandSecondary: invert(65%) sepia(78%) saturate(550%)
    hue-rotate(358deg) brightness(101%) contrast(107%);
  --hz-filter--backgroundBrandTertiary: invert(7%) sepia(63%) saturate(2435%)
    hue-rotate(198deg) brightness(97%) contrast(104%);
  --hz-filter--backgroundPrimaryButtonDefault: invert(66%) sepia(79%)
    saturate(689%) hue-rotate(358deg) brightness(101%) contrast(106%);
  --hz-filter--backgroundPrimaryButtonHover: invert(80%) sepia(69%)
    saturate(631%) hue-rotate(335deg) brightness(101%) contrast(101%);
  --hz-filter--backgroundPrimaryButtonActive: invert(64%) sepia(48%)
    saturate(1437%) hue-rotate(360deg) brightness(103%) contrast(105%);
  --hz-filter--backgroundSecondaryButtonDefault: invert(100%) sepia(52%)
    saturate(0%) hue-rotate(169deg) brightness(101%) contrast(101%);
  --hz-filter--backgroundSecondaryButtonHover: invert(100%) sepia(8%)
    saturate(3046%) hue-rotate(159deg) brightness(93%) contrast(99%);
  --hz-filter--backgroundSecondaryButtonActive: invert(100%) sepia(8%)
    saturate(6029%) hue-rotate(171deg) brightness(97%) contrast(91%);
  --hz-filter--backgroundSecondaryButtonErrorDefault: invert(92%) sepia(0%)
    saturate(7486%) hue-rotate(136deg) brightness(105%) contrast(103%);
  --hz-filter--backgroundSecondaryButtonErrorHover: invert(87%) sepia(6%)
    saturate(423%) hue-rotate(329deg) brightness(112%) contrast(98%);
  --hz-filter--backgroundSecondaryButtonErrorActive: invert(93%) sepia(19%)
    saturate(198%) hue-rotate(301deg) brightness(97%) contrast(105%);
  --hz-filter--backgroundControlsDefault: invert(100%) sepia(0%) saturate(1856%)
    hue-rotate(348deg) brightness(99%) contrast(110%);
  --hz-filter--backgroundControlsHover: invert(100%) sepia(89%) saturate(521%)
    hue-rotate(178deg) brightness(100%) contrast(90%);
  --hz-filter--backgroundControlsSelected: invert(17%) sepia(41%)
    saturate(2670%) hue-rotate(194deg) brightness(96%) contrast(101%);
  --hz-filter--backgroundLoadingSkeleton: invert(98%) sepia(0%) saturate(7439%)
    hue-rotate(179deg) brightness(90%) contrast(103%);
  --hz-filter--backgroundChatBubbleSender: invert(17%) sepia(86%) saturate(835%)
    hue-rotate(178deg) brightness(94%) contrast(96%);
  --hz-filter--backgroundChatBubbleReceiver: invert(100%) sepia(29%)
    saturate(25%) hue-rotate(46deg) brightness(115%) contrast(93%);
  --hz-filter--textOnBackgroundSurface: invert(10%) sepia(32%) saturate(2833%)
    hue-rotate(188deg) brightness(93%) contrast(107%);
  --hz-filter--textOnBackgroundSurfaceStrong: invert(100%) sepia(83%)
    saturate(602%) hue-rotate(179deg) brightness(97%) contrast(91%);
  --hz-filter--textOnBackgroundSecondary: invert(6%) sepia(91%) saturate(2062%)
    hue-rotate(198deg) brightness(93%) contrast(102%);
  --hz-filter--textOnBackgroundBrandPrimary: invert(90%) sepia(0%) saturate(0%)
    hue-rotate(312deg) brightness(109%) contrast(106%);
  --hz-filter--textOnBackgroundBrandPrimaryAlt: invert(82%) sepia(57%)
    saturate(0%) hue-rotate(96deg) brightness(106%) contrast(103%);
  --hz-filter--textOnBackgroundBrandPrimarySoft: invert(6%) sepia(2%)
    saturate(1098%) hue-rotate(22deg) brightness(90%) contrast(80%);
  --hz-filter--textOnBackgroundBrandSecondary: invert(12%) sepia(4%)
    saturate(15%) hue-rotate(42deg) brightness(90%) contrast(92%);
  --hz-filter--textOnBackgroundBrandSecondaryAlt: invert(10%) sepia(62%)
    saturate(3104%) hue-rotate(203deg) brightness(96%) contrast(101%);
  --hz-filter--textOnBackgroundBrandTertiary: invert(100%) sepia(0%)
    saturate(7463%) hue-rotate(49deg) brightness(135%) contrast(97%);
  --hz-filter--textOnBackgroundPrimaryButtonDefault: invert(13%) sepia(37%)
    saturate(3399%) hue-rotate(196deg) brightness(93%) contrast(106%);
  --hz-filter--textOnBackgroundSecondaryButtonDefault: invert(11%) sepia(96%)
    saturate(1765%) hue-rotate(199deg) brightness(95%) contrast(103%);
  --hz-filter--textOnBackgroundSecondaryButtonErrorDefault: invert(26%)
    sepia(79%) saturate(2648%) hue-rotate(336deg) brightness(79%) contrast(95%);
  --hz-filter--textOnBackgroundChatBubbleSender: invert(100%) sepia(0%)
    saturate(1377%) hue-rotate(59deg) brightness(107%) contrast(97%);
  --hz-filter--textOnBackgroundChatBubbleReceiver: invert(10%) sepia(20%)
    saturate(4158%) hue-rotate(186deg) brightness(100%) contrast(107%);
  --hz-filter--borderSoft: invert(83%) sepia(4%) saturate(33%) hue-rotate(22deg)
    brightness(104%) contrast(109%);
  --hz-filter--borderMedium: invert(92%) sepia(0%) saturate(0%)
    hue-rotate(173deg) brightness(91%) contrast(75%);
  --hz-filter--borderStrong: invert(60%) sepia(0%) saturate(0%)
    hue-rotate(157deg) brightness(96%) contrast(91%);
  --hz-filter--borderDivider: invert(88%) sepia(0%) saturate(2055%)
    hue-rotate(146deg) brightness(90%) contrast(89%);
  --hz-filter--borderSecondaryButtonDefault: invert(16%) sepia(68%)
    saturate(1649%) hue-rotate(194deg) brightness(99%) contrast(102%);
  --hz-filter--borderSecondaryButtonError: invert(23%) sepia(90%)
    saturate(2192%) hue-rotate(334deg) brightness(82%) contrast(92%);
  --hz-filter--borderInputsDefault: invert(80%) sepia(1%) saturate(1652%)
    hue-rotate(42deg) brightness(96%) contrast(101%);
  --hz-filter--borderInputsHover: invert(24%) sepia(23%) saturate(3112%)
    hue-rotate(189deg) brightness(94%) contrast(94%);
  --hz-filter--borderInputsError: invert(21%) sepia(91%) saturate(2732%)
    hue-rotate(338deg) brightness(81%) contrast(88%);
  --hz-filter--borderControlsDefault: invert(78%) sepia(6%) saturate(28%)
    hue-rotate(22deg) brightness(100%) contrast(90%);
  --hz-filter--borderControlsHover: invert(20%) sepia(23%) saturate(5956%)
    hue-rotate(202deg) brightness(88%) contrast(82%);
  --hz-filter--borderControlsSelected: invert(9%) sepia(64%) saturate(4712%)
    hue-rotate(201deg) brightness(91%) contrast(107%);
  --hz-filter--borderOutlineFocus: invert(14%) sepia(26%) saturate(4423%)
    hue-rotate(194deg) brightness(94%) contrast(107%);
}

/* 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--borderOutlineFocus: #0077d2;
  --hz-filter--textPrimary: invert(95%) sepia(13%) saturate(84%)
    hue-rotate(182deg) brightness(91%) contrast(103%);
  --hz-filter--textSecondary: invert(95%) sepia(2%) saturate(6158%)
    hue-rotate(181deg) brightness(90%) contrast(79%);
  --hz-filter--textBrandPrimary: invert(80%) sepia(33%) saturate(4598%)
    hue-rotate(359deg) brightness(103%) contrast(105%);
  --hz-filter--textBrandSecondary: invert(8%) sepia(95%) saturate(3401%)
    hue-rotate(205deg) brightness(92%) contrast(101%);
  --hz-filter--textSuccess: invert(49%) sepia(12%) saturate(1959%)
    hue-rotate(110deg) brightness(100%) contrast(85%);
  --hz-filter--textError: invert(49%) sepia(50%) saturate(6671%)
    hue-rotate(331deg) brightness(96%) contrast(100%);
  --hz-filter--textWarning: invert(59%) sepia(28%) saturate(921%)
    hue-rotate(348deg) brightness(93%) contrast(93%);
  --hz-filter--textInfo: invert(40%) sepia(84%) saturate(2425%)
    hue-rotate(184deg) brightness(103%) contrast(107%);
  --hz-filter--textPlaceholder: invert(67%) sepia(6%) saturate(970%)
    hue-rotate(177deg) brightness(88%) contrast(95%);
  --hz-filter--textLight: invert(81%) sepia(61%) saturate(0%) hue-rotate(182deg)
    brightness(105%) contrast(104%);
  --hz-filter--textDark: invert(8%) sepia(0%) saturate(386%) hue-rotate(167deg)
    brightness(94%) contrast(83%);
  --hz-filter--textInverse: invert(100%) sepia(27%) saturate(1139%)
    hue-rotate(298deg) brightness(119%) contrast(97%);
  --hz-filter--textLinkDefault: invert(43%) sepia(27%) saturate(6533%)
    hue-rotate(184deg) brightness(104%) contrast(104%);
  --hz-filter--textLinkHover: invert(55%) sepia(30%) saturate(3449%)
    hue-rotate(179deg) brightness(100%) contrast(103%);
  --hz-filter--textLinkActive: invert(44%) sepia(94%) saturate(2578%)
    hue-rotate(180deg) brightness(98%) contrast(109%);
  --hz-filter--textLinkVisited: invert(41%) sepia(72%) saturate(3236%)
    hue-rotate(185deg) brightness(104%) contrast(103%);
  --hz-filter--textControlsDefault: invert(98%) sepia(6%) saturate(797%)
    hue-rotate(178deg) brightness(93%) contrast(98%);
  --hz-filter--textControlsHover: invert(55%) sepia(33%) saturate(2151%)
    hue-rotate(179deg) brightness(97%) contrast(109%);
  --hz-filter--textControlsSelected: invert(41%) sepia(98%) saturate(2374%)
    hue-rotate(183deg) brightness(101%) contrast(108%);
  --hz-filter--signalSuccessDefault: invert(35%) sepia(21%) saturate(1138%)
    hue-rotate(106deg) brightness(94%) contrast(93%);
  --hz-filter--signalSuccessSoft: invert(5%) sepia(8%) saturate(7055%)
    hue-rotate(113deg) brightness(101%) contrast(94%);
  --hz-filter--signalErrorDefault: invert(27%) sepia(49%) saturate(2241%)
    hue-rotate(324deg) brightness(90%) contrast(106%);
  --hz-filter--signalErrorSoft: invert(5%) sepia(84%) saturate(2265%)
    hue-rotate(334deg) brightness(107%) contrast(100%);
  --hz-filter--signalWarningDefault: invert(30%) sepia(92%) saturate(1083%)
    hue-rotate(349deg) brightness(90%) contrast(80%);
  --hz-filter--signalWarningSoft: invert(11%) sepia(14%) saturate(3245%)
    hue-rotate(338deg) brightness(97%) contrast(100%);
  --hz-filter--signalInfoDefault: invert(8%) sepia(69%) saturate(5208%)
    hue-rotate(204deg) brightness(104%) contrast(94%);
  --hz-filter--signalInfoSoft: invert(5%) sepia(39%) saturate(2935%)
    hue-rotate(189deg) brightness(100%) contrast(105%);
  --hz-filter--textOnSignalSuccessDefault: invert(100%) sepia(0%)
    saturate(7469%) hue-rotate(49deg) brightness(104%) contrast(108%);
  --hz-filter--textOnSignalSuccessSoft: invert(87%) sepia(12%) saturate(854%)
    hue-rotate(108deg) brightness(90%) contrast(83%);
  --hz-filter--textOnSignalErrorDefault: invert(99%) sepia(0%) saturate(4635%)
    hue-rotate(23deg) brightness(123%) contrast(100%);
  --hz-filter--textOnSignalErrorSoft: invert(86%) sepia(41%) saturate(2329%)
    hue-rotate(295deg) brightness(104%) contrast(84%);
  --hz-filter--textOnSignalWarningDefault: invert(100%) sepia(100%) saturate(0%)
    hue-rotate(97deg) brightness(100%) contrast(100%);
  --hz-filter--textOnSignalWarningSoft: invert(77%) sepia(4%) saturate(3684%)
    hue-rotate(342deg) brightness(111%) contrast(81%);
  --hz-filter--textOnSignalInfoDefault: invert(100%) sepia(0%) saturate(6525%)
    hue-rotate(1deg) brightness(124%) contrast(97%);
  --hz-filter--textOnSignalInfoSoft: invert(72%) sepia(7%) saturate(2982%)
    hue-rotate(178deg) brightness(106%) contrast(102%);
  --hz-filter--backgroundDefault: invert(0%) sepia(46%) saturate(1%)
    hue-rotate(228deg) brightness(54%) contrast(80%);
  --hz-filter--backgroundSurface: invert(9%) sepia(3%) saturate(708%)
    hue-rotate(67deg) brightness(86%) contrast(84%);
  --hz-filter--backgroundSurfaceStrong: invert(100%) sepia(96%) saturate(3%)
    hue-rotate(130deg) brightness(105%) contrast(97%);
  --hz-filter--backgroundHighlight: invert(0%) sepia(13%) saturate(2738%)
    hue-rotate(17deg) brightness(78%) contrast(91%);
  --hz-filter--backgroundSecondary: invert(0%) sepia(1%) saturate(2540%)
    hue-rotate(327deg) brightness(91%) contrast(91%);
  --hz-filter--backgroundBrandPrimary: invert(37%) sepia(22%) saturate(1018%)
    hue-rotate(178deg) brightness(105%) contrast(92%);
  --hz-filter--backgroundBrandPrimaryAlt: invert(28%) sepia(17%) saturate(2553%)
    hue-rotate(175deg) brightness(94%) contrast(96%);
  --hz-filter--backgroundBrandPrimarySoft: invert(19%) sepia(93%) saturate(928%)
    hue-rotate(179deg) brightness(92%) contrast(99%);
  --hz-filter--backgroundBrandSecondary: invert(66%) sepia(92%) saturate(1562%)
    hue-rotate(1deg) brightness(106%) contrast(103%);
  --hz-filter--backgroundBrandTertiary: invert(25%) sepia(79%) saturate(4148%)
    hue-rotate(202deg) brightness(92%) contrast(101%);
  --hz-filter--backgroundPrimaryButtonDefault: invert(64%) sepia(56%)
    saturate(726%) hue-rotate(1deg) brightness(104%) contrast(105%);
  --hz-filter--backgroundPrimaryButtonHover: invert(90%) sepia(14%)
    saturate(3801%) hue-rotate(335deg) brightness(102%) contrast(102%);
  --hz-filter--backgroundPrimaryButtonActive: invert(68%) sepia(93%)
    saturate(1365%) hue-rotate(355deg) brightness(96%) contrast(111%);
  --hz-filter--backgroundSecondaryButtonDefault: invert(1%) sepia(14%)
    saturate(9%) hue-rotate(314deg) brightness(92%) contrast(81%);
  --hz-filter--backgroundSecondaryButtonHover: invert(9%) sepia(6%)
    saturate(258%) hue-rotate(22deg) brightness(95%) contrast(86%);
  --hz-filter--backgroundSecondaryButtonActive: invert(0%) sepia(14%)
    saturate(5151%) hue-rotate(331deg) brightness(40%) contrast(91%);
  --hz-filter--backgroundSecondaryButtonErrorDefault: invert(0%) sepia(22%)
    saturate(30%) hue-rotate(326deg) brightness(90%) contrast(80%);
  --hz-filter--backgroundSecondaryButtonErrorHover: invert(8%) sepia(6%)
    saturate(289%) hue-rotate(22deg) brightness(94%) contrast(85%);
  --hz-filter--backgroundSecondaryButtonErrorActive: invert(0%) sepia(2%)
    saturate(195%) hue-rotate(317deg) brightness(107%) contrast(91%);
  --hz-filter--backgroundControlsDefault: invert(0%) sepia(29%) saturate(101%)
    hue-rotate(175deg) brightness(62%) contrast(80%);
  --hz-filter--backgroundControlsHover: invert(13%) sepia(56%) saturate(16%)
    hue-rotate(41deg) brightness(98%) contrast(100%);
  --hz-filter--backgroundControlsSelected: invert(41%) sepia(65%)
    saturate(4798%) hue-rotate(193deg) brightness(104%) contrast(103%);
  --hz-filter--backgroundLoadingSkeleton: invert(26%) sepia(5%) saturate(87%)
    hue-rotate(22deg) brightness(95%) contrast(89%);
  --hz-filter--backgroundChatBubbleSender: invert(34%) sepia(10%)
    saturate(2283%) hue-rotate(175deg) brightness(89%) contrast(84%);
  --hz-filter--backgroundChatBubbleReceiver: invert(26%) sepia(5%) saturate(21%)
    hue-rotate(22deg) brightness(100%) contrast(93%);
  --hz-filter--textOnBackgroundSurface: invert(98%) sepia(1%) saturate(2553%)
    hue-rotate(182deg) brightness(95%) contrast(94%);
  --hz-filter--textOnBackgroundSurfaceStrong: invert(10%) sepia(6%)
    saturate(232%) hue-rotate(22deg) brightness(95%) contrast(87%);
  --hz-filter--textOnBackgroundSecondary: invert(93%) sepia(6%) saturate(144%)
    hue-rotate(180deg) brightness(101%) contrast(88%);
  --hz-filter--textOnBackgroundBrandPrimary: invert(100%) sepia(0%) saturate(0%)
    hue-rotate(307deg) brightness(106%) contrast(97%);
  --hz-filter--textOnBackgroundBrandPrimaryAlt: invert(6%) sepia(1%)
    saturate(2811%) hue-rotate(22deg) brightness(104%) contrast(82%);
  --hz-filter--textOnBackgroundBrandPrimarySoft: invert(9%) sepia(2%)
    saturate(914%) hue-rotate(22deg) brightness(98%) contrast(86%);
  --hz-filter--textOnBackgroundBrandSecondary: invert(94%) sepia(10%)
    saturate(98%) hue-rotate(181deg) brightness(96%) contrast(93%);
  --hz-filter--textOnBackgroundBrandSecondaryAlt: invert(98%) sepia(3%)
    saturate(36%) hue-rotate(25deg) brightness(100%) contrast(98%);
  --hz-filter--textOnBackgroundBrandTertiary: invert(94%) sepia(3%)
    saturate(274%) hue-rotate(179deg) brightness(97%) contrast(95%);
  --hz-filter--textOnBackgroundPrimaryButtonDefault: invert(13%) sepia(25%)
    saturate(4909%) hue-rotate(195deg) brightness(100%) contrast(106%);
  --hz-filter--textOnBackgroundSecondaryButtonDefault: invert(40%) sepia(55%)
    saturate(4013%) hue-rotate(187deg) brightness(108%) contrast(102%);
  --hz-filter--textOnBackgroundSecondaryButtonErrorDefault: invert(35%)
    sepia(85%) saturate(2899%) hue-rotate(334deg) brightness(99%) contrast(93%);
  --hz-filter--textOnBackgroundChatBubbleSender: invert(98%) sepia(65%)
    saturate(571%) hue-rotate(305deg) brightness(121%) contrast(95%);
  --hz-filter--textOnBackgroundChatBubbleReceiver: invert(92%) sepia(13%)
    saturate(67%) hue-rotate(178deg) brightness(100%) contrast(91%);
  --hz-filter--borderSoft: invert(26%) sepia(0%) saturate(1431%)
    hue-rotate(185deg) brightness(89%) contrast(82%);
  --hz-filter--borderMedium: invert(67%) sepia(2%) saturate(2%)
    hue-rotate(347deg) brightness(87%) contrast(86%);
  --hz-filter--borderStrong: invert(68%) sepia(17%) saturate(6%)
    hue-rotate(46deg) brightness(94%) contrast(87%);
  --hz-filter--borderDivider: invert(98%) sepia(0%) saturate(7454%)
    hue-rotate(194deg) brightness(84%) contrast(79%);
  --hz-filter--borderSignalError: invert(99%) sepia(93%) saturate(2026%)
    hue-rotate(287deg) brightness(92%) contrast(101%);
  --hz-filter--borderSignalSuccess: invert(77%) sepia(31%) saturate(324%)
    hue-rotate(110deg) brightness(94%) contrast(90%);
  --hz-filter--borderSignalWarning: invert(88%) sepia(99%) saturate(397%)
    hue-rotate(307deg) brightness(93%) contrast(93%);
  --hz-filter--borderSignalInfo: invert(71%) sepia(10%) saturate(848%)
    hue-rotate(179deg) brightness(93%) contrast(86%);
  --hz-filter--borderSignalNeutral: invert(64%) sepia(0%) saturate(31%)
    hue-rotate(155deg) brightness(90%) contrast(97%);
  --hz-filter--borderSecondaryButtonDefault: invert(42%) sepia(98%)
    saturate(2432%) hue-rotate(183deg) brightness(100%) contrast(107%);
  --hz-filter--borderSecondaryButtonError: invert(37%) sepia(72%)
    saturate(4797%) hue-rotate(339deg) brightness(110%) contrast(91%);
  --hz-filter--borderInputsDefault: invert(62%) sepia(0%) saturate(0%)
    hue-rotate(289deg) brightness(93%) contrast(91%);
  --hz-filter--borderInputsHover: invert(42%) sepia(24%) saturate(4682%)
    hue-rotate(183deg) brightness(101%) contrast(106%);
  --hz-filter--borderInputsError: invert(35%) sepia(54%) saturate(5571%)
    hue-rotate(337deg) brightness(110%) contrast(91%);
  --hz-filter--borderControlsDefault: invert(56%) sepia(1%) saturate(4474%)
    hue-rotate(70deg) brightness(106%) contrast(84%);
  --hz-filter--borderControlsHover: invert(41%) sepia(79%) saturate(2757%)
    hue-rotate(184deg) brightness(102%) contrast(109%);
  --hz-filter--borderControlsSelected: invert(38%) sepia(70%) saturate(3964%)
    hue-rotate(193deg) brightness(104%) contrast(104%);
  --hz-filter--borderOutlineFocus: invert(40%) sepia(78%) saturate(6929%)
    hue-rotate(190deg) brightness(99%) contrast(103%);
}
