/* node_modules/@angular/cdk/overlay-prebuilt.css */
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  display: flex;
  max-width: 100%;
  max-height: 100%;
  z-index: 1000;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
  touch-action: manipulation;
  z-index: 1000;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (prefers-reduced-motion) {
  .cdk-overlay-backdrop {
    transition-duration: 1ms;
  }
}
.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media (forced-colors: active) {
  .cdk-overlay-backdrop-showing {
    opacity: .6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, .32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing,
.cdk-high-contrast-active .cdk-overlay-transparent-backdrop {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
  z-index: 1000;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
.cdk-overlay-popover {
  background: none;
  border: none;
  padding: 0;
  outline: 0;
  overflow: visible;
  position: fixed;
  pointer-events: none;
  white-space: normal;
  color: inherit;
  text-decoration: none;
  width: 100%;
  height: 100%;
  inset: auto;
  top: 0;
  left: 0;
}
.cdk-overlay-popover::backdrop {
  display: none;
}
.cdk-overlay-popover .cdk-overlay-backdrop {
  position: fixed;
  z-index: auto;
}

/* apps/admin/src/styles.scss */
@font-face {
  font-family: IBM Plex Sans;
  font-weight: 400;
  src: url(/assets/fonts/ibm-plex-sans-regular.woff2);
}
@font-face {
  font-family: IBM Plex Sans;
  font-weight: 500;
  src: url(/assets/fonts/ibm-plex-sans-medium.woff2);
}
@font-face {
  font-family: IBM Plex Sans;
  font-weight: 700;
  src: url(/assets/fonts/ibm-plex-sans-bold.woff2);
}
@font-face {
  font-family: Quicksand;
  font-weight: 700;
  src: url(/assets/fonts/quicksand-bold.woff2);
}
body {
  letter-spacing: var(--theme-text-styles-text-body-base-font-letter-spacing);
  font-size: var(--theme-text-styles-text-body-base-font-size);
  line-height: var(--theme-text-styles-text-body-base-font-line-height);
  font-weight: var(--theme-text-styles-text-body-base-font-weight);
  font-family: var(--theme-text-styles-text-body-base-font-family);
}
h1 {
  letter-spacing: var(--theme-text-styles-text-heading-2xl-font-letter-spacing);
  font-size: var(--theme-text-styles-text-heading-2xl-font-size);
  line-height: var(--theme-text-styles-text-heading-2xl-font-line-height);
  font-weight: var(--theme-text-styles-text-heading-2xl-font-weight);
  font-family: var(--theme-text-styles-text-heading-2xl-font-family);
  color: var(--theme-color-text-brand-default);
}
h2 {
  letter-spacing: var(--theme-text-styles-text-heading-xl-font-letter-spacing);
  font-size: var(--theme-text-styles-text-heading-xl-font-size);
  line-height: var(--theme-text-styles-text-heading-xl-font-line-height);
  font-weight: var(--theme-text-styles-text-heading-xl-font-weight);
  font-family: var(--theme-text-styles-text-heading-xl-font-family);
  color: var(--theme-color-text-brand-default);
}
h3 {
  letter-spacing: var(--theme-text-styles-text-heading-lg-font-letter-spacing);
  font-size: var(--theme-text-styles-text-heading-lg-font-size);
  line-height: var(--theme-text-styles-text-heading-lg-font-line-height);
  font-weight: var(--theme-text-styles-text-heading-lg-font-weight);
  font-family: var(--theme-text-styles-text-heading-lg-font-family);
  color: var(--theme-color-text-brand-default);
}
h4 {
  letter-spacing: var(--theme-text-styles-text-heading-md-font-letter-spacing);
  font-size: var(--theme-text-styles-text-heading-md-font-size);
  line-height: var(--theme-text-styles-text-heading-md-font-line-height);
  font-weight: var(--theme-text-styles-text-heading-md-font-weight);
  font-family: var(--theme-text-styles-text-heading-md-font-family);
  color: var(--theme-color-text-brand-default);
}
h5 {
  letter-spacing: var(--theme-text-styles-text-heading-sm-font-letter-spacing);
  font-size: var(--theme-text-styles-text-heading-sm-font-size);
  line-height: var(--theme-text-styles-text-heading-sm-font-line-height);
  font-weight: var(--theme-text-styles-text-heading-sm-font-weight);
  font-family: var(--theme-text-styles-text-heading-sm-font-family);
  color: var(--theme-color-text-brand-default);
}
p {
  letter-spacing: var(--theme-text-styles-text-body-base-font-letter-spacing);
  font-size: var(--theme-text-styles-text-body-base-font-size);
  line-height: var(--theme-text-styles-text-body-base-font-line-height);
  font-weight: var(--theme-text-styles-text-body-base-font-weight);
  font-family: var(--theme-text-styles-text-body-base-font-family);
  color: var(--theme-color-text-default);
}
.overlay-backdrop {
  background-color: var(--theme-color-overlay-dark);
}
@font-face {
  font-family: Inter;
  font-weight: 700;
  src: url(/assets/fonts/inter-bold.woff2);
  font-display: swap;
}
@font-face {
  font-family: Inter;
  font-weight: 500;
  src: url(/assets/fonts/inter-medium.woff2);
  font-display: swap;
}
@font-face {
  font-family: Inter;
  font-weight: 400;
  src: url(/assets/fonts/inter-regular.woff2);
  font-display: swap;
}
@font-face {
  font-family: Inter Semi;
  font-weight: 700;
  src: url(/assets/fonts/inter-semi-bold.woff2);
  font-display: swap;
}
.cdk-overlay-pane:not(.sui-dropdown-above) .sui-dropdown {
  transform-origin: top center;
}
.sui-dropdown-above .sui-dropdown {
  transform-origin: bottom center;
}
.sui-dropdown sui-search {
  padding: var(--theme-dimension-space-150);
}
.sui-dropdown--size-xl sui-search {
  padding: var(--theme-dimension-space-150) var(--theme-dimension-space-200);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
:root body {
  --theme-color-black-alpha-8: rgba(12, 12, 13, 0.0784313725);
  --theme-color-black-alpha-16: rgba(12, 12, 13, 0.1607843137);
  --theme-color-black-alpha-24: rgba(12, 12, 13, 0.2392156863);
  --theme-color-black-alpha-32: rgba(12, 12, 13, 0.3215686275);
  --theme-color-black-alpha-48: rgba(12, 12, 13, 0.4784313725);
  --theme-color-black-alpha-64: rgba(12, 12, 13, 0.6392156863);
  --theme-color-black-alpha-72: rgba(12, 12, 13, 0.7215686275);
  --theme-color-black-alpha-80: rgba(12, 12, 13, 0.8);
  --theme-color-black-alpha-90: rgba(12, 12, 13, 0.8980392157);
  --theme-color-black-alpha-100: #0c0c0d;
  --theme-color-dataviz-categorical-1: var(--theme-color-secondary-500);
  --theme-color-dataviz-categorical-2: var(--theme-color-primary-500);
  --theme-color-dataviz-categorical-3: var(--theme-color-tinqe-turquoise);
  --theme-color-dataviz-categorical-4: var(--theme-color-warning-500);
  --theme-color-dataviz-categorical-5: var(--theme-color-tinqe-green);
  --theme-color-dataviz-categorical-6: var(--theme-color-error-500);
  --theme-color-dataviz-diverging-1: var(--theme-color-primary-500);
  --theme-color-dataviz-diverging-2: var(--theme-color-primary-400);
  --theme-color-dataviz-diverging-3: var(--theme-color-primary-300);
  --theme-color-dataviz-diverging-4: var(--theme-color-primary-200);
  --theme-color-dataviz-diverging-5: var(--theme-color-neutral-300);
  --theme-color-dataviz-diverging-6: var(--theme-color-secondary-200);
  --theme-color-dataviz-diverging-7: var(--theme-color-secondary-300);
  --theme-color-dataviz-diverging-8: var(--theme-color-secondary-400);
  --theme-color-dataviz-diverging-9: var(--theme-color-secondary-500);
  --theme-color-dataviz-sequential-1: var(--theme-color-primary-alpha-50);
  --theme-color-dataviz-sequential-2: var(--theme-color-primary-alpha-100);
  --theme-color-dataviz-sequential-3: var(--theme-color-primary-alpha-200);
  --theme-color-dataviz-sequential-4: var(--theme-color-primary-alpha-300);
  --theme-color-dataviz-sequential-5: var(--theme-color-primary-400);
  --theme-color-dataviz-sequential-6: var(--theme-color-primary-500);
  --theme-color-dataviz-sequential-7: var(--theme-color-primary-600);
  --theme-color-dataviz-sequential-8: var(--theme-color-primary-700);
  --theme-color-dataviz-sequential-9: var(--theme-color-primary-800);
  --theme-color-error-50: #fde8e9;
  --theme-color-error-100: #fbdadc;
  --theme-color-error-200: #f6aaaf;
  --theme-color-error-300: #f0757d;
  --theme-color-error-400: #ff3e36;
  --theme-color-error-500: #e40613;
  --theme-color-error-600: #bf000c;
  --theme-color-error-700: #8e0006;
  --theme-color-error-800: #5e0003;
  --theme-color-error-900: #360001;
  --theme-color-error-alpha-50: rgba(228, 8, 22, 0.1019607843);
  --theme-color-error-alpha-100: rgba(228, 8, 22, 0.1411764706);
  --theme-color-error-alpha-200: rgba(229, 5, 20, 0.3411764706);
  --theme-color-error-alpha-300: rgba(228, 4, 19, 0.5490196078);
  --theme-color-error-alpha-400: rgba(255, 11, 1, 0.7882352941);
  --theme-color-error-alpha-500: rgba(227, 1, 14, 0.9803921569);
  --theme-color-error-alpha-600: #bf000c;
  --theme-color-error-alpha-700: #8e0006;
  --theme-color-error-alpha-800: #5e0003;
  --theme-color-error-alpha-900: #360001;
  --theme-color-info-50: #ebf4fe;
  --theme-color-info-100: #ddecfd;
  --theme-color-info-200: #bedafc;
  --theme-color-info-300: #88bbff;
  --theme-color-info-400: #62a7ff;
  --theme-color-info-500: #4192f6;
  --theme-color-info-600: #0074e3;
  --theme-color-info-700: #0052a5;
  --theme-color-info-800: #003268;
  --theme-color-info-900: #001737;
  --theme-color-info-alpha-50: rgba(5, 118, 243, 0.0784313725);
  --theme-color-info-alpha-100: rgba(12, 119, 241, 0.1411764706);
  --theme-color-info-alpha-200: rgba(5, 113, 243, 0.2588235294);
  --theme-color-info-alpha-300: rgba(2, 110, 255, 0.4705882353);
  --theme-color-info-alpha-400: rgba(2, 113, 255, 0.6196078431);
  --theme-color-info-alpha-500: rgba(2, 110, 243, 0.7490196078);
  --theme-color-info-alpha-600: #0074e3;
  --theme-color-info-alpha-700: #0052a5;
  --theme-color-info-alpha-800: #003268;
  --theme-color-info-alpha-900: #001737;
  --theme-color-neutral-50: #f5f5f5;
  --theme-color-neutral-75: #f2f2f2;
  --theme-color-neutral-100: #dcdcdc;
  --theme-color-neutral-200: #c4c4c4;
  --theme-color-neutral-300: #acacac;
  --theme-color-neutral-400: #909090;
  --theme-color-neutral-500: #767676;
  --theme-color-neutral-600: #545152;
  --theme-color-neutral-700: #3b3839;
  --theme-color-neutral-800: #222222;
  --theme-color-neutral-900: #01041b;
  --theme-color-neutral-00: #ffffff;
  --theme-color-neutral-alpha-50: rgba(5, 5, 5, 0.0392156863);
  --theme-color-neutral-alpha-75: rgba(38, 38, 38, 0.0588235294);
  --theme-color-neutral-alpha-100: rgba(5, 5, 5, 0.1411764706);
  --theme-color-neutral-alpha-200: rgba(9, 9, 9, 0.2392156863);
  --theme-color-neutral-alpha-300: rgba(3, 3, 3, 0.3294117647);
  --theme-color-neutral-alpha-400: rgba(3, 3, 3, 0.4392156863);
  --theme-color-neutral-alpha-500: rgba(1, 1, 1, 0.5411764706);
  --theme-color-neutral-alpha-600: rgba(7, 3, 4, 0.6901960784);
  --theme-color-neutral-alpha-700: rgba(7, 3, 4, 0.7882352941);
  --theme-color-neutral-alpha-800: rgba(1, 1, 1, 0.8705882353);
  --theme-color-neutral-alpha-900: #01041b;
  --theme-color-neutral-alpha-00: #ffffff;
  --theme-color-neutral-dark-tint-1: #9899a3;
  --theme-color-neutral-dark-tint-2: #2a2c3f;
  --theme-color-neutral-dark-tint-3: #15182d;
  --theme-color-neutral-dark-tint-4: #01041b;
  --theme-color-neutral-dark-tint-5: #000105;
  --theme-color-orange-500: #ff6306;
  --theme-color-primary-50: #f0f5ff;
  --theme-color-primary-100: #b1cdff;
  --theme-color-primary-200: #70a3ff;
  --theme-color-primary-300: #4a7cd7;
  --theme-color-primary-400: #2756ad;
  --theme-color-primary-500: #003087;
  --theme-color-primary-600: #002a78;
  --theme-color-primary-700: #002265;
  --theme-color-primary-800: #00194e;
  --theme-color-primary-900: #010836;
  --theme-color-primary-alpha-50: rgba(5, 88, 255, 0.0588235294);
  --theme-color-primary-alpha-75: rgba(5, 88, 255, 0.0901960784);
  --theme-color-primary-alpha-100: rgba(3, 94, 255, 0.3098039216);
  --theme-color-primary-alpha-200: rgba(4, 94, 255, 0.568627451);
  --theme-color-primary-alpha-300: rgba(0, 70, 199, 0.7098039216);
  --theme-color-primary-alpha-400: rgba(1, 56, 159, 0.8509803922);
  --theme-color-primary-alpha-500: #003087;
  --theme-color-primary-alpha-600: #002a78;
  --theme-color-primary-alpha-700: #002265;
  --theme-color-primary-alpha-800: #00194e;
  --theme-color-primary-alpha-900: #010836;
  --theme-color-secondary-50: #fff5d5;
  --theme-color-secondary-100: #ffeeba;
  --theme-color-secondary-200: #ffe89d;
  --theme-color-secondary-300: #ffe07d;
  --theme-color-secondary-400: #ffd956;
  --theme-color-secondary-500: #ffd101;
  --theme-color-secondary-600: #cda700;
  --theme-color-secondary-700: #8d7300;
  --theme-color-secondary-800: #504000;
  --theme-color-secondary-900: #1f1700;
  --theme-color-secondary-alpha-50: rgba(255, 196, 8, 0.168627451);
  --theme-color-secondary-alpha-100: rgba(255, 194, 9, 0.2784313725);
  --theme-color-secondary-alpha-200: rgba(255, 196, 4, 0.3882352941);
  --theme-color-secondary-alpha-300: rgba(255, 194, 0, 0.5098039216);
  --theme-color-secondary-alpha-400: rgba(255, 198, 3, 0.6705882353);
  --theme-color-secondary-alpha-500: #ffd101;
  --theme-color-secondary-alpha-600: #cda700;
  --theme-color-secondary-alpha-700: #8d7300;
  --theme-color-secondary-alpha-800: #504000;
  --theme-color-secondary-alpha-900: #1f1700;
  --theme-color-success-50: #e8f2e9;
  --theme-color-success-100: #d1e6d3;
  --theme-color-success-200: #b0d4b4;
  --theme-color-success-300: #5bb95d;
  --theme-color-success-400: #3e9d42;
  --theme-color-success-500: #188223;
  --theme-color-success-600: #006e13;
  --theme-color-success-700: #00520c;
  --theme-color-success-800: #003605;
  --theme-color-success-900: #002002;
  --theme-color-success-alpha-50: rgba(25, 125, 35, 0.1019607843);
  --theme-color-success-alpha-100: rgba(13, 123, 23, 0.1882352941);
  --theme-color-success-alpha-200: rgba(0, 116, 13, 0.3098039216);
  --theme-color-success-alpha-300: rgba(3, 147, 6, 0.6509803922);
  --theme-color-success-alpha-400: rgba(1, 126, 6, 0.7607843137);
  --theme-color-success-alpha-500: rgba(1, 118, 13, 0.9098039216);
  --theme-color-success-alpha-600: #006e13;
  --theme-color-success-alpha-700: #00520c;
  --theme-color-success-alpha-800: #003605;
  --theme-color-success-alpha-900: #002002;
  --theme-color-tinqe-blue: #9fc8ee;
  --theme-color-tinqe-blue-light: #cbe1f6;
  --theme-color-tinqe-blue-lighter: #ecf2f8;
  --theme-color-tinqe-broken-white: #f6f7f9;
  --theme-color-tinqe-green: #52c26a;
  --theme-color-tinqe-green-light: #d4ffdd;
  --theme-color-tinqe-turquoise: #47b7d2;
  --theme-color-tinqe-turquoise-light: #b1dde9;
  --theme-color-tinqe-alpha-blue-light: rgba(7, 112, 212, 0.2117647059);
  --theme-color-tinqe-alpha-blue-lighter: rgba(18, 93, 168, 0.0784313725);
  --theme-color-tinqe-alpha-broken-white: rgba(30, 55, 105, 0.0392156863);
  --theme-color-tinqe-alpha-green: rgba(1, 165, 36, 0.6784313725);
  --theme-color-tinqe-alpha-green-light: rgba(2, 255, 55, 0.168627451);
  --theme-color-tinqe-alpha-turquoise: rgba(3, 156, 193, 0.7294117647);
  --theme-color-tinqe-alpha-turquoise-light: rgba(3, 145, 184, 0.3098039216);
  --theme-color-warning-50: #fff2eb;
  --theme-color-warning-100: #ffd8c2;
  --theme-color-warning-200: #ffbc96;
  --theme-color-warning-300: #ff9f64;
  --theme-color-warning-400: #f88230;
  --theme-color-warning-500: #e46e04;
  --theme-color-warning-600: #bc5900;
  --theme-color-warning-700: #883e00;
  --theme-color-warning-800: #542400;
  --theme-color-warning-900: #2b0f00;
  --theme-color-warning-alpha-50: rgba(255, 93, 5, 0.0784313725);
  --theme-color-warning-alpha-100: rgba(255, 92, 1, 0.2392156863);
  --theme-color-warning-alpha-200: rgba(255, 95, 5, 0.4196078431);
  --theme-color-warning-alpha-300: rgba(255, 98, 1, 0.6117647059);
  --theme-color-warning-alpha-400: rgba(246, 103, 3, 0.8196078431);
  --theme-color-warning-alpha-500: rgba(228, 109, 1, 0.9882352941);
  --theme-color-warning-alpha-600: #bc5900;
  --theme-color-warning-alpha-700: #883e00;
  --theme-color-warning-alpha-800: #542400;
  --theme-color-warning-alpha-900: #221600;
  --theme-color-white-alpha-8: rgba(255, 255, 255, 0.0784313725);
  --theme-color-white-alpha-16: rgba(255, 255, 255, 0.1607843137);
  --theme-color-white-alpha-24: rgba(255, 255, 255, 0.2392156863);
  --theme-color-white-alpha-32: rgba(255, 255, 255, 0.3215686275);
  --theme-color-white-alpha-48: rgba(255, 255, 255, 0.4784313725);
  --theme-color-white-alpha-64: rgba(255, 255, 255, 0.6392156863);
  --theme-color-white-alpha-72: rgba(255, 255, 255, 0.7215686275);
  --theme-color-white-alpha-80: rgba(255, 255, 255, 0.8);
  --theme-color-white-alpha-90: rgba(255, 255, 255, 0.8980392157);
  --theme-color-white-alpha-100: #ffffff;
  --theme-radius-medium-1: 3px;
  --theme-radius-medium-2: 4px;
  --theme-radius-medium-3: 6px;
  --theme-radius-medium-4: 8px;
  --theme-radius-medium-5: 10px;
  --theme-radius-medium-6: 16px;
  --theme-radius-medium-1-max: 3px;
  --theme-radius-medium-2-max: 4px;
  --theme-radius-medium-3-max: 6px;
  --theme-radius-medium-4-max: 8px;
  --theme-radius-medium-5-max: 10px;
  --theme-radius-medium-6-max: 16px;
  --theme-radius-small-1: 1.5px;
  --theme-radius-small-2: 2px;
  --theme-radius-small-3: 3px;
  --theme-radius-small-4: 4px;
  --theme-radius-small-5: 6px;
  --theme-radius-small-6: 8px;
  --theme-radius-small-1-max: 1.5px;
  --theme-radius-small-2-max: 2px;
  --theme-radius-small-3-max: 3px;
  --theme-radius-small-4-max: 4px;
  --theme-radius-small-5-max: 6px;
  --theme-radius-small-6-max: 8px;
  --theme-radius-large-1: 4.5px;
  --theme-radius-large-2: 6px;
  --theme-radius-large-3: 9px;
  --theme-radius-large-4: 12px;
  --theme-radius-large-5: 18px;
  --theme-radius-large-6: 24px;
  --theme-radius-large-1-max: 4.5px;
  --theme-radius-large-2-max: 6px;
  --theme-radius-large-3-max: 9px;
  --theme-radius-large-4-max: 12px;
  --theme-radius-large-5-max: 18px;
  --theme-radius-large-6-max: 24px;
  --theme-radius-full-1: 9999px;
  --theme-radius-full-2: 9999px;
  --theme-radius-full-3: 9999px;
  --theme-radius-full-4: 9999px;
  --theme-radius-full-5: 9999px;
  --theme-radius-full-6: 9999px;
  --theme-radius-full-1-max: 4.5px;
  --theme-radius-full-2-max: 6px;
  --theme-radius-full-3-max: 9px;
  --theme-radius-full-4-max: 12px;
  --theme-radius-full-5-max: 18px;
  --theme-radius-full-6-max: 24px;
  --theme-radius-base-1: 1.5px;
  --theme-radius-base-2: 2px;
  --theme-radius-base-3: 3px;
  --theme-radius-base-4: 4px;
  --theme-radius-base-5: 6px;
  --theme-radius-base-6: 8px;
  --theme-radius-base-1-max: 1.5px;
  --theme-radius-base-2-max: 2px;
  --theme-radius-base-3-max: 3px;
  --theme-radius-base-4-max: 4px;
  --theme-radius-base-5-max: 6px;
  --theme-radius-base-6-max: 8px;
  --theme-dimension-blur-default: 4px;
  --theme-dimension-depth-0: 0px;
  --theme-dimension-depth-100: 4px;
  --theme-dimension-depth-200: 8px;
  --theme-dimension-depth-400: 16px;
  --theme-dimension-depth-800: 32px;
  --theme-dimension-depth-1200: 48px;
  --theme-dimension-depth-negative-1200: -48px;
  --theme-dimension-depth-negative-800: -32px;
  --theme-dimension-depth-negative-400: -16px;
  --theme-dimension-depth-negative-200: -8px;
  --theme-dimension-depth-negative-100: -4px;
  --theme-dimension-depth-negative-025: -1px;
  --theme-dimension-depth-025: 1px;
  --theme-dimension-size-0: 0rem;
  --theme-dimension-size-100: 0.25rem;
  --theme-dimension-size-150: 0.375rem;
  --theme-dimension-size-200: 0.5rem;
  --theme-dimension-size-300: 0.75rem;
  --theme-dimension-size-400: 1rem;
  --theme-dimension-size-500: 1.25rem;
  --theme-dimension-size-600: 1.5rem;
  --theme-dimension-size-700: 1.75rem;
  --theme-dimension-size-800: 2rem;
  --theme-dimension-size-900: 2.25rem;
  --theme-dimension-size-1000: 2.5rem;
  --theme-dimension-size-1200: 3rem;
  --theme-dimension-size-1400: 3.5rem;
  --theme-dimension-size-1600: 4rem;
  --theme-dimension-size-2000: 5rem;
  --theme-dimension-size-2400: 6rem;
  --theme-dimension-size-2800: 7rem;
  --theme-dimension-size-3200: 8rem;
  --theme-dimension-size-025: 0.0625rem;
  --theme-dimension-size-050: 0.125rem;
  --theme-dimension-space-0: 0rem;
  --theme-dimension-space-100: 0.25rem;
  --theme-dimension-space-150: 0.375rem;
  --theme-dimension-space-200: 0.5rem;
  --theme-dimension-space-300: 0.75rem;
  --theme-dimension-space-400: 1rem;
  --theme-dimension-space-500: 1.25rem;
  --theme-dimension-space-600: 1.5rem;
  --theme-dimension-space-800: 2rem;
  --theme-dimension-space-1000: 2.5rem;
  --theme-dimension-space-1200: 3rem;
  --theme-dimension-space-1600: 4rem;
  --theme-dimension-space-2000: 5rem;
  --theme-dimension-space-2400: 6rem;
  --theme-dimension-space-2800: 7rem;
  --theme-dimension-space-3200: 8rem;
  --theme-dimension-space-negative-2800: -7rem;
  --theme-dimension-space-negative-2400: -6rem;
  --theme-dimension-space-negative-2000: -5rem;
  --theme-dimension-space-negative-1600: -4rem;
  --theme-dimension-space-negative-1200: -3rem;
  --theme-dimension-space-negative-1000: -2.5rem;
  --theme-dimension-space-negative-800: -2rem;
  --theme-dimension-space-negative-600: -1.5rem;
  --theme-dimension-space-negative-3200: -1.25rem;
  --theme-dimension-space-negative-500: -1.25rem;
  --theme-dimension-space-negative-400: -1rem;
  --theme-dimension-space-negative-300: -0.75rem;
  --theme-dimension-space-negative-200: -0.5rem;
  --theme-dimension-space-negative-150: -0.375rem;
  --theme-dimension-space-negative-100: -0.25rem;
  --theme-dimension-space-negative-50: -0.125rem;
  --theme-dimension-space-negative-25: -0.0625rem;
  --theme-dimension-space-025: 0.0625rem;
  --theme-dimension-space-050: 0.125rem;
  --theme-font-letter-spacing-densest: -0.021875rem;
  --theme-font-letter-spacing-denser: -0.0125rem;
  --theme-font-letter-spacing-dense: -0.00625rem;
  --theme-font-letter-spacing-default: 0rem;
  --theme-font-letter-spacing-loose: 0.0125rem;
  --theme-font-letter-spacing-relaxed: 0.0125rem;
  --theme-font-letter-spacing-wide: 0.021875rem;
  --theme-font-line-height-300: 0.75rem;
  --theme-font-line-height-400: 1rem;
  --theme-font-line-height-500: 1.25rem;
  --theme-font-line-height-600: 1.5rem;
  --theme-font-line-height-700: 1.75rem;
  --theme-font-line-height-800: 2rem;
  --theme-font-line-height-1000: 2.5rem;
  --theme-font-line-height-1200: 3rem;
  --theme-font-line-height-1400: 3.5rem;
  --theme-font-line-height-1600: 4rem;
  --theme-font-line-height-2000: 5rem;
  --theme-font-line-height-2400: 6rem;
  --theme-font-line-height-2800: 7rem;
  --theme-font-line-height-3200: 8rem;
  --theme-font-size-275: 0.6875rem;
  --theme-font-size-300: 0.75rem;
  --theme-font-size-325: 0.8125rem;
  --theme-font-size-350: 0.875rem;
  --theme-font-size-400: 0.9375rem;
  --theme-font-size-450: 1.0625rem;
  --theme-font-size-500: 1.1875rem;
  --theme-font-size-550: 1.375rem;
  --theme-font-size-600: 1.5rem;
  --theme-font-size-750: 1.875rem;
  --theme-font-size-800: 2rem;
  --theme-font-size-900: 2.25rem;
  --theme-font-size-1000: 2.5rem;
  --theme-font-size-1200: 3rem;
  --theme-font-size-1400: 3.5rem;
  --theme-font-size-1600: 4rem;
  --theme-font-size-2000: 5rem;
  --theme-font-size-2400: 6rem;
  --theme-font-size-2800: 7rem;
  --theme-font-size-3200: 8rem;
  --theme-font-weight-thin: 100;
  --theme-font-weight-extra-light: 200;
  --theme-font-weight-light: 300;
  --theme-font-weight-regular: 400;
  --theme-font-weight-medium: 500;
  --theme-font-weight-semi-bold: 600;
  --theme-font-weight-bold: 700;
  --theme-font-weight-extra-bold: 800;
  --theme-font-weight-black: 900;
  --theme-font-family-default: Inter;
  --theme-font-family-heading: Inter;
  --theme-font-family-mono: JetBrains Mono;
  --theme-color-action-bg-brand-active: var(--theme-color-tinqe-alpha-blue-lighter);
  --theme-color-action-bg-brand-checked: var(--theme-color-primary-400);
  --theme-color-action-bg-brand-default: var(--theme-color-primary-500);
  --theme-color-action-bg-brand-default-hover: var(--theme-color-primary-600);
  --theme-color-action-bg-brand-default-pressed: var(--theme-color-primary-700);
  --theme-color-action-bg-brand-hover: var(--theme-color-primary-alpha-50);
  --theme-color-action-bg-brand-pressed: var(--theme-color-primary-alpha-100);
  --theme-color-action-bg-brand-secondary: var(--theme-color-primary-100);
  --theme-color-action-bg-brand-secondary-hover: var(--theme-color-primary-200);
  --theme-color-action-bg-brand-secondary-pressed: var(--theme-color-primary-300);
  --theme-color-action-bg-brand-selected: var(--theme-color-primary-500);
  --theme-color-action-bg-brand-tertiary: var(--theme-color-primary-50);
  --theme-color-action-bg-brand-tertiary-hover: var(--theme-color-primary-alpha-100);
  --theme-color-action-bg-brand-tertiary-pressed: var(--theme-color-primary-alpha-200);
  --theme-color-action-bg-custom-default: var(--theme-color-secondary-500);
  --theme-color-action-bg-custom-default-hover: var(--theme-color-secondary-300);
  --theme-color-action-bg-custom-default-pressed: var(--theme-color-secondary-400);
  --theme-color-action-bg-custom-hover: var(--theme-color-secondary-alpha-50);
  --theme-color-action-bg-custom-pressed: var(--theme-color-secondary-alpha-100);
  --theme-color-action-bg-custom-secondary: var(--theme-color-secondary-alpha-100);
  --theme-color-action-bg-custom-secondary-hover: var(--theme-color-secondary-alpha-200);
  --theme-color-action-bg-custom-secondary-pressed: var(--theme-color-secondary-alpha-300);
  --theme-color-action-bg-custom-tertiary: var(--theme-color-secondary-alpha-50);
  --theme-color-action-bg-custom-tertiary-hover: var(--theme-color-secondary-alpha-100);
  --theme-color-action-bg-custom-tertiary-pressed: var(--theme-color-secondary-alpha-200);
  --theme-color-action-bg-destructive-default: var(--theme-color-error-600);
  --theme-color-action-bg-destructive-default-hover: var(--theme-color-error-700);
  --theme-color-action-bg-destructive-default-pressed: var(--theme-color-error-800);
  --theme-color-action-bg-destructive-hover: var(--theme-color-error-alpha-50);
  --theme-color-action-bg-destructive-pressed: var(--theme-color-error-alpha-100);
  --theme-color-action-bg-destructive-secondary: var(--theme-color-error-alpha-100);
  --theme-color-action-bg-destructive-secondary-hover: var(--theme-color-error-alpha-200);
  --theme-color-action-bg-destructive-secondary-pressed: var(--theme-color-error-alpha-300);
  --theme-color-action-bg-destructive-tertiary: var(--theme-color-error-alpha-50);
  --theme-color-action-bg-destructive-tertiary-hover: var(--theme-color-error-alpha-100);
  --theme-color-action-bg-destructive-tertiary-pressed: var(--theme-color-error-alpha-300);
  --theme-color-action-bg-neutral-active: var(--theme-color-neutral-alpha-50);
  --theme-color-action-bg-neutral-checked: var(--theme-color-neutral-900);
  --theme-color-action-bg-neutral-default: var(--theme-color-neutral-900);
  --theme-color-action-bg-neutral-default-hover: var(--theme-color-neutral-800);
  --theme-color-action-bg-neutral-default-pressed: var(--theme-color-neutral-700);
  --theme-color-action-bg-neutral-hover: var(--theme-color-neutral-alpha-50);
  --theme-color-action-bg-neutral-pressed: var(--theme-color-neutral-alpha-100);
  --theme-color-action-bg-neutral-secondary: var(--theme-color-neutral-100);
  --theme-color-action-bg-neutral-secondary-hover: var(--theme-color-neutral-200);
  --theme-color-action-bg-neutral-secondary-pressed: var(--theme-color-neutral-300);
  --theme-color-action-bg-neutral-selected: var(--theme-color-neutral-900);
  --theme-color-action-bg-neutral-tertiary: var(--theme-color-neutral-75);
  --theme-color-action-bg-neutral-tertiary-hover: var(--theme-color-neutral-alpha-100);
  --theme-color-action-bg-neutral-tertiary-pressed: var(--theme-color-neutral-alpha-200);
  --theme-color-action-border-brand-active: var(--theme-color-primary-400);
  --theme-color-action-border-brand-default: var(--theme-color-primary-500);
  --theme-color-action-border-brand-default-hover: var(--theme-color-primary-600);
  --theme-color-action-border-brand-focus-ring: var(--theme-color-primary-alpha-400);
  --theme-color-action-border-brand-secondary: var(--theme-color-tinqe-alpha-blue-lighter);
  --theme-color-action-border-brand-secondary-hover: var(--theme-color-tinqe-alpha-blue-light);
  --theme-color-action-border-brand-tertiary: var(--theme-color-primary-100);
  --theme-color-action-border-brand-tertiary-hover: var(--theme-color-primary-200);
  --theme-color-action-border-custom-active: var(--theme-color-secondary-500);
  --theme-color-action-border-custom-default: var(--theme-color-secondary-500);
  --theme-color-action-border-custom-default-hover: var(--theme-color-secondary-600);
  --theme-color-action-border-custom-focus-ring: var(--theme-color-secondary-alpha-400);
  --theme-color-action-border-custom-secondary: var(--theme-color-secondary-200);
  --theme-color-action-border-custom-secondary-hover: var(--theme-color-secondary-300);
  --theme-color-action-border-custom-tertiary: var(--theme-color-secondary-100);
  --theme-color-action-border-custom-tertiary-hover: var(--theme-color-secondary-200);
  --theme-color-action-border-default-default: var(--theme-color-tinqe-blue-light);
  --theme-color-action-border-default-default-hover: var(--theme-color-tinqe-blue);
  --theme-color-action-border-default-secondary: var(--theme-color-neutral-75);
  --theme-color-action-border-default-secondary-hover: var(--theme-color-neutral-100);
  --theme-color-action-border-default-tertiary: var(--theme-color-neutral-50);
  --theme-color-action-border-default-tertiary-hover: var(--theme-color-neutral-75);
  --theme-color-action-border-destructive-active: var(--theme-color-error-500);
  --theme-color-action-border-destructive-default: var(--theme-color-error-500);
  --theme-color-action-border-destructive-default-hover: var(--theme-color-error-600);
  --theme-color-action-border-destructive-focus-ring: var(--theme-color-error-alpha-400);
  --theme-color-action-border-destructive-secondary: var(--theme-color-error-300);
  --theme-color-action-border-destructive-secondary-hover: var(--theme-color-error-400);
  --theme-color-action-border-destructive-tertiary: var(--theme-color-error-100);
  --theme-color-action-border-destructive-tertiary-hover: var(--theme-color-error-200);
  --theme-color-action-border-neutral-active: var(--theme-color-neutral-600);
  --theme-color-action-border-neutral-default: var(--theme-color-neutral-100);
  --theme-color-action-border-neutral-default-hover: var(--theme-color-neutral-200);
  --theme-color-action-border-neutral-focus-ring: var(--theme-color-neutral-alpha-400);
  --theme-color-action-border-neutral-secondary: var(--theme-color-neutral-200);
  --theme-color-action-border-neutral-secondary-hover: var(--theme-color-neutral-400);
  --theme-color-action-border-neutral-tertiary: var(--theme-color-neutral-800);
  --theme-color-action-border-neutral-tertiary-hover: var(--theme-color-neutral-900);
  --theme-color-action-icon-brand-default: var(--theme-color-tinqe-turquoise);
  --theme-color-action-icon-brand-on-brand-bg: var(--theme-color-primary-50);
  --theme-color-action-icon-brand-on-brand-secondary-bg: var(--theme-color-primary-900);
  --theme-color-action-icon-brand-on-brand-tertiary-bg: var(--theme-color-primary-500);
  --theme-color-action-icon-brand-secondary: var(--theme-color-primary-500);
  --theme-color-action-icon-brand-selected: var(--theme-color-primary-500);
  --theme-color-action-icon-brand-tertiary: var(--theme-color-primary-300);
  --theme-color-action-icon-custom-default: var(--theme-color-secondary-500);
  --theme-color-action-icon-custom-on-custom-bg: var(--theme-color-primary-700);
  --theme-color-action-icon-custom-on-custom-secondary-bg: var(--theme-color-primary-600);
  --theme-color-action-icon-custom-on-custom-tertiary-bg: var(--theme-color-primary-500);
  --theme-color-action-icon-custom-secondary: var(--theme-color-secondary-400);
  --theme-color-action-icon-custom-tertiary: var(--theme-color-secondary-300);
  --theme-color-action-icon-destructive-default: var(--theme-color-error-600);
  --theme-color-action-icon-destructive-on-destructive-bg: var(--theme-color-neutral-00);
  --theme-color-action-icon-destructive-on-destructive-secondary-bg: var(--theme-color-error-800);
  --theme-color-action-icon-destructive-on-destructive-tertiary-bg: var(--theme-color-error-700);
  --theme-color-action-icon-destructive-secondary: var(--theme-color-error-500);
  --theme-color-action-icon-destructive-tertiary: var(--theme-color-error-400);
  --theme-color-action-icon-neutral-default: var(--theme-color-neutral-900);
  --theme-color-action-icon-neutral-on-neutral-bg: #ffffff;
  --theme-color-action-icon-neutral-on-neutral-secondary-bg: var(--theme-color-neutral-900);
  --theme-color-action-icon-neutral-on-neutral-tertiary-bg: var(--theme-color-neutral-900);
  --theme-color-action-icon-neutral-secondary: var(--theme-color-neutral-800);
  --theme-color-action-icon-neutral-tertiary: var(--theme-color-neutral-600);
  --theme-color-action-text-link: var(--theme-color-primary-500);
  --theme-color-action-text-link-hover: var(--theme-color-primary-400);
  --theme-color-action-text-link-visited: var(--theme-color-primary-600);
  --theme-color-action-text-brand-active: var(--theme-color-primary-500);
  --theme-color-action-text-brand-default: var(--theme-color-primary-500);
  --theme-color-action-text-brand-on-brand-bg: var(--theme-color-primary-50);
  --theme-color-action-text-brand-on-brand-secondary-bg: var(--theme-color-neutral-alpha-900);
  --theme-color-action-text-brand-on-brand-tertiary-bg: var(--theme-color-primary-800);
  --theme-color-action-text-brand-secondary: var(--theme-color-primary-400);
  --theme-color-action-text-brand-tertiary: var(--theme-color-primary-300);
  --theme-color-action-text-custom-default: var(--theme-color-secondary-700);
  --theme-color-action-text-custom-on-custom-bg: var(--theme-color-primary-700);
  --theme-color-action-text-custom-on-custom-secondary-bg: var(--theme-color-primary-600);
  --theme-color-action-text-custom-on-custom-tertiary-bg: var(--theme-color-primary-500);
  --theme-color-action-text-custom-secondary: var(--theme-color-secondary-700);
  --theme-color-action-text-custom-tertiary: var(--theme-color-secondary-700);
  --theme-color-action-text-destructive-default: var(--theme-color-error-600);
  --theme-color-action-text-destructive-on-destructive-bg: var(--theme-color-neutral-00);
  --theme-color-action-text-destructive-on-destructive-secondary-bg: var(--theme-color-error-800);
  --theme-color-action-text-destructive-on-destructive-tertiary-bg: var(--theme-color-error-700);
  --theme-color-action-text-destructive-secondary: var(--theme-color-error-500);
  --theme-color-action-text-destructive-tertiary: var(--theme-color-error-400);
  --theme-color-action-text-neutral-active: var(--theme-color-neutral-900);
  --theme-color-action-text-neutral-default: var(--theme-color-neutral-700);
  --theme-color-action-text-neutral-on-neutral-bg: var(--theme-color-neutral-00);
  --theme-color-action-text-neutral-on-neutral-secondary-bg: var(--theme-color-neutral-900);
  --theme-color-action-text-neutral-on-neutral-tertiary-bg: var(--theme-color-neutral-900);
  --theme-color-action-text-neutral-secondary: var(--theme-color-neutral-600);
  --theme-color-action-text-neutral-tertiary: var(--theme-color-neutral-500);
  --theme-color-bg-brand-default: var(--theme-color-primary-500);
  --theme-color-bg-brand-secondary: var(--theme-color-secondary-500);
  --theme-color-bg-brand-tertiary: var(--theme-color-tinqe-turquoise);
  --theme-color-bg-default-default: var(--theme-color-neutral-00);
  --theme-color-bg-default-disabled: var(--theme-color-neutral-alpha-75);
  --theme-color-bg-default-inverted: var(--theme-color-neutral-900);
  --theme-color-bg-neutral-default: var(--theme-color-neutral-800);
  --theme-color-bg-neutral-secondary: var(--theme-color-tinqe-alpha-blue-lighter);
  --theme-color-bg-neutral-tertiary: var(--theme-color-tinqe-alpha-broken-white);
  --theme-color-bg-surface-default: var(--theme-color-neutral-00);
  --theme-color-bg-surface-overlay: var(--theme-color-neutral-00);
  --theme-color-bg-surface-raised: var(--theme-color-neutral-00);
  --theme-color-bg-surface-sunken: var(--theme-color-neutral-00);
  --theme-color-border-brand-default: var(--theme-color-primary-700);
  --theme-color-border-brand-secondary: var(--theme-color-primary-alpha-50);
  --theme-color-border-brand-tertiary: var(--theme-color-tinqe-blue-lighter);
  --theme-color-border-default-default: var(--theme-color-neutral-100);
  --theme-color-border-default-disabled: var(--theme-color-neutral-100);
  --theme-color-border-default-secondary: var(--theme-color-neutral-alpha-75);
  --theme-color-border-default-tertiary: var(--theme-color-neutral-75);
  --theme-color-border-neutral-default: var(--theme-color-neutral-900);
  --theme-color-border-neutral-secondary: var(--theme-color-neutral-400);
  --theme-color-border-neutral-tertiary: var(--theme-color-neutral-200);
  --theme-color-feedback-bg-error-default: var(--theme-color-error-500);
  --theme-color-feedback-bg-error-secondary: var(--theme-color-error-100);
  --theme-color-feedback-bg-error-tertiary: var(--theme-color-error-50);
  --theme-color-feedback-bg-info-default: var(--theme-color-info-600);
  --theme-color-feedback-bg-info-secondary: var(--theme-color-info-100);
  --theme-color-feedback-bg-info-tertiary: var(--theme-color-info-50);
  --theme-color-feedback-bg-success-default: var(--theme-color-success-400);
  --theme-color-feedback-bg-success-secondary: var(--theme-color-success-100);
  --theme-color-feedback-bg-success-tertiary: var(--theme-color-success-50);
  --theme-color-feedback-bg-warning-default: var(--theme-color-warning-600);
  --theme-color-feedback-bg-warning-secondary: var(--theme-color-warning-100);
  --theme-color-feedback-bg-warning-tertiary: var(--theme-color-warning-50);
  --theme-color-feedback-border-error-default: var(--theme-color-error-500);
  --theme-color-feedback-border-error-secondary: var(--theme-color-error-400);
  --theme-color-feedback-border-error-tertiary: var(--theme-color-error-300);
  --theme-color-feedback-border-info-default: var(--theme-color-info-600);
  --theme-color-feedback-border-info-secondary: var(--theme-color-info-500);
  --theme-color-feedback-border-info-tertiary: var(--theme-color-info-300);
  --theme-color-feedback-border-success-default: var(--theme-color-success-600);
  --theme-color-feedback-border-success-secondary: var(--theme-color-success-500);
  --theme-color-feedback-border-success-tertiary: var(--theme-color-success-300);
  --theme-color-feedback-border-warning-default: var(--theme-color-warning-600);
  --theme-color-feedback-border-warning-secondary: var(--theme-color-warning-500);
  --theme-color-feedback-border-warning-tertiary: var(--theme-color-warning-300);
  --theme-color-feedback-icon-error-default: var(--theme-color-error-500);
  --theme-color-feedback-icon-error-on-error-bg: var(--theme-color-neutral-00);
  --theme-color-feedback-icon-error-on-error-secondary-bg: var(--theme-color-error-800);
  --theme-color-feedback-icon-error-on-error-tertiary-bg: var(--theme-color-error-700);
  --theme-color-feedback-icon-error-secondary: var(--theme-color-error-400);
  --theme-color-feedback-icon-error-tertiary: var(--theme-color-error-300);
  --theme-color-feedback-icon-info-default: var(--theme-color-info-600);
  --theme-color-feedback-icon-info-on-info-bg: var(--theme-color-neutral-00);
  --theme-color-feedback-icon-info-on-info-secondary-bg: var(--theme-color-info-700);
  --theme-color-feedback-icon-info-on-info-tertiary-bg: var(--theme-color-info-600);
  --theme-color-feedback-icon-info-secondary: var(--theme-color-info-500);
  --theme-color-feedback-icon-info-tertiary: var(--theme-color-info-400);
  --theme-color-feedback-icon-success-default: var(--theme-color-success-500);
  --theme-color-feedback-icon-success-on-success-bg: var(--theme-color-neutral-00);
  --theme-color-feedback-icon-success-on-success-secondary-bg: var(--theme-color-success-800);
  --theme-color-feedback-icon-success-on-success-tertiary-bg: var(--theme-color-success-500);
  --theme-color-feedback-icon-success-secondary: var(--theme-color-success-400);
  --theme-color-feedback-icon-success-tertiary: var(--theme-color-success-300);
  --theme-color-feedback-icon-warning-default: var(--theme-color-warning-500);
  --theme-color-feedback-icon-warning-on-warning-bg: var(--theme-color-neutral-00);
  --theme-color-feedback-icon-warning-on-warning-secondary-bg: var(--theme-color-warning-700);
  --theme-color-feedback-icon-warning-on-warning-tertiary-bg: var(--theme-color-warning-600);
  --theme-color-feedback-icon-warning-secondary: var(--theme-color-warning-400);
  --theme-color-feedback-icon-warning-tertiary: var(--theme-color-warning-300);
  --theme-color-feedback-text-error-default: var(--theme-color-error-700);
  --theme-color-feedback-text-error-on-error-bg: var(--theme-color-neutral-00);
  --theme-color-feedback-text-error-on-error-secondary-bg: var(--theme-color-error-800);
  --theme-color-feedback-text-error-on-error-tertiary-bg: var(--theme-color-error-700);
  --theme-color-feedback-text-error-secondary: var(--theme-color-error-600);
  --theme-color-feedback-text-error-tertiary: var(--theme-color-error-500);
  --theme-color-feedback-text-info-default: var(--theme-color-info-700);
  --theme-color-feedback-text-info-on-info-bg: var(--theme-color-neutral-00);
  --theme-color-feedback-text-info-on-info-secondary-bg: var(--theme-color-info-800);
  --theme-color-feedback-text-info-on-info-tertiary-bg: var(--theme-color-info-700);
  --theme-color-feedback-text-info-secondary: var(--theme-color-info-600);
  --theme-color-feedback-text-info-tertiary: var(--theme-color-info-500);
  --theme-color-feedback-text-success-default: var(--theme-color-success-700);
  --theme-color-feedback-text-success-on-success-bg: var(--theme-color-neutral-00);
  --theme-color-feedback-text-success-on-success-secondary-bg: var(--theme-color-success-800);
  --theme-color-feedback-text-success-on-success-tertiary-bg: var(--theme-color-success-600);
  --theme-color-feedback-text-success-secondary: var(--theme-color-success-600);
  --theme-color-feedback-text-success-tertiary: var(--theme-color-success-500);
  --theme-color-feedback-text-warning-default: var(--theme-color-warning-700);
  --theme-color-feedback-text-warning-on-warning-bg: var(--theme-color-neutral-00);
  --theme-color-feedback-text-warning-on-warning-secondary-bg: var(--theme-color-warning-800);
  --theme-color-feedback-text-warning-on-warning-tertiary-bg: var(--theme-color-warning-700);
  --theme-color-feedback-text-warning-secondary: var(--theme-color-warning-600);
  --theme-color-feedback-text-warning-tertiary: var(--theme-color-warning-500);
  --theme-color-icon-decorative: #ffffff;
  --theme-color-icon-disabled: var(--theme-color-neutral-300);
  --theme-color-icon-brand-default: var(--theme-color-primary-500);
  --theme-color-icon-brand-on-brand-bg: var(--theme-color-primary-50);
  --theme-color-icon-brand-on-brand-secondary-bg: var(--theme-color-primary-500);
  --theme-color-icon-brand-on-brand-tertiary-bg: var(--theme-color-neutral-00);
  --theme-color-icon-brand-secondary: var(--theme-color-secondary-500);
  --theme-color-icon-brand-tertiary: var(--theme-color-tinqe-turquoise);
  --theme-color-icon-default-default: var(--theme-color-neutral-700);
  --theme-color-icon-default-inverted: var(--theme-color-neutral-00);
  --theme-color-icon-default-secondary: var(--theme-color-neutral-500);
  --theme-color-icon-default-tertiary: var(--theme-color-neutral-400);
  --theme-color-icon-neutral-default: var(--theme-color-neutral-700);
  --theme-color-icon-neutral-on-neutral-bg: var(--theme-color-neutral-00);
  --theme-color-icon-neutral-on-neutral-secondary-bg: var(--theme-color-primary-600);
  --theme-color-icon-neutral-on-neutral-tertiary-bg: var(--theme-color-primary-500);
  --theme-color-icon-neutral-secondary: var(--theme-color-neutral-600);
  --theme-color-icon-neutral-tertiary: var(--theme-color-neutral-500);
  --theme-color-overlay-dark: var(--theme-color-black-alpha-48);
  --theme-color-overlay-default: var(--theme-color-black-alpha-32);
  --theme-color-overlay-light: var(--theme-color-black-alpha-24);
  --theme-color-text-contrast: var(--theme-color-neutral-900);
  --theme-color-text-contrast-on-dark-bg: var(--theme-color-neutral-00);
  --theme-color-text-default: var(--theme-color-neutral-700);
  --theme-color-text-default-on-dark-bg: var(--theme-color-neutral-75);
  --theme-color-text-disabled: var(--theme-color-neutral-300);
  --theme-color-text-highlight: var(--theme-color-primary-700);
  --theme-color-text-nonessential: var(--theme-color-neutral-300);
  --theme-color-text-nonessential-on-dark-bg: var(--theme-color-neutral-300);
  --theme-color-text-placeholder: var(--theme-color-neutral-400);
  --theme-color-text-subtle: var(--theme-color-neutral-500);
  --theme-color-text-subtle-on-dark-bg: var(--theme-color-neutral-100);
  --theme-color-text-brand-default: var(--theme-color-primary-500);
  --theme-color-text-brand-on-brand-bg: var(--theme-color-primary-50);
  --theme-color-text-brand-on-brand-secondary-bg: var(--theme-color-primary-500);
  --theme-color-text-brand-on-brand-tertiary-bg: var(--theme-color-neutral-900);
  --theme-color-text-brand-secondary: var(--theme-color-primary-500);
  --theme-color-text-brand-tertiary: var(--theme-color-primary-400);
  --theme-color-text-neutral-default: var(--theme-color-neutral-800);
  --theme-color-text-neutral-on-neutral-bg: var(--theme-color-neutral-00);
  --theme-color-text-neutral-on-neutral-secondary-bg: var(--theme-color-primary-700);
  --theme-color-text-neutral-on-neutral-tertiary-bg: var(--theme-color-primary-500);
  --theme-color-text-neutral-secondary: var(--theme-color-neutral-700);
  --theme-color-text-neutral-tertiary: var(--theme-color-neutral-600);
}
:root body.dark-mode {
  --theme-color-action-bg-brand-active: var(--theme-color-primary-alpha-50);
  --theme-color-action-bg-brand-checked: var(--theme-color-primary-400);
  --theme-color-action-bg-brand-default: var(--theme-color-primary-400);
  --theme-color-action-bg-brand-default-hover: var(--theme-color-primary-300);
  --theme-color-action-bg-brand-default-pressed: var(--theme-color-primary-300);
  --theme-color-action-bg-brand-hover: var(--theme-color-primary-alpha-50);
  --theme-color-action-bg-brand-pressed: var(--theme-color-primary-alpha-100);
  --theme-color-action-bg-brand-secondary: var(--theme-color-primary-200);
  --theme-color-action-bg-brand-secondary-hover: var(--theme-color-primary-300);
  --theme-color-action-bg-brand-secondary-pressed: var(--theme-color-primary-400);
  --theme-color-action-bg-brand-selected: var(--theme-color-primary-500);
  --theme-color-action-bg-brand-tertiary: var(--theme-color-primary-alpha-100);
  --theme-color-action-bg-brand-tertiary-hover: var(--theme-color-primary-alpha-200);
  --theme-color-action-bg-brand-tertiary-pressed: var(--theme-color-primary-alpha-300);
  --theme-color-action-bg-custom-default: var(--theme-color-secondary-500);
  --theme-color-action-bg-custom-default-hover: var(--theme-color-secondary-400);
  --theme-color-action-bg-custom-default-pressed: var(--theme-color-secondary-400);
  --theme-color-action-bg-custom-hover: var(--theme-color-secondary-alpha-50);
  --theme-color-action-bg-custom-pressed: var(--theme-color-secondary-alpha-100);
  --theme-color-action-bg-custom-secondary: var(--theme-color-secondary-200);
  --theme-color-action-bg-custom-secondary-hover: var(--theme-color-secondary-100);
  --theme-color-action-bg-custom-secondary-pressed: var(--theme-color-secondary-50);
  --theme-color-action-bg-custom-tertiary: var(--theme-color-secondary-alpha-50);
  --theme-color-action-bg-custom-tertiary-hover: var(--theme-color-secondary-alpha-100);
  --theme-color-action-bg-custom-tertiary-pressed: var(--theme-color-secondary-alpha-200);
  --theme-color-action-bg-destructive-default: var(--theme-color-error-600);
  --theme-color-action-bg-destructive-default-hover: var(--theme-color-error-700);
  --theme-color-action-bg-destructive-default-pressed: var(--theme-color-error-800);
  --theme-color-action-bg-destructive-hover: var(--theme-color-error-alpha-50);
  --theme-color-action-bg-destructive-pressed: var(--theme-color-error-alpha-100);
  --theme-color-action-bg-destructive-secondary: var(--theme-color-error-alpha-100);
  --theme-color-action-bg-destructive-secondary-hover: var(--theme-color-error-alpha-200);
  --theme-color-action-bg-destructive-secondary-pressed: var(--theme-color-error-alpha-300);
  --theme-color-action-bg-destructive-tertiary: var(--theme-color-error-alpha-50);
  --theme-color-action-bg-destructive-tertiary-hover: var(--theme-color-error-alpha-100);
  --theme-color-action-bg-destructive-tertiary-pressed: var(--theme-color-error-alpha-300);
  --theme-color-action-bg-neutral-active: var(--theme-color-neutral-alpha-50);
  --theme-color-action-bg-neutral-checked: var(--theme-color-neutral-900);
  --theme-color-action-bg-neutral-default: var(--theme-color-neutral-900);
  --theme-color-action-bg-neutral-default-hover: var(--theme-color-neutral-800);
  --theme-color-action-bg-neutral-default-pressed: var(--theme-color-neutral-700);
  --theme-color-action-bg-neutral-hover: var(--theme-color-neutral-alpha-50);
  --theme-color-action-bg-neutral-pressed: var(--theme-color-neutral-alpha-100);
  --theme-color-action-bg-neutral-secondary: var(--theme-color-white-alpha-16);
  --theme-color-action-bg-neutral-secondary-hover: var(--theme-color-white-alpha-24);
  --theme-color-action-bg-neutral-secondary-pressed: var(--theme-color-white-alpha-32);
  --theme-color-action-bg-neutral-selected: var(--theme-color-neutral-900);
  --theme-color-action-bg-neutral-tertiary: var(--theme-color-neutral-700);
  --theme-color-action-bg-neutral-tertiary-hover: var(--theme-color-neutral-alpha-100);
  --theme-color-action-bg-neutral-tertiary-pressed: var(--theme-color-neutral-alpha-200);
  --theme-color-action-border-brand-active: var(--theme-color-primary-100);
  --theme-color-action-border-brand-default: var(--theme-color-primary-500);
  --theme-color-action-border-brand-default-hover: var(--theme-color-primary-400);
  --theme-color-action-border-brand-focus-ring: var(--theme-color-primary-alpha-400);
  --theme-color-action-border-brand-secondary: var(--theme-color-primary-200);
  --theme-color-action-border-brand-secondary-hover: var(--theme-color-primary-300);
  --theme-color-action-border-brand-tertiary: var(--theme-color-primary-100);
  --theme-color-action-border-brand-tertiary-hover: var(--theme-color-primary-200);
  --theme-color-action-border-custom-active: var(--theme-color-secondary-500);
  --theme-color-action-border-custom-default: var(--theme-color-secondary-500);
  --theme-color-action-border-custom-default-hover: var(--theme-color-secondary-600);
  --theme-color-action-border-custom-focus-ring: var(--theme-color-secondary-alpha-400);
  --theme-color-action-border-custom-secondary: var(--theme-color-secondary-200);
  --theme-color-action-border-custom-secondary-hover: var(--theme-color-secondary-300);
  --theme-color-action-border-custom-tertiary: var(--theme-color-secondary-100);
  --theme-color-action-border-custom-tertiary-hover: var(--theme-color-secondary-200);
  --theme-color-action-border-default-default: var(--theme-color-neutral-300);
  --theme-color-action-border-default-default-hover: var(--theme-color-neutral-100);
  --theme-color-action-border-default-secondary: var(--theme-color-neutral-75);
  --theme-color-action-border-default-secondary-hover: var(--theme-color-neutral-100);
  --theme-color-action-border-default-tertiary: var(--theme-color-neutral-50);
  --theme-color-action-border-default-tertiary-hover: var(--theme-color-neutral-75);
  --theme-color-action-border-destructive-active: var(--theme-color-error-500);
  --theme-color-action-border-destructive-default: var(--theme-color-error-200);
  --theme-color-action-border-destructive-default-hover: var(--theme-color-error-300);
  --theme-color-action-border-destructive-focus-ring: var(--theme-color-error-alpha-400);
  --theme-color-action-border-destructive-secondary: var(--theme-color-error-300);
  --theme-color-action-border-destructive-secondary-hover: var(--theme-color-error-400);
  --theme-color-action-border-destructive-tertiary: var(--theme-color-error-100);
  --theme-color-action-border-destructive-tertiary-hover: var(--theme-color-error-200);
  --theme-color-action-border-neutral-active: var(--theme-color-neutral-600);
  --theme-color-action-border-neutral-default: var(--theme-color-neutral-900);
  --theme-color-action-border-neutral-default-hover: var(--theme-color-neutral-800);
  --theme-color-action-border-neutral-focus-ring: var(--theme-color-neutral-alpha-400);
  --theme-color-action-border-neutral-secondary: var(--theme-color-neutral-200);
  --theme-color-action-border-neutral-secondary-hover: var(--theme-color-neutral-300);
  --theme-color-action-border-neutral-tertiary: var(--theme-color-neutral-100);
  --theme-color-action-border-neutral-tertiary-hover: var(--theme-color-neutral-200);
  --theme-color-action-icon-brand-default: var(--theme-color-tinqe-turquoise);
  --theme-color-action-icon-brand-on-brand-bg: var(--theme-color-primary-50);
  --theme-color-action-icon-brand-on-brand-secondary-bg: var(--theme-color-primary-900);
  --theme-color-action-icon-brand-on-brand-tertiary-bg: var(--theme-color-primary-50);
  --theme-color-action-icon-brand-secondary: var(--theme-color-primary-600);
  --theme-color-action-icon-brand-selected: var(--theme-color-primary-700);
  --theme-color-action-icon-brand-tertiary: var(--theme-color-primary-700);
  --theme-color-action-icon-custom-default: var(--theme-color-secondary-500);
  --theme-color-action-icon-custom-on-custom-bg: var(--theme-color-primary-700);
  --theme-color-action-icon-custom-on-custom-secondary-bg: var(--theme-color-primary-600);
  --theme-color-action-icon-custom-on-custom-tertiary-bg: var(--theme-color-secondary-300);
  --theme-color-action-icon-custom-secondary: var(--theme-color-secondary-400);
  --theme-color-action-icon-custom-tertiary: var(--theme-color-secondary-300);
  --theme-color-action-icon-destructive-default: var(--theme-color-error-200);
  --theme-color-action-icon-destructive-on-destructive-bg: var(--theme-color-neutral-00);
  --theme-color-action-icon-destructive-on-destructive-secondary-bg: var(--theme-color-error-200);
  --theme-color-action-icon-destructive-on-destructive-tertiary-bg: var(--theme-color-error-200);
  --theme-color-action-icon-destructive-secondary: var(--theme-color-error-600);
  --theme-color-action-icon-destructive-tertiary: var(--theme-color-error-600);
  --theme-color-action-icon-neutral-default: var(--theme-color-neutral-900);
  --theme-color-action-icon-neutral-on-neutral-bg: #ffffff;
  --theme-color-action-icon-neutral-on-neutral-secondary-bg: var(--theme-color-neutral-900);
  --theme-color-action-icon-neutral-on-neutral-tertiary-bg: var(--theme-color-neutral-900);
  --theme-color-action-icon-neutral-secondary: var(--theme-color-neutral-800);
  --theme-color-action-icon-neutral-tertiary: var(--theme-color-neutral-600);
  --theme-color-action-text-link: var(--theme-color-primary-50);
  --theme-color-action-text-link-hover: var(--theme-color-primary-100);
  --theme-color-action-text-link-visited: var(--theme-color-primary-200);
  --theme-color-action-text-brand-active: var(--theme-color-primary-100);
  --theme-color-action-text-brand-default: var(--theme-color-primary-50);
  --theme-color-action-text-brand-on-brand-bg: var(--theme-color-primary-50);
  --theme-color-action-text-brand-on-brand-secondary-bg: var(--theme-color-primary-900);
  --theme-color-action-text-brand-on-brand-tertiary-bg: var(--theme-color-primary-50);
  --theme-color-action-text-brand-secondary: var(--theme-color-primary-600);
  --theme-color-action-text-brand-tertiary: var(--theme-color-primary-600);
  --theme-color-action-text-custom-default: var(--theme-color-secondary-300);
  --theme-color-action-text-custom-on-custom-bg: var(--theme-color-primary-700);
  --theme-color-action-text-custom-on-custom-secondary-bg: var(--theme-color-primary-700);
  --theme-color-action-text-custom-on-custom-tertiary-bg: var(--theme-color-secondary-300);
  --theme-color-action-text-custom-secondary: var(--theme-color-secondary-200);
  --theme-color-action-text-custom-tertiary: var(--theme-color-secondary-100);
  --theme-color-action-text-destructive-default: var(--theme-color-error-200);
  --theme-color-action-text-destructive-on-destructive-bg: var(--theme-color-neutral-00);
  --theme-color-action-text-destructive-on-destructive-secondary-bg: var(--theme-color-error-200);
  --theme-color-action-text-destructive-on-destructive-tertiary-bg: var(--theme-color-error-200);
  --theme-color-action-text-destructive-secondary: var(--theme-color-error-500);
  --theme-color-action-text-destructive-tertiary: var(--theme-color-error-400);
  --theme-color-action-text-neutral-active: var(--theme-color-neutral-00);
  --theme-color-action-text-neutral-default: var(--theme-color-neutral-00);
  --theme-color-action-text-neutral-on-neutral-bg: var(--theme-color-neutral-00);
  --theme-color-action-text-neutral-on-neutral-secondary-bg: var(--theme-color-neutral-50);
  --theme-color-action-text-neutral-on-neutral-tertiary-bg: var(--theme-color-neutral-900);
  --theme-color-action-text-neutral-secondary: var(--theme-color-neutral-700);
  --theme-color-action-text-neutral-tertiary: var(--theme-color-neutral-200);
  --theme-color-bg-brand-default: var(--theme-color-primary-500);
  --theme-color-bg-brand-secondary: var(--theme-color-secondary-500);
  --theme-color-bg-brand-tertiary: var(--theme-color-tinqe-turquoise);
  --theme-color-bg-default-default: var(--theme-color-neutral-900);
  --theme-color-bg-default-disabled: var(--theme-color-neutral-800);
  --theme-color-bg-default-inverted: var(--theme-color-neutral-900);
  --theme-color-bg-neutral-default: var(--theme-color-neutral-800);
  --theme-color-bg-neutral-secondary: var(--theme-color-neutral-dark-tint-2);
  --theme-color-bg-neutral-tertiary: var(--theme-color-neutral-800);
  --theme-color-bg-surface-default: var(--theme-color-neutral-dark-tint-4);
  --theme-color-bg-surface-overlay: var(--theme-color-neutral-dark-tint-2);
  --theme-color-bg-surface-raised: var(--theme-color-neutral-dark-tint-3);
  --theme-color-bg-surface-sunken: var(--theme-color-neutral-dark-tint-5);
  --theme-color-border-brand-default: var(--theme-color-primary-700);
  --theme-color-border-brand-secondary: var(--theme-color-white-alpha-8);
  --theme-color-border-brand-tertiary: var(--theme-color-white-alpha-8);
  --theme-color-border-default-default: var(--theme-color-neutral-600);
  --theme-color-border-default-disabled: var(--theme-color-neutral-600);
  --theme-color-border-default-secondary: var(--theme-color-neutral-700);
  --theme-color-border-default-tertiary: var(--theme-color-white-alpha-16);
  --theme-color-border-neutral-default: var(--theme-color-neutral-900);
  --theme-color-border-neutral-secondary: var(--theme-color-neutral-400);
  --theme-color-border-neutral-tertiary: var(--theme-color-neutral-200);
  --theme-color-feedback-bg-error-default: var(--theme-color-error-500);
  --theme-color-feedback-bg-error-secondary: var(--theme-color-error-100);
  --theme-color-feedback-bg-error-tertiary: var(--theme-color-error-50);
  --theme-color-feedback-bg-info-default: var(--theme-color-info-400);
  --theme-color-feedback-bg-info-secondary: var(--theme-color-info-100);
  --theme-color-feedback-bg-info-tertiary: var(--theme-color-info-50);
  --theme-color-feedback-bg-success-default: var(--theme-color-success-400);
  --theme-color-feedback-bg-success-secondary: var(--theme-color-success-100);
  --theme-color-feedback-bg-success-tertiary: var(--theme-color-success-50);
  --theme-color-feedback-bg-warning-default: var(--theme-color-warning-500);
  --theme-color-feedback-bg-warning-secondary: var(--theme-color-warning-100);
  --theme-color-feedback-bg-warning-tertiary: var(--theme-color-warning-50);
  --theme-color-feedback-border-error-default: var(--theme-color-error-400);
  --theme-color-feedback-border-error-secondary: var(--theme-color-error-500);
  --theme-color-feedback-border-error-tertiary: var(--theme-color-error-600);
  --theme-color-feedback-border-info-default: var(--theme-color-info-600);
  --theme-color-feedback-border-info-secondary: var(--theme-color-info-500);
  --theme-color-feedback-border-info-tertiary: var(--theme-color-info-300);
  --theme-color-feedback-border-success-default: var(--theme-color-success-600);
  --theme-color-feedback-border-success-secondary: var(--theme-color-success-500);
  --theme-color-feedback-border-success-tertiary: var(--theme-color-success-300);
  --theme-color-feedback-border-warning-default: var(--theme-color-warning-600);
  --theme-color-feedback-border-warning-secondary: var(--theme-color-warning-500);
  --theme-color-feedback-border-warning-tertiary: var(--theme-color-warning-300);
  --theme-color-feedback-icon-error-default: var(--theme-color-error-400);
  --theme-color-feedback-icon-error-on-error-bg: var(--theme-color-error-900);
  --theme-color-feedback-icon-error-on-error-secondary-bg: var(--theme-color-error-800);
  --theme-color-feedback-icon-error-on-error-tertiary-bg: var(--theme-color-error-700);
  --theme-color-feedback-icon-error-secondary: var(--theme-color-error-500);
  --theme-color-feedback-icon-error-tertiary: var(--theme-color-error-600);
  --theme-color-feedback-icon-info-default: var(--theme-color-info-500);
  --theme-color-feedback-icon-info-on-info-bg: var(--theme-color-info-900);
  --theme-color-feedback-icon-info-on-info-secondary-bg: var(--theme-color-info-700);
  --theme-color-feedback-icon-info-on-info-tertiary-bg: var(--theme-color-info-700);
  --theme-color-feedback-icon-info-secondary: var(--theme-color-info-600);
  --theme-color-feedback-icon-info-tertiary: var(--theme-color-info-700);
  --theme-color-feedback-icon-success-default: var(--theme-color-success-400);
  --theme-color-feedback-icon-success-on-success-bg: var(--theme-color-success-900);
  --theme-color-feedback-icon-success-on-success-secondary-bg: var(--theme-color-success-800);
  --theme-color-feedback-icon-success-on-success-tertiary-bg: var(--theme-color-success-800);
  --theme-color-feedback-icon-success-secondary: var(--theme-color-success-500);
  --theme-color-feedback-icon-success-tertiary: var(--theme-color-success-600);
  --theme-color-feedback-icon-warning-default: var(--theme-color-warning-500);
  --theme-color-feedback-icon-warning-on-warning-bg: var(--theme-color-warning-900);
  --theme-color-feedback-icon-warning-on-warning-secondary-bg: var(--theme-color-warning-700);
  --theme-color-feedback-icon-warning-on-warning-tertiary-bg: var(--theme-color-warning-700);
  --theme-color-feedback-icon-warning-secondary: var(--theme-color-warning-400);
  --theme-color-feedback-icon-warning-tertiary: var(--theme-color-warning-300);
  --theme-color-feedback-text-error-default: var(--theme-color-error-500);
  --theme-color-feedback-text-error-on-error-bg: var(--theme-color-error-900);
  --theme-color-feedback-text-error-on-error-secondary-bg: var(--theme-color-error-800);
  --theme-color-feedback-text-error-on-error-tertiary-bg: var(--theme-color-error-700);
  --theme-color-feedback-text-error-secondary: var(--theme-color-error-600);
  --theme-color-feedback-text-error-tertiary: var(--theme-color-error-700);
  --theme-color-feedback-text-info-default: var(--theme-color-info-700);
  --theme-color-feedback-text-info-on-info-bg: var(--theme-color-info-900);
  --theme-color-feedback-text-info-on-info-secondary-bg: var(--theme-color-info-800);
  --theme-color-feedback-text-info-on-info-tertiary-bg: var(--theme-color-info-700);
  --theme-color-feedback-text-info-secondary: var(--theme-color-info-600);
  --theme-color-feedback-text-info-tertiary: var(--theme-color-info-500);
  --theme-color-feedback-text-success-default: var(--theme-color-success-400);
  --theme-color-feedback-text-success-on-success-bg: var(--theme-color-success-900);
  --theme-color-feedback-text-success-on-success-secondary-bg: var(--theme-color-success-800);
  --theme-color-feedback-text-success-on-success-tertiary-bg: var(--theme-color-success-700);
  --theme-color-feedback-text-success-secondary: var(--theme-color-success-500);
  --theme-color-feedback-text-success-tertiary: var(--theme-color-success-600);
  --theme-color-feedback-text-warning-default: var(--theme-color-warning-700);
  --theme-color-feedback-text-warning-on-warning-bg: var(--theme-color-warning-900);
  --theme-color-feedback-text-warning-on-warning-secondary-bg: var(--theme-color-warning-800);
  --theme-color-feedback-text-warning-on-warning-tertiary-bg: var(--theme-color-warning-700);
  --theme-color-feedback-text-warning-secondary: var(--theme-color-warning-600);
  --theme-color-feedback-text-warning-tertiary: var(--theme-color-warning-500);
  --theme-color-icon-decorative: #ffffff;
  --theme-color-icon-disabled: var(--theme-color-neutral-300);
  --theme-color-icon-brand-default: var(--theme-color-primary-600);
  --theme-color-icon-brand-on-brand-bg: var(--theme-color-primary-900);
  --theme-color-icon-brand-on-brand-secondary-bg: var(--theme-color-secondary-900);
  --theme-color-icon-brand-on-brand-tertiary-bg: var(--theme-color-neutral-00);
  --theme-color-icon-brand-secondary: var(--theme-color-secondary-500);
  --theme-color-icon-brand-tertiary: var(--theme-color-tinqe-turquoise);
  --theme-color-icon-default-default: var(--theme-color-neutral-600);
  --theme-color-icon-default-inverted: var(--theme-color-neutral-00);
  --theme-color-icon-default-secondary: var(--theme-color-neutral-400);
  --theme-color-icon-default-tertiary: var(--theme-color-neutral-500);
  --theme-color-icon-neutral-default: var(--theme-color-neutral-600);
  --theme-color-icon-neutral-on-neutral-bg: var(--theme-color-neutral-00);
  --theme-color-icon-neutral-on-neutral-secondary-bg: var(--theme-color-neutral-100);
  --theme-color-icon-neutral-on-neutral-tertiary-bg: var(--theme-color-neutral-200);
  --theme-color-icon-neutral-secondary: var(--theme-color-neutral-400);
  --theme-color-icon-neutral-tertiary: var(--theme-color-neutral-300);
  --theme-color-overlay-dark: var(--theme-color-black-alpha-48);
  --theme-color-overlay-default: var(--theme-color-black-alpha-32);
  --theme-color-overlay-light: var(--theme-color-black-alpha-24);
  --theme-color-text-contrast: var(--theme-color-neutral-00);
  --theme-color-text-contrast-on-dark-bg: var(--theme-color-neutral-00);
  --theme-color-text-default: var(--theme-color-neutral-50);
  --theme-color-text-default-on-dark-bg: var(--theme-color-neutral-75);
  --theme-color-text-disabled: var(--theme-color-neutral-500);
  --theme-color-text-highlight: var(--theme-color-primary-500);
  --theme-color-text-nonessential: var(--theme-color-neutral-600);
  --theme-color-text-nonessential-on-dark-bg: var(--theme-color-neutral-300);
  --theme-color-text-placeholder: var(--theme-color-neutral-400);
  --theme-color-text-subtle: var(--theme-color-neutral-200);
  --theme-color-text-subtle-on-dark-bg: var(--theme-color-neutral-100);
  --theme-color-text-brand-default: var(--theme-color-primary-50);
  --theme-color-text-brand-on-brand-bg: var(--theme-color-primary-50);
  --theme-color-text-brand-on-brand-secondary-bg: var(--theme-color-neutral-100);
  --theme-color-text-brand-on-brand-tertiary-bg: var(--theme-color-neutral-900);
  --theme-color-text-brand-secondary: var(--theme-color-primary-100);
  --theme-color-text-brand-tertiary: var(--theme-color-secondary-500);
  --theme-color-text-neutral-default: var(--theme-color-neutral-800);
  --theme-color-text-neutral-on-neutral-bg: var(--theme-color-neutral-00);
  --theme-color-text-neutral-on-neutral-secondary-bg: var(--theme-color-neutral-900);
  --theme-color-text-neutral-on-neutral-tertiary-bg: var(--theme-color-neutral-50);
  --theme-color-text-neutral-secondary: var(--theme-color-neutral-700);
  --theme-color-text-neutral-tertiary: var(--theme-color-neutral-600);
}
:root body {
  --theme-text-styles-text-body-base-font-letter-spacing: var(--theme-font-letter-spacing-default);
  --theme-text-styles-text-body-base-font-size: var(--theme-dimension-size-400);
  --theme-text-styles-text-body-base-font-line-height: var(--theme-font-line-height-600);
  --theme-text-styles-text-body-base-font-weight: var(--theme-font-weight-regular);
  --theme-text-styles-text-body-base-font-family: var(--theme-font-family-default);
  --theme-text-styles-text-body-lead-font-letter-spacing: var(--theme-font-letter-spacing-default);
  --theme-text-styles-text-body-lead-font-size: var(--theme-font-size-450);
  --theme-text-styles-text-body-lead-font-line-height: var(--theme-font-line-height-700);
  --theme-text-styles-text-body-lead-font-weight: var(--theme-font-weight-regular);
  --theme-text-styles-text-body-lead-font-family: var(--theme-font-family-default);
  --theme-text-styles-text-body-sm-font-letter-spacing: var(--theme-font-letter-spacing-default);
  --theme-text-styles-text-body-sm-font-size: var(--theme-font-size-325);
  --theme-text-styles-text-body-sm-font-line-height: var(--theme-font-line-height-500);
  --theme-text-styles-text-body-sm-font-weight: var(--theme-font-weight-regular);
  --theme-text-styles-text-body-sm-font-family: var(--theme-font-family-default);
  --theme-text-styles-text-heading-2xl-font-letter-spacing: var(--theme-font-letter-spacing-default);
  --theme-text-styles-text-heading-2xl-font-size: var(--theme-dimension-size-1200);
  --theme-text-styles-text-heading-2xl-font-line-height: var(--theme-font-line-height-1400);
  --theme-text-styles-text-heading-2xl-font-weight: var(--theme-font-weight-bold);
  --theme-text-styles-text-heading-2xl-font-family: var(--theme-font-family-heading);
  --theme-text-styles-text-heading-3xl-font-letter-spacing: var(--theme-font-letter-spacing-denser);
  --theme-text-styles-text-heading-3xl-font-size: var(--theme-dimension-size-1400);
  --theme-text-styles-text-heading-3xl-font-line-height: var(--theme-font-line-height-1600);
  --theme-text-styles-text-heading-3xl-font-weight: var(--theme-font-weight-bold);
  --theme-text-styles-text-heading-3xl-font-family: var(--theme-font-family-heading);
  --theme-text-styles-text-heading-display-font-letter-spacing: var(--theme-font-letter-spacing-dense);
  --theme-text-styles-text-heading-display-font-line-height: var(--theme-font-line-height-1600);
  --theme-text-styles-text-heading-display-font-size: var(--theme-dimension-size-1600);
  --theme-text-styles-text-heading-display-font-weight: var(--theme-font-weight-bold);
  --theme-text-styles-text-heading-display-font-family: var(--theme-font-family-heading);
  --theme-text-styles-text-heading-lg-font-letter-spacing: var(--theme-font-letter-spacing-default);
  --theme-text-styles-text-heading-lg-font-size: var(--theme-dimension-size-600);
  --theme-text-styles-text-heading-lg-font-line-height: var(--theme-font-line-height-800);
  --theme-text-styles-text-heading-lg-font-weight: var(--theme-font-weight-bold);
  --theme-text-styles-text-heading-lg-font-family: var(--theme-font-family-heading);
  --theme-text-styles-text-heading-md-font-letter-spacing: var(--theme-font-letter-spacing-default);
  --theme-text-styles-text-heading-md-font-size: var(--theme-dimension-size-500);
  --theme-text-styles-text-heading-md-font-line-height: var(--theme-font-line-height-700);
  --theme-text-styles-text-heading-md-font-weight: var(--theme-font-weight-bold);
  --theme-text-styles-text-heading-md-font-family: var(--theme-font-family-heading);
  --theme-text-styles-text-heading-sm-font-letter-spacing: var(--theme-font-letter-spacing-default);
  --theme-text-styles-text-heading-sm-font-size: var(--theme-font-size-450);
  --theme-text-styles-text-heading-sm-font-line-height: var(--theme-font-line-height-600);
  --theme-text-styles-text-heading-sm-font-weight: var(--theme-font-weight-bold);
  --theme-text-styles-text-heading-sm-font-family: var(--theme-font-family-heading);
  --theme-text-styles-text-heading-xl-font-letter-spacing: var(--theme-font-letter-spacing-default);
  --theme-text-styles-text-heading-xl-font-size: var(--theme-dimension-size-800);
  --theme-text-styles-text-heading-xl-font-line-height: var(--theme-font-line-height-1000);
  --theme-text-styles-text-heading-xl-font-weight: var(--theme-font-weight-bold);
  --theme-text-styles-text-heading-xl-font-family: var(--theme-font-family-heading);
  --theme-text-styles-text-ui-primary-lg-font-letter-spacing: var(--theme-font-letter-spacing-default);
  --theme-text-styles-text-ui-primary-lg-font-size: var(--theme-font-size-450);
  --theme-text-styles-text-ui-primary-lg-font-line-height: var(--theme-font-line-height-700);
  --theme-text-styles-text-ui-primary-lg-font-weight: var(--theme-font-weight-bold);
  --theme-text-styles-text-ui-primary-lg-font-family: var(--theme-font-family-default);
  --theme-text-styles-text-ui-primary-md-font-letter-spacing: var(--theme-font-letter-spacing-default);
  --theme-text-styles-text-ui-primary-md-font-size: var(--theme-dimension-size-400);
  --theme-text-styles-text-ui-primary-md-font-line-height: var(--theme-font-line-height-600);
  --theme-text-styles-text-ui-primary-md-font-weight: var(--theme-font-weight-bold);
  --theme-text-styles-text-ui-primary-md-font-family: var(--theme-font-family-default);
  --theme-text-styles-text-ui-primary-sm-font-letter-spacing: var(--theme-font-letter-spacing-default);
  --theme-text-styles-text-ui-primary-sm-font-size: var(--theme-font-size-325);
  --theme-text-styles-text-ui-primary-sm-font-line-height: var(--theme-font-line-height-500);
  --theme-text-styles-text-ui-primary-sm-font-weight: var(--theme-font-weight-bold);
  --theme-text-styles-text-ui-primary-sm-font-family: var(--theme-font-family-default);
  --theme-text-styles-text-ui-primary-xs-font-letter-spacing: var(--theme-font-letter-spacing-default);
  --theme-text-styles-text-ui-primary-xs-font-size: var(--theme-font-size-275);
  --theme-text-styles-text-ui-primary-xs-font-line-height: var(--theme-font-line-height-400);
  --theme-text-styles-text-ui-primary-xs-font-weight: var(--theme-font-weight-bold);
  --theme-text-styles-text-ui-primary-xs-font-family: var(--theme-font-family-default);
  --theme-text-styles-text-ui-secondary-lg-font-letter-spacing: var(--theme-font-letter-spacing-default);
  --theme-text-styles-text-ui-secondary-lg-font-size: var(--theme-font-size-450);
  --theme-text-styles-text-ui-secondary-lg-font-line-height: var(--theme-font-line-height-700);
  --theme-text-styles-text-ui-secondary-lg-font-weight: var(--theme-font-weight-semi-bold);
  --theme-text-styles-text-ui-secondary-lg-font-family: var(--theme-font-family-default);
  --theme-text-styles-text-ui-secondary-md-font-letter-spacing: var(--theme-font-letter-spacing-default);
  --theme-text-styles-text-ui-secondary-md-font-size: var(--theme-dimension-size-400);
  --theme-text-styles-text-ui-secondary-md-font-line-height: var(--theme-font-line-height-600);
  --theme-text-styles-text-ui-secondary-md-font-weight: var(--theme-font-weight-semi-bold);
  --theme-text-styles-text-ui-secondary-md-font-family: var(--theme-font-family-default);
  --theme-text-styles-text-ui-secondary-sm-font-letter-spacing: var(--theme-font-letter-spacing-default);
  --theme-text-styles-text-ui-secondary-sm-font-size: var(--theme-font-size-325);
  --theme-text-styles-text-ui-secondary-sm-font-line-height: var(--theme-font-line-height-500);
  --theme-text-styles-text-ui-secondary-sm-font-weight: var(--theme-font-weight-semi-bold);
  --theme-text-styles-text-ui-secondary-sm-font-family: var(--theme-font-family-default);
  --theme-text-styles-text-ui-secondary-xs-font-letter-spacing: var(--theme-font-letter-spacing-default);
  --theme-text-styles-text-ui-secondary-xs-font-size: var(--theme-font-size-275);
  --theme-text-styles-text-ui-secondary-xs-font-line-height: var(--theme-font-line-height-400);
  --theme-text-styles-text-ui-secondary-xs-font-weight: var(--theme-font-weight-semi-bold);
  --theme-text-styles-text-ui-secondary-xs-font-family: var(--theme-font-family-default);
  --theme-text-styles-text-ui-tertiary-lg-font-letter-spacing: var(--theme-font-letter-spacing-default);
  --theme-text-styles-text-ui-tertiary-lg-font-size: var(--theme-font-size-450);
  --theme-text-styles-text-ui-tertiary-lg-font-line-height: var(--theme-font-line-height-700);
  --theme-text-styles-text-ui-tertiary-lg-font-weight: var(--theme-font-weight-regular);
  --theme-text-styles-text-ui-tertiary-lg-font-family: var(--theme-font-family-default);
  --theme-text-styles-text-ui-tertiary-md-font-letter-spacing: var(--theme-font-letter-spacing-default);
  --theme-text-styles-text-ui-tertiary-md-font-size: var(--theme-dimension-size-400);
  --theme-text-styles-text-ui-tertiary-md-font-line-height: var(--theme-font-line-height-600);
  --theme-text-styles-text-ui-tertiary-md-font-weight: var(--theme-font-weight-regular);
  --theme-text-styles-text-ui-tertiary-md-font-family: var(--theme-font-family-default);
  --theme-text-styles-text-ui-tertiary-sm-font-letter-spacing: var(--theme-font-letter-spacing-default);
  --theme-text-styles-text-ui-tertiary-sm-font-size: var(--theme-font-size-325);
  --theme-text-styles-text-ui-tertiary-sm-font-line-height: var(--theme-font-line-height-500);
  --theme-text-styles-text-ui-tertiary-sm-font-weight: var(--theme-font-weight-regular);
  --theme-text-styles-text-ui-tertiary-sm-font-family: var(--theme-font-family-default);
  --theme-text-styles-text-ui-tertiary-xs-font-letter-spacing: var(--theme-font-letter-spacing-default);
  --theme-text-styles-text-ui-tertiary-xs-font-size: var(--theme-font-size-275);
  --theme-text-styles-text-ui-tertiary-xs-font-line-height: var(--theme-font-line-height-400);
  --theme-text-styles-text-ui-tertiary-xs-font-weight: var(--theme-font-weight-regular);
  --theme-text-styles-text-ui-tertiary-xs-font-family: var(--theme-font-family-default);
  --theme-size-component-height-xs: var(--theme-dimension-size-600);
  --theme-size-component-height-sm: var(--theme-dimension-size-800);
  --theme-size-component-height-md: var(--theme-dimension-size-1000);
  --theme-size-component-height-lg: var(--theme-dimension-size-1200);
  --theme-size-component-height-xl: var(--theme-dimension-size-1400);
  --theme-size-icon-xs: var(--theme-dimension-size-400);
  --theme-size-icon-sm: var(--theme-dimension-size-500);
  --theme-size-icon-md: var(--theme-dimension-size-600);
  --theme-size-icon-lg: var(--theme-dimension-size-700);
  --theme-border-default-width: 1px;
  --theme-border-bold-width: 2px;
  --theme-border-base-width: 1px;
  --theme-effect-styles-drop-shadow-100: 0px 1px 0px 0px rgba(0, 26, 77, 0.10);
  --theme-effect-styles-drop-shadow-200: 0px 2px 0px 0px rgba(0, 26, 77, 0.05), 0px 2px 8px 0px rgba(0, 26, 77, 0.10);
  --theme-effect-styles-drop-shadow-300: 0px 2px 16px 0px rgba(0, 26, 77, 0.10);
  --theme-effect-styles-drop-shadow-400: 0px 4px 16px 0px rgba(0, 26, 77, 0.03), 0px 6px 24px 0px rgba(0, 26, 77, 0.05);
  --theme-effect-styles-drop-shadow-500: 0px 4px 16px 0px rgba(0, 26, 77, 0.05), 0px 8px 32px 0px rgba(0, 26, 77, 0.03);
  --theme-effect-styles-drop-shadow-600:
    0px 94px 26px 0px rgba(0, 26, 77, 0.00),
    0px 60px 24px 0px rgba(0, 26, 77, 0.01),
    0px 34px 20px 0px rgba(0, 26, 77, 0.02),
    0px 15px 15px 0px rgba(0, 26, 77, 0.03),
    0px 4px 8px 0px rgba(0, 26, 77, 0.04);
  --theme-effect-styles-inner-shadow-100: 0px -1px 0px 0px rgba(0, 48, 135, 0.12) inset;
  --theme-effect-styles-inner-shadow-200: 0px -2px 0px 0px rgba(0, 0, 0, 0.32) inset;
  --theme-effect-styles-inner-shadow-300: 0px 4px 4px -1px rgba(51, 51, 51, 0.20) inset;
  --theme-effect-styles-inner-shadow-400: 0px 16px 32px -4px rgba(51, 51, 51, 0.10) inset;
  --theme-effect-styles-inner-shadow-500: 0px 16px 16px -8px rgba(51, 51, 51, 0.20) inset;
  --theme-effect-styles-inner-shadow-600: 0px 16px 32px -8px rgba(51, 51, 51, 0.20) inset;
  --theme-effect-styles-blur-overlay: blur(2px);
  --theme-effect-styles-blur-layer: blur(2px);
  --theme-effect-styles-blur-glass: blur(2px);
  --theme-effect-styles-focus-ring-brand: 0px 0px 0px 4px var(--tinqe-alpha-turquoise-light, rgba(3, 145, 184, 0.31));
  --theme-effect-styles-focus-ring-brand-dark: 0px 0px 0px 4px var(--white-alpha-32, rgba(255, 255, 255, 0.31));
  --theme-color-styles-gradient-gas-price-badge:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.24) 0%,
      rgba(255, 255, 255, 0) 100%);
}
html,
body {
  height: 100vh;
}
html .inheritCursors *,
body .inheritCursors * {
  cursor: inherit !important;
}
html,
body {
  height: 100vh;
  margin: 0;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
