/* [project]/src/app/globals.css [app-client] (css) */
@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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: 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;
      --tw-outline-style: solid;
      --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-animation-delay: 0s;
      --tw-animation-direction: normal;
      --tw-animation-duration: initial;
      --tw-animation-fill-mode: none;
      --tw-animation-iteration-count: 1;
      --tw-enter-blur: 0;
      --tw-enter-opacity: 1;
      --tw-enter-rotate: 0;
      --tw-enter-scale: 1;
      --tw-enter-translate-x: 0;
      --tw-enter-translate-y: 0;
      --tw-exit-blur: 0;
      --tw-exit-opacity: 1;
      --tw-exit-rotate: 0;
      --tw-exit-scale: 1;
      --tw-exit-translate-x: 0;
      --tw-exit-translate-y: 0;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: var(--font-sans);
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-gray-200: #e5e7eb;
    --color-gray-400: #99a1af;
    --color-gray-500: #6a7282;
    --color-gray-600: #4a5565;
    --color-gray-700: #364153;
    --color-gray-900: #101828;
    --color-white: #fff;
    --spacing: .25rem;
    --container-5xl: 64rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .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);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -.025em;
    --tracking-widest: .1em;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --radius-md: var(--sys-radius-md);
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    --blur-sm: 8px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-ring: var(--ring);
    --color-border: var(--border);
    --color-foreground: var(--foreground);
    --color-background: var(--background);
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-gray-200: lab(91.6229% -.159115 -2.26791);
      --color-gray-400: lab(65.9269% -.832707 -8.17473);
      --color-gray-500: lab(47.7841% -.393182 -10.0268);
      --color-gray-600: lab(35.6337% -1.58697 -10.8425);
      --color-gray-700: lab(27.1134% -.956401 -12.3224);
      --color-gray-900: lab(8.11897% .811279 -12.254);
    }
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  * {
    border-color: var(--color-border);
    outline-color: var(--color-ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--color-ring) 50%, transparent);
    }
  }

  html {
    font-family: var(--font-sans);
  }

  body {
    background-color: var(--color-background);
    color: var(--color-foreground);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@layer components;

@layer utilities {
  .\@container\/card-header {
    container: card-header / inline-size;
  }

  .pointer-events-none {
    pointer-events: none;
  }

  .visible {
    visibility: visible;
  }

  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }

  .start {
    inset-inline-start: var(--spacing);
  }

  .end {
    inset-inline-end: var(--spacing);
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-24 {
    top: calc(var(--spacing) * 24);
  }

  .right-2 {
    right: calc(var(--spacing) * 2);
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .isolate {
    isolation: isolate;
  }

  .z-20 {
    z-index: 20;
  }

  .z-\[1290\] {
    z-index: 1290;
  }

  .z-\[var\(--ref-z-dropdown\)\] {
    z-index: var(--ref-z-dropdown);
  }

  .z-\[var\(--ref-z-modal\)\] {
    z-index: var(--ref-z-modal);
  }

  .z-\[var\(--ref-z-sticky\)\] {
    z-index: var(--ref-z-sticky);
  }

  .col-start-2 {
    grid-column-start: 2;
  }

  .row-span-2 {
    grid-row: span 2 / span 2;
  }

  .row-start-1 {
    grid-row-start: 1;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .-mx-1 {
    margin-inline: calc(var(--spacing) * -1);
  }

  .mx-auto {
    margin-inline: auto;
  }

  .my-1 {
    margin-block: calc(var(--spacing) * 1);
  }

  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mt-auto {
    margin-top: auto;
  }

  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }

  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .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;
  }

  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }

  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }

  .size-7 {
    width: calc(var(--spacing) * 7);
    height: calc(var(--spacing) * 7);
  }

  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }

  .size-9 {
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
  }

  .h-2 {
    height: calc(var(--spacing) * 2);
  }

  .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-7 {
    height: calc(var(--spacing) * 7);
  }

  .h-8 {
    height: calc(var(--spacing) * 8);
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-11 {
    height: calc(var(--spacing) * 11);
  }

  .h-12 {
    height: calc(var(--spacing) * 12);
  }

  .h-14 {
    height: calc(var(--spacing) * 14);
  }

  .h-16 {
    height: calc(var(--spacing) * 16);
  }

  .h-\[140px\] {
    height: 140px;
  }

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

  .max-h-\(--available-height\) {
    max-height: var(--available-height);
  }

  .min-h-6 {
    min-height: calc(var(--spacing) * 6);
  }

  .min-h-7 {
    min-height: calc(var(--spacing) * 7);
  }

  .min-h-8 {
    min-height: calc(var(--spacing) * 8);
  }

  .min-h-9 {
    min-height: calc(var(--spacing) * 9);
  }

  .min-h-11 {
    min-height: calc(var(--spacing) * 11);
  }

  .min-h-12 {
    min-height: calc(var(--spacing) * 12);
  }

  .min-h-14 {
    min-height: calc(var(--spacing) * 14);
  }

  .min-h-16 {
    min-height: calc(var(--spacing) * 16);
  }

  .min-h-20 {
    min-height: calc(var(--spacing) * 20);
  }

  .min-h-24 {
    min-height: calc(var(--spacing) * 24);
  }

  .min-h-\[3\.3125rem\] {
    min-height: 3.3125rem;
  }

  .min-h-\[122px\] {
    min-height: 122px;
  }

  .min-h-px {
    min-height: 1px;
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .layout-sidebar-width {
    width: var(--sys-layout-sidebar-width);
  }

  .w-\(--anchor-width\) {
    width: var(--anchor-width);
  }

  .w-2 {
    width: calc(var(--spacing) * 2);
  }

  .w-3 {
    width: calc(var(--spacing) * 3);
  }

  .w-5 {
    width: calc(var(--spacing) * 5);
  }

  .w-11 {
    width: calc(var(--spacing) * 11);
  }

  .w-20 {
    width: calc(var(--spacing) * 20);
  }

  .w-24 {
    width: calc(var(--spacing) * 24);
  }

  .w-28 {
    width: calc(var(--spacing) * 28);
  }

  .w-32 {
    width: calc(var(--spacing) * 32);
  }

  .w-36 {
    width: calc(var(--spacing) * 36);
  }

  .w-40 {
    width: calc(var(--spacing) * 40);
  }

  .w-44 {
    width: calc(var(--spacing) * 44);
  }

  .w-48 {
    width: calc(var(--spacing) * 48);
  }

  .w-56 {
    width: calc(var(--spacing) * 56);
  }

  .w-64 {
    width: calc(var(--spacing) * 64);
  }

  .w-72 {
    width: calc(var(--spacing) * 72);
  }

  .w-\[7\.375rem\] {
    width: 7.375rem;
  }

  .w-\[13\.5625rem\] {
    width: 13.5625rem;
  }

  .w-\[140px\] {
    width: 140px;
  }

  .w-auto {
    width: auto;
  }

  .w-full {
    width: 100%;
  }

  .w-px {
    width: 1px;
  }

  .max-w-5xl {
    max-width: var(--container-5xl);
  }

  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }

  .min-w-11 {
    min-width: calc(var(--spacing) * 11);
  }

  .min-w-32 {
    min-width: calc(var(--spacing) * 32);
  }

  .min-w-\[13\.5625rem\] {
    min-width: 13.5625rem;
  }

  .min-w-\[96px\] {
    min-width: 96px;
  }

  .flex-1 {
    flex: 1;
  }

  .shrink-0 {
    flex-shrink: 0;
  }

  .origin-\(--transform-origin\) {
    transform-origin: var(--transform-origin);
  }

  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .rotate-180 {
    rotate: 180deg;
  }

  .animate-pulse {
    animation: var(--animate-pulse);
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

  .auto-rows-min {
    grid-auto-rows: min-content;
  }

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .items-center {
    align-items: center;
  }

  .items-start {
    align-items: flex-start;
  }

  .items-stretch {
    align-items: stretch;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-end {
    justify-content: flex-end;
  }

  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }

  .gap-0\.5 {
    gap: calc(var(--spacing) * .5);
  }

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }

  .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);
  }

  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }

  :where(.space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }

  :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)));
  }

  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }

  .self-start {
    align-self: flex-start;
  }

  .self-stretch {
    align-self: stretch;
  }

  .justify-self-end {
    justify-self: flex-end;
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-visible {
    overflow: visible;
  }

  .overflow-x-hidden {
    overflow-x: hidden;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .rounded-\[8px\] {
    border-radius: 8px;
  }

  .rounded-\[min\(var\(--radius-md\)\,10px\)\] {
    border-radius: min(var(--radius-md), 10px);
  }

  .rounded-\[min\(var\(--radius-md\)\,12px\)\] {
    border-radius: min(var(--radius-md), 12px);
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--sys-radius-lg);
  }

  .rounded-md {
    border-radius: var(--sys-radius-md);
  }

  .rounded-none {
    border-radius: 0;
  }

  .rounded-sm {
    border-radius: var(--sys-radius-sm);
  }

  .rounded-xl {
    border-radius: var(--sys-radius-xl);
  }

  .rounded-t-xl {
    border-top-left-radius: var(--sys-radius-xl);
    border-top-right-radius: var(--sys-radius-xl);
  }

  .rounded-b-xl {
    border-bottom-right-radius: var(--sys-radius-xl);
    border-bottom-left-radius: var(--sys-radius-xl);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-x {
    border-inline-style: var(--tw-border-style);
    border-inline-width: 1px;
  }

  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }

  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }

  .border-\[var\(--sys-color-focus-outer\)\] {
    border-color: var(--sys-color-focus-outer);
  }

  .border-border {
    border-color: var(--border);
  }

  .border-border-error {
    border-color: var(--sys-color-border-error);
  }

  .border-gray-200 {
    border-color: var(--color-gray-200);
  }

  .border-primary {
    border-color: var(--primary);
  }

  .border-secondary {
    border-color: var(--secondary);
  }

  .border-transparent {
    border-color: #0000;
  }

  .bg-\[\#…\] {
    background-color: #…;
  }

  .bg-\[var\(--ref-color-primary-darker\)\] {
    background-color: var(--ref-color-primary-darker);
  }

  .bg-\[var\(--sys-color-overlay-sidebar\)\] {
    background-color: var(--sys-color-overlay-sidebar);
  }

  .bg-\[var\(--sys-color-status-info-muted\)\] {
    background-color: var(--sys-color-status-info-muted);
  }

  .bg-\[var\(--sys-color-surface-sidebar\)\] {
    background-color: var(--sys-color-surface-sidebar);
  }

  .bg-background {
    background-color: var(--background);
  }

  .bg-background\/95 {
    background-color: var(--background);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-background\/95 {
      background-color: color-mix(in oklab, var(--background) 95%, transparent);
    }
  }

  .bg-border {
    background-color: var(--border);
  }

  .bg-card {
    background-color: var(--card);
  }

  .bg-destructive\/10 {
    background-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-destructive\/10 {
      background-color: color-mix(in oklab, var(--destructive) 10%, transparent);
    }
  }

  .bg-muted {
    background-color: var(--muted);
  }

  .bg-muted\/50 {
    background-color: var(--muted);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-muted\/50 {
      background-color: color-mix(in oklab, var(--muted) 50%, transparent);
    }
  }

  .bg-popover {
    background-color: var(--popover);
  }

  .bg-primary {
    background-color: var(--primary);
  }

  .bg-secondary {
    background-color: var(--secondary);
  }

  .bg-surface-brand-subtle {
    background-color: var(--sys-color-surface-brand-subtle);
  }

  .bg-surface-error-subtle {
    background-color: var(--sys-color-surface-error-subtle);
  }

  .bg-surface-secondary-subtle {
    background-color: var(--sys-color-surface-secondary-subtle);
  }

  .bg-transparent {
    background-color: #0000;
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-white\/10 {
    background-color: #ffffff1a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/10 {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }

  .bg-white\/15 {
    background-color: #ffffff26;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/15 {
      background-color: color-mix(in oklab, var(--color-white) 15%, transparent);
    }
  }

  .bg-clip-padding {
    background-clip: padding-box;
  }

  .p-0 {
    padding: calc(var(--spacing) * 0);
  }

  .p-1 {
    padding: calc(var(--spacing) * 1);
  }

  .p-3 {
    padding: calc(var(--spacing) * 3);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .p-8 {
    padding: calc(var(--spacing) * 8);
  }

  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }

  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }

  .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);
  }

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

  .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);
  }

  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }

  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }

  .pl-1\.5 {
    padding-left: calc(var(--spacing) * 1.5);
  }

  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }

  .text-center {
    text-align: center;
  }

  .text-left {
    text-align: left;
  }

  .text-right {
    text-align: right;
  }

  .font-sans {
    font-family: var(--font-sans);
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--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));
  }

  .text-\[0\.8rem\] {
    font-size: .8rem;
  }

  .text-\[1\.625rem\] {
    font-size: 1.625rem;
  }

  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }

  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }

  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }

  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }

  .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3;
  }

  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }

  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }

  .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-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tracking-\[-0\.01em\] {
    --tw-tracking: -.01em;
    letter-spacing: -.01em;
  }

  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }

  .whitespace-normal {
    white-space: normal;
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .text-\[var\(--sys-color-text-inverse\)\] {
    color: var(--sys-color-text-inverse);
  }

  .text-\[var\(--sys-color-text-sidebar-muted\)\] {
    color: var(--sys-color-text-sidebar-muted);
  }

  .text-card-foreground {
    color: var(--card-foreground);
  }

  .text-destructive {
    color: var(--destructive);
  }

  .text-foreground {
    color: var(--foreground);
  }

  .text-gray-400 {
    color: var(--color-gray-400);
  }

  .text-gray-500 {
    color: var(--color-gray-500);
  }

  .text-gray-600 {
    color: var(--color-gray-600);
  }

  .text-gray-700 {
    color: var(--color-gray-700);
  }

  .text-gray-900 {
    color: var(--color-gray-900);
  }

  .text-muted-foreground {
    color: var(--muted-foreground);
  }

  .text-popover-foreground {
    color: var(--popover-foreground);
  }

  .text-primary {
    color: var(--primary);
  }

  .text-primary-foreground {
    color: var(--primary-foreground);
  }

  .text-secondary-foreground {
    color: var(--secondary-foreground);
  }

  .text-text-brand {
    color: var(--sys-color-text-brand);
  }

  .italic {
    font-style: italic;
  }

  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, );
  }

  .underline-offset-4 {
    text-underline-offset: 4px;
  }

  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-100 {
    opacity: 1;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_0_2\.4px_0_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0 0 2.4px 0 var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .ring {
    --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);
  }

  .ring-0 {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(0px + 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);
  }

  .ring-1 {
    --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 {
    outline-offset: 2px;
    box-shadow: 0 0 0 2px var(--sys-color-surface-canvas), 0 0 0 4px var(--sys-color-focus-outer);
    transition: box-shadow var(--sys-duration-fast) var(--sys-ease-standard), outline-offset var(--sys-duration-fast) var(--sys-ease-standard);
    outline: 2px solid #0000;
  }

  .shadow-tile-soft {
    box-shadow: 0 4px 12px 0 var(--sys-color-action-primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .shadow-tile-soft {
      box-shadow: 0 4px 12px 0 color-mix(in oklab, var(--sys-color-action-primary) 8%, transparent);
    }
  }

  .ring-foreground\/10 {
    --tw-ring-color: var(--foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .ring-foreground\/10 {
      --tw-ring-color: color-mix(in oklab, var(--foreground) 10%, transparent);
    }
  }

  .outline-hidden {
    --tw-outline-style: none;
    outline-style: none;
  }

  @media (forced-colors: active) {
    .outline-hidden {
      outline-offset: 2px;
      outline: 2px solid #0000;
    }
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .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, );
  }

  .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-opacity {
    transition-property: opacity;
    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-100 {
    --tw-duration: .1s;
    transition-duration: .1s;
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }

  .running {
    animation-play-state: running;
  }

  @media (hover: hover) {
    .group-hover\:text-\[var\(--sys-color-text-inverse\)\]:is(:where(.group):hover *) {
      color: var(--sys-color-text-inverse);
    }
  }

  .group-focus\/dropdown-menu-item\:text-accent-foreground:is(:where(.group\/dropdown-menu-item):focus *) {
    color: var(--accent-foreground);
  }

  .group-active\:text-\[var\(--sys-color-text-inverse\)\]:is(:where(.group):active *) {
    color: var(--sys-color-text-inverse);
  }

  .group-data-\[size\=sm\]\/card\:p-3:is(:where(.group\/card)[data-size="sm"] *) {
    padding: calc(var(--spacing) * 3);
  }

  .group-data-\[size\=sm\]\/card\:px-3:is(:where(.group\/card)[data-size="sm"] *) {
    padding-inline: calc(var(--spacing) * 3);
  }

  .group-data-\[size\=sm\]\/card\:text-sm:is(:where(.group\/card)[data-size="sm"] *) {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .last\:border-b-0:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0;
  }

  @media (hover: hover) {
    .hover\:bg-\[var\(--sys-color-surface-sidebar-hover\)\]:hover {
      background-color: var(--sys-color-surface-sidebar-hover);
    }
  }

  @media (hover: hover) {
    .hover\:bg-destructive\/20:hover {
      background-color: var(--destructive);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-destructive\/20:hover {
        background-color: color-mix(in oklab, var(--destructive) 20%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-muted:hover {
      background-color: var(--muted);
    }
  }

  @media (hover: hover) {
    .hover\:bg-primary\/90:hover {
      background-color: var(--primary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-primary\/90:hover {
        background-color: color-mix(in oklab, var(--primary) 90%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-secondary\/80:hover {
      background-color: var(--secondary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-secondary\/80:hover {
        background-color: color-mix(in oklab, var(--secondary) 80%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-surface-error-subtle\/80:hover {
      background-color: var(--sys-color-surface-error-subtle);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-surface-error-subtle\/80:hover {
        background-color: color-mix(in oklab, var(--sys-color-surface-error-subtle) 80%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-surface-secondary-subtle:hover {
      background-color: var(--sys-color-surface-secondary-subtle);
    }
  }

  @media (hover: hover) {
    .hover\:text-\[var\(--sys-color-text-inverse\)\]:hover {
      color: var(--sys-color-text-inverse);
    }
  }

  @media (hover: hover) {
    .hover\:text-foreground:hover {
      color: var(--foreground);
    }
  }

  @media (hover: hover) {
    .hover\:text-primary:hover {
      color: var(--primary);
    }
  }

  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  .focus\:not-sr-only:focus {
    clip-path: none;
    white-space: normal;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: static;
    overflow: visible;
  }

  .focus\:fixed:focus {
    position: fixed;
  }

  .focus\:top-4:focus {
    top: calc(var(--spacing) * 4);
  }

  .focus\:left-4:focus {
    left: calc(var(--spacing) * 4);
  }

  .focus\:z-50:focus {
    z-index: 50;
  }

  .focus\:rounded-md:focus {
    border-radius: var(--sys-radius-md);
  }

  .focus\:bg-accent:focus {
    background-color: var(--accent);
  }

  .focus\:bg-background:focus {
    background-color: var(--background);
  }

  .focus\:bg-muted:focus {
    background-color: var(--muted);
  }

  .focus\:px-4:focus {
    padding-inline: calc(var(--spacing) * 4);
  }

  .focus\:py-2:focus {
    padding-block: calc(var(--spacing) * 2);
  }

  .focus\:text-sm:focus {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .focus\:font-medium:focus {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .focus\:text-accent-foreground:focus {
    color: var(--accent-foreground);
  }

  .focus\:text-primary:focus {
    color: var(--primary);
  }

  .focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    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-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + 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-ring:focus {
    --tw-ring-color: var(--ring);
  }

  :is(.focus\:\*\*\:text-accent-foreground:focus *) {
    color: var(--accent-foreground);
  }

  :is(.focus\:\*\*\:text-primary:focus *) {
    color: var(--primary);
  }

  :is(.not-data-\[variant\=destructive\]\:focus\:\*\*\:text-accent-foreground:not([data-variant="destructive"]):focus *) {
    color: var(--accent-foreground);
  }

  .focus-visible\:border-destructive\/40:focus-visible {
    border-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus-visible\:border-destructive\/40:focus-visible {
      border-color: color-mix(in oklab, var(--destructive) 40%, transparent);
    }
  }

  .focus-visible\:border-ring:focus-visible {
    border-color: var(--ring);
  }

  .focus-visible\:ring-3:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + 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-visible\:focus-ring:focus-visible {
    outline-offset: 2px;
    box-shadow: 0 0 0 2px var(--sys-color-surface-canvas), 0 0 0 4px var(--sys-color-focus-outer);
    transition: box-shadow var(--sys-duration-fast) var(--sys-ease-standard), outline-offset var(--sys-duration-fast) var(--sys-ease-standard);
    outline: 2px solid #0000;
  }

  .focus-visible\:ring-destructive\/20:focus-visible {
    --tw-ring-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus-visible\:ring-destructive\/20:focus-visible {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
    }
  }

  .focus-visible\:ring-ring\/50:focus-visible {
    --tw-ring-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus-visible\:ring-ring\/50:focus-visible {
      --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  .active\:translate-y-px:active {
    --tw-translate-y: 1px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .active\:bg-\[var\(--sys-color-surface-sidebar-hover\)\]:active {
    background-color: var(--sys-color-surface-sidebar-hover);
  }

  .active\:text-\[var\(--sys-color-text-inverse\)\]:active {
    color: var(--sys-color-text-inverse);
  }

  .active\:not-aria-\[haspopup\]\:translate-y-px:active:not([aria-haspopup]) {
    --tw-translate-y: 1px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  .disabled\:opacity-60:disabled {
    opacity: .6;
  }

  :where([data-slot="button-group"]) .in-data-\[slot\=button-group\]\:rounded-lg {
    border-radius: var(--sys-radius-lg);
  }

  .has-data-\[icon\=inline-end\]\:pr-1\.5:has([data-icon="inline-end"]) {
    padding-right: calc(var(--spacing) * 1.5);
  }

  .has-data-\[icon\=inline-end\]\:pr-2:has([data-icon="inline-end"]) {
    padding-right: calc(var(--spacing) * 2);
  }

  .has-data-\[icon\=inline-end\]\:pr-3:has([data-icon="inline-end"]) {
    padding-right: calc(var(--spacing) * 3);
  }

  .has-data-\[icon\=inline-start\]\:pl-1\.5:has([data-icon="inline-start"]) {
    padding-left: calc(var(--spacing) * 1.5);
  }

  .has-data-\[icon\=inline-start\]\:pl-2:has([data-icon="inline-start"]) {
    padding-left: calc(var(--spacing) * 2);
  }

  .has-data-\[icon\=inline-start\]\:pl-3:has([data-icon="inline-start"]) {
    padding-left: calc(var(--spacing) * 3);
  }

  .has-data-\[slot\=card-action\]\:grid-cols-\[1fr_auto\]:has([data-slot="card-action"]) {
    grid-template-columns: 1fr auto;
  }

  .has-data-\[slot\=card-description\]\:grid-rows-\[auto_auto\]:has([data-slot="card-description"]) {
    grid-template-rows: auto auto;
  }

  .has-data-\[slot\=card-footer\]\:pb-0:has([data-slot="card-footer"]) {
    padding-bottom: calc(var(--spacing) * 0);
  }

  .has-\[\>img\:first-child\]\:pt-0:has( > img:first-child) {
    padding-top: calc(var(--spacing) * 0);
  }

  .aria-expanded\:bg-muted[aria-expanded="true"] {
    background-color: var(--muted);
  }

  .aria-expanded\:bg-secondary[aria-expanded="true"] {
    background-color: var(--secondary);
  }

  .aria-expanded\:text-foreground[aria-expanded="true"] {
    color: var(--foreground);
  }

  .aria-expanded\:text-secondary-foreground[aria-expanded="true"] {
    color: var(--secondary-foreground);
  }

  .aria-invalid\:border-destructive[aria-invalid="true"] {
    border-color: var(--destructive);
  }

  .aria-invalid\:ring-3[aria-invalid="true"] {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + 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);
  }

  .aria-invalid\:ring-destructive\/20[aria-invalid="true"] {
    --tw-ring-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .aria-invalid\:ring-destructive\/20[aria-invalid="true"] {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
    }
  }

  .data-inset\:pl-7[data-inset] {
    padding-left: calc(var(--spacing) * 7);
  }

  .data-popup-open\:bg-accent[data-popup-open] {
    background-color: var(--accent);
  }

  .data-popup-open\:text-accent-foreground[data-popup-open] {
    color: var(--accent-foreground);
  }

  .data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
    --tw-enter-translate-y: calc(2 * var(--spacing) * -1);
  }

  .data-\[side\=inline-end\]\:slide-in-from-left-2[data-side="inline-end"] {
    --tw-enter-translate-x: calc(2 * var(--spacing) * -1);
  }

  .data-\[side\=inline-start\]\:slide-in-from-right-2[data-side="inline-start"] {
    --tw-enter-translate-x: calc(2 * var(--spacing));
  }

  .data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
    --tw-enter-translate-x: calc(2 * var(--spacing));
  }

  .data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
    --tw-enter-translate-x: calc(2 * var(--spacing) * -1);
  }

  .data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
    --tw-enter-translate-y: calc(2 * var(--spacing));
  }

  .data-\[size\=sm\]\:gap-3[data-size="sm"] {
    gap: calc(var(--spacing) * 3);
  }

  .data-\[size\=sm\]\:py-3[data-size="sm"] {
    padding-block: calc(var(--spacing) * 3);
  }

  .data-\[size\=sm\]\:has-data-\[slot\=card-footer\]\:pb-0[data-size="sm"]:has([data-slot="card-footer"]) {
    padding-bottom: calc(var(--spacing) * 0);
  }

  .data-\[variant\=destructive\]\:text-destructive[data-variant="destructive"] {
    color: var(--destructive);
  }

  .data-\[variant\=destructive\]\:focus\:bg-destructive\/10[data-variant="destructive"]:focus {
    background-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .data-\[variant\=destructive\]\:focus\:bg-destructive\/10[data-variant="destructive"]:focus {
      background-color: color-mix(in oklab, var(--destructive) 10%, transparent);
    }
  }

  .data-\[variant\=destructive\]\:focus\:text-destructive[data-variant="destructive"]:focus {
    color: var(--destructive);
  }

  @media (min-width: 40rem) {
    .sm\:block {
      display: block;
    }
  }

  @media (min-width: 40rem) {
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 40rem) {
    .sm\:flex-row {
      flex-direction: row;
    }
  }

  @media (min-width: 40rem) {
    .sm\:items-baseline {
      align-items: baseline;
    }
  }

  @media (min-width: 40rem) {
    .sm\:items-center {
      align-items: center;
    }
  }

  @media (min-width: 40rem) {
    .sm\:justify-between {
      justify-content: space-between;
    }
  }

  @media (min-width: 40rem) {
    .sm\:gap-2 {
      gap: calc(var(--spacing) * 2);
    }
  }

  @media (min-width: 40rem) {
    .sm\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
  }

  @media (min-width: 40rem) {
    .sm\:p-6 {
      padding: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 40rem) {
    .sm\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 48rem) {
    .md\:static {
      position: static;
    }
  }

  @media (min-width: 48rem) {
    .md\:block {
      display: block;
    }
  }

  @media (min-width: 48rem) {
    .md\:flex {
      display: flex;
    }
  }

  @media (min-width: 48rem) {
    .md\:hidden {
      display: none;
    }
  }

  @media (min-width: 48rem) {
    .md\:h-10 {
      height: calc(var(--spacing) * 10);
    }
  }

  @media (min-width: 48rem) {
    .md\:h-\[180px\] {
      height: 180px;
    }
  }

  @media (min-width: 48rem) {
    .md\:min-h-10 {
      min-height: calc(var(--spacing) * 10);
    }
  }

  @media (min-width: 48rem) {
    .md\:w-\[180px\] {
      width: 180px;
    }
  }

  @media (min-width: 48rem) {
    .md\:w-auto {
      width: auto;
    }
  }

  @media (min-width: 48rem) {
    .md\:w-fit {
      width: fit-content;
    }
  }

  @media (min-width: 48rem) {
    .md\:flex-none {
      flex: none;
    }
  }

  @media (min-width: 48rem) {
    .md\:flex-row {
      flex-direction: row;
    }
  }

  @media (min-width: 48rem) {
    .md\:items-start {
      align-items: flex-start;
    }
  }

  @media (min-width: 48rem) {
    .md\:justify-end {
      justify-content: flex-end;
    }
  }

  @media (min-width: 48rem) {
    .md\:gap-12 {
      gap: calc(var(--spacing) * 12);
    }
  }

  @media (min-width: 48rem) {
    :where(.md\:space-y-8 > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }

  @media (min-width: 48rem) {
    .md\:bg-transparent {
      background-color: #0000;
    }
  }

  @media (min-width: 48rem) {
    .md\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 48rem) {
    .md\:py-0 {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  @media (min-width: 48rem) {
    .md\:py-8 {
      padding-block: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 48rem) {
    .md\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }

  @media (min-width: 48rem) {
    .md\:backdrop-blur-none {
      --tw-backdrop-blur: ;
      -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, );
    }
  }

  @media (min-width: 64rem) {
    .lg\:z-\[var\(--ref-z-sticky\)\] {
      z-index: var(--ref-z-sticky);
    }
  }

  @media (min-width: 64rem) {
    .lg\:block {
      display: block;
    }
  }

  @media (min-width: 64rem) {
    .lg\:flex {
      display: flex;
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid {
      display: grid;
    }
  }

  @media (min-width: 64rem) {
    .lg\:hidden {
      display: none;
    }
  }

  @media (min-width: 64rem) {
    .lg\:h-6 {
      height: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 64rem) {
    .lg\:h-12 {
      height: calc(var(--spacing) * 12);
    }
  }

  @media (min-width: 64rem) {
    .lg\:layout-sidebar-width {
      width: var(--sys-layout-sidebar-width);
    }
  }

  @media (min-width: 64rem) {
    .lg\:w-40 {
      width: calc(var(--spacing) * 40);
    }
  }

  @media (min-width: 64rem) {
    .lg\:w-44 {
      width: calc(var(--spacing) * 44);
    }
  }

  @media (min-width: 64rem) {
    .lg\:translate-x-0 {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-\[minmax\(0\,1fr\)_minmax\(0\,1fr\)_1px_minmax\(0\,1fr\)_minmax\(0\,1fr\)\] {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1px minmax(0, 1fr) minmax(0, 1fr);
    }
  }

  @media (min-width: 64rem) {
    .lg\:flex-row {
      flex-direction: row;
    }
  }

  @media (min-width: 64rem) {
    .lg\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
  }

  @media (min-width: 64rem) {
    .lg\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 64rem) {
    .lg\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 64rem) {
    .lg\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 64rem) {
    .lg\:px-10 {
      padding-inline: calc(var(--spacing) * 10);
    }
  }

  @media (min-width: 64rem) {
    .lg\:layout-sidebar-offset {
      padding-left: var(--sys-layout-sidebar-width);
    }
  }

  @media (min-width: 64rem) {
    .lg\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }

  @media (min-width: 64rem) {
    .lg\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }

  @media (min-width: 64rem) {
    .lg\:text-\[2rem\] {
      font-size: 2rem;
    }
  }

  @media (min-width: 64rem) {
    .lg\:leading-6 {
      --tw-leading: calc(var(--spacing) * 6);
      line-height: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 80rem) {
    .xl\:px-20 {
      padding-inline: calc(var(--spacing) * 20);
    }
  }

  @media (min-width: 80rem) {
    .xl\:text-\[2\.1875rem\] {
      font-size: 2.1875rem;
    }
  }

  .data-open\:animate-in:where([data-state="open"]), .data-open\:animate-in:where([data-open]:not([data-open="false"])) {
    animation: enter var(--tw-animation-duration, var(--tw-duration, .15s)) var(--tw-ease, ease) var(--tw-animation-delay, 0s) var(--tw-animation-iteration-count, 1) var(--tw-animation-direction, normal) var(--tw-animation-fill-mode, none);
  }

  .data-open\:bg-accent:where([data-state="open"]), .data-open\:bg-accent:where([data-open]:not([data-open="false"])) {
    background-color: var(--accent);
  }

  .data-open\:text-accent-foreground:where([data-state="open"]), .data-open\:text-accent-foreground:where([data-open]:not([data-open="false"])) {
    color: var(--accent-foreground);
  }

  .data-open\:fade-in-0:where([data-state="open"]), .data-open\:fade-in-0:where([data-open]:not([data-open="false"])) {
    --tw-enter-opacity: 0;
  }

  .data-open\:zoom-in-95:where([data-state="open"]), .data-open\:zoom-in-95:where([data-open]:not([data-open="false"])) {
    --tw-enter-scale: .95;
  }

  .data-closed\:animate-out:where([data-state="closed"]), .data-closed\:animate-out:where([data-closed]:not([data-closed="false"])) {
    animation: exit var(--tw-animation-duration, var(--tw-duration, .15s)) var(--tw-ease, ease) var(--tw-animation-delay, 0s) var(--tw-animation-iteration-count, 1) var(--tw-animation-direction, normal) var(--tw-animation-fill-mode, none);
  }

  .data-closed\:overflow-hidden:where([data-state="closed"]), .data-closed\:overflow-hidden:where([data-closed]:not([data-closed="false"])) {
    overflow: hidden;
  }

  .data-closed\:fade-out-0:where([data-state="closed"]), .data-closed\:fade-out-0:where([data-closed]:not([data-closed="false"])) {
    --tw-exit-opacity: 0;
  }

  .data-closed\:zoom-out-95:where([data-state="closed"]), .data-closed\:zoom-out-95:where([data-closed]:not([data-closed="false"])) {
    --tw-exit-scale: .95;
  }

  .data-disabled\:pointer-events-none:where([data-disabled="true"]), .data-disabled\:pointer-events-none:where([data-disabled]:not([data-disabled="false"])) {
    pointer-events: none;
  }

  .data-disabled\:opacity-50:where([data-disabled="true"]), .data-disabled\:opacity-50:where([data-disabled]:not([data-disabled="false"])) {
    opacity: .5;
  }

  .contrast-high\:border-2:is([data-contrast="high"] *) {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .\[\&_svg\]\:pointer-events-none svg {
    pointer-events: none;
  }

  .\[\&_svg\]\:shrink-0 svg {
    flex-shrink: 0;
  }

  .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3 svg:not([class*="size-"]) {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }

  .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3\.5 svg:not([class*="size-"]) {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }

  .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*="size-"]) {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .\[\.border-b\]\:pb-4.border-b {
    padding-bottom: calc(var(--spacing) * 4);
  }

  .group-data-\[size\=sm\]\/card\:\[\.border-b\]\:pb-3:is(:where(.group\/card)[data-size="sm"] *).border-b {
    padding-bottom: calc(var(--spacing) * 3);
  }

  @media (hover: hover) {
    .\[a\]\:hover\:bg-primary\/80:is(a):hover {
      background-color: var(--primary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .\[a\]\:hover\:bg-primary\/80:is(a):hover {
        background-color: color-mix(in oklab, var(--primary) 80%, transparent);
      }
    }
  }

  .\[data-ui\=\"amortizable-installment-clp\"\]\:visible:is() {
    visibility: visible;
  }

  .\[data-ui\=\"amortizable-installment-progress\"\]\:visible:is() {
    visibility: visible;
  }

  .\[data-ui\=\"amortizable-installment-uf\"\]\:visible:is() {
    visibility: visible;
  }

  .\[data-ui\=\"btn-currency-uf\"\]\:visible:is() {
    visibility: visible;
  }

  :is(.\*\:\[img\:first-child\]\:rounded-t-xl > *):is(img:first-child) {
    border-top-left-radius: var(--sys-radius-xl);
    border-top-right-radius: var(--sys-radius-xl);
  }

  :is(.\*\:\[img\:last-child\]\:rounded-b-xl > *):is(img:last-child) {
    border-bottom-right-radius: var(--sys-radius-xl);
    border-bottom-left-radius: var(--sys-radius-xl);
  }

  :is(.data-\[variant\=destructive\]\:\*\:\[svg\]\:text-destructive[data-variant="destructive"] > *):is(svg) {
    color: var(--destructive);
  }
}

@property --tw-animation-delay {
  syntax: "*";
  inherits: false;
  initial-value: 0s;
}

@property --tw-animation-direction {
  syntax: "*";
  inherits: false;
  initial-value: normal;
}

@property --tw-animation-duration {
  syntax: "*";
  inherits: false
}

@property --tw-animation-fill-mode {
  syntax: "*";
  inherits: false;
  initial-value: none;
}

@property --tw-animation-iteration-count {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-enter-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-enter-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-enter-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-enter-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-enter-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-enter-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-exit-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-exit-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

:root, [data-contrast="default"], [data-contrast="normal"] {
  --ref-color-error: #ea2e2e;
  --ref-color-error-dark: #ad2018;
  --ref-color-error-darker: #5d1212;
  --ref-color-error-darkest: #460d0d;
  --ref-color-error-light: #f06c6c;
  --ref-color-error-lighter: #fad5d5;
  --ref-color-error-lightest: #fceaea;
  --ref-color-focus-dark: #5edcff;
  --ref-color-focus-light: #004d93;
  --ref-color-info: #1175d0;
  --ref-color-info-dark: #0d5da6;
  --ref-color-info-darker: #062e53;
  --ref-color-info-darkest: #05233e;
  --ref-color-info-light: #589ede;
  --ref-color-info-lighter: #cfe3f5;
  --ref-color-info-lightest: #e7f1fa;
  --ref-color-neutral: #808284;
  --ref-color-neutral-dark: #4d5053;
  --ref-color-neutral-darker: #1a1e22;
  --ref-color-neutral-darkest: #01060a;
  --ref-color-neutral-light: #b2b4b5;
  --ref-color-neutral-lighter: #d8d9da;
  --ref-color-neutral-lightest: #fafafa;
  --ref-color-primary: #00305b;
  --ref-color-primary-dark: #002648;
  --ref-color-primary-darker: #001324;
  --ref-color-primary-darkest: #000e1b;
  --ref-color-primary-light: #4c6e8c;
  --ref-color-primary-lighter: #ccd5de;
  --ref-color-primary-lightest: #e5eaee;
  --ref-color-secondary: #8298a5;
  --ref-color-secondary-dark: #6c808c;
  --ref-color-secondary-darker: #364046;
  --ref-color-secondary-darkest: #283034;
  --ref-color-secondary-light: #abbdc7;
  --ref-color-secondary-lighter: #e7ecef;
  --ref-color-secondary-lightest: #f3f5f7;
  --ref-color-success: #00a925;
  --ref-color-success-dark: #00871d;
  --ref-color-success-darker: #00430e;
  --ref-color-success-darkest: #00320b;
  --ref-color-success-light: #4cc266;
  --ref-color-success-lighter: #ccedd3;
  --ref-color-success-lightest: #e5f6e9;
  --ref-color-warning: #ffd000;
  --ref-color-warning-dark: #cca600;
  --ref-color-warning-darker: #665300;
  --ref-color-warning-darkest: #4c3e00;
  --ref-color-warning-light: #ffde4c;
  --ref-color-warning-lighter: #fff5cc;
  --ref-color-warning-lightest: #fffae5;
  --ref-color-white: #fff;
  --ref-opacity-neutral-darkest-10: #01060a1a;
  --ref-opacity-neutral-darkest-15: #01060a26;
  --ref-opacity-neutral-darkest-20: #01060a33;
  --ref-opacity-neutral-darkest-30: #01060a4d;
  --ref-opacity-neutral-darkest-40: #01060a66;
  --ref-opacity-neutral-darkest-5: #01060a0d;
  --ref-opacity-neutral-darkest-50: #01060a80;
  --ref-opacity-neutral-darkest-60: #01060a99;
  --ref-opacity-transparent: #fff0;
  --ref-opacity-white-10: #ffffff1a;
  --ref-opacity-white-15: #ffffff26;
  --ref-opacity-white-20: #fff3;
  --ref-opacity-white-30: #ffffff4d;
  --ref-opacity-white-40: #fff6;
  --ref-opacity-white-5: #ffffff0d;
  --ref-opacity-white-50: #ffffff80;
  --ref-opacity-white-60: #fff9;
}

@supports (color: lab(0% 0 0)) {
  :root, [data-contrast="default"], [data-contrast="normal"] {
    --ref-color-error: lab(52.3233% 69.8954 48.9729);
    --ref-color-error-dark: lab(38.5257% 55.4279 42.9297);
    --ref-color-error-darker: lab(19.6606% 33.8773 21.7627);
    --ref-color-error-darkest: lab(13.6879% 27.2418 15.8211);
    --ref-color-error-light: lab(62.5518% 51.8861 26.3709);
    --ref-color-error-lighter: lab(88.4444% 13.327 5.05483);
    --ref-color-error-lightest: lab(94.1582% 6.30629 2.31619);
    --ref-color-focus-dark: lab(81.7622% -28.5812 -28.1569);
    --ref-color-focus-light: lab(32.0063% 1.96664 -45.0712);
    --ref-color-info: lab(47.8817% .0856817 -55.3732);
    --ref-color-info-dark: lab(38.2796% -.273004 -46.4104);
    --ref-color-info-darker: lab(18.0198% -1.29908 -26.8235);
    --ref-color-info-darkest: lab(12.8007% -2.08917 -20.7848);
    --ref-color-info-light: lab(62.5992% -8.19296 -39.8299);
    --ref-color-info-lighter: lab(89.1514% -4.18085 -11.18);
    --ref-color-info-lightest: lab(94.5868% -2.17816 -5.57147);
    --ref-color-neutral: lab(54.2485% -.476033 -1.37571);
    --ref-color-neutral-dark: lab(33.831% -.751242 -2.21554);
    --ref-color-neutral-darker: lab(10.9729% -1.07564 -3.41478);
    --ref-color-neutral-darkest: lab(1.4077% -.941955 -2.00473);
    --ref-color-neutral-light: lab(73.1691% -.592381 -.777733);
    --ref-color-neutral-lighter: lab(86.6364% -.222355 -.636041);
    --ref-color-neutral-lightest: lab(98.2716% 0 0);
    --ref-color-primary: lab(19.0246% -.374228 -30.5427);
    --ref-color-primary-dark: lab(14.3002% -1.1458 -25.3511);
    --ref-color-primary-darker: lab(5.18135% -2.02053 -13.9169);
    --ref-color-primary-darkest: lab(3.44639% -1.68462 -9.586);
    --ref-color-primary-light: lab(44.7634% -6.14586 -20.6288);
    --ref-color-primary-lighter: lab(84.7733% -1.86509 -5.54942);
    --ref-color-primary-lightest: lab(92.3995% -1.17907 -2.54828);
    --ref-color-secondary: lab(61.4424% -5.86274 -9.59705);
    --ref-color-secondary-dark: lab(52.2922% -5.4166 -9.06283);
    --ref-color-secondary-darker: lab(26.3591% -3.08904 -5.12913);
    --ref-color-secondary-darkest: lab(19.2203% -2.75126 -3.77985);
    --ref-color-secondary-light: lab(75.4524% -4.85361 -7.27083);
    --ref-color-secondary-lighter: lab(93.0724% -1.31297 -2.06018);
    --ref-color-secondary-lightest: lab(96.4265% -.418335 -1.2007);
    --ref-color-success: lab(60.3819% -57.1291 52.2521);
    --ref-color-success-dark: lab(48.8123% -48.3944 43.855);
    --ref-color-success-darker: lab(23.8328% -29.3889 25.0372);
    --ref-color-success-darkest: lab(17.0202% -24.0645 18.9951);
    --ref-color-success-light: lab(70.2401% -49.4141 35.8383);
    --ref-color-success-lighter: lab(90.8201% -14.8157 8.85828);
    --ref-color-success-lightest: lab(95.3467% -7.53668 4.24895);
    --ref-color-warning: lab(85.7391% 6.29357 85.4147);
    --ref-color-warning-dark: lab(70.0196% 5.27301 72.2065);
    --ref-color-warning-darker: lab(36.2831% 2.4855 43.8509);
    --ref-color-warning-darkest: lab(26.9131% 1.582 35.6832);
    --ref-color-warning-light: lab(89.4142% .838339 71.9791);
    --ref-color-warning-lighter: lab(96.5579% -1.27378 21.1041);
    --ref-color-warning-lightest: lab(98.2446% -.864327 10.7438);
    --ref-color-white: lab(100% 0 0);
    --ref-opacity-neutral-darkest-10: lab(1.4077% -.941955 -2.00473 / .1);
    --ref-opacity-neutral-darkest-15: lab(1.4077% -.941955 -2.00473 / .15);
    --ref-opacity-neutral-darkest-20: lab(1.4077% -.941955 -2.00473 / .2);
    --ref-opacity-neutral-darkest-30: lab(1.4077% -.941955 -2.00473 / .3);
    --ref-opacity-neutral-darkest-40: lab(1.4077% -.941955 -2.00473 / .4);
    --ref-opacity-neutral-darkest-5: lab(1.4077% -.941955 -2.00473 / .05);
    --ref-opacity-neutral-darkest-50: lab(1.4077% -.941955 -2.00473 / .5);
    --ref-opacity-neutral-darkest-60: lab(1.4077% -.941955 -2.00473 / .6);
    --ref-opacity-transparent: lab(100% 0 0 / 0);
    --ref-opacity-white-10: lab(100% 0 0 / .1);
    --ref-opacity-white-15: lab(100% 0 0 / .15);
    --ref-opacity-white-20: lab(100% 0 0 / .2);
    --ref-opacity-white-30: lab(100% 0 0 / .3);
    --ref-opacity-white-40: lab(100% 0 0 / .4);
    --ref-opacity-white-5: lab(100% 0 0 / .05);
    --ref-opacity-white-50: lab(100% 0 0 / .5);
    --ref-opacity-white-60: lab(100% 0 0 / .6);
  }
}

[data-contrast="high"], .contrast-high {
  --ref-color-error: #666;
  --ref-color-error-dark: #494949;
  --ref-color-error-darker: #292929;
  --ref-color-error-darkest: #1e1e1e;
  --ref-color-error-light: #949494;
  --ref-color-error-lighter: #e0e0e0;
  --ref-color-error-lightest: #efefef;
  --ref-color-focus-dark: #bababa;
  --ref-color-focus-light: #3e3e3e;
  --ref-color-info: #616161;
  --ref-color-info-dark: #4d4d4d;
  --ref-color-info-darker: #262626;
  --ref-color-info-darkest: #1d1d1d;
  --ref-color-info-light: #909090;
  --ref-color-info-lighter: #dfdfdf;
  --ref-color-info-lightest: #efefef;
  --ref-color-neutral: #808284;
  --ref-color-neutral-dark: #828282;
  --ref-color-neutral-darker: #1d1d1d;
  --ref-color-neutral-darkest: #050505;
  --ref-color-neutral-light: #b4b4b4;
  --ref-color-neutral-lighter: #d9d9d9;
  --ref-color-neutral-lightest: #fafafa;
  --ref-color-primary: #262626;
  --ref-color-primary-dark: #1e1e1e;
  --ref-color-primary-darker: #0f0f0f;
  --ref-color-primary-darkest: #0b0b0b;
  --ref-color-primary-light: #676767;
  --ref-color-primary-lighter: #939393;
  --ref-color-primary-lightest: #e9e9e9;
  --ref-color-secondary: #939393;
  --ref-color-secondary-dark: #7b7b7b;
  --ref-color-secondary-darker: #3e3e3e;
  --ref-color-secondary-darkest: #2e2e2e;
  --ref-color-secondary-light: #b9b9b9;
  --ref-color-secondary-lighter: #ebebeb;
  --ref-color-secondary-lightest: #f5f5f5;
  --ref-color-success: #686868;
  --ref-color-success-dark: #535353;
  --ref-color-success-darker: #292929;
  --ref-color-success-darkest: #1f1f1f;
  --ref-color-success-light: #949494;
  --ref-color-success-lighter: #e0e0e0;
  --ref-color-success-lightest: #efefef;
  --ref-color-warning: #c7c7c7;
  --ref-color-warning-dark: #9f9f9f;
  --ref-color-warning-darker: #505050;
  --ref-color-warning-darkest: #3b3b3b;
  --ref-color-warning-light: #d8d8d8;
  --ref-color-warning-lighter: #f3f3f3;
  --ref-color-warning-lightest: #f9f9f9;
  --ref-color-white: #fff;
  --ref-opacity-neutral-darkest-10: #01060a1a;
  --ref-opacity-neutral-darkest-15: #01060a26;
  --ref-opacity-neutral-darkest-20: #01060a33;
  --ref-opacity-neutral-darkest-30: #01060a4d;
  --ref-opacity-neutral-darkest-40: #01060a66;
  --ref-opacity-neutral-darkest-5: #01060a0d;
  --ref-opacity-neutral-darkest-50: #01060a80;
  --ref-opacity-neutral-darkest-60: #01060a99;
  --ref-opacity-transparent: #fff0;
  --ref-opacity-white-10: #ffffff1a;
  --ref-opacity-white-15: #ffffff26;
  --ref-opacity-white-20: #fff3;
  --ref-opacity-white-30: #ffffff4d;
  --ref-opacity-white-40: #fff6;
  --ref-opacity-white-5: #ffffff0d;
  --ref-opacity-white-50: #ffffff80;
  --ref-opacity-white-60: #fff9;
}

@supports (color: lab(0% 0 0)) {
  [data-contrast="high"], .contrast-high {
    --ref-color-error: lab(43.1948% 0 0);
    --ref-color-error-dark: lab(31.0264% -.0000149012 0);
    --ref-color-error-darker: lab(16.5844% 0 0);
    --ref-color-error-darkest: lab(11.26% .00000745058 -.00000298023);
    --ref-color-error-light: lab(61.314% 0 0);
    --ref-color-error-lighter: lab(89.1772% 0 -.0000119209);
    --ref-color-error-lightest: lab(94.4436% 0 0);
    --ref-color-focus-dark: lab(75.5124% -.0000298023 0);
    --ref-color-focus-light: lab(26.2124% -.0000149012 0);
    --ref-color-info: lab(41.1416% -.0000149012 .00000596046);
    --ref-color-info-dark: lab(32.7432% 0 0);
    --ref-color-info-darker: lab(15.1576% 0 0);
    --ref-color-info-darkest: lab(10.7728% 0 0);
    --ref-color-info-light: lab(59.7944% -.0000298023 0);
    --ref-color-info-lighter: lab(88.8292% 0 -.0000119209);
    --ref-color-info-lightest: lab(94.4436% 0 0);
    --ref-color-neutral: lab(54.2485% -.476033 -1.37571);
    --ref-color-neutral-dark: lab(54.3656% 0 -.0000119209);
    --ref-color-neutral-darker: lab(10.7728% 0 0);
    --ref-color-neutral-darkest: lab(1.37022% 0 0);
    --ref-color-neutral-light: lab(73.3084% -.0000298023 0);
    --ref-color-neutral-lighter: lab(86.6948% -.0000298023 0);
    --ref-color-neutral-lightest: lab(98.2716% 0 0);
    --ref-color-primary: lab(15.1576% 0 0);
    --ref-color-primary-dark: lab(11.26% .00000745058 -.00000298023);
    --ref-color-primary-darker: lab(4.31377% 0 0);
    --ref-color-primary-darkest: lab(3.0243% 0 0);
    --ref-color-primary-light: lab(43.6008% 0 0);
    --ref-color-primary-lighter: lab(60.9428% -.0000298023 0);
    --ref-color-primary-lightest: lab(92.344% 0 -.0000119209);
    --ref-color-secondary: lab(60.9428% -.0000298023 0);
    --ref-color-secondary-dark: lab(51.6164% 0 0);
    --ref-color-secondary-darker: lab(26.2124% -.0000149012 0);
    --ref-color-secondary-darkest: lab(18.9392% 0 0);
    --ref-color-secondary-light: lab(75.1528% -.0000298023 0);
    --ref-color-secondary-lighter: lab(93.0516% -.0000298023 0);
    --ref-color-secondary-lightest: lab(96.5432% -.0000596046 0);
    --ref-color-success: lab(44.0068% 0 0);
    --ref-color-success-dark: lab(35.3068% -.0000149012 -.00000596046);
    --ref-color-success-darker: lab(16.5844% 0 0);
    --ref-color-success-darkest: lab(11.7588% 0 -.00000298023);
    --ref-color-success-light: lab(61.314% 0 0);
    --ref-color-success-lighter: lab(89.1772% 0 -.0000119209);
    --ref-color-success-lightest: lab(94.4436% 0 0);
    --ref-color-warning: lab(80.2452% 0 0);
    --ref-color-warning-dark: lab(65.49% -.0000298023 0);
    --ref-color-warning-darker: lab(34.0308% 0 0);
    --ref-color-warning-darkest: lab(24.8668% 0 -.00000596046);
    --ref-color-warning-light: lab(86.3352% 0 0);
    --ref-color-warning-lighter: lab(95.8472% 0 0);
    --ref-color-warning-lightest: lab(97.9236% -.0000298023 .0000119209);
    --ref-color-white: lab(100% 0 0);
    --ref-opacity-neutral-darkest-10: lab(1.4077% -.941955 -2.00473 / .1);
    --ref-opacity-neutral-darkest-15: lab(1.4077% -.941955 -2.00473 / .15);
    --ref-opacity-neutral-darkest-20: lab(1.4077% -.941955 -2.00473 / .2);
    --ref-opacity-neutral-darkest-30: lab(1.4077% -.941955 -2.00473 / .3);
    --ref-opacity-neutral-darkest-40: lab(1.4077% -.941955 -2.00473 / .4);
    --ref-opacity-neutral-darkest-5: lab(1.4077% -.941955 -2.00473 / .05);
    --ref-opacity-neutral-darkest-50: lab(1.4077% -.941955 -2.00473 / .5);
    --ref-opacity-neutral-darkest-60: lab(1.4077% -.941955 -2.00473 / .6);
    --ref-opacity-transparent: lab(100% 0 0 / 0);
    --ref-opacity-white-10: lab(100% 0 0 / .1);
    --ref-opacity-white-15: lab(100% 0 0 / .15);
    --ref-opacity-white-20: lab(100% 0 0 / .2);
    --ref-opacity-white-30: lab(100% 0 0 / .3);
    --ref-opacity-white-40: lab(100% 0 0 / .4);
    --ref-opacity-white-5: lab(100% 0 0 / .05);
    --ref-opacity-white-50: lab(100% 0 0 / .5);
    --ref-opacity-white-60: lab(100% 0 0 / .6);
  }
}

[data-text-size="large"] {
  font-size: 112.5%;
}

:root {
  --ref-radius-none: 0;
  --ref-radius-xs: .125rem;
  --ref-radius-sm: .25rem;
  --ref-radius-md: .5rem;
  --ref-radius-lg: .625rem;
  --ref-radius-xl: .875rem;
  --ref-radius-2xl: 1.125rem;
  --ref-radius-full: 9999px;
  --ref-space-0: 0;
  --ref-space-1: .25rem;
  --ref-space-2: .5rem;
  --ref-space-3: .75rem;
  --ref-space-4: 1rem;
  --ref-space-5: 1.25rem;
  --ref-space-6: 1.5rem;
  --ref-space-8: 2rem;
  --ref-space-10: 2.5rem;
  --ref-space-12: 3rem;
  --ref-font-size-xs: .75rem;
  --ref-font-size-sm: .875rem;
  --ref-font-size-md: 1rem;
  --ref-font-size-lg: 1.125rem;
  --ref-font-size-xl: 1.25rem;
  --ref-font-size-2xl: 1.5rem;
  --ref-line-height-tight: 1.25;
  --ref-line-height-normal: 1.5;
  --ref-line-height-loose: 1.625;
  --ref-shadow-sm: 0 1px 2px var(--ref-opacity-neutral-darkest-10);
  --ref-shadow-md: 0 4px 12px var(--ref-opacity-neutral-darkest-15);
  --ref-shadow-lg: 0 12px 24px var(--ref-opacity-neutral-darkest-20);
  --ref-duration-fast: .15s;
  --ref-duration-base: .25s;
  --ref-duration-slow: .4s;
  --ref-ease-standard: cubic-bezier(.2, 0, 0, 1);
  --ref-z-base: 0;
  --ref-z-dropdown: 1000;
  --ref-z-sticky: 1100;
  --ref-z-modal: 1300;
  --ref-z-toast: 1400;
}

:root {
  --sys-color-surface-canvas: var(--ref-color-white);
  --sys-color-surface-default: var(--ref-color-white);
  --sys-color-surface-subtle: var(--ref-color-neutral-lightest);
  --sys-color-surface-muted: var(--ref-color-neutral-lighter);
  --sys-color-surface-inverse: var(--ref-color-neutral-darkest);
  --sys-color-surface-sidebar: #0f172a;
  --sys-color-surface-sidebar-hover: #1e293b;
  --sys-color-surface-sidebar-active: var(--ref-color-primary-darker);
  --sys-color-text-primary: var(--ref-color-neutral-darkest);
  --sys-color-text-secondary: var(--ref-color-neutral-dark);
  --sys-color-text-muted: var(--ref-color-neutral);
  --sys-color-text-inverse: var(--ref-color-white);
  --sys-color-text-error: var(--ref-color-error-dark);
  --sys-color-text-sidebar-muted: #94a3b8;
  --sys-color-border-default: var(--ref-opacity-neutral-darkest-15);
  --sys-color-border-subtle: var(--ref-color-neutral-lighter);
  --sys-color-border-strong: var(--ref-color-neutral);
  --sys-color-border-sidebar-divider: var(--ref-color-white);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --sys-color-border-sidebar-divider: color-mix(in oklab, var(--ref-color-white) 12%, transparent);
  }
}

:root {
  --sys-color-action-primary: var(--ref-color-primary);
  --sys-color-action-primary-hover: var(--ref-color-primary-dark);
  --sys-color-action-primary-active: var(--ref-color-primary-darker);
  --sys-color-action-primary-foreground: var(--ref-color-white);
  --sys-color-action-secondary: var(--ref-color-secondary);
  --sys-color-action-secondary-hover: var(--ref-color-secondary-dark);
  --sys-color-action-secondary-active: var(--ref-color-secondary-darker);
  --sys-color-action-secondary-foreground: var(--ref-color-white);
  --sys-color-status-success: var(--ref-color-success);
  --sys-color-status-success-subtle: var(--ref-color-success-lightest);
  --sys-color-status-warning: var(--ref-color-warning);
  --sys-color-status-warning-subtle: var(--ref-color-warning-lightest);
  --sys-color-status-error: var(--ref-color-error);
  --sys-color-status-error-subtle: var(--ref-color-error-lightest);
  --sys-color-status-info: var(--ref-color-info);
  --sys-color-status-info-muted: var(--ref-color-info-lighter);
  --sys-color-status-info-subtle: var(--ref-color-info-lightest);
  --sys-color-text-brand: var(--ref-color-primary-dark);
  --sys-color-surface-brand-subtle: var(--ref-color-primary-lightest);
  --sys-color-surface-secondary-subtle: var(--ref-color-secondary-lightest);
  --sys-color-surface-error-subtle: var(--ref-color-error-lightest);
  --sys-color-border-error: var(--ref-color-error-light);
  --sys-color-data-viz-1: var(--sys-color-action-primary);
  --sys-color-data-viz-2: var(--sys-color-action-secondary);
  --sys-color-data-viz-3: var(--sys-color-status-info);
  --sys-color-data-viz-4: var(--sys-color-status-success);
  --sys-color-data-viz-5: var(--sys-color-status-warning);
  --sys-color-focus-inner: var(--ref-color-focus-light);
  --sys-color-focus-outer: var(--ref-color-focus-dark);
  --sys-color-overlay-subtle: var(--ref-opacity-neutral-darkest-10);
  --sys-color-overlay-medium: var(--ref-opacity-neutral-darkest-20);
  --sys-color-overlay-strong: var(--ref-opacity-neutral-darkest-40);
  --sys-color-overlay-sidebar: #00000080;
  --sys-radius-sm: var(--ref-radius-md);
  --sys-radius-md: var(--ref-radius-lg);
  --sys-radius-lg: var(--ref-radius-xl);
  --sys-radius-xl: var(--ref-radius-2xl);
  --sys-shadow-sm: var(--ref-shadow-sm);
  --sys-shadow-md: var(--ref-shadow-md);
  --sys-shadow-lg: var(--ref-shadow-lg);
  --sys-duration-fast: var(--ref-duration-fast);
  --sys-duration-base: var(--ref-duration-base);
  --sys-duration-slow: var(--ref-duration-slow);
  --sys-ease-standard: var(--ref-ease-standard);
  --sys-layout-sidebar-width: 17.5rem;
}

:root {
  --background: var(--sys-color-surface-canvas);
  --foreground: var(--sys-color-text-primary);
  --card: var(--sys-color-surface-default);
  --card-foreground: var(--sys-color-text-primary);
  --popover: var(--sys-color-surface-default);
  --popover-foreground: var(--sys-color-text-primary);
  --primary: var(--sys-color-action-primary);
  --primary-foreground: var(--sys-color-action-primary-foreground);
  --secondary: var(--sys-color-action-secondary);
  --secondary-foreground: var(--sys-color-action-secondary-foreground);
  --muted: var(--sys-color-surface-subtle);
  --muted-foreground: var(--sys-color-text-secondary);
  --accent: var(--sys-color-surface-muted);
  --accent-foreground: var(--sys-color-text-primary);
  --destructive: var(--sys-color-text-error);
  --destructive-foreground: var(--sys-color-text-inverse);
  --border: var(--sys-color-border-default);
  --input: var(--sys-color-border-default);
  --ring: var(--sys-color-focus-outer);
  --chart-1: var(--sys-color-data-viz-1);
  --chart-2: var(--sys-color-data-viz-2);
  --chart-3: var(--sys-color-data-viz-3);
  --chart-4: var(--sys-color-data-viz-4);
  --chart-5: var(--sys-color-data-viz-5);
  --radius: var(--sys-radius-md);
  --sidebar: var(--sys-color-surface-sidebar);
  --sidebar-foreground: var(--sys-color-text-sidebar-muted);
  --sidebar-primary: var(--sys-color-action-primary);
  --sidebar-primary-foreground: var(--sys-color-action-primary-foreground);
  --sidebar-accent: var(--sys-color-surface-sidebar-hover);
  --sidebar-accent-foreground: var(--sys-color-text-inverse);
  --sidebar-border: var(--sys-color-border-sidebar-divider);
  --sidebar-ring: var(--sys-color-focus-outer);
}

@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-ordinal {
  syntax: "*";
  inherits: false
}

@property --tw-slashed-zero {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-figure {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-fraction {
  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: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@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
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
    filter: blur(var(--tw-enter-blur, 0));
  }
}

@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
    filter: blur(var(--tw-exit-blur, 0));
  }
}

/*# sourceMappingURL=src_app_globals_91e4631d.css.map*/