: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--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: #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(9%) sepia(84%) saturate(1161%)
    hue-rotate(186deg) brightness(91%) contrast(108%);
  --hz-filter--textSecondary: invert(18%) sepia(16%) saturate(5106%)
    hue-rotate(186deg) brightness(90%) contrast(95%);
  --hz-filter--textBrandPrimary: invert(65%) sepia(83%) saturate(1296%)
    hue-rotate(1deg) brightness(106%) contrast(103%);
  --hz-filter--textBrandSecondary: invert(16%) sepia(63%) saturate(1363%)
    hue-rotate(186deg) brightness(90%) contrast(112%);
  --hz-filter--textSuccess: invert(34%) sepia(21%) saturate(1197%)
    hue-rotate(106deg) brightness(96%) contrast(91%);
  --hz-filter--textError: invert(28%) sepia(19%) saturate(6854%)
    hue-rotate(329deg) brightness(86%) contrast(100%);
  --hz-filter--textWarning: invert(37%) sepia(11%) saturate(5283%)
    hue-rotate(340deg) brightness(91%) contrast(87%);
  --hz-filter--textInfo: invert(18%) sepia(49%) saturate(2039%)
    hue-rotate(185deg) brightness(92%) contrast(97%);
  --hz-filter--textPlaceholder: invert(47%) sepia(11%) saturate(1165%)
    hue-rotate(176deg) brightness(91%) contrast(85%);
  --hz-filter--textContrastHigh: invert(100%) sepia(0%) saturate(7402%)
    hue-rotate(195deg) brightness(88%) contrast(129%);
  --hz-filter--textContrastLow: invert(0%) sepia(68%) saturate(4487%)
    hue-rotate(166deg) brightness(87%) contrast(110%);
  --hz-filter--textLinkDefault: invert(21%) sepia(90%) saturate(2472%)
    hue-rotate(202deg) brightness(99%) contrast(104%);
  --hz-filter--textLinkHover: invert(30%) sepia(93%) saturate(1656%)
    hue-rotate(194deg) brightness(92%) contrast(103%);
  --hz-filter--textLinkActive: invert(23%) sepia(81%) saturate(2494%)
    hue-rotate(212deg) brightness(79%) contrast(97%);
  --hz-filter--textLinkVisited: invert(24%) sepia(53%) saturate(6860%)
    hue-rotate(203deg) brightness(96%) contrast(102%);
  --hz-filter--textControlsDefault: invert(8%) sepia(19%) saturate(6965%)
    hue-rotate(194deg) brightness(101%) contrast(104%);
  --hz-filter--textControlsHover: invert(17%) sepia(96%) saturate(868%)
    hue-rotate(178deg) brightness(100%) contrast(100%);
  --hz-filter--textControlsSelected: invert(19%) sepia(97%) saturate(955%)
    hue-rotate(179deg) brightness(87%) contrast(98%);
  --hz-filter--signalSuccessDefault: invert(33%) sepia(81%) saturate(319%)
    hue-rotate(106deg) brightness(92%) contrast(96%);
  --hz-filter--signalSuccessSoft: invert(96%) sepia(0%) saturate(6383%)
    hue-rotate(134deg) brightness(105%) contrast(92%);
  --hz-filter--signalErrorDefault: invert(20%) sepia(55%) saturate(4699%)
    hue-rotate(339deg) brightness(85%) contrast(85%);
  --hz-filter--signalErrorSoft: invert(100%) sepia(33%) saturate(2388%)
    hue-rotate(250deg) brightness(111%) contrast(98%);
  --hz-filter--signalWarningDefault: invert(32%) sepia(32%) saturate(2360%)
    hue-rotate(345deg) brightness(98%) contrast(83%);
  --hz-filter--signalWarningSoft: invert(89%) sepia(22%) saturate(157%)
    hue-rotate(337deg) brightness(106%) contrast(94%);
  --hz-filter--signalInfoDefault: invert(9%) sepia(68%) saturate(4998%)
    hue-rotate(203deg) brightness(94%) contrast(94%);
  --hz-filter--signalInfoSoft: invert(94%) sepia(13%) saturate(100%)
    hue-rotate(181deg) brightness(98%) contrast(93%);
  --hz-filter--textOnSignalSuccessDefault: invert(94%) sepia(100%) saturate(0%)
    hue-rotate(66deg) brightness(106%) contrast(97%);
  --hz-filter--textOnSignalSuccessSoft: invert(35%) sepia(20%) saturate(1281%)
    hue-rotate(106deg) brightness(93%) contrast(90%);
  --hz-filter--textOnSignalErrorDefault: invert(100%) sepia(0%) saturate(5626%)
    hue-rotate(251deg) brightness(117%) contrast(97%);
  --hz-filter--textOnSignalErrorSoft: invert(23%) sepia(51%) saturate(4279%)
    hue-rotate(338deg) brightness(81%) contrast(89%);
  --hz-filter--textOnSignalWarningDefault: invert(99%) sepia(68%) saturate(280%)
    hue-rotate(5deg) brightness(116%) contrast(98%);
  --hz-filter--textOnSignalWarningSoft: invert(32%) sepia(49%) saturate(744%)
    hue-rotate(332deg) brightness(107%) contrast(100%);
  --hz-filter--textOnSignalInfoDefault: invert(100%) sepia(3%) saturate(1315%)
    hue-rotate(82deg) brightness(116%) contrast(105%);
  --hz-filter--textOnSignalInfoSoft: invert(14%) sepia(80%) saturate(2040%)
    hue-rotate(202deg) brightness(93%) contrast(97%);
  --hz-filter--backgroundDefault: invert(90%) sepia(27%) saturate(0%)
    hue-rotate(205deg) brightness(108%) contrast(105%);
  --hz-filter--backgroundSurface: invert(100%) sepia(21%) saturate(1218%)
    hue-rotate(120deg) brightness(114%) contrast(105%);
  --hz-filter--backgroundSurfaceStrong: invert(0%) sepia(9%) saturate(1186%)
    hue-rotate(324deg) brightness(90%) contrast(91%);
  --hz-filter--backgroundHighlight: invert(0%) sepia(90%) saturate(234%)
    hue-rotate(205deg) brightness(87%) contrast(91%);
  --hz-filter--backgroundSecondary: invert(99%) sepia(1%) saturate(5258%)
    hue-rotate(46deg) brightness(121%) contrast(89%);
  --hz-filter--backgroundBrandPrimary: invert(10%) sepia(60%) saturate(3463%)
    hue-rotate(202deg) brightness(93%) contrast(102%);
  --hz-filter--backgroundBrandPrimaryAlt: invert(7%) sepia(18%) saturate(3573%)
    hue-rotate(179deg) brightness(88%) contrast(106%);
  --hz-filter--backgroundBrandPrimarySoft: invert(86%) sepia(1%) saturate(6464%)
    hue-rotate(24deg) brightness(138%) contrast(90%);
  --hz-filter--backgroundBrandSecondary: invert(82%) sepia(24%) saturate(5334%)
    hue-rotate(357deg) brightness(100%) contrast(104%);
  --hz-filter--backgroundBrandTertiary: invert(11%) sepia(43%) saturate(1527%)
    hue-rotate(180deg) brightness(93%) contrast(109%);
  --hz-filter--backgroundPrimaryButtonDefault: invert(72%) sepia(34%)
    saturate(3545%) hue-rotate(2deg) brightness(106%) contrast(108%);
  --hz-filter--backgroundPrimaryButtonHover: invert(86%) sepia(98%)
    saturate(6974%) hue-rotate(328deg) brightness(97%) contrast(106%);
  --hz-filter--backgroundPrimaryButtonActive: invert(69%) sepia(97%)
    saturate(2680%) hue-rotate(3deg) brightness(107%) contrast(105%);
  --hz-filter--backgroundSecondaryButtonDefault: invert(100%) sepia(0%)
    saturate(7477%) hue-rotate(119deg) brightness(103%) contrast(96%);
  --hz-filter--backgroundSecondaryButtonHover: invert(96%) sepia(7%)
    saturate(117%) hue-rotate(177deg) brightness(99%) contrast(95%);
  --hz-filter--backgroundSecondaryButtonActive: invert(91%) sepia(14%)
    saturate(85%) hue-rotate(180deg) brightness(102%) contrast(91%);
  --hz-filter--backgroundSecondaryButtonErrorDefault: invert(90%) sepia(60%)
    saturate(0%) hue-rotate(132deg) brightness(99%) contrast(100%);
  --hz-filter--backgroundSecondaryButtonErrorHover: invert(94%) sepia(1%)
    saturate(1954%) hue-rotate(44deg) brightness(100%) contrast(110%);
  --hz-filter--backgroundSecondaryButtonErrorActive: invert(97%) sepia(3%)
    saturate(1883%) hue-rotate(282deg) brightness(94%) contrast(101%);
  --hz-filter--backgroundControlsDefault: invert(96%) sepia(96%) saturate(0%)
    hue-rotate(140deg) brightness(103%) contrast(97%);
  --hz-filter--backgroundControlsHover: invert(96%) sepia(3%) saturate(553%)
    hue-rotate(185deg) brightness(96%) contrast(96%);
  --hz-filter--backgroundControlsSelected: invert(14%) sepia(24%)
    saturate(6787%) hue-rotate(201deg) brightness(94%) contrast(94%);
  --hz-filter--backgroundLoadingSkeleton: invert(100%) sepia(0%) saturate(5431%)
    hue-rotate(246deg) brightness(94%) contrast(92%);
  --hz-filter--backgroundChatBubbleSender: invert(17%) sepia(98%) saturate(606%)
    hue-rotate(175deg) brightness(91%) contrast(99%);
  --hz-filter--backgroundChatBubbleReceiver: invert(95%) sepia(7%)
    saturate(492%) hue-rotate(12deg) brightness(114%) contrast(94%);
  --hz-filter--textOnBackgroundSurface: invert(7%) sepia(79%) saturate(2223%)
    hue-rotate(197deg) brightness(94%) contrast(104%);
  --hz-filter--textOnBackgroundSurfaceStrong: invert(98%) sepia(0%)
    saturate(3790%) hue-rotate(68deg) brightness(128%) contrast(97%);
  --hz-filter--textOnBackgroundSecondary: invert(11%) sepia(20%) saturate(3389%)
    hue-rotate(181deg) brightness(94%) contrast(109%);
  --hz-filter--textOnBackgroundBrandPrimary: invert(99%) sepia(0%)
    saturate(4966%) hue-rotate(180deg) brightness(110%) contrast(112%);
  --hz-filter--textOnBackgroundBrandPrimaryAlt: invert(99%) sepia(0%)
    saturate(7492%) hue-rotate(121deg) brightness(99%) contrast(101%);
  --hz-filter--textOnBackgroundBrandPrimarySoft: invert(0%) sepia(6%)
    saturate(24%) hue-rotate(268deg) brightness(97%) contrast(107%);
  --hz-filter--textOnBackgroundBrandSecondary: invert(0%) sepia(0%)
    saturate(7500%) hue-rotate(327deg) brightness(96%) contrast(104%);
  --hz-filter--textOnBackgroundBrandSecondaryAlt: invert(12%) sepia(50%)
    saturate(2880%) hue-rotate(197deg) brightness(98%) contrast(104%);
  --hz-filter--textOnBackgroundBrandTertiary: invert(94%) sepia(80%)
    saturate(159%) hue-rotate(42deg) brightness(115%) contrast(97%);
  --hz-filter--textOnBackgroundPrimaryButtonDefault: invert(15%) sepia(20%)
    saturate(5531%) hue-rotate(194deg) brightness(92%) contrast(108%);
  --hz-filter--textOnBackgroundSecondaryButtonDefault: invert(10%) sepia(37%)
    saturate(5905%) hue-rotate(201deg) brightness(91%) contrast(103%);
  --hz-filter--textOnBackgroundSecondaryButtonErrorDefault: invert(21%)
    sepia(36%) saturate(7061%) hue-rotate(340deg) brightness(82%) contrast(85%);
  --hz-filter--textOnBackgroundChatBubbleSender: invert(99%) sepia(1%)
    saturate(3553%) hue-rotate(300deg) brightness(111%) contrast(97%);
  --hz-filter--textOnBackgroundChatBubbleReceiver: invert(5%) sepia(66%)
    saturate(4599%) hue-rotate(204deg) brightness(97%) contrast(101%);
  --hz-filter--borderSoft: invert(96%) sepia(8%) saturate(311%)
    hue-rotate(11deg) brightness(110%) contrast(79%);
  --hz-filter--borderMedium: invert(77%) sepia(1%) saturate(0%)
    hue-rotate(155deg) brightness(99%) contrast(100%);
  --hz-filter--borderStrong: invert(62%) sepia(3%) saturate(15%)
    hue-rotate(3deg) brightness(93%) contrast(97%);
  --hz-filter--borderDivider: invert(78%) sepia(6%) saturate(29%)
    hue-rotate(21deg) brightness(100%) contrast(88%);
  --hz-filter--borderError: invert(20%) sepia(36%) saturate(5229%)
    hue-rotate(335deg) brightness(100%) contrast(90%);
  --hz-filter--borderSecondaryButtonDefault: invert(18%) sepia(85%)
    saturate(952%) hue-rotate(180deg) brightness(97%) contrast(102%);
  --hz-filter--borderSecondaryButtonError: invert(22%) sepia(59%)
    saturate(3166%) hue-rotate(334deg) brightness(89%) contrast(93%);
  --hz-filter--borderInputsDefault: invert(88%) sepia(5%) saturate(12%)
    hue-rotate(15deg) brightness(90%) contrast(88%);
  --hz-filter--borderInputsHover: invert(24%) sepia(49%) saturate(1611%)
    hue-rotate(189deg) brightness(90%) contrast(92%);
  --hz-filter--borderInputsError: invert(19%) sepia(70%) saturate(3651%)
    hue-rotate(339deg) brightness(85%) contrast(86%);
  --hz-filter--borderControlsDefault: invert(96%) sepia(0%) saturate(70%)
    hue-rotate(153deg) brightness(82%) contrast(91%);
  --hz-filter--borderControlsHover: invert(21%) sepia(23%) saturate(5180%)
    hue-rotate(198deg) brightness(89%) contrast(85%);
  --hz-filter--borderControlsSelected: invert(13%) sepia(79%) saturate(1776%)
    hue-rotate(196deg) brightness(91%) contrast(106%);
  --hz-filter--borderOutlineFocus: invert(12%) sepia(21%) saturate(7221%)
    hue-rotate(200deg) brightness(98%) contrast(103%);
}

/* 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(98%) sepia(71%) saturate(259%)
    hue-rotate(176deg) brightness(96%) contrast(92%);
  --hz-filter--textSecondary: invert(99%) sepia(75%) saturate(1112%)
    hue-rotate(176deg) brightness(87%) contrast(85%);
  --hz-filter--textBrandPrimary: invert(83%) sepia(45%) saturate(5157%)
    hue-rotate(0deg) brightness(108%) contrast(103%);
  --hz-filter--textBrandSecondary: invert(13%) sepia(98%) saturate(1188%)
    hue-rotate(191deg) brightness(95%) contrast(108%);
  --hz-filter--textSuccess: invert(53%) sepia(21%) saturate(1113%)
    hue-rotate(110deg) brightness(91%) contrast(91%);
  --hz-filter--textError: invert(30%) sepia(26%) saturate(5644%)
    hue-rotate(335deg) brightness(111%) contrast(91%);
  --hz-filter--textWarning: invert(57%) sepia(67%) saturate(430%)
    hue-rotate(348deg) brightness(89%) contrast(91%);
  --hz-filter--textInfo: invert(40%) sepia(64%) saturate(3284%)
    hue-rotate(185deg) brightness(105%) contrast(104%);
  --hz-filter--textPlaceholder: invert(63%) sepia(11%) saturate(578%)
    hue-rotate(176deg) brightness(94%) contrast(87%);
  --hz-filter--textContrastHigh: invert(100%) sepia(29%) saturate(1021%)
    hue-rotate(291deg) brightness(120%) contrast(97%);
  --hz-filter--textContrastLow: invert(0%) sepia(7%) saturate(27%)
    hue-rotate(146deg) brightness(96%) contrast(100%);
  --hz-filter--textLinkDefault: invert(50%) sepia(58%) saturate(5577%)
    hue-rotate(184deg) brightness(104%) contrast(102%);
  --hz-filter--textLinkHover: invert(50%) sepia(40%) saturate(2098%)
    hue-rotate(183deg) brightness(103%) contrast(105%);
  --hz-filter--textLinkActive: invert(41%) sepia(60%) saturate(3662%)
    hue-rotate(185deg) brightness(105%) contrast(102%);
  --hz-filter--textLinkVisited: invert(43%) sepia(88%) saturate(2856%)
    hue-rotate(184deg) brightness(102%) contrast(107%);
  --hz-filter--textControlsDefault: invert(86%) sepia(3%) saturate(905%)
    hue-rotate(194deg) brightness(113%) contrast(84%);
  --hz-filter--textControlsHover: invert(47%) sepia(80%) saturate(1051%)
    hue-rotate(182deg) brightness(101%) contrast(106%);
  --hz-filter--textControlsSelected: invert(48%) sepia(91%) saturate(4063%)
    hue-rotate(185deg) brightness(105%) contrast(106%);
  --hz-filter--signalSuccessDefault: invert(36%) sepia(14%) saturate(2004%)
    hue-rotate(106deg) brightness(86%) contrast(82%);
  --hz-filter--signalSuccessSoft: invert(34%) sepia(10%) saturate(2575%)
    hue-rotate(106deg) brightness(97%) contrast(87%);
  --hz-filter--signalErrorDefault: invert(23%) sepia(32%) saturate(5651%)
    hue-rotate(335deg) brightness(89%) contrast(92%);
  --hz-filter--signalErrorSoft: invert(27%) sepia(78%) saturate(2683%)
    hue-rotate(335deg) brightness(78%) contrast(96%);
  --hz-filter--signalWarningDefault: invert(41%) sepia(6%) saturate(7001%)
    hue-rotate(334deg) brightness(89%) contrast(92%);
  --hz-filter--signalWarningSoft: invert(36%) sepia(13%) saturate(3283%)
    hue-rotate(334deg) brightness(98%) contrast(92%);
  --hz-filter--signalInfoDefault: invert(17%) sepia(20%) saturate(5657%)
    hue-rotate(193deg) brightness(99%) contrast(98%);
  --hz-filter--signalInfoSoft: invert(17%) sepia(84%) saturate(1255%)
    hue-rotate(191deg) brightness(90%) contrast(103%);
  --hz-filter--textOnSignalSuccessDefault: invert(99%) sepia(6%) saturate(27%)
    hue-rotate(67deg) brightness(105%) contrast(97%);
  --hz-filter--textOnSignalSuccessSoft: invert(95%) sepia(10%) saturate(16%)
    hue-rotate(93deg) brightness(109%) contrast(97%);
  --hz-filter--textOnSignalErrorDefault: invert(83%) sepia(94%) saturate(13%)
    hue-rotate(77deg) brightness(110%) contrast(97%);
  --hz-filter--textOnSignalErrorSoft: invert(100%) sepia(0%) saturate(3827%)
    hue-rotate(16deg) brightness(108%) contrast(114%);
  --hz-filter--textOnSignalWarningDefault: invert(93%) sepia(20%) saturate(27%)
    hue-rotate(121deg) brightness(108%) contrast(97%);
  --hz-filter--textOnSignalWarningSoft: invert(92%) sepia(95%) saturate(172%)
    hue-rotate(338deg) brightness(126%) contrast(96%);
  --hz-filter--textOnSignalInfoDefault: invert(99%) sepia(1%) saturate(45%)
    hue-rotate(311deg) brightness(113%) contrast(97%);
  --hz-filter--textOnSignalInfoSoft: invert(94%) sepia(0%) saturate(7306%)
    hue-rotate(185deg) brightness(116%) contrast(97%);
  --hz-filter--backgroundDefault: invert(7%) sepia(12%) saturate(27%)
    hue-rotate(325deg) brightness(99%) contrast(93%);
  --hz-filter--backgroundSurface: invert(12%) sepia(7%) saturate(173%)
    hue-rotate(21deg) brightness(92%) contrast(91%);
  --hz-filter--backgroundSurfaceStrong: invert(25%) sepia(13%) saturate(16%)
    hue-rotate(86deg) brightness(100%) contrast(91%);
  --hz-filter--backgroundHighlight: invert(0%) sepia(97%) saturate(36%)
    hue-rotate(352deg) brightness(108%) contrast(91%);
  --hz-filter--backgroundSecondary: invert(0%) sepia(98%) saturate(23%)
    hue-rotate(30deg) brightness(96%) contrast(91%);
  --hz-filter--backgroundBrandPrimary: invert(28%) sepia(16%) saturate(3955%)
    hue-rotate(204deg) brightness(98%) contrast(77%);
  --hz-filter--backgroundBrandPrimaryAlt: invert(22%) sepia(13%) saturate(7498%)
    hue-rotate(195deg) brightness(95%) contrast(87%);
  --hz-filter--backgroundBrandPrimarySoft: invert(13%) sepia(48%)
    saturate(3727%) hue-rotate(202deg) brightness(93%) contrast(94%);
  --hz-filter--backgroundBrandSecondary: invert(67%) sepia(73%) saturate(760%)
    hue-rotate(358deg) brightness(101%) contrast(106%);
  --hz-filter--backgroundBrandTertiary: invert(27%) sepia(89%) saturate(6716%)
    hue-rotate(205deg) brightness(98%) contrast(101%);
  --hz-filter--backgroundPrimaryButtonDefault: invert(84%) sepia(28%)
    saturate(5635%) hue-rotate(358deg) brightness(101%) contrast(102%);
  --hz-filter--backgroundPrimaryButtonHover: invert(83%) sepia(40%)
    saturate(1121%) hue-rotate(335deg) brightness(103%) contrast(103%);
  --hz-filter--backgroundPrimaryButtonActive: invert(58%) sepia(98%)
    saturate(547%) hue-rotate(359deg) brightness(102%) contrast(105%);
  --hz-filter--backgroundSecondaryButtonDefault: invert(6%) sepia(8%)
    saturate(319%) hue-rotate(315deg) brightness(95%) contrast(89%);
  --hz-filter--backgroundSecondaryButtonHover: invert(11%) sepia(2%)
    saturate(9%) hue-rotate(22deg) brightness(98%) contrast(92%);
  --hz-filter--backgroundSecondaryButtonActive: invert(0%) sepia(2%)
    saturate(359%) hue-rotate(265deg) brightness(101%) contrast(92%);
  --hz-filter--backgroundSecondaryButtonErrorDefault: invert(0%) sepia(6%)
    saturate(6414%) hue-rotate(32deg) brightness(87%) contrast(80%);
  --hz-filter--backgroundSecondaryButtonErrorHover: invert(10%) sepia(5%)
    saturate(262%) hue-rotate(22deg) brightness(93%) contrast(89%);
  --hz-filter--backgroundSecondaryButtonErrorActive: invert(0%) sepia(3%)
    saturate(3492%) hue-rotate(30deg) brightness(86%) contrast(91%);
  --hz-filter--backgroundControlsDefault: invert(10%) sepia(0%) saturate(8%)
    hue-rotate(192deg) brightness(92%) contrast(96%);
  --hz-filter--backgroundControlsHover: invert(10%) sepia(0%) saturate(3570%)
    hue-rotate(137deg) brightness(107%) contrast(90%);
  --hz-filter--backgroundControlsSelected: invert(33%) sepia(94%)
    saturate(2077%) hue-rotate(192deg) brightness(103%) contrast(106%);
  --hz-filter--backgroundLoadingSkeleton: invert(20%) sepia(81%) saturate(22%)
    hue-rotate(75deg) brightness(103%) contrast(85%);
  --hz-filter--backgroundChatBubbleSender: invert(32%) sepia(15%)
    saturate(1466%) hue-rotate(175deg) brightness(97%) contrast(89%);
  --hz-filter--backgroundChatBubbleReceiver: invert(26%) sepia(7%) saturate(91%)
    hue-rotate(21deg) brightness(98%) contrast(91%);
  --hz-filter--textOnBackgroundSurface: invert(93%) sepia(7%) saturate(554%)
    hue-rotate(196deg) brightness(105%) contrast(84%);
  --hz-filter--textOnBackgroundSurfaceStrong: invert(98%) sepia(1%)
    saturate(868%) hue-rotate(180deg) brightness(93%) contrast(99%);
  --hz-filter--textOnBackgroundSecondary: invert(99%) sepia(52%) saturate(488%)
    hue-rotate(177deg) brightness(96%) contrast(91%);
  --hz-filter--textOnBackgroundBrandPrimary: invert(100%) sepia(4%)
    saturate(2455%) hue-rotate(268deg) brightness(120%) contrast(97%);
  --hz-filter--textOnBackgroundBrandPrimaryAlt: invert(0%) sepia(7%)
    saturate(7478%) hue-rotate(330deg) brightness(87%) contrast(95%);
  --hz-filter--textOnBackgroundBrandPrimarySoft: invert(0%) sepia(7%)
    saturate(17%) hue-rotate(101deg) brightness(85%) contrast(100%);
  --hz-filter--textOnBackgroundBrandSecondary: invert(95%) sepia(1%)
    saturate(4592%) hue-rotate(203deg) brightness(96%) contrast(87%);
  --hz-filter--textOnBackgroundBrandSecondaryAlt: invert(89%) sepia(0%)
    saturate(3736%) hue-rotate(84deg) brightness(108%) contrast(104%);
  --hz-filter--textOnBackgroundBrandTertiary: invert(94%) sepia(11%)
    saturate(80%) hue-rotate(179deg) brightness(95%) contrast(96%);
  --hz-filter--textOnBackgroundPrimaryButtonDefault: invert(14%) sepia(44%)
    saturate(2698%) hue-rotate(194deg) brightness(94%) contrast(107%);
  --hz-filter--textOnBackgroundSecondaryButtonDefault: invert(37%) sepia(94%)
    saturate(1578%) hue-rotate(183deg) brightness(102%) contrast(105%);
  --hz-filter--textOnBackgroundSecondaryButtonErrorDefault: invert(32%)
    sepia(82%) saturate(2922%) hue-rotate(336deg) brightness(103%) contrast(91%);
  --hz-filter--textOnBackgroundChatBubbleSender: invert(100%) sepia(4%)
    saturate(27%) hue-rotate(74deg) brightness(103%) contrast(97%);
  --hz-filter--textOnBackgroundChatBubbleReceiver: invert(87%) sepia(15%)
    saturate(64%) hue-rotate(179deg) brightness(108%) contrast(86%);
  --hz-filter--borderSoft: invert(25%) sepia(0%) saturate(1711%)
    hue-rotate(193deg) brightness(90%) contrast(80%);
  --hz-filter--borderMedium: invert(66%) sepia(0%) saturate(0%)
    hue-rotate(70deg) brightness(89%) contrast(87%);
  --hz-filter--borderStrong: invert(79%) sepia(6%) saturate(29%)
    hue-rotate(22deg) brightness(83%) contrast(84%);
  --hz-filter--borderDivider: invert(90%) sepia(0%) saturate(1059%)
    hue-rotate(135deg) brightness(93%) contrast(77%);
  --hz-filter--borderError: invert(42%) sepia(100%) saturate(4407%)
    hue-rotate(336deg) brightness(106%) contrast(91%);
  --hz-filter--borderSecondaryButtonDefault: invert(46%) sepia(39%)
    saturate(7467%) hue-rotate(187deg) brightness(108%) contrast(103%);
  --hz-filter--borderSecondaryButtonError: invert(55%) sepia(66%)
    saturate(6812%) hue-rotate(333deg) brightness(112%) contrast(118%);
  --hz-filter--borderInputsDefault: invert(64%) sepia(8%) saturate(11%)
    hue-rotate(25deg) brightness(89%) contrast(88%);
  --hz-filter--borderInputsHover: invert(38%) sepia(75%) saturate(2292%)
    hue-rotate(184deg) brightness(104%) contrast(102%);
  --hz-filter--borderInputsError: invert(49%) sepia(74%) saturate(4728%)
    hue-rotate(330deg) brightness(94%) contrast(103%);
  --hz-filter--borderControlsDefault: invert(61%) sepia(0%) saturate(0%)
    hue-rotate(338deg) brightness(95%) contrast(95%);
  --hz-filter--borderControlsHover: invert(56%) sepia(58%) saturate(5911%)
    hue-rotate(182deg) brightness(101%) contrast(105%);
  --hz-filter--borderControlsSelected: invert(42%) sepia(88%) saturate(3457%)
    hue-rotate(190deg) brightness(99%) contrast(111%);
  --hz-filter--borderOutlineFocus: invert(46%) sepia(68%) saturate(7494%)
    hue-rotate(189deg) brightness(95%) contrast(104%);
}
