: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: #929292;
  --hz-color--borderInputsHover: #1d4b89;
  --hz-color--borderInputsError: #c5283d;
  --hz-color--borderControlsDefault: #929292;
  --hz-color--borderControlsHover: #1d4b89;
  --hz-color--borderControlsSelected: #00285a;
  --hz-color--borderOutlineFocus: #00285a;
  --hz-filter--textPrimary: invert(9%) sepia(48%) saturate(1959%)
    hue-rotate(188deg) brightness(93%) contrast(106%);
  --hz-filter--textSecondary: invert(18%) sepia(14%) saturate(5213%)
    hue-rotate(183deg) brightness(97%) contrast(95%);
  --hz-filter--textBrandPrimary: invert(73%) sepia(93%) saturate(2835%)
    hue-rotate(5deg) brightness(111%) contrast(103%);
  --hz-filter--textBrandSecondary: invert(12%) sepia(45%) saturate(2832%)
    hue-rotate(195deg) brightness(99%) contrast(106%);
  --hz-filter--textSuccess: invert(36%) sepia(8%) saturate(3302%)
    hue-rotate(106deg) brightness(91%) contrast(85%);
  --hz-filter--textError: invert(20%) sepia(51%) saturate(3667%)
    hue-rotate(334deg) brightness(102%) contrast(95%);
  --hz-filter--textWarning: invert(38%) sepia(22%) saturate(2045%)
    hue-rotate(334deg) brightness(92%) contrast(92%);
  --hz-filter--textInfo: invert(15%) sepia(99%) saturate(1459%)
    hue-rotate(194deg) brightness(90%) contrast(95%);
  --hz-filter--textPlaceholder: invert(43%) sepia(28%) saturate(462%)
    hue-rotate(176deg) brightness(96%) contrast(85%);
  --hz-filter--textContrastHigh: invert(100%) sepia(1%) saturate(2375%)
    hue-rotate(301deg) brightness(97%) contrast(102%);
  --hz-filter--textContrastLow: invert(0%) sepia(100%) saturate(21%)
    hue-rotate(2deg) brightness(92%) contrast(108%);
  --hz-filter--textLinkDefault: invert(24%) sepia(67%) saturate(5794%)
    hue-rotate(203deg) brightness(96%) contrast(100%);
  --hz-filter--textLinkHover: invert(36%) sepia(99%) saturate(3605%)
    hue-rotate(195deg) brightness(94%) contrast(104%);
  --hz-filter--textLinkActive: invert(16%) sepia(37%) saturate(6171%)
    hue-rotate(219deg) brightness(104%) contrast(97%);
  --hz-filter--textLinkVisited: invert(32%) sepia(93%) saturate(1555%)
    hue-rotate(197deg) brightness(81%) contrast(116%);
  --hz-filter--textControlsDefault: invert(9%) sepia(17%) saturate(4877%)
    hue-rotate(185deg) brightness(104%) contrast(107%);
  --hz-filter--textControlsHover: invert(14%) sepia(98%) saturate(1443%)
    hue-rotate(196deg) brightness(99%) contrast(97%);
  --hz-filter--textControlsSelected: invert(17%) sepia(83%) saturate(1344%)
    hue-rotate(193deg) brightness(88%) contrast(102%);
  --hz-filter--signalSuccessDefault: invert(35%) sepia(33%) saturate(787%)
    hue-rotate(106deg) brightness(92%) contrast(90%);
  --hz-filter--signalSuccessSoft: invert(100%) sepia(3%) saturate(4404%)
    hue-rotate(73deg) brightness(100%) contrast(94%);
  --hz-filter--signalErrorDefault: invert(21%) sepia(45%) saturate(4370%)
    hue-rotate(336deg) brightness(92%) contrast(91%);
  --hz-filter--signalErrorSoft: invert(97%) sepia(5%) saturate(1688%)
    hue-rotate(291deg) brightness(101%) contrast(103%);
  --hz-filter--signalWarningDefault: invert(31%) sepia(20%) saturate(3861%)
    hue-rotate(346deg) brightness(101%) contrast(82%);
  --hz-filter--signalWarningSoft: invert(100%) sepia(21%) saturate(1542%)
    hue-rotate(304deg) brightness(102%) contrast(94%);
  --hz-filter--signalInfoDefault: invert(15%) sepia(99%) saturate(1376%)
    hue-rotate(195deg) brightness(92%) contrast(98%);
  --hz-filter--signalInfoSoft: invert(96%) sepia(5%) saturate(272%)
    hue-rotate(182deg) brightness(96%) contrast(96%);
  --hz-filter--textOnSignalSuccessDefault: invert(99%) sepia(0%) saturate(5128%)
    hue-rotate(66deg) brightness(111%) contrast(96%);
  --hz-filter--textOnSignalSuccessSoft: invert(32%) sepia(82%) saturate(364%)
    hue-rotate(106deg) brightness(89%) contrast(87%);
  --hz-filter--textOnSignalErrorDefault: invert(100%) sepia(0%) saturate(4945%)
    hue-rotate(250deg) brightness(121%) contrast(97%);
  --hz-filter--textOnSignalErrorSoft: invert(16%) sepia(94%) saturate(2258%)
    hue-rotate(335deg) brightness(108%) contrast(91%);
  --hz-filter--textOnSignalWarningDefault: invert(100%) sepia(20%)
    saturate(558%) hue-rotate(321deg) brightness(104%) contrast(94%);
  --hz-filter--textOnSignalWarningSoft: invert(33%) sepia(61%) saturate(922%)
    hue-rotate(337deg) brightness(95%) contrast(89%);
  --hz-filter--textOnSignalInfoDefault: invert(100%) sepia(15%) saturate(970%)
    hue-rotate(27deg) brightness(114%) contrast(101%);
  --hz-filter--textOnSignalInfoSoft: invert(13%) sepia(62%) saturate(3066%)
    hue-rotate(202deg) brightness(96%) contrast(94%);
  --hz-filter--backgroundDefault: invert(100%) sepia(0%) saturate(2642%)
    hue-rotate(26deg) brightness(119%) contrast(106%);
  --hz-filter--backgroundSurface: invert(100%) sepia(0%) saturate(2%)
    hue-rotate(183deg) brightness(106%) contrast(101%);
  --hz-filter--backgroundSurfaceStrong: invert(0%) sepia(16%) saturate(4870%)
    hue-rotate(10deg) brightness(92%) contrast(90%);
  --hz-filter--backgroundHighlight: invert(0%) sepia(1%) saturate(5074%)
    hue-rotate(318deg) brightness(96%) contrast(90%);
  --hz-filter--backgroundSecondary: invert(77%) sepia(97%) saturate(0%)
    hue-rotate(198deg) brightness(101%) contrast(100%);
  --hz-filter--backgroundBrandPrimary: invert(10%) sepia(30%) saturate(6634%)
    hue-rotate(206deg) brightness(92%) contrast(100%);
  --hz-filter--backgroundBrandPrimaryAlt: invert(7%) sepia(74%) saturate(1053%)
    hue-rotate(178deg) brightness(86%) contrast(108%);
  --hz-filter--backgroundBrandPrimarySoft: invert(85%) sepia(6%) saturate(196%)
    hue-rotate(185deg) brightness(114%) contrast(93%);
  --hz-filter--backgroundBrandSecondary: invert(73%) sepia(49%) saturate(2863%)
    hue-rotate(1deg) brightness(105%) contrast(107%);
  --hz-filter--backgroundBrandTertiary: invert(6%) sepia(91%) saturate(2853%)
    hue-rotate(195deg) brightness(97%) contrast(105%);
  --hz-filter--backgroundPrimaryButtonDefault: invert(82%) sepia(39%)
    saturate(4942%) hue-rotate(1deg) brightness(104%) contrast(104%);
  --hz-filter--backgroundPrimaryButtonHover: invert(82%) sepia(67%)
    saturate(1862%) hue-rotate(336deg) brightness(102%) contrast(101%);
  --hz-filter--backgroundPrimaryButtonActive: invert(70%) sepia(51%)
    saturate(2568%) hue-rotate(359deg) brightness(101%) contrast(106%);
  --hz-filter--backgroundSecondaryButtonDefault: invert(99%) sepia(1%)
    saturate(3503%) hue-rotate(79deg) brightness(128%) contrast(97%);
  --hz-filter--backgroundSecondaryButtonHover: invert(92%) sepia(2%)
    saturate(1531%) hue-rotate(195deg) brightness(107%) contrast(93%);
  --hz-filter--backgroundSecondaryButtonActive: invert(96%) sepia(1%)
    saturate(4523%) hue-rotate(205deg) brightness(102%) contrast(88%);
  --hz-filter--backgroundSecondaryButtonErrorDefault: invert(86%) sepia(54%)
    saturate(0%) hue-rotate(123deg) brightness(107%) contrast(103%);
  --hz-filter--backgroundSecondaryButtonErrorHover: invert(99%) sepia(48%)
    saturate(218%) hue-rotate(317deg) brightness(100%) contrast(99%);
  --hz-filter--backgroundSecondaryButtonErrorActive: invert(99%) sepia(25%)
    saturate(6096%) hue-rotate(195deg) brightness(118%) contrast(98%);
  --hz-filter--backgroundControlsDefault: invert(78%) sepia(100%) saturate(2%)
    hue-rotate(49deg) brightness(103%) contrast(103%);
  --hz-filter--backgroundControlsHover: invert(96%) sepia(10%) saturate(429%)
    hue-rotate(181deg) brightness(100%) contrast(90%);
  --hz-filter--backgroundControlsSelected: invert(15%) sepia(60%)
    saturate(2410%) hue-rotate(197deg) brightness(93%) contrast(95%);
  --hz-filter--backgroundLoadingSkeleton: invert(76%) sepia(29%) saturate(0%)
    hue-rotate(271deg) brightness(104%) contrast(115%);
  --hz-filter--backgroundChatBubbleSender: invert(17%) sepia(93%) saturate(804%)
    hue-rotate(180deg) brightness(90%) contrast(97%);
  --hz-filter--backgroundChatBubbleReceiver: invert(87%) sepia(0%)
    saturate(4841%) hue-rotate(67deg) brightness(113%) contrast(98%);
  --hz-filter--textOnBackgroundSurface: invert(10%) sepia(55%) saturate(1365%)
    hue-rotate(182deg) brightness(93%) contrast(108%);
  --hz-filter--textOnBackgroundSurfaceStrong: invert(79%) sepia(99%)
    saturate(0%) hue-rotate(66deg) brightness(105%) contrast(106%);
  --hz-filter--textOnBackgroundSecondary: invert(12%) sepia(37%) saturate(1058%)
    hue-rotate(170deg) brightness(102%) contrast(112%);
  --hz-filter--textOnBackgroundBrandPrimary: invert(94%) sepia(1%)
    saturate(7480%) hue-rotate(178deg) brightness(131%) contrast(97%);
  --hz-filter--textOnBackgroundBrandPrimaryAlt: invert(100%) sepia(4%)
    saturate(1%) hue-rotate(341deg) brightness(114%) contrast(97%);
  --hz-filter--textOnBackgroundBrandPrimarySoft: invert(0%) sepia(96%)
    saturate(12%) hue-rotate(31deg) brightness(93%) contrast(100%);
  --hz-filter--textOnBackgroundBrandSecondary: invert(0%) sepia(4%) saturate(0%)
    hue-rotate(337deg) brightness(93%) contrast(107%);
  --hz-filter--textOnBackgroundBrandSecondaryAlt: invert(13%) sepia(88%)
    saturate(1660%) hue-rotate(197deg) brightness(82%) contrast(105%);
  --hz-filter--textOnBackgroundBrandTertiary: invert(90%) sepia(0%)
    saturate(3227%) hue-rotate(98deg) brightness(109%) contrast(100%);
  --hz-filter--textOnBackgroundPrimaryButtonDefault: invert(13%) sepia(82%)
    saturate(1413%) hue-rotate(192deg) brightness(94%) contrast(108%);
  --hz-filter--textOnBackgroundSecondaryButtonDefault: invert(13%) sepia(61%)
    saturate(2151%) hue-rotate(196deg) brightness(90%) contrast(106%);
  --hz-filter--textOnBackgroundSecondaryButtonErrorDefault: invert(23%)
    sepia(100%) saturate(2040%) hue-rotate(335deg) brightness(80%) contrast(93%);
  --hz-filter--textOnBackgroundChatBubbleSender: invert(100%) sepia(1%)
    saturate(7500%) hue-rotate(329deg) brightness(99%) contrast(118%);
  --hz-filter--textOnBackgroundChatBubbleReceiver: invert(8%) sepia(24%)
    saturate(6226%) hue-rotate(196deg) brightness(97%) contrast(105%);
  --hz-filter--borderSoft: invert(88%) sepia(0%) saturate(500%)
    hue-rotate(164deg) brightness(99%) contrast(109%);
  --hz-filter--borderMedium: invert(78%) sepia(23%) saturate(6%)
    hue-rotate(120deg) brightness(98%) contrast(88%);
  --hz-filter--borderStrong: invert(61%) sepia(0%) saturate(0%)
    hue-rotate(166deg) brightness(96%) contrast(88%);
  --hz-filter--borderDivider: invert(82%) sepia(5%) saturate(33%)
    hue-rotate(22deg) brightness(95%) contrast(93%);
  --hz-filter--borderError: invert(25%) sepia(85%) saturate(2594%)
    hue-rotate(337deg) brightness(79%) contrast(94%);
  --hz-filter--borderSecondaryButtonDefault: invert(15%) sepia(35%)
    saturate(4813%) hue-rotate(202deg) brightness(90%) contrast(94%);
  --hz-filter--borderSecondaryButtonError: invert(19%) sepia(63%)
    saturate(2263%) hue-rotate(329deg) brightness(117%) contrast(100%);
  --hz-filter--borderInputsDefault: invert(65%) sepia(0%) saturate(1108%)
    hue-rotate(196deg) brightness(89%) contrast(94%);
  --hz-filter--borderInputsHover: invert(20%) sepia(43%) saturate(2352%)
    hue-rotate(196deg) brightness(99%) contrast(90%);
  --hz-filter--borderInputsError: invert(29%) sepia(82%) saturate(2331%)
    hue-rotate(333deg) brightness(77%) contrast(101%);
  --hz-filter--borderControlsDefault: invert(64%) sepia(5%) saturate(17%)
    hue-rotate(327deg) brightness(92%) contrast(78%);
  --hz-filter--borderControlsHover: invert(27%) sepia(9%) saturate(5572%)
    hue-rotate(181deg) brightness(94%) contrast(97%);
  --hz-filter--borderControlsSelected: invert(10%) sepia(79%) saturate(2527%)
    hue-rotate(202deg) brightness(94%) contrast(103%);
  --hz-filter--borderOutlineFocus: invert(11%) sepia(31%) saturate(5577%)
    hue-rotate(203deg) brightness(92%) contrast(102%);
}

/* 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(97%) sepia(5%) saturate(197%)
    hue-rotate(183deg) brightness(92%) contrast(100%);
  --hz-filter--textSecondary: invert(82%) sepia(14%) saturate(237%)
    hue-rotate(176deg) brightness(92%) contrast(91%);
  --hz-filter--textBrandPrimary: invert(79%) sepia(27%) saturate(5301%)
    hue-rotate(0deg) brightness(105%) contrast(102%);
  --hz-filter--textBrandSecondary: invert(12%) sepia(41%) saturate(3816%)
    hue-rotate(200deg) brightness(91%) contrast(103%);
  --hz-filter--textSuccess: invert(48%) sepia(7%) saturate(2997%)
    hue-rotate(110deg) brightness(105%) contrast(94%);
  --hz-filter--textError: invert(45%) sepia(91%) saturate(4384%)
    hue-rotate(330deg) brightness(94%) contrast(106%);
  --hz-filter--textWarning: invert(60%) sepia(61%) saturate(478%)
    hue-rotate(347deg) brightness(85%) contrast(91%);
  --hz-filter--textInfo: invert(40%) sepia(86%) saturate(2871%)
    hue-rotate(186deg) brightness(106%) contrast(102%);
  --hz-filter--textPlaceholder: invert(69%) sepia(20%) saturate(345%)
    hue-rotate(176deg) brightness(86%) contrast(86%);
  --hz-filter--textContrastHigh: invert(99%) sepia(1%) saturate(0%)
    hue-rotate(42deg) brightness(100%) contrast(100%);
  --hz-filter--textContrastLow: invert(0%) sepia(0%) saturate(7469%)
    hue-rotate(217deg) brightness(108%) contrast(108%);
  --hz-filter--textLinkDefault: invert(42%) sepia(52%) saturate(3545%)
    hue-rotate(184deg) brightness(102%) contrast(106%);
  --hz-filter--textLinkHover: invert(71%) sepia(75%) saturate(5132%)
    hue-rotate(182deg) brightness(103%) contrast(101%);
  --hz-filter--textLinkActive: invert(43%) sepia(98%) saturate(2883%)
    hue-rotate(184deg) brightness(103%) contrast(107%);
  --hz-filter--textLinkVisited: invert(50%) sepia(68%) saturate(4158%)
    hue-rotate(182deg) brightness(100%) contrast(105%);
  --hz-filter--textControlsDefault: invert(100%) sepia(67%) saturate(417%)
    hue-rotate(176deg) brightness(98%) contrast(88%);
  --hz-filter--textControlsHover: invert(57%) sepia(74%) saturate(2922%)
    hue-rotate(179deg) brightness(101%) contrast(101%);
  --hz-filter--textControlsSelected: invert(43%) sepia(78%) saturate(3242%)
    hue-rotate(184deg) brightness(103%) contrast(104%);
  --hz-filter--signalSuccessDefault: invert(35%) sepia(8%) saturate(3153%)
    hue-rotate(106deg) brightness(93%) contrast(86%);
  --hz-filter--signalSuccessSoft: invert(34%) sepia(61%) saturate(415%)
    hue-rotate(106deg) brightness(92%) contrast(96%);
  --hz-filter--signalErrorDefault: invert(20%) sepia(32%) saturate(6565%)
    hue-rotate(337deg) brightness(97%) contrast(89%);
  --hz-filter--signalErrorSoft: invert(18%) sepia(34%) saturate(7486%)
    hue-rotate(340deg) brightness(92%) contrast(84%);
  --hz-filter--signalWarningDefault: invert(39%) sepia(12%) saturate(3171%)
    hue-rotate(332deg) brightness(94%) contrast(93%);
  --hz-filter--signalWarningSoft: invert(32%) sepia(96%) saturate(765%)
    hue-rotate(342deg) brightness(89%) contrast(86%);
  --hz-filter--signalInfoDefault: invert(16%) sepia(35%) saturate(4236%)
    hue-rotate(198deg) brightness(91%) contrast(95%);
  --hz-filter--signalInfoSoft: invert(17%) sepia(27%) saturate(4074%)
    hue-rotate(195deg) brightness(99%) contrast(101%);
  --hz-filter--textOnSignalSuccessDefault: invert(99%) sepia(2%) saturate(1300%)
    hue-rotate(263deg) brightness(112%) contrast(97%);
  --hz-filter--textOnSignalSuccessSoft: invert(100%) sepia(0%) saturate(7129%)
    hue-rotate(184deg) brightness(98%) contrast(100%);
  --hz-filter--textOnSignalErrorDefault: invert(99%) sepia(0%) saturate(7419%)
    hue-rotate(298deg) brightness(124%) contrast(97%);
  --hz-filter--textOnSignalErrorSoft: invert(99%) sepia(13%) saturate(998%)
    hue-rotate(30deg) brightness(121%) contrast(97%);
  --hz-filter--textOnSignalWarningDefault: invert(100%) sepia(95%)
    saturate(161%) hue-rotate(30deg) brightness(116%) contrast(97%);
  --hz-filter--textOnSignalWarningSoft: invert(91%) sepia(53%) saturate(33%)
    hue-rotate(134deg) brightness(108%) contrast(97%);
  --hz-filter--textOnSignalInfoDefault: invert(96%) sepia(0%) saturate(15%)
    hue-rotate(154deg) brightness(103%) contrast(103%);
  --hz-filter--textOnSignalInfoSoft: invert(100%) sepia(19%) saturate(1011%)
    hue-rotate(303deg) brightness(106%) contrast(103%);
  --hz-filter--backgroundDefault: invert(7%) sepia(34%) saturate(17%)
    hue-rotate(331deg) brightness(92%) contrast(92%);
  --hz-filter--backgroundSurface: invert(9%) sepia(5%) saturate(314%)
    hue-rotate(21deg) brightness(99%) contrast(86%);
  --hz-filter--backgroundSurfaceStrong: invert(24%) sepia(8%) saturate(71%)
    hue-rotate(21deg) brightness(97%) contrast(84%);
  --hz-filter--backgroundHighlight: invert(0%) sepia(7%) saturate(4%)
    hue-rotate(339deg) brightness(88%) contrast(91%);
  --hz-filter--backgroundSecondary: invert(0%) sepia(34%) saturate(3924%)
    hue-rotate(35deg) brightness(60%) contrast(91%);
  --hz-filter--backgroundBrandPrimary: invert(47%) sepia(9%) saturate(2810%)
    hue-rotate(179deg) brightness(81%) contrast(84%);
  --hz-filter--backgroundBrandPrimaryAlt: invert(21%) sepia(76%) saturate(1510%)
    hue-rotate(194deg) brightness(89%) contrast(85%);
  --hz-filter--backgroundBrandPrimarySoft: invert(17%) sepia(56%)
    saturate(1945%) hue-rotate(193deg) brightness(96%) contrast(102%);
  --hz-filter--backgroundBrandSecondary: invert(84%) sepia(48%) saturate(3357%)
    hue-rotate(356deg) brightness(98%) contrast(107%);
  --hz-filter--backgroundBrandTertiary: invert(31%) sepia(98%) saturate(4623%)
    hue-rotate(203deg) brightness(91%) contrast(101%);
  --hz-filter--backgroundPrimaryButtonDefault: invert(72%) sepia(8%)
    saturate(6321%) hue-rotate(1deg) brightness(105%) contrast(104%);
  --hz-filter--backgroundPrimaryButtonHover: invert(83%) sepia(100%)
    saturate(3677%) hue-rotate(331deg) brightness(100%) contrast(99%);
  --hz-filter--backgroundPrimaryButtonActive: invert(57%) sepia(96%)
    saturate(513%) hue-rotate(0deg) brightness(103%) contrast(105%);
  --hz-filter--backgroundSecondaryButtonDefault: invert(9%) sepia(16%)
    saturate(21%) hue-rotate(314deg) brightness(107%) contrast(99%);
  --hz-filter--backgroundSecondaryButtonHover: invert(12%) sepia(6%)
    saturate(186%) hue-rotate(22deg) brightness(98%) contrast(94%);
  --hz-filter--backgroundSecondaryButtonActive: invert(0%) sepia(4%)
    saturate(5676%) hue-rotate(5deg) brightness(92%) contrast(91%);
  --hz-filter--backgroundSecondaryButtonErrorDefault: invert(0%) sepia(16%)
    saturate(26%) hue-rotate(321deg) brightness(94%) contrast(80%);
  --hz-filter--backgroundSecondaryButtonErrorHover: invert(9%) sepia(8%)
    saturate(184%) hue-rotate(21deg) brightness(100%) contrast(87%);
  --hz-filter--backgroundSecondaryButtonErrorActive: invert(0%) sepia(87%)
    saturate(20%) hue-rotate(317deg) brightness(104%) contrast(91%);
  --hz-filter--backgroundControlsDefault: invert(10%) sepia(11%) saturate(0%)
    hue-rotate(122deg) brightness(83%) contrast(89%);
  --hz-filter--backgroundControlsHover: invert(8%) sepia(1%) saturate(1358%)
    hue-rotate(22deg) brightness(100%) contrast(85%);
  --hz-filter--backgroundControlsSelected: invert(44%) sepia(59%)
    saturate(5206%) hue-rotate(191deg) brightness(101%) contrast(109%);
  --hz-filter--backgroundLoadingSkeleton: invert(26%) sepia(5%) saturate(80%)
    hue-rotate(21deg) brightness(97%) contrast(91%);
  --hz-filter--backgroundChatBubbleSender: invert(32%) sepia(6%) saturate(4164%)
    hue-rotate(175deg) brightness(88%) contrast(77%);
  --hz-filter--backgroundChatBubbleReceiver: invert(28%) sepia(0%)
    saturate(2190%) hue-rotate(141deg) brightness(89%) contrast(89%);
  --hz-filter--textOnBackgroundSurface: invert(95%) sepia(2%) saturate(704%)
    hue-rotate(190deg) brightness(102%) contrast(84%);
  --hz-filter--textOnBackgroundSurfaceStrong: invert(95%) sepia(20%)
    saturate(249%) hue-rotate(177deg) brightness(97%) contrast(90%);
  --hz-filter--textOnBackgroundSecondary: invert(100%) sepia(5%) saturate(2569%)
    hue-rotate(175deg) brightness(96%) contrast(93%);
  --hz-filter--textOnBackgroundBrandPrimary: invert(87%) sepia(0%)
    saturate(4510%) hue-rotate(159deg) brightness(107%) contrast(111%);
  --hz-filter--textOnBackgroundBrandPrimaryAlt: invert(0%) sepia(100%)
    saturate(0%) hue-rotate(21deg) brightness(97%) contrast(103%);
  --hz-filter--textOnBackgroundBrandPrimarySoft: invert(0%) sepia(9%)
    saturate(7500%) hue-rotate(85deg) brightness(87%) contrast(93%);
  --hz-filter--textOnBackgroundBrandSecondary: invert(99%) sepia(5%)
    saturate(2124%) hue-rotate(177deg) brightness(99%) contrast(85%);
  --hz-filter--textOnBackgroundBrandSecondaryAlt: invert(96%) sepia(13%)
    saturate(1%) hue-rotate(156deg) brightness(106%) contrast(97%);
  --hz-filter--textOnBackgroundBrandTertiary: invert(99%) sepia(11%)
    saturate(1325%) hue-rotate(177deg) brightness(100%) contrast(85%);
  --hz-filter--textOnBackgroundPrimaryButtonDefault: invert(12%) sepia(36%)
    saturate(4069%) hue-rotate(199deg) brightness(101%) contrast(104%);
  --hz-filter--textOnBackgroundSecondaryButtonDefault: invert(47%) sepia(62%)
    saturate(4803%) hue-rotate(186deg) brightness(105%) contrast(105%);
  --hz-filter--textOnBackgroundSecondaryButtonErrorDefault: invert(31%)
    sepia(37%) saturate(3664%) hue-rotate(333deg) brightness(104%) contrast(91%);
  --hz-filter--textOnBackgroundChatBubbleSender: invert(96%) sepia(0%)
    saturate(7500%) hue-rotate(143deg) brightness(103%) contrast(101%);
  --hz-filter--textOnBackgroundChatBubbleReceiver: invert(93%) sepia(13%)
    saturate(70%) hue-rotate(178deg) brightness(99%) contrast(90%);
  --hz-filter--borderSoft: invert(28%) sepia(3%) saturate(5%) hue-rotate(25deg)
    brightness(94%) contrast(93%);
  --hz-filter--borderMedium: invert(67%) sepia(0%) saturate(1%)
    hue-rotate(217deg) brightness(86%) contrast(94%);
  --hz-filter--borderStrong: invert(79%) sepia(0%) saturate(487%)
    hue-rotate(174deg) brightness(85%) contrast(83%);
  --hz-filter--borderDivider: invert(89%) sepia(3%) saturate(0%)
    hue-rotate(50deg) brightness(87%) contrast(92%);
  --hz-filter--borderError: invert(40%) sepia(30%) saturate(6747%)
    hue-rotate(332deg) brightness(97%) contrast(98%);
  --hz-filter--borderSecondaryButtonDefault: invert(50%) sepia(76%)
    saturate(4798%) hue-rotate(185deg) brightness(104%) contrast(106%);
  --hz-filter--borderSecondaryButtonError: invert(24%) sepia(100%)
    saturate(1536%) hue-rotate(333deg) brightness(119%) contrast(92%);
  --hz-filter--borderInputsDefault: invert(62%) sepia(0%) saturate(567%)
    hue-rotate(146deg) brightness(93%) contrast(93%);
  --hz-filter--borderInputsHover: invert(42%) sepia(88%) saturate(2816%)
    hue-rotate(184deg) brightness(103%) contrast(107%);
  --hz-filter--borderInputsError: invert(50%) sepia(66%) saturate(5495%)
    hue-rotate(331deg) brightness(100%) contrast(108%);
  --hz-filter--borderControlsDefault: invert(58%) sepia(19%) saturate(7%)
    hue-rotate(316deg) brightness(94%) contrast(104%);
  --hz-filter--borderControlsHover: invert(32%) sepia(90%) saturate(1533%)
    hue-rotate(188deg) brightness(110%) contrast(102%);
  --hz-filter--borderControlsSelected: invert(33%) sepia(99%) saturate(2383%)
    hue-rotate(193deg) brightness(105%) contrast(105%);
  --hz-filter--borderOutlineFocus: invert(31%) sepia(98%) saturate(1232%)
    hue-rotate(184deg) brightness(93%) contrast(104%);
}
