: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(8%) sepia(48%) saturate(2892%)
    hue-rotate(195deg) brightness(93%) contrast(105%);
  --hz-filter--textSecondary: invert(18%) sepia(53%) saturate(1506%)
    hue-rotate(182deg) brightness(86%) contrast(95%);
  --hz-filter--textBrandPrimary: invert(75%) sepia(25%) saturate(4123%)
    hue-rotate(1deg) brightness(105%) contrast(104%);
  --hz-filter--textBrandSecondary: invert(11%) sepia(52%) saturate(3505%)
    hue-rotate(200deg) brightness(96%) contrast(106%);
  --hz-filter--textSuccess: invert(31%) sepia(21%) saturate(1327%)
    hue-rotate(106deg) brightness(101%) contrast(84%);
  --hz-filter--textError: invert(19%) sepia(79%) saturate(2616%)
    hue-rotate(337deg) brightness(94%) contrast(86%);
  --hz-filter--textWarning: invert(33%) sepia(93%) saturate(577%)
    hue-rotate(337deg) brightness(92%) contrast(89%);
  --hz-filter--textInfo: invert(12%) sepia(82%) saturate(2488%)
    hue-rotate(203deg) brightness(93%) contrast(94%);
  --hz-filter--textPlaceholder: invert(45%) sepia(48%) saturate(246%)
    hue-rotate(175deg) brightness(90%) contrast(94%);
  --hz-filter--textLight: invert(100%) sepia(0%) saturate(7133%)
    hue-rotate(190deg) brightness(109%) contrast(97%);
  --hz-filter--textDark: invert(15%) sepia(6%) saturate(130%) hue-rotate(22deg)
    brightness(93%) contrast(99%);
  --hz-filter--textInverse: invert(8%) sepia(2%) saturate(759%)
    hue-rotate(22deg) brightness(98%) contrast(84%);
  --hz-filter--textLinkDefault: invert(28%) sepia(91%) saturate(6209%)
    hue-rotate(204deg) brightness(96%) contrast(102%);
  --hz-filter--textLinkHover: invert(41%) sepia(80%) saturate(5485%)
    hue-rotate(197deg) brightness(96%) contrast(101%);
  --hz-filter--textLinkActive: invert(18%) sepia(88%) saturate(2706%)
    hue-rotate(216deg) brightness(91%) contrast(97%);
  --hz-filter--textLinkVisited: invert(23%) sepia(44%) saturate(5665%)
    hue-rotate(201deg) brightness(92%) contrast(109%);
  --hz-filter--textControlsDefault: invert(6%) sepia(69%) saturate(3518%)
    hue-rotate(201deg) brightness(97%) contrast(102%);
  --hz-filter--textControlsHover: invert(18%) sepia(18%) saturate(5552%)
    hue-rotate(190deg) brightness(97%) contrast(98%);
  --hz-filter--textControlsSelected: invert(16%) sepia(91%) saturate(1008%)
    hue-rotate(182deg) brightness(101%) contrast(100%);
  --hz-filter--signalSuccessDefault: invert(37%) sepia(10%) saturate(2222%)
    hue-rotate(106deg) brightness(92%) contrast(95%);
  --hz-filter--signalSuccessSoft: invert(95%) sepia(16%) saturate(130%)
    hue-rotate(109deg) brightness(97%) contrast(97%);
  --hz-filter--signalErrorDefault: invert(24%) sepia(68%) saturate(2405%)
    hue-rotate(331deg) brightness(85%) contrast(97%);
  --hz-filter--signalErrorSoft: invert(100%) sepia(41%) saturate(2134%)
    hue-rotate(287deg) brightness(111%) contrast(99%);
  --hz-filter--signalWarningDefault: invert(27%) sepia(93%) saturate(560%)
    hue-rotate(335deg) brightness(114%) contrast(92%);
  --hz-filter--signalWarningSoft: invert(88%) sepia(6%) saturate(761%)
    hue-rotate(331deg) brightness(111%) contrast(94%);
  --hz-filter--signalInfoDefault: invert(17%) sepia(25%) saturate(4085%)
    hue-rotate(193deg) brightness(99%) contrast(102%);
  --hz-filter--signalInfoSoft: invert(99%) sepia(15%) saturate(1211%)
    hue-rotate(177deg) brightness(97%) contrast(94%);
  --hz-filter--textOnSignalSuccessDefault: invert(100%) sepia(0%)
    saturate(2071%) hue-rotate(114deg) brightness(122%) contrast(106%);
  --hz-filter--textOnSignalSuccessSoft: invert(33%) sepia(48%) saturate(550%)
    hue-rotate(106deg) brightness(94%) contrast(91%);
  --hz-filter--textOnSignalErrorDefault: invert(84%) sepia(65%) saturate(19%)
    hue-rotate(126deg) brightness(111%) contrast(101%);
  --hz-filter--textOnSignalErrorSoft: invert(20%) sepia(88%) saturate(2760%)
    hue-rotate(338deg) brightness(83%) contrast(88%);
  --hz-filter--textOnSignalWarningDefault: invert(99%) sepia(15%)
    saturate(2461%) hue-rotate(181deg) brightness(116%) contrast(97%);
  --hz-filter--textOnSignalWarningSoft: invert(34%) sepia(32%) saturate(1509%)
    hue-rotate(336deg) brightness(100%) contrast(90%);
  --hz-filter--textOnSignalInfoDefault: invert(93%) sepia(0%) saturate(4226%)
    hue-rotate(92deg) brightness(113%) contrast(100%);
  --hz-filter--textOnSignalInfoSoft: invert(14%) sepia(69%) saturate(2248%)
    hue-rotate(198deg) brightness(93%) contrast(95%);
  --hz-filter--backgroundDefault: invert(100%) sepia(4%) saturate(1083%)
    hue-rotate(340deg) brightness(119%) contrast(97%);
  --hz-filter--backgroundSurface: invert(100%) sepia(100%) saturate(1%)
    hue-rotate(18deg) brightness(112%) contrast(101%);
  --hz-filter--backgroundSurfaceStrong: invert(0%) sepia(2%) saturate(2699%)
    hue-rotate(337deg) brightness(84%) contrast(91%);
  --hz-filter--backgroundHighlight: invert(0%) sepia(68%) saturate(7479%)
    hue-rotate(37deg) brightness(71%) contrast(91%);
  --hz-filter--backgroundSecondary: invert(95%) sepia(90%) saturate(235%)
    hue-rotate(310deg) brightness(117%) contrast(89%);
  --hz-filter--backgroundBrandPrimary: invert(13%) sepia(20%) saturate(6931%)
    hue-rotate(198deg) brightness(95%) contrast(105%);
  --hz-filter--backgroundBrandPrimaryAlt: invert(7%) sepia(35%) saturate(2131%)
    hue-rotate(182deg) brightness(91%) contrast(106%);
  --hz-filter--backgroundBrandPrimarySoft: invert(96%) sepia(6%) saturate(142%)
    hue-rotate(179deg) brightness(98%) contrast(99%);
  --hz-filter--backgroundBrandSecondary: invert(63%) sepia(83%) saturate(510%)
    hue-rotate(359deg) brightness(103%) contrast(106%);
  --hz-filter--backgroundBrandTertiary: invert(3%) sepia(73%) saturate(7500%)
    hue-rotate(206deg) brightness(97%) contrast(101%);
  --hz-filter--backgroundPrimaryButtonDefault: invert(64%) sepia(99%)
    saturate(1316%) hue-rotate(2deg) brightness(107%) contrast(102%);
  --hz-filter--backgroundPrimaryButtonHover: invert(91%) sepia(17%)
    saturate(2861%) hue-rotate(335deg) brightness(100%) contrast(101%);
  --hz-filter--backgroundPrimaryButtonActive: invert(82%) sepia(41%)
    saturate(5395%) hue-rotate(359deg) brightness(101%) contrast(105%);
  --hz-filter--backgroundSecondaryButtonDefault: invert(99%) sepia(1%)
    saturate(1588%) hue-rotate(345deg) brightness(121%) contrast(97%);
  --hz-filter--backgroundSecondaryButtonHover: invert(92%) sepia(13%)
    saturate(64%) hue-rotate(177deg) brightness(102%) contrast(94%);
  --hz-filter--backgroundSecondaryButtonActive: invert(89%) sepia(14%)
    saturate(249%) hue-rotate(194deg) brightness(106%) contrast(89%);
  --hz-filter--backgroundSecondaryButtonErrorDefault: invert(98%) sepia(8%)
    saturate(127%) hue-rotate(275deg) brightness(116%) contrast(97%);
  --hz-filter--backgroundSecondaryButtonErrorHover: invert(99%) sepia(2%)
    saturate(5821%) hue-rotate(51deg) brightness(112%) contrast(120%);
  --hz-filter--backgroundSecondaryButtonErrorActive: invert(88%) sepia(6%)
    saturate(298%) hue-rotate(294deg) brightness(102%) contrast(108%);
  --hz-filter--backgroundControlsDefault: invert(86%) sepia(100%) saturate(17%)
    hue-rotate(112deg) brightness(107%) contrast(97%);
  --hz-filter--backgroundControlsHover: invert(94%) sepia(9%) saturate(131%)
    hue-rotate(176deg) brightness(96%) contrast(98%);
  --hz-filter--backgroundControlsSelected: invert(13%) sepia(97%)
    saturate(1719%) hue-rotate(199deg) brightness(96%) contrast(95%);
  --hz-filter--backgroundLoadingSkeleton: invert(98%) sepia(53%) saturate(434%)
    hue-rotate(294deg) brightness(108%) contrast(80%);
  --hz-filter--backgroundChatBubbleSender: invert(16%) sepia(34%)
    saturate(2495%) hue-rotate(186deg) brightness(99%) contrast(94%);
  --hz-filter--backgroundChatBubbleReceiver: invert(97%) sepia(28%)
    saturate(5743%) hue-rotate(184deg) brightness(124%) contrast(93%);
  --hz-filter--textOnBackgroundSurface: invert(7%) sepia(35%) saturate(4447%)
    hue-rotate(199deg) brightness(97%) contrast(102%);
  --hz-filter--textOnBackgroundSurfaceStrong: invert(96%) sepia(6%)
    saturate(145%) hue-rotate(179deg) brightness(94%) contrast(96%);
  --hz-filter--textOnBackgroundSecondary: invert(7%) sepia(52%) saturate(2749%)
    hue-rotate(199deg) brightness(94%) contrast(101%);
  --hz-filter--textOnBackgroundBrandPrimary: invert(100%) sepia(0%)
    saturate(3672%) hue-rotate(187deg) brightness(123%) contrast(97%);
  --hz-filter--textOnBackgroundBrandPrimaryAlt: invert(100%) sepia(0%)
    saturate(0%) hue-rotate(133deg) brightness(102%) contrast(102%);
  --hz-filter--textOnBackgroundBrandPrimarySoft: invert(13%) sepia(5%)
    saturate(208%) hue-rotate(22deg) brightness(98%) contrast(95%);
  --hz-filter--textOnBackgroundBrandSecondary: invert(11%) sepia(0%)
    saturate(832%) hue-rotate(154deg) brightness(90%) contrast(88%);
  --hz-filter--textOnBackgroundBrandSecondaryAlt: invert(8%) sepia(58%)
    saturate(4540%) hue-rotate(204deg) brightness(101%) contrast(101%);
  --hz-filter--textOnBackgroundBrandTertiary: invert(100%) sepia(5%)
    saturate(0%) hue-rotate(110deg) brightness(103%) contrast(102%);
  --hz-filter--textOnBackgroundPrimaryButtonDefault: invert(12%) sepia(32%)
    saturate(4288%) hue-rotate(198deg) brightness(96%) contrast(105%);
  --hz-filter--textOnBackgroundSecondaryButtonDefault: invert(12%) sepia(66%)
    saturate(1910%) hue-rotate(195deg) brightness(99%) contrast(107%);
  --hz-filter--textOnBackgroundSecondaryButtonErrorDefault: invert(18%)
    sepia(67%) saturate(6607%) hue-rotate(345deg) brightness(85%) contrast(78%);
  --hz-filter--textOnBackgroundChatBubbleSender: invert(71%) sepia(100%)
    saturate(0%) hue-rotate(27deg) brightness(106%) contrast(115%);
  --hz-filter--textOnBackgroundChatBubbleReceiver: invert(8%) sepia(17%)
    saturate(7495%) hue-rotate(196deg) brightness(98%) contrast(103%);
  --hz-filter--borderSoft: invert(91%) sepia(0%) saturate(92%)
    hue-rotate(152deg) brightness(95%) contrast(110%);
  --hz-filter--borderMedium: invert(82%) sepia(5%) saturate(0%)
    hue-rotate(131deg) brightness(95%) contrast(85%);
  --hz-filter--borderStrong: invert(67%) sepia(8%) saturate(11%)
    hue-rotate(109deg) brightness(85%) contrast(88%);
  --hz-filter--borderDivider: invert(94%) sepia(0%) saturate(37%)
    hue-rotate(146deg) brightness(89%) contrast(78%);
  --hz-filter--borderSecondaryButtonDefault: invert(17%) sepia(85%)
    saturate(1062%) hue-rotate(188deg) brightness(99%) contrast(105%);
  --hz-filter--borderSecondaryButtonError: invert(27%) sepia(25%)
    saturate(4055%) hue-rotate(323deg) brightness(96%) contrast(107%);
  --hz-filter--borderInputsDefault: invert(85%) sepia(0%) saturate(0%)
    hue-rotate(145deg) brightness(91%) contrast(92%);
  --hz-filter--borderInputsHover: invert(18%) sepia(60%) saturate(2494%)
    hue-rotate(202deg) brightness(94%) contrast(82%);
  --hz-filter--borderInputsError: invert(28%) sepia(64%) saturate(2332%)
    hue-rotate(330deg) brightness(78%) contrast(100%);
  --hz-filter--borderControlsDefault: invert(96%) sepia(0%) saturate(40%)
    hue-rotate(199deg) brightness(84%) contrast(87%);
  --hz-filter--borderControlsHover: invert(20%) sepia(96%) saturate(937%)
    hue-rotate(190deg) brightness(99%) contrast(92%);
  --hz-filter--borderControlsSelected: invert(13%) sepia(32%) saturate(4311%)
    hue-rotate(197deg) brightness(96%) contrast(105%);
  --hz-filter--borderOutlineFocus: invert(8%) sepia(90%) saturate(2701%)
    hue-rotate(203deg) brightness(101%) 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--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(96%) sepia(6%) saturate(146%)
    hue-rotate(178deg) brightness(95%) contrast(95%);
  --hz-filter--textSecondary: invert(75%) sepia(8%) saturate(410%)
    hue-rotate(175deg) brightness(104%) contrast(85%);
  --hz-filter--textBrandPrimary: invert(79%) sepia(47%) saturate(4018%)
    hue-rotate(359deg) brightness(105%) contrast(105%);
  --hz-filter--textBrandSecondary: invert(12%) sepia(98%) saturate(1447%)
    hue-rotate(196deg) brightness(89%) contrast(106%);
  --hz-filter--textSuccess: invert(52%) sepia(19%) saturate(1308%)
    hue-rotate(110deg) brightness(94%) contrast(84%);
  --hz-filter--textError: invert(44%) sepia(99%) saturate(2446%)
    hue-rotate(326deg) brightness(90%) contrast(114%);
  --hz-filter--textWarning: invert(52%) sepia(84%) saturate(362%)
    hue-rotate(349deg) brightness(95%) contrast(87%);
  --hz-filter--textInfo: invert(40%) sepia(40%) saturate(3369%)
    hue-rotate(184deg) brightness(103%) contrast(105%);
  --hz-filter--textPlaceholder: invert(70%) sepia(9%) saturate(692%)
    hue-rotate(176deg) brightness(85%) contrast(90%);
  --hz-filter--textLight: invert(100%) sepia(0%) saturate(7485%)
    hue-rotate(219deg) brightness(106%) contrast(97%);
  --hz-filter--textDark: invert(11%) sepia(6%) saturate(192%) hue-rotate(21deg)
    brightness(97%) contrast(90%);
  --hz-filter--textInverse: invert(98%) sepia(27%) saturate(2221%)
    hue-rotate(189deg) brightness(136%) contrast(97%);
  --hz-filter--textLinkDefault: invert(37%) sepia(87%) saturate(1586%)
    hue-rotate(184deg) brightness(102%) contrast(107%);
  --hz-filter--textLinkHover: invert(52%) sepia(82%) saturate(2311%)
    hue-rotate(182deg) brightness(103%) contrast(103%);
  --hz-filter--textLinkActive: invert(44%) sepia(55%) saturate(4081%)
    hue-rotate(184deg) brightness(103%) contrast(106%);
  --hz-filter--textLinkVisited: invert(55%) sepia(87%) saturate(4780%)
    hue-rotate(184deg) brightness(103%) contrast(105%);
  --hz-filter--textControlsDefault: invert(96%) sepia(1%) saturate(5739%)
    hue-rotate(188deg) brightness(102%) contrast(88%);
  --hz-filter--textControlsHover: invert(54%) sepia(98%) saturate(2378%)
    hue-rotate(181deg) brightness(103%) contrast(101%);
  --hz-filter--textControlsSelected: invert(40%) sepia(62%) saturate(2917%)
    hue-rotate(184deg) brightness(103%) contrast(104%);
  --hz-filter--signalSuccessDefault: invert(38%) sepia(9%) saturate(2508%)
    hue-rotate(106deg) brightness(90%) contrast(93%);
  --hz-filter--signalSuccessSoft: invert(6%) sepia(15%) saturate(3320%)
    hue-rotate(110deg) brightness(96%) contrast(94%);
  --hz-filter--signalErrorDefault: invert(19%) sepia(46%) saturate(5061%)
    hue-rotate(338deg) brightness(95%) contrast(87%);
  --hz-filter--signalErrorSoft: invert(6%) sepia(58%) saturate(2784%)
    hue-rotate(331deg) brightness(101%) contrast(101%);
  --hz-filter--signalWarningDefault: invert(29%) sepia(62%) saturate(1273%)
    hue-rotate(345deg) brightness(101%) contrast(84%);
  --hz-filter--signalWarningSoft: invert(9%) sepia(35%) saturate(2082%)
    hue-rotate(345deg) brightness(94%) contrast(98%);
  --hz-filter--signalInfoDefault: invert(16%) sepia(99%) saturate(1071%)
    hue-rotate(185deg) brightness(99%) contrast(98%);
  --hz-filter--signalInfoSoft: invert(5%) sepia(44%) saturate(2730%)
    hue-rotate(190deg) brightness(89%) contrast(103%);
  --hz-filter--textOnSignalSuccessDefault: invert(100%) sepia(0%)
    saturate(7500%) hue-rotate(117deg) brightness(103%) contrast(97%);
  --hz-filter--textOnSignalSuccessSoft: invert(94%) sepia(8%) saturate(1511%)
    hue-rotate(95deg) brightness(85%) contrast(88%);
  --hz-filter--textOnSignalErrorDefault: invert(93%) sepia(6%) saturate(1042%)
    hue-rotate(309deg) brightness(119%) contrast(97%);
  --hz-filter--textOnSignalErrorSoft: invert(90%) sepia(49%) saturate(2686%)
    hue-rotate(283deg) brightness(96%) contrast(93%);
  --hz-filter--textOnSignalWarningDefault: invert(100%) sepia(0%) saturate(3%)
    hue-rotate(160deg) brightness(100%) contrast(100%);
  --hz-filter--textOnSignalWarningSoft: invert(100%) sepia(17%) saturate(7433%)
    hue-rotate(303deg) brightness(95%) contrast(89%);
  --hz-filter--textOnSignalInfoDefault: invert(92%) sepia(77%) saturate(0%)
    hue-rotate(45deg) brightness(106%) contrast(97%);
  --hz-filter--textOnSignalInfoSoft: invert(77%) sepia(27%) saturate(3573%)
    hue-rotate(183deg) brightness(109%) contrast(102%);
  --hz-filter--backgroundDefault: invert(8%) sepia(1%) saturate(3003%)
    hue-rotate(315deg) brightness(97%) contrast(94%);
  --hz-filter--backgroundSurface: invert(11%) sepia(6%) saturate(162%)
    hue-rotate(21deg) brightness(97%) contrast(90%);
  --hz-filter--backgroundSurfaceStrong: invert(100%) sepia(28%) saturate(625%)
    hue-rotate(1deg) brightness(112%) contrast(99%);
  --hz-filter--backgroundHighlight: invert(0%) sepia(0%) saturate(3337%)
    hue-rotate(128deg) brightness(87%) contrast(91%);
  --hz-filter--backgroundSecondary: invert(0%) sepia(3%) saturate(5399%)
    hue-rotate(141deg) brightness(98%) contrast(91%);
  --hz-filter--backgroundBrandPrimary: invert(41%) sepia(38%) saturate(640%)
    hue-rotate(178deg) brightness(90%) contrast(89%);
  --hz-filter--backgroundBrandPrimaryAlt: invert(21%) sepia(93%) saturate(824%)
    hue-rotate(186deg) brightness(98%) contrast(94%);
  --hz-filter--backgroundBrandPrimarySoft: invert(18%) sepia(33%)
    saturate(2860%) hue-rotate(189deg) brightness(96%) contrast(101%);
  --hz-filter--backgroundBrandSecondary: invert(76%) sepia(84%) saturate(2363%)
    hue-rotate(360deg) brightness(103%) contrast(101%);
  --hz-filter--backgroundBrandTertiary: invert(34%) sepia(100%) saturate(7495%)
    hue-rotate(205deg) brightness(101%) contrast(101%);
  --hz-filter--backgroundPrimaryButtonDefault: invert(74%) sepia(67%)
    saturate(2512%) hue-rotate(360deg) brightness(105%) contrast(103%);
  --hz-filter--backgroundPrimaryButtonHover: invert(69%) sepia(90%)
    saturate(404%) hue-rotate(354deg) brightness(100%) contrast(102%);
  --hz-filter--backgroundPrimaryButtonActive: invert(68%) sepia(75%)
    saturate(2227%) hue-rotate(0deg) brightness(102%) contrast(108%);
  --hz-filter--backgroundSecondaryButtonDefault: invert(10%) sepia(0%)
    saturate(0%) hue-rotate(11deg) brightness(93%) contrast(98%);
  --hz-filter--backgroundSecondaryButtonHover: invert(11%) sepia(7%)
    saturate(194%) hue-rotate(22deg) brightness(93%) contrast(90%);
  --hz-filter--backgroundSecondaryButtonActive: invert(0%) sepia(49%)
    saturate(5772%) hue-rotate(285deg) brightness(101%) contrast(100%);
  --hz-filter--backgroundSecondaryButtonErrorDefault: invert(4%) sepia(2%)
    saturate(282%) hue-rotate(314deg) brightness(95%) contrast(86%);
  --hz-filter--backgroundSecondaryButtonErrorHover: invert(6%) sepia(4%)
    saturate(599%) hue-rotate(22deg) brightness(98%) contrast(80%);
  --hz-filter--backgroundSecondaryButtonErrorActive: invert(0%) sepia(92%)
    saturate(2299%) hue-rotate(155deg) brightness(116%) contrast(91%);
  --hz-filter--backgroundControlsDefault: invert(11%) sepia(58%) saturate(12%)
    hue-rotate(24deg) brightness(91%) contrast(103%);
  --hz-filter--backgroundControlsHover: invert(11%) sepia(0%) saturate(553%)
    hue-rotate(168deg) brightness(100%) contrast(90%);
  --hz-filter--backgroundControlsSelected: invert(49%) sepia(69%)
    saturate(6349%) hue-rotate(193deg) brightness(106%) contrast(102%);
  --hz-filter--backgroundLoadingSkeleton: invert(28%) sepia(0%) saturate(1648%)
    hue-rotate(157deg) brightness(88%) contrast(86%);
  --hz-filter--backgroundChatBubbleSender: invert(30%) sepia(61%) saturate(374%)
    hue-rotate(175deg) brightness(95%) contrast(90%);
  --hz-filter--backgroundChatBubbleReceiver: invert(26%) sepia(0%)
    saturate(1354%) hue-rotate(173deg) brightness(95%) contrast(87%);
  --hz-filter--textOnBackgroundSurface: invert(97%) sepia(3%) saturate(257%)
    hue-rotate(178deg) brightness(92%) contrast(101%);
  --hz-filter--textOnBackgroundSurfaceStrong: invert(7%) sepia(0%)
    saturate(4775%) hue-rotate(146deg) brightness(92%) contrast(81%);
  --hz-filter--textOnBackgroundSecondary: invert(85%) sepia(10%) saturate(86%)
    hue-rotate(171deg) brightness(106%) contrast(96%);
  --hz-filter--textOnBackgroundBrandPrimary: invert(80%) sepia(90%)
    saturate(36%) hue-rotate(61deg) brightness(120%) contrast(97%);
  --hz-filter--textOnBackgroundBrandPrimaryAlt: invert(9%) sepia(4%)
    saturate(22%) hue-rotate(34deg) brightness(104%) contrast(88%);
  --hz-filter--textOnBackgroundBrandPrimarySoft: invert(8%) sepia(0%)
    saturate(1174%) hue-rotate(159deg) brightness(98%) contrast(84%);
  --hz-filter--textOnBackgroundBrandSecondary: invert(98%) sepia(2%)
    saturate(533%) hue-rotate(182deg) brightness(93%) contrast(99%);
  --hz-filter--textOnBackgroundBrandSecondaryAlt: invert(100%) sepia(0%)
    saturate(7485%) hue-rotate(131deg) brightness(100%) contrast(100%);
  --hz-filter--textOnBackgroundBrandTertiary: invert(100%) sepia(13%)
    saturate(2464%) hue-rotate(175deg) brightness(98%) contrast(88%);
  --hz-filter--textOnBackgroundPrimaryButtonDefault: invert(10%) sepia(37%)
    saturate(5305%) hue-rotate(202deg) brightness(94%) contrast(102%);
  --hz-filter--textOnBackgroundSecondaryButtonDefault: invert(44%) sepia(97%)
    saturate(2771%) hue-rotate(183deg) brightness(101%) contrast(110%);
  --hz-filter--textOnBackgroundSecondaryButtonErrorDefault: invert(51%)
    sepia(67%) saturate(3934%) hue-rotate(325deg) brightness(89%) contrast(116%);
  --hz-filter--textOnBackgroundChatBubbleSender: invert(91%) sepia(1%)
    saturate(7343%) hue-rotate(210deg) brightness(131%) contrast(97%);
  --hz-filter--textOnBackgroundChatBubbleReceiver: invert(96%) sepia(17%)
    saturate(253%) hue-rotate(178deg) brightness(92%) contrast(100%);
  --hz-filter--borderSoft: invert(29%) sepia(6%) saturate(103%)
    hue-rotate(22deg) brightness(92%) contrast(94%);
  --hz-filter--borderMedium: invert(70%) sepia(5%) saturate(17%)
    hue-rotate(1deg) brightness(83%) contrast(89%);
  --hz-filter--borderStrong: invert(70%) sepia(0%) saturate(556%)
    hue-rotate(160deg) brightness(94%) contrast(94%);
  --hz-filter--borderDivider: invert(83%) sepia(12%) saturate(15%)
    hue-rotate(56deg) brightness(93%) contrast(90%);
  --hz-filter--borderSignalError: invert(94%) sepia(93%) saturate(7229%)
    hue-rotate(288deg) brightness(90%) contrast(92%);
  --hz-filter--borderSignalSuccess: invert(93%) sepia(65%) saturate(372%)
    hue-rotate(80deg) brightness(87%) contrast(84%);
  --hz-filter--borderSignalWarning: invert(87%) sepia(21%) saturate(809%)
    hue-rotate(330deg) brightness(95%) contrast(89%);
  --hz-filter--borderSignalInfo: invert(81%) sepia(9%) saturate(1132%)
    hue-rotate(184deg) brightness(82%) contrast(88%);
  --hz-filter--borderSignalNeutral: invert(68%) sepia(0%) saturate(246%)
    hue-rotate(202deg) brightness(88%) contrast(73%);
  --hz-filter--borderSecondaryButtonDefault: invert(40%) sepia(83%)
    saturate(2118%) hue-rotate(182deg) brightness(101%) contrast(106%);
  --hz-filter--borderSecondaryButtonError: invert(34%) sepia(31%)
    saturate(5720%) hue-rotate(336deg) brightness(103%) contrast(91%);
  --hz-filter--borderInputsDefault: invert(59%) sepia(0%) saturate(1%)
    hue-rotate(81deg) brightness(99%) contrast(91%);
  --hz-filter--borderInputsHover: invert(49%) sepia(37%) saturate(6455%)
    hue-rotate(183deg) brightness(101%) contrast(106%);
  --hz-filter--borderInputsError: invert(38%) sepia(54%) saturate(1392%)
    hue-rotate(321deg) brightness(97%) contrast(105%);
  --hz-filter--borderControlsDefault: invert(60%) sepia(4%) saturate(16%)
    hue-rotate(350deg) brightness(96%) contrast(92%);
  --hz-filter--borderControlsHover: invert(35%) sepia(81%) saturate(2160%)
    hue-rotate(186deg) brightness(107%) contrast(104%);
  --hz-filter--borderControlsSelected: invert(38%) sepia(29%) saturate(6622%)
    hue-rotate(192deg) brightness(103%) contrast(107%);
  --hz-filter--borderOutlineFocus: invert(30%) sepia(33%) saturate(3769%)
    hue-rotate(186deg) brightness(103%) contrast(103%);
}
