@charset "UTF-8";

/* apps/frontend/admin-portal/src/styles.scss */
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji";
    --font-mono:
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace;
    --color-orange-400: oklch(75% 0.183 55.934);
    --color-orange-500: oklch(70.5% 0.213 47.604);
    --color-amber-500: oklch(76.9% 0.188 70.08);
    --color-yellow-400: oklch(85.2% 0.199 91.936);
    --color-yellow-500: oklch(79.5% 0.184 86.047);
    --color-green-400: oklch(79.2% 0.209 151.711);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-emerald-500: oklch(69.6% 0.17 162.48);
    --color-cyan-400: oklch(78.9% 0.154 211.53);
    --color-cyan-500: oklch(71.5% 0.143 215.221);
    --color-cyan-600: oklch(60.9% 0.126 221.723);
    --color-purple-400: oklch(71.4% 0.203 305.504);
    --color-purple-500: oklch(62.7% 0.265 303.9);
    --color-purple-600: oklch(55.8% 0.288 302.321);
    --color-pink-400: oklch(71.8% 0.202 349.761);
    --color-pink-500: oklch(65.6% 0.241 354.308);
    --color-slate-300: oklch(86.9% 0.022 252.894);
    --color-slate-400: oklch(70.4% 0.04 256.788);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-slate-600: oklch(44.6% 0.043 257.281);
    --color-slate-700: oklch(37.2% 0.044 257.287);
    --color-slate-800: oklch(27.9% 0.041 260.031);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-2xl: 42rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --blur-sm: 8px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type=button], [type=reset], [type=submit]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden=until-found])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-3 {
    bottom: calc(var(--spacing) * 3);
  }
  .-left-6 {
    left: calc(var(--spacing) * -6);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .left-\[11px\] {
    left: 11px;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
  }
  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .max-h-\[40vh\] {
    max-height: 40vh;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-0\.5 {
    width: calc(var(--spacing) * 0.5);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-full {
    --tw-translate-y: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-purple-500\/30 {
    border-color: color-mix(in srgb, oklch(62.7% 0.265 303.9) 30%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-purple-500\/30 {
      border-color: color-mix(in oklab, var(--color-purple-500) 30%, transparent);
    }
  }
  .border-slate-700 {
    border-color: var(--color-slate-700);
  }
  .border-slate-800\/50 {
    border-color: color-mix(in srgb, oklch(27.9% 0.041 260.031) 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-slate-800\/50 {
      border-color: color-mix(in oklab, var(--color-slate-800) 50%, transparent);
    }
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/10 {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, #fff 20%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/20 {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .border-white\/30 {
    border-color: color-mix(in srgb, #fff 30%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/30 {
      border-color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/50 {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-black\/60 {
    background-color: color-mix(in srgb, #000 60%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/60 {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }
  .bg-black\/70 {
    background-color: color-mix(in srgb, #000 70%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/70 {
      background-color: color-mix(in oklab, var(--color-black) 70%, transparent);
    }
  }
  .bg-black\/90 {
    background-color: color-mix(in srgb, #000 90%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/90 {
      background-color: color-mix(in oklab, var(--color-black) 90%, transparent);
    }
  }
  .bg-cyan-400 {
    background-color: var(--color-cyan-400);
  }
  .bg-cyan-500 {
    background-color: var(--color-cyan-500);
  }
  .bg-emerald-500 {
    background-color: var(--color-emerald-500);
  }
  .bg-green-400 {
    background-color: var(--color-green-400);
  }
  .bg-green-500 {
    background-color: var(--color-green-500);
  }
  .bg-orange-400 {
    background-color: var(--color-orange-400);
  }
  .bg-orange-500 {
    background-color: var(--color-orange-500);
  }
  .bg-pink-500 {
    background-color: var(--color-pink-500);
  }
  .bg-purple-400 {
    background-color: var(--color-purple-400);
  }
  .bg-purple-500 {
    background-color: var(--color-purple-500);
  }
  .bg-slate-500 {
    background-color: var(--color-slate-500);
  }
  .bg-slate-800 {
    background-color: var(--color-slate-800);
  }
  .bg-slate-900\/95 {
    background-color: color-mix(in srgb, oklch(20.8% 0.042 265.755) 95%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-slate-900\/95 {
      background-color: color-mix(in oklab, var(--color-slate-900) 95%, transparent);
    }
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #fff 10%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/10 {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-yellow-500 {
    background-color: var(--color-yellow-500);
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-purple-500 {
    --tw-gradient-from: var(--color-purple-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-purple-600 {
    --tw-gradient-from: var(--color-purple-600);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-slate-600 {
    --tw-gradient-from: var(--color-slate-600);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-yellow-400 {
    --tw-gradient-from: var(--color-yellow-400);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .via-slate-500 {
    --tw-gradient-via: var(--color-slate-500);
    --tw-gradient-via-stops:
      var(--tw-gradient-position),
      var(--tw-gradient-from) var(--tw-gradient-from-position),
      var(--tw-gradient-via) var(--tw-gradient-via-position),
      var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-amber-500 {
    --tw-gradient-to: var(--color-amber-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-cyan-600 {
    --tw-gradient-to: var(--color-cyan-600);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-pink-500 {
    --tw-gradient-to: var(--color-pink-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-slate-600 {
    --tw-gradient-to: var(--color-slate-600);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .pl-12 {
    padding-left: calc(var(--spacing) * 12);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-cyan-400 {
    color: var(--color-cyan-400);
  }
  .text-green-400 {
    color: var(--color-green-400);
  }
  .text-orange-400 {
    color: var(--color-orange-400);
  }
  .text-pink-400 {
    color: var(--color-pink-400);
  }
  .text-purple-400 {
    color: var(--color-purple-400);
  }
  .text-purple-400\/70 {
    color: color-mix(in srgb, oklch(71.4% 0.203 305.504) 70%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-purple-400\/70 {
      color: color-mix(in oklab, var(--color-purple-400) 70%, transparent);
    }
  }
  .text-slate-300 {
    color: var(--color-slate-300);
  }
  .text-slate-400 {
    color: var(--color-slate-400);
  }
  .text-slate-500 {
    color: var(--color-slate-500);
  }
  .text-slate-600 {
    color: var(--color-slate-600);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-yellow-400 {
    color: var(--color-yellow-400);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .placeholder-slate-500::placeholder {
    color: var(--color-slate-500);
  }
  .ring-cyan-400\/50 {
    --tw-ring-color: color-mix(in srgb, oklch(78.9% 0.154 211.53) 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .ring-cyan-400\/50 {
      --tw-ring-color: color-mix(in oklab, var(--color-cyan-400) 50%, transparent);
    }
  }
  .ring-cyan-500\/50 {
    --tw-ring-color: color-mix(in srgb, oklch(71.5% 0.143 215.221) 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .ring-cyan-500\/50 {
      --tw-ring-color: color-mix(in oklab, var(--color-cyan-500) 50%, transparent);
    }
  }
  .ring-emerald-500\/50 {
    --tw-ring-color: color-mix(in srgb, oklch(69.6% 0.17 162.48) 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .ring-emerald-500\/50 {
      --tw-ring-color: color-mix(in oklab, var(--color-emerald-500) 50%, transparent);
    }
  }
  .ring-green-400\/50 {
    --tw-ring-color: color-mix(in srgb, oklch(79.2% 0.209 151.711) 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .ring-green-400\/50 {
      --tw-ring-color: color-mix(in oklab, var(--color-green-400) 50%, transparent);
    }
  }
  .ring-green-500\/50 {
    --tw-ring-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .ring-green-500\/50 {
      --tw-ring-color: color-mix(in oklab, var(--color-green-500) 50%, transparent);
    }
  }
  .ring-orange-400\/50 {
    --tw-ring-color: color-mix(in srgb, oklch(75% 0.183 55.934) 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .ring-orange-400\/50 {
      --tw-ring-color: color-mix(in oklab, var(--color-orange-400) 50%, transparent);
    }
  }
  .ring-orange-500\/50 {
    --tw-ring-color: color-mix(in srgb, oklch(70.5% 0.213 47.604) 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .ring-orange-500\/50 {
      --tw-ring-color: color-mix(in oklab, var(--color-orange-500) 50%, transparent);
    }
  }
  .ring-pink-500\/50 {
    --tw-ring-color: color-mix(in srgb, oklch(65.6% 0.241 354.308) 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .ring-pink-500\/50 {
      --tw-ring-color: color-mix(in oklab, var(--color-pink-500) 50%, transparent);
    }
  }
  .ring-purple-400\/50 {
    --tw-ring-color: color-mix(in srgb, oklch(71.4% 0.203 305.504) 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .ring-purple-400\/50 {
      --tw-ring-color: color-mix(in oklab, var(--color-purple-400) 50%, transparent);
    }
  }
  .ring-purple-500\/50 {
    --tw-ring-color: color-mix(in srgb, oklch(62.7% 0.265 303.9) 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .ring-purple-500\/50 {
      --tw-ring-color: color-mix(in oklab, var(--color-purple-500) 50%, transparent);
    }
  }
  .ring-slate-500\/50 {
    --tw-ring-color: color-mix(in srgb, oklch(55.4% 0.046 257.417) 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .ring-slate-500\/50 {
      --tw-ring-color: color-mix(in oklab, var(--color-slate-500) 50%, transparent);
    }
  }
  .ring-yellow-400\/50 {
    --tw-ring-color: color-mix(in srgb, oklch(85.2% 0.199 91.936) 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .ring-yellow-400\/50 {
      --tw-ring-color: color-mix(in oklab, var(--color-yellow-400) 50%, transparent);
    }
  }
  .ring-yellow-500\/50 {
    --tw-ring-color: color-mix(in srgb, oklch(79.5% 0.184 86.047) 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .ring-yellow-500\/50 {
      --tw-ring-color: color-mix(in oklab, var(--color-yellow-500) 50%, transparent);
    }
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to,
      opacity,
      box-shadow,
      transform,
      translate,
      scale,
      rotate,
      filter,
      -webkit-backdrop-filter,
      backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property:
      transform,
      translate,
      scale,
      rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  @media (hover: hover) {
    .hover\:border-white\/40:hover {
      border-color: color-mix(in srgb, #fff 40%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:border-white\/40:hover {
        border-color: color-mix(in oklab, var(--color-white) 40%, transparent);
      }
    }
  }
  @media (hover: hover) {
    .hover\:bg-black\/90:hover {
      background-color: color-mix(in srgb, #000 90%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-black\/90:hover {
        background-color: color-mix(in oklab, var(--color-black) 90%, transparent);
      }
    }
  }
  @media (hover: hover) {
    .hover\:bg-slate-700:hover {
      background-color: var(--color-slate-700);
    }
  }
  @media (hover: hover) {
    .hover\:bg-white\/20:hover {
      background-color: color-mix(in srgb, #fff 20%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/20:hover {
        background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
      }
    }
  }
  @media (hover: hover) {
    .hover\:text-white:hover {
      color: var(--color-white);
    }
  }
  .focus\:border-cyan-400:focus {
    border-color: var(--color-cyan-400);
  }
  .focus\:ring-1:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .focus\:ring-cyan-400:focus {
    --tw-ring-color: var(--color-cyan-400);
  }
  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  @media (width >= 48rem) {
    .md\:block {
      display: block;
    }
  }
  @media (width >= 48rem) {
    .md\:h-12 {
      height: calc(var(--spacing) * 12);
    }
  }
  @media (width >= 48rem) {
    .md\:h-24 {
      height: calc(var(--spacing) * 24);
    }
  }
  @media (width >= 48rem) {
    .md\:w-12 {
      width: calc(var(--spacing) * 12);
    }
  }
  @media (width >= 48rem) {
    .md\:w-24 {
      width: calc(var(--spacing) * 24);
    }
  }
  @media (width >= 48rem) {
    .md\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 48rem) {
    .md\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 48rem) {
    .md\:p-5 {
      padding: calc(var(--spacing) * 5);
    }
  }
  @media (width >= 48rem) {
    .md\:px-5 {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  @media (width >= 48rem) {
    .md\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 48rem) {
    .md\:py-5 {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  @media (width >= 48rem) {
    .md\:py-6 {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 48rem) {
    .md\:py-32 {
      padding-block: calc(var(--spacing) * 32);
    }
  }
  @media (width >= 48rem) {
    .md\:pt-0 {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 48rem) {
    .md\:pt-3 {
      padding-top: calc(var(--spacing) * 3);
    }
  }
  @media (width >= 48rem) {
    .md\:pb-4 {
      padding-bottom: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 48rem) {
    .md\:pb-5 {
      padding-bottom: calc(var(--spacing) * 5);
    }
  }
  @media (width >= 48rem) {
    .md\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  @media (width >= 48rem) {
    .md\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  @media (width >= 48rem) {
    .md\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  @media (width >= 48rem) {
    .md\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  @media (width >= 48rem) {
    .md\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  @media (width >= 48rem) {
    .md\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  @media (width >= 48rem) {
    .md\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  @media (width >= 64rem) {
    .lg\:gap-10 {
      gap: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 64rem) {
    .lg\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
}
@font-face {
  font-family: Framna Sans;
  font-weight: 700;
  src: url(/assets/fonts/framna-sans-bold.woff2);
  font-display: swap;
}
@font-face {
  font-family: Framna Sans;
  font-weight: 400;
  src: url(/assets/fonts/framna-sans-regular.woff2);
  font-display: swap;
}
@font-face {
  font-family: Framna Serif;
  font-weight: 700;
  src: url(/assets/fonts/framna-serif-bold.woff2);
  font-display: swap;
}
*,
*::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;
}
body {
  --theme-color-black-alpha-8: rgba(26, 26, 26, 0.0784313725);
  --theme-color-black-alpha-16: rgba(26, 26, 26, 0.1607843137);
  --theme-color-black-alpha-24: rgba(26, 26, 26, 0.2392156863);
  --theme-color-black-alpha-32: rgba(26, 26, 26, 0.3215686275);
  --theme-color-black-alpha-48: rgba(26, 26, 26, 0.4784313725);
  --theme-color-black-alpha-64: rgba(26, 26, 26, 0.6392156863);
  --theme-color-black-alpha-72: rgba(26, 26, 26, 0.7215686275);
  --theme-color-black-alpha-80: rgba(26, 26, 26, 0.8);
  --theme-color-black-alpha-90: rgba(26, 26, 26, 0.8980392157);
  --theme-color-black-alpha-100: #1a1a1a;
  --theme-color-blue-base: #a1c7ce;
  --theme-color-blue-dark: #7fb3bd;
  --theme-color-blue-light: #cfe2e5;
  --theme-color-blue-lightest: #e4eff1;
  --theme-color-blue-alpha-base: rgba(1, 104, 123, 0.368627451);
  --theme-color-blue-alpha-dark: rgba(4, 106, 126, 0.5098039216);
  --theme-color-blue-alpha-light: rgba(2, 102, 118, 0.1882352941);
  --theme-color-blue-alpha-lightest: rgba(10, 110, 128, 0.1098039216);
  --theme-color-error-50: #fff2ee;
  --theme-color-error-100: #ffd9ce;
  --theme-color-error-200: #ffbfac;
  --theme-color-error-300: #ffa489;
  --theme-color-error-400: #ff8561;
  --theme-color-error-500: #f7693e;
  --theme-color-error-600: #da4200;
  --theme-color-error-700: #9d2d00;
  --theme-color-error-800: #611800;
  --theme-color-error-900: #310800;
  --theme-color-error-alpha-50: rgba(255, 69, 12, 0.0705882353);
  --theme-color-error-alpha-100: rgba(255, 65, 10, 0.2);
  --theme-color-error-alpha-200: rgba(255, 61, 3, 0.3294117647);
  --theme-color-error-alpha-300: rgba(255, 61, 4, 0.4705882353);
  --theme-color-error-alpha-400: rgba(255, 58, 0, 0.6196078431);
  --theme-color-error-alpha-500: rgba(244, 58, 1, 0.7607843137);
  --theme-color-error-alpha-600: #da4200;
  --theme-color-error-alpha-700: #9d2d00;
  --theme-color-error-alpha-800: #611800;
  --theme-color-error-alpha-900: #310800;
  --theme-color-info-50: #eaf8ff;
  --theme-color-info-100: #bce9ff;
  --theme-color-info-200: #89d9ff;
  --theme-color-info-300: #57c8f8;
  --theme-color-info-400: #40b4e4;
  --theme-color-info-500: #1ba1d1;
  --theme-color-info-600: #0084ae;
  --theme-color-info-700: #005e7d;
  --theme-color-info-800: #00394e;
  --theme-color-info-900: #001c27;
  --theme-color-info-alpha-50: rgba(22, 177, 255, 0.0901960784);
  --theme-color-info-alpha-100: rgba(7, 174, 255, 0.2705882353);
  --theme-color-info-alpha-200: rgba(4, 174, 255, 0.4705882353);
  --theme-color-info-alpha-300: rgba(0, 172, 244, 0.6588235294);
  --theme-color-info-alpha-400: rgba(0, 155, 219, 0.7490196078);
  --theme-color-info-alpha-500: rgba(2, 151, 204, 0.8980392157);
  --theme-color-info-alpha-600: #0084ae;
  --theme-color-info-alpha-700: #005e7d;
  --theme-color-info-alpha-800: #00394e;
  --theme-color-info-alpha-900: #001c27;
  --theme-color-neutral-50: #f5f5f5;
  --theme-color-neutral-75: #f2f2f2;
  --theme-color-neutral-100: #e5e5e5;
  --theme-color-neutral-200: #cccccc;
  --theme-color-neutral-300: #b2b2b2;
  --theme-color-neutral-400: #999999;
  --theme-color-neutral-500: #808080;
  --theme-color-neutral-600: #666666;
  --theme-color-neutral-700: #4d4d4d;
  --theme-color-neutral-800: #333333;
  --theme-color-neutral-900: #1a1a1a;
  --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(19, 19, 19, 0.1098039216);
  --theme-color-neutral-alpha-200: rgba(0, 0, 0, 0.2);
  --theme-color-neutral-alpha-300: rgba(7, 7, 7, 0.3098039216);
  --theme-color-neutral-alpha-400: rgba(0, 0, 0, 0.4);
  --theme-color-neutral-alpha-500: rgba(1, 1, 1, 0.5019607843);
  --theme-color-neutral-alpha-600: rgba(0, 0, 0, 0.6);
  --theme-color-neutral-alpha-700: rgba(1, 1, 1, 0.6980392157);
  --theme-color-neutral-alpha-800: rgba(0, 0, 0, 0.8);
  --theme-color-neutral-alpha-900: rgba(1, 1, 1, 0.8980392157);
  --theme-color-neutral-alpha-00: #ffffff;
  --theme-color-neutral-dark-surface-1: #9899a3;
  --theme-color-neutral-dark-surface-2: #2a2c3f;
  --theme-color-neutral-dark-surface-3: #15182d;
  --theme-color-neutral-dark-surface-4: #01041b;
  --theme-color-neutral-dark-surface-5: #000105;
  --theme-color-primary-50: #dfffe5;
  --theme-color-primary-100: #9fffb8;
  --theme-color-primary-200: #65f794;
  --theme-color-primary-300: #52e785;
  --theme-color-primary-400: #3ed776;
  --theme-color-primary-500: #1bc866;
  --theme-color-primary-600: #0eb355;
  --theme-color-primary-700: #008f43;
  --theme-color-primary-800: #005c28;
  --theme-color-primary-900: #003310;
  --theme-color-primary-alpha-50: rgba(9, 255, 55, 0.1294117647);
  --theme-color-primary-alpha-100: rgba(2, 255, 68, 0.3803921569);
  --theme-color-primary-alpha-200: rgba(3, 242, 80, 0.6117647059);
  --theme-color-primary-alpha-300: rgba(1, 220, 76, 0.6784313725);
  --theme-color-primary-alpha-400: rgba(1, 202, 75, 0.7607843137);
  --theme-color-primary-alpha-500: #02c255;
  --theme-color-primary-alpha-600: #00b258;
  --theme-color-primary-alpha-700: #008f43;
  --theme-color-primary-alpha-800: #005c28;
  --theme-color-primary-alpha-900: #003310;
  --theme-color-sand-base: #dccfac;
  --theme-color-sand-dark: #cdba88;
  --theme-color-sand-light: #ebe4d0;
  --theme-color-sand-lightest: #faf8f3;
  --theme-color-sand-alpha-base: rgba(149, 110, 3, 0.3294117647);
  --theme-color-sand-alpha-dark: rgba(149, 108, 2, 0.4705882353);
  --theme-color-sand-alpha-light: rgba(150, 113, 8, 0.1882352941);
  --theme-color-sand-alpha-lightest: rgba(155, 115, 15, 0.0509803922);
  --theme-color-secondary-50: #fff3e6;
  --theme-color-secondary-100: #ffe7cd;
  --theme-color-secondary-200: #ffdbb2;
  --theme-color-secondary-300: #ffce97;
  --theme-color-secondary-400: #ffc178;
  --theme-color-secondary-500: #fcb55d;
  --theme-color-secondary-600: #ff9d29;
  --theme-color-secondary-700: #d27c00;
  --theme-color-secondary-800: #945600;
  --theme-color-secondary-900: #573000;
  --theme-color-secondary-alpha-50: rgba(255, 135, 5, 0.1019607843);
  --theme-color-secondary-alpha-100: rgba(255, 135, 5, 0.2);
  --theme-color-secondary-alpha-200: rgba(255, 139, 7, 0.3098039216);
  --theme-color-secondary-alpha-300: rgba(255, 135, 1, 0.4117647059);
  --theme-color-secondary-alpha-400: rgba(255, 138, 0, 0.5294117647);
  --theme-color-secondary-alpha-500: rgba(250, 139, 2, 0.6392156863);
  --theme-color-secondary-alpha-600: rgba(255, 138, 0, 0.8392156863);
  --theme-color-secondary-alpha-700: #d27c00;
  --theme-color-secondary-alpha-800: #945600;
  --theme-color-secondary-alpha-900: #573000;
  --theme-color-success-50: #dfffe5;
  --theme-color-success-100: #9fffb8;
  --theme-color-success-200: #65f794;
  --theme-color-success-300: #52e785;
  --theme-color-success-400: #3ed776;
  --theme-color-success-500: #1bc866;
  --theme-color-success-600: #00a350;
  --theme-color-success-700: #007336;
  --theme-color-success-800: #00451e;
  --theme-color-success-900: #001f0a;
  --theme-color-success-alpha-50: rgba(9, 255, 55, 0.1294117647);
  --theme-color-success-alpha-100: rgba(2, 255, 68, 0.3803921569);
  --theme-color-success-alpha-200: rgba(3, 242, 80, 0.6117647059);
  --theme-color-success-alpha-300: rgba(1, 220, 76, 0.6784313725);
  --theme-color-success-alpha-400: rgba(1, 202, 75, 0.7803921569);
  --theme-color-success-alpha-500: rgba(2, 194, 85, 0.8980392157);
  --theme-color-success-alpha-600: #00a350;
  --theme-color-success-alpha-700: #007336;
  --theme-color-success-alpha-800: #00451e;
  --theme-color-success-alpha-900: #001f0a;
  --theme-color-warning-50: #fff3e6;
  --theme-color-warning-100: #ffe7ce;
  --theme-color-warning-200: #ffdbb5;
  --theme-color-warning-300: #ffcf9b;
  --theme-color-warning-400: #ffc27e;
  --theme-color-warning-500: #ffb55d;
  --theme-color-warning-600: #dc8a00;
  --theme-color-warning-700: #995f00;
  --theme-color-warning-800: #593500;
  --theme-color-warning-900: #261400;
  --theme-color-warning-alpha-50: rgba(255, 135, 5, 0.1019607843);
  --theme-color-warning-alpha-100: rgba(255, 135, 10, 0.2);
  --theme-color-warning-alpha-200: rgba(255, 135, 8, 0.3019607843);
  --theme-color-warning-alpha-300: rgba(255, 135, 5, 0.4);
  --theme-color-warning-alpha-400: rgba(255, 135, 2, 0.5098039216);
  --theme-color-warning-alpha-500: rgba(255, 139, 2, 0.6392156863);
  --theme-color-warning-alpha-600: #dc8a00;
  --theme-color-warning-alpha-700: #995f00;
  --theme-color-warning-alpha-800: #593500;
  --theme-color-warning-alpha-900: #331c00;
  --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-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-medium-1: 3px;
  --theme-radius-medium-2: 4px;
  --theme-radius-medium-3: 6px;
  --theme-radius-medium-4: 8px;
  --theme-radius-medium-5: 12px;
  --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: 12px;
  --theme-radius-medium-6-max: 16px;
  --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: 3px;
  --theme-radius-base-2: 4px;
  --theme-radius-base-3: 6px;
  --theme-radius-base-4: 8px;
  --theme-radius-base-5: 12px;
  --theme-radius-base-6: 16px;
  --theme-radius-base-1-max: 3px;
  --theme-radius-base-2-max: 4px;
  --theme-radius-base-3-max: 6px;
  --theme-radius-base-4-max: 8px;
  --theme-radius-base-5-max: 12px;
  --theme-radius-base-6-max: 16px;
  --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-fluid-max-viewport: 0rem;
  --theme-font-fluid-min-viewport: 0rem;
  --theme-font-fluid-root-font-size: 0rem;
  --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-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: 1rem;
  --theme-font-size-450: 1.125rem;
  --theme-font-size-500: 1.25rem;
  --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-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: Framna Sans;
  --theme-font-family-heading: Framna Serif;
  --theme-font-family-mono: JetBrains Mono;
  --theme-font-family-quote: Framna Serif;
  --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-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-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-50);
  --theme-color-action-bg-brand-tertiary-hover: var(--theme-color-primary-100);
  --theme-color-action-bg-brand-tertiary-pressed: var(--theme-color-primary-200);
  --theme-color-action-bg-custom-active: var(--theme-color-primary-alpha-50);
  --theme-color-action-bg-custom-checked: var(--theme-color-primary-400);
  --theme-color-action-bg-custom-default: var(--theme-color-primary-500);
  --theme-color-action-bg-custom-default-hover: var(--theme-color-primary-600);
  --theme-color-action-bg-custom-default-pressed: var(--theme-color-primary-700);
  --theme-color-action-bg-custom-hover: var(--theme-color-primary-alpha-50);
  --theme-color-action-bg-custom-pressed: var(--theme-color-primary-alpha-100);
  --theme-color-action-bg-custom-secondary: var(--theme-color-primary-200);
  --theme-color-action-bg-custom-secondary-hover: var(--theme-color-primary-300);
  --theme-color-action-bg-custom-secondary-pressed: var(--theme-color-primary-400);
  --theme-color-action-bg-custom-selected: var(--theme-color-primary-500);
  --theme-color-action-bg-custom-tertiary: var(--theme-color-primary-50);
  --theme-color-action-bg-custom-tertiary-hover: var(--theme-color-primary-100);
  --theme-color-action-bg-custom-tertiary-pressed: var(--theme-color-primary-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-600);
  --theme-color-action-border-brand-default: var(--theme-color-primary-600);
  --theme-color-action-border-brand-default-hover: var(--theme-color-primary-700);
  --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-primary-600);
  --theme-color-action-border-custom-default: var(--theme-color-primary-600);
  --theme-color-action-border-custom-default-hover: var(--theme-color-primary-700);
  --theme-color-action-border-custom-focus-ring: var(--theme-color-primary-alpha-400);
  --theme-color-action-border-custom-secondary: var(--theme-color-primary-200);
  --theme-color-action-border-custom-secondary-hover: var(--theme-color-primary-300);
  --theme-color-action-border-custom-tertiary: var(--theme-color-primary-100);
  --theme-color-action-border-custom-tertiary-hover: var(--theme-color-primary-200);
  --theme-color-action-border-default-default: var(--theme-color-neutral-100);
  --theme-color-action-border-default-default-hover: var(--theme-color-neutral-200);
  --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-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-primary-600);
  --theme-color-action-icon-brand-on-brand-bg: var(--theme-color-primary-900);
  --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-800);
  --theme-color-action-icon-brand-secondary: var(--theme-color-primary-500);
  --theme-color-action-icon-brand-selected: var(--theme-color-primary-700);
  --theme-color-action-icon-brand-tertiary: var(--theme-color-primary-300);
  --theme-color-action-icon-custom-default: var(--theme-color-primary-600);
  --theme-color-action-icon-custom-on-custom-bg: var(--theme-color-primary-900);
  --theme-color-action-icon-custom-on-custom-secondary-bg: var(--theme-color-primary-900);
  --theme-color-action-icon-custom-on-custom-tertiary-bg: var(--theme-color-primary-800);
  --theme-color-action-icon-custom-secondary: var(--theme-color-primary-500);
  --theme-color-action-icon-custom-selected: var(--theme-color-primary-700);
  --theme-color-action-icon-custom-tertiary: var(--theme-color-primary-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: var(--theme-color-white-alpha-100);
  --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-700);
  --theme-color-action-text-link-hover: var(--theme-color-primary-800);
  --theme-color-action-text-link-visited: var(--theme-color-primary-700);
  --theme-color-action-text-brand-active: var(--theme-color-primary-700);
  --theme-color-action-text-brand-default: var(--theme-color-primary-700);
  --theme-color-action-text-brand-on-brand-bg: var(--theme-color-primary-900);
  --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-800);
  --theme-color-action-text-brand-secondary: var(--theme-color-primary-alpha-600);
  --theme-color-action-text-brand-tertiary: var(--theme-color-primary-alpha-600);
  --theme-color-action-text-custom-active: var(--theme-color-primary-700);
  --theme-color-action-text-custom-default: var(--theme-color-primary-700);
  --theme-color-action-text-custom-on-custom-bg: var(--theme-color-primary-900);
  --theme-color-action-text-custom-on-custom-secondary-bg: var(--theme-color-primary-900);
  --theme-color-action-text-custom-on-custom-tertiary-bg: var(--theme-color-primary-800);
  --theme-color-action-text-custom-secondary: var(--theme-color-primary-alpha-600);
  --theme-color-action-text-custom-tertiary: var(--theme-color-primary-alpha-600);
  --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-800);
  --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-700);
  --theme-color-action-text-neutral-tertiary: var(--theme-color-neutral-600);
  --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-blue-base);
  --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-blue-lightest);
  --theme-color-bg-neutral-tertiary: var(--theme-color-sand-alpha-lightest);
  --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-600);
  --theme-color-border-brand-tertiary: var(--theme-color-primary-500);
  --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-00);
  --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-dataviz-categorical-1: var(--theme-color-warning-500);
  --theme-color-dataviz-categorical-2: var(--theme-color-blue-base);
  --theme-color-dataviz-categorical-3: var(--theme-color-primary-500);
  --theme-color-dataviz-categorical-4: var(--theme-color-sand-base);
  --theme-color-dataviz-categorical-5: var(--theme-color-info-500);
  --theme-color-dataviz-categorical-6: var(--theme-color-error-500);
  --theme-color-dataviz-diverging-1: var(--theme-color-info-500);
  --theme-color-dataviz-diverging-2: var(--theme-color-info-400);
  --theme-color-dataviz-diverging-3: var(--theme-color-info-200);
  --theme-color-dataviz-diverging-4: var(--theme-color-info-100);
  --theme-color-dataviz-diverging-5: var(--theme-color-neutral-200);
  --theme-color-dataviz-diverging-6: var(--theme-color-warning-100);
  --theme-color-dataviz-diverging-7: var(--theme-color-warning-200);
  --theme-color-dataviz-diverging-8: var(--theme-color-warning-400);
  --theme-color-dataviz-diverging-9: var(--theme-color-warning-500);
  --theme-color-dataviz-sequential-1: var(--theme-color-warning-alpha-100);
  --theme-color-dataviz-sequential-2: var(--theme-color-warning-alpha-200);
  --theme-color-dataviz-sequential-3: var(--theme-color-warning-alpha-300);
  --theme-color-dataviz-sequential-4: var(--theme-color-warning-alpha-400);
  --theme-color-dataviz-sequential-5: var(--theme-color-warning-alpha-500);
  --theme-color-dataviz-sequential-6: var(--theme-color-warning-alpha-600);
  --theme-color-dataviz-sequential-7: var(--theme-color-warning-alpha-700);
  --theme-color-dataviz-sequential-8: var(--theme-color-warning-alpha-800);
  --theme-color-dataviz-sequential-9: var(--theme-color-warning-alpha-900);
  --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-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-700);
  --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-400);
  --theme-color-feedback-icon-info-default: var(--theme-color-info-700);
  --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-500);
  --theme-color-feedback-icon-success-default: var(--theme-color-success-700);
  --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-600);
  --theme-color-feedback-icon-success-tertiary: var(--theme-color-success-500);
  --theme-color-feedback-icon-warning-default: var(--theme-color-warning-700);
  --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-600);
  --theme-color-feedback-icon-warning-tertiary: var(--theme-color-warning-500);
  --theme-color-feedback-text-error-default: var(--theme-color-error-700);
  --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-500);
  --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-700);
  --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-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-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-600);
  --theme-color-icon-brand-tertiary: var(--theme-color-blue-base);
  --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-700);
  --theme-color-icon-neutral-on-neutral-bg: var(--theme-color-neutral-00);
  --theme-color-icon-neutral-on-neutral-secondary-bg: var(--theme-color-neutral-800);
  --theme-color-icon-neutral-on-neutral-tertiary-bg: var(--theme-color-neutral-700);
  --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-800);
  --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-600);
  --theme-color-text-subtle-on-dark-bg: var(--theme-color-neutral-100);
  --theme-color-text-brand-default: var(--theme-color-primary-700);
  --theme-color-text-brand-on-brand-bg: var(--theme-color-neutral-900);
  --theme-color-text-brand-on-brand-secondary-bg: var(--theme-color-neutral-900);
  --theme-color-text-brand-on-brand-tertiary-bg: var(--theme-color-neutral-900);
  --theme-color-text-brand-secondary: var(--theme-color-secondary-700);
  --theme-color-text-brand-tertiary: var(--theme-color-primary-900);
  --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-700);
  --theme-color-text-neutral-secondary: var(--theme-color-neutral-700);
  --theme-color-text-neutral-tertiary: var(--theme-color-neutral-600);
}
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-50);
  --theme-color-action-bg-brand-tertiary-hover: var(--theme-color-primary-100);
  --theme-color-action-bg-brand-tertiary-pressed: var(--theme-color-primary-200);
  --theme-color-action-bg-custom-active: var(--theme-color-primary-alpha-50);
  --theme-color-action-bg-custom-checked: var(--theme-color-primary-400);
  --theme-color-action-bg-custom-default: var(--theme-color-primary-400);
  --theme-color-action-bg-custom-default-hover: var(--theme-color-primary-300);
  --theme-color-action-bg-custom-default-pressed: var(--theme-color-primary-300);
  --theme-color-action-bg-custom-hover: var(--theme-color-primary-alpha-50);
  --theme-color-action-bg-custom-pressed: var(--theme-color-primary-alpha-100);
  --theme-color-action-bg-custom-secondary: var(--theme-color-primary-200);
  --theme-color-action-bg-custom-secondary-hover: var(--theme-color-primary-300);
  --theme-color-action-bg-custom-secondary-pressed: var(--theme-color-primary-400);
  --theme-color-action-bg-custom-selected: var(--theme-color-primary-500);
  --theme-color-action-bg-custom-tertiary: var(--theme-color-primary-50);
  --theme-color-action-bg-custom-tertiary-hover: var(--theme-color-primary-100);
  --theme-color-action-bg-custom-tertiary-pressed: var(--theme-color-primary-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-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-600);
  --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-primary-600);
  --theme-color-action-border-custom-default: var(--theme-color-primary-500);
  --theme-color-action-border-custom-default-hover: var(--theme-color-primary-400);
  --theme-color-action-border-custom-focus-ring: var(--theme-color-primary-alpha-400);
  --theme-color-action-border-custom-secondary: var(--theme-color-primary-200);
  --theme-color-action-border-custom-secondary-hover: var(--theme-color-primary-300);
  --theme-color-action-border-custom-tertiary: var(--theme-color-primary-100);
  --theme-color-action-border-custom-tertiary-hover: var(--theme-color-primary-200);
  --theme-color-action-border-default-default: var(--theme-color-neutral-500);
  --theme-color-action-border-default-default-hover: var(--theme-color-neutral-400);
  --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-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-primary-500);
  --theme-color-action-icon-brand-on-brand-bg: var(--theme-color-primary-900);
  --theme-color-action-icon-brand-on-brand-secondary-bg: var(--theme-color-primary-400);
  --theme-color-action-icon-brand-on-brand-tertiary-bg: var(--theme-color-primary-300);
  --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-primary-500);
  --theme-color-action-icon-custom-on-custom-bg: var(--theme-color-primary-900);
  --theme-color-action-icon-custom-on-custom-secondary-bg: var(--theme-color-primary-400);
  --theme-color-action-icon-custom-on-custom-tertiary-bg: var(--theme-color-primary-300);
  --theme-color-action-icon-custom-secondary: var(--theme-color-primary-600);
  --theme-color-action-icon-custom-selected: var(--theme-color-primary-700);
  --theme-color-action-icon-custom-tertiary: var(--theme-color-primary-700);
  --theme-color-action-icon-destructive-default: var(--theme-color-error-500);
  --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-600);
  --theme-color-action-icon-destructive-on-destructive-tertiary-bg: var(--theme-color-error-500);
  --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: var(--theme-color-white-alpha-100);
  --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-700);
  --theme-color-action-text-link-hover: var(--theme-color-primary-800);
  --theme-color-action-text-link-visited: var(--theme-color-primary-700);
  --theme-color-action-text-brand-active: var(--theme-color-primary-400);
  --theme-color-action-text-brand-default: var(--theme-color-primary-500);
  --theme-color-action-text-brand-on-brand-bg: var(--theme-color-primary-900);
  --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-active: var(--theme-color-primary-400);
  --theme-color-action-text-custom-default: var(--theme-color-primary-500);
  --theme-color-action-text-custom-on-custom-bg: var(--theme-color-primary-900);
  --theme-color-action-text-custom-on-custom-secondary-bg: var(--theme-color-primary-900);
  --theme-color-action-text-custom-on-custom-tertiary-bg: var(--theme-color-primary-50);
  --theme-color-action-text-custom-secondary: var(--theme-color-primary-600);
  --theme-color-action-text-custom-tertiary: var(--theme-color-primary-600);
  --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-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-600);
  --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-blue-base);
  --theme-color-bg-default-default: var(--theme-color-neutral-900);
  --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-blue-lightest);
  --theme-color-bg-neutral-tertiary: var(--theme-color-neutral-800);
  --theme-color-bg-surface-default: var(--theme-color-neutral-800);
  --theme-color-bg-surface-overlay: var(--theme-color-neutral-600);
  --theme-color-bg-surface-raised: var(--theme-color-neutral-700);
  --theme-color-bg-surface-sunken: var(--theme-color-neutral-900);
  --theme-color-border-brand-default: var(--theme-color-primary-700);
  --theme-color-border-brand-secondary: var(--theme-color-primary-600);
  --theme-color-border-brand-tertiary: var(--theme-color-primary-500);
  --theme-color-border-default-default: var(--theme-color-neutral-600);
  --theme-color-border-default-disabled: var(--theme-color-neutral-700);
  --theme-color-border-default-secondary: var(--theme-color-neutral-700);
  --theme-color-border-default-tertiary: var(--theme-color-neutral-800);
  --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-dataviz-categorical-1: var(--theme-color-warning-500);
  --theme-color-dataviz-categorical-2: var(--theme-color-blue-base);
  --theme-color-dataviz-categorical-3: var(--theme-color-primary-500);
  --theme-color-dataviz-categorical-4: var(--theme-color-sand-base);
  --theme-color-dataviz-categorical-5: var(--theme-color-info-500);
  --theme-color-dataviz-categorical-6: var(--theme-color-error-500);
  --theme-color-dataviz-diverging-1: var(--theme-color-info-500);
  --theme-color-dataviz-diverging-2: var(--theme-color-info-400);
  --theme-color-dataviz-diverging-3: var(--theme-color-info-200);
  --theme-color-dataviz-diverging-4: var(--theme-color-info-100);
  --theme-color-dataviz-diverging-5: var(--theme-color-neutral-200);
  --theme-color-dataviz-diverging-6: var(--theme-color-warning-100);
  --theme-color-dataviz-diverging-7: var(--theme-color-warning-200);
  --theme-color-dataviz-diverging-8: var(--theme-color-warning-400);
  --theme-color-dataviz-diverging-9: var(--theme-color-warning-500);
  --theme-color-dataviz-sequential-1: var(--theme-color-warning-alpha-100);
  --theme-color-dataviz-sequential-2: var(--theme-color-warning-alpha-200);
  --theme-color-dataviz-sequential-3: var(--theme-color-warning-alpha-300);
  --theme-color-dataviz-sequential-4: var(--theme-color-warning-alpha-400);
  --theme-color-dataviz-sequential-5: var(--theme-color-warning-alpha-500);
  --theme-color-dataviz-sequential-6: var(--theme-color-warning-alpha-600);
  --theme-color-dataviz-sequential-7: var(--theme-color-warning-alpha-700);
  --theme-color-dataviz-sequential-8: var(--theme-color-warning-alpha-800);
  --theme-color-dataviz-sequential-9: var(--theme-color-warning-alpha-800);
  --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-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-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-600);
  --theme-color-feedback-icon-error-tertiary: var(--theme-color-error-700);
  --theme-color-feedback-icon-info-default: var(--theme-color-info-700);
  --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-500);
  --theme-color-feedback-icon-success-default: var(--theme-color-success-500);
  --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-600);
  --theme-color-feedback-icon-success-tertiary: var(--theme-color-success-700);
  --theme-color-feedback-icon-warning-default: var(--theme-color-warning-700);
  --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-600);
  --theme-color-feedback-icon-warning-tertiary: var(--theme-color-warning-500);
  --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-600);
  --theme-color-icon-brand-tertiary: var(--theme-color-blue-base);
  --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-800);
  --theme-color-icon-neutral-on-neutral-tertiary-bg: var(--theme-color-neutral-700);
  --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-300);
  --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-500);
  --theme-color-text-brand-on-brand-bg: var(--theme-color-neutral-900);
  --theme-color-text-brand-on-brand-secondary-bg: var(--theme-color-neutral-900);
  --theme-color-text-brand-on-brand-tertiary-bg: var(--theme-color-neutral-900);
  --theme-color-text-brand-secondary: var(--theme-color-secondary-500);
  --theme-color-text-brand-tertiary: var(--theme-color-primary-50);
  --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-700);
  --theme-color-text-neutral-secondary: var(--theme-color-neutral-700);
  --theme-color-text-neutral-tertiary: var(--theme-color-neutral-600);
}
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-font-size-450);
  --theme-text-styles-text-body-base-font-line-height: var(--theme-font-line-height-700);
  --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-dimension-size-500);
  --theme-text-styles-text-body-lead-font-line-height: var(--theme-font-line-height-800);
  --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-350);
  --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-eyebrow-heading-sm-font-letter-spacing: var(--theme-font-letter-spacing-loose);
  --theme-text-styles-text-eyebrow-heading-sm-font-size: var(--theme-font-size-450);
  --theme-text-styles-text-eyebrow-heading-sm-font-line-height: var(--theme-font-line-height-600);
  --theme-text-styles-text-eyebrow-heading-sm-font-weight: var(--theme-font-weight-bold);
  --theme-text-styles-text-eyebrow-heading-sm-case: Uppercase;
  --theme-text-styles-text-eyebrow-heading-sm-font-family: var(--theme-font-family-heading);
  --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-1600);
  --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-1600);
  --theme-text-styles-text-heading-3xl-font-line-height: var(--theme-font-line-height-2000);
  --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-default);
  --theme-text-styles-text-heading-display-font-line-height: var(--theme-font-line-height-2000);
  --theme-text-styles-text-heading-display-font-size-max: var(--theme-dimension-size-2000);
  --theme-text-styles-text-heading-display-font-size-min: var(--theme-dimension-size-2000);
  --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-350);
  --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-dimension-size-300);
  --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-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-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-350);
  --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-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-dimension-size-300);
  --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-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-350);
  --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-dimension-size-300);
  --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-xxs: var(--theme-dimension-size-500);
  --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(51, 51, 51, 0.10);
  --theme-effect-styles-drop-shadow-200: 0px 2px 0px 0px rgba(51, 51, 51, 0.05), 0px 2px 8px 0px rgba(51, 51, 51, 0.10);
  --theme-effect-styles-drop-shadow-300: 0px 2px 16px 0px rgba(51, 51, 51, 0.10);
  --theme-effect-styles-drop-shadow-400: 0px 4px 16px 0px rgba(51, 51, 51, 0.05), 0px 6px 24px 0px rgba(51, 51, 51, 0.05);
  --theme-effect-styles-drop-shadow-500: 0px 4px 16px 0px rgba(51, 51, 51, 0.10), 0px 8px 32px 0px rgba(51, 51, 51, 0.05);
  --theme-effect-styles-drop-shadow-600: 0px 8px 24px 0px rgba(51, 51, 51, 0.10), 0px 16px 40px 0px rgba(51, 51, 51, 0.05);
  --theme-effect-styles-inner-shadow-100: 0px 1px 4px 0px rgba(51, 51, 51, 0.20) inset;
  --theme-effect-styles-inner-shadow-200: 0px 1px 4px 0px rgba(51, 51, 51, 0.20) 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(--theme-color-primary-alpha-50, rgba(9, 255, 55, 0.13));
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family:
    var(--theme-font-family-default),
    system-ui,
    sans-serif;
  background: var(--theme-color-bg-surface-default);
  color: var(--theme-color-text-default);
}
@property --tw-translate-x { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-translate-y { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-translate-z { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-rotate-x { syntax: "*"; inherits: false; initial-value: rotateX(0); }
@property --tw-rotate-y { syntax: "*"; inherits: false; initial-value: rotateY(0); }
@property --tw-rotate-z { syntax: "*"; inherits: false; initial-value: rotateZ(0); }
@property --tw-skew-x { syntax: "*"; inherits: false; initial-value: skewX(0); }
@property --tw-skew-y { syntax: "*"; inherits: false; initial-value: skewY(0); }
@property --tw-space-y-reverse { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-gradient-position { syntax: "*"; inherits: false; }
@property --tw-gradient-from { syntax: "<color>"; inherits: false; initial-value: #0000; }
@property --tw-gradient-via { syntax: "<color>"; inherits: false; initial-value: #0000; }
@property --tw-gradient-to { syntax: "<color>"; inherits: false; initial-value: #0000; }
@property --tw-gradient-stops { syntax: "*"; inherits: false; }
@property --tw-gradient-via-stops { syntax: "*"; inherits: false; }
@property --tw-gradient-from-position { syntax: "<length-percentage>"; inherits: false; initial-value: 0%; }
@property --tw-gradient-via-position { syntax: "<length-percentage>"; inherits: false; initial-value: 50%; }
@property --tw-gradient-to-position { syntax: "<length-percentage>"; inherits: false; initial-value: 100%; }
@property --tw-leading { syntax: "*"; inherits: false; }
@property --tw-font-weight { syntax: "*"; inherits: false; }
@property --tw-tracking { syntax: "*"; inherits: false; }
@property --tw-outline-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-blur { syntax: "*"; inherits: false; }
@property --tw-brightness { syntax: "*"; inherits: false; }
@property --tw-contrast { syntax: "*"; inherits: false; }
@property --tw-grayscale { syntax: "*"; inherits: false; }
@property --tw-hue-rotate { syntax: "*"; inherits: false; }
@property --tw-invert { syntax: "*"; inherits: false; }
@property --tw-opacity { syntax: "*"; inherits: false; }
@property --tw-saturate { syntax: "*"; inherits: false; }
@property --tw-sepia { syntax: "*"; inherits: false; }
@property --tw-drop-shadow { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-color { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-drop-shadow-size { syntax: "*"; inherits: false; }
@property --tw-backdrop-blur { syntax: "*"; inherits: false; }
@property --tw-backdrop-brightness { syntax: "*"; inherits: false; }
@property --tw-backdrop-contrast { syntax: "*"; inherits: false; }
@property --tw-backdrop-grayscale { syntax: "*"; inherits: false; }
@property --tw-backdrop-hue-rotate { syntax: "*"; inherits: false; }
@property --tw-backdrop-invert { syntax: "*"; inherits: false; }
@property --tw-backdrop-opacity { syntax: "*"; inherits: false; }
@property --tw-backdrop-saturate { syntax: "*"; inherits: false; }
@property --tw-backdrop-sepia { syntax: "*"; inherits: false; }
@property --tw-duration { syntax: "*"; inherits: false; }
@property --tw-ease { syntax: "*"; inherits: false; }
@property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-shadow-color { syntax: "*"; inherits: false; }
@property --tw-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-shadow-color { syntax: "*"; inherits: false; }
@property --tw-inset-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-ring-color { syntax: "*"; inherits: false; }
@property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-ring-color { syntax: "*"; inherits: false; }
@property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-ring-inset { syntax: "*"; inherits: false; }
@property --tw-ring-offset-width { syntax: "<length>"; inherits: false; initial-value: 0px; }
@property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; }
@property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *,
    ::before,
    ::after,
    ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}

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