/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --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-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-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;
      --tw-font-weight: initial;
      --tw-content: "";
      --tw-duration: initial;
      --tw-leading: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-outline-style: solid;
      --tw-border-spacing-x: 0;
      --tw-border-spacing-y: 0;
      --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-space-y-reverse: 0;
      --tw-tracking: 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-space-x-reverse: 0;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, 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-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --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);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -.025em;
    --leading-relaxed: 1.625;
    --radius-xl: calc(var(--radius) * 1.5);
    --radius-2xl: calc(var(--radius) * 2);
    --radius-3xl: calc(var(--radius) * 3);
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    --blur-md: 12px;
    --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);
    --shadow-overlay: var(--overlay-shadow);
    --border-width-field: var(--field-border-width, var(--border-width));
    --ease-smooth: ease;
    --ease-out-quad: cubic-bezier(.25, .46, .45, .94);
    --ease-out-quart: cubic-bezier(.165, .84, .44, 1);
    --ease-out-fluid: cubic-bezier(.32, .72, 0, 1);
    --ease-linear: linear;
  }

  @layer theme {
    @layer base {
      :root, .light, .default, [data-theme="light"], [data-theme="default"] {
        color-scheme: light;
        --white: oklch(100% 0 0);
        --black: oklch(0% 0 0);
        --snow: oklch(99.11% 0 0);
        --eclipse: oklch(21.03% .0059 285.89);
        --spacing: .25rem;
        --border-width: 1px;
        --field-border-width: 0px;
        --disabled-opacity: .5;
        --ring-offset-width: 2px;
        --cursor-interactive: pointer;
        --cursor-disabled: not-allowed;
        --radius: .5rem;
        --field-radius: calc(var(--radius) * 1.5);
        --background: oklch(97.02% 0 0);
        --foreground: var(--eclipse);
        --surface: var(--white);
        --surface-foreground: var(--foreground);
        --surface-secondary: oklch(95.24% .0013 286.37);
        --surface-secondary-foreground: var(--foreground);
        --surface-tertiary: oklch(93.73% .0013 286.37);
        --surface-tertiary-foreground: var(--foreground);
        --overlay: var(--white);
        --overlay-foreground: var(--foreground);
        --muted: oklch(55.17% .0138 285.94);
        --scrollbar: var(--scrollbar-thumb);
        --scrollbar-thumb: var(--foreground);
      }

      @supports (color: color-mix(in lab, red, red)) {
        :root, .light, .default, [data-theme="light"], [data-theme="default"] {
          --scrollbar-thumb: color-mix(in oklch, var(--foreground) 15%, transparent);
        }
      }

      :root, .light, .default, [data-theme="light"], [data-theme="default"] {
        --scrollbar-track: transparent;
        --scrollbar-gutter: auto;
        --scrollbar-width: thin;
        --scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
        --default: oklch(94% .001 286.375);
        --default-foreground: var(--eclipse);
        --accent: oklch(62.04% .195 253.83);
        --accent-foreground: var(--snow);
        --field-background: var(--white);
        --field-foreground: oklch(21.03% .0059 285.89);
        --field-placeholder: var(--muted);
        --field-border: transparent;
        --success: oklch(73.29% .1935 150.81);
        --success-foreground: var(--eclipse);
        --warning: oklch(78.19% .1585 72.33);
        --warning-foreground: var(--eclipse);
        --danger: oklch(65.32% .2328 25.74);
        --danger-foreground: var(--snow);
        --segment: var(--white);
        --segment-foreground: var(--eclipse);
        --border: oklch(90% .004 286.32);
        --separator: oklch(92% .004 286.32);
        --focus: var(--accent);
        --link: var(--foreground);
        --backdrop: #00000080;
        --surface-hover: var(--surface);
      }

      @supports (color: color-mix(in lab, red, red)) {
        :root, .light, .default, [data-theme="light"], [data-theme="default"] {
          --surface-hover: color-mix(in oklab, var(--surface) 92%, var(--surface-foreground) 8%);
        }
      }

      :root, .light, .default, [data-theme="light"], [data-theme="default"] {
        --background-secondary: var(--background);
      }

      @supports (color: color-mix(in lab, red, red)) {
        :root, .light, .default, [data-theme="light"], [data-theme="default"] {
          --background-secondary: color-mix(in oklab, var(--background) 96%, var(--foreground) 4%);
        }
      }

      :root, .light, .default, [data-theme="light"], [data-theme="default"] {
        --background-tertiary: var(--background);
      }

      @supports (color: color-mix(in lab, red, red)) {
        :root, .light, .default, [data-theme="light"], [data-theme="default"] {
          --background-tertiary: color-mix(in oklab, var(--background) 92%, var(--foreground) 8%);
        }
      }

      :root, .light, .default, [data-theme="light"], [data-theme="default"] {
        --background-inverse: var(--foreground);
        --default-hover: var(--default);
      }

      @supports (color: color-mix(in lab, red, red)) {
        :root, .light, .default, [data-theme="light"], [data-theme="default"] {
          --default-hover: color-mix(in oklab, var(--default) 96%, var(--default-foreground) 4%);
        }
      }

      :root, .light, .default, [data-theme="light"], [data-theme="default"] {
        --accent-hover: var(--accent);
      }

      @supports (color: color-mix(in lab, red, red)) {
        :root, .light, .default, [data-theme="light"], [data-theme="default"] {
          --accent-hover: color-mix(in oklab, var(--accent) 90%, var(--accent-foreground) 10%);
        }
      }

      :root, .light, .default, [data-theme="light"], [data-theme="default"] {
        --success-hover: var(--success);
      }

      @supports (color: color-mix(in lab, red, red)) {
        :root, .light, .default, [data-theme="light"], [data-theme="default"] {
          --success-hover: color-mix(in oklab, var(--success) 90%, var(--success-foreground) 10%);
        }
      }

      :root, .light, .default, [data-theme="light"], [data-theme="default"] {
        --warning-hover: var(--warning);
      }

      @supports (color: color-mix(in lab, red, red)) {
        :root, .light, .default, [data-theme="light"], [data-theme="default"] {
          --warning-hover: color-mix(in oklab, var(--warning) 90%, var(--warning-foreground) 10%);
        }
      }

      :root, .light, .default, [data-theme="light"], [data-theme="default"] {
        --danger-hover: var(--danger);
      }

      @supports (color: color-mix(in lab, red, red)) {
        :root, .light, .default, [data-theme="light"], [data-theme="default"] {
          --danger-hover: color-mix(in oklab, var(--danger) 90%, var(--danger-foreground) 10%);
        }
      }

      :root, .light, .default, [data-theme="light"], [data-theme="default"] {
        --field-hover: var(--field-background, var(--default));
      }

      @supports (color: color-mix(in lab, red, red)) {
        :root, .light, .default, [data-theme="light"], [data-theme="default"] {
          --field-hover: color-mix(in oklab,
      var(--field-background, var(--default)) 90%,
      var(--field-foreground, var(--foreground)) 2%);
        }
      }

      :root, .light, .default, [data-theme="light"], [data-theme="default"] {
        --field-focus: var(--field-background, var(--default));
        --field-border-hover: var(--field-border, var(--border));
      }

      @supports (color: color-mix(in lab, red, red)) {
        :root, .light, .default, [data-theme="light"], [data-theme="default"] {
          --field-border-hover: color-mix(in oklab,
      var(--field-border, var(--border)) 88%,
      var(--field-foreground, var(--foreground)) 10%);
        }
      }

      :root, .light, .default, [data-theme="light"], [data-theme="default"] {
        --field-border-focus: var(--field-border, var(--border));
      }

      @supports (color: color-mix(in lab, red, red)) {
        :root, .light, .default, [data-theme="light"], [data-theme="default"] {
          --field-border-focus: color-mix(in oklab,
      var(--field-border, var(--border)) 74%,
      var(--field-foreground, var(--foreground)) 22%);
        }
      }

      :root, .light, .default, [data-theme="light"], [data-theme="default"] {
        --default-soft: var(--default);
      }

      @supports (color: color-mix(in lab, red, red)) {
        :root, .light, .default, [data-theme="light"], [data-theme="default"] {
          --default-soft: color-mix(in oklab, var(--default) 50%, transparent);
        }
      }

      :root, .light, .default, [data-theme="light"], [data-theme="default"] {
        --default-soft-foreground: var(--default-foreground);
        --default-soft-hover: var(--default);
      }

      @supports (color: color-mix(in lab, red, red)) {
        :root, .light, .default, [data-theme="light"], [data-theme="default"] {
          --default-soft-hover: color-mix(in oklab, var(--default) 60%, transparent);
        }
      }

      :root, .light, .default, [data-theme="light"], [data-theme="default"] {
        --accent-soft: var(--accent);
      }

      @supports (color: color-mix(in lab, red, red)) {
        :root, .light, .default, [data-theme="light"], [data-theme="default"] {
          --accent-soft: color-mix(in oklab, var(--accent) 15%, transparent);
        }
      }

      :root, .light, .default, [data-theme="light"], [data-theme="default"] {
        --accent-soft-foreground: var(--accent);
      }

      @supports (color: color-mix(in lab, red, red)) {
        :root, .light, .default, [data-theme="light"], [data-theme="default"] {
          --accent-soft-foreground: color-mix(in oklab, var(--accent) 70%, var(--foreground) 30%);
        }
      }

      :root, .light, .default, [data-theme="light"], [data-theme="default"] {
        --accent-soft-hover: var(--accent);
      }

      @supports (color: color-mix(in lab, red, red)) {
        :root, .light, .default, [data-theme="light"], [data-theme="default"] {
          --accent-soft-hover: color-mix(in oklab, var(--accent) 20%, transparent);
        }
      }

      :root, .light, .default, [data-theme="light"], [data-theme="default"] {
        --danger-soft: var(--danger);
      }

      @supports (color: color-mix(in lab, red, red)) {
        :root, .light, .default, [data-theme="light"], [data-theme="default"] {
          --danger-soft: color-mix(in oklab, var(--danger) 15%, transparent);
        }
      }

      :root, .light, .default, [data-theme="light"], [data-theme="default"] {
        --danger-soft-foreground: var(--danger);
      }

      @supports (color: color-mix(in lab, red, red)) {
        :root, .light, .default, [data-theme="light"], [data-theme="default"] {
          --danger-soft-foreground: color-mix(in oklab, var(--danger) 70%, var(--foreground) 40%);
        }
      }

      :root, .light, .default, [data-theme="light"], [data-theme="default"] {
        --danger-soft-hover: var(--danger);
      }

      @supports (color: color-mix(in lab, red, red)) {
        :root, .light, .default, [data-theme="light"], [data-theme="default"] {
          --danger-soft-hover: color-mix(in oklab, var(--danger) 20%, transparent);
        }
      }

      :root, .light, .default, [data-theme="light"], [data-theme="default"] {
        --warning-soft: var(--warning);
      }

      @supports (color: color-mix(in lab, red, red)) {
        :root, .light, .default, [data-theme="light"], [data-theme="default"] {
          --warning-soft: color-mix(in oklab, var(--warning) 15%, transparent);
        }
      }

      :root, .light, .default, [data-theme="light"], [data-theme="default"] {
        --warning-soft-foreground: var(--warning);
      }

      @supports (color: color-mix(in lab, red, red)) {
        :root, .light, .default, [data-theme="light"], [data-theme="default"] {
          --warning-soft-foreground: color-mix(in oklab, var(--warning) 80%, var(--foreground) 70%);
        }
      }

      :root, .light, .default, [data-theme="light"], [data-theme="default"] {
        --warning-soft-hover: var(--warning);
      }

      @supports (color: color-mix(in lab, red, red)) {
        :root, .light, .default, [data-theme="light"], [data-theme="default"] {
          --warning-soft-hover: color-mix(in oklab, var(--warning) 20%, transparent);
        }
      }

      :root, .light, .default, [data-theme="light"], [data-theme="default"] {
        --success-soft: var(--success);
      }

      @supports (color: color-mix(in lab, red, red)) {
        :root, .light, .default, [data-theme="light"], [data-theme="default"] {
          --success-soft: color-mix(in oklab, var(--success) 15%, transparent);
        }
      }

      :root, .light, .default, [data-theme="light"], [data-theme="default"] {
        --success-soft-foreground: var(--success);
      }

      @supports (color: color-mix(in lab, red, red)) {
        :root, .light, .default, [data-theme="light"], [data-theme="default"] {
          --success-soft-foreground: color-mix(in oklab, var(--success) 80%, var(--foreground) 60%);
        }
      }

      :root, .light, .default, [data-theme="light"], [data-theme="default"] {
        --success-soft-hover: var(--success);
      }

      @supports (color: color-mix(in lab, red, red)) {
        :root, .light, .default, [data-theme="light"], [data-theme="default"] {
          --success-soft-hover: color-mix(in oklab, var(--success) 20%, transparent);
        }
      }

      :root, .light, .default, [data-theme="light"], [data-theme="default"] {
        --separator-secondary: var(--surface);
      }

      @supports (color: color-mix(in lab, red, red)) {
        :root, .light, .default, [data-theme="light"], [data-theme="default"] {
          --separator-secondary: color-mix(in oklab, var(--surface) 85%, var(--surface-foreground) 15%);
        }
      }

      :root, .light, .default, [data-theme="light"], [data-theme="default"] {
        --separator-tertiary: var(--surface);
      }

      @supports (color: color-mix(in lab, red, red)) {
        :root, .light, .default, [data-theme="light"], [data-theme="default"] {
          --separator-tertiary: color-mix(in oklab, var(--surface) 81%, var(--surface-foreground) 19%);
        }
      }

      :root, .light, .default, [data-theme="light"], [data-theme="default"] {
        --border-secondary: var(--surface);
      }

      @supports (color: color-mix(in lab, red, red)) {
        :root, .light, .default, [data-theme="light"], [data-theme="default"] {
          --border-secondary: color-mix(in oklab, var(--surface) 78%, var(--surface-foreground) 22%);
        }
      }

      :root, .light, .default, [data-theme="light"], [data-theme="default"] {
        --border-tertiary: var(--surface);
      }

      @supports (color: color-mix(in lab, red, red)) {
        :root, .light, .default, [data-theme="light"], [data-theme="default"] {
          --border-tertiary: color-mix(in oklab, var(--surface) 66%, var(--surface-foreground) 34%);
        }
      }

      :root, .light, .default, [data-theme="light"], [data-theme="default"] {
        --surface-shadow: 0 2px 4px 0 #0000000a, 0 1px 2px 0 #0000000f,
      0 0 1px 0 #0000000f;
        --overlay-shadow: 0 2px 8px 0 #0000000f, 0 -6px 12px 0 #00000008,
      0 14px 28px 0 #00000014;
        --field-shadow: 0 2px 4px 0 #0000000a, 0 1px 2px 0 #0000000f,
      0 0 1px 0 #0000000f;
        --skeleton-animation: shimmer;
        --tooltip-delay: 1.5s;
        --tooltip-close-delay: .5s;
      }

      .dark, [data-theme="dark"] {
        color-scheme: dark;
        --background: oklch(12% .005 285.823);
        --foreground: var(--snow);
        --surface: oklch(21.03% .0059 285.89);
        --surface-foreground: var(--foreground);
        --surface-secondary: oklch(25.7% .0037 286.14);
        --surface-tertiary: oklch(27.21% .0024 247.91);
        --overlay: oklch(21.03% .0059 285.89);
        --overlay-foreground: var(--foreground);
        --muted: oklch(70.5% .015 286.067);
        --scrollbar: var(--scrollbar-thumb);
        --scrollbar-thumb: var(--foreground);
      }

      @supports (color: color-mix(in lab, red, red)) {
        .dark, [data-theme="dark"] {
          --scrollbar-thumb: color-mix(in oklch, var(--foreground) 15%, transparent);
        }
      }

      .dark, [data-theme="dark"] {
        --scrollbar-track: transparent;
        --scrollbar-gutter: auto;
        --scrollbar-width: thin;
        --scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
        --default: oklch(27.4% .006 286.033);
        --default-foreground: var(--snow);
        --field-background: oklch(21.03% .0059 285.89);
        --field-foreground: var(--foreground);
        --warning: oklch(82.03% .1388 76.34);
        --warning-foreground: var(--eclipse);
        --danger: oklch(59.4% .1967 24.63);
        --danger-foreground: var(--snow);
        --segment: oklch(39.64% .01 285.93);
        --segment-foreground: var(--foreground);
        --border: oklch(28% .006 286.033);
        --separator: oklch(25% .006 286.033);
        --focus: var(--accent);
        --link: var(--foreground);
        --backdrop: #0009;
        --surface-shadow: 0 0 0 0 transparent inset;
        --overlay-shadow: 0 0 1px 0 #ffffff4d inset;
        --field-shadow: 0 0 0 0 transparent inset;
        --surface-hover: var(--surface);
      }

      @supports (color: color-mix(in lab, red, red)) {
        .dark, [data-theme="dark"] {
          --surface-hover: color-mix(in oklab, var(--surface) 92%, var(--surface-foreground) 8%);
        }
      }

      .dark, [data-theme="dark"] {
        --background-secondary: var(--background);
      }

      @supports (color: color-mix(in lab, red, red)) {
        .dark, [data-theme="dark"] {
          --background-secondary: color-mix(in oklab, var(--background) 96%, var(--foreground) 4%);
        }
      }

      .dark, [data-theme="dark"] {
        --background-tertiary: var(--background);
      }

      @supports (color: color-mix(in lab, red, red)) {
        .dark, [data-theme="dark"] {
          --background-tertiary: color-mix(in oklab, var(--background) 92%, var(--foreground) 8%);
        }
      }

      .dark, [data-theme="dark"] {
        --background-inverse: var(--foreground);
        --default-hover: var(--default);
      }

      @supports (color: color-mix(in lab, red, red)) {
        .dark, [data-theme="dark"] {
          --default-hover: color-mix(in oklab, var(--default) 96%, var(--default-foreground) 4%);
        }
      }

      .dark, [data-theme="dark"] {
        --accent-hover: var(--accent);
      }

      @supports (color: color-mix(in lab, red, red)) {
        .dark, [data-theme="dark"] {
          --accent-hover: color-mix(in oklab, var(--accent) 90%, var(--accent-foreground) 10%);
        }
      }

      .dark, [data-theme="dark"] {
        --success-hover: var(--success);
      }

      @supports (color: color-mix(in lab, red, red)) {
        .dark, [data-theme="dark"] {
          --success-hover: color-mix(in oklab, var(--success) 90%, var(--success-foreground) 10%);
        }
      }

      .dark, [data-theme="dark"] {
        --warning-hover: var(--warning);
      }

      @supports (color: color-mix(in lab, red, red)) {
        .dark, [data-theme="dark"] {
          --warning-hover: color-mix(in oklab, var(--warning) 90%, var(--warning-foreground) 10%);
        }
      }

      .dark, [data-theme="dark"] {
        --danger-hover: var(--danger);
      }

      @supports (color: color-mix(in lab, red, red)) {
        .dark, [data-theme="dark"] {
          --danger-hover: color-mix(in oklab, var(--danger) 90%, var(--danger-foreground) 10%);
        }
      }

      .dark, [data-theme="dark"] {
        --field-hover: var(--field-background, var(--default));
      }

      @supports (color: color-mix(in lab, red, red)) {
        .dark, [data-theme="dark"] {
          --field-hover: color-mix(in oklab,
      var(--field-background, var(--default)) 90%,
      var(--field-foreground, var(--foreground)) 2%);
        }
      }

      .dark, [data-theme="dark"] {
        --field-focus: var(--field-background, var(--default));
        --field-border-hover: var(--field-border, var(--border));
      }

      @supports (color: color-mix(in lab, red, red)) {
        .dark, [data-theme="dark"] {
          --field-border-hover: color-mix(in oklab,
      var(--field-border, var(--border)) 88%,
      var(--field-foreground, var(--foreground)) 10%);
        }
      }

      .dark, [data-theme="dark"] {
        --field-border-focus: var(--field-border, var(--border));
      }

      @supports (color: color-mix(in lab, red, red)) {
        .dark, [data-theme="dark"] {
          --field-border-focus: color-mix(in oklab,
      var(--field-border, var(--border)) 74%,
      var(--field-foreground, var(--foreground)) 22%);
        }
      }

      .dark, [data-theme="dark"] {
        --default-soft: var(--default);
      }

      @supports (color: color-mix(in lab, red, red)) {
        .dark, [data-theme="dark"] {
          --default-soft: color-mix(in oklab, var(--default) 50%, transparent);
        }
      }

      .dark, [data-theme="dark"] {
        --default-soft-foreground: var(--default-foreground);
        --default-soft-hover: var(--default);
      }

      @supports (color: color-mix(in lab, red, red)) {
        .dark, [data-theme="dark"] {
          --default-soft-hover: color-mix(in oklab, var(--default) 60%, transparent);
        }
      }

      .dark, [data-theme="dark"] {
        --accent-soft: var(--accent);
      }

      @supports (color: color-mix(in lab, red, red)) {
        .dark, [data-theme="dark"] {
          --accent-soft: color-mix(in oklab, var(--accent) 12%, transparent);
        }
      }

      .dark, [data-theme="dark"] {
        --accent-soft-foreground: var(--accent);
      }

      @supports (color: color-mix(in lab, red, red)) {
        .dark, [data-theme="dark"] {
          --accent-soft-foreground: color-mix(in oklab, var(--accent) 80%, var(--foreground) 30%);
        }
      }

      .dark, [data-theme="dark"] {
        --accent-soft-hover: var(--accent);
      }

      @supports (color: color-mix(in lab, red, red)) {
        .dark, [data-theme="dark"] {
          --accent-soft-hover: color-mix(in oklab, var(--accent) 16%, transparent);
        }
      }

      .dark, [data-theme="dark"] {
        --danger-soft: var(--danger);
      }

      @supports (color: color-mix(in lab, red, red)) {
        .dark, [data-theme="dark"] {
          --danger-soft: color-mix(in oklab, var(--danger) 15%, transparent);
        }
      }

      .dark, [data-theme="dark"] {
        --danger-soft-foreground: var(--danger);
      }

      @supports (color: color-mix(in lab, red, red)) {
        .dark, [data-theme="dark"] {
          --danger-soft-foreground: color-mix(in oklab, var(--danger) 80%, var(--foreground) 30%);
        }
      }

      .dark, [data-theme="dark"] {
        --danger-soft-hover: var(--danger);
      }

      @supports (color: color-mix(in lab, red, red)) {
        .dark, [data-theme="dark"] {
          --danger-soft-hover: color-mix(in oklab, var(--danger) 20%, transparent);
        }
      }

      .dark, [data-theme="dark"] {
        --warning-soft: var(--warning);
      }

      @supports (color: color-mix(in lab, red, red)) {
        .dark, [data-theme="dark"] {
          --warning-soft: color-mix(in oklab, var(--warning) 12%, transparent);
        }
      }

      .dark, [data-theme="dark"] {
        --warning-soft-foreground: var(--warning);
      }

      @supports (color: color-mix(in lab, red, red)) {
        .dark, [data-theme="dark"] {
          --warning-soft-foreground: color-mix(in oklab, var(--warning) 80%, var(--foreground) 30%);
        }
      }

      .dark, [data-theme="dark"] {
        --warning-soft-hover: var(--warning);
      }

      @supports (color: color-mix(in lab, red, red)) {
        .dark, [data-theme="dark"] {
          --warning-soft-hover: color-mix(in oklab, var(--warning) 16%, transparent);
        }
      }

      .dark, [data-theme="dark"] {
        --success-soft: var(--success);
      }

      @supports (color: color-mix(in lab, red, red)) {
        .dark, [data-theme="dark"] {
          --success-soft: color-mix(in oklab, var(--success) 12%, transparent);
        }
      }

      .dark, [data-theme="dark"] {
        --success-soft-foreground: var(--success);
      }

      @supports (color: color-mix(in lab, red, red)) {
        .dark, [data-theme="dark"] {
          --success-soft-foreground: color-mix(in oklab, var(--success) 80%, var(--foreground) 30%);
        }
      }

      .dark, [data-theme="dark"] {
        --success-soft-hover: var(--success);
      }

      @supports (color: color-mix(in lab, red, red)) {
        .dark, [data-theme="dark"] {
          --success-soft-hover: color-mix(in oklab, var(--success) 16%, transparent);
        }
      }

      .dark, [data-theme="dark"] {
        --separator-secondary: var(--surface);
      }

      @supports (color: color-mix(in lab, red, red)) {
        .dark, [data-theme="dark"] {
          --separator-secondary: color-mix(in oklab, var(--surface) 85%, var(--surface-foreground) 15%);
        }
      }

      .dark, [data-theme="dark"] {
        --separator-tertiary: var(--surface);
      }

      @supports (color: color-mix(in lab, red, red)) {
        .dark, [data-theme="dark"] {
          --separator-tertiary: color-mix(in oklab, var(--surface) 81%, var(--surface-foreground) 19%);
        }
      }

      .dark, [data-theme="dark"] {
        --border-secondary: var(--surface);
      }

      @supports (color: color-mix(in lab, red, red)) {
        .dark, [data-theme="dark"] {
          --border-secondary: color-mix(in oklab, var(--surface) 78%, var(--surface-foreground) 22%);
        }
      }

      .dark, [data-theme="dark"] {
        --border-tertiary: var(--surface);
      }

      @supports (color: color-mix(in lab, red, red)) {
        .dark, [data-theme="dark"] {
          --border-tertiary: color-mix(in oklab, var(--surface) 66%, var(--surface-foreground) 34%);
        }
      }

      [data-vibrant-palette="true"]:not(.dark):not([data-theme="dark"]) {
        --accent-soft-foreground: var(--accent);
      }

      @supports (color: color-mix(in lab, red, red)) {
        [data-vibrant-palette="true"]:not(.dark):not([data-theme="dark"]) {
          --accent-soft-foreground: color-mix(in oklab, var(--accent) 92%, var(--foreground) 8%);
        }
      }

      [data-vibrant-palette="true"]:not(.dark):not([data-theme="dark"]) {
        --danger-soft-foreground: var(--danger);
      }

      @supports (color: color-mix(in lab, red, red)) {
        [data-vibrant-palette="true"]:not(.dark):not([data-theme="dark"]) {
          --danger-soft-foreground: color-mix(in oklab, var(--danger) 92%, var(--foreground) 8%);
        }
      }

      [data-vibrant-palette="true"]:not(.dark):not([data-theme="dark"]) {
        --warning-soft-foreground: var(--warning);
      }

      @supports (color: color-mix(in lab, red, red)) {
        [data-vibrant-palette="true"]:not(.dark):not([data-theme="dark"]) {
          --warning-soft-foreground: color-mix(in oklab, var(--warning) 92%, var(--foreground) 8%);
        }
      }

      [data-vibrant-palette="true"]:not(.dark):not([data-theme="dark"]) {
        --success-soft-foreground: var(--success);
      }

      @supports (color: color-mix(in lab, red, red)) {
        [data-vibrant-palette="true"]:not(.dark):not([data-theme="dark"]) {
          --success-soft-foreground: color-mix(in oklab, var(--success) 92%, var(--foreground) 8%);
        }
      }

      [data-vibrant-palette="true"].dark, [data-vibrant-palette="true"][data-theme="dark"] {
        --accent-soft-foreground: var(--accent);
      }

      @supports (color: color-mix(in lab, red, red)) {
        [data-vibrant-palette="true"].dark, [data-vibrant-palette="true"][data-theme="dark"] {
          --accent-soft-foreground: color-mix(in oklab, var(--accent) 92%, var(--foreground) 8%);
        }
      }

      [data-vibrant-palette="true"].dark, [data-vibrant-palette="true"][data-theme="dark"] {
        --danger-soft-foreground: var(--danger);
      }

      @supports (color: color-mix(in lab, red, red)) {
        [data-vibrant-palette="true"].dark, [data-vibrant-palette="true"][data-theme="dark"] {
          --danger-soft-foreground: color-mix(in oklab, var(--danger) 92%, var(--foreground) 8%);
        }
      }

      [data-vibrant-palette="true"].dark, [data-vibrant-palette="true"][data-theme="dark"] {
        --warning-soft-foreground: var(--warning);
      }

      @supports (color: color-mix(in lab, red, red)) {
        [data-vibrant-palette="true"].dark, [data-vibrant-palette="true"][data-theme="dark"] {
          --warning-soft-foreground: color-mix(in oklab, var(--warning) 92%, var(--foreground) 8%);
        }
      }

      [data-vibrant-palette="true"].dark, [data-vibrant-palette="true"][data-theme="dark"] {
        --success-soft-foreground: var(--success);
      }

      @supports (color: color-mix(in lab, red, red)) {
        [data-vibrant-palette="true"].dark, [data-vibrant-palette="true"][data-theme="dark"] {
          --success-soft-foreground: color-mix(in oklab, var(--success) 92%, var(--foreground) 8%);
        }
      }
    }
  }

  @layer components;
}

@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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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;
    -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:where(:not(iframe)) {
    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;
  }

  *, :after, :before, ::backdrop {
    border-color: var(--border, currentColor);
  }

  ::file-selector-button {
    border-color: var(--border, currentColor);
  }

  :root {
    view-transition-name: none;
  }

  ::view-transition {
    pointer-events: none;
  }

  [data-scrollbar="thin"] {
    --scrollbar-width: thin;
    --scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
    --scrollbar-gutter: auto;
  }

  [data-scrollbar="default"] {
    --scrollbar-width: auto;
    --scrollbar-color: auto;
    --scrollbar-gutter: auto;
  }

  [data-scrollbar="none"] {
    --scrollbar-width: none;
    --scrollbar-color: auto;
    --scrollbar-gutter: auto;
  }
}

@layer components {
  .close-button {
    isolation: isolate;
    height: calc(var(--spacing) * 6);
    width: calc(var(--spacing) * 6);
    transform-origin: center;
    border-radius: calc(var(--radius) * 1.5);
    padding: var(--spacing);
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: var(--cursor-interactive);
    transition: transform .25s var(--ease-out-quart), color .15s var(--ease-out), background-color .1s var(--ease-out), box-shadow .15s var(--ease-out);
    transform: translateZ(0) var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    position: relative;
  }

  .close-button:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .close-button:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .close-button:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .close-button:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .close-button:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .close-button:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .close-button:focus-visible:not(:focus), .close-button[data-focus-visible="true"] {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: var(--ring-offset-width);
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-offset-color: var(--background);
    --tw-outline-style: none;
    outline-style: none;
  }

  .close-button:disabled, .close-button[aria-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  .close-button[data-pending="true"] {
    pointer-events: none;
  }

  .close-button svg {
    pointer-events: none;
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    margin-inline: calc(var(--spacing) * -.5);
    margin-block: calc(var(--spacing) * .5);
    flex-shrink: 0;
    align-self: center;
  }

  .close-button--default {
    background-color: var(--default);
    color: var(--muted);
  }

  @media (hover: hover) {
    .close-button--default:hover, .close-button--default[data-hovered="true"] {
      background-color: var(--default-hover);
    }
  }

  .close-button--default:active, .close-button--default[data-pressed="true"] {
    transform: scale(.93);
  }

  .description {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    text-wrap: wrap;
    overflow-wrap: break-word;
    color: var(--muted);
  }

  .error-message {
    height: auto;
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    overflow-wrap: break-word;
    color: var(--danger);
    transition: opacity .15s var(--ease-out), height .35s var(--ease-smooth);
  }

  .error-message:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .error-message:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .error-message:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .error-message:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .error-message:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .error-message:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .field-error {
    height: 0;
    padding-inline: var(--spacing);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    overflow-wrap: break-word;
    color: var(--danger);
    opacity: 0;
  }

  .field-error[data-visible] {
    opacity: 1;
    height: auto;
  }

  .field-error {
    transition: opacity .15s var(--ease-out), height .35s var(--ease-smooth);
  }

  .field-error:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .field-error:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .field-error:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .field-error:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .field-error:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .field-error:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .checkbox > .field-error, .checkbox > [data-slot="field-error"], .switch > .field-error, .switch > [data-slot="field-error"], .radio > .field-error, .radio > [data-slot="field-error"] {
    height: auto;
    min-height: 0;
    color: var(--muted);
    opacity: 1;
    margin: 0;
    padding: 0;
    transition: none;
  }

  .label {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--foreground);
  }

  :is(.label--required, [data-required="true"]:not([role="group"]):not([role="radiogroup"]):not([role="checkboxgroup"]) > .label, [data-required="true"]:not([data-slot="radio"]):not([data-slot="checkbox"]) > .label):after {
    margin-left: calc(var(--spacing) * .5);
    color: var(--danger);
    --tw-content: "*";
    content: var(--tw-content);
  }

  .label--disabled, [data-disabled="true"] .label {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  .label--invalid, [data-invalid="true"] .label, [aria-invalid="true"] .label {
    color: var(--danger);
  }

  .accordion {
    contain: layout style;
    width: 100%;
  }

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

  .accordion__body-inner {
    padding-inline: calc(var(--spacing) * 4);
    padding-top: 0;
    padding-bottom: calc(var(--spacing) * 4);
    color: var(--muted);
  }

  .accordion__indicator {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    color: var(--muted);
    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, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: .25s;
    flex-shrink: 0;
    margin-left: auto;
    transition-duration: .25s;
  }

  .accordion__indicator:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .accordion__indicator:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .accordion__indicator:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .accordion__indicator:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .accordion__indicator:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .accordion__indicator:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .accordion__indicator[data-expanded="true"] {
    rotate: -180deg;
  }

  .accordion__item {
    --tw-border-style: none;
    border-style: none;
    position: relative;
  }

  .accordion__item:after {
    content: "";
    border-radius: calc(var(--radius) * .25);
    background-color: var(--separator);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .accordion__item:last-child:after {
    content: none;
  }

  .accordion__item[data-hide-separator="true"]:after {
    display: none;
  }

  .accordion__trigger {
    cursor: var(--cursor-interactive);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 4);
    text-align: left;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    -webkit-tap-highlight-color: transparent;
    transition: opacity .15s var(--ease-out), box-shadow .15s var(--ease-out);
    flex: 1;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .accordion__trigger:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .accordion__trigger:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .accordion__trigger:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .accordion__trigger:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .accordion__trigger:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .accordion__trigger:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  @media (hover: hover) {
    .accordion__trigger:hover:not([aria-expanded="true"]), .accordion__trigger[data-hovered="true"]:not([aria-expanded="true"]) {
      background-color: var(--foreground);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .accordion__trigger:hover:not([aria-expanded="true"]), .accordion__trigger[data-hovered="true"]:not([aria-expanded="true"]) {
        background-color: color-mix(in oklab, var(--foreground) 3%, transparent 90%);
      }
    }
  }

  .accordion__trigger:focus-visible:not(:focus), .accordion__trigger[data-focus-visible="true"] {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: var(--ring-offset-width);
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-offset-color: var(--background);
    --tw-outline-style: none;
    outline-style: none;
  }

  .accordion__trigger:disabled, .accordion__trigger[aria-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  .accordion__panel {
    opacity: 0;
    height: var(--disclosure-panel-height);
    transition: height .2s var(--ease-out-quad), opacity .2s var(--ease-out);
    overflow: clip;
  }

  .accordion__panel:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .accordion__panel:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .accordion__panel:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .accordion__panel:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .accordion__panel:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .accordion__panel:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .accordion__panel[data-expanded="true"] {
    will-change: height, opacity;
    opacity: 1;
  }

  .accordion--surface {
    background-color: var(--surface);
    border-radius: min(32px, var(--radius-3xl));
  }

  @media (hover: hover) {
    .accordion--surface .accordion__trigger:hover:not([aria-expanded="true"]), .accordion--surface .accordion__trigger[data-hovered="true"]:not([aria-expanded="true"]) {
      background-color: var(--default);
    }
  }

  .accordion--surface .accordion__item:after {
    background-color: var(--surface-foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .accordion--surface .accordion__item:after {
      background-color: color-mix(in oklab, var(--surface-foreground) 6%, transparent);
    }
  }

  .accordion--surface .accordion__item:after {
    width: 94%;
    left: 3%;
  }

  .accordion--surface .accordion__item:first-child [data-slot="accordion-trigger"] {
    border-top-left-radius: min(32px, var(--radius-3xl));
    border-top-right-radius: min(32px, var(--radius-3xl));
  }

  .accordion--surface .accordion__item:last-child:not(:has([data-slot="accordion-trigger"][aria-expanded="true"])) [data-slot="accordion-trigger"] {
    border-bottom-left-radius: min(32px, var(--radius-3xl));
    border-bottom-right-radius: min(32px, var(--radius-3xl));
  }

  .breadcrumbs {
    align-items: center;
    display: flex;
  }

  .breadcrumbs .breadcrumbs__link {
    padding-inline: calc(var(--spacing) * .5);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--muted);
    opacity: 1;
    text-decoration-line: none;
    position: relative;
  }

  .breadcrumbs .breadcrumbs__link:hover, .breadcrumbs .breadcrumbs__link[data-hovered="true"] {
    text-decoration-line: underline;
  }

  .breadcrumbs .breadcrumbs__link[data-current="true"] {
    color: var(--link);
    opacity: 1;
  }

  .breadcrumbs .breadcrumbs__item {
    justify-content: center;
    align-items: center;
    gap: calc(var(--spacing) * .5);
    padding-inline: calc(var(--spacing) * .5);
    flex-shrink: 0;
    display: flex;
  }

  .breadcrumbs .breadcrumbs__separator {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
    color: var(--muted);
  }

  .breadcrumbs .breadcrumbs__separator:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
    rotate: 180deg;
  }

  .disclosure-group {
    contain: layout style;
    width: 100%;
  }

  .disclosure {
    position: relative;
  }

  .accordion__heading {
    display: flex;
  }

  .disclosure__trigger {
    cursor: var(--cursor-interactive);
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
  }

  .disclosure__trigger:focus-visible:not(:focus), .disclosure__trigger[data-focus-visible="true"] {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: var(--ring-offset-width);
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-offset-color: var(--background);
    --tw-outline-style: none;
    outline-style: none;
  }

  .disclosure__trigger:disabled, .disclosure__trigger[aria-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  .disclosure__indicator {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    color: inherit;
    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, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: .25s;
    flex-shrink: 0;
    margin-left: auto;
    transition-duration: .25s;
  }

  .disclosure__indicator:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .disclosure__indicator:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .disclosure__indicator:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .disclosure__indicator:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .disclosure__indicator:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .disclosure__indicator:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .disclosure__indicator[data-expanded="true"] {
    rotate: -180deg;
  }

  .disclosure__content {
    opacity: 0;
    height: var(--disclosure-panel-height);
    transition: height .2s var(--ease-out-quad), opacity .2s var(--ease-out);
    overflow: clip;
  }

  .disclosure__content:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .disclosure__content:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .disclosure__content:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .disclosure__content:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .disclosure__content:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .disclosure__content:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .disclosure__content[data-expanded="true"] {
    will-change: height, opacity;
    opacity: 1;
  }

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

  .link {
    border-radius: calc(var(--radius) * 1.5);
    --tw-font-weight: var(--font-weight-medium);
    width: fit-content;
    height: fit-content;
    font-weight: var(--font-weight-medium);
    color: var(--link);
    text-decoration-line: none;
    -webkit-text-decoration-color: var(--separator-tertiary);
    -webkit-text-decoration-color: var(--separator-tertiary);
    text-decoration-color: var(--separator-tertiary);
    text-underline-offset: 4px;
    -webkit-tap-highlight-color: transparent;
    transition: color .1s var(--ease-smooth), background-color .15s var(--ease-smooth), box-shadow .15s var(--ease-out), opacity .1s var(--ease-out);
    align-items: center;
    text-decoration-thickness: 1.5px;
    display: inline-flex;
    position: relative;
  }

  .link:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .link:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .link:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .link:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .link:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .link:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .link {
    cursor: var(--cursor-interactive);
  }

  @media (hover: hover) {
    .link:hover, .link[data-hovered="true"] {
      text-decoration-line: underline;
      -webkit-text-decoration-color: var(--muted);
      -webkit-text-decoration-color: var(--muted);
      text-decoration-color: var(--muted);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .link:hover, .link[data-hovered="true"] {
        -webkit-text-decoration-color: color-mix(in oklab, var(--muted) 50%, transparent);
        -webkit-text-decoration-color: color-mix(in oklab, var(--muted) 50%, transparent);
        text-decoration-color: color-mix(in oklab, var(--muted) 50%, transparent);
      }
    }

    :is(.link:hover, .link[data-hovered="true"]) .link__icon {
      opacity: 1;
    }
  }

  .link:active, .link[data-pressed="true"] {
    text-decoration-line: underline;
    -webkit-text-decoration-color: var(--muted);
    -webkit-text-decoration-color: var(--muted);
    text-decoration-color: var(--muted);
  }

  :is(.link:active, .link[data-pressed="true"]) .link__icon {
    opacity: 1;
  }

  .link:focus-visible:not(:focus), .link[data-focus-visible="true"] {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: var(--ring-offset-width);
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-offset-color: var(--background);
    --tw-outline-style: none;
    outline-style: none;
  }

  :is(.link:focus-visible:not(:focus), .link[data-focus-visible="true"]) .link__icon {
    opacity: 1;
  }

  .link[aria-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  .link .link__icon {
    pointer-events: none;
    color: currentColor;
    opacity: .6;
    width: .75em;
    height: .75em;
    transition: opacity .15s var(--ease-out);
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .link .link__icon:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .link .link__icon:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .link .link__icon:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .link .link__icon:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .link .link__icon:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .link .link__icon:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .link .link__icon svg {
    transform: translateZ(0) var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .link .link__icon[data-default-icon="true"] {
    margin-left: var(--spacing);
    padding-bottom: calc(var(--spacing) * 1.5);
  }

  .link.button {
    gap: 0;
    text-decoration-line: none;
  }

  .pagination {
    justify-content: space-between;
    align-items: center;
    gap: calc(var(--spacing) * 4);
    flex-direction: column;
    width: 100%;
    display: flex;
  }

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

  .pagination__summary {
    align-items: center;
    gap: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--muted);
    align-self: flex-start;
    display: flex;
  }

  @media (min-width: 40rem) {
    .pagination__summary {
      align-self: center;
    }
  }

  .pagination__content {
    align-items: center;
    gap: var(--spacing);
    align-self: flex-start;
    display: flex;
  }

  @media (min-width: 40rem) {
    .pagination__content {
      align-self: center;
    }
  }

  .pagination__item {
    display: inline-flex;
  }

  .pagination__link {
    isolation: isolate;
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
    transform-origin: center;
    border-radius: calc(var(--radius) * 3);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    white-space: nowrap;
    --tw-outline-style: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    outline-style: none;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    position: relative;
  }

  @media (min-width: 48rem) {
    .pagination__link {
      width: calc(var(--spacing) * 8);
      height: calc(var(--spacing) * 8);
    }
  }

  .pagination__link {
    cursor: var(--cursor-interactive);
    transition: transform .25s var(--ease-smooth), background-color .1s var(--ease-out), box-shadow .1s var(--ease-out);
    transform: translateZ(0) var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .pagination__link:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .pagination__link:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .pagination__link:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .pagination__link:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .pagination__link:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .pagination__link:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .pagination__link {
    --pagination-link-bg: transparent;
    --pagination-link-bg-hover: var(--default-hover);
    --pagination-link-bg-pressed: var(--default-hover);
    --pagination-link-fg: var(--default-foreground);
    background-color: var(--pagination-link-bg);
    color: var(--pagination-link-fg);
  }

  .pagination__link:focus-visible, .pagination__link[data-focus-visible="true"] {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: var(--ring-offset-width);
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-offset-color: var(--background);
    --tw-outline-style: none;
    outline-style: none;
  }

  .pagination__link:disabled, .pagination__link[aria-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  @media (hover: hover) {
    .pagination__link:hover, .pagination__link[data-hovered="true"] {
      background-color: var(--pagination-link-bg-hover);
    }
  }

  .pagination__link:active, .pagination__link[data-pressed="true"] {
    background-color: var(--pagination-link-bg-pressed);
    transform: scale(.97);
  }

  .pagination__link[data-active="true"] {
    --pagination-link-bg: var(--default);
    --pagination-link-bg-hover: var(--default-hover);
    --pagination-link-bg-pressed: var(--default-hover);
  }

  .pagination__ellipsis {
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--muted);
    -webkit-user-select: none;
    user-select: none;
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  @media (min-width: 48rem) {
    .pagination__ellipsis {
      width: calc(var(--spacing) * 8);
      height: calc(var(--spacing) * 8);
    }
  }

  .pagination__link--nav {
    gap: calc(var(--spacing) * 1.5);
    width: auto;
    padding-inline: calc(var(--spacing) * 2.5);
  }

  .pagination--sm .pagination__link {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  @media (min-width: 48rem) {
    .pagination--sm .pagination__link {
      width: calc(var(--spacing) * 7);
      height: calc(var(--spacing) * 7);
    }
  }

  .pagination--sm .pagination__link:active, .pagination--sm .pagination__link[data-pressed="true"] {
    transform: scale(.98);
  }

  .pagination--sm .pagination__link--nav {
    width: auto;
    padding-inline: calc(var(--spacing) * 2);
  }

  .pagination--sm .pagination__ellipsis {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  @media (min-width: 48rem) {
    .pagination--sm .pagination__ellipsis {
      width: calc(var(--spacing) * 7);
      height: calc(var(--spacing) * 7);
    }
  }

  .pagination--sm .pagination__summary {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .pagination--lg .pagination__link {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  @media (min-width: 48rem) {
    .pagination--lg .pagination__link {
      width: calc(var(--spacing) * 9);
      height: calc(var(--spacing) * 9);
    }
  }

  .pagination--lg .pagination__link:active, .pagination--lg .pagination__link[data-pressed="true"] {
    transform: scale(.96);
  }

  .pagination--lg .pagination__link--nav {
    width: auto;
    padding-inline: calc(var(--spacing) * 3);
  }

  .pagination--lg .pagination__ellipsis {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  @media (min-width: 48rem) {
    .pagination--lg .pagination__ellipsis {
      width: calc(var(--spacing) * 9);
      height: calc(var(--spacing) * 9);
    }
  }

  .pagination--lg .pagination__summary {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .tabs {
    gap: calc(var(--spacing) * 2);
    display: flex;
  }

  .tabs[data-orientation="horizontal"] {
    flex-direction: column;
  }

  .tabs[data-orientation="vertical"] {
    flex-direction: row;
  }

  .tabs__list-container {
    background-color: var(--default);
    border-radius: calc(var(--radius) * 2.5);
    position: relative;
  }

  .tabs__list-container > .tabs__list-container__scroller[data-orientation="vertical"] {
    height: 100%;
  }

  .tabs__list-container > .tabs__list-container__scroll-prev, .tabs__list-container > .tabs__list-container__scroll-next {
    z-index: 2;
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    cursor: var(--cursor-interactive);
    border-style: var(--tw-border-style);
    color: var(--foreground);
    --tw-outline-style: none;
    transition: opacity .15s var(--ease-smooth);
    background-color: #0000;
    border-width: 0;
    border-radius: 3.40282e38px;
    outline-style: none;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: none;
    position: absolute;
  }

  :is(.tabs__list-container > .tabs__list-container__scroll-prev, .tabs__list-container > .tabs__list-container__scroll-next):is([data-reduce-motion="true"], [data-reduce-motion="true"] *), :is(.tabs__list-container > .tabs__list-container__scroll-prev, .tabs__list-container > .tabs__list-container__scroll-next):is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, :is(.tabs__list-container > .tabs__list-container__scroll-prev, .tabs__list-container > .tabs__list-container__scroll-next):is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    :is(.tabs__list-container > .tabs__list-container__scroll-prev, .tabs__list-container > .tabs__list-container__scroll-next):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), :is(.tabs__list-container > .tabs__list-container__scroll-prev, .tabs__list-container > .tabs__list-container__scroll-next):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, :is(.tabs__list-container > .tabs__list-container__scroll-prev, .tabs__list-container > .tabs__list-container__scroll-next):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  @media (hover: hover) {
    :is(.tabs__list-container > .tabs__list-container__scroll-prev, .tabs__list-container > .tabs__list-container__scroll-next):hover {
      opacity: .7;
    }
  }

  :is(.tabs__list-container > .tabs__list-container__scroll-prev, .tabs__list-container > .tabs__list-container__scroll-next):focus-visible {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: var(--ring-offset-width);
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-offset-color: var(--background);
    --tw-outline-style: none;
    outline-style: none;
  }

  .tabs__list-container:has([data-orientation="horizontal"]) > .tabs__list-container__scroll-prev {
    top: 50%;
    left: var(--spacing);
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .tabs__list-container:has([data-orientation="horizontal"]) > .tabs__list-container__scroll-next {
    top: 50%;
    right: var(--spacing);
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .tabs__list-container:has([data-orientation="vertical"]) > .tabs__list-container__scroll-prev {
    top: var(--spacing);
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    left: 50%;
  }

  .tabs__list-container:has([data-orientation="vertical"]) > .tabs__list-container__scroll-next {
    bottom: var(--spacing);
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    left: 50%;
  }

  .tabs__list-container:has( > :is([data-left-scroll="true"], [data-left-right-scroll="true"], [data-top-scroll="true"], [data-top-bottom-scroll="true"])) > .tabs__list-container__scroll-prev, .tabs__list-container:has( > :is([data-right-scroll="true"], [data-left-right-scroll="true"], [data-bottom-scroll="true"], [data-top-bottom-scroll="true"])) > .tabs__list-container__scroll-next {
    display: inline-flex;
  }

  .tabs__list {
    padding: var(--spacing);
    display: inline-flex;
  }

  .tabs__list[data-orientation="horizontal"] {
    flex-direction: row;
    width: max-content;
    min-width: 100%;
  }

  .tabs__list[data-orientation="vertical"] {
    gap: var(--spacing);
    flex-direction: column;
  }

  .tabs__list[data-orientation="vertical"] .tabs__tab {
    min-width: calc(var(--spacing) * 20);
  }

  .tabs__tab {
    height: calc(var(--spacing) * 8);
    border-radius: calc(var(--radius) * 3);
    width: 100%;
    padding-inline: calc(var(--spacing) * 4);
    text-align: center;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--muted);
    --tw-outline-style: none;
    -webkit-tap-highlight-color: transparent;
    z-index: 1;
    cursor: var(--cursor-interactive);
    transition: color .15s var(--ease-smooth), background-color .15s var(--ease-smooth), box-shadow .15s var(--ease-out), opacity .15s var(--ease-smooth);
    outline-style: none;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .tabs__tab:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .tabs__tab:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .tabs__tab:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .tabs__tab:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .tabs__tab:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .tabs__tab:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .tabs__tab[data-selected="true"] {
    color: var(--segment-foreground);
  }

  .tabs__tab[data-selected="true"] .tabs__separator, .tabs__tab[data-selected="true"] + .tabs__tab .tabs__separator {
    opacity: 0;
  }

  .tabs__tab:disabled, .tabs__tab[data-disabled="true"], .tabs__tab[aria-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  @media (hover: hover) {
    .tabs__tab:not([data-selected="true"]):not([data-disabled="true"]):hover, .tabs__tab[data-hovered="true"]:not([data-selected="true"]):not([data-disabled="true"]) {
      opacity: .7;
    }
  }

  .tabs__tab:focus-visible:not(:focus), .tabs__tab[data-focus-visible="true"] {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: var(--ring-offset-width);
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-offset-color: var(--background);
    --tw-outline-style: none;
    outline-style: none;
  }

  .tabs__separator {
    pointer-events: none;
    border-radius: calc(var(--radius) * .5);
    background-color: var(--muted);
    position: absolute;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .tabs__separator {
      background-color: color-mix(in oklab, var(--muted) 25%, transparent);
    }
  }

  .tabs__separator {
    transition: opacity .15s var(--ease-smooth);
  }

  .tabs__separator:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .tabs__separator:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .tabs__separator:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .tabs__separator:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .tabs__separator:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .tabs__separator:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .tabs__list[data-orientation="horizontal"] .tabs__separator {
    width: 1px;
    height: 50%;
    top: 25%;
    left: 0;
  }

  .tabs__list[data-orientation="vertical"] .tabs__separator {
    width: 90%;
    height: 1px;
    top: 0;
    left: 5%;
  }

  .tabs__panel {
    width: 100%;
    padding: calc(var(--spacing) * 2);
    --tw-outline-style: none;
    outline-style: none;
  }

  .tabs__panel[data-exiting="true"] {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .tabs__panel[data-orientation="horizontal"] {
    margin-top: calc(var(--spacing) * 4);
  }

  .tabs__panel[data-orientation="vertical"] {
    margin-left: calc(var(--spacing) * 4);
  }

  .tabs__indicator {
    border-radius: calc(var(--radius) * 3);
    background-color: var(--segment);
    --tw-shadow: var(--surface-shadow);
    width: 100%;
    height: 100%;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    z-index: -1;
    transition-property: translate, width, height;
    transition-duration: .25s;
    transition-timing-function: var(--ease-out-fluid);
    position: absolute;
    top: 0;
    left: 0;
  }

  .tabs__indicator:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .tabs__indicator:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .tabs__indicator:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .tabs__indicator:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .tabs__indicator:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .tabs__indicator:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .tabs--secondary > .tabs__list-container {
    background-color: #0000;
    border-radius: 0;
  }

  .tabs--secondary > .tabs__list-container .tabs__list {
    padding: 0;
  }

  .tabs--secondary > .tabs__list-container .tabs__separator {
    display: none;
  }

  .tabs--secondary > .tabs__list-container .tabs__tab {
    border-radius: 0;
  }

  .tabs--secondary > .tabs__list-container .tabs__tab[data-selected="true"] {
    color: var(--foreground);
  }

  .tabs--secondary > .tabs__list-container .tabs__indicator {
    background-color: var(--accent);
    --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);
    border-radius: 0;
  }

  .tabs--secondary[data-orientation="horizontal"] > .tabs__list-container {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--border);
  }

  .tabs--secondary[data-orientation="horizontal"] > .tabs__list-container .tabs__indicator {
    height: calc(var(--spacing) * .5);
    top: auto;
    bottom: 0;
  }

  .tabs--secondary[data-orientation="vertical"] > .tabs__list-container {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
    border-color: var(--border);
  }

  .tabs--secondary[data-orientation="vertical"] > .tabs__list-container .tabs__indicator {
    height: 100%;
    width: calc(var(--spacing) * .5);
    top: 0;
    left: 0;
  }

  .button {
    isolation: isolate;
    height: calc(var(--spacing) * 10);
    transform-origin: center;
    justify-content: center;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    border-radius: calc(var(--radius) * 3);
    width: fit-content;
    padding-inline: calc(var(--spacing) * 4);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    white-space: nowrap;
    --tw-outline-style: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    outline-style: none;
    display: inline-flex;
    position: relative;
  }

  @media (min-width: 48rem) {
    .button {
      height: calc(var(--spacing) * 9);
    }
  }

  .button {
    transition: transform .25s var(--ease-smooth), background-color .1s var(--ease-out), box-shadow .1s var(--ease-out);
    transform: translateZ(0) var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
    will-change: transform;
  }

  .button:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .button:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .button:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .button:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .button:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .button:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .button {
    cursor: var(--cursor-interactive);
    --button-bg: transparent;
    --button-bg-hover: var(--button-bg);
    --button-bg-pressed: var(--button-bg-hover);
    --button-fg: currentColor;
    background-color: var(--button-bg);
    color: var(--button-fg);
  }

  .button:focus-visible:not(:focus), .button[data-focus-visible="true"] {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: var(--ring-offset-width);
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-offset-color: var(--background);
    --tw-outline-style: none;
    outline-style: none;
  }

  .button:disabled, .button[aria-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  .button[data-pending="true"] {
    pointer-events: none;
  }

  .button:active, .button[data-pressed="true"] {
    background-color: var(--button-bg-pressed);
    transform: scale(.97);
  }

  @media (hover: hover) {
    .button:hover, .button[data-hovered="true"] {
      background-color: var(--button-bg-hover);
    }
  }

  .button svg:not([data-slot="spinner"] svg, [data-slot="link-icon"] svg) {
    pointer-events: none;
    margin-inline: calc(var(--spacing) * -.5);
    margin-block: calc(var(--spacing) * .5);
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
    flex-shrink: 0;
    align-self: center;
  }

  @media (min-width: 40rem) {
    .button svg:not([data-slot="spinner"] svg, [data-slot="link-icon"] svg) {
      margin-block: var(--spacing);
      width: calc(var(--spacing) * 4);
      height: calc(var(--spacing) * 4);
    }
  }

  .button--sm {
    height: calc(var(--spacing) * 9);
    padding-inline: calc(var(--spacing) * 3);
  }

  @media (min-width: 48rem) {
    .button--sm {
      height: calc(var(--spacing) * 8);
    }
  }

  .button--sm svg:not([data-slot="spinner"] svg, [data-slot="link-icon"] svg) {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .button--sm:active, .button--sm[data-pressed="true"] {
    transform: scale(.98);
  }

  .button--lg {
    height: calc(var(--spacing) * 11);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

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

  .button--lg:active, .button--lg[data-pressed="true"] {
    transform: scale(.96);
  }

  .button--primary {
    --button-bg: var(--accent);
    --button-bg-hover: var(--accent-hover);
    --button-bg-pressed: var(--accent-hover);
    --button-fg: var(--accent-foreground);
  }

  .button--secondary {
    --button-bg: var(--default);
    --button-bg-hover: var(--default-hover);
    --button-bg-pressed: var(--default-hover);
    --button-fg: var(--accent-soft-foreground);
  }

  .button--tertiary {
    --button-bg: var(--default);
    --button-bg-hover: var(--default-hover);
    --button-bg-pressed: var(--default-hover);
  }

  .button--ghost, .button--outline {
    --button-bg: transparent;
    --button-bg-hover: var(--default);
    --button-bg-pressed: var(--default);
    --button-fg: var(--default-foreground);
  }

  .button--outline {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--border);
    --button-bg-hover: var(--default);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .button--outline {
      --button-bg-hover: color-mix(in srgb, var(--default) 60%, transparent);
    }
  }

  .button--danger {
    --button-bg: var(--danger);
    --button-bg-hover: var(--danger-hover);
    --button-bg-pressed: var(--danger-hover);
    --button-fg: var(--danger-foreground);
  }

  .button--danger-soft {
    --button-bg: var(--danger-soft);
    --button-bg-hover: var(--danger-soft-hover);
    --button-bg-pressed: var(--danger-soft-hover);
    --button-fg: var(--danger-soft-foreground);
  }

  .button--icon-only {
    width: calc(var(--spacing) * 10);
    padding: 0;
  }

  @media (min-width: 48rem) {
    .button--icon-only {
      width: calc(var(--spacing) * 9);
    }
  }

  .button--icon-only.button--sm {
    width: calc(var(--spacing) * 9);
  }

  @media (min-width: 48rem) {
    .button--icon-only.button--sm {
      width: calc(var(--spacing) * 8);
    }
  }

  .button--icon-only.button--lg {
    width: calc(var(--spacing) * 11);
  }

  @media (min-width: 48rem) {
    .button--icon-only.button--lg {
      width: calc(var(--spacing) * 10);
    }
  }

  .button--full-width {
    width: 100%;
  }

  .button-group {
    justify-content: center;
    align-items: center;
    gap: 0;
    height: auto;
    display: inline-flex;
  }

  .button-group--horizontal {
    flex-direction: row;
  }

  .button-group--vertical {
    flex-direction: column;
  }

  .button-group .button {
    border-radius: 0;
  }

  .button-group--horizontal .button:first-child {
    border-start-start-radius: calc(var(--radius) * 3);
    border-end-start-radius: calc(var(--radius) * 3);
  }

  .button-group--horizontal .button:last-child {
    border-start-end-radius: calc(var(--radius) * 3);
    border-end-end-radius: calc(var(--radius) * 3);
  }

  .button-group--horizontal .button:first-child:last-child {
    border-radius: calc(var(--radius) * 3);
  }

  .button-group--vertical .button:first-child {
    border-top-left-radius: calc(var(--radius) * 3);
    border-top-right-radius: calc(var(--radius) * 3);
  }

  .button-group--vertical .button:last-child {
    border-bottom-right-radius: calc(var(--radius) * 3);
    border-bottom-left-radius: calc(var(--radius) * 3);
  }

  .button-group--vertical .button:first-child:last-child {
    border-radius: calc(var(--radius) * 3);
  }

  .button-group .button:active, .button-group .button[data-pressed="true"] {
    transform: none;
  }

  .button-group .button:focus-visible:not(:focus), .button-group .button[data-focus-visible="true"] {
    --tw-ring-offset-width: 0px;
    --tw-ring-inset: inset;
  }

  .button-group__separator {
    border-radius: calc(var(--radius) * .5);
    opacity: .15;
    pointer-events: none;
    transition: opacity .15s var(--ease-smooth);
    background-color: currentColor;
    position: absolute;
  }

  .button-group__separator:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .button-group__separator:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .button-group__separator:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .button-group__separator:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .button-group__separator:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .button-group__separator:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .button-group--horizontal .button-group__separator {
    width: 1px;
    height: 50%;
    top: 25%;
    left: -1px;
  }

  .button-group--vertical .button-group__separator {
    width: 50%;
    height: 1px;
    top: -1px;
    left: 25%;
  }

  .button-group--horizontal .button--outline:first-child {
    border-inline-end-style: var(--tw-border-style);
    border-inline-end-width: 0;
  }

  .button-group--horizontal .button--outline:last-child {
    border-inline-start-style: var(--tw-border-style);
    border-inline-start-width: 0;
  }

  .button-group--horizontal .button--outline:not(:first-child):not(:last-child) {
    border-inline-style: var(--tw-border-style);
    border-inline-width: 0;
  }

  .button-group--vertical .button--outline:first-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0;
  }

  .button-group--vertical .button--outline:last-child {
    border-top-style: var(--tw-border-style);
    border-top-width: 0;
  }

  .button-group--vertical .button--outline:not(:first-child):not(:last-child) {
    border-block-style: var(--tw-border-style);
    border-block-width: 0;
  }

  .button-group--full-width {
    width: 100%;
  }

  .toggle-button {
    isolation: isolate;
    height: calc(var(--spacing) * 10);
    transform-origin: center;
    justify-content: center;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    border-radius: calc(var(--radius) * 3);
    width: fit-content;
    padding-inline: calc(var(--spacing) * 4);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    white-space: nowrap;
    --tw-outline-style: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    outline-style: none;
    display: inline-flex;
    position: relative;
  }

  @media (min-width: 48rem) {
    .toggle-button {
      height: calc(var(--spacing) * 9);
    }
  }

  .toggle-button {
    transition: transform .25s var(--ease-smooth), background-color .1s var(--ease-out), box-shadow .1s var(--ease-out);
    transform: translateZ(0) var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .toggle-button:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .toggle-button:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .toggle-button:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .toggle-button:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .toggle-button:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .toggle-button:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .toggle-button {
    cursor: var(--cursor-interactive);
    --toggle-button-bg: var(--default);
    --toggle-button-bg-hover: var(--default-hover);
    --toggle-button-bg-pressed: var(--default-hover);
    --toggle-button-fg: currentColor;
    --toggle-button-bg-selected: var(--accent-soft);
    --toggle-button-bg-selected-hover: var(--accent-soft-hover);
    --toggle-button-bg-selected-pressed: var(--accent-soft-hover);
    --toggle-button-fg-selected: var(--accent-soft-foreground);
    background-color: var(--toggle-button-bg);
    color: var(--toggle-button-fg);
  }

  .toggle-button:focus-visible:not(:focus), .toggle-button[data-focus-visible="true"] {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: var(--ring-offset-width);
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-offset-color: var(--background);
    --tw-outline-style: none;
    outline-style: none;
  }

  .toggle-button:disabled, .toggle-button[aria-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  @media (hover: hover) {
    .toggle-button:hover, .toggle-button[data-hovered="true"] {
      background-color: var(--toggle-button-bg-hover);
    }
  }

  .toggle-button:active, .toggle-button[data-pressed="true"] {
    background-color: var(--toggle-button-bg-pressed);
    transform: scale(.97);
  }

  .toggle-button[data-selected="true"] {
    background-color: var(--toggle-button-bg-selected);
    color: var(--toggle-button-fg-selected);
  }

  @media (hover: hover) {
    .toggle-button[data-selected="true"]:hover, .toggle-button[data-selected="true"][data-hovered="true"] {
      background-color: var(--toggle-button-bg-selected-hover);
    }
  }

  .toggle-button[data-selected="true"]:active, .toggle-button[data-selected="true"][data-pressed="true"] {
    background-color: var(--toggle-button-bg-selected-pressed);
  }

  .toggle-button svg {
    pointer-events: none;
    margin-inline: calc(var(--spacing) * -.5);
    margin-block: calc(var(--spacing) * .5);
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
    flex-shrink: 0;
    align-self: center;
  }

  @media (min-width: 40rem) {
    .toggle-button svg {
      margin-block: var(--spacing);
      width: calc(var(--spacing) * 4);
      height: calc(var(--spacing) * 4);
    }
  }

  .toggle-button--sm {
    height: calc(var(--spacing) * 9);
    padding-inline: calc(var(--spacing) * 3);
  }

  @media (min-width: 48rem) {
    .toggle-button--sm {
      height: calc(var(--spacing) * 8);
    }
  }

  .toggle-button--sm svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .toggle-button--sm:active, .toggle-button--sm[data-pressed="true"] {
    transform: scale(.98);
  }

  .toggle-button--lg {
    height: calc(var(--spacing) * 11);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  @media (min-width: 48rem) {
    .toggle-button--lg {
      height: calc(var(--spacing) * 10);
    }
  }

  .toggle-button--lg:active, .toggle-button--lg[data-pressed="true"] {
    transform: scale(.96);
  }

  .toggle-button--default {
    --toggle-button-bg: var(--default);
    --toggle-button-bg-hover: var(--default-hover);
    --toggle-button-bg-pressed: var(--default-hover);
  }

  .toggle-button--ghost {
    --toggle-button-bg: transparent;
    --toggle-button-bg-hover: var(--default);
    --toggle-button-bg-pressed: var(--default);
    --toggle-button-fg: var(--default-foreground);
  }

  .toggle-button--icon-only {
    width: calc(var(--spacing) * 10);
    padding: 0;
  }

  @media (min-width: 48rem) {
    .toggle-button--icon-only {
      width: calc(var(--spacing) * 9);
    }
  }

  .toggle-button--icon-only.toggle-button--sm {
    width: calc(var(--spacing) * 9);
  }

  @media (min-width: 48rem) {
    .toggle-button--icon-only.toggle-button--sm {
      width: calc(var(--spacing) * 8);
    }
  }

  .toggle-button--icon-only.toggle-button--lg {
    width: calc(var(--spacing) * 11);
  }

  @media (min-width: 48rem) {
    .toggle-button--icon-only.toggle-button--lg {
      width: calc(var(--spacing) * 10);
    }
  }

  .toggle-button-group {
    justify-content: center;
    align-items: center;
    gap: 0;
    width: fit-content;
    height: auto;
    display: inline-flex;
  }

  .toggle-button-group--horizontal {
    flex-direction: row;
  }

  .toggle-button-group--vertical {
    flex-direction: column;
  }

  .toggle-button-group--full-width {
    width: 100%;
  }

  .toggle-button-group .toggle-button {
    border-radius: 0;
  }

  .toggle-button-group--horizontal .toggle-button:first-child {
    border-start-start-radius: calc(var(--radius) * 3);
    border-end-start-radius: calc(var(--radius) * 3);
  }

  .toggle-button-group--horizontal .toggle-button:last-child {
    border-start-end-radius: calc(var(--radius) * 3);
    border-end-end-radius: calc(var(--radius) * 3);
  }

  .toggle-button-group--horizontal .toggle-button:first-child:last-child {
    border-radius: calc(var(--radius) * 3);
  }

  .toggle-button-group--vertical .toggle-button:first-child {
    border-top-left-radius: calc(var(--radius) * 3);
    border-top-right-radius: calc(var(--radius) * 3);
  }

  .toggle-button-group--vertical .toggle-button:last-child {
    border-bottom-right-radius: calc(var(--radius) * 3);
    border-bottom-left-radius: calc(var(--radius) * 3);
  }

  .toggle-button-group--vertical .toggle-button:first-child:last-child {
    border-radius: calc(var(--radius) * 3);
  }

  .toggle-button-group .toggle-button:active, .toggle-button-group .toggle-button[data-pressed="true"] {
    transform: none;
  }

  .toggle-button-group .toggle-button:focus-visible:not(:focus), .toggle-button-group .toggle-button[data-focus-visible="true"] {
    --tw-ring-offset-width: 0px;
    --tw-ring-inset: inset;
  }

  .toggle-button-group--full-width .toggle-button {
    flex: 1;
  }

  .toggle-button-group__separator {
    border-radius: calc(var(--radius) * .5);
    opacity: .15;
    pointer-events: none;
    transition: opacity .15s var(--ease-smooth);
    background-color: currentColor;
    position: absolute;
  }

  .toggle-button-group__separator:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .toggle-button-group__separator:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .toggle-button-group__separator:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .toggle-button-group__separator:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .toggle-button-group__separator:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .toggle-button-group__separator:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .toggle-button-group--horizontal .toggle-button-group__separator {
    width: 1px;
    height: 50%;
    top: 25%;
    left: -1px;
  }

  .toggle-button-group--vertical .toggle-button-group__separator {
    width: 50%;
    height: 1px;
    top: -1px;
    left: 25%;
  }

  .toggle-button-group--detached {
    gap: var(--spacing);
  }

  .toggle-button-group--detached .toggle-button {
    border-radius: calc(var(--radius) * 3);
  }

  .toggle-button-group--detached .toggle-button-group__separator {
    display: none;
  }

  .toolbar {
    align-items: center;
    gap: calc(var(--spacing) * 2);
    grid-auto-flow: column;
    width: fit-content;
    display: grid;
  }

  .toolbar .separator--vertical {
    align-self: center;
    height: 50%;
  }

  .toolbar .separator--horizontal {
    justify-content: center;
    justify-self: center;
    width: 50%;
  }

  .toolbar--vertical {
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .toolbar--vertical .button-group {
    justify-content: flex-start;
  }

  .toolbar--attached {
    border-radius: calc(var(--radius) * 3);
    background-color: var(--surface);
    padding: var(--spacing);
    --tw-shadow: var(--overlay-shadow);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .dropdown {
    gap: var(--spacing);
    flex-direction: column;
    display: flex;
  }

  .dropdown__trigger {
    --tw-outline-style: none;
    transition: transform .25s var(--ease-out-quart), background-color .15s var(--ease-smooth), box-shadow .15s var(--ease-out);
    transform: translateZ(0) var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
    outline-style: none;
    display: inline-block;
  }

  .dropdown__trigger:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .dropdown__trigger:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .dropdown__trigger:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .dropdown__trigger:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .dropdown__trigger:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .dropdown__trigger:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .dropdown__trigger {
    cursor: var(--cursor-interactive);
  }

  .dropdown__trigger:focus-visible:not(:focus), .dropdown__trigger[data-focus-visible="true"] {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: var(--ring-offset-width);
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-offset-color: var(--background);
    --tw-outline-style: none;
    outline-style: none;
  }

  .dropdown__trigger:disabled, .dropdown__trigger[aria-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  .dropdown__trigger[data-pending="true"] {
    pointer-events: none;
  }

  .dropdown__trigger:active, .dropdown__trigger[data-pressed="true"] {
    transform: scale(.97);
  }

  .dropdown__popover {
    max-width: 48svw;
    transform-origin: var(--trigger-anchor-point);
    scroll-padding-block: var(--spacing);
    scrollbar-width: var(--scrollbar-width);
    scrollbar-color: var(--scrollbar-color);
    scrollbar-gutter: var(--scrollbar-gutter);
    overscroll-behavior: contain;
    background-color: var(--overlay);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    will-change: transform;
    padding: 0;
    overflow-y: auto;
  }

  @media (min-width: 48rem) {
    .dropdown__popover {
      min-width: calc(var(--spacing) * 55);
    }
  }

  .dropdown__popover {
    border-radius: min(32px, var(--radius-3xl));
    box-shadow: var(--shadow-overlay);
  }

  .dropdown__popover:focus-visible:not(:focus), .dropdown__popover[data-focus-visible="true"] {
    --tw-outline-style: none;
    outline-style: none;
  }

  .dropdown__popover[data-entering="true"] {
    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);
    --tw-duration: .15s;
    --tw-ease: ease;
    --tw-enter-opacity: 0;
    --tw-enter-scale: .9;
    transition-duration: .15s;
    transition-timing-function: ease;
  }

  .dropdown__popover[data-entering="true"][data-placement="top"] {
    --tw-enter-translate-y: calc(1*var(--spacing));
  }

  .dropdown__popover[data-entering="true"][data-placement="bottom"] {
    --tw-enter-translate-y: calc(1*var(--spacing)*-1);
  }

  .dropdown__popover[data-entering="true"][data-placement="left"] {
    --tw-enter-translate-x: calc(1*var(--spacing));
  }

  .dropdown__popover[data-entering="true"][data-placement="right"] {
    --tw-enter-translate-x: calc(1*var(--spacing)*-1);
  }

  .dropdown__popover[data-exiting="true"] {
    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);
    --tw-duration: .1s;
    --tw-ease: ease;
    --tw-exit-scale: .95;
    --tw-exit-opacity: 0;
    transition-duration: .1s;
    transition-timing-function: ease;
  }

  .dropdown__popover[data-exiting="true"], .dropdown__popover[data-entering="true"] {
    transition-property: opacity, transform;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    will-change: opacity,transform;
  }

  .dropdown__popover [data-slot="popover-overlay-arrow"] {
    fill: var(--overlay);
  }

  .dropdown__popover[data-placement="bottom"] [data-slot="popover-overlay-arrow"] {
    rotate: 180deg;
  }

  .dropdown__popover[data-placement="left"] [data-slot="popover-overlay-arrow"] {
    rotate: -90deg;
  }

  .dropdown__popover[data-placement="right"] [data-slot="popover-overlay-arrow"] {
    rotate: 90deg;
  }

  .dropdown__popover [data-slot="dropdown-menu"] {
    padding: calc(var(--spacing) * 1.5);
    --tw-outline-style: none;
    outline-style: none;
  }

  .dropdown__popover [data-slot="menu-item"] {
    padding-inline: calc(var(--spacing) * 2.5);
  }

  .dropdown__menu {
    gap: calc(var(--spacing) * .5);
    width: 100%;
    padding: var(--spacing);
    flex-direction: column;
    display: flex;
    position: relative;
    overflow: clip;
  }

  .dropdown__menu [data-slot="separator"] {
    width: 94%;
    margin-left: 3%;
  }

  .list-box-item {
    min-height: calc(var(--spacing) * 9);
    justify-content: flex-start;
    align-items: center;
    gap: calc(var(--spacing) * 3);
    border-radius: calc(var(--radius) * 2);
    width: 100%;
    padding-inline: calc(var(--spacing) * 2);
    padding-block: calc(var(--spacing) * 1.5);
    --tw-outline-style: none;
    -webkit-tap-highlight-color: transparent;
    transition: transform .25s var(--ease-out-quart), box-shadow .15s var(--ease-out);
    outline-style: none;
    display: flex;
    position: relative;
  }

  .list-box-item:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .list-box-item:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .list-box-item:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .list-box-item:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .list-box-item:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .list-box-item:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .list-box-item {
    cursor: var(--cursor-interactive);
  }

  .list-box-item [data-slot="label"] {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    width: fit-content;
  }

  .list-box-item [data-slot="description"] {
    pointer-events: none;
    text-wrap: wrap;
    -webkit-user-select: none;
    user-select: none;
  }

  .list-box-item:has(.list-box-item__indicator) {
    padding-inline-end: calc(var(--spacing) * 7);
  }

  .list-box-item:focus-visible:not(:focus), .list-box-item[data-focus-visible="true"] {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: var(--ring-offset-width);
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-offset-color: var(--background);
    --tw-outline-style: none;
    outline-style: none;
  }

  .list-box-item:active, .list-box-item[data-pressed="true"] {
    transform: scale(.98);
  }

  @media (hover: hover) {
    .list-box-item:hover, .list-box-item[data-hovered="true"] {
      background-color: var(--default);
    }
  }

  .list-box-item[data-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  .list-box-item__indicator {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    color: var(--default-foreground);
    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, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: .25s;
    inset-inline-end: calc(var(--spacing) * 2);
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    transition-duration: .25s;
    display: flex;
    position: absolute;
    top: 50%;
  }

  .list-box-item__indicator:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .list-box-item__indicator:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .list-box-item__indicator:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .list-box-item__indicator:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .list-box-item__indicator:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .list-box-item__indicator:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .list-box-item__indicator [data-slot="list-box-item-indicator--checkmark"] {
    width: calc(var(--spacing) * 2.5);
    height: calc(var(--spacing) * 2.5);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .list-box-item__indicator [data-slot="list-box-item-indicator--checkmark"]:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .list-box-item__indicator [data-slot="list-box-item-indicator--checkmark"]:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .list-box-item__indicator [data-slot="list-box-item-indicator--checkmark"]:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .list-box-item__indicator [data-slot="list-box-item-indicator--checkmark"]:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .list-box-item__indicator [data-slot="list-box-item-indicator--checkmark"]:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .list-box-item__indicator [data-slot="list-box-item-indicator--checkmark"]:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .list-box-item__indicator .list-box-item[aria-selected="true"] [data-slot="list-box-item-indicator--checkmark"], .list-box-item__indicator .list-box-item[data-selected="true"] [data-slot="list-box-item-indicator--checkmark"] {
    transition: stroke-dashoffset .25s linear;
  }

  :is(.list-box-item__indicator .list-box-item[aria-selected="true"] [data-slot="list-box-item-indicator--checkmark"], .list-box-item__indicator .list-box-item[data-selected="true"] [data-slot="list-box-item-indicator--checkmark"]):is([data-reduce-motion="true"], [data-reduce-motion="true"] *), :is(.list-box-item__indicator .list-box-item[aria-selected="true"] [data-slot="list-box-item-indicator--checkmark"], .list-box-item__indicator .list-box-item[data-selected="true"] [data-slot="list-box-item-indicator--checkmark"]):is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, :is(.list-box-item__indicator .list-box-item[aria-selected="true"] [data-slot="list-box-item-indicator--checkmark"], .list-box-item__indicator .list-box-item[data-selected="true"] [data-slot="list-box-item-indicator--checkmark"]):is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    :is(.list-box-item__indicator .list-box-item[aria-selected="true"] [data-slot="list-box-item-indicator--checkmark"], .list-box-item__indicator .list-box-item[data-selected="true"] [data-slot="list-box-item-indicator--checkmark"]):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), :is(.list-box-item__indicator .list-box-item[aria-selected="true"] [data-slot="list-box-item-indicator--checkmark"], .list-box-item__indicator .list-box-item[data-selected="true"] [data-slot="list-box-item-indicator--checkmark"]):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, :is(.list-box-item__indicator .list-box-item[aria-selected="true"] [data-slot="list-box-item-indicator--checkmark"], .list-box-item__indicator .list-box-item[data-selected="true"] [data-slot="list-box-item-indicator--checkmark"]):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .list-box-item--danger .list-box-item__indicator, .list-box-item--danger [data-slot="label"] {
    color: var(--danger);
  }

  .list-box-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    display: flex;
  }

  .list-box {
    width: 100%;
    padding: var(--spacing);
    position: relative;
    overflow: clip;
  }

  .list-box > * + * {
    margin-top: var(--spacing);
  }

  .list-box [data-slot="separator"][data-orientation="horizontal"] {
    width: 94%;
    margin-left: 3%;
  }

  .menu-item {
    min-height: calc(var(--spacing) * 9);
    justify-content: flex-start;
    align-items: center;
    gap: calc(var(--spacing) * 3);
    border-radius: calc(var(--radius) * 2);
    width: 100%;
    padding-inline: calc(var(--spacing) * 2);
    padding-block: calc(var(--spacing) * 1.5);
    --tw-outline-style: none;
    -webkit-tap-highlight-color: transparent;
    transition: transform .25s var(--ease-out-quart), box-shadow .15s var(--ease-out);
    will-change: transform;
    outline-style: none;
    display: flex;
    position: relative;
  }

  .menu-item:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .menu-item:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .menu-item:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .menu-item:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .menu-item:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .menu-item:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .menu-item {
    cursor: var(--cursor-interactive);
  }

  .menu-item [data-slot="label"] {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    width: fit-content;
  }

  .menu-item [data-slot="description"] {
    pointer-events: none;
    text-wrap: wrap;
    -webkit-user-select: none;
    user-select: none;
  }

  .menu-item [data-slot="submenu-indicator"] svg {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }

  .menu-item:has(.menu-item__indicator) {
    padding-inline-start: calc(var(--spacing) * 7);
  }

  .menu-item[data-has-submenu="true"]:has(.menu-item__indicator) {
    padding-inline-start: calc(var(--spacing) * 2);
    padding-inline-end: calc(var(--spacing) * 7);
  }

  .menu-item:focus-visible:not(:focus), .menu-item[data-focus-visible="true"] {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: var(--ring-offset-width);
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-offset-color: var(--background);
    --tw-outline-style: none;
    outline-style: none;
  }

  .menu-item:active, .menu-item[data-pressed="true"] {
    transform: scale(.98);
  }

  @media (hover: hover) {
    .menu-item:hover, .menu-item[data-hovered="true"] {
      background-color: var(--default);
    }
  }

  :is(.menu-item[aria-checked="true"], .menu-item[aria-selected="true"], .menu-item[data-selected="true"]) [data-slot="menu-item-indicator--checkmark"] {
    transition: stroke-dashoffset .1s linear;
  }

  :is(.menu-item[aria-checked="true"], .menu-item[aria-selected="true"], .menu-item[data-selected="true"]) [data-slot="menu-item-indicator--checkmark"]:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), :is(.menu-item[aria-checked="true"], .menu-item[aria-selected="true"], .menu-item[data-selected="true"]) [data-slot="menu-item-indicator--checkmark"]:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, :is(.menu-item[aria-checked="true"], .menu-item[aria-selected="true"], .menu-item[data-selected="true"]) [data-slot="menu-item-indicator--checkmark"]:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    :is(.menu-item[aria-checked="true"], .menu-item[aria-selected="true"], .menu-item[data-selected="true"]) [data-slot="menu-item-indicator--checkmark"]:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), :is(.menu-item[aria-checked="true"], .menu-item[aria-selected="true"], .menu-item[data-selected="true"]) [data-slot="menu-item-indicator--checkmark"]:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, :is(.menu-item[aria-checked="true"], .menu-item[aria-selected="true"], .menu-item[data-selected="true"]) [data-slot="menu-item-indicator--checkmark"]:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  :is(.menu-item[aria-checked="true"], .menu-item[aria-selected="true"], .menu-item[data-selected="true"]) [data-slot="menu-item-indicator--dot"] {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
    opacity: 1;
  }

  .menu-item[data-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  .menu-item__indicator {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    color: var(--muted);
    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, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: .25s;
    inset-inline-start: calc(var(--spacing) * 2);
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    transition-duration: .25s;
    display: flex;
    position: absolute;
    top: 50%;
  }

  .menu-item__indicator:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .menu-item__indicator:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .menu-item__indicator:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .menu-item__indicator:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .menu-item__indicator:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .menu-item__indicator:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .menu-item[data-has-submenu="true"] .menu-item__indicator {
    inset-inline-start: auto;
    inset-inline-end: calc(var(--spacing) * 2);
  }

  .menu-item__indicator [data-slot="menu-item-indicator--checkmark"] {
    width: calc(var(--spacing) * 2.5);
    height: calc(var(--spacing) * 2.5);
  }

  .menu-item[data-selection-mode="multiple"] :is(.menu-item__indicator [data-slot="menu-item-indicator--checkmark"]) {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .menu-item[data-selection-mode="multiple"] :is(.menu-item__indicator [data-slot="menu-item-indicator--checkmark"]):is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .menu-item[data-selection-mode="multiple"] :is(.menu-item__indicator [data-slot="menu-item-indicator--checkmark"]):is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .menu-item[data-selection-mode="multiple"] :is(.menu-item__indicator [data-slot="menu-item-indicator--checkmark"]):is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .menu-item[data-selection-mode="multiple"] :is(.menu-item__indicator [data-slot="menu-item-indicator--checkmark"]):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .menu-item[data-selection-mode="multiple"] :is(.menu-item__indicator [data-slot="menu-item-indicator--checkmark"]):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .menu-item[data-selection-mode="multiple"] :is(.menu-item__indicator [data-slot="menu-item-indicator--checkmark"]):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .menu-item__indicator [data-slot="menu-item-indicator--dot"] {
    width: calc(var(--spacing) * 2);
    height: calc(var(--spacing) * 2);
  }

  .menu-item[data-selection-mode="multiple"] :is(.menu-item__indicator [data-slot="menu-item-indicator--dot"]) {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: .25s;
    transition-duration: .25s;
  }

  .menu-item[data-selection-mode="multiple"] :is(.menu-item__indicator [data-slot="menu-item-indicator--dot"]):is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .menu-item[data-selection-mode="multiple"] :is(.menu-item__indicator [data-slot="menu-item-indicator--dot"]):is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .menu-item[data-selection-mode="multiple"] :is(.menu-item__indicator [data-slot="menu-item-indicator--dot"]):is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .menu-item[data-selection-mode="multiple"] :is(.menu-item__indicator [data-slot="menu-item-indicator--dot"]):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .menu-item[data-selection-mode="multiple"] :is(.menu-item__indicator [data-slot="menu-item-indicator--dot"]):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .menu-item[data-selection-mode="multiple"] :is(.menu-item__indicator [data-slot="menu-item-indicator--dot"]):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .menu-item__indicator [data-slot="menu-item-indicator--dot"] {
    --tw-scale-x: 70%;
    --tw-scale-y: 70%;
    --tw-scale-z: 70%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
    opacity: 0;
  }

  .menu-item__indicator--submenu {
    color: var(--muted);
  }

  .menu-item__indicator--submenu svg {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }

  .menu-item--danger .menu-item__indicator, .menu-item--danger [data-slot="label"] {
    color: var(--danger);
  }

  .menu-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    display: flex;
  }

  .menu {
    gap: var(--spacing);
    width: 100%;
    padding: var(--spacing);
    flex-direction: column;
    display: flex;
    position: relative;
    overflow: clip;
  }

  .menu [data-slot="separator"] {
    width: 94%;
    margin-left: 3%;
  }

  .tag-group {
    gap: var(--spacing);
    flex-direction: column;
    display: flex;
    position: relative;
  }

  .tag-group__list {
    gap: calc(var(--spacing) * 1.5);
    flex-wrap: wrap;
    display: flex;
    position: relative;
  }

  .tag-group [slot="description"], .tag-group [data-slot="description"], .tag-group [slot="errorMessage"], .tag-group [data-slot="error-message"] {
    padding: var(--spacing);
  }

  .tag {
    --optical-offset: .031em;
    align-items: center;
    gap: var(--spacing);
    border-radius: calc(var(--radius) * 1.5);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: color .1s var(--ease-smooth), scale .1s var(--ease-smooth), opacity .1s var(--ease-smooth), background-color .1s var(--ease-smooth), box-shadow .1s var(--ease-out);
    transform-origin: center;
    transform: translateZ(0) var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
    display: inline-flex;
    position: relative;
  }

  .tag:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .tag:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .tag:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .tag:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .tag:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .tag:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .tag {
    cursor: var(--cursor-interactive);
  }

  .tag svg {
    pointer-events: none;
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
    color: currentColor;
    flex-shrink: 0;
    align-self: center;
  }

  .tag:is([data-disabled="true"], [aria-disabled="true"]) {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  .tag:is(:focus-visible, [data-focus-visible]) {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: var(--ring-offset-width);
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-offset-color: var(--background);
    --tw-outline-style: none;
    outline-style: none;
  }

  .tag:is([data-selected="true"], [aria-selected="true"]) {
    background-color: var(--accent-soft);
    color: var(--accent-soft-foreground);
  }

  @media (hover: hover) {
    .tag:is([data-selected="true"], [aria-selected="true"]):is(:hover, [data-hovered="true"]) {
      background-color: var(--accent-soft-hover);
    }
  }

  .tag--sm {
    padding-inline: calc(var(--spacing) * 2);
    padding-block: calc(var(--spacing) * .5);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .tag--md {
    padding-inline: calc(var(--spacing) * 2);
    padding-block: var(--spacing);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .tag--lg {
    border-radius: calc(var(--radius) * 2);
    padding-inline: calc(var(--spacing) * 2.5);
    padding-block: calc(var(--spacing) * 1.5);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .tag--default {
    background-color: var(--default);
    color: var(--default-foreground);
  }

  @media (hover: hover) {
    .tag--default:is(:hover, [data-hovered="true"]):not([data-selected="true"]):not([data-disabled="true"]) {
      background-color: var(--default-hover);
    }
  }

  .tag--surface {
    background-color: var(--surface);
    color: var(--surface-foreground);
  }

  @media (hover: hover) {
    .tag--surface:is(:hover, [data-hovered="true"]):not([data-selected="true"]):not([data-disabled="true"]) {
      background-color: var(--surface-hover);
    }
  }

  .tag__remove-button {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
    color: inherit;
  }

  .tag__remove-button svg {
    width: inherit;
    height: inherit;
    color: currentColor;
    flex-shrink: 0;
    align-self: center;
  }

  .color-area {
    width: 100%;
    max-width: calc(var(--spacing) * 56);
    border-radius: calc(var(--radius) * 2);
    -webkit-tap-highlight-color: transparent;
    aspect-ratio: 1;
    background: var(--color-area-background);
    flex-shrink: 0;
    position: relative;
    box-shadow: inset 0 0 0 1px #0000001a;
  }

  .color-area[data-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  .color-area--show-dots:after {
    content: "";
    pointer-events: none;
    border-radius: inherit;
    background-image: radial-gradient(circle, #fff3 1px, #0000 1px);
    background-size: 8px 8px;
    position: absolute;
    inset: 0;
  }

  .color-area__thumb {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    border-radius: calc(var(--radius) * 1.5);
    will-change: width,height;
    background-color: var(--color-area-thumb-color);
    transition: width .15s var(--ease-out), height .15s var(--ease-out);
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #0000001a, inset 0 0 0 1px #0000001a;
  }

  .color-area__thumb:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .color-area__thumb:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .color-area__thumb:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .color-area__thumb:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .color-area__thumb:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .color-area__thumb:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .color-area__thumb[data-focus-visible="true"] {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: var(--ring-offset-width);
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-offset-color: var(--background);
    --tw-outline-style: none;
    outline-style: none;
  }

  .color-area__thumb[data-dragging="true"] {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }

  .color-area__thumb[data-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  .color-picker {
    display: inline-flex;
  }

  .color-picker__trigger {
    align-items: center;
    gap: calc(var(--spacing) * 3);
    border-radius: calc(var(--radius) * .5);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    -webkit-tap-highlight-color: transparent;
    cursor: var(--cursor-interactive);
    transition: background-color .15s var(--ease-smooth), box-shadow .15s var(--ease-out);
    display: inline-flex;
  }

  .color-picker__trigger:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .color-picker__trigger:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .color-picker__trigger:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .color-picker__trigger:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .color-picker__trigger:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .color-picker__trigger:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .color-picker__trigger [data-slot="label"] {
    cursor: var(--cursor-interactive);
  }

  .color-picker__trigger:focus-visible:not(:focus), .color-picker__trigger[data-focus-visible="true"] {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: var(--ring-offset-width);
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-offset-color: var(--background);
    --tw-outline-style: none;
    outline-style: none;
  }

  .color-picker__trigger:disabled, .color-picker__trigger[data-disabled="true"], .color-picker__trigger[aria-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  .color-picker__popover {
    min-width: calc(var(--spacing) * 62);
    transform-origin: var(--trigger-anchor-point);
    scrollbar-color: auto;
    scrollbar-gutter: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overscroll-behavior: contain;
    background-color: var(--overlay);
    padding-inline: calc(var(--spacing) * 2);
    padding-top: calc(var(--spacing) * 2);
    padding-bottom: calc(var(--spacing) * 3);
    box-shadow: var(--shadow-overlay);
    border-radius: min(32px, calc(var(--radius) * 2.5));
    gap: calc(var(--spacing) * 3);
    flex-direction: column;
    display: flex;
    overflow: hidden auto;
  }

  .color-picker__popover:focus-visible:not(:focus), .color-picker__popover[data-focus-visible="true"] {
    --tw-outline-style: none;
    outline-style: none;
  }

  .color-picker__popover[data-entering="true"] {
    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);
    --tw-duration: .15s;
    --tw-ease: ease;
    --tw-enter-opacity: 0;
    --tw-enter-scale: .95;
    transition-duration: .15s;
    transition-timing-function: ease;
  }

  .color-picker__popover[data-entering="true"][data-placement^="top"] {
    --tw-enter-translate-y: calc(1*var(--spacing));
  }

  .color-picker__popover[data-entering="true"][data-placement^="bottom"] {
    --tw-enter-translate-y: calc(1*var(--spacing)*-1);
  }

  .color-picker__popover[data-entering="true"][data-placement^="left"] {
    --tw-enter-translate-x: calc(1*var(--spacing));
  }

  .color-picker__popover[data-entering="true"][data-placement^="right"] {
    --tw-enter-translate-x: calc(1*var(--spacing)*-1);
  }

  .color-picker__popover[data-exiting="true"] {
    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);
    --tw-duration: .1s;
    --tw-ease: ease;
    --tw-exit-scale: .95;
    --tw-exit-opacity: 0;
    transition-duration: .1s;
    transition-timing-function: ease;
  }

  .color-picker__popover[data-exiting="true"], .color-picker__popover[data-entering="true"] {
    transition-property: opacity, transform;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    will-change: opacity,transform;
  }

  .color-slider {
    gap: var(--spacing);
    grid-template: "label output"
                   "track track"
                   / 1fr auto;
    width: 100%;
    display: grid;
  }

  .color-slider:not(:has([data-slot="label"])):not(:has(.color-slider__output)) {
    grid-template: "track"
    / 1fr;
    gap: 0;
  }

  .color-slider:has([data-slot="label"]):not(:has(.color-slider__output)) {
    grid-template-columns: 1fr;
    grid-template-areas: "label"
                         "track";
  }

  .color-slider:not(:has([data-slot="label"])):has(.color-slider__output) {
    grid-template-columns: 1fr;
    grid-template-areas: "output"
                         "track";
  }

  .color-slider:not(:has([data-slot="label"])):has(.color-slider__output) .color-slider__output {
    justify-self: end;
  }

  .color-slider [data-slot="label"] {
    width: fit-content;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    grid-area: label;
  }

  .color-slider .color-slider__output {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    --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, );
    grid-area: output;
  }

  .color-slider .color-slider__track {
    border-radius: calc(var(--radius) * 2);
    grid-area: track;
    position: relative;
  }

  .color-slider .color-slider__track:before, .color-slider .color-slider__track:after {
    content: "";
    z-index: 0;
    pointer-events: none;
    position: absolute;
  }

  .color-slider .color-slider__thumb {
    cursor: grab;
    border-radius: calc(var(--radius) * 2);
    -webkit-tap-highlight-color: transparent;
    border-style: var(--tw-border-style);
    border-width: 3px;
    border-color: var(--color-white);
    --tw-shadow: var(--overlay-shadow);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    z-index: 1;
    transition: transform .25s var(--ease-out), box-shadow .15s var(--ease-out);
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
  }

  .color-slider .color-slider__thumb:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .color-slider .color-slider__thumb:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .color-slider .color-slider__thumb:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .color-slider .color-slider__thumb:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .color-slider .color-slider__thumb:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .color-slider .color-slider__thumb:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .color-slider .color-slider__thumb[data-dragging="true"] {
    cursor: grabbing;
  }

  .color-slider .color-slider__thumb[data-focus-visible="true"] {
    z-index: 10;
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: var(--ring-offset-width);
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-offset-color: var(--background);
    --tw-outline-style: none;
    outline-style: none;
  }

  .color-slider .color-slider__thumb[data-disabled="true"] {
    cursor: default;
    background-color: var(--default);
  }

  .color-slider:disabled, .color-slider[data-disabled="true"], .color-slider[aria-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  :is(.color-slider:disabled, .color-slider[data-disabled="true"], .color-slider[aria-disabled="true"]) [data-slot="label"] {
    opacity: 1;
  }

  .color-slider[data-orientation="horizontal"] {
    flex-direction: column;
  }

  .color-slider[data-orientation="horizontal"] .color-slider__track {
    height: calc(var(--spacing) * 5);
    border-radius: 0;
    justify-self: center;
    width: calc(100% - 1.25rem);
    box-shadow: inset 0 1px #0000001a, inset 0 -1px #0000001a;
  }

  .color-slider[data-orientation="horizontal"] .color-slider__track:before, .color-slider[data-orientation="horizontal"] .color-slider__track:after {
    width: .625rem;
    height: 100%;
    top: 0;
  }

  .color-slider[data-orientation="horizontal"] .color-slider__track:before {
    border-top-left-radius: calc(var(--radius) * 2);
    border-bottom-left-radius: calc(var(--radius) * 2);
    background: linear-gradient(var(--track-start-color, transparent)), repeating-conic-gradient(#efefef 0% 25%, #f7f7f7 0% 50%) 50% / 16px 16px;
    left: -.625rem;
    box-shadow: inset 1px 0 #0000001a, inset 0 1px #0000001a, inset 0 -1px #0000001a;
  }

  .color-slider[data-orientation="horizontal"] .color-slider__track:after {
    border-top-right-radius: calc(var(--radius) * 2);
    border-bottom-right-radius: calc(var(--radius) * 2);
    background-color: var(--track-end-color, transparent);
    right: -.625rem;
    box-shadow: inset -1px 0 #0000001a, inset 0 1px #0000001a, inset 0 -1px #0000001a;
  }

  .color-slider[data-orientation="horizontal"] .color-slider__thumb {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    top: 50%;
  }

  .color-slider[data-orientation="vertical"] {
    gap: calc(var(--spacing) * 2);
    flex-direction: row;
    grid-template: "output"
                   "track" 1fr
                   "label"
                   / 1fr;
    place-items: center;
    height: 100%;
  }

  .color-slider[data-orientation="vertical"]:not(:has([data-slot="label"])):not(:has(.color-slider__output)) {
    grid-template-rows: 1fr;
    grid-template-areas: "track";
    gap: 0;
  }

  .color-slider[data-orientation="vertical"]:has([data-slot="label"]):not(:has(.color-slider__output)) {
    grid-template-rows: 1fr auto;
    grid-template-areas: "track"
                         "label";
  }

  .color-slider[data-orientation="vertical"]:not(:has([data-slot="label"])):has(.color-slider__output) {
    grid-template-rows: auto 1fr;
    grid-template-areas: "output"
                         "track";
  }

  .color-slider[data-orientation="vertical"] .color-slider__output, .color-slider[data-orientation="vertical"] [data-slot="label"] {
    text-align: center;
  }

  .color-slider[data-orientation="vertical"] .color-slider__track {
    width: calc(var(--spacing) * 5);
    border-radius: 0;
    justify-self: center;
    height: calc(100% - 1.25rem);
    box-shadow: inset 1px 0 #0000001a, inset -1px 0 #0000001a;
  }

  .color-slider[data-orientation="vertical"] .color-slider__track:before, .color-slider[data-orientation="vertical"] .color-slider__track:after {
    width: 100%;
    height: .625rem;
    left: 0;
  }

  .color-slider[data-orientation="vertical"] .color-slider__track:before {
    background: linear-gradient(var(--track-start-color, transparent)), repeating-conic-gradient(#efefef 0% 25%, #f7f7f7 0% 50%) 50% / 16px 16px;
    border-bottom-right-radius: 999px;
    border-bottom-left-radius: 999px;
    bottom: -.625rem;
    box-shadow: inset 1px 0 #0000001a, inset -1px 0 #0000001a, inset 0 -1px #0000001a;
  }

  .color-slider[data-orientation="vertical"] .color-slider__track:after {
    background-color: var(--track-end-color, transparent);
    border-top-left-radius: 999px;
    border-top-right-radius: 999px;
    top: -.625rem;
    box-shadow: inset 1px 0 #0000001a, inset -1px 0 #0000001a, inset 0 1px #0000001a;
  }

  .color-slider[data-orientation="vertical"] .color-slider__thumb {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    left: 50%;
  }

  .color-swatch {
    box-sizing: border-box;
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
    background: linear-gradient(var(--color-swatch-current), var(--color-swatch-current)), repeating-conic-gradient(#efefef 0% 25%, #f7f7f7 0% 50%) 50% / 16px 16px;
    flex-shrink: 0;
    position: relative;
    box-shadow: inset 0 0 0 1px #0000001a;
  }

  .color-swatch--circle {
    border-radius: calc(var(--radius) * 2);
  }

  .color-swatch--square {
    border-radius: calc(var(--radius) * .75);
  }

  .color-swatch--xs {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .color-swatch--xs.color-swatch--circle {
    border-radius: calc(var(--radius) * 1);
  }

  .color-swatch--sm {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }

  .color-swatch--sm.color-swatch--circle {
    border-radius: calc(var(--radius) * 1.5);
  }

  .color-swatch--lg {
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
  }

  .color-swatch--lg.color-swatch--circle {
    border-radius: calc(var(--radius) * 3);
  }

  .color-swatch--xl {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }

  .color-swatch--xl.color-swatch--circle {
    border-radius: calc(var(--radius) * 3);
  }

  .color-swatch-picker {
    align-items: center;
    gap: calc(var(--spacing) * 2);
    flex-wrap: wrap;
    display: flex;
  }

  .color-swatch-picker__item {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
    border-radius: calc(var(--radius) * 2);
    border-style: var(--tw-border-style);
    --tw-outline-style: none;
    -webkit-tap-highlight-color: transparent;
    cursor: var(--cursor-interactive);
    transition: border-color .1s var(--ease-out), box-shadow .1s var(--ease-out);
    transform: translateZ(0) var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
    border-width: 2px;
    border-color: #0000;
    outline-style: none;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .color-swatch-picker__item:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .color-swatch-picker__item:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .color-swatch-picker__item:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .color-swatch-picker__item:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .color-swatch-picker__item:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .color-swatch-picker__item:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .color-swatch-picker__item:focus-visible, .color-swatch-picker__item[data-focus-visible="true"] {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: var(--ring-offset-width);
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-offset-color: var(--background);
    --tw-outline-style: none;
    outline-style: none;
  }

  .color-swatch-picker__item[data-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  .color-swatch-picker__item[data-selected="true"] {
    border-color: var(--color-swatch-current);
    box-shadow: var(--field-shadow);
  }

  .color-swatch-picker__item[data-selected="true"] .color-swatch-picker__swatch {
    transform: scale(.77);
  }

  .color-swatch-picker__swatch {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    transition: transform .1s var(--ease-out);
    transform: translateZ(0) var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
    display: block;
  }

  .color-swatch-picker__swatch:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .color-swatch-picker__swatch:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .color-swatch-picker__swatch:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .color-swatch-picker__swatch:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .color-swatch-picker__swatch:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .color-swatch-picker__swatch:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  @media (hover: hover) {
    .color-swatch-picker__swatch:hover {
      transform: scale(1.1);
    }
  }

  .color-swatch-picker__indicator {
    pointer-events: none;
    z-index: 10;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0;
  }

  .color-swatch-picker__indicator > * {
    width: 33.3333%;
    height: 33.3333%;
    color: var(--color-white);
    transition: transform .15s var(--ease-out);
    transform: scale(0) translateZ(0);
  }

  .color-swatch-picker__indicator > :is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .color-swatch-picker__indicator > :is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .color-swatch-picker__indicator > :is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .color-swatch-picker__indicator > :not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .color-swatch-picker__indicator > :not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .color-swatch-picker__indicator > :not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .color-swatch-picker__indicator[data-light-color="true"] .color-swatch-picker__indicator > * {
    color: var(--color-black);
  }

  .color-swatch-picker__item[data-selected="true"] .color-swatch-picker__indicator > * {
    transform: scale(1) translateZ(0);
  }

  .color-swatch-picker--stack {
    flex-direction: column;
  }

  .color-swatch-picker--xs .color-swatch-picker__item {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    border-radius: calc(var(--radius) * 1);
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .color-swatch-picker--sm .color-swatch-picker__item {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
    border-radius: calc(var(--radius) * 1.5);
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .color-swatch-picker--lg .color-swatch-picker__item {
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
    border-radius: calc(var(--radius) * 3);
    border-style: var(--tw-border-style);
    border-width: 3px;
  }

  .color-swatch-picker--xl .color-swatch-picker__item {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
    border-radius: calc(var(--radius) * 3);
    border-style: var(--tw-border-style);
    border-width: 3px;
  }

  .color-swatch-picker--square .color-swatch-picker__item {
    border-radius: calc(var(--radius) * 1.5);
  }

  .color-swatch-picker--square .color-swatch-picker__item .color-swatch-picker__swatch, .color-swatch-picker--square .color-swatch-picker__item[data-selected="true"] .color-swatch-picker__swatch {
    border-radius: calc(var(--radius) * 1);
  }

  .color-swatch-picker--square.color-swatch-picker--xs .color-swatch-picker__item, .color-swatch-picker--square.color-swatch-picker--xs .color-swatch-picker__item .color-swatch-picker__swatch, .color-swatch-picker--square.color-swatch-picker--xs .color-swatch-picker__item[data-selected="true"] .color-swatch-picker__swatch {
    border-radius: calc(var(--radius) * .75);
  }

  .color-swatch-picker--square.color-swatch-picker--sm .color-swatch-picker__item, .color-swatch-picker--square.color-swatch-picker--sm .color-swatch-picker__item .color-swatch-picker__swatch {
    border-radius: calc(var(--radius) * 1);
  }

  .color-swatch-picker--square.color-swatch-picker--sm .color-swatch-picker__item[data-selected="true"] .color-swatch-picker__swatch {
    border-radius: calc(var(--radius) * .75);
  }

  .color-swatch-picker--square.color-swatch-picker--lg .color-swatch-picker__item {
    border-radius: calc(var(--radius) * 1.5);
  }

  .color-swatch-picker--square.color-swatch-picker--lg .color-swatch-picker__item .color-swatch-picker__swatch, .color-swatch-picker--square.color-swatch-picker--lg .color-swatch-picker__item[data-selected="true"] .color-swatch-picker__swatch {
    border-radius: calc(var(--radius) * 1);
  }

  .color-swatch-picker--square.color-swatch-picker--xl .color-swatch-picker__item {
    border-radius: calc(var(--radius) * 1.5);
  }

  .color-swatch-picker--square.color-swatch-picker--xl .color-swatch-picker__item .color-swatch-picker__swatch, .color-swatch-picker--square.color-swatch-picker--xl .color-swatch-picker__item[data-selected="true"] .color-swatch-picker__swatch {
    border-radius: calc(var(--radius) * 1);
  }

  .color-input-group {
    height: calc(var(--spacing) * 9);
    border-radius: var(--field-radius, calc(var(--radius) * 1.5));
    border-style: var(--tw-border-style);
    background-color: var(--field-background, var(--default));
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--field-foreground, var(--foreground));
    --tw-shadow: var(--field-shadow);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-outline-style: none;
    border-width: 1px;
    border-width: var(--border-width-field);
    border-color: var(--field-border);
    transition: background-color .15s var(--ease-smooth), border-color .15s var(--ease-smooth), box-shadow .15s var(--ease-out);
    outline-style: none;
    align-items: center;
    display: inline-flex;
    overflow: hidden;
  }

  .color-input-group:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .color-input-group:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .color-input-group:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .color-input-group:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .color-input-group:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .color-input-group:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  @media (hover: hover) {
    .color-input-group:hover:not(:focus-within), .color-input-group[data-hovered="true"]:not([data-focus-within="true"]) {
      background-color: var(--field-hover);
      border-color: var(--field-border-hover);
    }
  }

  .color-input-group[data-focus-within="true"], .color-input-group:focus-within {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-outline-style: none;
    outline-style: none;
  }

  .color-input-group[data-invalid="true"] {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
    outline-color: var(--danger);
    --tw-outline-style: solid;
    --tw-ring-offset-width: 3px;
    outline-style: solid;
  }

  .color-input-group[data-invalid="true"]:focus, .color-input-group[data-invalid="true"]:focus-visible, .color-input-group[data-invalid="true"][data-focused="true"], .color-input-group[data-invalid="true"][data-focus-visible="true"], .color-input-group[data-invalid="true"]:focus-within, .color-input-group[data-invalid="true"][data-focus-within="true"] {
    --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);
    --tw-ring-color: var(--danger);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .color-input-group[data-invalid="true"] {
    background-color: var(--field-focus);
    border-color: var(--color-field-border-invalid);
  }

  .color-input-group[data-disabled="true"], .color-input-group[aria-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  .color-input-group__input {
    cursor: text;
    border-style: var(--tw-border-style);
    height: 100%;
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --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);
    --tw-outline-style: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    outline-style: none;
    flex: 1;
    align-items: center;
    display: flex;
  }

  @media (min-width: 40rem) {
    .color-input-group__input {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }

  .color-input-group__input::placeholder {
    color: var(--field-placeholder, var(--muted));
  }

  .color-input-group:has([data-slot="color-input-group-prefix"]) .color-input-group__input {
    padding-left: calc(var(--spacing) * 2);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .color-input-group:has([data-slot="color-input-group-suffix"]) .color-input-group__input {
    padding-right: calc(var(--spacing) * 2);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .color-input-group__input:focus, .color-input-group__input:focus-visible {
    --tw-outline-style: none;
    outline-style: none;
  }

  .color-input-group__prefix {
    color: var(--field-placeholder, var(--muted));
    margin-right: 0;
    margin-left: calc(var(--spacing) * 3);
    flex-shrink: 0;
    align-items: center;
    display: flex;
  }

  .color-input-group__suffix {
    color: var(--field-placeholder, var(--muted));
    margin-right: calc(var(--spacing) * 3);
    flex-shrink: 0;
    align-items: center;
    display: flex;
  }

  .color-input-group--secondary {
    --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);
    background-color: var(--color-input-group-bg);
    --color-input-group-bg: var(--default);
    --color-input-group-bg-hover: var(--default-hover);
    --color-input-group-bg-focus: var(--default);
  }

  @media (hover: hover) {
    .color-input-group--secondary:hover:not(:focus-within), .color-input-group--secondary[data-hovered="true"]:not([data-focus-within="true"]) {
      background-color: var(--color-input-group-bg-hover);
    }
  }

  .color-input-group--secondary:focus-within, .color-input-group--secondary[data-focus-within="true"] {
    background-color: var(--color-input-group-bg-focus);
  }

  .color-input-group--secondary[data-invalid="true"] {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
    outline-color: var(--danger);
    --tw-outline-style: solid;
    --tw-ring-offset-width: 3px;
    outline-style: solid;
  }

  .color-input-group--secondary[data-invalid="true"]:focus, .color-input-group--secondary[data-invalid="true"]:focus-visible, .color-input-group--secondary[data-invalid="true"][data-focused="true"], .color-input-group--secondary[data-invalid="true"][data-focus-visible="true"], .color-input-group--secondary[data-invalid="true"]:focus-within, .color-input-group--secondary[data-invalid="true"][data-focus-within="true"] {
    --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);
    --tw-ring-color: var(--danger);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .color-input-group--secondary[data-invalid="true"] {
    border-color: var(--color-field-border-invalid);
    background-color: var(--color-input-group-bg-focus);
  }

  .color-input-group--secondary [data-slot="color-input-group-input"] {
    background-color: #0000;
  }

  .color-input-group--full-width {
    width: 100%;
  }

  .color-field {
    gap: var(--spacing);
    flex-direction: column;
    display: flex;
  }

  :is(.color-field[data-invalid="true"], .color-field[aria-invalid="true"]) [data-slot="description"] {
    display: none;
  }

  .color-field [data-slot="label"] {
    width: fit-content;
  }

  .color-field--full-width {
    width: 100%;
  }

  .slider {
    gap: var(--spacing);
    grid-template-columns: 1fr auto;
    grid-template-areas: "label output"
                         "track track";
    width: 100%;
    display: grid;
  }

  .slider [data-slot="label"] {
    width: fit-content;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    grid-area: label;
  }

  .slider .slider__output {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    --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, );
    grid-area: output;
  }

  .slider .slider__track {
    border-radius: calc(var(--radius) * 1.5);
    background-color: var(--default);
    grid-area: track;
    position: relative;
  }

  .slider .slider__fill {
    pointer-events: none;
    background-color: var(--accent);
    position: absolute;
  }

  .slider .slider__thumb {
    cursor: grab;
    border-radius: calc(var(--radius) * 1.5);
    background-color: var(--accent);
    -webkit-tap-highlight-color: transparent;
    transition: background-color .25s var(--ease-smooth), transform .25s var(--ease-out), box-shadow .15s var(--ease-out);
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
  }

  .slider .slider__thumb:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .slider .slider__thumb:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .slider .slider__thumb:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .slider .slider__thumb:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .slider .slider__thumb:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .slider .slider__thumb:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .slider .slider__thumb:after {
    z-index: 10;
    border-radius: calc(var(--radius) * 1);
    background-color: var(--accent-foreground);
    color: var(--color-black);
    --tw-shadow: var(--field-shadow);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    content: "";
    transform-origin: center;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    position: relative;
  }

  .slider .slider__thumb:after:is() {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .slider .slider__thumb:after:not(:is()) {
      transition-property: none;
    }
  }

  .slider .slider__thumb[data-dragging="true"] {
    cursor: grabbing;
  }

  .slider .slider__thumb[data-dragging="true"]:after {
    scale: .9;
  }

  .slider .slider__thumb[data-dragging="true"]:after:is() {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  @media (prefers-reduced-motion: reduce) {
    .slider .slider__thumb[data-dragging="true"]:after:not(:is()) {
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  .slider .slider__thumb[data-focus-visible="true"] {
    z-index: 10;
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: var(--ring-offset-width);
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-offset-color: var(--background);
    --tw-outline-style: none;
    outline-style: none;
  }

  .slider .slider__thumb[data-disabled="true"] {
    cursor: default;
  }

  .slider:disabled, .slider[data-disabled="true"], .slider[aria-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  :is(.slider:disabled, .slider[data-disabled="true"], .slider[aria-disabled="true"]) [data-slot="label"] {
    opacity: 1;
  }

  .slider[data-orientation="horizontal"] {
    flex-direction: column;
  }

  .slider[data-orientation="horizontal"] .slider__track {
    height: calc(var(--spacing) * 5);
    border-inline-style: var(--tw-border-style);
    border-inline-width: .75rem;
    border-inline-color: #0000;
    width: 100%;
  }

  .slider[data-orientation="horizontal"] .slider__track[data-fill-start="true"] {
    border-inline-start-color: var(--accent);
  }

  .slider[data-orientation="horizontal"] .slider__track[data-fill-end="true"] {
    border-inline-end-color: var(--accent);
  }

  .slider[data-orientation="horizontal"] .slider__fill, .slider[data-orientation="horizontal"] .slider__thumb {
    height: 100%;
  }

  .slider[data-orientation="horizontal"] .slider__thumb {
    width: 1.75rem;
    top: 50%;
  }

  .slider[data-orientation="horizontal"] .slider__thumb:after {
    width: 1.5rem;
    height: 1rem;
  }

  .slider[data-orientation="vertical"] {
    gap: calc(var(--spacing) * 2);
    flex-direction: row;
    grid-template: "output"
                   "track" 1fr
                   "label"
                   / 1fr;
    height: 100%;
  }

  .slider[data-orientation="vertical"] .slider__output, .slider[data-orientation="vertical"] [data-slot="label"] {
    text-align: center;
  }

  .slider[data-orientation="vertical"] .slider__track {
    height: 100%;
    width: calc(var(--spacing) * 5);
    border-block-style: var(--tw-border-style);
    border-block-width: .75rem;
    border-block-color: #0000;
    justify-self: center;
  }

  .slider[data-orientation="vertical"] .slider__track[data-fill-start="true"] {
    border-bottom-color: var(--accent);
  }

  .slider[data-orientation="vertical"] .slider__track[data-fill-end="true"] {
    border-top-color: var(--accent);
  }

  .slider[data-orientation="vertical"] .slider__fill, .slider[data-orientation="vertical"] .slider__thumb {
    width: 100%;
  }

  .slider[data-orientation="vertical"] .slider__thumb {
    height: 1.75rem;
    left: 50%;
  }

  .slider[data-orientation="vertical"] .slider__thumb:after {
    width: 1rem;
    height: 1.5rem;
  }

  .switch {
    align-items: flex-start;
    gap: var(--spacing);
    -webkit-tap-highlight-color: transparent;
    cursor: var(--cursor-interactive);
    --switch-control-bg: var(--default);
    --switch-control-bg-hover: var(--switch-control-bg);
    flex-direction: column;
    display: flex;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .switch {
      --switch-control-bg-hover: color-mix(in oklab, var(--switch-control-bg), transparent 20%);
    }
  }

  .switch {
    --switch-control-bg-pressed: var(--switch-control-bg-hover);
    --switch-control-bg-checked: var(--accent);
    --switch-control-bg-checked-hover: var(--accent-hover);
  }

  .switch[data-disabled="true"], .switch[data-disabled="true"] [data-slot="description"], .switch[data-disabled="true"] [data-slot="field-error"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  .switch[data-disabled="true"] .switch__thumb {
    background-color: var(--default-foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .switch[data-disabled="true"] .switch__thumb {
      background-color: color-mix(in oklab, var(--default-foreground) 20%, transparent);
    }
  }

  .switch > [data-slot="description"] {
    width: 100%;
    min-width: 0;
    padding-inline-start: 3.25rem;
  }

  .switch > [data-slot="field-error"] {
    width: 100%;
    min-width: 0;
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    color: var(--muted);
    padding-inline-start: 3.25rem;
  }

  .switch.switch--sm > [data-slot="description"], .switch.switch--sm > [data-slot="field-error"] {
    padding-inline-start: 2.75rem;
  }

  .switch.switch--lg > [data-slot="description"], .switch.switch--lg > [data-slot="field-error"] {
    padding-inline-start: 3.75rem;
  }

  :is(.switch:disabled[aria-checked="true"], .switch:disabled[data-selected="true"], .switch[data-disabled="true"][aria-checked="true"], .switch[data-disabled="true"][data-selected="true"], .switch[aria-disabled="true"][aria-checked="true"], .switch[aria-disabled="true"][data-selected="true"]) .switch__thumb {
    opacity: .4;
  }

  .switch__control {
    border-radius: calc(var(--radius) * 1.5);
    background-color: var(--switch-control-bg);
    width: 2.5rem;
    height: 1.25rem;
    transition: background-color .25s var(--ease-smooth), box-shadow .15s var(--ease-out);
    flex-shrink: 0;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .switch__control:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .switch__control:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .switch__control:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .switch__control:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .switch__control:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .switch__control:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .switch:focus-visible .switch__control, .switch:has([data-slot="switch-content"][data-focus-visible="true"]) .switch__control, .switch [data-slot="switch-content"][data-focus-visible="true"] .switch__control {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: var(--ring-offset-width);
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-offset-color: var(--background);
    --tw-outline-style: none;
    outline-style: none;
  }

  .switch:hover .switch__control, .switch:has([data-slot="switch-content"][data-hovered="true"]) .switch__control, .switch [data-slot="switch-content"][data-hovered="true"] .switch__control {
    background-color: var(--switch-control-bg-hover);
  }

  .switch:active .switch__control, .switch:has([data-slot="switch-content"][data-pressed="true"]) .switch__control, .switch [data-slot="switch-content"][data-pressed="true"] .switch__control {
    background-color: var(--switch-control-bg-pressed);
  }

  :is(.switch:active .switch__control, .switch:has([data-slot="switch-content"][data-pressed="true"]) .switch__control, .switch [data-slot="switch-content"][data-pressed="true"] .switch__control):is([data-reduce-motion="true"], [data-reduce-motion="true"] *), :is(.switch:active .switch__control, .switch:has([data-slot="switch-content"][data-pressed="true"]) .switch__control, .switch [data-slot="switch-content"][data-pressed="true"] .switch__control):is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, :is(.switch:active .switch__control, .switch:has([data-slot="switch-content"][data-pressed="true"]) .switch__control, .switch [data-slot="switch-content"][data-pressed="true"] .switch__control):is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transform: none;
  }

  @media (prefers-reduced-motion: reduce) {
    :is(.switch:active .switch__control, .switch:has([data-slot="switch-content"][data-pressed="true"]) .switch__control, .switch [data-slot="switch-content"][data-pressed="true"] .switch__control):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), :is(.switch:active .switch__control, .switch:has([data-slot="switch-content"][data-pressed="true"]) .switch__control, .switch [data-slot="switch-content"][data-pressed="true"] .switch__control):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, :is(.switch:active .switch__control, .switch:has([data-slot="switch-content"][data-pressed="true"]) .switch__control, .switch [data-slot="switch-content"][data-pressed="true"] .switch__control):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transform: none;
    }
  }

  .switch[aria-checked="true"] .switch__control, .switch[data-selected="true"] .switch__control {
    background-color: var(--switch-control-bg-checked);
  }

  .switch[aria-checked="true"]:hover .switch__control, .switch[data-selected="true"]:hover .switch__control, .switch[aria-checked="true"][data-hovered="true"] .switch__control, .switch[data-selected="true"][data-hovered="true"] .switch__control, .switch:has([data-slot="switch-content"][data-hovered="true"])[data-selected="true"] .switch__control, .switch[aria-checked="true"]:active .switch__control, .switch[data-selected="true"]:active .switch__control, .switch[aria-checked="true"][data-pressed="true"] .switch__control, .switch[data-selected="true"][data-pressed="true"] .switch__control, .switch:has([data-slot="switch-content"][data-pressed="true"])[data-selected="true"] .switch__control {
    background-color: var(--switch-control-bg-checked-hover);
  }

  .switch__content {
    cursor: inherit;
    align-items: center;
    gap: calc(var(--spacing) * 3);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--foreground);
    --tw-outline-style: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    outline-style: none;
    display: inline-flex;
    position: relative;
  }

  .switch--sm .switch__control {
    border-radius: calc(var(--radius) * 1);
    width: 2rem;
    height: 1rem;
  }

  .switch--lg .switch__control {
    width: 3rem;
    height: 1.5rem;
  }

  .switch__thumb {
    transform-origin: center;
    border-radius: calc(var(--radius) * 1);
    background-color: var(--color-white);
    color: var(--color-black);
    --tw-shadow: var(--field-shadow);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    width: 1.375rem;
    height: 1rem;
    transition: margin .3s var(--ease-out-fluid), background-color .2s var(--ease-out);
    margin-inline-start: calc(var(--spacing) * .5);
    display: flex;
  }

  .switch__thumb:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .switch__thumb:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .switch__thumb:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .switch__thumb:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .switch__thumb:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .switch__thumb:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .switch[aria-checked="true"] .switch__thumb, .switch[data-selected="true"] .switch__thumb {
    background-color: var(--accent-foreground);
    color: var(--accent);
    margin-inline-start: calc(100% - 1.5rem);
    box-shadow: 0 0 5px #00000005, 0 2px 10px #0000000f, 0 0 1px #0000004d;
  }

  .switch--sm .switch__thumb {
    border-radius: calc(var(--radius) * .75);
    width: 1.03125rem;
    height: .75rem;
  }

  .switch[aria-checked="true"] :is(.switch--sm .switch__thumb), .switch[data-selected="true"] :is(.switch--sm .switch__thumb) {
    margin-inline-start: calc(100% - 1.15625rem);
  }

  .switch--lg .switch__thumb {
    border-radius: calc(var(--radius) * 1.5);
    width: 1.71875rem;
    height: 1.25rem;
  }

  .switch[aria-checked="true"] :is(.switch--lg .switch__thumb), .switch[data-selected="true"] :is(.switch--lg .switch__thumb) {
    margin-inline-start: calc(100% - 1.84375rem);
  }

  .switch__thumb > * {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .switch__label {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--foreground);
  }

  .switch [data-slot="label"] {
    -webkit-user-select: none;
    user-select: none;
  }

  .switch__content [data-slot="label"] {
    cursor: var(--cursor-interactive);
  }

  .switch [data-slot="description"] {
    cursor: default;
    -webkit-user-select: none;
    user-select: none;
  }

  .switch-group {
    gap: calc(var(--spacing) * 6);
    flex-direction: column;
    display: flex;
  }

  .switch-group__items {
    gap: calc(var(--spacing) * 4);
    display: flex;
  }

  .switch-group--horizontal .switch-group__items {
    flex-direction: row;
  }

  .switch-group--vertical .switch-group__items {
    flex-direction: column;
  }

  .badge {
    justify-content: center;
    align-items: center;
    gap: calc(var(--spacing) * .5);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    min-height: calc(var(--spacing) * 7);
    min-width: calc(var(--spacing) * 7);
    border-radius: calc(var(--radius) * 3);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-leading: 1.34;
    --badge-bg: var(--default);
    --badge-fg: var(--default-foreground);
    --badge-border: var(--background);
    background-color: var(--badge-bg);
    color: var(--badge-fg);
    border: 1px solid var(--badge-border);
    flex-shrink: 0;
    line-height: 1.34;
    display: inline-flex;
  }

  .badge__label {
    padding-inline: calc(var(--spacing) * .5);
  }

  .badge-anchor {
    flex-shrink: 0;
    display: inline-flex;
    position: relative;
  }

  .badge--lg {
    min-height: calc(var(--spacing) * 8);
    min-width: calc(var(--spacing) * 8);
    border-radius: calc(var(--radius) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: 1.43;
    line-height: 1.43;
  }

  .badge--sm {
    min-height: calc(var(--spacing) * 4);
    min-width: calc(var(--spacing) * 4);
    border-radius: calc(var(--radius) * 1.5);
    --tw-leading: 1.34;
    font-size: 10px;
    line-height: 1.34;
  }

  .badge--accent {
    --badge-fg: var(--accent-soft-foreground);
  }

  .badge--default {
    --badge-fg: var(--default-foreground);
  }

  .badge--success {
    --badge-fg: var(--success-soft-foreground);
  }

  .badge--warning {
    --badge-fg: var(--warning-soft-foreground);
  }

  .badge--danger {
    --badge-fg: var(--danger-soft-foreground);
  }

  .badge--top-right {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(25%, -25%);
  }

  .badge--top-left {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-25%, -25%);
  }

  .badge--bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(25%, 25%);
  }

  .badge--bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-25%, 25%);
  }

  .badge--primary.badge--accent {
    --badge-bg: var(--accent);
    --badge-fg: var(--accent-foreground);
  }

  .badge--primary.badge--default {
    --badge-bg: var(--default);
    --badge-fg: var(--default-foreground);
  }

  .badge--primary.badge--success {
    --badge-bg: var(--success);
    --badge-fg: var(--success-foreground);
  }

  .badge--primary.badge--warning {
    --badge-bg: var(--warning);
    --badge-fg: var(--warning-foreground);
  }

  .badge--primary.badge--danger {
    --badge-bg: var(--danger);
    --badge-fg: var(--danger-foreground);
  }

  .badge--soft.badge--accent {
    --badge-bg: var(--accent-soft);
    --badge-fg: var(--accent-soft-foreground);
  }

  .badge--soft.badge--default {
    --badge-bg: var(--default-soft);
    --badge-fg: var(--default-soft-foreground);
  }

  .badge--soft.badge--success {
    --badge-bg: var(--success-soft);
    --badge-fg: var(--success-soft-foreground);
  }

  .badge--soft.badge--warning {
    --badge-bg: var(--warning-soft);
    --badge-fg: var(--warning-soft-foreground);
  }

  .badge--soft.badge--danger {
    --badge-bg: var(--danger-soft);
    --badge-fg: var(--danger-soft-foreground);
  }

  .chip {
    align-items: center;
    gap: calc(var(--spacing) * .5);
    border-radius: calc(var(--radius) * 2);
    width: fit-content;
    padding-inline: calc(var(--spacing) * 2);
    padding-block: calc(var(--spacing) * .5);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    --chip-bg: var(--default);
    --chip-fg: currentColor;
    background-color: var(--chip-bg);
    color: var(--chip-fg);
    flex-shrink: 0;
    display: inline-flex;
  }

  .chip__label {
    padding-inline: calc(var(--spacing) * .5);
  }

  .chip--accent {
    --chip-fg: var(--accent-soft-foreground);
  }

  .chip--danger {
    --chip-fg: var(--danger-soft-foreground);
  }

  .chip--default {
    --chip-fg: var(--default-foreground);
  }

  .chip--success {
    --chip-fg: var(--success-soft-foreground);
  }

  .chip--warning {
    --chip-fg: var(--warning-soft-foreground);
  }

  .chip--tertiary {
    --chip-bg: transparent;
  }

  .chip--sm {
    padding-inline: var(--spacing);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    padding-block: 0;
  }

  .chip--md {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .chip--lg {
    padding-inline: calc(var(--spacing) * 3);
    padding-block: var(--spacing);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .chip--primary.chip--accent {
    --chip-bg: var(--accent);
    --chip-fg: var(--accent-foreground);
  }

  .chip--primary.chip--success {
    --chip-bg: var(--success);
    --chip-fg: var(--success-foreground);
  }

  .chip--primary.chip--warning {
    --chip-bg: var(--warning);
    --chip-fg: var(--warning-foreground);
  }

  .chip--primary.chip--danger {
    --chip-bg: var(--danger);
    --chip-fg: var(--danger-foreground);
  }

  .chip--accent.chip--soft {
    --chip-bg: var(--accent-soft);
    --chip-fg: var(--accent-soft-foreground);
  }

  .chip--success.chip--soft {
    --chip-bg: var(--success-soft);
    --chip-fg: var(--success-soft-foreground);
  }

  .chip--warning.chip--soft {
    --chip-bg: var(--warning-soft);
    --chip-fg: var(--warning-soft-foreground);
  }

  .chip--danger.chip--soft {
    --chip-bg: var(--danger-soft);
    --chip-fg: var(--danger-soft-foreground);
  }

  .chip--default.chip--soft {
    --chip-bg: var(--default-soft);
    --chip-fg: var(--default-soft-foreground);
  }

  .table-root {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    display: grid;
    position: relative;
    overflow: clip;
  }

  .table__scroll-container {
    scrollbar-width: var(--scrollbar-width);
    scrollbar-color: var(--scrollbar-color);
    scrollbar-gutter: var(--scrollbar-gutter);
    scrollbar-gutter: auto;
    overflow-x: auto;
  }

  .table-root--primary {
    background-color: var(--surface-secondary);
    padding-inline: var(--spacing);
    padding-bottom: var(--spacing);
    border-radius: min(32px, calc(var(--radius) * 2.5));
  }

  .table-root--secondary .table__header {
    border-bottom-style: var(--tw-border-style);
    background-color: #0000;
    border-bottom-width: 0;
  }

  .table-root--secondary .table__column {
    background-color: var(--surface-secondary);
  }

  .table-root--secondary :is(th.table__column:first-child, [role="row"] > [role="presentation"]:first-of-type > .table__column) {
    border-start-start-radius: min(32px, var(--radius-2xl));
    border-end-start-radius: min(32px, var(--radius-2xl));
  }

  .table-root--secondary :is(th.table__column:last-child, [role="row"] > [role="presentation"]:last-of-type > .table__column) {
    border-start-end-radius: min(32px, var(--radius-2xl));
    border-end-end-radius: min(32px, var(--radius-2xl));
  }

  .table-root--secondary .table__body {
    --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);
  }

  .table-root--secondary .table__body tr:first-child td:first-child, .table-root--secondary .table__body tr:first-child td:last-child, .table-root--secondary .table__body tr:last-child td:first-child, .table-root--secondary .table__body tr:last-child td:last-child {
    border-radius: 0;
  }

  .table-root--secondary .table__body:not(tbody) {
    border-radius: 0;
    overflow: visible;
  }

  .table-root--secondary .table__row .table__cell {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--separator-tertiary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .table-root--secondary .table__row .table__cell {
      border-color: color-mix(in oklab, var(--separator-tertiary) 50%, transparent);
    }
  }

  .table-root--secondary .table__row .table__cell {
    background-color: #0000;
  }

  @media (hover: hover) {
    .table-root--secondary .table__row:hover .table__cell, .table-root--secondary .table__row[data-hovered="true"] .table__cell {
      background-color: var(--default);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .table-root--secondary .table__row:hover .table__cell, .table-root--secondary .table__row[data-hovered="true"] .table__cell {
        background-color: color-mix(in oklab, var(--default) 50%, transparent);
      }
    }
  }

  .table__content {
    border-collapse: separate;
    --tw-border-spacing-x: 0px;
    --tw-border-spacing-y: 0px;
    width: 100%;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .table-root--primary .table__content {
    overflow: clip;
  }

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

  @supports (color: color-mix(in lab, red, red)) {
    .table__header {
      border-color: color-mix(in oklab, var(--separator) 50%, transparent);
    }
  }

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

  .table__column {
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2.5);
    text-align: left;
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--muted);
    position: relative;
  }

  .table__column:after {
    content: "";
    pointer-events: none;
    height: calc(var(--spacing) * 4);
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    width: 1px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
    border-radius: calc(var(--radius) * .5);
    background-color: var(--separator);
    inset-inline-end: calc(var(--spacing) * 0);
    position: absolute;
    top: 50%;
  }

  .table__column:last-child:not(:only-child):after {
    content: none;
  }

  .table__column[data-allows-sorting="true"] {
    cursor: var(--cursor-interactive);
  }

  @media (hover: hover) {
    .table__column[data-allows-sorting="true"]:hover, .table__column[data-allows-sorting="true"][data-hovered="true"] {
      color: var(--foreground);
    }
  }

  .table__column:focus-visible, .table__column[data-focus-visible="true"] {
    border-radius: calc(var(--radius) * 1);
    --tw-outline-style: none;
    box-shadow: inset 0 0 0 2px var(--focus);
    outline-style: none;
  }

  [role="row"] > [role="presentation"]:last-of-type:not(:only-of-type) > .table__column:after {
    content: none;
  }

  .table__sortable-column-header {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .table__sortable-column-indicator {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
    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));
    --tw-duration: .1s;
    --tw-ease: var(--ease-out);
    transition-duration: .1s;
    transition-timing-function: var(--ease-out);
  }

  .table__sortable-column-indicator[data-direction="descending"] {
    rotate: 180deg;
  }

  .table__body tr:first-child td:first-child {
    border-start-start-radius: min(32px, var(--radius-2xl));
  }

  .table__body tr:first-child td:last-child {
    border-start-end-radius: min(32px, var(--radius-2xl));
  }

  .table__body tr:last-child td:first-child {
    border-end-start-radius: min(32px, var(--radius-2xl));
  }

  .table__body tr:last-child td:last-child {
    border-end-end-radius: min(32px, var(--radius-2xl));
  }

  .table__body:not(tbody) {
    border-radius: min(32px, var(--radius-2xl));
    height: 100%;
    position: relative;
    overflow: clip;
  }

  .table__row {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--separator);
    height: 100%;
    position: relative;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .table__row {
      border-color: color-mix(in oklab, var(--separator) 50%, transparent);
    }
  }

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

  @media (hover: hover) {
    .table__row:hover .table__cell, .table__row[data-hovered="true"] .table__cell {
      background-color: var(--surface);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .table__row:hover .table__cell, .table__row[data-hovered="true"] .table__cell {
        background-color: color-mix(in oklab, var(--surface) 40%, transparent);
      }
    }
  }

  .table__row[data-selected="true"] .table__cell {
    background-color: var(--surface);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .table__row[data-selected="true"] .table__cell {
      background-color: color-mix(in oklab, var(--surface) 10%, transparent);
    }
  }

  .table__row[aria-disabled="true"], .table__row[data-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  .table__row:focus-visible, .table__row[data-focus-visible="true"] {
    --tw-outline-style: none;
    outline-style: none;
  }

  .table__row[data-dragging="true"] {
    opacity: .5;
  }

  .table__row[data-drop-target="true"] .table__cell {
    background-color: var(--accent-soft);
  }

  .table__cell {
    background-color: var(--surface);
    height: 100%;
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    vertical-align: middle;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--foreground);
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--separator-tertiary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .table__cell {
      border-color: color-mix(in oklab, var(--separator-tertiary) 50%, transparent);
    }
  }

  .table__cell:focus-visible, .table__cell[data-focus-visible="true"] {
    border-radius: calc(var(--radius) * 1);
    --tw-outline-style: none;
    box-shadow: inset 0 0 0 2px var(--focus);
    outline-style: none;
  }

  .table__row:is(:focus-visible, [data-focus-visible="true"]) :is(.table__cell, .table__column) {
    --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);
  }

  .table__row:is(:focus-visible, [data-focus-visible="true"]) > :is(.table__cell, .table__column):only-child, .table__row:is(:focus-visible, [data-focus-visible="true"]) > :only-child :is(.table__cell, .table__column) {
    border-radius: calc(var(--radius) * 1);
    --tw-shadow: inset 0 0 0 2px var(--tw-shadow-color, var(--focus));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-outline-style: none;
    outline-style: none;
  }

  .table__row:is(:focus-visible, [data-focus-visible="true"]) > :is(.table__cell, .table__column):first-child:not(:only-child), .table__row:is(:focus-visible, [data-focus-visible="true"]) > :first-child:not(:only-child) :is(.table__cell, .table__column) {
    border-top-left-radius: calc(var(--radius) * 1);
    border-bottom-left-radius: calc(var(--radius) * 1);
    --tw-shadow: inset 2px 0 0 0 var(--tw-shadow-color, var(--focus)), inset 0 2px 0 0 var(--tw-shadow-color, var(--focus)), inset 0 -2px 0 0 var(--tw-shadow-color, var(--focus));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-outline-style: none;
    outline-style: none;
  }

  .table__row:is(:focus-visible, [data-focus-visible="true"]) > :is(.table__cell, .table__column):last-child:not(:only-child), .table__row:is(:focus-visible, [data-focus-visible="true"]) > :last-child:not(:only-child) :is(.table__cell, .table__column) {
    border-top-right-radius: calc(var(--radius) * 1);
    border-bottom-right-radius: calc(var(--radius) * 1);
    --tw-shadow: inset -2px 0 0 0 var(--tw-shadow-color, var(--focus)), inset 0 2px 0 0 var(--tw-shadow-color, var(--focus)), inset 0 -2px 0 0 var(--tw-shadow-color, var(--focus));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-outline-style: none;
    outline-style: none;
  }

  .table__row:is(:focus-visible, [data-focus-visible="true"]) > :is(.table__cell, .table__column):not(:first-child):not(:last-child):not(:only-child), .table__row:is(:focus-visible, [data-focus-visible="true"]) > :not(:first-child):not(:last-child):not(:only-child) :is(.table__cell, .table__column) {
    --tw-shadow: inset 0 2px 0 0 var(--tw-shadow-color, var(--focus)), inset 0 -2px 0 0 var(--tw-shadow-color, var(--focus));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-outline-style: none;
    outline-style: none;
  }

  .table__cell[data-tree-column] {
    padding-inline-start: calc(1rem * var(--table-row-level, 1));
  }

  .table__footer {
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2.5);
    align-items: center;
    display: flex;
  }

  .table__resizable-container {
    scrollbar-width: var(--scrollbar-width);
    scrollbar-color: var(--scrollbar-color);
    scrollbar-gutter: var(--scrollbar-gutter);
    scrollbar-gutter: auto;
    position: relative;
    overflow: auto;
  }

  .table__column-resizer {
    height: calc(var(--spacing) * 4);
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    border-radius: calc(var(--radius) * .5);
    background-color: var(--separator);
    box-sizing: content-box;
    --tw-translate-x: calc(1 / 2 * 100%);
    width: 1px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
    cursor: col-resize;
    touch-action: none;
    padding-inline: calc(var(--spacing) * 2);
    --tw-border-style: none;
    --tw-outline-style: none;
    inset-inline-end: calc(var(--spacing) * 0);
    background-clip: content-box;
    border-style: none;
    outline-style: none;
    position: absolute;
    top: 50%;
  }

  .table__column-resizer[data-hovered="true"], .table__column-resizer:hover, .table__column-resizer[data-resizing="true"] {
    height: 100%;
    width: calc(var(--spacing) * .5);
    background-color: var(--accent);
  }

  .table__column-resizer[data-focus-visible="true"], .table__column-resizer:focus-visible {
    height: 100%;
    width: calc(var(--spacing) * .5);
    background-color: var(--focus);
  }

  .table__column:has(.table__column-resizer):after {
    content: none;
  }

  .table__load-more td, .table__load-more [role="rowheader"] {
    padding-block: calc(var(--spacing) * 3);
    text-align: center;
  }

  :is(.table__load-more td, .table__load-more [role="rowheader"]) > * {
    margin-inline: auto;
  }

  .table__load-more-content {
    justify-content: center;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    padding-block: calc(var(--spacing) * 2);
    display: flex;
  }

  .alert {
    justify-content: flex-start;
    align-items: flex-start;
    gap: calc(var(--spacing) * 4);
    background-color: var(--surface);
    width: 100%;
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    --tw-shadow: var(--surface-shadow);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-radius: min(32px, var(--radius-3xl));
    flex-direction: row;
    display: flex;
  }

  .alert__content {
    flex-direction: column;
    flex-grow: 1;
    align-items: flex-start;
    height: 100%;
    display: flex;
  }

  .alert__indicator {
    padding: var(--spacing);
    -webkit-user-select: none;
    user-select: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .alert__indicator [data-slot="alert-default-icon"] {
    box-sizing: content-box;
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .alert__title {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .alert__description {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--muted);
  }

  .alert--default .alert__indicator, .alert--default .alert__title {
    color: var(--foreground);
  }

  .alert--accent .alert__indicator, .alert--accent .alert__title {
    color: var(--accent-soft-foreground);
  }

  .alert--success .alert__indicator, .alert--success .alert__title {
    color: var(--success-soft-foreground);
  }

  .alert--warning .alert__indicator, .alert--warning .alert__title {
    color: var(--warning-soft-foreground);
  }

  .alert--danger .alert__indicator, .alert--danger .alert__title {
    color: var(--danger-soft-foreground);
  }

  .empty-state {
    padding: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--muted);
  }

  .skeleton {
    pointer-events: none;
    border-radius: calc(var(--radius) * .5);
    background-color: var(--surface-tertiary);
    position: relative;
    overflow: hidden;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .skeleton {
      background-color: color-mix(in oklab, var(--surface-tertiary) 70%, transparent);
    }
  }

  .skeleton--shimmer:after {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
    --tw-gradient-position: to right;
    animation: 2s linear infinite skeleton;
    position: absolute;
    inset: 0;
  }

  @supports (background-image: linear-gradient(in lab, red, red)) {
    .skeleton--shimmer:after {
      --tw-gradient-position: to right in oklab;
    }
  }

  .skeleton--shimmer:after {
    background-image: linear-gradient(var(--tw-gradient-stops));
    --tw-gradient-from: transparent;
    --tw-gradient-via: var(--surface-tertiary);
    --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, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    --tw-gradient-to: transparent;
    --tw-content: "";
    content: var(--tw-content);
  }

  .skeleton--shimmer:has(.skeleton):after {
    content: none;
  }

  .skeleton--shimmer:has(.skeleton):before {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
    --tw-content: "";
    content: var(--tw-content);
    z-index: 10;
    pointer-events: none;
    mix-blend-mode: overlay;
    background: linear-gradient(90deg, #0000 0%, #ffffff80 50%, #0000 100%);
    animation: 2s linear infinite skeleton;
    position: absolute;
    inset: 0;
  }

  .skeleton--shimmer:has(.skeleton) .skeleton:after {
    content: none;
  }

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

  .meter {
    gap: var(--spacing);
    --meter-fill: var(--accent);
    grid-template-columns: 1fr auto;
    grid-template-areas: "label output"
                         "track track";
    width: 100%;
    display: grid;
  }

  .meter [data-slot="label"] {
    width: fit-content;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    grid-area: label;
  }

  .meter .meter__output {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    --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, );
    grid-area: output;
  }

  .meter .meter__track {
    border-radius: calc(var(--radius) * .5);
    background-color: var(--default);
    height: calc(var(--spacing) * 2);
    grid-area: track;
    position: relative;
    overflow: hidden;
  }

  .meter .meter__fill {
    border-radius: calc(var(--radius) * .5);
    background-color: var(--meter-fill);
    height: 100%;
    transition: width .3s var(--ease-out);
    position: absolute;
    top: 0;
    left: 0;
  }

  .meter .meter__fill:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .meter .meter__fill:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .meter .meter__fill:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .meter .meter__fill:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .meter .meter__fill:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .meter .meter__fill:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .meter:disabled, .meter[data-disabled="true"], .meter[aria-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  :is(.meter:disabled, .meter[data-disabled="true"], .meter[aria-disabled="true"]) [data-slot="label"] {
    opacity: 1;
  }

  .meter--sm .meter__track {
    height: var(--spacing);
    border-radius: calc(var(--radius) * .25);
  }

  .meter--sm .meter__fill {
    border-radius: calc(var(--radius) * .25);
  }

  .meter--lg .meter__track {
    height: calc(var(--spacing) * 3);
    border-radius: calc(var(--radius) * .75);
  }

  .meter--lg .meter__fill {
    border-radius: calc(var(--radius) * .75);
  }

  .meter--default {
    --meter-fill: var(--default-foreground);
  }

  .meter--accent {
    --meter-fill: var(--accent);
  }

  .meter--success {
    --meter-fill: var(--success);
  }

  .meter--warning {
    --meter-fill: var(--warning);
  }

  .meter--danger {
    --meter-fill: var(--danger);
  }

  .progress-bar {
    gap: var(--spacing);
    --progress-bar-fill: var(--accent);
    grid-template-columns: 1fr auto;
    grid-template-areas: "label output"
                         "track track";
    width: 100%;
    display: grid;
  }

  .progress-bar [data-slot="label"] {
    width: fit-content;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    grid-area: label;
  }

  .progress-bar .progress-bar__output {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    --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, );
    grid-area: output;
  }

  .progress-bar .progress-bar__track {
    border-radius: calc(var(--radius) * .5);
    background-color: var(--default);
    height: calc(var(--spacing) * 2);
    grid-area: track;
    position: relative;
    overflow: hidden;
  }

  .progress-bar .progress-bar__fill {
    border-radius: calc(var(--radius) * .5);
    background-color: var(--progress-bar-fill);
    height: 100%;
    transition: width .3s var(--ease-out);
    position: absolute;
    top: 0;
    left: 0;
  }

  .progress-bar .progress-bar__fill:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .progress-bar .progress-bar__fill:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .progress-bar .progress-bar__fill:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .progress-bar .progress-bar__fill:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .progress-bar .progress-bar__fill:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .progress-bar .progress-bar__fill:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .progress-bar:not([aria-valuenow]) .progress-bar__fill {
    width: 40%;
    animation: 1.5s cubic-bezier(.65, 0, .35, 1) infinite progress-bar-indeterminate;
  }

  .progress-bar:not([aria-valuenow]) .progress-bar__fill:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .progress-bar:not([aria-valuenow]) .progress-bar__fill:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .progress-bar:not([aria-valuenow]) .progress-bar__fill:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    animation: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .progress-bar:not([aria-valuenow]) .progress-bar__fill:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .progress-bar:not([aria-valuenow]) .progress-bar__fill:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .progress-bar:not([aria-valuenow]) .progress-bar__fill:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      animation: none;
    }
  }

  .progress-bar:disabled, .progress-bar[data-disabled="true"], .progress-bar[aria-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  :is(.progress-bar:disabled, .progress-bar[data-disabled="true"], .progress-bar[aria-disabled="true"]) [data-slot="label"] {
    opacity: 1;
  }

  @keyframes progress-bar-indeterminate {
    0% {
      transform: translateX(-100%);
    }

    100% {
      transform: translateX(350%);
    }
  }

  .progress-bar--sm .progress-bar__track {
    height: var(--spacing);
    border-radius: calc(var(--radius) * .25);
  }

  .progress-bar--sm .progress-bar__fill {
    border-radius: calc(var(--radius) * .25);
  }

  .progress-bar--lg .progress-bar__track {
    height: calc(var(--spacing) * 3);
    border-radius: calc(var(--radius) * .75);
  }

  .progress-bar--lg .progress-bar__fill {
    border-radius: calc(var(--radius) * .75);
  }

  .progress-bar--default {
    --progress-bar-fill: var(--default-foreground);
  }

  .progress-bar--accent {
    --progress-bar-fill: var(--accent);
  }

  .progress-bar--success {
    --progress-bar-fill: var(--success);
  }

  .progress-bar--warning {
    --progress-bar-fill: var(--warning);
  }

  .progress-bar--danger {
    --progress-bar-fill: var(--danger);
  }

  .progress-circle {
    --progress-circle-stroke: var(--accent);
    --progress-circle-track-stroke: var(--default);
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .progress-circle .progress-circle__track {
    width: calc(var(--spacing) * 7);
    height: calc(var(--spacing) * 7);
  }

  .progress-circle .progress-circle__track-circle {
    stroke: var(--progress-circle-track-stroke);
  }

  .progress-circle .progress-circle__fill-circle {
    stroke: var(--progress-circle-stroke);
    transition: stroke-dashoffset .3s var(--ease-out);
  }

  .progress-circle .progress-circle__fill-circle:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .progress-circle .progress-circle__fill-circle:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .progress-circle .progress-circle__fill-circle:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .progress-circle .progress-circle__fill-circle:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .progress-circle .progress-circle__fill-circle:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .progress-circle .progress-circle__fill-circle:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .progress-circle:not([aria-valuenow]) .progress-circle__track {
    animation: 1s linear infinite progress-circle-spin;
  }

  .progress-circle:not([aria-valuenow]) .progress-circle__track:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .progress-circle:not([aria-valuenow]) .progress-circle__track:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .progress-circle:not([aria-valuenow]) .progress-circle__track:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    animation: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .progress-circle:not([aria-valuenow]) .progress-circle__track:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .progress-circle:not([aria-valuenow]) .progress-circle__track:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .progress-circle:not([aria-valuenow]) .progress-circle__track:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      animation: none;
    }
  }

  .progress-circle:disabled, .progress-circle[data-disabled="true"], .progress-circle[aria-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  @keyframes progress-circle-spin {
    from {
      transform: rotate(0);
    }

    to {
      transform: rotate(360deg);
    }
  }

  .progress-circle--sm .progress-circle__track {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }

  .progress-circle--lg .progress-circle__track {
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
  }

  .progress-circle--default {
    --progress-circle-stroke: var(--default-foreground);
  }

  .progress-circle--accent {
    --progress-circle-stroke: var(--accent);
  }

  .progress-circle--success {
    --progress-circle-stroke: var(--success);
  }

  .progress-circle--warning {
    --progress-circle-stroke: var(--warning);
  }

  .progress-circle--danger {
    --progress-circle-stroke: var(--danger);
  }

  .spinner {
    pointer-events: none;
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
    flex-shrink: 0;
    animation: .75s linear infinite spin;
    display: inline-flex;
  }

  .spinner:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .spinner:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .spinner:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    animation: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .spinner:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .spinner:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .spinner:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      animation: none;
    }
  }

  .spinner--sm {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

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

  .spinner--xl {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }

  .spinner--current {
    color: inherit;
  }

  .spinner--accent {
    color: var(--accent);
  }

  .spinner--danger {
    color: var(--danger);
  }

  .spinner--success {
    color: var(--success);
  }

  .spinner--warning {
    color: var(--warning);
  }

  .toast-region {
    pointer-events: none;
    z-index: 50;
    --tw-outline-style: none;
    outline-style: none;
    width: calc(100vw - 2rem);
    position: fixed;
  }

  @media (min-width: 40rem) {
    .toast-region {
      width: auto;
      min-width: var(--toast-width);
    }
  }

  .toast-region {
    display: block;
  }

  .toast-region--bottom {
    bottom: calc(var(--spacing) * 4);
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    left: 50%;
  }

  .toast-region--bottom-start {
    bottom: calc(var(--spacing) * 4);
    left: calc(var(--spacing) * 4);
  }

  .toast-region--bottom-end {
    right: calc(var(--spacing) * 4);
    bottom: calc(var(--spacing) * 4);
  }

  .toast-region--top {
    top: calc(var(--spacing) * 4);
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    left: 50%;
  }

  .toast-region--top-start {
    top: calc(var(--spacing) * 4);
    left: calc(var(--spacing) * 4);
  }

  .toast-region--top-end {
    top: calc(var(--spacing) * 4);
    right: calc(var(--spacing) * 4);
  }

  .toast-region:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-offset: 2px;
    outline-width: 2px;
    outline-color: var(--focus);
  }

  .toast {
    pointer-events: auto;
    justify-content: flex-start;
    align-items: flex-start;
    gap: calc(var(--spacing) * 1.5);
    background-color: var(--surface);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    --tw-shadow: var(--overlay-shadow);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-radius: min(32px, var(--radius-3xl));
    flex-direction: row;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
  }

  .toast--bottom, .toast--bottom-start, .toast--bottom-end {
    bottom: 0;
  }

  .toast--top, .toast--top-start, .toast--top-end {
    top: 0;
  }

  .toast:not([data-frontmost="true"]) {
    pointer-events: none;
    height: var(--front-height);
    overflow: hidden;
  }

  .toast:not([data-frontmost="true"]) .toast__close-button {
    pointer-events: none;
    opacity: 0;
    outline: none;
  }

  .toast[data-hidden="true"] {
    pointer-events: none;
    opacity: 0;
    display: flex;
  }

  .toast:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-offset: 2px;
    outline-width: 2px;
    outline-color: var(--focus);
  }

  .toast--bottom, .toast--bottom-start, .toast--bottom-end {
    view-transition-class: toast-bottom;
  }

  .toast--top, .toast--top-start, .toast--top-end {
    view-transition-class: toast-top;
  }

  .toast__content {
    flex-direction: column;
    flex-grow: 1;
    align-self: center;
    align-items: flex-start;
    height: 100%;
    display: flex;
  }

  .toast__indicator {
    padding: var(--spacing);
    color: var(--overlay-foreground);
    -webkit-user-select: none;
    user-select: none;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .toast__indicator [data-slot="toast-default-icon"] {
    box-sizing: content-box;
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .toast__indicator [data-slot="spinner"], .toast__indicator [data-slot="spinner-icon"] {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .toast__title {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--overlay-foreground);
  }

  .toast__description {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--muted);
  }

  .toast__close-button {
    pointer-events: none;
    top: calc(var(--spacing) * -1);
    right: calc(var(--spacing) * -1);
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
    border-color: var(--border);
    background-color: var(--default);
    opacity: 0;
    position: absolute;
  }

  @media (min-width: 40rem) {
    .toast__close-button {
      border-style: var(--tw-border-style);
      background-color: var(--overlay);
      border-width: 1px;
    }
  }

  .toast__close-button {
    transition: opacity .15s var(--ease-smooth);
  }

  .toast__close-button:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .toast__close-button:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .toast__close-button:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .toast__close-button:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .toast__close-button:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .toast__close-button:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .toast__close-button [data-slot="close-button-icon"] {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }

  @media (min-width: 40rem) {
    .toast__close-button [data-slot="close-button-icon"] {
      width: calc(var(--spacing) * 3);
      height: calc(var(--spacing) * 3);
    }
  }

  @media (hover: hover) {
    .toast__close-button:hover, .toast__close-button[data-hovered="true"] {
      background-color: var(--default);
    }
  }

  .toast[data-frontmost="true"]:hover .toast__close-button {
    pointer-events: auto;
    opacity: 1;
  }

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

  @media (min-width: 40rem) {
    .toast__action {
      margin-top: 0;
    }
  }

  .toast--accent .toast__title {
    color: var(--accent-soft-foreground);
  }

  .toast--success .toast__title, .toast--success .toast__indicator {
    color: var(--success-soft-foreground);
  }

  .toast--warning .toast__title, .toast--warning .toast__indicator {
    color: var(--warning-soft-foreground);
  }

  .toast--danger .toast__title, .toast--danger .toast__indicator {
    color: var(--danger-soft-foreground);
  }

  ::view-transition-old(*) {
    will-change: translate, opacity;
  }

  ::view-transition-new(*) {
    will-change: translate, opacity;
  }

  ::view-transition-new(.toast-bottom):only-child {
    animation: .35s toast-slide-bottom-in;
  }

  ::view-transition-old(.toast-bottom):only-child {
    animation: .35s forwards toast-slide-bottom-out;
  }

  ::view-transition-new(.toast-top):only-child {
    animation: .35s toast-slide-top-in;
  }

  ::view-transition-old(.toast-top):only-child {
    animation: .35s forwards toast-slide-top-out;
  }

  @keyframes toast-slide-bottom-in {
    from {
      opacity: 0;
      translate: 0 100%;
    }
  }

  @keyframes toast-slide-bottom-out {
    to {
      opacity: 0;
      translate: 0 100%;
    }
  }

  @keyframes toast-slide-top-in {
    from {
      opacity: 0;
      translate: 0 -100%;
    }
  }

  @keyframes toast-slide-top-out {
    to {
      opacity: 0;
      translate: 0 -100%;
    }
  }

  .checkbox-group {
    flex-direction: column;
    display: flex;
  }

  .checkbox-group [data-slot="checkbox"] {
    margin-top: calc(var(--spacing) * 4);
  }

  .checkbox {
    align-items: flex-start;
    gap: var(--spacing);
    --tw-outline-style: none;
    -webkit-tap-highlight-color: transparent;
    cursor: var(--cursor-interactive);
    outline-style: none;
    flex-direction: column;
    display: flex;
  }

  .checkbox > [data-slot="description"], .checkbox > [data-slot="field-error"] {
    cursor: default;
    width: 100%;
    min-width: 0;
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    text-wrap: wrap;
    overflow-wrap: break-word;
    color: var(--muted);
    -webkit-user-select: none;
    user-select: none;
    padding-inline-start: calc(var(--spacing) * 7);
  }

  .checkbox [data-slot="label"] {
    -webkit-user-select: none;
    user-select: none;
  }

  .checkbox .checkbox__content [data-slot="label"] {
    cursor: var(--cursor-interactive);
  }

  .checkbox[data-disabled="true"], .checkbox[data-disabled="true"] [data-slot="description"], .checkbox[data-disabled="true"] [data-slot="field-error"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  :is(.checkbox[data-selected="true"], .checkbox[data-indeterminate="true"]) .checkbox__indicator {
    border-color: var(--accent-foreground);
  }

  .checkbox [data-slot="checkbox-default-indicator--checkmark"] {
    width: calc(var(--spacing) * 2.5);
    height: calc(var(--spacing) * 2.5);
    stroke-width: 2.5px;
    color: var(--accent-foreground);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .checkbox [data-slot="checkbox-default-indicator--checkmark"]:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .checkbox [data-slot="checkbox-default-indicator--checkmark"]:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .checkbox [data-slot="checkbox-default-indicator--checkmark"]:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .checkbox [data-slot="checkbox-default-indicator--checkmark"]:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .checkbox [data-slot="checkbox-default-indicator--checkmark"]:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .checkbox [data-slot="checkbox-default-indicator--checkmark"]:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .checkbox[data-selected="true"] [data-slot="checkbox-default-indicator--checkmark"] {
    transition: stroke-dashoffset .15s linear 15ms;
  }

  .checkbox[data-invalid="true"][data-selected="true"] [data-slot="checkbox-default-indicator--checkmark"], .checkbox[data-invalid="true"][aria-checked="true"] [data-slot="checkbox-default-indicator--checkmark"], .checkbox[aria-invalid="true"][data-selected="true"] [data-slot="checkbox-default-indicator--checkmark"], .checkbox[aria-invalid="true"][aria-checked="true"] [data-slot="checkbox-default-indicator--checkmark"] {
    color: var(--danger-foreground);
  }

  .checkbox[data-indeterminate="true"] [data-slot="checkbox-default-indicator--indeterminate"] {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }

  .checkbox[data-indeterminate="true"][data-invalid="true"] [data-slot="checkbox-default-indicator--indeterminate"], .checkbox[data-indeterminate="true"][aria-invalid="true"] [data-slot="checkbox-default-indicator--indeterminate"] {
    color: var(--danger-foreground);
  }

  .checkbox__control {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    border-radius: calc(var(--radius) * .75);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-width: var(--border-width-field);
    border-color: var(--field-border, var(--border));
    background-color: var(--field-background, var(--default));
    --tw-shadow: var(--field-shadow);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-outline-style: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color .2s var(--ease-out), border-color .2s var(--ease-out), transform .1s var(--ease-out);
    outline-style: none;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    position: relative;
    overflow: hidden;
  }

  .checkbox__control:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .checkbox__control:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .checkbox__control:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .checkbox__control:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .checkbox__control:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .checkbox__control:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .checkbox__control {
    cursor: var(--cursor-interactive);
  }

  .checkbox__control:before {
    pointer-events: none;
    z-index: 0;
    transform-origin: center;
    --tw-scale-x: 70%;
    --tw-scale-y: 70%;
    --tw-scale-z: 70%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
    border-radius: calc(var(--radius) * .75);
    background-color: var(--accent);
    opacity: 0;
    --tw-content: "";
    content: var(--tw-content);
    transition: scale .1s var(--ease-linear), opacity .2s var(--ease-linear), background-color .2s var(--ease-out);
    position: absolute;
    inset: 0;
  }

  .checkbox__control:before:is() {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .checkbox__control:before:not(:is()) {
      transition-property: none;
    }
  }

  .checkbox:focus-visible .checkbox__control, .checkbox:has([data-slot="checkbox-content"][data-focus-visible="true"]) .checkbox__control, .checkbox [data-slot="checkbox-content"][data-focus-visible="true"] .checkbox__control {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: var(--ring-offset-width);
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-offset-color: var(--background);
    --tw-outline-style: none;
    outline-style: none;
  }

  .checkbox:hover .checkbox__control, .checkbox:has([data-slot="checkbox-content"][data-hovered="true"]) .checkbox__control, .checkbox [data-slot="checkbox-content"][data-hovered="true"] .checkbox__control {
    border-color: var(--field-border-hover);
  }

  :is(.checkbox:hover .checkbox__control, .checkbox:has([data-slot="checkbox-content"][data-hovered="true"]) .checkbox__control, .checkbox [data-slot="checkbox-content"][data-hovered="true"] .checkbox__control):before {
    background-color: var(--accent-hover);
  }

  .checkbox[aria-checked="true"] .checkbox__control, .checkbox[data-selected="true"] .checkbox__control {
    color: var(--accent-foreground);
    border-color: #0000;
  }

  :is(.checkbox[aria-checked="true"] .checkbox__control, .checkbox[data-selected="true"] .checkbox__control):before {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
    opacity: 1;
  }

  .checkbox[data-indeterminate="true"] .checkbox__control {
    background-color: var(--accent);
    color: var(--accent-foreground);
  }

  .checkbox:active[data-indeterminate="true"] .checkbox__control, .checkbox[data-pressed="true"][data-indeterminate="true"] .checkbox__control, .checkbox:has([data-slot="checkbox-content"][data-pressed="true"])[data-indeterminate="true"] .checkbox__control {
    background-color: var(--accent-hover);
  }

  .checkbox[data-invalid="true"]:not([aria-checked="true"]):not([data-selected="true"]):not([data-indeterminate="true"]) .checkbox__control, .checkbox[aria-invalid="true"]:not([aria-checked="true"]):not([data-selected="true"]):not([data-indeterminate="true"]) .checkbox__control {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
    outline-color: var(--danger);
    --tw-outline-style: solid;
    --tw-ring-offset-width: 3px;
    outline-style: solid;
  }

  :is(.checkbox[data-invalid="true"]:not([aria-checked="true"]):not([data-selected="true"]):not([data-indeterminate="true"]) .checkbox__control, .checkbox[aria-invalid="true"]:not([aria-checked="true"]):not([data-selected="true"]):not([data-indeterminate="true"]) .checkbox__control):focus, :is(.checkbox[data-invalid="true"]:not([aria-checked="true"]):not([data-selected="true"]):not([data-indeterminate="true"]) .checkbox__control, .checkbox[aria-invalid="true"]:not([aria-checked="true"]):not([data-selected="true"]):not([data-indeterminate="true"]) .checkbox__control):focus-visible, :is(.checkbox[data-invalid="true"]:not([aria-checked="true"]):not([data-selected="true"]):not([data-indeterminate="true"]) .checkbox__control, .checkbox[aria-invalid="true"]:not([aria-checked="true"]):not([data-selected="true"]):not([data-indeterminate="true"]) .checkbox__control)[data-focused="true"], :is(.checkbox[data-invalid="true"]:not([aria-checked="true"]):not([data-selected="true"]):not([data-indeterminate="true"]) .checkbox__control, .checkbox[aria-invalid="true"]:not([aria-checked="true"]):not([data-selected="true"]):not([data-indeterminate="true"]) .checkbox__control)[data-focus-visible="true"], :is(.checkbox[data-invalid="true"]:not([aria-checked="true"]):not([data-selected="true"]):not([data-indeterminate="true"]) .checkbox__control, .checkbox[aria-invalid="true"]:not([aria-checked="true"]):not([data-selected="true"]):not([data-indeterminate="true"]) .checkbox__control):focus-within, :is(.checkbox[data-invalid="true"]:not([aria-checked="true"]):not([data-selected="true"]):not([data-indeterminate="true"]) .checkbox__control, .checkbox[aria-invalid="true"]:not([aria-checked="true"]):not([data-selected="true"]):not([data-indeterminate="true"]) .checkbox__control)[data-focus-within="true"] {
    --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);
    --tw-ring-color: var(--danger);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .checkbox[data-invalid="true"][aria-checked="true"] .checkbox__control, .checkbox[data-invalid="true"][data-selected="true"] .checkbox__control, .checkbox[aria-invalid="true"][aria-checked="true"] .checkbox__control, .checkbox[aria-invalid="true"][data-selected="true"] .checkbox__control {
    background-color: var(--danger);
    color: var(--danger-foreground);
    border-color: #0000;
  }

  :is(.checkbox[data-invalid="true"][aria-checked="true"] .checkbox__control, .checkbox[data-invalid="true"][data-selected="true"] .checkbox__control, .checkbox[aria-invalid="true"][aria-checked="true"] .checkbox__control, .checkbox[aria-invalid="true"][data-selected="true"] .checkbox__control):before {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
    background-color: var(--danger);
    opacity: 1;
  }

  .checkbox[data-indeterminate="true"][aria-invalid="true"] .checkbox__control, .checkbox[data-indeterminate="true"][data-invalid="true"] .checkbox__control {
    background-color: var(--danger);
    color: var(--danger-foreground);
  }

  .checkbox__indicator {
    z-index: 10;
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .checkbox__indicator svg {
    width: 100%;
    height: 100%;
    transform: translateZ(0) var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .checkbox--disabled {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  .checkbox--secondary .checkbox__control {
    --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);
    background-color: var(--checkbox-control-bg);
    --checkbox-control-bg: var(--default);
  }

  .checkbox:hover :is(.checkbox--secondary .checkbox__control), .checkbox:has([data-slot="checkbox-content"][data-hovered="true"]) :is(.checkbox--secondary .checkbox__control), .checkbox [data-slot="checkbox-content"][data-hovered="true"] :is(.checkbox--secondary .checkbox__control) {
    border-color: var(--field-border-hover);
  }

  .checkbox__content {
    cursor: inherit;
    align-items: center;
    gap: calc(var(--spacing) * 3);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--foreground);
    --tw-outline-style: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    outline-style: none;
    display: inline-flex;
    position: relative;
  }

  .checkbox--secondary:not([aria-checked="true"]):not([data-selected="true"]):not([data-indeterminate="true"]) .checkbox__control {
    background-color: var(--checkbox-control-bg);
  }

  :is(.checkbox--secondary[aria-checked="true"] .checkbox__control, .checkbox--secondary[data-selected="true"] .checkbox__control):before, .checkbox--secondary[data-indeterminate="true"] .checkbox__control, .checkbox--secondary[data-indeterminate="true"] .checkbox__control:before {
    background-color: var(--accent);
  }

  .fieldset {
    gap: calc(var(--spacing) * 6);
    flex-direction: column;
    flex: 1 1 0;
    display: flex;
  }

  .fieldset__legend {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--foreground);
  }

  .fieldset__field_group {
    width: 100%;
  }

  :where(.fieldset__field_group > :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)));
  }

  .fieldset__actions {
    align-items: center;
    gap: calc(var(--spacing) * 2);
    padding-top: var(--spacing);
    display: flex;
  }

  .input-otp {
    align-items: center;
    gap: calc(var(--spacing) * 2);
    display: flex;
    position: relative;
  }

  .input-otp[data-disabled="true"] {
    cursor: not-allowed;
    opacity: .5;
  }

  .input-otp__group {
    align-items: center;
    gap: calc(var(--spacing) * 2);
    display: flex;
  }

  .input-otp__slot {
    height: calc(var(--spacing) * 10);
    width: calc(var(--spacing) * 9.5);
    border-style: var(--tw-border-style);
    background-color: var(--field-background, var(--default));
    color: var(--field-foreground, var(--foreground));
    --tw-shadow: var(--field-shadow);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-radius: var(--field-radius, calc(var(--radius) * 1.5));
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-outline-style: none;
    border-width: 1px;
    border-width: var(--border-width-field);
    border-color: var(--field-border);
    transition: background-color .15s var(--ease-smooth), border-color .15s var(--ease-smooth), box-shadow .15s var(--ease-out);
    outline-style: none;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .input-otp__slot:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .input-otp__slot:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .input-otp__slot:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .input-otp__slot:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .input-otp__slot:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .input-otp__slot:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  @media (hover: hover) {
    .input-otp__slot:hover, .input-otp__slot[data-hovered="true"] {
      background-color: var(--field-hover);
      border-color: var(--field-border-hover);
    }
  }

  .input-otp__slot[data-active="true"] {
    z-index: 10;
    background-color: var(--field-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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-outline-style: none;
    outline-style: none;
  }

  .input-otp__slot[data-filled="true"] {
    background-color: var(--field-focus);
  }

  .input-otp__slot[data-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  .input-otp__slot[data-invalid="true"] {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
    outline-color: var(--danger);
    --tw-outline-style: solid;
    --tw-ring-offset-width: 3px;
    outline-style: solid;
  }

  .input-otp__slot[data-invalid="true"]:focus, .input-otp__slot[data-invalid="true"]:focus-visible, .input-otp__slot[data-invalid="true"][data-focused="true"], .input-otp__slot[data-invalid="true"][data-focus-visible="true"], .input-otp__slot[data-invalid="true"]:focus-within, .input-otp__slot[data-invalid="true"][data-focus-within="true"] {
    --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);
    --tw-ring-color: var(--danger);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .input-otp__slot[data-invalid="true"] {
    background-color: var(--field-focus);
  }

  .input-otp__slot-value {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
    --tw-tracking: -.27px;
    letter-spacing: -.27px;
    animation: slot-value-in .25s var(--ease-smooth) both;
    transform-origin: bottom;
  }

  .input-otp__slot-value:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .input-otp__slot-value:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .input-otp__slot-value:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    animation: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .input-otp__slot-value:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .input-otp__slot-value:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .input-otp__slot-value:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      animation: none;
    }
  }

  .input-otp__caret {
    height: calc(var(--spacing) * 4);
    border-radius: calc(var(--radius) * .5);
    background-color: var(--field-placeholder, var(--muted));
    width: 2px;
    animation: 1.2s ease-out infinite caret-blink;
    position: absolute;
  }

  .input-otp__separator {
    border-radius: calc(var(--radius) * .5);
    background-color: var(--separator);
    flex-shrink: 0;
    width: 6px;
    height: 2px;
  }

  .input-otp--secondary .input-otp__slot {
    --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);
    background-color: var(--input-otp-slot-bg);
    --input-otp-slot-bg: var(--default);
    --input-otp-slot-bg-hover: var(--default-hover);
    --input-otp-slot-bg-focus: var(--default);
  }

  @media (hover: hover) {
    .input-otp--secondary .input-otp__slot:hover, .input-otp--secondary .input-otp__slot[data-hovered="true"] {
      background-color: var(--input-otp-slot-bg-hover);
    }
  }

  .input-otp--secondary .input-otp__slot[data-active="true"], .input-otp--secondary .input-otp__slot[data-filled="true"] {
    background-color: var(--input-otp-slot-bg-focus);
  }

  @keyframes slot-value-in {
    0% {
      opacity: 0;
      transform: translateY(8px) scale(.8);
    }

    100% {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }

  .input {
    border-radius: var(--field-radius, calc(var(--radius) * 1.5));
    border-style: var(--tw-border-style);
    background-color: var(--field-background, var(--default));
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    color: var(--field-foreground, var(--foreground));
    --tw-shadow: var(--field-shadow);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-outline-style: none;
    border-width: 1px;
    outline-style: none;
  }

  .input::placeholder {
    color: var(--field-placeholder, var(--muted));
  }

  @media (min-width: 40rem) {
    .input {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }

  .input {
    border-width: var(--border-width-field);
    border-color: var(--field-border);
    transition: background-color .15s var(--ease-smooth), border-color .15s var(--ease-smooth), box-shadow .15s var(--ease-out);
  }

  .input:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .input:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .input:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .input:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .input:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .input:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  @media (hover: hover) {
    .input:hover:not(:focus):not(:focus-visible), .input[data-hovered="true"]:not([data-focused="true"]):not([data-focus-visible="true"]) {
      background-color: var(--field-hover);
      border-color: var(--field-border-hover);
    }
  }

  .input:focus, .input[data-focused="true"] {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-outline-style: none;
    border-color: var(--field-border-focus);
    background-color: var(--field-focus);
    outline-style: none;
  }

  .input[data-invalid="true"] {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
    outline-color: var(--danger);
    --tw-outline-style: solid;
    --tw-ring-offset-width: 3px;
    outline-style: solid;
  }

  .input[data-invalid="true"]:focus, .input[data-invalid="true"]:focus-visible, .input[data-invalid="true"][data-focused="true"], .input[data-invalid="true"][data-focus-visible="true"], .input[data-invalid="true"]:focus-within, .input[data-invalid="true"][data-focus-within="true"] {
    --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);
    --tw-ring-color: var(--danger);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .input[data-invalid="true"] {
    background-color: var(--field-focus);
  }

  .input:disabled, .input[data-disabled="true"], .input[aria-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  .input--secondary {
    --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);
    background-color: var(--input-bg);
    --input-bg: var(--default);
    --input-bg-hover: var(--default-hover);
    --input-bg-focus: var(--default);
  }

  @media (hover: hover) {
    .input--secondary:hover:not(:focus):not(:focus-visible), .input--secondary[data-hovered="true"]:not([data-focus-visible="true"]):not([data-focused="true"]) {
      background-color: var(--input-bg-hover);
    }
  }

  .input--secondary:focus, .input--secondary[data-focused="true"] {
    background-color: var(--input-bg-focus);
  }

  .input--secondary[data-invalid="true"] {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
    outline-color: var(--danger);
    --tw-outline-style: solid;
    --tw-ring-offset-width: 3px;
    outline-style: solid;
  }

  .input--secondary[data-invalid="true"]:focus, .input--secondary[data-invalid="true"]:focus-visible, .input--secondary[data-invalid="true"][data-focused="true"], .input--secondary[data-invalid="true"][data-focus-visible="true"], .input--secondary[data-invalid="true"]:focus-within, .input--secondary[data-invalid="true"][data-focus-within="true"] {
    --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);
    --tw-ring-color: var(--danger);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .input--secondary[data-invalid="true"] {
    background-color: var(--input-bg-focus);
  }

  .input--full-width {
    width: 100%;
  }

  .input-group {
    min-height: calc(var(--spacing) * 9);
    border-radius: var(--field-radius, calc(var(--radius) * 1.5));
    border-style: var(--tw-border-style);
    background-color: var(--field-background, var(--default));
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--field-foreground, var(--foreground));
    --tw-shadow: var(--field-shadow);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-outline-style: none;
    border-width: 1px;
    border-width: var(--border-width-field);
    border-color: var(--field-border);
    outline-style: none;
    align-items: center;
    display: inline-flex;
  }

  .input-group:has([data-slot="input-group-textarea"]) {
    align-items: flex-start;
    height: auto;
  }

  .input-group {
    transition: background-color .15s var(--ease-smooth), border-color .15s var(--ease-smooth), box-shadow .15s var(--ease-out);
  }

  .input-group:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .input-group:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .input-group:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .input-group:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .input-group:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .input-group:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  @media (hover: hover) {
    .input-group:hover:not(:focus-within), .input-group[data-hovered="true"]:not([data-focus-within="true"]) {
      background-color: var(--field-hover);
      border-color: var(--field-border-hover);
    }
  }

  .input-group:has([data-slot="input-group-input"]:focus), .input-group:has([data-slot="input-group-textarea"]: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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-outline-style: none;
    border-color: var(--field-border-focus);
    background-color: var(--field-focus);
    outline-style: none;
  }

  .input-group[data-invalid="true"] {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
    outline-color: var(--danger);
    --tw-outline-style: solid;
    --tw-ring-offset-width: 3px;
    outline-style: solid;
  }

  .input-group[data-invalid="true"]:focus, .input-group[data-invalid="true"]:focus-visible, .input-group[data-invalid="true"][data-focused="true"], .input-group[data-invalid="true"][data-focus-visible="true"], .input-group[data-invalid="true"]:focus-within, .input-group[data-invalid="true"][data-focus-within="true"] {
    --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);
    --tw-ring-color: var(--danger);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .input-group[data-invalid="true"] {
    background-color: var(--field-focus);
    border-color: var(--color-field-border-invalid);
  }

  .input-group[data-disabled="true"], .input-group[aria-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  :-webkit-any(.input-group:has([data-slot="input-group-input"]:-webkit-autofill), .input-group:has([data-slot="input-group-input"]:autofill)) {
    background-color: var(--field-focus);
    border-color: var(--field-border-focus);
  }

  :is(.input-group:has([data-slot="input-group-input"]:autofill), .input-group:has([data-slot="input-group-input"]:autofill)) {
    background-color: var(--field-focus);
    border-color: var(--field-border-focus);
  }

  .input-group__input {
    border-style: var(--tw-border-style);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --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);
    --tw-outline-style: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    outline-style: none;
    flex: 1;
  }

  .input-group__input::placeholder {
    color: var(--field-placeholder, var(--muted));
  }

  @media (min-width: 40rem) {
    .input-group__input {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }

  .input-group:has([data-slot="input-group-prefix"]) .input-group__input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 0;
  }

  .input-group:has([data-slot="input-group-suffix"]) .input-group__input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 0;
  }

  .input-group__input:focus, .input-group__input:focus-visible {
    --tw-outline-style: none;
    outline-style: none;
  }

  .input-group__input:-webkit-autofill {
    -webkit-text-fill-color: var(--field-foreground);
    caret-color: var(--field-foreground);
    transition: background-color 9999s ease-in-out;
    box-shadow: inset 0 0 0 1000px #0000;
  }

  .input-group__input:-webkit-autofill:hover {
    -webkit-text-fill-color: var(--field-foreground);
    caret-color: var(--field-foreground);
    transition: background-color 9999s ease-in-out;
    box-shadow: inset 0 0 0 1000px #0000;
  }

  .input-group__input:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--field-foreground);
    caret-color: var(--field-foreground);
    transition: background-color 9999s ease-in-out;
    box-shadow: inset 0 0 0 1000px #0000;
  }

  .input-group__input:-webkit-autofill:active {
    -webkit-text-fill-color: var(--field-foreground);
    caret-color: var(--field-foreground);
    transition: background-color 9999s ease-in-out;
    box-shadow: inset 0 0 0 1000px #0000;
  }

  .input-group__input:autofill {
    -webkit-text-fill-color: var(--field-foreground);
    caret-color: var(--field-foreground);
    transition: background-color 9999s ease-in-out;
    box-shadow: inset 0 0 0 1000px #0000;
  }

  .input-group__input[data-slot="input-group-textarea"] {
    resize: vertical;
    min-height: 38px;
  }

  .input-group__prefix {
    border-top-left-radius: var(--field-radius, calc(var(--radius) * 1.5));
    border-bottom-left-radius: var(--field-radius, calc(var(--radius) * 1.5));
    height: 100%;
    padding-inline: calc(var(--spacing) * 3);
    color: var(--field-placeholder, var(--muted));
    border-width: var(--border-width-field);
    border-color: var(--field-border);
    border-style: solid;
    border-right-color: var(--field-border);
    background-color: #0000;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .input-group:has([data-slot="input-group-textarea"]) .input-group__prefix {
    align-items: flex-start;
    padding-top: .5rem;
  }

  .input-group__prefix {
    transition: background-color .15s var(--ease-smooth), border-color .15s var(--ease-smooth);
  }

  .input-group__prefix:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .input-group__prefix:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .input-group__prefix:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .input-group__prefix:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .input-group__prefix:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .input-group__prefix:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .input-group__suffix {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--field-radius, calc(var(--radius) * 1.5));
    border-bottom-right-radius: var(--field-radius, calc(var(--radius) * 1.5));
    height: 100%;
    padding-inline: calc(var(--spacing) * 3);
    color: var(--field-placeholder, var(--muted));
    border-width: var(--border-width-field);
    border-color: var(--field-border);
    border-style: solid;
    border-left-color: var(--field-border);
    background-color: #0000;
    border-top: none;
    border-bottom: none;
    border-right: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .input-group:has([data-slot="input-group-textarea"]) .input-group__suffix {
    align-items: flex-start;
    padding-top: .5rem;
  }

  .input-group__suffix {
    transition: background-color .15s var(--ease-smooth), border-color .15s var(--ease-smooth);
  }

  .input-group__suffix:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .input-group__suffix:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .input-group__suffix:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .input-group__suffix:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .input-group__suffix:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .input-group__suffix:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .input-group--secondary {
    --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);
    background-color: var(--input-group-bg);
    --input-group-bg: var(--default);
    --input-group-bg-hover: var(--default-hover);
    --input-group-bg-focus: var(--default);
  }

  @media (hover: hover) {
    .input-group--secondary:hover:not(:focus-within), .input-group--secondary[data-hovered="true"]:not([data-focus-within="true"]) {
      background-color: var(--input-group-bg-hover);
    }
  }

  .input-group--secondary:has([data-slot="input-group-input"]:focus), .input-group--secondary:has([data-slot="input-group-textarea"]:focus) {
    background-color: var(--input-group-bg-focus);
  }

  .input-group--secondary[data-invalid="true"] {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
    outline-color: var(--danger);
    --tw-outline-style: solid;
    --tw-ring-offset-width: 3px;
    outline-style: solid;
  }

  .input-group--secondary[data-invalid="true"]:focus, .input-group--secondary[data-invalid="true"]:focus-visible, .input-group--secondary[data-invalid="true"][data-focused="true"], .input-group--secondary[data-invalid="true"][data-focus-visible="true"], .input-group--secondary[data-invalid="true"]:focus-within, .input-group--secondary[data-invalid="true"][data-focus-within="true"] {
    --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);
    --tw-ring-color: var(--danger);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .input-group--secondary[data-invalid="true"] {
    border-color: var(--color-field-border-invalid);
    background-color: var(--input-group-bg-focus);
  }

  .input-group--secondary [data-slot="input-group-input"], .input-group--secondary [data-slot="input-group-textarea"] {
    background-color: #0000;
  }

  .input-group--full-width {
    width: 100%;
  }

  .number-field {
    gap: var(--spacing);
    flex-direction: column;
    display: flex;
  }

  :is(.number-field[data-invalid="true"], .number-field[aria-invalid="true"]) [data-slot="description"] {
    display: none;
  }

  .number-field [data-slot="label"] {
    width: fit-content;
  }

  .number-field__group {
    height: calc(var(--spacing) * 9);
    border-radius: var(--field-radius, calc(var(--radius) * 1.5));
    border-style: var(--tw-border-style);
    background-color: var(--field-background, var(--default));
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--field-foreground, var(--foreground));
    --tw-shadow: var(--field-shadow);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-outline-style: none;
    border-width: 1px;
    border-width: var(--border-width-field);
    border-color: var(--field-border);
    transition: background-color .15s var(--ease-smooth), border-color .15s var(--ease-smooth), box-shadow .15s var(--ease-out);
    outline-style: none;
    grid-template-columns: 40px 1fr 40px;
    align-items: center;
    display: grid;
    overflow: hidden;
  }

  .number-field__group:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .number-field__group:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .number-field__group:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .number-field__group:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .number-field__group:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .number-field__group:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  @media (hover: hover) {
    .number-field__group:hover:not(:focus-within), .number-field__group[data-hovered="true"]:not([data-focus-within="true"]) {
      background-color: var(--field-hover);
      border-color: var(--field-border-hover);
    }
  }

  .number-field__group[data-focus-within="true"], .number-field__group:focus-within {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-outline-style: none;
    border-color: var(--field-border-focus);
    background-color: var(--field-focus);
    outline-style: none;
  }

  .number-field__group[data-invalid="true"] {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
    outline-color: var(--danger);
    --tw-outline-style: solid;
    --tw-ring-offset-width: 3px;
    outline-style: solid;
  }

  .number-field__group[data-invalid="true"]:focus, .number-field__group[data-invalid="true"]:focus-visible, .number-field__group[data-invalid="true"][data-focused="true"], .number-field__group[data-invalid="true"][data-focus-visible="true"], .number-field__group[data-invalid="true"]:focus-within, .number-field__group[data-invalid="true"][data-focus-within="true"] {
    --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);
    --tw-ring-color: var(--danger);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .number-field__group[data-invalid="true"] {
    background-color: var(--field-focus);
    border-color: var(--color-field-border-invalid);
  }

  .number-field__group[data-disabled="true"], .number-field__group[aria-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  :-webkit-any(.number-field__group:has([data-slot="number-field-input"]:-webkit-autofill), .number-field__group:has([data-slot="number-field-input"]:autofill)) {
    background-color: var(--field-focus);
    border-color: var(--field-border-focus);
  }

  :is(.number-field__group:has([data-slot="number-field-input"]:autofill), .number-field__group:has([data-slot="number-field-input"]:autofill)) {
    background-color: var(--field-focus);
    border-color: var(--field-border-focus);
  }

  .number-field__input {
    border-style: var(--tw-border-style);
    min-width: 0;
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --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, );
    --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);
    --tw-outline-style: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    outline-style: none;
  }

  @media (min-width: 40rem) {
    .number-field__input {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }

  .number-field__group:has([slot="decrement"]) .number-field__input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .number-field__group:has([slot="increment"]) .number-field__input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .number-field__input:focus, .number-field__input:focus-visible {
    --tw-outline-style: none;
    outline-style: none;
  }

  .number-field__input:-webkit-autofill {
    -webkit-text-fill-color: var(--field-foreground);
    caret-color: var(--field-foreground);
    transition: background-color 9999s ease-in-out;
    box-shadow: inset 0 0 0 1000px #0000;
  }

  .number-field__input:-webkit-autofill:hover {
    -webkit-text-fill-color: var(--field-foreground);
    caret-color: var(--field-foreground);
    transition: background-color 9999s ease-in-out;
    box-shadow: inset 0 0 0 1000px #0000;
  }

  .number-field__input:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--field-foreground);
    caret-color: var(--field-foreground);
    transition: background-color 9999s ease-in-out;
    box-shadow: inset 0 0 0 1000px #0000;
  }

  .number-field__input:-webkit-autofill:active {
    -webkit-text-fill-color: var(--field-foreground);
    caret-color: var(--field-foreground);
    transition: background-color 9999s ease-in-out;
    box-shadow: inset 0 0 0 1000px #0000;
  }

  .number-field__input:autofill {
    -webkit-text-fill-color: var(--field-foreground);
    caret-color: var(--field-foreground);
    transition: background-color 9999s ease-in-out;
    box-shadow: inset 0 0 0 1000px #0000;
  }

  .number-field__increment-button, .number-field__decrement-button {
    height: 100%;
    width: calc(var(--spacing) * 10);
    color: var(--field-foreground, var(--foreground));
    --tw-outline-style: none;
    border-width: var(--border-width-field);
    border-color: var(--field-border);
    transition: background-color .15s var(--ease-smooth), border-color .15s var(--ease-smooth);
    background-color: #0000;
    border-style: solid;
    border-radius: 0;
    outline-style: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  :is(.number-field__increment-button, .number-field__decrement-button):is([data-reduce-motion="true"], [data-reduce-motion="true"] *), :is(.number-field__increment-button, .number-field__decrement-button):is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, :is(.number-field__increment-button, .number-field__decrement-button):is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    :is(.number-field__increment-button, .number-field__decrement-button):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), :is(.number-field__increment-button, .number-field__decrement-button):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, :is(.number-field__increment-button, .number-field__decrement-button):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .number-field__increment-button, .number-field__decrement-button {
    cursor: var(--cursor-interactive);
  }

  :is(.number-field__increment-button, .number-field__decrement-button):active, :is(.number-field__increment-button, .number-field__decrement-button)[data-pressed="true"] {
    background-color: var(--field-foreground, var(--foreground));
  }

  @supports (color: color-mix(in lab, red, red)) {
    :is(.number-field__increment-button, .number-field__decrement-button):active, :is(.number-field__increment-button, .number-field__decrement-button)[data-pressed="true"] {
      background-color: color-mix(in oklab, var(--field-foreground, var(--foreground)) 10%, transparent);
    }
  }

  :is(.number-field__increment-button, .number-field__decrement-button):active, :is(.number-field__increment-button, .number-field__decrement-button)[data-pressed="true"] {
    transform: scale(.97);
  }

  :is(.number-field__increment-button, .number-field__decrement-button):disabled, :is(.number-field__increment-button, .number-field__decrement-button)[data-disabled="true"], :is(.number-field__increment-button, .number-field__decrement-button)[aria-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  :is(.number-field__increment-button, .number-field__decrement-button) [data-slot="number-field-increment-button-icon"], :is(.number-field__increment-button, .number-field__decrement-button) [data-slot="number-field-decrement-button-icon"] {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .number-field__increment-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--field-radius, calc(var(--radius) * 1.5));
    border-bottom-right-radius: var(--field-radius, calc(var(--radius) * 1.5));
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
    border-color: var(--field-placeholder, var(--muted));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .number-field__increment-button {
      border-color: color-mix(in oklab, var(--field-placeholder, var(--muted)) 15%, transparent);
    }
  }

  .number-field__decrement-button {
    border-top-left-radius: var(--field-radius, calc(var(--radius) * 1.5));
    border-bottom-left-radius: var(--field-radius, calc(var(--radius) * 1.5));
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
    border-color: var(--field-placeholder, var(--muted));
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .number-field__decrement-button {
      border-color: color-mix(in oklab, var(--field-placeholder, var(--muted)) 15%, transparent);
    }
  }

  .number-field--secondary .number-field__group {
    --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);
    background-color: var(--number-field-group-bg);
    --number-field-group-bg: var(--default);
    --number-field-group-bg-hover: var(--default-hover);
    --number-field-group-bg-focus: var(--default);
  }

  @media (hover: hover) {
    .number-field--secondary .number-field__group:hover:not(:focus-within), .number-field--secondary .number-field__group[data-hovered="true"]:not([data-focus-within="true"]) {
      background-color: var(--number-field-group-bg-hover);
    }
  }

  .number-field--secondary .number-field__group:focus-within, .number-field--secondary .number-field__group[data-focus-within="true"] {
    background-color: var(--number-field-group-bg-focus);
  }

  .number-field--secondary .number-field__group[data-invalid="true"] {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
    outline-color: var(--danger);
    --tw-outline-style: solid;
    --tw-ring-offset-width: 3px;
    outline-style: solid;
  }

  .number-field--secondary .number-field__group[data-invalid="true"]:focus, .number-field--secondary .number-field__group[data-invalid="true"]:focus-visible, .number-field--secondary .number-field__group[data-invalid="true"][data-focused="true"], .number-field--secondary .number-field__group[data-invalid="true"][data-focus-visible="true"], .number-field--secondary .number-field__group[data-invalid="true"]:focus-within, .number-field--secondary .number-field__group[data-invalid="true"][data-focus-within="true"] {
    --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);
    --tw-ring-color: var(--danger);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .number-field--secondary .number-field__group[data-invalid="true"] {
    border-color: var(--color-field-border-invalid);
    background-color: var(--number-field-group-bg-focus);
  }

  .number-field--secondary .number-field__group [data-slot="number-field-input"] {
    background-color: #0000;
  }

  .number-field--full-width, .number-field__group--full-width {
    width: 100%;
  }

  .radio-group {
    flex-direction: column;
    display: flex;
  }

  .radio-group[data-orientation="vertical"] [data-slot="radio"] {
    margin-top: calc(var(--spacing) * 4);
  }

  .radio-group[data-orientation="horizontal"] {
    gap: calc(var(--spacing) * 4);
    flex-flow: wrap;
  }

  .radio-group--secondary .radio__control {
    --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);
    background-color: var(--radio-control-bg);
    --radio-control-bg: var(--default);
    --radio-control-bg-hover: var(--default-hover);
  }

  .radio:has([data-slot="radio-content"][data-hovered="true"]) :is(.radio-group--secondary .radio__control), .radio [data-slot="radio-content"][data-hovered="true"] :is(.radio-group--secondary .radio__control) {
    border-color: var(--field-border-hover);
  }

  .radio:not([data-selected]):not(:has(input:checked)) :is(.radio-group--secondary .radio__control) .radio__indicator:empty:before {
    background-color: var(--radio-control-bg);
  }

  .radio:has([data-slot="radio-content"][data-hovered="true"]):not([data-selected]):not(:has(input:checked)) :is(.radio-group--secondary .radio__control) .radio__indicator:empty:before {
    background-color: var(--radio-control-bg-hover);
  }

  .radio {
    align-items: flex-start;
    gap: var(--spacing);
    --tw-outline-style: none;
    -webkit-tap-highlight-color: transparent;
    cursor: var(--cursor-interactive);
    outline-style: none;
    flex-direction: column;
    display: flex;
  }

  .radio [data-slot="label"] {
    -webkit-user-select: none;
    user-select: none;
  }

  .radio .radio__content [data-slot="label"] {
    cursor: var(--cursor-interactive);
  }

  .radio > [data-slot="description"], .radio > [data-slot="field-error"] {
    cursor: default;
    width: 100%;
    min-width: 0;
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    text-wrap: wrap;
    overflow-wrap: break-word;
    color: var(--muted);
    -webkit-user-select: none;
    user-select: none;
    padding-inline-start: calc(var(--spacing) * 7);
  }

  .radio:disabled, .radio[data-disabled="true"], .radio[aria-disabled="true"], :is(.radio:disabled, .radio[data-disabled="true"], .radio[aria-disabled="true"]) [data-slot="description"], :is(.radio:disabled, .radio[data-disabled="true"], .radio[aria-disabled="true"]) [data-slot="field-error"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  .radio__content {
    cursor: inherit;
    align-items: center;
    gap: calc(var(--spacing) * 3);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--foreground);
    --tw-outline-style: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    outline-style: none;
    display: inline-flex;
    position: relative;
  }

  .radio__control {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    border-radius: calc(var(--radius) * 1);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-width: var(--border-width-field);
    border-color: var(--field-border, var(--border));
    background-color: var(--field-background, var(--default));
    --tw-shadow: var(--field-shadow);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-outline-style: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color .2s var(--ease-out), border-color .2s var(--ease-out), transform .1s var(--ease-out);
    outline-style: none;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    position: relative;
  }

  .radio__control:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .radio__control:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .radio__control:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .radio__control:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .radio__control:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .radio__control:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .radio__control {
    cursor: var(--cursor-interactive);
  }

  .radio:has([data-slot="radio-content"][data-focus-visible="true"]) .radio__control, .radio [data-slot="radio-content"][data-focus-visible="true"] .radio__control {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: var(--ring-offset-width);
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-offset-color: var(--background);
    --tw-outline-style: none;
    outline-style: none;
  }

  .radio:has([data-slot="radio-content"][data-hovered="true"]) .radio__control, .radio [data-slot="radio-content"][data-hovered="true"] .radio__control {
    border-color: var(--field-border-hover);
  }

  .radio:has([data-slot="radio-content"][data-hovered="true"]):not([data-selected]):not(:has(input:checked)) .radio__control .radio__indicator:empty:before {
    background-color: var(--field-hover);
  }

  .radio:has([data-slot="radio-content"][data-pressed="true"]) .radio__control, .radio [data-slot="radio-content"][data-pressed="true"] .radio__control {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .radio[data-selected] .radio__control, .radio:has([data-slot="radio-content"][aria-checked="true"]) .radio__control, .radio:has(input:checked) .radio__control {
    background-color: var(--accent);
    border-color: #0000;
  }

  .radio[data-selected]:has([data-slot="radio-content"][data-pressed="true"]) .radio__control, .radio:has([data-slot="radio-content"][data-pressed="true"][aria-checked="true"]) .radio__control, .radio:has(input:checked):has([data-slot="radio-content"][data-pressed="true"]) .radio__control {
    background-color: var(--accent-hover);
  }

  .radio[data-invalid="true"] .radio__control, .radio[aria-invalid="true"] .radio__control {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
    outline-color: var(--danger);
    --tw-outline-style: solid;
    --tw-ring-offset-width: 3px;
    outline-style: solid;
  }

  :is(.radio[data-invalid="true"] .radio__control, .radio[aria-invalid="true"] .radio__control):focus, :is(.radio[data-invalid="true"] .radio__control, .radio[aria-invalid="true"] .radio__control):focus-visible, :is(.radio[data-invalid="true"] .radio__control, .radio[aria-invalid="true"] .radio__control)[data-focused="true"], :is(.radio[data-invalid="true"] .radio__control, .radio[aria-invalid="true"] .radio__control)[data-focus-visible="true"], :is(.radio[data-invalid="true"] .radio__control, .radio[aria-invalid="true"] .radio__control):focus-within, :is(.radio[data-invalid="true"] .radio__control, .radio[aria-invalid="true"] .radio__control)[data-focus-within="true"] {
    --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);
    --tw-ring-color: var(--danger);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .radio[data-invalid="true"][data-selected] .radio__control, .radio[aria-invalid="true"][data-selected] .radio__control, .radio[data-invalid="true"]:has(input:checked) .radio__control, .radio[aria-invalid="true"]:has(input:checked) .radio__control {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
    outline-color: var(--danger);
    --tw-outline-style: solid;
    --tw-ring-offset-width: 3px;
    outline-style: solid;
  }

  :is(.radio[data-invalid="true"][data-selected] .radio__control, .radio[aria-invalid="true"][data-selected] .radio__control, .radio[data-invalid="true"]:has(input:checked) .radio__control, .radio[aria-invalid="true"]:has(input:checked) .radio__control):focus, :is(.radio[data-invalid="true"][data-selected] .radio__control, .radio[aria-invalid="true"][data-selected] .radio__control, .radio[data-invalid="true"]:has(input:checked) .radio__control, .radio[aria-invalid="true"]:has(input:checked) .radio__control):focus-visible, :is(.radio[data-invalid="true"][data-selected] .radio__control, .radio[aria-invalid="true"][data-selected] .radio__control, .radio[data-invalid="true"]:has(input:checked) .radio__control, .radio[aria-invalid="true"]:has(input:checked) .radio__control)[data-focused="true"], :is(.radio[data-invalid="true"][data-selected] .radio__control, .radio[aria-invalid="true"][data-selected] .radio__control, .radio[data-invalid="true"]:has(input:checked) .radio__control, .radio[aria-invalid="true"]:has(input:checked) .radio__control)[data-focus-visible="true"], :is(.radio[data-invalid="true"][data-selected] .radio__control, .radio[aria-invalid="true"][data-selected] .radio__control, .radio[data-invalid="true"]:has(input:checked) .radio__control, .radio[aria-invalid="true"]:has(input:checked) .radio__control):focus-within, :is(.radio[data-invalid="true"][data-selected] .radio__control, .radio[aria-invalid="true"][data-selected] .radio__control, .radio[data-invalid="true"]:has(input:checked) .radio__control, .radio[aria-invalid="true"]:has(input:checked) .radio__control)[data-focus-within="true"] {
    --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);
    --tw-ring-color: var(--danger);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .radio__indicator {
    pointer-events: none;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0;
  }

  .radio__indicator:empty:before {
    content: "";
    border-radius: calc(var(--radius) * 1);
    background-color: var(--field-background, var(--default));
    width: 100%;
    height: 100%;
    transition: scale .2s var(--ease-out), background-color .2s var(--ease-out);
    scale: 1;
  }

  .radio__indicator:empty:before:is() {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .radio__indicator:empty:before:not(:is()) {
      transition-property: none;
    }
  }

  .radio[data-selected] .radio__indicator:empty:before, .radio:has([data-slot="radio-content"][aria-checked="true"]) .radio__indicator:empty:before, .radio:has(input:checked) .radio__indicator:empty:before {
    background-color: var(--accent-foreground);
    scale: .4286;
  }

  .radio[data-selected]:has([data-slot="radio-content"][data-pressed="true"]) .radio__indicator:empty:before, .radio:has([data-slot="radio-content"][data-pressed="true"][aria-checked="true"]) .radio__indicator:empty:before, .radio:has(input:checked):has([data-slot="radio-content"][data-pressed="true"]) .radio__indicator:empty:before {
    scale: .5714;
  }

  .radio--disabled {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  .textfield {
    gap: var(--spacing);
    flex-direction: column;
    display: flex;
  }

  :is(.textfield[data-invalid="true"], .textfield[aria-invalid="true"]) [data-slot="description"] {
    display: none;
  }

  .textfield--full-width, .textfield--full-width [data-slot="input"], .textfield--full-width [data-slot="textarea"] {
    width: 100%;
  }

  .search-field {
    gap: var(--spacing);
    flex-direction: column;
    display: flex;
  }

  :is(.search-field[data-invalid="true"], .search-field[aria-invalid="true"]) [data-slot="description"] {
    display: none;
  }

  .search-field [data-slot="label"] {
    width: fit-content;
  }

  .search-field[data-empty="true"] [data-slot="search-field-clear-button"] {
    pointer-events: none;
    opacity: 0;
  }

  .search-field__group {
    height: calc(var(--spacing) * 9);
    border-radius: var(--field-radius, calc(var(--radius) * 1.5));
    border-style: var(--tw-border-style);
    background-color: var(--field-background, var(--default));
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--field-foreground, var(--foreground));
    --tw-shadow: var(--field-shadow);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-outline-style: none;
    border-width: 1px;
    border-width: var(--border-width-field);
    border-color: var(--field-border);
    transition: background-color .15s var(--ease-smooth), border-color .15s var(--ease-smooth), box-shadow .15s var(--ease-out);
    outline-style: none;
    align-items: center;
    display: inline-flex;
    position: relative;
    overflow: hidden;
  }

  .search-field__group:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .search-field__group:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .search-field__group:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .search-field__group:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .search-field__group:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .search-field__group:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  @media (hover: hover) {
    .search-field__group:hover:not(:focus-within), .search-field__group[data-hovered="true"]:not([data-focus-within="true"]) {
      background-color: var(--field-hover);
      border-color: var(--field-border-hover);
    }
  }

  .search-field__group[data-focus-within="true"], .search-field__group:focus-within {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-outline-style: none;
    outline-style: none;
  }

  .search-field__group[data-invalid="true"] {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
    outline-color: var(--danger);
    --tw-outline-style: solid;
    --tw-ring-offset-width: 3px;
    outline-style: solid;
  }

  .search-field__group[data-invalid="true"]:focus, .search-field__group[data-invalid="true"]:focus-visible, .search-field__group[data-invalid="true"][data-focused="true"], .search-field__group[data-invalid="true"][data-focus-visible="true"], .search-field__group[data-invalid="true"]:focus-within, .search-field__group[data-invalid="true"][data-focus-within="true"] {
    --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);
    --tw-ring-color: var(--danger);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .search-field__group[data-invalid="true"] {
    background-color: var(--field-focus);
    border-color: var(--color-field-border-invalid);
  }

  .search-field__group[data-disabled="true"], .search-field__group[aria-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  :-webkit-any(.search-field__group:has([data-slot="search-field-input"]:-webkit-autofill), .search-field__group:has([data-slot="search-field-input"]:autofill)) {
    background-color: var(--field-focus);
    border-color: var(--field-border-focus);
  }

  :is(.search-field__group:has([data-slot="search-field-input"]:autofill), .search-field__group:has([data-slot="search-field-input"]:autofill)) {
    background-color: var(--field-focus);
    border-color: var(--field-border-focus);
  }

  .search-field__input {
    border-style: var(--tw-border-style);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --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);
    --tw-outline-style: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    outline-style: none;
    flex: 1;
  }

  @media (min-width: 40rem) {
    .search-field__input {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }

  .search-field__input::-webkit-search-cancel-button {
    appearance: none;
  }

  .search-field__input::-webkit-search-decoration {
    appearance: none;
  }

  .search-field__group:has([data-slot="search-field-search-icon"]) .search-field__input {
    padding-left: calc(var(--spacing) * 2);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .search-field__group:has([slot="clear"]) .search-field__input {
    padding-right: calc(var(--spacing) * 2);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .search-field__input:focus, .search-field__input:focus-visible {
    --tw-outline-style: none;
    outline-style: none;
  }

  .search-field__input:-webkit-autofill {
    -webkit-text-fill-color: var(--field-foreground);
    caret-color: var(--field-foreground);
    transition: background-color 9999s ease-in-out;
    box-shadow: inset 0 0 0 1000px #0000;
  }

  .search-field__input:-webkit-autofill:hover {
    -webkit-text-fill-color: var(--field-foreground);
    caret-color: var(--field-foreground);
    transition: background-color 9999s ease-in-out;
    box-shadow: inset 0 0 0 1000px #0000;
  }

  .search-field__input:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--field-foreground);
    caret-color: var(--field-foreground);
    transition: background-color 9999s ease-in-out;
    box-shadow: inset 0 0 0 1000px #0000;
  }

  .search-field__input:-webkit-autofill:active {
    -webkit-text-fill-color: var(--field-foreground);
    caret-color: var(--field-foreground);
    transition: background-color 9999s ease-in-out;
    box-shadow: inset 0 0 0 1000px #0000;
  }

  .search-field__input:autofill {
    -webkit-text-fill-color: var(--field-foreground);
    caret-color: var(--field-foreground);
    transition: background-color 9999s ease-in-out;
    box-shadow: inset 0 0 0 1000px #0000;
  }

  .search-field__search-icon {
    pointer-events: none;
    color: var(--field-placeholder, var(--muted));
    margin-right: 0;
    margin-left: calc(var(--spacing) * 3);
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    flex-shrink: 0;
  }

  .search-field__clear-button {
    margin-right: calc(var(--spacing) * 2);
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
    flex-shrink: 0;
  }

  .search-field__clear-button [data-slot="close-button-icon"] {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }

  .search-field--secondary .search-field__group {
    --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);
    background-color: var(--search-field-group-bg);
    --search-field-group-bg: var(--default);
    --search-field-group-bg-hover: var(--default-hover);
    --search-field-group-bg-focus: var(--default);
  }

  @media (hover: hover) {
    .search-field--secondary .search-field__group:hover:not(:focus-within), .search-field--secondary .search-field__group[data-hovered="true"]:not([data-focus-within="true"]) {
      background-color: var(--search-field-group-bg-hover);
    }
  }

  .search-field--secondary .search-field__group:focus-within, .search-field--secondary .search-field__group[data-focus-within="true"] {
    background-color: var(--search-field-group-bg-focus);
  }

  .search-field--secondary .search-field__group[data-invalid="true"] {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
    outline-color: var(--danger);
    --tw-outline-style: solid;
    --tw-ring-offset-width: 3px;
    outline-style: solid;
  }

  .search-field--secondary .search-field__group[data-invalid="true"]:focus, .search-field--secondary .search-field__group[data-invalid="true"]:focus-visible, .search-field--secondary .search-field__group[data-invalid="true"][data-focused="true"], .search-field--secondary .search-field__group[data-invalid="true"][data-focus-visible="true"], .search-field--secondary .search-field__group[data-invalid="true"]:focus-within, .search-field--secondary .search-field__group[data-invalid="true"][data-focus-within="true"] {
    --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);
    --tw-ring-color: var(--danger);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .search-field--secondary .search-field__group[data-invalid="true"] {
    border-color: var(--color-field-border-invalid);
    background-color: var(--search-field-group-bg-focus);
  }

  .search-field--secondary .search-field__group [data-slot="search-field-input"] {
    background-color: #0000;
  }

  .search-field--full-width, .search-field__group--full-width {
    width: 100%;
  }

  .textarea {
    border-radius: var(--field-radius, calc(var(--radius) * 1.5));
    border-style: var(--tw-border-style);
    background-color: var(--field-background, var(--default));
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    color: var(--field-foreground, var(--foreground));
    --tw-shadow: var(--field-shadow);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-outline-style: none;
    border-width: 1px;
    outline-style: none;
  }

  .textarea::placeholder {
    color: var(--field-placeholder, var(--muted));
  }

  @media (min-width: 40rem) {
    .textarea {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }

  .textarea {
    border-width: var(--border-width-field);
    border-color: var(--field-border);
    min-height: 38px;
    transition: background-color .15s var(--ease-smooth), border-color .15s var(--ease-smooth), box-shadow .15s var(--ease-out);
  }

  .textarea:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .textarea:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .textarea:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .textarea:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .textarea:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .textarea:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  @media (hover: hover) {
    .textarea:hover:not(:focus):not(:focus-visible), .textarea[data-hovered="true"]:not([data-focused="true"]):not([data-focus-visible="true"]) {
      background-color: var(--field-hover);
      border-color: var(--field-border-hover);
    }
  }

  .textarea:focus, .textarea[data-focused="true"] {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-outline-style: none;
    border-color: var(--field-border-focus);
    background-color: var(--field-focus);
    outline-style: none;
  }

  .textarea[data-invalid="true"] {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
    outline-color: var(--danger);
    --tw-outline-style: solid;
    --tw-ring-offset-width: 3px;
    outline-style: solid;
  }

  .textarea[data-invalid="true"]:focus, .textarea[data-invalid="true"]:focus-visible, .textarea[data-invalid="true"][data-focused="true"], .textarea[data-invalid="true"][data-focus-visible="true"], .textarea[data-invalid="true"]:focus-within, .textarea[data-invalid="true"][data-focus-within="true"] {
    --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);
    --tw-ring-color: var(--danger);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .textarea[data-invalid="true"] {
    background-color: var(--field-focus);
  }

  .textarea:disabled, .textarea[data-disabled="true"], .textarea[aria-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  .textarea--secondary {
    --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);
    background-color: var(--textarea-bg);
    --textarea-bg: var(--default);
    --textarea-bg-hover: var(--default-hover);
    --textarea-bg-focus: var(--default);
  }

  @media (hover: hover) {
    .textarea--secondary:hover:not(:focus):not(:focus-visible), .textarea--secondary[data-hovered="true"]:not([data-focused="true"]):not([data-focus-visible="true"]) {
      background-color: var(--textarea-bg-hover);
    }
  }

  .textarea--secondary:focus, .textarea--secondary[data-focused="true"] {
    background-color: var(--textarea-bg-focus);
  }

  .textarea--secondary[data-invalid="true"] {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
    outline-color: var(--danger);
    --tw-outline-style: solid;
    --tw-ring-offset-width: 3px;
    outline-style: solid;
  }

  .textarea--secondary[data-invalid="true"]:focus, .textarea--secondary[data-invalid="true"]:focus-visible, .textarea--secondary[data-invalid="true"][data-focused="true"], .textarea--secondary[data-invalid="true"][data-focus-visible="true"], .textarea--secondary[data-invalid="true"]:focus-within, .textarea--secondary[data-invalid="true"][data-focus-within="true"] {
    --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);
    --tw-ring-color: var(--danger);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .textarea--secondary[data-invalid="true"] {
    background-color: var(--textarea-bg-focus);
  }

  .textarea--full-width {
    width: 100%;
  }

  .calendar {
    width: calc(var(--spacing) * 63);
    max-width: calc(var(--spacing) * 63);
    container-type: inline-size;
  }

  .calendar--week-view .calendar__cell, .calendar--day-view .calendar__cell {
    aspect-ratio: 1;
    place-self: center;
    width: 100%;
    height: auto;
  }

  .calendar--day-view .calendar__grid {
    flex-direction: column;
    display: flex;
  }

  .calendar--day-view .calendar__grid-header {
    grid-template-columns: repeat(7, 1fr);
    width: 100%;
    display: grid;
  }

  .calendar--day-view .calendar__grid-header > tr {
    display: contents;
  }

  .calendar--day-view .calendar__grid-body {
    margin-top: var(--spacing);
    grid-template-columns: repeat(7, 1fr);
    width: 100%;
    display: grid;
  }

  .calendar--day-view .calendar__grid-body > tr {
    display: contents;
  }

  .calendar--day-view .calendar__grid-body > tr:first-child > td {
    margin-top: 0;
  }

  .calendar__header {
    padding-inline: calc(var(--spacing) * .5);
    padding-bottom: calc(var(--spacing) * 4);
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .calendar__header:has(.calendar-year-picker__trigger[data-open="true"]) .calendar__nav-button {
    pointer-events: none;
    opacity: 0;
  }

  .calendar__heading {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    flex: 1;
  }

  .calendar__nav-button {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
    border-radius: calc(var(--radius) * 2);
    color: var(--accent-soft-foreground);
    will-change: scale;
    transition: transform .25s var(--ease-out), background-color .1s var(--ease-out), box-shadow .1s var(--ease-out), opacity .15s var(--ease-out);
    transform: translateZ(0) var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .calendar__nav-button:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .calendar__nav-button:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .calendar__nav-button:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .calendar__nav-button:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .calendar__nav-button:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .calendar__nav-button:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .calendar__nav-button {
    cursor: var(--cursor-interactive);
  }

  @media (hover: hover) {
    .calendar__nav-button:hover, .calendar__nav-button[data-hovered="true"] {
      background-color: var(--default);
      color: var(--accent-soft-foreground);
    }
  }

  .calendar__nav-button:active, .calendar__nav-button[data-pressed="true"] {
    transform: scale(.95);
  }

  .calendar__nav-button:focus-visible, .calendar__nav-button[data-focus-visible="true"] {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: var(--ring-offset-width);
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-offset-color: var(--background);
    --tw-outline-style: none;
    outline-style: none;
  }

  .calendar__nav-button:disabled, .calendar__nav-button[data-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  .calendar__nav-button-icon {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .calendar__grid {
    grid-template-columns: repeat(7, 1fr);
    width: 100%;
    display: grid;
  }

  .calendar__grid[aria-readonly="true"] .calendar__cell {
    pointer-events: none;
  }

  .calendar__grid-header, .calendar__grid-header > tr, .calendar__grid-body, .calendar__grid-body > tr {
    display: contents;
  }

  .calendar__grid-body > tr:first-child > td {
    margin-top: var(--spacing);
  }

  .calendar__grid-row {
    display: contents;
  }

  .calendar__header-cell {
    padding-bottom: calc(var(--spacing) * 2);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--muted);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .calendar__cell {
    aspect-ratio: 1;
    border-radius: calc(var(--radius) * 3);
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    --tw-outline-style: none;
    -webkit-tap-highlight-color: transparent;
    will-change: scale;
    transition: transform .25s var(--ease-out), box-shadow .1s var(--ease-out);
    transform: translateZ(0) var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
    outline-style: none;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .calendar__cell:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .calendar__cell:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .calendar__cell:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .calendar__cell:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .calendar__cell:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .calendar__cell:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .calendar__cell {
    cursor: var(--cursor-interactive);
  }

  .calendar__cell:focus-visible:not(:focus), .calendar__cell[data-focus-visible="true"] {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: var(--ring-offset-width);
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-offset-color: var(--background);
    --tw-outline-style: none;
    outline-style: none;
  }

  .calendar__cell[data-today="true"] {
    background-color: var(--accent-soft);
    color: var(--accent-soft-foreground);
  }

  @media (hover: hover) {
    .calendar__cell[data-today="true"]:hover:not([data-selected="true"]), .calendar__cell[data-today="true"][data-hovered="true"]:not([data-selected="true"]) {
      background-color: var(--accent-soft-hover);
    }
  }

  .calendar__cell[data-selected="true"] {
    background-color: var(--accent);
    color: var(--accent-foreground);
  }

  .calendar__cell:active, .calendar__cell[data-pressed="true"] {
    background-color: var(--default);
    transform: scale(.95);
  }

  :is(.calendar__cell:active, .calendar__cell[data-pressed="true"])[data-selected="true"] {
    background-color: var(--accent-hover);
  }

  @media (hover: hover) {
    .calendar__cell:hover:not([data-selected="true"]), .calendar__cell[data-hovered="true"]:not([data-selected="true"]) {
      background-color: var(--default);
    }
  }

  .calendar__cell[data-outside-month="true"] {
    color: var(--muted);
    opacity: .5;
  }

  .calendar__cell[data-selected="true"][data-outside-month="true"] {
    background-color: var(--default);
  }

  .calendar__cell[data-unavailable="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  .calendar__cell:disabled:not([data-outside-month="true"]), .calendar__cell[data-disabled="true"]:not([data-outside-month="true"]) {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
    text-decoration: line-through;
  }

  .calendar__cell-indicator {
    bottom: var(--spacing);
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    width: 3px;
    height: 3px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
    border-radius: calc(var(--radius) * .25);
    background-color: var(--muted);
    position: absolute;
    left: 50%;
  }

  [data-selected="true"] > .calendar__cell-indicator {
    background-color: var(--accent-foreground);
  }

  .range-calendar {
    width: calc(var(--spacing) * 63);
    max-width: calc(var(--spacing) * 63);
    container-type: inline-size;
  }

  .range-calendar--week-view .range-calendar__cell, .range-calendar--day-view .range-calendar__cell {
    aspect-ratio: 1;
    place-self: center;
    width: 100%;
    height: auto;
  }

  .range-calendar--day-view .range-calendar__grid {
    flex-direction: column;
    display: flex;
  }

  .range-calendar--day-view .range-calendar__grid-header {
    grid-template-columns: repeat(7, 1fr);
    width: 100%;
    display: grid;
  }

  .range-calendar--day-view .range-calendar__grid-header > tr {
    display: contents;
  }

  .range-calendar--day-view .range-calendar__grid-body {
    margin-top: var(--spacing);
    grid-template-columns: repeat(7, 1fr);
    width: 100%;
    display: grid;
  }

  .range-calendar--day-view .range-calendar__grid-body > tr {
    display: contents;
  }

  .range-calendar--day-view .range-calendar__grid-body > tr:first-child > td {
    margin-top: 0;
  }

  .range-calendar__header {
    padding-inline: calc(var(--spacing) * .5);
    padding-bottom: calc(var(--spacing) * 4);
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .range-calendar__header:has(.calendar-year-picker__trigger[data-open="true"]) .range-calendar__nav-button {
    pointer-events: none;
    opacity: 0;
  }

  .range-calendar__heading {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    flex: 1;
  }

  .range-calendar__nav-button {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
    border-radius: calc(var(--radius) * 1.5);
    color: var(--accent-soft-foreground);
    will-change: scale;
    transition: transform .25s var(--ease-out), background-color .1s var(--ease-out), box-shadow .1s var(--ease-out), opacity .15s var(--ease-out);
    transform: translateZ(0) var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .range-calendar__nav-button:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .range-calendar__nav-button:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .range-calendar__nav-button:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .range-calendar__nav-button:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .range-calendar__nav-button:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .range-calendar__nav-button:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .range-calendar__nav-button {
    cursor: var(--cursor-interactive);
  }

  @media (hover: hover) {
    .range-calendar__nav-button:hover, .range-calendar__nav-button[data-hovered="true"] {
      background-color: var(--default);
      color: var(--accent-soft-foreground);
    }
  }

  .range-calendar__nav-button:active, .range-calendar__nav-button[data-pressed="true"] {
    transform: scale(.95);
  }

  .range-calendar__nav-button:focus-visible, .range-calendar__nav-button[data-focus-visible="true"] {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: var(--ring-offset-width);
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-offset-color: var(--background);
    --tw-outline-style: none;
    outline-style: none;
  }

  .range-calendar__nav-button:disabled, .range-calendar__nav-button[data-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  .range-calendar__nav-button-icon {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .range-calendar__grid {
    grid-template-columns: repeat(7, 1fr);
    width: 100%;
    display: grid;
  }

  .range-calendar__grid[aria-readonly="true"] .range-calendar__cell {
    pointer-events: none;
  }

  .range-calendar__grid-header, .range-calendar__grid-header > tr, .range-calendar__grid-body, .range-calendar__grid-body > tr {
    display: contents;
  }

  .range-calendar__grid-body > tr:first-child > td {
    margin-top: var(--spacing);
  }

  .range-calendar__grid-row {
    display: contents;
  }

  .range-calendar__header-cell {
    padding-bottom: calc(var(--spacing) * 2);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--muted);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .range-calendar__cell {
    z-index: 1;
    border-radius: calc(var(--radius) * 3);
    --tw-outline-style: none;
    cursor: var(--cursor-interactive);
    will-change: background-color, border-color;
    transition: box-shadow .1s var(--ease-out), border-color .1s var(--ease-out);
    transform: translateZ(0) var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
    outline-style: none;
    margin-block: 2px;
    margin-inline: 0;
    padding: 0;
    position: relative;
  }

  .range-calendar__cell:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .range-calendar__cell:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .range-calendar__cell:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .range-calendar__cell:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .range-calendar__cell:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .range-calendar__cell:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .range-calendar__cell .range-calendar__cell-button {
    aspect-ratio: 1;
    border-radius: calc(var(--radius) * 3);
    width: 100%;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--foreground);
    -webkit-tap-highlight-color: transparent;
    will-change: scale;
    transition: scale .2s var(--ease-out);
    transform: translateZ(0) var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .range-calendar__cell .range-calendar__cell-button:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .range-calendar__cell .range-calendar__cell-button:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .range-calendar__cell .range-calendar__cell-button:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .range-calendar__cell .range-calendar__cell-button:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .range-calendar__cell .range-calendar__cell-button:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .range-calendar__cell .range-calendar__cell-button:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .range-calendar__cell:focus-visible:not(:focus), .range-calendar__cell[data-focus-visible="true"] {
    z-index: 2;
  }

  :is(.range-calendar__cell:focus-visible:not(:focus), .range-calendar__cell[data-focus-visible="true"]) .range-calendar__cell-button {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: var(--ring-offset-width);
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-offset-color: var(--background);
    --tw-outline-style: none;
    outline-style: none;
  }

  .range-calendar__cell[data-today="true"] .range-calendar__cell-button {
    background-color: var(--accent-soft);
    color: var(--accent-soft-foreground);
  }

  @media (hover: hover) {
    :is(.range-calendar__cell[data-today="true"]:hover:not([data-selected="true"]), .range-calendar__cell[data-today="true"][data-hovered="true"]:not([data-selected="true"])) .range-calendar__cell-button {
      background-color: var(--accent-soft-hover);
    }
  }

  .range-calendar__cell[data-selected="true"]:not([data-outside-month="true"]) {
    background-color: var(--accent-soft);
    border-radius: 0;
  }

  .range-calendar__cell[data-selected="true"]:is(td:first-child > *, [aria-disabled] + td > *) {
    border-start-start-radius: calc(var(--radius) * 1);
    border-end-start-radius: calc(var(--radius) * 1);
  }

  .range-calendar__cell[data-selected="true"]:is(td:first-child > *, [aria-disabled] + td > *)[data-selection-start="true"] {
    border-start-start-radius: calc(var(--radius) * 3);
    border-end-start-radius: calc(var(--radius) * 3);
  }

  .range-calendar__cell[data-selected="true"]:is(td:last-child > *, td:has( + [aria-disabled]) > *) {
    border-start-end-radius: calc(var(--radius) * 1);
    border-end-end-radius: calc(var(--radius) * 1);
  }

  .range-calendar__cell[data-selected="true"]:is(td:last-child > *, td:has( + [aria-disabled]) > *)[data-selection-end="true"] {
    border-start-end-radius: calc(var(--radius) * 3);
    border-end-end-radius: calc(var(--radius) * 3);
  }

  .range-calendar__cell[data-selection-start="true"]:not([data-outside-month="true"]), .range-calendar__cell[data-selection-end="true"]:not([data-outside-month="true"]) {
    z-index: 2;
  }

  :is(.range-calendar__cell[data-selection-start="true"]:not([data-outside-month="true"]), .range-calendar__cell[data-selection-end="true"]:not([data-outside-month="true"])) .range-calendar__cell-button {
    background-color: var(--accent);
    color: var(--accent-foreground);
  }

  .range-calendar__cell[data-selection-start="true"]:not([data-outside-month="true"]) {
    border-top-left-radius: calc(var(--radius) * 3);
    border-bottom-left-radius: calc(var(--radius) * 3);
  }

  .range-calendar__cell[data-selection-end="true"]:not([data-outside-month="true"]) {
    border-top-right-radius: calc(var(--radius) * 3);
    border-bottom-right-radius: calc(var(--radius) * 3);
  }

  :is(.range-calendar__cell:active, .range-calendar__cell[data-pressed="true"]) .range-calendar__cell-button {
    scale: .9;
  }

  :is(:is(.range-calendar__cell:active, .range-calendar__cell[data-pressed="true"])[data-selection-start="true"], :is(.range-calendar__cell:active, .range-calendar__cell[data-pressed="true"])[data-selection-end="true"]) .range-calendar__cell-button {
    background-color: var(--accent-hover);
  }

  @media (hover: hover) {
    :is(.range-calendar__cell:hover:not([data-selected="true"]), .range-calendar__cell[data-hovered="true"]:not([data-selected="true"])) .range-calendar__cell-button {
      background-color: var(--default);
    }
  }

  .range-calendar__cell[data-outside-month="true"] {
    color: var(--muted);
    opacity: .5;
  }

  .range-calendar__cell[data-selected="true"][data-outside-month="true"]:not([data-selection-start="true"], [data-selection-end="true"]) {
    background-color: var(--default);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .range-calendar__cell[data-selected="true"][data-outside-month="true"]:not([data-selection-start="true"], [data-selection-end="true"]) {
      background-color: color-mix(in oklab, var(--default) 20%, transparent);
    }
  }

  .range-calendar__cell[data-unavailable="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  .range-calendar__cell:disabled:not([data-outside-month="true"]), .range-calendar__cell[data-disabled="true"]:not([data-outside-month="true"]) {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
    text-decoration: line-through;
  }

  .range-calendar__grid-body td:has( > .range-calendar__cell[data-outside-month="true"]) + td > .range-calendar__cell[data-selected="true"] {
    border-start-start-radius: calc(var(--radius) * 1);
    border-end-start-radius: calc(var(--radius) * 1);
  }

  .range-calendar__grid-body td:has( > .range-calendar__cell[data-outside-month="true"]) + td > .range-calendar__cell[data-selected="true"][data-outside-month="true"], .range-calendar__grid-body td:has( > .range-calendar__cell[data-outside-month="true"]) + td > .range-calendar__cell[data-selected="true"][data-selection-start="true"] {
    border-start-start-radius: calc(var(--radius) * 3);
    border-end-start-radius: calc(var(--radius) * 3);
  }

  .range-calendar__grid-body td:has( > .range-calendar__cell[data-selected="true"]):has( + td > .range-calendar__cell[data-outside-month="true"]) > .range-calendar__cell[data-selected="true"] {
    border-start-end-radius: calc(var(--radius) * 1);
    border-end-end-radius: calc(var(--radius) * 1);
  }

  .range-calendar__grid-body td:has( > .range-calendar__cell[data-selected="true"]):has( + td > .range-calendar__cell[data-outside-month="true"]) > .range-calendar__cell[data-selected="true"][data-outside-month="true"], .range-calendar__grid-body td:has( > .range-calendar__cell[data-selected="true"]):has( + td > .range-calendar__cell[data-outside-month="true"]) > .range-calendar__cell[data-selected="true"][data-selection-end="true"] {
    border-start-end-radius: calc(var(--radius) * 3);
    border-end-end-radius: calc(var(--radius) * 3);
  }

  .range-calendar__cell-indicator {
    bottom: var(--spacing);
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    width: 3px;
    height: 3px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
    border-radius: calc(var(--radius) * .25);
    background-color: var(--muted);
    position: absolute;
    left: 50%;
  }

  [data-selected="true"] > .range-calendar__cell-indicator {
    background-color: var(--accent-foreground);
  }

  .calendar:has(.calendar-year-picker__year-grid), .range-calendar:has(.calendar-year-picker__year-grid) {
    position: relative;
  }

  .calendar:has(.calendar-year-picker__year-grid) > [data-slot="calendar-grid"], .range-calendar:has(.calendar-year-picker__year-grid) > [data-slot="range-calendar-grid"] {
    will-change: opacity;
    transition: opacity .15s var(--ease-out), visibility 0s linear;
  }

  :is(.calendar:has(.calendar-year-picker__year-grid) > [data-slot="calendar-grid"], .range-calendar:has(.calendar-year-picker__year-grid) > [data-slot="range-calendar-grid"]):is([data-reduce-motion="true"], [data-reduce-motion="true"] *), :is(.calendar:has(.calendar-year-picker__year-grid) > [data-slot="calendar-grid"], .range-calendar:has(.calendar-year-picker__year-grid) > [data-slot="range-calendar-grid"]):is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, :is(.calendar:has(.calendar-year-picker__year-grid) > [data-slot="calendar-grid"], .range-calendar:has(.calendar-year-picker__year-grid) > [data-slot="range-calendar-grid"]):is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    :is(.calendar:has(.calendar-year-picker__year-grid) > [data-slot="calendar-grid"], .range-calendar:has(.calendar-year-picker__year-grid) > [data-slot="range-calendar-grid"]):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), :is(.calendar:has(.calendar-year-picker__year-grid) > [data-slot="calendar-grid"], .range-calendar:has(.calendar-year-picker__year-grid) > [data-slot="range-calendar-grid"]):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, :is(.calendar:has(.calendar-year-picker__year-grid) > [data-slot="calendar-grid"], .range-calendar:has(.calendar-year-picker__year-grid) > [data-slot="range-calendar-grid"]):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .calendar:has(.calendar-year-picker__year-grid[data-open="true"]) > [data-slot="calendar-grid"], .range-calendar:has(.calendar-year-picker__year-grid[data-open="true"]) > [data-slot="range-calendar-grid"] {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .15s var(--ease-out), visibility 0s linear .15s;
  }

  :is(.calendar:has(.calendar-year-picker__year-grid[data-open="true"]) > [data-slot="calendar-grid"], .range-calendar:has(.calendar-year-picker__year-grid[data-open="true"]) > [data-slot="range-calendar-grid"]):is([data-reduce-motion="true"], [data-reduce-motion="true"] *), :is(.calendar:has(.calendar-year-picker__year-grid[data-open="true"]) > [data-slot="calendar-grid"], .range-calendar:has(.calendar-year-picker__year-grid[data-open="true"]) > [data-slot="range-calendar-grid"]):is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, :is(.calendar:has(.calendar-year-picker__year-grid[data-open="true"]) > [data-slot="calendar-grid"], .range-calendar:has(.calendar-year-picker__year-grid[data-open="true"]) > [data-slot="range-calendar-grid"]):is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    :is(.calendar:has(.calendar-year-picker__year-grid[data-open="true"]) > [data-slot="calendar-grid"], .range-calendar:has(.calendar-year-picker__year-grid[data-open="true"]) > [data-slot="range-calendar-grid"]):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), :is(.calendar:has(.calendar-year-picker__year-grid[data-open="true"]) > [data-slot="calendar-grid"], .range-calendar:has(.calendar-year-picker__year-grid[data-open="true"]) > [data-slot="range-calendar-grid"]):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, :is(.calendar:has(.calendar-year-picker__year-grid[data-open="true"]) > [data-slot="calendar-grid"], .range-calendar:has(.calendar-year-picker__year-grid[data-open="true"]) > [data-slot="range-calendar-grid"]):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .calendar-year-picker__trigger {
    justify-content: flex-start;
    align-items: center;
    gap: var(--spacing);
    border-radius: calc(var(--radius) * 1);
    --tw-outline-style: none;
    cursor: var(--cursor-interactive);
    touch-action: manipulation;
    outline-style: none;
    flex: 1;
    display: flex;
  }

  .calendar-year-picker__trigger:focus-visible {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: var(--ring-offset-width);
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-offset-color: var(--background);
    --tw-outline-style: none;
    outline-style: none;
  }

  .calendar-year-picker__trigger-heading {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    transition: color .15s var(--ease-out);
  }

  .calendar-year-picker__trigger-heading:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .calendar-year-picker__trigger-heading:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .calendar-year-picker__trigger-heading:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .calendar-year-picker__trigger-heading:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .calendar-year-picker__trigger-heading:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .calendar-year-picker__trigger-heading:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .calendar-year-picker__trigger-indicator {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    color: var(--accent-soft-foreground);
    transition: transform .15s var(--ease-out);
  }

  .calendar-year-picker__trigger-indicator:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .calendar-year-picker__trigger-indicator:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .calendar-year-picker__trigger-indicator:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .calendar-year-picker__trigger-indicator:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .calendar-year-picker__trigger-indicator:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .calendar-year-picker__trigger-indicator:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .calendar-year-picker__trigger[data-open="true"] .calendar-year-picker__trigger-indicator {
    transform: rotate(90deg);
  }

  .calendar-year-picker__trigger[data-open="true"] .calendar-year-picker__trigger-heading {
    color: var(--accent-soft-foreground);
  }

  .calendar-year-picker__year-grid {
    pointer-events: none;
    scrollbar-width: var(--scrollbar-width);
    scrollbar-color: var(--scrollbar-color);
    scrollbar-gutter: var(--scrollbar-gutter);
    align-content: flex-start;
    gap: var(--spacing);
    padding: var(--spacing);
    opacity: 0;
    will-change: opacity;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    position: absolute;
    left: 0;
    right: 0;
    overflow-y: auto;
  }

  .calendar-year-picker__year-grid[data-open="true"] {
    pointer-events: auto;
    opacity: 1;
    transition: opacity .2s var(--ease-out) 50ms;
  }

  .calendar-year-picker__year-grid[data-open="true"]:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .calendar-year-picker__year-grid[data-open="true"]:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .calendar-year-picker__year-grid[data-open="true"]:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .calendar-year-picker__year-grid[data-open="true"]:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .calendar-year-picker__year-grid[data-open="true"]:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .calendar-year-picker__year-grid[data-open="true"]:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .calendar-year-picker__year-cell {
    height: calc(var(--spacing) * 8);
    border-radius: calc(var(--radius) * 3);
    padding-inline: calc(var(--spacing) * 2.5);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    --tw-outline-style: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    transition: color .1s var(--ease-smooth), scale .1s var(--ease-smooth), opacity .1s var(--ease-smooth), background-color .1s var(--ease-smooth), box-shadow .1s var(--ease-out);
    transform-origin: center;
    transform: translateZ(0) var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
    outline-style: none;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    position: relative;
  }

  .calendar-year-picker__year-cell:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .calendar-year-picker__year-cell:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .calendar-year-picker__year-cell:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .calendar-year-picker__year-cell:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .calendar-year-picker__year-cell:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .calendar-year-picker__year-cell:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .calendar-year-picker__year-cell {
    cursor: var(--cursor-interactive);
  }

  @media (hover: hover) and (pointer: fine) {
    .calendar-year-picker__year-cell:is(:hover, [data-hovered="true"]):not([data-selected="true"]) {
      background-color: var(--default);
      color: var(--default-foreground);
    }
  }

  .calendar-year-picker__year-cell[data-selected="true"], .calendar-year-picker__year-cell[aria-selected="true"] {
    background-color: var(--accent);
    color: var(--accent-foreground);
  }

  @media (hover: hover) and (pointer: fine) {
    :is(.calendar-year-picker__year-cell[data-selected="true"], .calendar-year-picker__year-cell[aria-selected="true"]):is(:hover, [data-hovered="true"]) {
      background-color: var(--accent-hover);
    }
  }

  .calendar-year-picker__year-cell:focus-visible {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: var(--ring-offset-width);
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-offset-color: var(--background);
    --tw-outline-style: none;
    outline-style: none;
  }

  .date-field {
    gap: var(--spacing);
    flex-direction: column;
    display: flex;
  }

  :is(.date-field[data-invalid="true"], .date-field[aria-invalid="true"]) [data-slot="description"] {
    display: none;
  }

  .date-field [data-slot="label"] {
    width: fit-content;
  }

  .date-field--full-width {
    width: 100%;
  }

  .time-field {
    gap: var(--spacing);
    flex-direction: column;
    display: flex;
  }

  :is(.time-field[data-invalid="true"], .time-field[aria-invalid="true"]) [data-slot="description"] {
    display: none;
  }

  .time-field [data-slot="label"] {
    width: fit-content;
  }

  .time-field--full-width {
    width: 100%;
  }

  .date-input-group {
    height: calc(var(--spacing) * 9);
    border-radius: var(--field-radius, calc(var(--radius) * 1.5));
    border-style: var(--tw-border-style);
    background-color: var(--field-background, var(--default));
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--field-foreground, var(--foreground));
    --tw-shadow: var(--field-shadow);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-outline-style: none;
    border-width: 1px;
    border-width: var(--border-width-field);
    border-color: var(--field-border);
    transition: background-color .15s var(--ease-smooth), border-color .15s var(--ease-smooth), box-shadow .15s var(--ease-out);
    outline-style: none;
    align-items: center;
    display: inline-flex;
    overflow: hidden;
  }

  .date-input-group:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .date-input-group:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .date-input-group:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .date-input-group:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .date-input-group:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .date-input-group:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  @media (hover: hover) {
    .date-input-group:hover:not(:focus-within), .date-input-group[data-hovered="true"]:not([data-focus-within="true"]) {
      background-color: var(--field-hover);
      border-color: var(--field-border-hover);
    }
  }

  .date-input-group[data-focus-within="true"]:not(:has([data-slot="date-picker-trigger"]:focus, [data-slot="date-picker-trigger"][data-focused="true"], [data-slot="date-range-picker-trigger"]:focus, [data-slot="date-range-picker-trigger"][data-focused="true"])), .date-input-group:focus-within:not(:has([data-slot="date-picker-trigger"]:focus, [data-slot="date-picker-trigger"][data-focused="true"], [data-slot="date-range-picker-trigger"]:focus, [data-slot="date-range-picker-trigger"][data-focused="true"])) {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-outline-style: none;
    outline-style: none;
  }

  .date-input-group[data-invalid="true"] {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
    outline-color: var(--danger);
    --tw-outline-style: solid;
    --tw-ring-offset-width: 3px;
    outline-style: solid;
  }

  .date-input-group[data-invalid="true"]:focus, .date-input-group[data-invalid="true"]:focus-visible, .date-input-group[data-invalid="true"][data-focused="true"], .date-input-group[data-invalid="true"][data-focus-visible="true"], .date-input-group[data-invalid="true"]:focus-within, .date-input-group[data-invalid="true"][data-focus-within="true"] {
    --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);
    --tw-ring-color: var(--danger);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .date-input-group[data-invalid="true"] {
    background-color: var(--field-focus);
    border-color: var(--color-field-border-invalid);
  }

  .date-input-group[data-disabled="true"], .date-input-group[aria-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  .date-input-group__input {
    cursor: text;
    border-style: var(--tw-border-style);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --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);
    --tw-outline-style: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    outline-style: none;
    flex: 1;
    align-items: center;
    gap: 1px;
    display: flex;
  }

  @media (min-width: 40rem) {
    .date-input-group__input {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }

  .date-input-group:has([data-slot="date-input-group-prefix"]) .date-input-group__input {
    padding-left: calc(var(--spacing) * 2);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .date-input-group:has([data-slot="date-input-group-suffix"]) .date-input-group__input {
    padding-right: calc(var(--spacing) * 2);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .date-input-group:has(.date-range-picker__range-separator) .date-input-group__input[slot="start"] {
    flex: none;
    padding-right: 0;
  }

  .date-input-group:has(.date-range-picker__range-separator) .date-input-group__input[slot="end"] {
    padding-left: 0;
  }

  .date-input-group__input:focus, .date-input-group__input:focus-visible {
    --tw-outline-style: none;
    outline-style: none;
  }

  .date-input-group__input-container {
    scrollbar-color: auto;
    scrollbar-gutter: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    flex: 1;
    align-items: center;
    width: fit-content;
    display: flex;
    overflow: auto clip;
  }

  .date-input-group__segment {
    border-radius: calc(var(--radius) * .75);
    padding-inline: calc(var(--spacing) * .5);
    text-align: end;
    text-wrap: nowrap;
    --tw-outline-style: none;
    outline-style: none;
    display: inline-block;
  }

  .date-input-group__segment[data-type="literal"] {
    color: var(--muted);
    padding: 0;
  }

  .date-input-group__segment[data-placeholder="true"] {
    color: var(--field-placeholder, var(--muted));
  }

  .date-input-group__segment:focus, .date-input-group__segment[data-focused="true"] {
    background-color: var(--accent-soft);
    color: var(--accent-soft-foreground);
  }

  .date-input-group__segment[data-disabled="true"] {
    opacity: .5;
  }

  .date-input-group__segment[data-invalid="true"] {
    color: var(--danger);
  }

  .date-input-group__segment[data-invalid="true"]:focus, .date-input-group__segment[data-invalid="true"][data-focused="true"] {
    background-color: var(--danger-soft);
    color: var(--danger-soft-foreground);
  }

  .date-input-group__prefix {
    pointer-events: none;
    color: var(--field-placeholder, var(--muted));
    margin-right: 0;
    margin-left: calc(var(--spacing) * 3);
    flex-shrink: 0;
    align-items: center;
    display: flex;
  }

  .date-input-group__suffix {
    pointer-events: none;
    color: var(--field-placeholder, var(--muted));
    margin-right: calc(var(--spacing) * 3);
    flex-shrink: 0;
    align-items: center;
    display: flex;
  }

  .date-input-group--secondary {
    --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);
    background-color: var(--date-input-group-bg);
    --date-input-group-bg: var(--default);
    --date-input-group-bg-hover: var(--default-hover);
    --date-input-group-bg-focus: var(--default);
  }

  @media (hover: hover) {
    .date-input-group--secondary:hover:not(:focus-within), .date-input-group--secondary[data-hovered="true"]:not([data-focus-within="true"]) {
      background-color: var(--date-input-group-bg-hover);
    }
  }

  .date-input-group--secondary:focus-within, .date-input-group--secondary[data-focus-within="true"] {
    background-color: var(--date-input-group-bg-focus);
  }

  .date-input-group--secondary[data-invalid="true"] {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
    outline-color: var(--danger);
    --tw-outline-style: solid;
    --tw-ring-offset-width: 3px;
    outline-style: solid;
  }

  .date-input-group--secondary[data-invalid="true"]:focus, .date-input-group--secondary[data-invalid="true"]:focus-visible, .date-input-group--secondary[data-invalid="true"][data-focused="true"], .date-input-group--secondary[data-invalid="true"][data-focus-visible="true"], .date-input-group--secondary[data-invalid="true"]:focus-within, .date-input-group--secondary[data-invalid="true"][data-focus-within="true"] {
    --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);
    --tw-ring-color: var(--danger);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .date-input-group--secondary[data-invalid="true"] {
    border-color: var(--color-field-border-invalid);
    background-color: var(--date-input-group-bg-focus);
  }

  .date-input-group--secondary [data-slot="date-input-group-input"] {
    background-color: #0000;
  }

  .date-input-group--full-width {
    width: 100%;
  }

  .date-picker {
    gap: var(--spacing);
    flex-direction: column;
    display: inline-flex;
  }

  .date-picker .date-input-group__suffix, .date-picker .date-input-group__prefix {
    pointer-events: auto;
  }

  .date-picker__trigger {
    border-radius: var(--field-radius, calc(var(--radius) * 1.5));
    width: 100%;
    padding: var(--spacing);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    -webkit-tap-highlight-color: transparent;
    cursor: var(--cursor-interactive);
    transition: box-shadow .15s var(--ease-out);
    align-items: center;
    display: inline-flex;
  }

  .date-picker__trigger:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .date-picker__trigger:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .date-picker__trigger:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .date-picker__trigger:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .date-picker__trigger:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .date-picker__trigger:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .date-picker__trigger:focus-visible:not(:focus), .date-picker__trigger[data-focus-visible="true"] {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: var(--ring-offset-width);
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-offset-color: var(--background);
    --tw-outline-style: none;
    outline-style: none;
  }

  .date-picker__trigger:disabled, .date-picker__trigger[data-disabled="true"], .date-picker__trigger[aria-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  .date-picker__trigger-indicator {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    color: var(--field-placeholder, var(--muted));
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .date-picker__popover {
    width: fit-content;
    transform-origin: var(--trigger-anchor-point);
    scrollbar-color: auto;
    scrollbar-gutter: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overscroll-behavior: contain;
    background-color: var(--overlay);
    padding: calc(var(--spacing) * 3);
    overflow-y: auto;
  }

  .date-picker__popover:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .date-picker__popover:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .date-picker__popover:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .date-picker__popover:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .date-picker__popover:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .date-picker__popover:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .date-picker__popover {
    box-shadow: var(--shadow-overlay);
    border-radius: min(32px, calc(var(--radius) * 2.5));
  }

  .date-picker__popover:focus-visible:not(:focus), .date-picker__popover[data-focus-visible="true"] {
    --tw-outline-style: none;
    outline-style: none;
  }

  .date-picker__popover[data-entering="true"] {
    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);
    --tw-duration: .15s;
    --tw-ease: ease;
    --tw-enter-opacity: 0;
    --tw-enter-scale: .95;
    transition-duration: .15s;
    transition-timing-function: ease;
  }

  .date-picker__popover[data-entering="true"][data-placement^="top"] {
    --tw-enter-translate-y: calc(1*var(--spacing));
  }

  .date-picker__popover[data-entering="true"][data-placement^="bottom"] {
    --tw-enter-translate-y: calc(1*var(--spacing)*-1);
  }

  .date-picker__popover[data-entering="true"][data-placement^="left"] {
    --tw-enter-translate-x: calc(1*var(--spacing));
  }

  .date-picker__popover[data-entering="true"][data-placement^="right"] {
    --tw-enter-translate-x: calc(1*var(--spacing)*-1);
  }

  .date-picker__popover[data-exiting="true"] {
    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);
    --tw-duration: .1s;
    --tw-ease: ease;
    --tw-exit-scale: .95;
    --tw-exit-opacity: 0;
    transition-duration: .1s;
    transition-timing-function: ease;
  }

  .date-picker__popover[data-exiting="true"], .date-picker__popover[data-entering="true"] {
    transition-property: opacity, transform;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    will-change: opacity,transform;
  }

  .date-range-picker {
    gap: var(--spacing);
    flex-direction: column;
    display: inline-flex;
  }

  .date-range-picker .date-input-group__suffix, .date-range-picker .date-input-group__prefix {
    pointer-events: auto;
  }

  .date-range-picker__trigger {
    border-radius: var(--field-radius, calc(var(--radius) * 1.5));
    width: 100%;
    padding: var(--spacing);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    -webkit-tap-highlight-color: transparent;
    cursor: var(--cursor-interactive);
    transition: box-shadow .15s var(--ease-out);
    align-items: center;
    display: inline-flex;
  }

  .date-range-picker__trigger:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .date-range-picker__trigger:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .date-range-picker__trigger:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .date-range-picker__trigger:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .date-range-picker__trigger:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .date-range-picker__trigger:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .date-range-picker__trigger:focus-visible:not(:focus), .date-range-picker__trigger[data-focus-visible="true"] {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: var(--ring-offset-width);
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-offset-color: var(--background);
    --tw-outline-style: none;
    outline-style: none;
  }

  .date-range-picker__trigger:disabled, .date-range-picker__trigger[data-disabled="true"], .date-range-picker__trigger[aria-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  .date-range-picker__trigger-indicator {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    color: var(--field-placeholder, var(--muted));
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .date-range-picker__range-separator {
    padding-inline: var(--spacing);
    color: var(--field-placeholder, var(--muted));
    -webkit-user-select: none;
    user-select: none;
  }

  .date-range-picker__popover {
    width: fit-content;
    transform-origin: var(--trigger-anchor-point);
    scrollbar-color: auto;
    scrollbar-gutter: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overscroll-behavior: contain;
    background-color: var(--overlay);
    padding: calc(var(--spacing) * 3);
    overflow-y: auto;
  }

  .date-range-picker__popover:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .date-range-picker__popover:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .date-range-picker__popover:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .date-range-picker__popover:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .date-range-picker__popover:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .date-range-picker__popover:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .date-range-picker__popover {
    box-shadow: var(--shadow-overlay);
    border-radius: min(32px, calc(var(--radius) * 2.5));
  }

  .date-range-picker__popover:focus-visible:not(:focus), .date-range-picker__popover[data-focus-visible="true"] {
    --tw-outline-style: none;
    outline-style: none;
  }

  .date-range-picker__popover[data-entering="true"] {
    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);
    --tw-duration: .15s;
    --tw-ease: ease;
    --tw-enter-opacity: 0;
    --tw-enter-scale: .95;
    transition-duration: .15s;
    transition-timing-function: ease;
  }

  .date-range-picker__popover[data-entering="true"][data-placement^="top"] {
    --tw-enter-translate-y: calc(1*var(--spacing));
  }

  .date-range-picker__popover[data-entering="true"][data-placement^="bottom"] {
    --tw-enter-translate-y: calc(1*var(--spacing)*-1);
  }

  .date-range-picker__popover[data-entering="true"][data-placement^="left"] {
    --tw-enter-translate-x: calc(1*var(--spacing));
  }

  .date-range-picker__popover[data-entering="true"][data-placement^="right"] {
    --tw-enter-translate-x: calc(1*var(--spacing)*-1);
  }

  .date-range-picker__popover[data-exiting="true"] {
    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);
    --tw-duration: .1s;
    --tw-ease: ease;
    --tw-exit-scale: .95;
    --tw-exit-opacity: 0;
    transition-duration: .1s;
    transition-timing-function: ease;
  }

  .date-range-picker__popover[data-exiting="true"], .date-range-picker__popover[data-entering="true"] {
    transition-property: opacity, transform;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    will-change: opacity,transform;
  }

  .card {
    gap: calc(var(--spacing) * 3);
    padding: calc(var(--spacing) * 4);
    --tw-shadow: var(--surface-shadow);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-radius: min(32px, var(--radius-3xl));
    flex-direction: column;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .card__header {
    flex-direction: column;
    display: flex;
  }

  .card__title {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--foreground);
  }

  .card__description {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
    color: var(--muted);
  }

  .card__content {
    gap: var(--spacing);
    flex-direction: column;
    flex: 1;
    display: flex;
  }

  .card__footer {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .card--transparent {
    --tw-border-style: 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);
    background-color: #0000;
    border-style: none;
  }

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

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

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

  .header {
    width: 100%;
    padding-inline: calc(var(--spacing) * 2);
    padding-top: calc(var(--spacing) * 1.5);
    padding-bottom: var(--spacing);
    text-align: left;
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--muted);
  }

  .separator {
    border-radius: calc(var(--radius) * .5);
    border-top-style: var(--tw-border-style);
    border-top-width: 0;
    border-bottom-style: var(--tw-border-style);
    background-color: var(--separator);
    border-bottom-width: 0;
    flex-shrink: 0;
    width: 100%;
    height: 1px;
  }

  .separator--horizontal {
    width: 100%;
    height: 1px;
  }

  .separator--vertical {
    height: auto;
    min-height: calc(var(--spacing) * 2);
    align-self: stretch;
    width: 1px;
  }

  .separator--default {
    background-color: var(--separator);
  }

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

  .separator--tertiary {
    background-color: var(--separator-tertiary);
  }

  .separator__container {
    align-items: center;
    gap: calc(var(--spacing) * 3);
    display: flex;
  }

  .separator__container--horizontal {
    flex-direction: row;
    width: 100%;
  }

  .separator__container--vertical {
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }

  .separator__line {
    flex-grow: 1;
    flex-shrink: 0;
  }

  .separator__content {
    text-align: center;
    white-space: nowrap;
    color: var(--muted);
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .separator__content--horizontal, .separator__content--vertical {
    text-align: center;
  }

  .surface {
    color: var(--foreground);
    position: relative;
  }

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

  .surface--default {
    background-color: var(--surface);
    color: var(--surface-foreground);
  }

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

  .surface--tertiary {
    background-color: var(--surface-tertiary);
    color: var(--surface-tertiary-foreground);
  }

  .avatar {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
    border-radius: calc(var(--radius) * 3);
    background-color: var(--default);
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .avatar__fallback {
    background-color: var(--default);
    width: 100%;
    height: 100%;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .avatar__image {
    aspect-ratio: 1;
    width: 100%;
    height: 100%;
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: .25s;
    transition-duration: .25s;
    position: absolute;
    inset: 0;
  }

  .avatar__image:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .avatar__image:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .avatar__image:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .avatar__image:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .avatar__image:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .avatar__image:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .avatar--sm {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
    border-radius: calc(var(--radius) * 2);
  }

  .avatar--lg {
    width: calc(var(--spacing) * 12);
    height: calc(var(--spacing) * 12);
    border-radius: calc(var(--radius) * 3);
  }

  .avatar--lg .avatar__fallback {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .avatar__fallback--accent {
    color: var(--accent-soft-foreground);
  }

  .avatar__fallback--default {
    color: var(--default-soft-foreground);
  }

  .avatar__fallback--success {
    color: var(--success-soft-foreground);
  }

  .avatar__fallback--warning {
    color: var(--warning-soft-foreground);
  }

  .avatar__fallback--danger {
    color: var(--danger-soft-foreground);
  }

  .avatar--soft {
    background-color: #0000;
  }

  .avatar--soft .avatar__fallback--accent {
    background-color: var(--accent-soft);
    color: var(--accent-soft-foreground);
  }

  .avatar--soft .avatar__fallback--success {
    background-color: var(--success-soft);
    color: var(--success-soft-foreground);
  }

  .avatar--soft .avatar__fallback--warning {
    background-color: var(--warning-soft);
    color: var(--warning-soft-foreground);
  }

  .avatar--soft .avatar__fallback--default {
    background-color: var(--default-soft);
    color: var(--default-soft-foreground);
  }

  .avatar--soft .avatar__fallback--danger {
    background-color: var(--danger-soft);
    color: var(--danger-soft-foreground);
  }

  .alert-dialog__trigger {
    cursor: var(--cursor-interactive);
    transition: transform .25s var(--ease-out-quart), background-color .15s var(--ease-smooth), box-shadow .15s var(--ease-out);
    display: inline-block;
  }

  .alert-dialog__trigger:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .alert-dialog__trigger:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .alert-dialog__trigger:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .alert-dialog__trigger:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .alert-dialog__trigger:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .alert-dialog__trigger:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .alert-dialog__trigger:focus-visible:not(:focus), .alert-dialog__trigger[data-focus-visible="true"] {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: var(--ring-offset-width);
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-offset-color: var(--background);
    --tw-outline-style: none;
    outline-style: none;
  }

  .alert-dialog__trigger:disabled, .alert-dialog__trigger[aria-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  .alert-dialog__trigger:active, .alert-dialog__trigger[data-pressed="true"] {
    transform: scale(.97);
  }

  .alert-dialog__backdrop {
    z-index: 50;
    height: var(--visual-viewport-height);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .alert-dialog__backdrop[data-entering="true"] {
    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);
    --tw-duration: .15s;
    --tw-ease: var(--ease-out);
    transition-duration: .15s;
    transition-timing-function: var(--ease-out);
    --tw-enter-opacity: 0;
  }

  .alert-dialog__backdrop[data-exiting="true"] {
    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);
    --tw-duration: .1s;
    --tw-ease: var(--ease-out);
    transition-duration: .1s;
    transition-timing-function: var(--ease-out);
    --tw-exit-opacity: 0;
  }

  .alert-dialog__backdrop[data-exiting="true"], .alert-dialog__backdrop[data-entering="true"] {
    will-change: opacity;
  }

  :is(.alert-dialog__backdrop[data-exiting="true"], .alert-dialog__backdrop[data-entering="true"]):is([data-reduce-motion="true"], [data-reduce-motion="true"] *), :is(.alert-dialog__backdrop[data-exiting="true"], .alert-dialog__backdrop[data-entering="true"]):is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, :is(.alert-dialog__backdrop[data-exiting="true"], .alert-dialog__backdrop[data-entering="true"]):is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    animation: none;
  }

  @media (prefers-reduced-motion: reduce) {
    :is(.alert-dialog__backdrop[data-exiting="true"], .alert-dialog__backdrop[data-entering="true"]):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), :is(.alert-dialog__backdrop[data-exiting="true"], .alert-dialog__backdrop[data-entering="true"]):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, :is(.alert-dialog__backdrop[data-exiting="true"], .alert-dialog__backdrop[data-entering="true"]):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      animation: none;
    }
  }

  .alert-dialog__backdrop--transparent {
    background-color: #0000;
  }

  .alert-dialog__backdrop--opaque {
    background-color: var(--backdrop);
  }

  .alert-dialog__backdrop--blur {
    background-color: var(--backdrop);
    --tw-backdrop-blur: blur(var(--blur-md));
    -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, );
  }

  .alert-dialog__container {
    height: var(--visual-viewport-height);
    width: 100%;
    min-width: 0;
    padding: calc(var(--spacing) * 4);
    flex-direction: column;
    flex: 1;
    align-items: center;
    display: flex;
  }

  @media (min-width: 40rem) {
    .alert-dialog__container {
      width: fit-content;
      padding: calc(var(--spacing) * 10);
    }
  }

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

  .alert-dialog__container[data-entering="true"] {
    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);
    --tw-duration: .25s;
    --tw-ease: cubic-bezier(.25, .46, .45, .94);
    --tw-enter-opacity: 0;
    --tw-enter-scale: calc(105*1%);
    transition-duration: .25s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
  }

  .alert-dialog__container[data-entering="true"][data-placement="auto"] {
    --tw-enter-translate-y: calc(1*var(--spacing));
  }

  @media (min-width: 40rem) {
    .alert-dialog__container[data-entering="true"][data-placement="auto"] {
      --tw-enter-translate-y: calc(0*100%);
    }
  }

  .alert-dialog__container[data-entering="true"][data-placement="top"] {
    --tw-enter-translate-y: calc(1*var(--spacing)*-1);
  }

  .alert-dialog__container[data-entering="true"][data-placement="center"] {
    --tw-enter-translate-y: calc(0*-100%);
  }

  .alert-dialog__container[data-entering="true"][data-placement="bottom"] {
    --tw-enter-translate-y: calc(1*var(--spacing));
  }

  .alert-dialog__container[data-exiting="true"] {
    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);
    --tw-duration: .1s;
    --tw-ease: cubic-bezier(.25, .46, .45, .94);
    --tw-exit-opacity: 0;
    --tw-exit-scale: .95;
    transition-duration: .1s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
  }

  .alert-dialog__container[data-exiting="true"], .alert-dialog__container[data-entering="true"] {
    will-change: opacity,transform;
  }

  :is(.alert-dialog__container[data-exiting="true"], .alert-dialog__container[data-entering="true"]):is([data-reduce-motion="true"], [data-reduce-motion="true"] *), :is(.alert-dialog__container[data-exiting="true"], .alert-dialog__container[data-entering="true"]):is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, :is(.alert-dialog__container[data-exiting="true"], .alert-dialog__container[data-entering="true"]):is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    animation: none;
  }

  @media (prefers-reduced-motion: reduce) {
    :is(.alert-dialog__container[data-exiting="true"], .alert-dialog__container[data-entering="true"]):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), :is(.alert-dialog__container[data-exiting="true"], .alert-dialog__container[data-entering="true"]):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, :is(.alert-dialog__container[data-exiting="true"], .alert-dialog__container[data-entering="true"]):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      animation: none;
    }
  }

  .alert-dialog__dialog {
    background-color: var(--overlay);
    --tw-shadow: var(--overlay-shadow);
    width: 100%;
    min-height: 0;
    max-height: 100%;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-outline-style: none;
    border-radius: min(32px, var(--radius-3xl));
    padding: calc(var(--spacing) * 6);
    pointer-events: auto;
    outline-style: none;
    flex-direction: column;
    display: flex;
    position: relative;
    overflow: clip;
  }

  .alert-dialog__dialog[data-placement="auto"] {
    margin-top: auto;
  }

  @media (min-width: 40rem) {
    .alert-dialog__dialog[data-placement="auto"] {
      margin-block: auto;
    }
  }

  .alert-dialog__dialog[data-placement="center"] {
    margin-block: auto;
  }

  .alert-dialog__dialog[data-placement="bottom"] {
    margin-top: auto;
  }

  .alert-dialog__dialog[data-placement="top"] {
    margin-top: 0;
  }

  .alert-dialog__dialog--xs {
    max-width: var(--container-xs);
  }

  .alert-dialog__dialog--sm {
    max-width: var(--container-sm);
  }

  .alert-dialog__dialog--md {
    max-width: var(--container-md);
  }

  .alert-dialog__dialog--lg {
    max-width: var(--container-lg);
  }

  .alert-dialog__dialog--cover {
    width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .alert-dialog__header {
    gap: calc(var(--spacing) * 3);
    flex-direction: column;
    margin-bottom: 0;
    display: flex;
  }

  .alert-dialog__header > .modal__icon {
    margin-bottom: 0;
  }

  .alert-dialog__heading {
    vertical-align: middle;
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--foreground);
  }

  .alert-dialog__icon {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
    border-radius: calc(var(--radius) * 3);
    -webkit-user-select: none;
    user-select: none;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .alert-dialog__icon [data-slot="alert-dialog-default-icon"] {
    box-sizing: content-box;
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }

  .alert-dialog__icon--default {
    background-color: var(--default);
    color: var(--foreground);
  }

  .alert-dialog__icon--accent {
    background-color: var(--accent-soft);
    color: var(--accent-soft-foreground);
  }

  .alert-dialog__icon--success {
    background-color: var(--success-soft);
    color: var(--success-soft-foreground);
  }

  .alert-dialog__icon--warning {
    background-color: var(--warning-soft);
    color: var(--warning-soft-foreground);
  }

  .alert-dialog__icon--danger {
    background-color: var(--danger-soft);
    color: var(--danger-soft-foreground);
  }

  .alert-dialog__body {
    scrollbar-width: var(--scrollbar-width);
    scrollbar-color: var(--scrollbar-color);
    scrollbar-gutter: var(--scrollbar-gutter);
    min-height: 0;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: 1.43;
    color: var(--muted);
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    margin: -3px;
    flex: 1;
    margin-block: 0;
    padding: 3px;
    line-height: 1.43;
    overflow-y: auto;
  }

  .alert-dialog__footer {
    justify-content: flex-end;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    flex-direction: row;
    margin-top: 0;
    display: flex;
  }

  .alert-dialog__close-trigger {
    top: calc(var(--spacing) * 4);
    right: calc(var(--spacing) * 4);
    position: absolute;
  }

  .alert-dialog__header + .alert-dialog__body {
    margin-top: calc(var(--spacing) * 2);
  }

  .alert-dialog__header + .alert-dialog__footer, .alert-dialog__body + .alert-dialog__footer {
    margin-top: calc(var(--spacing) * 5);
  }

  .drawer__trigger {
    cursor: var(--cursor-interactive);
    transition: transform .25s var(--ease-out-quart), background-color .15s var(--ease-smooth), box-shadow .15s var(--ease-out);
    display: inline-block;
  }

  .drawer__trigger:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .drawer__trigger:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .drawer__trigger:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .drawer__trigger:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .drawer__trigger:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .drawer__trigger:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .drawer__trigger:focus-visible:not(:focus), .drawer__trigger[data-focus-visible="true"] {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: var(--ring-offset-width);
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-offset-color: var(--background);
    --tw-outline-style: none;
    outline-style: none;
  }

  .drawer__trigger:disabled, .drawer__trigger[aria-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  .drawer__trigger:active, .drawer__trigger[data-pressed="true"] {
    transform: scale(.97);
  }

  .drawer__backdrop {
    z-index: 50;
    height: var(--visual-viewport-height);
    opacity: 1;
    width: 100%;
    transition: opacity .25s cubic-bezier(.32, .72, 0, 1);
    position: fixed;
    inset: 0;
  }

  .drawer__backdrop[data-entering="true"] {
    opacity: 0;
  }

  .drawer__backdrop[data-exiting="true"] {
    opacity: 0;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.32, .72, 0, 1);
  }

  .drawer__backdrop[data-exiting="true"], .drawer__backdrop[data-entering="true"] {
    will-change: opacity;
  }

  @media (prefers-reduced-motion: reduce) {
    .drawer__backdrop {
      transition: none;
    }
  }

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

  .drawer__backdrop--opaque {
    background-color: var(--backdrop);
  }

  .drawer__backdrop--blur {
    background-color: var(--backdrop);
    --tw-backdrop-blur: blur(var(--blur-md));
    -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, );
  }

  .drawer__content {
    pointer-events: none;
    z-index: 50;
    height: var(--visual-viewport-height);
    width: 100%;
    min-width: 0;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .drawer__content--bottom {
    align-items: flex-end;
  }

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

  .drawer__content--left {
    justify-content: flex-start;
  }

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

  .drawer__dialog {
    background-color: var(--overlay);
    --tw-shadow: var(--overlay-shadow);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-outline-style: none;
    padding: calc(var(--spacing) * 6);
    pointer-events: auto;
    --drawer-enter-duration: .25s;
    --drawer-exit-duration: .2s;
    --drawer-enter-ease: cubic-bezier(.32, .72, 0, 1);
    --drawer-exit-ease: cubic-bezier(.32, .72, 0, 1);
    will-change: translate;
    transition: translate var(--drawer-enter-duration) var(--drawer-enter-ease);
    outline-style: none;
    flex-direction: column;
    display: flex;
    position: relative;
  }

  @media (prefers-reduced-motion: reduce) {
    .drawer__dialog {
      transition: none;
    }
  }

  .drawer__dialog[data-placement="bottom"] {
    border-top-left-radius: min(32px, var(--radius-2xl));
    border-top-right-radius: min(32px, var(--radius-2xl));
    width: 100%;
    max-height: 85vh;
  }

  .drawer__dialog[data-placement="top"] {
    border-bottom-left-radius: min(32px, var(--radius-2xl));
    border-bottom-right-radius: min(32px, var(--radius-2xl));
    width: 100%;
    max-height: 85vh;
  }

  .drawer__dialog[data-placement="left"] {
    height: 100%;
    width: calc(var(--spacing) * 80);
    border-radius: 0;
    max-width: 85vw;
  }

  @media (min-width: 40rem) {
    .drawer__dialog[data-placement="left"] {
      width: calc(var(--spacing) * 96);
    }
  }

  .drawer__dialog[data-placement="right"] {
    height: 100%;
    width: calc(var(--spacing) * 80);
    border-radius: 0;
    max-width: 85vw;
  }

  @media (min-width: 40rem) {
    .drawer__dialog[data-placement="right"] {
      width: calc(var(--spacing) * 96);
    }
  }

  [data-exiting="true"] .drawer__dialog {
    transition-duration: var(--drawer-exit-duration);
    transition-timing-function: var(--drawer-exit-ease);
  }

  .drawer__content--left .drawer__dialog, .drawer__content--right .drawer__dialog, .drawer__content--top .drawer__dialog, .drawer__content--bottom .drawer__dialog {
    translate: 0;
  }

  .drawer__content--left[data-entering="true"] .drawer__dialog, .drawer__content--left[data-exiting="true"] .drawer__dialog {
    translate: -100%;
  }

  .drawer__content--right[data-entering="true"] .drawer__dialog, .drawer__content--right[data-exiting="true"] .drawer__dialog {
    translate: 100%;
  }

  .drawer__content--top[data-entering="true"] .drawer__dialog, .drawer__content--top[data-exiting="true"] .drawer__dialog {
    translate: 0 -100%;
  }

  .drawer__content--bottom[data-entering="true"] .drawer__dialog, .drawer__content--bottom[data-exiting="true"] .drawer__dialog {
    translate: 0 100%;
  }

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

  .drawer__dialog--top .drawer__handle {
    padding-bottom: 0;
  }

  .drawer__header {
    gap: calc(var(--spacing) * 3);
    flex-direction: column;
    margin-bottom: 0;
    display: flex;
  }

  .drawer__heading {
    vertical-align: middle;
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--foreground);
  }

  .drawer__body {
    scrollbar-width: var(--scrollbar-width);
    scrollbar-color: var(--scrollbar-color);
    scrollbar-gutter: var(--scrollbar-gutter);
    min-height: 0;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: 1.43;
    color: var(--muted);
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    margin: -3px;
    flex: 1;
    margin-block: 0;
    padding: 3px;
    line-height: 1.43;
    overflow-y: auto;
  }

  .drawer__footer {
    justify-content: flex-end;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    flex-direction: row;
    margin-top: 0;
    display: flex;
  }

  .drawer__handle {
    padding-bottom: calc(var(--spacing) * 2);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .drawer__handle > [data-slot="drawer-handle-bar"] {
    height: var(--spacing);
    width: calc(var(--spacing) * 9);
    border-radius: calc(var(--radius) * .25);
    background-color: var(--separator);
  }

  .drawer__close-trigger {
    top: calc(var(--spacing) * 4);
    right: calc(var(--spacing) * 4);
    position: absolute;
  }

  .drawer__header + .drawer__body {
    margin-top: calc(var(--spacing) * 2);
  }

  .drawer__header + .drawer__footer, .drawer__body + .drawer__footer {
    margin-top: calc(var(--spacing) * 5);
  }

  .drawer__handle + .drawer__header, .drawer__handle + .drawer__body {
    margin-top: 0;
  }

  .modal__trigger {
    cursor: var(--cursor-interactive);
    transition: transform .25s var(--ease-out-quart), background-color .15s var(--ease-smooth), box-shadow .15s var(--ease-out);
    display: inline-block;
  }

  .modal__trigger:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .modal__trigger:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .modal__trigger:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .modal__trigger:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .modal__trigger:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .modal__trigger:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .modal__trigger:focus-visible:not(:focus), .modal__trigger[data-focus-visible="true"] {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: var(--ring-offset-width);
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-offset-color: var(--background);
    --tw-outline-style: none;
    outline-style: none;
  }

  .modal__trigger:disabled, .modal__trigger[aria-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  .modal__trigger:active, .modal__trigger[data-pressed="true"] {
    transform: scale(.97);
  }

  .modal__backdrop {
    z-index: 50;
    height: var(--visual-viewport-height);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .modal__backdrop[data-entering="true"] {
    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);
    --tw-duration: .15s;
    --tw-ease: var(--ease-out);
    transition-duration: .15s;
    transition-timing-function: var(--ease-out);
    --tw-enter-opacity: 0;
  }

  .modal__backdrop[data-exiting="true"] {
    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);
    --tw-duration: .1s;
    --tw-ease: var(--ease-out);
    transition-duration: .1s;
    transition-timing-function: var(--ease-out);
    --tw-exit-opacity: 0;
  }

  .modal__backdrop[data-exiting="true"], .modal__backdrop[data-entering="true"] {
    will-change: opacity;
  }

  :is(.modal__backdrop[data-exiting="true"], .modal__backdrop[data-entering="true"]):is([data-reduce-motion="true"], [data-reduce-motion="true"] *), :is(.modal__backdrop[data-exiting="true"], .modal__backdrop[data-entering="true"]):is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, :is(.modal__backdrop[data-exiting="true"], .modal__backdrop[data-entering="true"]):is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    animation: none;
  }

  @media (prefers-reduced-motion: reduce) {
    :is(.modal__backdrop[data-exiting="true"], .modal__backdrop[data-entering="true"]):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), :is(.modal__backdrop[data-exiting="true"], .modal__backdrop[data-entering="true"]):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, :is(.modal__backdrop[data-exiting="true"], .modal__backdrop[data-entering="true"]):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      animation: none;
    }
  }

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

  .modal__backdrop--opaque {
    background-color: var(--backdrop);
  }

  .modal__backdrop--blur {
    background-color: var(--backdrop);
    --tw-backdrop-blur: blur(var(--blur-md));
    -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, );
  }

  .modal__container {
    height: var(--visual-viewport-height);
    width: 100%;
    min-width: 0;
    padding: calc(var(--spacing) * 4);
    flex-direction: column;
    flex: 1;
    align-items: center;
    display: flex;
  }

  @media (min-width: 40rem) {
    .modal__container {
      width: fit-content;
      padding: calc(var(--spacing) * 10);
    }
  }

  .modal__container {
    pointer-events: none;
  }

  .modal__container[data-entering="true"] {
    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);
    --tw-duration: .25s;
    --tw-ease: cubic-bezier(.25, .46, .45, .94);
    --tw-enter-opacity: 0;
    --tw-enter-scale: calc(105*1%);
    transition-duration: .25s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
  }

  .modal__container[data-entering="true"][data-placement="auto"] {
    --tw-enter-translate-y: calc(1*var(--spacing));
  }

  @media (min-width: 40rem) {
    .modal__container[data-entering="true"][data-placement="auto"] {
      --tw-enter-translate-y: calc(0*100%);
    }
  }

  .modal__container[data-entering="true"][data-placement="top"] {
    --tw-enter-translate-y: calc(1*var(--spacing)*-1);
  }

  .modal__container[data-entering="true"][data-placement="center"] {
    --tw-enter-translate-y: calc(0*-100%);
  }

  .modal__container[data-entering="true"][data-placement="bottom"] {
    --tw-enter-translate-y: calc(1*var(--spacing));
  }

  .modal__container[data-exiting="true"] {
    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);
    --tw-duration: .1s;
    --tw-ease: cubic-bezier(.25, .46, .45, .94);
    --tw-exit-opacity: 0;
    --tw-exit-scale: .95;
    transition-duration: .1s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
  }

  .modal__container[data-exiting="true"], .modal__container[data-entering="true"] {
    will-change: opacity,transform;
  }

  :is(.modal__container[data-exiting="true"], .modal__container[data-entering="true"]):is([data-reduce-motion="true"], [data-reduce-motion="true"] *), :is(.modal__container[data-exiting="true"], .modal__container[data-entering="true"]):is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, :is(.modal__container[data-exiting="true"], .modal__container[data-entering="true"]):is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    animation: none;
  }

  @media (prefers-reduced-motion: reduce) {
    :is(.modal__container[data-exiting="true"], .modal__container[data-entering="true"]):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), :is(.modal__container[data-exiting="true"], .modal__container[data-entering="true"]):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, :is(.modal__container[data-exiting="true"], .modal__container[data-entering="true"]):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      animation: none;
    }
  }

  .modal__container--scroll-outside {
    scrollbar-width: var(--scrollbar-width);
    scrollbar-color: var(--scrollbar-color);
    scrollbar-gutter: var(--scrollbar-gutter);
    pointer-events: auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }

  .modal__container--full {
    padding: 0;
  }

  @media (min-width: 40rem) {
    .modal__container--full {
      padding: 0;
    }
  }

  .modal__container--full[data-entering="true"] {
    --tw-enter-translate-y: calc(0*100%);
    --tw-enter-scale: 1;
  }

  @media (min-width: 40rem) {
    .modal__container--full[data-entering="true"] {
      --tw-enter-translate-y: calc(0*100%);
    }
  }

  .modal__container--full[data-exiting="true"] {
    --tw-exit-scale: 1;
  }

  .modal__dialog {
    background-color: var(--overlay);
    --tw-shadow: var(--overlay-shadow);
    width: 100%;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-outline-style: none;
    border-radius: min(32px, var(--radius-3xl));
    padding: calc(var(--spacing) * 6);
    pointer-events: auto;
    outline-style: none;
    flex-direction: column;
    display: flex;
    position: relative;
  }

  .modal__dialog[data-placement="auto"] {
    margin-top: auto;
  }

  @media (min-width: 40rem) {
    .modal__dialog[data-placement="auto"] {
      margin-block: auto;
    }
  }

  .modal__dialog[data-placement="center"] {
    margin-block: auto;
  }

  .modal__dialog[data-placement="bottom"] {
    margin-top: auto;
  }

  .modal__dialog[data-placement="top"] {
    margin-top: 0;
  }

  .modal__dialog--scroll-inside {
    min-height: 0;
    max-height: 100%;
    overflow: clip;
  }

  .modal__dialog--scroll-outside {
    flex-shrink: 0;
    height: auto;
    min-height: 0;
  }

  .modal__dialog--xs {
    max-width: var(--container-xs);
  }

  .modal__dialog--sm {
    max-width: var(--container-sm);
  }

  .modal__dialog--md {
    max-width: var(--container-md);
  }

  .modal__dialog--lg {
    max-width: var(--container-lg);
  }

  .modal__dialog--cover {
    width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .modal__dialog--full {
    --tw-shadow: 0 0 #0000;
    width: 100%;
    height: 100%;
    min-height: 100%;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-radius: 0;
  }

  .modal__header {
    gap: calc(var(--spacing) * 3);
    flex-direction: column;
    margin-bottom: 0;
    display: flex;
  }

  .modal__header > .modal__icon {
    margin-bottom: 0;
  }

  .modal__heading {
    vertical-align: middle;
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--foreground);
  }

  .modal__icon {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
    border-radius: calc(var(--radius) * 3);
    -webkit-user-select: none;
    user-select: none;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .modal__body {
    min-height: 0;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: 1.43;
    color: var(--muted);
    margin: -3px;
    flex: 1;
    margin-block: 0;
    padding: 3px;
    line-height: 1.43;
    overflow: visible;
  }

  .modal__body--scroll-inside {
    scrollbar-width: var(--scrollbar-width);
    scrollbar-color: var(--scrollbar-color);
    scrollbar-gutter: var(--scrollbar-gutter);
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }

  .modal__body--scroll-outside {
    overflow-y: visible;
  }

  .modal__footer {
    justify-content: flex-end;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    flex-direction: row;
    margin-top: 0;
    display: flex;
  }

  .modal__close-trigger {
    top: calc(var(--spacing) * 4);
    right: calc(var(--spacing) * 4);
    position: absolute;
  }

  .modal__header + .modal__body {
    margin-top: calc(var(--spacing) * 2);
  }

  .modal__header + .modal__footer, .modal__body + .modal__footer {
    margin-top: calc(var(--spacing) * 5);
  }

  .popover {
    transform-origin: var(--trigger-anchor-point);
    background-color: var(--overlay);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    border-radius: min(32px, var(--radius-3xl));
    box-shadow: var(--shadow-overlay);
    padding: 0;
  }

  .popover[data-entering="true"] {
    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);
    --tw-duration: .15s;
    --tw-ease: ease;
    --tw-enter-opacity: 0;
    --tw-enter-scale: .9;
    transition-duration: .15s;
    transition-timing-function: ease;
  }

  .popover[data-entering="true"][data-placement="top"] {
    --tw-enter-translate-y: calc(1*var(--spacing));
  }

  .popover[data-entering="true"][data-placement="bottom"] {
    --tw-enter-translate-y: calc(1*var(--spacing)*-1);
  }

  .popover[data-entering="true"][data-placement="left"] {
    --tw-enter-translate-x: calc(1*var(--spacing));
  }

  .popover[data-entering="true"][data-placement="right"] {
    --tw-enter-translate-x: calc(1*var(--spacing)*-1);
  }

  .popover[data-exiting="true"] {
    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);
    --tw-duration: .1s;
    --tw-ease: ease;
    --tw-exit-scale: .95;
    --tw-exit-opacity: 0;
    transition-duration: .1s;
    transition-timing-function: ease;
  }

  .popover[data-exiting="true"], .popover[data-entering="true"] {
    transition-property: opacity, transform;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    will-change: opacity,transform;
  }

  .popover [data-slot="popover-overlay-arrow"] {
    fill: var(--overlay);
  }

  .popover[data-placement="bottom"] [data-slot="popover-overlay-arrow"] {
    rotate: 180deg;
  }

  .popover[data-placement="left"] [data-slot="popover-overlay-arrow"] {
    rotate: -90deg;
  }

  .popover[data-placement="right"] [data-slot="popover-overlay-arrow"] {
    rotate: 90deg;
  }

  .popover__dialog {
    padding: calc(var(--spacing) * 4);
    --tw-outline-style: none;
    outline-style: none;
  }

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

  .popover__trigger {
    transition: color .15s var(--ease-smooth), background-color .15s var(--ease-smooth), box-shadow .15s var(--ease-out);
    display: inline-block;
  }

  .popover__trigger:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .popover__trigger:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .popover__trigger:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .popover__trigger:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .popover__trigger:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .popover__trigger:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .popover__trigger {
    cursor: var(--cursor-interactive);
  }

  .popover__trigger:focus-visible:not(:focus), .popover__trigger[data-focus-visible="true"] {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: var(--ring-offset-width);
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-offset-color: var(--background);
    --tw-outline-style: none;
    outline-style: none;
  }

  .popover__trigger:disabled, .popover__trigger[aria-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  .tooltip {
    max-width: var(--container-xs);
    transform-origin: var(--trigger-anchor-point);
    background-color: var(--overlay);
    padding: calc(var(--spacing) * 2);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    word-break: break-all;
    border-radius: min(32px, var(--radius-xl));
    box-shadow: var(--shadow-overlay);
  }

  .tooltip[data-entering="true"] {
    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);
    --tw-duration: .15s;
    --tw-ease: ease;
    --tw-enter-opacity: 0;
    --tw-enter-scale: .9;
    transition-duration: .15s;
    transition-timing-function: ease;
  }

  .tooltip[data-entering="true"][data-placement="top"] {
    --tw-enter-translate-y: calc(1*var(--spacing));
  }

  .tooltip[data-entering="true"][data-placement="bottom"] {
    --tw-enter-translate-y: calc(1*var(--spacing)*-1);
  }

  .tooltip[data-entering="true"][data-placement="left"] {
    --tw-enter-translate-x: calc(1*var(--spacing));
  }

  .tooltip[data-entering="true"][data-placement="right"] {
    --tw-enter-translate-x: calc(1*var(--spacing)*-1);
  }

  .tooltip[data-exiting="true"] {
    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);
    --tw-duration: .1s;
    --tw-ease: ease;
    --tw-exit-scale: .95;
    --tw-exit-opacity: 0;
    transition-duration: .1s;
    transition-timing-function: ease;
  }

  .tooltip[data-exiting="true"], .tooltip[data-entering="true"] {
    transition-property: opacity, transform;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    will-change: opacity,transform;
  }

  .tooltip [data-slot="overlay-arrow"] {
    stroke: var(--border);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .tooltip [data-slot="overlay-arrow"] {
      stroke: color-mix(in oklab, var(--border) 40%, transparent);
    }
  }

  .tooltip [data-slot="overlay-arrow"] {
    fill: var(--overlay);
  }

  .tooltip[data-placement="bottom"] [data-slot="overlay-arrow"] {
    rotate: 180deg;
  }

  .tooltip[data-placement="left"] [data-slot="overlay-arrow"] {
    rotate: -90deg;
  }

  .tooltip[data-placement="right"] [data-slot="overlay-arrow"] {
    rotate: 90deg;
  }

  .tooltip__trigger {
    transition: color .15s var(--ease-smooth), background-color .15s var(--ease-smooth), box-shadow .15s var(--ease-out);
    display: inline-block;
  }

  .tooltip__trigger:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .tooltip__trigger:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .tooltip__trigger:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .tooltip__trigger:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .tooltip__trigger:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .tooltip__trigger:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .tooltip__trigger:focus-visible:not(:focus), .tooltip__trigger[data-focus-visible="true"] {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: var(--ring-offset-width);
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-offset-color: var(--background);
    --tw-outline-style: none;
    outline-style: none;
  }

  .combo-box {
    gap: var(--spacing);
    flex-direction: column;
    display: flex;
  }

  :is(.combo-box[data-invalid="true"], .combo-box[aria-invalid="true"]) [data-slot="description"] {
    display: none;
  }

  .combo-box [data-slot="label"] {
    width: fit-content;
  }

  .combo-box [data-slot="input"] {
    flex: 1;
    min-width: 0;
  }

  .combo-box [data-slot="input"]:has( + .combo-box__trigger) {
    padding-inline-end: calc(var(--spacing) * 7);
  }

  .combo-box [data-slot="input"]:focus, .combo-box [data-slot="input"][data-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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-outline-style: none;
    border-color: var(--field-border-focus);
    background-color: var(--field-focus);
    outline-style: none;
  }

  .combo-box [data-slot="input"]:disabled, .combo-box [data-slot="input"][data-disabled], .combo-box [data-slot="input"][aria-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  .combo-box__input-group {
    isolation: isolate;
    align-items: center;
    display: inline-flex;
    position: relative;
  }

  .combo-box__trigger {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    height: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
    cursor: pointer;
    color: var(--field-placeholder, var(--muted));
    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, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: .15s;
    -webkit-tap-highlight-color: transparent;
    --tw-border-style: none;
    --tw-outline-style: none;
    inset-inline-end: calc(var(--spacing) * 0);
    background-color: #0000;
    border-style: none;
    outline-style: none;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    padding-inline-end: calc(var(--spacing) * 2);
    transition-duration: .15s;
    display: flex;
    position: absolute;
    top: 50%;
  }

  @media (hover: hover) {
    .combo-box__trigger:hover, .combo-box__trigger[data-hovered="true"] {
      color: var(--field-foreground, var(--foreground));
    }
  }

  .combo-box__trigger:focus-visible:not(:focus), .combo-box__trigger[data-focus-visible="true"] {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-offset-color: var(--background);
    --tw-outline-style: none;
    border-radius: .25rem;
    outline-style: none;
  }

  .combo-box__trigger[data-pressed="true"] {
    opacity: .7;
  }

  .combo-box__trigger:disabled, .combo-box__trigger[data-disabled], .combo-box__trigger[aria-disabled="true"] {
    cursor: not-allowed;
    opacity: .5;
  }

  .combo-box__trigger [data-slot="combo-box-trigger-default-icon"] {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    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));
    --tw-duration: .15s;
    transition-duration: .15s;
  }

  .combo-box__trigger [data-slot="combo-box-trigger-default-icon"]:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .combo-box__trigger [data-slot="combo-box-trigger-default-icon"]:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .combo-box__trigger [data-slot="combo-box-trigger-default-icon"]:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .combo-box__trigger [data-slot="combo-box-trigger-default-icon"]:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .combo-box__trigger [data-slot="combo-box-trigger-default-icon"]:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .combo-box__trigger [data-slot="combo-box-trigger-default-icon"]:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .combo-box__trigger[data-open="true"] [data-slot="combo-box-trigger-default-icon"] {
    rotate: 180deg;
  }

  .combo-box__popover {
    min-width: var(--trigger-width);
    transform-origin: var(--trigger-anchor-point);
    scroll-padding-block: var(--spacing);
    scrollbar-width: var(--scrollbar-width);
    scrollbar-color: var(--scrollbar-color);
    scrollbar-gutter: var(--scrollbar-gutter);
    overscroll-behavior: contain;
    background-color: var(--overlay);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    border-radius: min(32px, var(--radius-3xl));
    box-shadow: var(--shadow-overlay);
    padding: 0;
    overflow-y: auto;
  }

  .combo-box__popover:focus-visible:not(:focus), .combo-box__popover[data-focus-visible="true"] {
    --tw-outline-style: none;
    outline-style: none;
  }

  .combo-box__popover[data-entering="true"] {
    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);
    --tw-duration: .15s;
    --tw-ease: ease;
    --tw-enter-opacity: 0;
    --tw-enter-scale: .95;
    transition-duration: .15s;
    transition-timing-function: ease;
  }

  .combo-box__popover[data-entering="true"][data-placement="top"] {
    --tw-enter-translate-y: calc(1*var(--spacing));
  }

  .combo-box__popover[data-entering="true"][data-placement="bottom"] {
    --tw-enter-translate-y: calc(1*var(--spacing)*-1);
  }

  .combo-box__popover[data-entering="true"][data-placement="left"] {
    --tw-enter-translate-x: calc(1*var(--spacing));
  }

  .combo-box__popover[data-entering="true"][data-placement="right"] {
    --tw-enter-translate-x: calc(1*var(--spacing)*-1);
  }

  .combo-box__popover[data-exiting="true"] {
    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);
    --tw-duration: .1s;
    --tw-ease: ease;
    --tw-exit-scale: .95;
    --tw-exit-opacity: 0;
    transition-duration: .1s;
    transition-timing-function: ease;
  }

  .combo-box__popover[data-exiting="true"], .combo-box__popover[data-entering="true"] {
    transition-property: opacity, transform;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    will-change: opacity,transform;
  }

  .combo-box__popover [data-slot="popover-overlay-arrow"] {
    fill: var(--overlay);
  }

  .combo-box__popover[data-placement="bottom"] [data-slot="popover-overlay-arrow"] {
    rotate: 180deg;
  }

  .combo-box__popover[data-placement="left"] [data-slot="popover-overlay-arrow"] {
    rotate: -90deg;
  }

  .combo-box__popover[data-placement="right"] [data-slot="popover-overlay-arrow"] {
    rotate: 90deg;
  }

  .combo-box__popover [data-slot="list-box"] {
    padding: calc(var(--spacing) * 1.5);
    --tw-outline-style: none;
    outline-style: none;
  }

  .combo-box__popover [data-slot="list-box-item"] {
    padding-inline: calc(var(--spacing) * 2.5);
  }

  .combo-box__popover [data-slot="list-box-item"] [data-slot="list-box-item-indicator--checkmark"] {
    transition-property: none;
  }

  .combo-box--full-width, .combo-box__input-group--full-width {
    width: 100%;
  }

  .select {
    gap: var(--spacing);
    flex-direction: column;
    display: flex;
  }

  :is(.select[data-invalid="true"], .select[aria-invalid="true"]) [data-slot="description"] {
    display: none;
  }

  .select [data-slot="label"] {
    width: fit-content;
  }

  .select__trigger {
    isolation: isolate;
    min-height: calc(var(--spacing) * 9);
    border-radius: var(--field-radius, calc(var(--radius) * 1.5));
    border-style: var(--tw-border-style);
    background-color: var(--field-background, var(--default));
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--field-foreground, var(--foreground));
    --tw-shadow: var(--field-shadow);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-outline-style: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color .15s var(--ease-smooth), border-color .15s var(--ease-smooth), box-shadow .15s var(--ease-out);
    border-width: 1px;
    outline-style: none;
    display: inline-flex;
    position: relative;
  }

  .select__trigger:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .select__trigger:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .select__trigger:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .select__trigger:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .select__trigger:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .select__trigger:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .select__trigger {
    cursor: var(--cursor-interactive);
    border-width: var(--border-width-field);
    border-color: var(--field-border);
  }

  .select__trigger:has(.select__indicator) {
    padding-inline-end: calc(var(--spacing) * 7);
  }

  @media (hover: hover) {
    .select__trigger:hover, .select__trigger[data-hovered="true"] {
      background-color: var(--field-hover);
      border-color: var(--field-border-hover);
    }
  }

  .select__trigger:focus-visible:not(:focus), .select__trigger[data-focus-visible="true"] {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: var(--ring-offset-width);
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-offset-color: var(--background);
    --tw-outline-style: none;
    border-color: var(--field-border-focus);
    background-color: var(--field-focus);
    outline-style: none;
  }

  .select[data-invalid="true"] .select__trigger, .select[aria-invalid="true"] .select__trigger {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
    outline-color: var(--danger);
    --tw-outline-style: solid;
    --tw-ring-offset-width: 3px;
    outline-style: solid;
  }

  :is(.select[data-invalid="true"] .select__trigger, .select[aria-invalid="true"] .select__trigger):focus, :is(.select[data-invalid="true"] .select__trigger, .select[aria-invalid="true"] .select__trigger):focus-visible, :is(.select[data-invalid="true"] .select__trigger, .select[aria-invalid="true"] .select__trigger)[data-focused="true"], :is(.select[data-invalid="true"] .select__trigger, .select[aria-invalid="true"] .select__trigger)[data-focus-visible="true"], :is(.select[data-invalid="true"] .select__trigger, .select[aria-invalid="true"] .select__trigger):focus-within, :is(.select[data-invalid="true"] .select__trigger, .select[aria-invalid="true"] .select__trigger)[data-focus-within="true"] {
    --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);
    --tw-ring-color: var(--danger);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .select[data-invalid="true"] .select__trigger, .select[aria-invalid="true"] .select__trigger {
    background-color: var(--field-focus);
  }

  .select__trigger:disabled, .select__trigger[data-disabled="true"], .select__trigger[aria-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  .select--secondary .select__trigger {
    --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);
    background-color: var(--select-trigger-bg);
    --select-trigger-bg: var(--default);
    --select-trigger-bg-hover: var(--default-hover);
    --select-trigger-bg-focus: var(--default);
  }

  @media (hover: hover) {
    .select--secondary .select__trigger:hover, .select--secondary .select__trigger[data-hovered="true"] {
      background-color: var(--select-trigger-bg-hover);
    }
  }

  .select--secondary .select__trigger:focus-visible:not(:focus), .select--secondary .select__trigger[data-focus-visible="true"], .select[data-invalid="true"] :is(.select--secondary .select__trigger), .select[aria-invalid="true"] :is(.select--secondary .select__trigger) {
    background-color: var(--select-trigger-bg-focus);
  }

  .select__value {
    text-align: start;
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    overflow-wrap: break-word;
    color: currentColor;
    flex: 1;
  }

  @media (min-width: 40rem) {
    .select__value {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }

  .select__value[data-placeholder="true"] {
    color: var(--field-placeholder, var(--muted));
  }

  .select__value [data-slot="list-box-item-indicator"] {
    display: none;
  }

  .select__indicator {
    color: var(--field-placeholder, var(--muted));
    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, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: .15s;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    margin-block: auto;
    transition-duration: .15s;
    display: flex;
    position: absolute;
    inset-block: 0;
    inset-inline-end: calc(var(--spacing) * 2);
  }

  .select__indicator[data-open="true"] {
    rotate: 180deg;
  }

  .select__indicator[data-slot="select-default-indicator"] {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .select__popover {
    min-width: var(--trigger-width);
    transform-origin: var(--trigger-anchor-point);
    scroll-padding-block: var(--spacing);
    scrollbar-width: var(--scrollbar-width);
    scrollbar-color: var(--scrollbar-color);
    scrollbar-gutter: var(--scrollbar-gutter);
    overscroll-behavior: contain;
    background-color: var(--overlay);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    border-radius: min(32px, var(--radius-3xl));
    box-shadow: var(--shadow-overlay);
    padding: 0;
    overflow-y: auto;
  }

  .select__popover:focus-visible:not(:focus), .select__popover[data-focus-visible="true"] {
    --tw-outline-style: none;
    outline-style: none;
  }

  .select__popover[data-entering="true"] {
    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);
    --tw-duration: .15s;
    --tw-ease: ease;
    --tw-enter-opacity: 0;
    --tw-enter-scale: .95;
    transition-duration: .15s;
    transition-timing-function: ease;
  }

  .select__popover[data-entering="true"][data-placement="top"] {
    --tw-enter-translate-y: calc(1*var(--spacing));
  }

  .select__popover[data-entering="true"][data-placement="bottom"] {
    --tw-enter-translate-y: calc(1*var(--spacing)*-1);
  }

  .select__popover[data-entering="true"][data-placement="left"] {
    --tw-enter-translate-x: calc(1*var(--spacing));
  }

  .select__popover[data-entering="true"][data-placement="right"] {
    --tw-enter-translate-x: calc(1*var(--spacing)*-1);
  }

  .select__popover[data-exiting="true"] {
    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);
    --tw-duration: .1s;
    --tw-ease: ease;
    --tw-exit-scale: .95;
    --tw-exit-opacity: 0;
    transition-duration: .1s;
    transition-timing-function: ease;
  }

  .select__popover[data-exiting="true"], .select__popover[data-entering="true"] {
    transition-property: opacity, transform;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    will-change: opacity,transform;
  }

  .select__popover [data-slot="popover-overlay-arrow"] {
    fill: var(--overlay);
  }

  .select__popover[data-placement="bottom"] [data-slot="popover-overlay-arrow"] {
    rotate: 180deg;
  }

  .select__popover[data-placement="left"] [data-slot="popover-overlay-arrow"] {
    rotate: -90deg;
  }

  .select__popover[data-placement="right"] [data-slot="popover-overlay-arrow"] {
    rotate: 90deg;
  }

  .select__popover [data-slot="list-box"] {
    padding: calc(var(--spacing) * 1.5);
    --tw-outline-style: none;
    outline-style: none;
  }

  .select__popover [data-slot="list-box-item"] {
    padding-inline: calc(var(--spacing) * 2.5);
  }

  .select__popover [data-slot="list-box"]:not([aria-multiselectable="true"]) [data-slot="list-box-item-indicator"], .select__popover [data-slot="list-box"]:not([aria-multiselectable="true"]) [data-slot="list-box-item-indicator"] [data-slot="list-box-item-indicator--checkmark"] {
    transition-property: none;
  }

  .select--full-width, .select__trigger--full-width {
    width: 100%;
  }

  .autocomplete {
    gap: var(--spacing);
    flex-direction: column;
    display: flex;
  }

  .autocomplete__trigger {
    isolation: isolate;
    min-height: calc(var(--spacing) * 9);
    border-radius: var(--field-radius, calc(var(--radius) * 1.5));
    border-style: var(--tw-border-style);
    background-color: var(--field-background, var(--default));
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--field-foreground, var(--foreground));
    --tw-shadow: var(--field-shadow);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-outline-style: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color .15s var(--ease-smooth), border-color .15s var(--ease-smooth), box-shadow .15s var(--ease-out);
    border-width: 1px;
    outline-style: none;
    display: inline-flex;
    position: relative;
  }

  .autocomplete__trigger:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .autocomplete__trigger:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .autocomplete__trigger:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .autocomplete__trigger:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .autocomplete__trigger:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .autocomplete__trigger:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .autocomplete__trigger {
    cursor: var(--cursor-interactive);
    border-width: var(--border-width-field);
    border-color: var(--field-border);
  }

  .autocomplete__trigger:has(.autocomplete__indicator) {
    padding-inline-end: calc(var(--spacing) * 7);
  }

  @media (hover: hover) {
    .autocomplete__trigger:hover:not(:has(.autocomplete__clear-button:hover)), .autocomplete__trigger[data-hovered="true"]:not(:has(.autocomplete__clear-button:hover)) {
      background-color: var(--field-hover);
      border-color: var(--field-border-hover);
    }
  }

  .autocomplete__trigger:focus-visible:not(:focus), .autocomplete__trigger[data-focus-visible="true"] {
    --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);
    --tw-ring-color: var(--focus);
    --tw-ring-offset-width: var(--ring-offset-width);
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-offset-color: var(--background);
    --tw-outline-style: none;
    border-color: var(--field-border-focus);
    background-color: var(--field-focus);
    outline-style: none;
  }

  .autocomplete[data-invalid="true"] .autocomplete__trigger, .autocomplete[aria-invalid="true"] .autocomplete__trigger {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
    outline-color: var(--danger);
    --tw-outline-style: solid;
    --tw-ring-offset-width: 3px;
    outline-style: solid;
  }

  :is(.autocomplete[data-invalid="true"] .autocomplete__trigger, .autocomplete[aria-invalid="true"] .autocomplete__trigger):focus, :is(.autocomplete[data-invalid="true"] .autocomplete__trigger, .autocomplete[aria-invalid="true"] .autocomplete__trigger):focus-visible, :is(.autocomplete[data-invalid="true"] .autocomplete__trigger, .autocomplete[aria-invalid="true"] .autocomplete__trigger)[data-focused="true"], :is(.autocomplete[data-invalid="true"] .autocomplete__trigger, .autocomplete[aria-invalid="true"] .autocomplete__trigger)[data-focus-visible="true"], :is(.autocomplete[data-invalid="true"] .autocomplete__trigger, .autocomplete[aria-invalid="true"] .autocomplete__trigger):focus-within, :is(.autocomplete[data-invalid="true"] .autocomplete__trigger, .autocomplete[aria-invalid="true"] .autocomplete__trigger)[data-focus-within="true"] {
    --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);
    --tw-ring-color: var(--danger);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .autocomplete[data-invalid="true"] .autocomplete__trigger, .autocomplete[aria-invalid="true"] .autocomplete__trigger {
    background-color: var(--field-focus);
  }

  .autocomplete__trigger:disabled, .autocomplete__trigger[data-disabled="true"], .autocomplete__trigger[aria-disabled="true"] {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }

  .autocomplete--secondary .autocomplete__trigger {
    --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);
    background-color: var(--autocomplete-trigger-bg);
    --autocomplete-trigger-bg: var(--default);
    --autocomplete-trigger-bg-hover: var(--default-hover);
    --autocomplete-trigger-bg-focus: var(--default);
  }

  @media (hover: hover) {
    .autocomplete--secondary .autocomplete__trigger:hover:not(:has(.autocomplete__clear-button:hover)), .autocomplete--secondary .autocomplete__trigger[data-hovered="true"]:not(:has(.autocomplete__clear-button:hover)) {
      background-color: var(--autocomplete-trigger-bg-hover);
    }
  }

  .autocomplete--secondary .autocomplete__trigger:focus-visible:not(:focus), .autocomplete--secondary .autocomplete__trigger[data-focus-visible="true"], .autocomplete[data-invalid="true"] :is(.autocomplete--secondary .autocomplete__trigger), .autocomplete[aria-invalid="true"] :is(.autocomplete--secondary .autocomplete__trigger) {
    background-color: var(--autocomplete-trigger-bg-focus);
  }

  .autocomplete__value {
    text-align: start;
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    overflow-wrap: break-word;
    color: currentColor;
    flex: 1;
  }

  @media (min-width: 40rem) {
    .autocomplete__value {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }

  .autocomplete__value[data-placeholder="true"] {
    color: var(--field-placeholder, var(--muted));
  }

  .autocomplete__value [data-slot="list-box-item-indicator"] {
    display: none;
  }

  .autocomplete__indicator {
    color: var(--field-placeholder, var(--muted));
    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, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: .15s;
    cursor: var(--cursor-interactive);
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    margin-block: auto;
    transition-duration: .15s;
    display: flex;
    position: absolute;
    inset-block: 0;
    inset-inline-end: calc(var(--spacing) * 2);
  }

  .autocomplete__indicator[data-open="true"] {
    rotate: 180deg;
  }

  .autocomplete__indicator[data-slot="autocomplete-default-indicator"] {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .autocomplete__popover {
    width: var(--trigger-width);
    max-width: var(--trigger-width);
    transform-origin: var(--trigger-anchor-point);
    scroll-padding-block: var(--spacing);
    overscroll-behavior: contain;
    background-color: var(--overlay);
    padding: 0;
    padding-top: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    border-radius: min(32px, var(--radius-3xl));
    box-shadow: var(--shadow-overlay);
    overflow: hidden;
  }

  .autocomplete__popover:focus-visible:not(:focus), .autocomplete__popover[data-focus-visible="true"] {
    --tw-outline-style: none;
    outline-style: none;
  }

  .autocomplete__popover[data-entering="true"] {
    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);
    --tw-duration: .25s;
    --tw-ease: cubic-bezier(.32, .72, 0, 1);
    --tw-enter-opacity: 0;
    --tw-enter-scale: .95;
    transition-duration: .25s;
    transition-timing-function: cubic-bezier(.32, .72, 0, 1);
  }

  .autocomplete__popover[data-entering="true"][data-placement="top"] {
    --tw-enter-translate-y: calc(1*var(--spacing));
  }

  .autocomplete__popover[data-entering="true"][data-placement="bottom"] {
    --tw-enter-translate-y: calc(1*var(--spacing)*-1);
  }

  .autocomplete__popover[data-entering="true"][data-placement="left"] {
    --tw-enter-translate-x: calc(1*var(--spacing));
  }

  .autocomplete__popover[data-entering="true"][data-placement="right"] {
    --tw-enter-translate-x: calc(1*var(--spacing)*-1);
  }

  .autocomplete__popover[data-exiting="true"] {
    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);
    --tw-duration: .1s;
    --tw-ease: cubic-bezier(.25, .46, .45, .94);
    --tw-exit-scale: .95;
    --tw-exit-opacity: 0;
    transition-duration: .1s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
  }

  .autocomplete__popover[data-exiting="true"], .autocomplete__popover[data-entering="true"] {
    transition-property: opacity, transform;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    will-change: opacity,transform;
  }

  .autocomplete__popover [data-slot="popover-overlay-arrow"] {
    fill: var(--overlay);
  }

  .autocomplete__popover[data-placement="bottom"] [data-slot="popover-overlay-arrow"] {
    rotate: 180deg;
  }

  .autocomplete__popover[data-placement="left"] [data-slot="popover-overlay-arrow"] {
    rotate: -90deg;
  }

  .autocomplete__popover[data-placement="right"] [data-slot="popover-overlay-arrow"] {
    rotate: 90deg;
  }

  .autocomplete__popover [data-slot="list-box"] {
    scrollbar-width: var(--scrollbar-width);
    scrollbar-color: var(--scrollbar-color);
    scrollbar-gutter: var(--scrollbar-gutter);
    max-height: 320px;
    padding: calc(var(--spacing) * 1.5);
    --tw-outline-style: none;
    outline-style: none;
    overflow-y: auto;
  }

  .autocomplete__popover [data-slot="list-box-item"] {
    padding-inline: calc(var(--spacing) * 2.5);
  }

  .autocomplete__popover [role="presentation"] > [data-slot="list-box-item"] {
    width: calc(100% - var(--spacing) * 3);
  }

  .autocomplete__popover [data-slot="list-box"]:not([aria-multiselectable="true"]) [data-slot="list-box-item-indicator"], .autocomplete__popover [data-slot="list-box"]:not([aria-multiselectable="true"]) [data-slot="list-box-item-indicator"] [data-slot="list-box-item-indicator--checkmark"] {
    transition-property: none;
  }

  .autocomplete__popover [data-slot="search-field"] {
    padding-inline: calc(var(--spacing) * 3);
    padding-block: var(--spacing);
    --tw-outline-style: none;
    outline-style: none;
  }

  .autocomplete__popover [data-slot="empty-state"] {
    text-align: center;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--overlay-foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .autocomplete__popover [data-slot="empty-state"] {
      color: color-mix(in oklab, var(--overlay-foreground) 60%, transparent);
    }
  }

  .autocomplete__popover-dialog, .autocomplete__popover-dialog:focus, .autocomplete__popover-dialog:focus-visible, .autocomplete__popover-dialog[data-focus-visible="true"] {
    --tw-outline-style: none;
    outline-style: none;
  }

  .autocomplete--full-width, .autocomplete__trigger--full-width {
    width: 100%;
  }

  .autocomplete__clear-button {
    isolation: isolate;
    height: calc(var(--spacing) * 6);
    width: calc(var(--spacing) * 6);
    transform-origin: center;
    border-radius: calc(var(--radius) * 1.5);
    padding: var(--spacing);
    color: var(--muted);
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
    cursor: var(--cursor-interactive);
    transform: translateZ(0) var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
    background-color: #0000;
    flex-shrink: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-inline-end: 0;
    display: inline-flex;
    position: relative;
  }

  .autocomplete__clear-button:not([data-empty="true"]) {
    transition: opacity .15s var(--ease-smooth);
  }

  .autocomplete__clear-button:not([data-empty="true"]):is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .autocomplete__clear-button:not([data-empty="true"]):is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .autocomplete__clear-button:not([data-empty="true"]):is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .autocomplete__clear-button:not([data-empty="true"]):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .autocomplete__clear-button:not([data-empty="true"]):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .autocomplete__clear-button:not([data-empty="true"]):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
      transition-property: none;
    }
  }

  .autocomplete__clear-button[data-empty="true"] {
    pointer-events: none;
    opacity: 0;
  }

  .autocomplete__clear-button [data-slot="autocomplete-clear-button-icon"] {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }

  @media (hover: hover) {
    .autocomplete__clear-button:hover, .autocomplete__clear-button[data-hovered="true"] {
      background-color: var(--default-hover);
    }
  }

  .autocomplete__clear-button:active, .autocomplete__clear-button[data-pressed="true"] {
    transform: scale(.93);
  }

  .kbd {
    height: calc(var(--spacing) * 6);
    align-items: center;
    display: inline-flex;
  }

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

  .kbd {
    border-radius: calc(var(--radius) * 1);
    background-color: var(--default);
    padding-inline: calc(var(--spacing) * 2);
    text-align: center;
    font-family: var(--font-sans);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    white-space: nowrap;
    color: var(--muted);
  }

  :where(.kbd:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) > :not(:last-child)) {
    --tw-space-x-reverse: 1;
  }

  .kbd {
    word-spacing: -.25rem;
  }

  .kbd__abbr {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
  }

  .kbd__content {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .kbd--light {
    background-color: #0000;
  }

  .typography, .typography-prose {
    color: var(--foreground);
  }

  .typography-prose h1 {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .typography-prose h2 {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .typography-prose h3 {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .typography-prose h4 {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .typography-prose h5 {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .typography-prose h6 {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .typography-prose p {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }

  .typography-prose code {
    border-radius: calc(var(--radius) * .75);
    background-color: var(--default);
    padding-inline: calc(var(--spacing) * 1.5);
    padding-block: calc(var(--spacing) * .5);
    font-family: var(--font-mono);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--foreground);
  }

  .typography-prose a {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--link);
    text-underline-offset: 4px;
    text-decoration-line: underline;
  }

  .typography-prose blockquote {
    margin-top: calc(var(--spacing) * 4);
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
    border-color: var(--border);
    padding-left: calc(var(--spacing) * 4);
    color: var(--muted);
    font-style: italic;
  }

  .typography-prose ul {
    margin-block: calc(var(--spacing) * 4);
    list-style-type: disc;
  }

  :where(.typography-prose ul > :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)));
  }

  .typography-prose ul {
    padding-left: calc(var(--spacing) * 6);
  }

  .typography-prose ol {
    margin-block: calc(var(--spacing) * 4);
    list-style-type: decimal;
  }

  :where(.typography-prose ol > :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)));
  }

  .typography-prose ol {
    padding-left: calc(var(--spacing) * 6);
  }

  .typography-prose li {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }

  .typography-prose hr {
    margin-block: calc(var(--spacing) * 8);
    border-color: var(--separator);
  }

  .typography-prose pre {
    margin-block: calc(var(--spacing) * 4);
    border-radius: calc(var(--radius) * 1.5);
    background-color: var(--default);
    padding: calc(var(--spacing) * 4);
    font-family: var(--font-mono);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
    overflow-x: auto;
  }

  .typography-prose strong {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--foreground);
  }

  .typography-prose em {
    font-style: italic;
  }

  .typography-prose img {
    margin-block: calc(var(--spacing) * 4);
    border-radius: calc(var(--radius) * 1.5);
  }

  .typography--h1 {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .typography--h2 {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .typography--h3 {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .typography--h4 {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .typography--h5 {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .typography--h6 {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .typography--body {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }

  .typography--body-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }

  .typography--body-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }

  .typography--code {
    border-radius: calc(var(--radius) * .75);
    background-color: var(--default);
    padding-inline: calc(var(--spacing) * 1.5);
    padding-block: calc(var(--spacing) * .5);
    font-family: var(--font-mono);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--foreground);
  }

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

  .typography--align-start:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
    text-align: right;
  }

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

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

  .typography--align-end:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
    text-align: left;
  }

  .typography--align-justify {
    text-align: justify;
  }

  .typography--color-default {
    color: var(--foreground);
  }

  .typography--color-muted {
    color: var(--muted);
  }

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

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

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

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

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

  .scroll-shadow {
    --scroll-shadow-size: 40px;
    --scroll-shadow-scrollbar-size: 10px;
    position: relative;
  }

  .scroll-shadow--vertical {
    scrollbar-width: var(--scrollbar-width);
    scrollbar-color: var(--scrollbar-color);
    scrollbar-gutter: var(--scrollbar-gutter);
    overflow-y: auto;
  }

  .scroll-shadow--horizontal {
    scrollbar-width: var(--scrollbar-width);
    scrollbar-color: var(--scrollbar-color);
    scrollbar-gutter: var(--scrollbar-gutter);
    overflow-x: auto;
  }

  .scroll-shadow--fade.scroll-shadow--vertical:where([data-top-scroll="true"], [data-bottom-scroll="true"], [data-top-bottom-scroll="true"]) {
    -webkit-mask-image: linear-gradient(var(--scroll-linear-gradient)), linear-gradient(#000, #000);
    -webkit-mask-image: linear-gradient(var(--scroll-linear-gradient)), linear-gradient(#000, #000);
    mask-image: linear-gradient(var(--scroll-linear-gradient)), linear-gradient(#000, #000);
    -webkit-mask-position: 0 0, 100% 0;
    mask-position: 0 0, 100% 0;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: calc(100% - var(--scroll-shadow-scrollbar-size)) 100%, var(--scroll-shadow-scrollbar-size) 100%;
    -webkit-mask-size: calc(100% - var(--scroll-shadow-scrollbar-size)) 100%, var(--scroll-shadow-scrollbar-size) 100%;
    mask-size: calc(100% - var(--scroll-shadow-scrollbar-size)) 100%, var(--scroll-shadow-scrollbar-size) 100%;
    -webkit-mask-image: linear-gradient(var(--scroll-linear-gradient)), linear-gradient(#000, #000);
    -webkit-mask-position: 0 0, 100% 0;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: calc(100% - var(--scroll-shadow-scrollbar-size)) 100%, var(--scroll-shadow-scrollbar-size) 100%;
  }

  .scroll-shadow--fade.scroll-shadow--vertical[data-top-scroll="true"] {
    --scroll-linear-gradient: 0deg, #000 calc(100% - var(--scroll-shadow-size)), transparent;
  }

  .scroll-shadow--fade.scroll-shadow--vertical[data-bottom-scroll="true"] {
    --scroll-linear-gradient: 180deg, #000 calc(100% - var(--scroll-shadow-size)), transparent;
  }

  .scroll-shadow--fade.scroll-shadow--vertical[data-top-bottom-scroll="true"] {
    --scroll-linear-gradient: #000, #000, transparent 0, #000 var(--scroll-shadow-size),
      #000 calc(100% - var(--scroll-shadow-size)), transparent;
  }

  .scroll-shadow--fade.scroll-shadow--horizontal:where([data-left-scroll="true"], [data-right-scroll="true"], [data-left-right-scroll="true"]) {
    -webkit-mask-image: linear-gradient(var(--scroll-linear-gradient)), linear-gradient(#000, #000);
    -webkit-mask-image: linear-gradient(var(--scroll-linear-gradient)), linear-gradient(#000, #000);
    mask-image: linear-gradient(var(--scroll-linear-gradient)), linear-gradient(#000, #000);
    -webkit-mask-position: 0 0, 0 100%;
    mask-position: 0 0, 0 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% calc(100% - var(--scroll-shadow-scrollbar-size)), 100% var(--scroll-shadow-scrollbar-size);
    -webkit-mask-size: 100% calc(100% - var(--scroll-shadow-scrollbar-size)), 100% var(--scroll-shadow-scrollbar-size);
    mask-size: 100% calc(100% - var(--scroll-shadow-scrollbar-size)), 100% var(--scroll-shadow-scrollbar-size);
    -webkit-mask-image: linear-gradient(var(--scroll-linear-gradient)), linear-gradient(#000, #000);
    -webkit-mask-position: 0 0, 0 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% calc(100% - var(--scroll-shadow-scrollbar-size)), 100% var(--scroll-shadow-scrollbar-size);
  }

  .scroll-shadow--fade.scroll-shadow--horizontal[data-left-scroll="true"] {
    --scroll-linear-gradient: 270deg, #000 calc(100% - var(--scroll-shadow-size)), transparent;
  }

  .scroll-shadow--fade.scroll-shadow--horizontal[data-right-scroll="true"] {
    --scroll-linear-gradient: 90deg, #000 calc(100% - var(--scroll-shadow-size)), transparent;
  }

  .scroll-shadow--fade.scroll-shadow--horizontal[data-left-right-scroll="true"] {
    --scroll-linear-gradient: to right, #000, #000, transparent 0, #000 var(--scroll-shadow-size),
      #000 calc(100% - var(--scroll-shadow-size)), transparent;
  }

  .scroll-shadow--hide-scrollbar {
    scrollbar-color: auto;
    scrollbar-gutter: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    --scroll-shadow-scrollbar-size: 0px;
  }
}

@layer utilities {
  .collapse {
    visibility: collapse;
  }

  .invisible {
    visibility: hidden;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

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

  .m-1 {
    margin: var(--spacing);
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .flow-root {
    display: flow-root;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .inline-block {
    display: inline-block;
  }

  .inline-flex {
    display: inline-flex;
  }

  .inline-grid {
    display: inline-grid;
  }

  .inline-table {
    display: inline-table;
  }

  .list-item {
    display: list-item;
  }

  .table {
    display: table;
  }

  .table-caption {
    display: table-caption;
  }

  .table-cell {
    display: table-cell;
  }

  .table-column {
    display: table-column;
  }

  .table-column-group {
    display: table-column-group;
  }

  .table-footer-group {
    display: table-footer-group;
  }

  .table-header-group {
    display: table-header-group;
  }

  .table-row {
    display: table-row;
  }

  .table-row-group {
    display: table-row-group;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .transform\! {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, ) !important;
  }

  .resize {
    resize: both;
  }

  .resize\! {
    resize: both !important;
  }

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

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

  .break-all {
    word-break: break-all;
  }

  .capitalize {
    text-transform: capitalize;
  }

  .lowercase {
    text-transform: lowercase;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

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

  .line-through {
    text-decoration-line: line-through;
  }

  .overline {
    text-decoration-line: overline;
  }

  .underline {
    text-decoration-line: underline;
  }

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

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

  .blur {
    --tw-blur: blur(8px);
    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, );
  }

  .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, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}

@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 {
  color: #ebf0ffeb;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: radial-gradient(1200px 800px at 20% 0, #133067 0%, #0d1d41 58%, #0a1734 100%);
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

html, body {
  height: 100%;
}

body {
  background: radial-gradient(1200px 800px at 20% 0, #133067 0%, #0d1d41 58%, #0a1734 100%);
  margin: 0;
}

#root {
  width: 100%;
  min-height: 100%;
}

a {
  color: inherit;
}

code {
  color: #ebf0ffd9;
}

button, select, input:not([type]), input[type="date"], input[type="text"], input[type="number"] {
  color: #ebf0ffeb;
  background: #182c54c7;
  border: 1px solid #78a0ff40;
  border-radius: 8px;
  outline: none;
  padding: 6px 10px;
}

button:hover, select:hover, input:not([type]):hover, input[type="date"]:hover, input[type="text"]:hover, input[type="number"]:hover {
  border-color: #78a0ff73;
}

button:disabled {
  opacity: .55;
  cursor: not-allowed;
}

.app-container {
  padding: 16px;
}

.topbar {
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  display: flex;
}

.topbar .spacer {
  color: #ebf0ffa6;
  margin-left: auto;
  font-size: 12px;
}

.h2 {
  margin: 0 0 8px;
  font-size: 26px;
  font-weight: 800;
}

.panel {
  background: linear-gradient(#1e386abd, #1222488f);
  border: 1px solid #78a0ff2e;
  border-radius: 12px;
  box-shadow: 0 10px 30px #00000059;
}

.panel-pad {
  padding: 12px;
}

.card-grid {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
}

.card {
  min-width: 220px;
  padding: 12px;
}

.card .title {
  color: #ebf0ffa6;
  font-size: 13px;
}

.card .value {
  letter-spacing: .2px;
  margin-top: 8px;
  font-size: 26px;
  font-weight: 900;
}

.card .sub {
  color: #ebf0ff80;
  margin-top: 6px;
  font-size: 12px;
}

.grid-2 {
  grid-template-columns: 1.4fr 1fr;
  gap: 12px;
  display: grid;
}

@media (max-width: 1100px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
}

.table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
}

.table th, .table td {
  text-align: left;
  border-bottom: 1px solid #78a0ff1f;
  padding: 8px 10px;
}

.table th {
  color: #ebf0ffb3;
  font-weight: 700;
}

.table tr:hover td {
  background: #78a0ff0f;
}

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

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

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

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

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

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

@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-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-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}

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

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

@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-ease {
  syntax: "*";
  inherits: false
}

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

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

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

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

@property --tw-border-spacing-x {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-spacing-y {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

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

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

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

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

@keyframes caret-blink {
  0%, 70%, 100% {
    opacity: 1;
  }

  20%, 50% {
    opacity: 0;
  }
}

@keyframes skeleton {
  100% {
    transform: translateX(200%);
  }
}
.ai-performance-panel {
  margin-bottom: 12px;
  overflow: hidden;
  scroll-margin-top: 72px;
}

.ai-performance-header,
.ai-performance-title-row,
.ai-performance-actions,
.ai-performance-section-head,
.ai-performance-focus-head,
.ai-manager-action > div:first-child {
  display: flex;
  align-items: center;
}

.ai-performance-header {
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.ai-performance-title-row {
  flex-wrap: wrap;
  gap: 9px;
}

.ai-performance-title-row h3 {
  margin: 0;
  font-size: 18px;
}

.ai-performance-spark.chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 25px;
  padding: 0 8px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #6366f1, #14b8a6);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  box-shadow: 0 7px 18px rgba(99, 102, 241, .24);
}

.ai-performance-date.chip,
.ai-performance-model-tag.chip,
.ai-performance-focus-head span,
.ai-priority {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 800;
}

.ai-performance-date {
  background: rgba(99, 102, 241, .12);
  color: #818cf8;
}

.ai-performance-model-tag {
  color: #fbcfe8;
  background: rgba(236, 72, 153, .16);
  border: 1px solid rgba(236, 72, 153, .28);
}

.dashboard-shell-light .ai-performance-model-tag {
  color: #be185d;
  background: #fce7f3;
  border-color: #f9a8d4;
}

.dashboard-shell-light .ai-performance-date {
  color: #4f46e5;
}

.ai-performance-subtitle,
.ai-performance-muted,
.ai-performance-owner,
.ai-performance-section-head span,
.ai-manager-action small,
.ai-store-table td small {
  color: rgba(235, 240, 255, .58);
  font-size: 12px;
}

.dashboard-shell-light .ai-performance-subtitle,
.dashboard-shell-light .ai-performance-muted,
.dashboard-shell-light .ai-performance-owner,
.dashboard-shell-light .ai-performance-section-head span,
.dashboard-shell-light .ai-manager-action small,
.dashboard-shell-light .ai-store-table td small {
  color: #756a5f;
}

.ai-performance-actions {
  gap: 8px;
  flex-shrink: 0;
}

.ai-performance-button.button {
  width: auto;
  min-width: fit-content;
  min-height: 36px;
  height: 36px;
  padding: 0 13px;
  border-radius: 10px;
  border: 1px solid rgba(126, 167, 255, .3);
  background: rgba(20, 40, 81, .86);
  color: #f4f7ff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 800;
}

.ai-performance-button.button:hover,
.ai-performance-button.button[data-hovered="true"] {
  border-color: rgba(143, 181, 255, .55);
  background: rgba(32, 59, 113, .94);
}

.ai-performance-generate.button {
  border-color: rgba(99, 102, 241, .65) !important;
  background: #4f65d9 !important;
}

.ai-performance-error {
  margin-bottom: 12px;
  border: 1px solid rgba(248, 113, 113, .35);
  border-radius: 10px;
  padding: 10px 12px;
  background: rgba(127, 29, 29, .16);
  color: #fca5a5;
  font-size: 12px;
}

.dashboard-shell-light .ai-performance-error {
  color: #b42318;
  background: #fff1f0;
}

.ai-performance-empty {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 108px;
  border: 1px dashed rgba(129, 140, 248, .35);
  border-radius: 14px;
  padding: 18px;
  background: rgba(99, 102, 241, .06);
}

.ai-performance-empty-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, #6366f1, #14b8a6);
  color: #fff;
  font-size: 24px;
}

.ai-performance-empty p {
  margin: 6px 0 0;
  color: rgba(235, 240, 255, .62);
  font-size: 12px;
  line-height: 1.7;
}

.dashboard-shell-light .ai-performance-empty p {
  color: #756a5f;
}

.ai-performance-headline {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  border: 1px solid rgba(99, 102, 241, .24);
  border-radius: 12px;
  padding: 11px 13px;
  background: linear-gradient(90deg, rgba(99, 102, 241, .12), rgba(20, 184, 166, .06));
}

.ai-performance-headline > span {
  color: #a5b4fc;
  font-size: 12px;
  font-weight: 800;
}

.dashboard-shell-light .ai-performance-headline > span {
  color: #4f46e5;
}

.ai-performance-headline > b {
  font-size: 16px;
}

.ai-performance-headline > small {
  color: rgba(235, 240, 255, .5);
  font-size: 10px;
  text-align: right;
}

.dashboard-shell-light .ai-performance-headline > small {
  color: #82766a;
}

.ai-performance-metric-grid,
.ai-performance-insight-grid,
.ai-funnel-grid,
.ai-performance-focus-grid,
.ai-performance-operating-grid {
  display: grid;
  gap: 10px;
}

.ai-performance-metric-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 10px;
}

.ai-performance-metric-card,
.ai-performance-operating-card,
.ai-performance-insight,
.ai-funnel-stage,
.ai-performance-focus-card,
.ai-manager-action {
  border: 1px solid rgba(120, 160, 255, .15);
  background: rgba(7, 19, 44, .34);
}

.ai-performance-operating {
  margin: 10px 0;
  padding: 12px;
  border: 1px solid rgba(236, 72, 153, .18);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(236, 72, 153, .07), rgba(99, 102, 241, .05));
}

.dashboard-shell-light .ai-performance-operating {
  border-color: #fbcfe8;
  background: linear-gradient(135deg, #fdf2f8, #f5f3ff);
}

.ai-performance-operating-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ai-performance-operating-card {
  min-width: 0;
  padding: 10px 12px;
}

.ai-performance-operating-card > span,
.ai-performance-operating-card > small {
  display: block;
  color: rgba(235, 240, 255, .6);
  font-size: 11px;
}

.ai-performance-operating-card > b {
  display: block;
  margin: 4px 0 3px;
  font-size: 18px;
  color: #fdf2f8;
}

.dashboard-shell-light .ai-performance-operating-card > span,
.dashboard-shell-light .ai-performance-operating-card > small {
  color: #756a5f;
}

.dashboard-shell-light .ai-performance-operating-card > b {
  color: #831843;
}

.dashboard-shell-light .ai-performance-metric-card,
.dashboard-shell-light .ai-performance-operating-card,
.dashboard-shell-light .ai-performance-insight,
.dashboard-shell-light .ai-funnel-stage,
.dashboard-shell-light .ai-performance-focus-card,
.dashboard-shell-light .ai-manager-action {
  border-color: rgba(122, 104, 84, .18);
  background: rgba(255, 255, 255, .64);
}

.ai-performance-metric-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-radius: 12px;
  padding: 12px;
}

.ai-performance-metric-card > span {
  color: rgba(235, 240, 255, .62);
  font-size: 11px;
}

.dashboard-shell-light .ai-performance-metric-card > span {
  color: #756a5f;
}

.ai-performance-metric-card > b {
  font-size: 22px;
}

.ai-performance-metric-card > small {
  color: #94a3b8;
  font-size: 11px;
}

.ai-performance-insight-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 12px;
}

.ai-performance-insight-grid > .ai-performance-insight:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.ai-performance-insight-grid > .ai-performance-insight:last-child:nth-child(odd) ul {
  columns: 2;
  column-gap: 34px;
}

.ai-performance-insight {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  padding: 12px 14px 12px 17px;
}

.ai-performance-insight::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--ai-accent);
}

.ai-performance-insight-title {
  margin-bottom: 7px;
  color: var(--ai-accent);
  font-size: 13px;
  font-weight: 900;
}

.ai-performance-insight ul {
  margin: 0;
  padding-left: 18px;
}

.ai-performance-insight li {
  margin: 4px 0;
  font-size: 12px;
  line-height: 1.65;
}

.ai-performance-funnel,
.ai-performance-focus {
  margin-top: 12px;
}

.ai-performance-section-head {
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.ai-performance-section-head > div {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
}

.ai-funnel-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ai-funnel-stage {
  border-radius: 12px;
  padding: 11px;
}

.ai-funnel-stage-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 11px;
}

.ai-funnel-stage-head b {
  font-size: 15px;
}

.ai-funnel-track {
  height: 8px;
  margin-bottom: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(148, 163, 184, .14);
}

.ai-funnel-fill {
  height: 100%;
  border-radius: inherit;
}

.ai-performance-focus-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ai-performance-focus-card {
  border-radius: 12px;
  border-left-width: 4px;
  padding: 11px 12px;
}

.ai-performance-focus-card.positive { border-left-color: #22c55e; }
.ai-performance-focus-card.warning { border-left-color: #f59e0b; }
.ai-performance-focus-card.negative { border-left-color: #ef4444; }

.ai-performance-focus-head {
  justify-content: space-between;
  gap: 8px;
}

.ai-performance-focus-head b {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}

.ai-performance-focus-card.positive .ai-performance-focus-head span { color: #4ade80; background: rgba(34, 197, 94, .13); }
.ai-performance-focus-card.warning .ai-performance-focus-head span { color: #fbbf24; background: rgba(245, 158, 11, .13); }
.ai-performance-focus-card.negative .ai-performance-focus-head span { color: #f87171; background: rgba(239, 68, 68, .13); }

.dashboard-shell-light .ai-performance-focus-card.positive .ai-performance-focus-head span { color: #15803d; }
.dashboard-shell-light .ai-performance-focus-card.warning .ai-performance-focus-head span { color: #a16207; }
.dashboard-shell-light .ai-performance-focus-card.negative .ai-performance-focus-head span { color: #b91c1c; }

.ai-performance-owner {
  margin-top: 6px;
}

.ai-performance-focus-card p,
.ai-performance-action-text,
.ai-manager-action p {
  margin: 7px 0 0;
  font-size: 12px;
  line-height: 1.65;
}

.ai-performance-action-text {
  border-top: 1px dashed rgba(148, 163, 184, .2);
  padding-top: 7px;
}

.ai-performance-details {
  margin-top: 12px;
  border: 1px solid rgba(120, 160, 255, .15);
  border-radius: 12px;
  overflow: hidden;
}

.dashboard-shell-light .ai-performance-details {
  border-color: rgba(122, 104, 84, .18);
}

.ai-performance-details > summary {
  cursor: pointer;
  padding: 11px 13px;
  background: rgba(99, 102, 241, .07);
  font-size: 13px;
  font-weight: 800;
  user-select: none;
}

.ai-manager-action-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 10px;
}

.ai-manager-action {
  border-radius: 10px;
  padding: 10px;
}

.ai-manager-action > div:first-child {
  justify-content: space-between;
  gap: 8px;
}

.ai-priority {
  flex-shrink: 0;
  padding: 2px 7px;
}

.ai-priority-高 { color: #f87171; background: rgba(239, 68, 68, .13); }
.ai-priority-中 { color: #fbbf24; background: rgba(245, 158, 11, .13); }
.ai-priority-低 { color: #4ade80; background: rgba(34, 197, 94, .13); }

.dashboard-shell-light .ai-priority-高 { color: #b91c1c; }
.dashboard-shell-light .ai-priority-中 { color: #a16207; }
.dashboard-shell-light .ai-priority-低 { color: #15803d; }

.ai-manager-action small {
  display: block;
  margin-top: 5px;
}

.ai-store-filter {
  padding: 10px 10px 0;
}

.ai-store-filter-input.input {
  width: min(100%, 320px);
  min-height: 38px;
  height: 38px;
  padding: 0 11px;
  border: 1px solid rgba(120, 160, 255, .25);
  border-radius: 10px;
  background: rgba(9, 22, 50, .78);
  color: rgba(242, 246, 255, .94);
  font-family: inherit;
}

.dashboard-shell-light .ai-performance-button.button {
  border-color: rgba(190, 161, 126, .64);
  background: rgba(247, 239, 229, .98);
  color: var(--light-text-strong);
}

.dashboard-shell-light .ai-performance-generate.button {
  border-color: rgba(109, 104, 189, .62) !important;
  background: #6d68bd !important;
  color: #fff !important;
}

.dashboard-shell-light .ai-store-filter-input.input {
  color-scheme: light;
  border-color: rgba(212, 197, 176, .92);
  background: rgba(255, 251, 246, .98);
  color: var(--light-text-strong);
}

.ai-store-table-wrap {
  max-height: 560px;
  overflow: auto;
  padding: 10px;
}

.ai-store-table {
  min-width: 2200px;
}

.ai-store-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}

.ai-store-table td small {
  display: block;
  margin-top: 2px;
  white-space: nowrap;
}

.ai-change-positive { color: #4ade80 !important; }
.ai-change-negative { color: #f87171 !important; }
.ai-change-neutral { color: #94a3b8 !important; }
.dashboard-shell-light .ai-change-positive { color: #15803d !important; }
.dashboard-shell-light .ai-change-negative { color: #b91c1c !important; }
.dashboard-shell-light .ai-change-neutral { color: #756a5f !important; }

@media (max-width: 1100px) {
  .ai-performance-metric-grid,
  .ai-funnel-grid,
  .ai-performance-operating-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ai-performance-focus-grid,
  .ai-manager-action-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .ai-performance-header,
  .ai-performance-actions { align-items: stretch; }
  .ai-performance-header { flex-direction: column; }
  .ai-performance-actions { width: 100%; }
  .ai-performance-actions button { flex: 1; }
  .ai-performance-headline { grid-template-columns: 1fr; gap: 5px; }
  .ai-performance-headline > small { text-align: left; }
  .ai-performance-metric-grid,
  .ai-performance-insight-grid,
  .ai-funnel-grid,
  .ai-performance-operating-grid,
  .ai-performance-focus-grid,
  .ai-manager-action-list { grid-template-columns: 1fr; }
  .ai-performance-insight-grid > .ai-performance-insight:last-child:nth-child(odd) ul { columns: 1; }
}
.dashboard-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.dashboard-page-heading {
  min-width: 0;
}

.dashboard-page-heading .h2 {
  margin-bottom: 2px;
  line-height: 1.15;
}

.dashboard-page-subtitle {
  color: rgba(221, 232, 255, 0.58);
  font-size: 12px;
}

.dashboard-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.dashboard-hero-button.button {
  width: auto;
  min-width: fit-content;
  min-height: 36px;
  height: 36px;
  padding: 0 13px;
  border-radius: 10px;
  border: 1px solid rgba(126, 167, 255, 0.3);
  color: #f4f7ff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.dashboard-hero-button-primary.button,
.dashboard-refresh-button.button {
  border-color: rgba(111, 172, 255, 0.65);
  background: #3978e8;
  box-shadow: 0 8px 20px rgba(36, 103, 214, 0.22);
}

.dashboard-hero-button-primary.button:hover,
.dashboard-hero-button-primary.button[data-hovered="true"],
.dashboard-refresh-button.button:hover,
.dashboard-refresh-button.button[data-hovered="true"] {
  background: #4787ef;
}

.dashboard-hero-button-secondary.button,
.dashboard-compare-refresh.button {
  background: rgba(20, 40, 81, 0.86);
}

.dashboard-hero-button-secondary.button:hover,
.dashboard-hero-button-secondary.button[data-hovered="true"],
.dashboard-compare-refresh.button:hover,
.dashboard-compare-refresh.button[data-hovered="true"] {
  border-color: rgba(143, 181, 255, 0.55);
  background: rgba(32, 59, 113, 0.94);
}

.dashboard-hero-button.button[data-disabled="true"] {
  opacity: 0.55;
}

.dashboard-export-more.button {
  gap: 7px;
}

.dashboard-export-popover.popover,
.dashboard-export-popover.dropdown__popover {
  z-index: 1300;
  width: 276px;
  padding: 6px;
  border: 1px solid rgba(126, 167, 255, 0.3);
  border-radius: 13px;
  background: rgba(12, 27, 59, 0.99);
  color: #eef4ff;
  box-shadow: 0 22px 50px rgba(3, 8, 22, 0.48);
}

.dashboard-export-menu {
  display: grid;
  gap: 3px;
  outline: none;
}

.dashboard-export-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  padding: 8px 10px;
  border-radius: 9px;
  cursor: pointer;
  color: #eef4ff;
  outline: none;
}

.dashboard-export-item:hover,
.dashboard-export-item[data-hovered="true"],
.dashboard-export-item[data-focused="true"] {
  background: rgba(83, 132, 228, 0.2);
}

.dashboard-export-item small {
  color: rgba(220, 232, 255, 0.52);
  font-size: 10px;
}

.dashboard-filter-panel {
  margin-bottom: 12px;
  padding: 14px 16px;
  box-shadow: none;
}

.dashboard-filter-panel-head,
.dashboard-filter-panel-title,
.dashboard-section-heading {
  display: flex;
  align-items: center;
}

.dashboard-filter-panel-head {
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.dashboard-filter-panel-title {
  gap: 9px;
  color: rgba(240, 245, 255, 0.94);
  font-size: 14px;
  font-weight: 850;
}

.dashboard-freshness-chip.chip {
  border: 1px solid rgba(103, 159, 255, 0.28);
  background: rgba(67, 120, 220, 0.16);
  color: #cfe0ff;
  font-size: 11px;
  font-weight: 750;
}

.dashboard-privacy-switch {
  flex: 0 0 auto;
}

.dashboard-privacy-switch .switch__content {
  gap: 7px;
  border: 0;
  padding: 0;
  background: transparent;
  color: rgba(232, 240, 255, 0.76);
  font-size: 12px;
}

.dashboard-filter-grid {
  display: grid;
  grid-template-columns: minmax(150px, 0.8fr) repeat(3, minmax(165px, 0.9fr)) auto;
  align-items: end;
  gap: 10px;
}

.dashboard-filter-field {
  display: grid;
  min-width: 0;
  gap: 6px;
}

.dashboard-filter-label {
  color: rgba(221, 232, 255, 0.62);
  font-size: 11px;
  font-weight: 700;
}

.dashboard-hero-input.input,
.dashboard-hero-select-trigger.select__trigger {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 38px;
  height: 38px;
  border: 1px solid rgba(120, 160, 255, 0.25);
  border-radius: 10px;
  background: rgba(9, 22, 50, 0.78);
  color: rgba(242, 246, 255, 0.94);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  font-family: inherit;
}

.dashboard-hero-input.input {
  appearance: auto;
  padding: 0 11px;
  color-scheme: dark;
}

.dashboard-hero-select-trigger.select__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 10px 0 11px;
  text-align: left;
}

.dashboard-hero-input.input:hover,
.dashboard-hero-select-trigger.select__trigger:hover,
.dashboard-hero-select-trigger.select__trigger[data-hovered="true"] {
  border-color: rgba(133, 176, 255, 0.48);
  background: rgba(13, 30, 65, 0.92);
}

.dashboard-hero-input.input:focus-visible,
.dashboard-hero-select-trigger.select__trigger[data-focus-visible="true"] {
  border-color: rgba(128, 174, 255, 0.82);
  box-shadow: 0 0 0 3px rgba(91, 140, 238, 0.16);
  outline: none;
}

.dashboard-hero-select-value {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-hero-select-indicator {
  flex: 0 0 auto;
  color: rgba(204, 220, 255, 0.72);
}

.dashboard-hero-popover.popover,
.dashboard-hero-popover.select__popover {
  z-index: 1300;
  min-width: var(--trigger-width);
  max-width: min(420px, calc(100vw - 24px));
  max-height: 320px;
  overflow: auto;
  padding: 6px;
  color-scheme: dark;
  border: 1px solid rgba(126, 167, 255, 0.3);
  border-radius: 12px;
  background: rgba(12, 28, 61, 0.99);
  color: #eef4ff;
  box-shadow: 0 20px 46px rgba(3, 8, 22, 0.46);
}

.dashboard-hero-listbox {
  outline: none;
}

.dashboard-hero-option.list-box-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 38px;
  padding: 8px 10px;
  border-radius: 8px;
  color: #edf3ff;
  cursor: pointer;
  outline: none;
}

.dashboard-hero-option.list-box-item:hover,
.dashboard-hero-option.list-box-item[data-hovered="true"],
.dashboard-hero-option.list-box-item[data-focused="true"] {
  background: rgba(83, 132, 228, 0.2);
}

.dashboard-hero-option.list-box-item[data-selected="true"] {
  background: rgba(64, 117, 219, 0.28);
  color: #fff;
}

.dashboard-inline-error {
  margin-top: 10px;
  border: 1px solid rgba(248, 113, 113, 0.25);
  border-radius: 9px;
  padding: 8px 10px;
  background: rgba(127, 29, 29, 0.13);
  color: #fca5a5;
  font-size: 11px;
}

.dashboard-top-cards-grid .dashboard-kpi-card {
  position: relative;
  min-width: 0;
  min-height: 108px;
  padding: 14px;
  overflow: hidden;
  border-radius: 13px;
  background: rgba(18, 39, 81, 0.68);
  box-shadow: none;
}

.dashboard-top-cards-grid .dashboard-kpi-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: rgba(108, 154, 239, 0.34);
}

.dashboard-top-cards-grid .dashboard-kpi-card-emphasis::before {
  background: #5b8def;
}

.dashboard-top-cards-grid .dashboard-kpi-card-progress::before {
  background: #22b8a7;
}

.dashboard-top-cards-grid .dashboard-kpi-card-sequence::before {
  background: #8b7cf6;
}

.dashboard-top-cards-grid .dashboard-kpi-card .title {
  font-size: 12px;
  font-weight: 700;
}

.dashboard-top-cards-grid .dashboard-kpi-card .value {
  margin-top: 10px;
  font-size: clamp(21px, 1.55vw, 28px);
  line-height: 1.08;
}

.dashboard-top-cards-grid .dashboard-kpi-card .sub {
  margin-top: auto;
  padding-top: 9px;
  line-height: 1.45;
}

.dashboard-compare-panel {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 14px;
  box-sizing: border-box;
  box-shadow: none;
}

.dashboard-section-heading {
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 11px;
}

.dashboard-section-eyebrow {
  display: block;
  margin-bottom: 2px;
  color: #7da8f8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.dashboard-section-title {
  font-size: 15px;
  font-weight: 850;
}

.dashboard-compare-filter-grid {
  display: grid;
  grid-template-columns: minmax(110px, 0.72fr) minmax(170px, 1.28fr) repeat(2, minmax(140px, 0.9fr));
  align-items: end;
  gap: 8px;
  margin-bottom: 10px;
  overflow: visible;
}

.dashboard-compare-filter-grid .dashboard-filter-label {
  font-size: 10px;
}

.dashboard-compare-filter-grid .dashboard-hero-input.input,
.dashboard-compare-filter-grid .dashboard-hero-select-trigger.select__trigger {
  min-height: 34px;
  height: 34px;
  font-size: 11px;
}

.dashboard-compare-error {
  margin: 0 0 8px;
}

.dashboard-compare-panel .compare-summary-grid {
  margin-top: auto;
}

.dashboard-compare-panel .compare-summary-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100px;
  height: 100%;
  padding: 12px 13px;
  box-sizing: border-box;
  border-radius: 12px;
  background: rgba(14, 31, 66, 0.58);
  box-shadow: none;
  line-height: 1.5;
}

.dashboard-compare-panel .compare-summary-card .title {
  font-size: 11px;
  font-weight: 700;
}

.dashboard-compare-panel .compare-summary-card .sub {
  line-height: 1.45;
}

.dashboard-compare-caption {
  margin-top: 9px;
  font-size: 10px;
  line-height: 1.5;
}

.dashboard-shell-light .dashboard-page-subtitle,
.dashboard-shell-light .dashboard-filter-label {
  color: var(--light-text-soft);
}

.dashboard-shell-light .dashboard-hero-button-secondary.button,
.dashboard-shell-light .dashboard-compare-refresh.button {
  border-color: rgba(190, 161, 126, 0.64);
  background: rgba(247, 239, 229, 0.98);
  color: var(--light-text-strong);
}

.dashboard-shell-light .dashboard-freshness-chip.chip {
  border-color: rgba(170, 137, 99, 0.4);
  background: rgba(210, 187, 156, 0.22);
  color: var(--light-text-strong);
}

.dashboard-shell-light .dashboard-privacy-switch .switch__content {
  color: var(--light-text);
}

.dashboard-shell-light .dashboard-hero-input.input,
.dashboard-shell-light .dashboard-hero-select-trigger.select__trigger {
  color-scheme: light;
  border-color: rgba(212, 197, 176, 0.92);
  background: rgba(255, 251, 246, 0.98);
  color: var(--light-text-strong);
}

.dashboard-shell-light .dashboard-top-cards-grid .dashboard-kpi-card,
.dashboard-shell-light .dashboard-compare-panel .compare-summary-card {
  background: rgba(255, 252, 247, 0.74);
}

body.theme-light .dashboard-hero-popover.popover,
body.theme-light .dashboard-hero-popover.select__popover,
body.theme-light .dashboard-export-popover.popover,
body.theme-light .dashboard-export-popover.dropdown__popover {
  color-scheme: light;
  border-color: rgba(212, 197, 176, 0.96);
  background: rgba(255, 250, 243, 0.99);
  color: var(--light-text-strong, #27364a);
  box-shadow: 0 18px 44px rgba(95, 80, 66, 0.2);
}

body.theme-light .dashboard-hero-option.list-box-item,
body.theme-light .dashboard-export-item {
  color: var(--light-text-strong, #27364a);
}

body.theme-light .dashboard-export-item small {
  color: var(--light-text-soft, #756a5f);
}

@media (max-width: 1280px) {
  .dashboard-filter-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .dashboard-refresh-button.button {
    grid-column: 4;
  }

  .dashboard-compare-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .dashboard-page-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .dashboard-toolbar {
    width: 100%;
    justify-content: flex-start;
  }

  .dashboard-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dashboard-refresh-button.button {
    grid-column: auto;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .dashboard-filter-panel {
    padding: 12px;
  }

  .dashboard-filter-panel-head {
    align-items: flex-start;
  }

  .dashboard-filter-grid,
  .dashboard-compare-filter-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-toolbar .dashboard-hero-button.button,
  .dashboard-toolbar .dashboard-export-more.button {
    flex: 1 1 auto;
  }

  .dashboard-top-cards-grid {
    grid-template-columns: 1fr !important;
  }

  .dashboard-compare-panel .compare-summary-grid {
    grid-template-columns: 1fr !important;
  }
}
.hr-document-shell {
  --document-panel-border: rgba(126, 167, 255, 0.18);
  --document-surface: rgba(12, 27, 59, 0.62);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hr-document-shell * {
  box-sizing: border-box;
}

.hr-document-command {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px;
  border-color: rgba(126, 167, 255, 0.22);
  background: linear-gradient(145deg, rgba(29, 57, 110, 0.72), rgba(17, 36, 76, 0.86));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.hr-document-command-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.hr-document-command-title {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.hr-document-command-title strong {
  color: #f7f9ff;
  font-size: 17px;
  font-weight: 850;
  letter-spacing: 0.01em;
}

.hr-document-refreshing {
  display: inline-flex;
  min-height: 23px;
  align-items: center;
  padding: 3px 8px;
  border: 1px solid rgba(125, 211, 252, 0.24);
  border-radius: 999px;
  background: rgba(14, 116, 144, 0.16);
  color: #bae6fd;
  font-size: 11px;
  font-weight: 700;
}

.hr-document-summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}

.hr-document-summary > span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  border: 1px solid rgba(126, 169, 255, 0.2);
  border-radius: 999px;
  background: rgba(9, 22, 49, 0.38);
  color: rgba(205, 220, 245, 0.82);
  font-size: 12px;
  font-weight: 650;
}

.hr-document-summary b {
  color: #ffffff;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

.hr-document-summary .is-current {
  border-color: rgba(134, 176, 255, 0.3);
  background: rgba(76, 117, 208, 0.16);
  color: #dbeafe;
}

.hr-document-toolbar {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) minmax(130px, 0.58fr) minmax(130px, 0.58fr) minmax(210px, 0.98fr) minmax(150px, 0.7fr) max-content;
  gap: 10px;
  align-items: end;
}

.hr-document-toolbar > * {
  min-width: 0;
}

.hr-document-toolbar-actions {
  display: flex;
  min-height: var(--hr-toolbar-control-height, 38px);
  align-items: center;
}

.hr-document-toolbar-actions .hr-hero-action-button.button {
  width: 100%;
  white-space: nowrap;
}

.hr-document-active-filters {
  display: flex;
  min-height: 28px;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  padding-top: 1px;
}

.hr-document-active-filters > span:first-child {
  margin-right: 1px;
  color: rgba(190, 207, 235, 0.72);
  font-size: 11px;
  font-weight: 750;
}

.hr-document-layout {
  display: grid;
  grid-template-columns: minmax(300px, 330px) minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.hr-document-panel {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 12px;
  padding: 13px;
  border-color: var(--document-panel-border);
  background: linear-gradient(150deg, rgba(27, 54, 105, 0.62), rgba(15, 32, 68, 0.78));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.hr-document-panel-head {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.hr-document-panel-title {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
}

.hr-document-panel-title > div {
  display: grid;
  min-width: 0;
  gap: 1px;
}

.hr-document-panel-title strong {
  color: #f8fafc;
  font-size: 15px;
  font-weight: 850;
}

.hr-document-panel-title div > span {
  color: rgba(181, 202, 235, 0.66);
  font-size: 10px;
  font-weight: 700;
}

.hr-document-step {
  display: inline-flex;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(132, 176, 255, 0.38);
  border-radius: 9px;
  background: rgba(74, 115, 205, 0.24);
  color: #dbeafe;
  font-size: 13px;
  font-weight: 850;
}

.hr-document-count {
  display: inline-flex;
  min-height: 26px;
  flex: 0 0 auto;
  align-items: center;
  padding: 4px 9px;
  border: 1px solid rgba(126, 169, 255, 0.2);
  border-radius: 999px;
  background: rgba(10, 24, 52, 0.38);
  color: rgba(206, 220, 244, 0.78);
  font-size: 11px;
  font-weight: 750;
}

.hr-document-count.is-selected {
  border-color: rgba(125, 211, 252, 0.24);
  color: #dbeafe;
}

.hr-document-list {
  position: relative;
  display: flex;
  min-height: 360px;
  max-height: min(660px, calc(100vh - 360px));
  flex-direction: column;
  gap: 8px;
  overflow: auto;
  padding: 2px 5px 2px 1px;
  scrollbar-color: rgba(132, 176, 255, 0.48) rgba(9, 20, 44, 0.26);
  scrollbar-width: thin;
}

.hr-document-list.is-loading {
  scrollbar-gutter: stable;
}

.hr-document-list-skeleton {
  display: grid;
  gap: 8px;
}

.hr-document-list-skeleton span {
  height: 92px;
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(22, 42, 82, 0.68), rgba(50, 78, 137, 0.66), rgba(22, 42, 82, 0.68));
  background-size: 220% 100%;
  animation: hr-document-shimmer 1.2s ease-in-out infinite;
}

@keyframes hr-document-shimmer {
  to {
    background-position: -220% 0;
  }
}

.hr-document-list-updating {
  position: sticky;
  bottom: 6px;
  align-self: center;
  padding: 6px 12px;
  border: 1px solid rgba(125, 211, 252, 0.3);
  border-radius: 999px;
  background: rgba(10, 24, 52, 0.94);
  color: #bfdbfe;
  font-size: 11px;
  font-weight: 700;
  box-shadow: 0 12px 26px rgba(2, 8, 23, 0.32);
}

.hr-document-employee {
  display: grid;
  min-height: 92px;
  gap: 6px;
  padding: 11px 12px;
  border: 1px solid rgba(120, 160, 255, 0.17);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(13, 29, 63, 0.82), rgba(12, 25, 54, 0.72));
  color: #e2e8f0;
  text-align: left;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
  transition: border-color 0.16s ease, background 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease;
}

.hr-document-employee:hover {
  transform: translateY(-1px);
  border-color: rgba(126, 169, 255, 0.42);
  background: linear-gradient(145deg, rgba(22, 46, 94, 0.86), rgba(14, 31, 67, 0.82));
  box-shadow: 0 8px 18px rgba(3, 10, 27, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.hr-document-employee.is-active {
  border-color: rgba(134, 176, 255, 0.68);
  background: linear-gradient(145deg, rgba(51, 88, 170, 0.6), rgba(27, 57, 119, 0.84));
  box-shadow: inset 3px 0 0 #8ab4ff, 0 9px 22px rgba(4, 12, 31, 0.22);
}

.hr-document-employee-head {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.hr-document-employee-name {
  min-width: 0;
  overflow: hidden;
  color: #f8fafc;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hr-document-position-badge {
  display: inline-flex;
  min-width: 0;
  max-width: 46%;
  min-height: 22px;
  flex: 0 1 auto;
  align-items: center;
  overflow: hidden;
  padding: 3px 7px;
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 999px;
  background: rgba(14, 116, 144, 0.14);
  color: #cdeafe;
  font-size: 10px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hr-document-employee-store {
  overflow: hidden;
  color: rgba(216, 229, 249, 0.86);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hr-document-employee-meta {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 5px;
}

.hr-document-employee-meta span {
  display: inline-flex;
  min-height: 20px;
  align-items: center;
  padding: 2px 6px;
  border-radius: 6px;
  background: rgba(126, 169, 255, 0.09);
  color: rgba(184, 204, 236, 0.74);
  font-size: 10px;
  font-weight: 650;
}

.hr-document-employee-context {
  display: grid;
  grid-template-columns: 0.7fr 1.55fr 1fr 0.9fr;
  gap: 8px;
}

.hr-document-employee-context > div {
  min-width: 0;
  min-height: 62px;
  padding: 10px 11px;
  border: 1px solid rgba(126, 167, 255, 0.14);
  border-radius: 11px;
  background: linear-gradient(145deg, rgba(11, 25, 55, 0.6), rgba(16, 34, 72, 0.44));
}

.hr-document-employee-context span {
  display: block;
  margin-bottom: 4px;
  color: rgba(183, 203, 234, 0.64);
  font-size: 10px;
  font-weight: 750;
}

.hr-document-employee-context strong {
  display: block;
  overflow: hidden;
  color: #f7f9ff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hr-document-event-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 5px;
  border: 1px solid rgba(126, 167, 255, 0.13);
  border-radius: 12px;
  background: rgba(8, 21, 48, 0.36);
}

.hr-document-event-tabs .hr-board-tab.button {
  min-width: 74px;
  min-height: 32px;
  height: 32px;
  border-radius: 9px;
}

.hr-document-state-card {
  display: flex;
  min-height: 210px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  padding: 28px;
  border: 1px dashed rgba(126, 167, 255, 0.22);
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(10, 23, 51, 0.34), rgba(18, 37, 76, 0.32));
  color: rgba(183, 203, 234, 0.72);
  text-align: center;
}

.hr-document-state-card strong {
  color: #e7eefb;
  font-size: 15px;
  font-weight: 800;
}

.hr-document-state-card span {
  font-size: 12px;
}

.hr-document-state-card.is-loading {
  flex-direction: row;
}

.hr-document-state-spinner {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border: 2px solid rgba(191, 219, 254, 0.24);
  border-top-color: #bfdbfe;
  border-radius: 50%;
  animation: hr-document-spin 0.78s linear infinite;
}

@keyframes hr-document-spin {
  to {
    transform: rotate(360deg);
  }
}

.hr-document-table-wrap {
  max-width: 100%;
  overflow: auto;
  border: 1px solid rgba(126, 167, 255, 0.16);
  border-radius: 13px;
  background: rgba(7, 18, 42, 0.28);
  scrollbar-color: rgba(132, 176, 255, 0.42) rgba(9, 20, 44, 0.22);
  scrollbar-width: thin;
}

.hr-document-table {
  width: 100%;
  min-width: 1160px;
  border-collapse: separate;
  border-spacing: 0;
}

.hr-document-table-wrap.is-transfer .hr-document-table {
  min-width: 1370px;
}

.hr-document-table th,
.hr-document-table td {
  padding: 11px 10px;
  border-bottom: 1px solid rgba(126, 167, 255, 0.1);
  color: #e2e8f0;
  font-size: 12px;
  line-height: 1.45;
  text-align: left;
  vertical-align: middle;
}

.hr-document-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: rgba(20, 42, 84, 0.98);
  color: rgba(192, 215, 250, 0.9);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.hr-document-table tbody tr:last-child td {
  border-bottom: 0;
}

.hr-document-table tbody tr:hover td {
  background: rgba(96, 165, 250, 0.055);
}

.hr-document-event-badge,
.hr-document-status-badge {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 3px 8px;
  border: 1px solid rgba(126, 169, 255, 0.22);
  border-radius: 999px;
  background: rgba(80, 126, 218, 0.12);
  color: #dbeafe;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.hr-document-status-badge {
  border-color: rgba(74, 222, 128, 0.2);
  background: rgba(22, 163, 74, 0.11);
  color: #bbf7d0;
}

.hr-document-contract-select,
.hr-document-number-input {
  width: 100%;
  min-height: 36px;
  border: 1px solid rgba(120, 160, 255, 0.24);
  border-radius: 9px;
  background: rgba(10, 23, 51, 0.92);
  color: #f1f5f9;
  outline: none;
  color-scheme: dark;
}

.hr-document-contract-select {
  min-width: 245px;
  padding: 6px 9px;
}

.hr-document-number-input {
  width: 102px;
  padding: 6px 8px;
}

.hr-document-meal-input {
  width: 78px;
}

.hr-document-contract-select:focus,
.hr-document-number-input:focus {
  border-color: rgba(128, 174, 255, 0.78);
  box-shadow: 0 0 0 3px rgba(91, 140, 238, 0.16);
}

.hr-document-actions {
  display: flex;
  min-width: 250px;
  flex-wrap: wrap;
  gap: 6px;
}

.hr-document-actions .hr-action-button.button {
  width: auto;
  min-width: fit-content;
  min-height: 31px;
  height: 31px;
  padding: 0 10px;
  border-radius: 8px;
  white-space: nowrap;
}

.app-container.theme-light .hr-document-shell {
  --document-panel-border: rgba(212, 197, 176, 0.9);
  --document-surface: rgba(255, 252, 247, 0.72);
}

.app-container.theme-light .hr-document-command,
.app-container.theme-light .hr-document-panel {
  border-color: rgba(212, 197, 176, 0.9);
  background: linear-gradient(145deg, rgba(255, 252, 248, 0.98), rgba(242, 234, 222, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.app-container.theme-light .hr-document-command-title strong,
.app-container.theme-light .hr-document-panel-title strong,
.app-container.theme-light .hr-document-employee-name,
.app-container.theme-light .hr-document-employee-context strong,
.app-container.theme-light .hr-document-state-card strong {
  color: var(--light-text-strong);
}

.app-container.theme-light .hr-document-refreshing,
.app-container.theme-light .hr-document-summary > span,
.app-container.theme-light .hr-document-count,
.app-container.theme-light .hr-document-step {
  border-color: rgba(154, 132, 104, 0.24);
  background: rgba(231, 218, 199, 0.48);
  color: var(--light-text);
}

.app-container.theme-light .hr-document-summary b {
  color: var(--light-text-strong);
}

.app-container.theme-light .hr-document-active-filters > span:first-child,
.app-container.theme-light .hr-document-panel-title div > span,
.app-container.theme-light .hr-document-employee-context span,
.app-container.theme-light .hr-document-state-card {
  color: var(--light-text-soft);
}

.app-container.theme-light .hr-document-employee {
  border-color: rgba(212, 197, 176, 0.9);
  background: linear-gradient(145deg, rgba(255, 252, 248, 0.98), rgba(246, 239, 229, 0.96));
  color: var(--light-text);
}

.app-container.theme-light .hr-document-employee:hover {
  border-color: var(--light-border-strong);
  background: linear-gradient(145deg, rgba(255, 250, 244, 1), rgba(240, 231, 218, 0.98));
}

.app-container.theme-light .hr-document-employee.is-active {
  border-color: rgba(54, 90, 77, 0.58);
  background: linear-gradient(145deg, rgba(235, 229, 215, 0.98), rgba(222, 211, 192, 0.98));
  box-shadow: inset 3px 0 0 rgba(54, 90, 77, 0.72), 0 9px 22px rgba(101, 84, 63, 0.12);
}

.app-container.theme-light .hr-document-position-badge,
.app-container.theme-light .hr-document-employee-meta span {
  border-color: rgba(54, 90, 77, 0.14);
  background: rgba(54, 90, 77, 0.08);
  color: var(--light-text-soft);
}

.app-container.theme-light .hr-document-employee-store {
  color: var(--light-text);
}

.app-container.theme-light .hr-document-employee-context > div,
.app-container.theme-light .hr-document-event-tabs,
.app-container.theme-light .hr-document-state-card,
.app-container.theme-light .hr-document-table-wrap {
  border-color: rgba(212, 197, 176, 0.84);
  background: rgba(255, 252, 247, 0.64);
}

.app-container.theme-light .hr-document-table th,
.app-container.theme-light .hr-document-table td {
  border-bottom-color: rgba(212, 197, 176, 0.72);
  color: var(--light-text);
}

.app-container.theme-light .hr-document-table th {
  background: rgba(239, 229, 216, 0.98);
  color: var(--light-text-strong);
}

.app-container.theme-light .hr-document-table tbody tr:hover td {
  background: rgba(238, 229, 216, 0.48);
}

.app-container.theme-light .hr-document-event-badge,
.app-container.theme-light .hr-document-status-badge {
  border-color: rgba(54, 90, 77, 0.16);
  background: rgba(54, 90, 77, 0.08);
  color: var(--light-text);
}

.app-container.theme-light .hr-document-contract-select,
.app-container.theme-light .hr-document-number-input {
  border-color: var(--light-border);
  background: rgba(255, 251, 246, 0.98);
  color: var(--light-text);
  color-scheme: light;
}

.app-container.theme-light .hr-document-list-skeleton span {
  background: linear-gradient(90deg, rgba(236, 226, 212, 0.68), rgba(248, 241, 232, 0.92), rgba(236, 226, 212, 0.68));
  background-size: 220% 100%;
}

.app-container.theme-light .hr-document-list-updating {
  border-color: rgba(54, 90, 77, 0.22);
  background: rgba(255, 251, 246, 0.94);
  color: var(--light-text);
}

@media (max-width: 1180px) {
  .hr-document-command-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .hr-document-summary {
    justify-content: flex-start;
  }

  .hr-document-toolbar {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }

  .hr-document-keyword-field,
  .hr-document-store-field {
    grid-column: span 2;
  }

  .hr-document-layout {
    grid-template-columns: minmax(285px, 315px) minmax(0, 1fr);
  }

  .hr-document-employee-context {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .hr-document-layout {
    grid-template-columns: 1fr;
  }

  .hr-document-list {
    min-height: 0;
    max-height: 430px;
  }
}

@media (max-width: 680px) {
  .hr-document-command-head,
  .hr-document-panel-head {
    align-items: flex-start;
  }

  .hr-document-toolbar {
    grid-template-columns: 1fr;
  }

  .hr-document-keyword-field,
  .hr-document-store-field,
  .hr-document-toolbar-actions {
    grid-column: auto;
  }

  .hr-document-summary {
    width: 100%;
  }

  .hr-document-summary > span {
    flex: 1 1 auto;
    justify-content: center;
  }

  .hr-document-employee-context {
    grid-template-columns: 1fr;
  }
}
.public-onboarding-shell {
  min-height: 100vh;
  padding: 32px 18px 48px;
  color-scheme: dark;
  background:
    radial-gradient(circle at top left, rgba(56, 189, 248, 0.18), transparent 26%),
    radial-gradient(circle at top right, rgba(96, 165, 250, 0.14), transparent 28%),
    radial-gradient(circle at bottom center, rgba(14, 165, 233, 0.12), transparent 36%),
    linear-gradient(180deg, #071120 0%, #0b1730 48%, #0a1325 100%);
}

.public-onboarding-card {
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px;
  overflow-x: clip;
  border: 1px solid rgba(96, 165, 250, 0.18);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(8, 15, 31, 0.96), rgba(9, 18, 37, 0.96)),
    linear-gradient(135deg, rgba(29, 78, 216, 0.08), rgba(14, 165, 233, 0.06));
  box-shadow: 0 28px 90px rgba(2, 8, 23, 0.42);
}

.public-onboarding-card.is-success {
  max-width: 620px;
  text-align: center;
}

.public-onboarding-hero {
  position: relative;
  margin-bottom: 22px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 24px;
  color: #eff6ff;
  background:
    radial-gradient(circle at 100% 0%, rgba(56, 189, 248, 0.28), transparent 28%),
    linear-gradient(135deg, #0f1b39 0%, #18346d 56%, #1169b1 100%);
}

.public-onboarding-hero::after {
  content: "";
  position: absolute;
  top: -24px;
  right: -18px;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.14), transparent 68%);
  pointer-events: none;
}

.public-onboarding-hero h1,
.hr-onboarding-detail-head h2 {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.08;
}

.eyebrow {
  margin-bottom: 8px;
  color: #c7d2fe;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-tags span,
.success-badge,
.onboarding-inline-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 999px;
  color: #dbeafe;
  background: rgba(8, 15, 31, 0.34);
  font-size: 13px;
  font-weight: 600;
}

.success-badge,
.onboarding-inline-note {
  justify-content: center;
}

.onboarding-inline-note {
  grid-column: 1 / -1;
  justify-content: flex-start;
  border-radius: 14px;
  min-height: 40px;
  color: #bae6fd;
  background: rgba(14, 165, 233, 0.12);
}

.onboarding-search-meta {
  grid-column: 1 / -1;
  color: rgba(191, 219, 254, 0.76);
  font-size: 13px;
}

.onboarding-section {
  margin-top: 18px;
  padding: 22px;
  overflow-x: clip;
  border: 1px solid rgba(96, 165, 250, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(9, 18, 37, 0.94), rgba(8, 15, 31, 0.98)),
    linear-gradient(135deg, rgba(59, 130, 246, 0.06), rgba(14, 165, 233, 0.04));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.onboarding-section-head h2 {
  margin: 0;
  font-size: 20px;
  color: #eff6ff;
}

.onboarding-section-head p {
  margin: 6px 0 0;
  color: rgba(191, 219, 254, 0.78);
}

.onboarding-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.onboarding-grid > * {
  min-width: 0;
}

.onboarding-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.onboarding-field-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow-x: clip;
}

.onboarding-field-stack > * {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.onboarding-field-stack input,
.onboarding-field-stack select {
  display: block;
  inline-size: 100%;
  max-inline-size: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.onboarding-field.is-wide {
  grid-column: 1 / -1;
}

.onboarding-field > span {
  color: #eff6ff;
  font-weight: 700;
}

.onboarding-field i {
  margin-right: 4px;
  color: #dc2626;
  font-style: normal;
}

.onboarding-field input,
.onboarding-field select,
.mapping-editor input,
.hr-onboarding-toolbar input,
.hr-onboarding-toolbar select {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.9);
  color: #f8fafc;
  font-size: 14px;
}

.onboarding-field input[readOnly] {
  color: #93c5fd;
  font-weight: 700;
  background: rgba(30, 41, 59, 0.96);
}

.onboarding-field input::placeholder {
  color: rgba(226, 232, 240, 0.48);
}

.onboarding-field small {
  color: rgba(191, 219, 254, 0.72);
  line-height: 1.5;
}

.searchable-select {
  position: relative;
}

.searchable-select-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  flex-direction: column;
  max-height: 280px;
  overflow: auto;
  border: 1px solid rgba(96, 165, 250, 0.2);
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.98);
  box-shadow: 0 18px 42px rgba(2, 8, 23, 0.4);
}

.searchable-select-option,
.searchable-select-empty {
  min-height: 40px;
  padding: 10px 14px;
  text-align: left;
  color: #dbeafe;
}

.searchable-select-option {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.searchable-select-option:hover,
.searchable-select-option.is-selected {
  background: rgba(59, 130, 246, 0.24);
}

.searchable-select-empty {
  color: rgba(191, 219, 254, 0.72);
}

.onboarding-field-error {
  color: #fca5a5 !important;
  font-weight: 600;
}

.onboarding-history-card {
  grid-column: 1 / -1;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid rgba(96, 165, 250, 0.12);
  background: rgba(15, 23, 42, 0.46);
}

.onboarding-history-card h3 {
  margin: 0;
  color: #eff6ff;
}

.captcha-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.captcha-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 44px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
}

.onboarding-footer,
.hr-onboarding-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 20px;
}

.onboarding-primary-btn,
.onboarding-secondary-btn,
.attachment-tile,
.hr-onboarding-item {
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.onboarding-primary-btn,
.onboarding-secondary-btn {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
}

.onboarding-primary-btn {
  color: #fff;
  background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);
}

.onboarding-secondary-btn {
  color: #e0f2fe;
  border-color: rgba(96, 165, 250, 0.24);
  background: rgba(15, 23, 42, 0.9);
}

.onboarding-primary-btn:hover,
.onboarding-secondary-btn:hover,
.attachment-tile:hover,
.hr-onboarding-item:hover {
  transform: translateY(-1px);
}

.onboarding-error {
  margin-top: 16px;
  padding: 13px 16px;
  border: 1px solid rgba(248, 113, 113, 0.35);
  border-radius: 14px;
  color: #fecaca;
  background: rgba(127, 29, 29, 0.3);
}

.onboarding-beisen-check-strip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 12px;
  padding: 8px 10px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.34);
}

.beisen-check-pill {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 30px;
  padding: 5px 8px 5px 10px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.42);
}

.beisen-check-pill strong {
  color: #f8fafc;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}

.beisen-check-pill b {
  flex: 0 0 auto;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
}

.beisen-check-green {
  border-color: rgba(34, 197, 94, 0.42);
  background: rgba(20, 83, 45, 0.28);
}

.beisen-check-green b {
  color: #14532d;
  background: #bbf7d0;
}

.beisen-check-red {
  border-color: rgba(248, 113, 113, 0.46);
  background: rgba(127, 29, 29, 0.28);
}

.beisen-check-red b {
  color: #7f1d1d;
  background: #fecaca;
}

.beisen-check-gray b {
  color: #334155;
  background: #cbd5e1;
}

.hr-onboarding-shell {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hr-onboarding-toolbar,
.hr-onboarding-list,
.hr-onboarding-detail {
  border: 1px solid rgba(96, 165, 250, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.52), rgba(15, 23, 42, 0.68)),
    linear-gradient(135deg, rgba(30, 64, 175, 0.16), rgba(14, 165, 233, 0.08));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.hr-onboarding-toolbar {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 16px;
}

.toolbar-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  color: #dbeafe;
}

.toolbar-title strong {
  font-size: 18px;
}

.toolbar-title span {
  color: rgba(219, 234, 254, 0.76);
}

.hr-onboarding-toolbar label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #cbd5f5;
}

.hr-onboarding-toolbar input,
.hr-onboarding-toolbar select {
  color: #e2e8f0;
  background: rgba(15, 23, 42, 0.46);
  border-color: rgba(148, 163, 184, 0.22);
}

.hr-onboarding-toolbar input::placeholder {
  color: rgba(226, 232, 240, 0.46);
}

.hr-onboarding-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 14px;
}

.hr-onboarding-list,
.hr-onboarding-detail {
  padding: 16px;
  color: #e2e8f0;
}

.hr-onboarding-list {
  box-sizing: border-box;
  height: 1800px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: rgba(126, 166, 238, 0.82) rgba(10, 22, 48, 0.46);
  color-scheme: dark;
}

.hr-onboarding-list::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.hr-onboarding-list::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(10, 22, 48, 0.46);
}

.hr-onboarding-list::-webkit-scrollbar-thumb {
  border: 2px solid rgba(10, 22, 48, 0.46);
  border-radius: 999px;
  background: rgba(126, 166, 238, 0.82);
}

.hr-onboarding-list::-webkit-scrollbar-thumb:hover {
  background: rgba(164, 194, 248, 0.94);
}

.section-mini-title {
  margin-bottom: 10px;
  color: #bfdbfe;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hr-onboarding-item {
  width: 100%;
  margin-top: 10px;
  padding: 14px;
  overflow: hidden;
  text-align: left;
  border: 1px solid rgba(96, 165, 250, 0.18);
  border-radius: 14px;
  color: #dbeafe;
  background: rgba(15, 23, 42, 0.36);
  cursor: pointer;
  overflow-wrap: anywhere;
}

.hr-onboarding-item.is-active {
  border-color: rgba(96, 165, 250, 0.6);
  background: linear-gradient(135deg, rgba(30, 64, 175, 0.34), rgba(14, 165, 233, 0.16));
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.26);
}

.hr-onboarding-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.hr-onboarding-item-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.hr-onboarding-item-delete {
  min-height: 26px;
  padding: 0 10px;
  border: 1px solid rgba(248, 113, 113, 0.34);
  border-radius: 999px;
  color: #fecaca;
  background: rgba(127, 29, 29, 0.3);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.hr-onboarding-item-delete:disabled {
  cursor: wait;
  opacity: 0.72;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.status-pending_review {
  color: #854d0e;
  background: rgba(254, 240, 138, 0.95);
}

.status-submitted {
  color: #166534;
  background: rgba(187, 247, 208, 0.95);
}

.status-submit_failed,
.status-duplicate_blocked {
  color: #991b1b;
  background: rgba(254, 202, 202, 0.95);
}

.hr-onboarding-detail-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.hr-onboarding-detail-head p,
.muted-line {
  color: rgba(226, 232, 240, 0.72);
}

.hr-onboarding-detail .onboarding-section {
  background: var(--hr-board-section-bg, rgba(255, 255, 255, 0.95));
}

.attachment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.attachment-tile {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 14px;
  background: var(--hr-board-surface, #fff);
  text-align: left;
  color: var(--hr-board-text, #0f172a);
  cursor: pointer;
}

.mapping-table,
.preview-table {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}

.mapping-row,
.preview-row {
  display: grid;
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 14px;
  background: var(--hr-board-surface, rgba(255, 255, 255, 0.92));
  color: var(--hr-board-text, #0f172a);
}

.mapping-row {
  grid-template-columns: 180px minmax(0, 1fr) minmax(0, 1fr);
}

.preview-row {
  grid-template-columns: 64px 220px minmax(0, 1fr);
}

.mapping-label,
.preview-column {
  font-weight: 700;
}

.hr-onboarding-config-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin: 14px 0 0;
}

.hr-onboarding-config-card {
  margin-top: 12px;
}

.hr-onboarding-subsection {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(96, 165, 250, 0.16);
}

.hr-onboarding-subsection-head h2 {
  font-size: 18px;
}

.hr-salary-config-row {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) minmax(160px, 0.8fr) auto;
}

.hr-salary-config-meta,
.hr-salary-preview-value {
  min-width: 0;
}

.hr-salary-config-meta input {
  width: 100%;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.9);
  color: #f8fafc;
  font-size: 14px;
}

.hr-salary-config-actions {
  display: flex;
  justify-content: flex-end;
}

.hr-salary-preview-table {
  margin-top: 16px;
}

.hr-salary-preview-row {
  grid-template-columns: 180px minmax(0, 1fr) minmax(0, 1fr);
}

.hr-onboarding-config-footer {
  justify-content: space-between;
}

.json-panel {
  margin: 16px 0 0;
  padding: 16px;
  overflow: auto;
  border-radius: 14px;
  background: #0f172a;
  color: #e2e8f0;
  font-size: 12px;
  line-height: 1.65;
}

@media (max-width: 960px) {
  .onboarding-grid,
  .hr-onboarding-toolbar,
  .hr-onboarding-layout,
  .mapping-row,
  .preview-row,
  .attachment-grid,
  .beisen-check-list {
    grid-template-columns: 1fr;
  }

  .public-onboarding-card {
    padding: 18px;
  }

  .public-onboarding-hero {
    padding: 24px;
  }

  .hr-onboarding-detail-head {
    flex-direction: column;
  }

  .onboarding-footer,
  .hr-onboarding-actions {
    flex-direction: column;
    justify-content: stretch;
  }

  .hr-onboarding-list {
    height: auto;
    max-height: none;
  }
}

@media (max-width: 720px) {
  .public-onboarding-shell {
    padding: 12px 10px 30px;
  }

  .public-onboarding-card {
    padding: 14px;
    border-radius: 22px;
  }

  .public-onboarding-hero {
    margin-bottom: 16px;
    padding: 22px 18px 18px;
    border-radius: 20px;
  }

  .public-onboarding-hero h1 {
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 1.12;
  }

  .public-onboarding-hero p,
  .onboarding-section-head p,
  .onboarding-field small,
  .onboarding-search-meta {
    font-size: 13px;
    line-height: 1.65;
  }

  .onboarding-section {
    margin-top: 14px;
    padding: 16px;
    border-radius: 18px;
  }

  .onboarding-section-head h2 {
    font-size: 18px;
  }

  .onboarding-grid {
    gap: 12px;
    margin-top: 14px;
  }

  .onboarding-history-card {
    padding: 12px;
  }

  .onboarding-field-stack {
    gap: 8px;
    overflow: hidden;
  }

  .onboarding-field > span {
    font-size: 15px;
  }

  .onboarding-field input,
  .onboarding-field select {
    min-height: 48px;
    padding: 12px 14px;
    font-size: 16px;
  }

  .captcha-row {
    flex-wrap: wrap;
    align-items: stretch;
  }

  .captcha-box {
    min-width: 120px;
  }

  .onboarding-footer {
    position: sticky;
    bottom: 0;
    z-index: 10;
    margin: 18px -4px 0;
    padding: 12px 4px 4px;
    background: linear-gradient(180deg, rgba(7, 17, 32, 0) 0%, rgba(7, 17, 32, 0.96) 42%);
  }

  .onboarding-primary-btn,
  .onboarding-secondary-btn {
    width: 100%;
    min-height: 48px;
    border-radius: 16px;
  }
}

@media (max-width: 480px) {
  .public-onboarding-shell {
    padding: 8px 8px 24px;
  }

  .public-onboarding-card {
    padding: 12px;
    border-radius: 18px;
  }

  .public-onboarding-hero {
    padding: 18px 16px 16px;
  }

  .public-onboarding-hero h1 {
    font-size: 25px;
  }

  .onboarding-section {
    padding: 14px;
  }

  .captcha-row .onboarding-secondary-btn {
    width: auto;
    min-width: 120px;
  }

  .onboarding-field,
  .onboarding-field-stack,
  .onboarding-field-stack > *,
  .onboarding-field input,
  .onboarding-field select {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .onboarding-field-stack input,
  .onboarding-field-stack select {
    display: block;
    padding-inline: 12px;
    font-size: 14px;
    white-space: nowrap;
  }

  .onboarding-search-meta,
  .onboarding-inline-note,
  .onboarding-field small {
    overflow-wrap: anywhere;
  }
}

.app-container .hr-onboarding-shell {
  --hr-board-text: #e5eefc;
  --hr-board-text-strong: #f8fbff;
  --hr-board-muted: rgba(219, 234, 254, 0.78);
  --hr-board-border: rgba(96, 165, 250, 0.18);
  --hr-board-panel-bg:
    linear-gradient(180deg, rgba(24, 40, 77, 0.86), rgba(18, 31, 64, 0.92)),
    linear-gradient(135deg, rgba(30, 64, 175, 0.16), rgba(14, 165, 233, 0.08));
  --hr-board-panel-shadow: 0 18px 38px rgba(3, 10, 26, 0.22);
  --hr-board-item-bg: rgba(17, 29, 58, 0.5);
  --hr-board-item-active-bg: linear-gradient(135deg, rgba(43, 79, 191, 0.42), rgba(14, 165, 233, 0.22));
  --hr-board-section-bg: linear-gradient(180deg, rgba(11, 20, 39, 0.96), rgba(8, 15, 31, 0.98));
  --hr-board-section-border: rgba(96, 165, 250, 0.14);
  --hr-board-surface: rgba(16, 24, 45, 0.94);
  --hr-board-surface-alt: rgba(21, 31, 54, 0.96);
  --hr-board-input-bg: rgba(15, 23, 42, 0.88);
  --hr-board-input-border: rgba(148, 163, 184, 0.24);
  --hr-board-input-text: #f8fafc;
  --hr-board-json-bg: #0b1426;
}

.app-container.theme-light .hr-onboarding-shell {
  --hr-board-text: #3d4a5c;
  --hr-board-text-strong: #233041;
  --hr-board-muted: rgba(83, 95, 112, 0.86);
  --hr-board-border: rgba(212, 197, 176, 0.9);
  --hr-board-panel-bg: linear-gradient(180deg, rgba(252, 248, 242, 0.98), rgba(242, 234, 223, 0.97));
  --hr-board-panel-shadow: 0 14px 32px rgba(120, 97, 73, 0.08);
  --hr-board-item-bg: linear-gradient(180deg, rgba(251, 246, 239, 0.96), rgba(241, 232, 220, 0.94));
  --hr-board-item-active-bg: linear-gradient(135deg, rgba(223, 238, 255, 0.98), rgba(202, 224, 247, 0.94));
  --hr-board-section-bg: linear-gradient(180deg, rgba(255, 252, 247, 0.98), rgba(246, 240, 231, 0.97));
  --hr-board-section-border: rgba(220, 207, 188, 0.92);
  --hr-board-surface: rgba(255, 252, 247, 0.98);
  --hr-board-surface-alt: rgba(248, 242, 234, 0.98);
  --hr-board-input-bg: rgba(255, 251, 246, 0.98);
  --hr-board-input-border: rgba(212, 197, 176, 0.92);
  --hr-board-input-text: #2f3d4f;
  --hr-board-input-placeholder: rgba(95, 80, 66, 0.62);
  --hr-board-input-disabled-bg: rgba(242, 234, 223, 0.96);
  --hr-board-input-disabled-text: rgba(95, 80, 66, 0.78);
  --hr-board-json-bg: #1e293b;
}

.app-container.theme-light .hr-onboarding-list {
  scrollbar-color: rgba(128, 103, 74, 0.82) rgba(214, 199, 177, 0.42);
  color-scheme: light;
}

.app-container.theme-light .hr-onboarding-list::-webkit-scrollbar-track {
  background: rgba(214, 199, 177, 0.42);
}

.app-container.theme-light .hr-onboarding-list::-webkit-scrollbar-thumb {
  border-color: rgba(248, 242, 232, 0.88);
  background: rgba(128, 103, 74, 0.82);
}

.app-container.theme-light .hr-onboarding-list::-webkit-scrollbar-thumb:hover {
  background: rgba(150, 120, 84, 0.94);
}

.app-container.theme-dark .hr-onboarding-shell {
  --hr-board-text: #dbeafe;
  --hr-board-text-strong: #f8fbff;
  --hr-board-muted: rgba(219, 234, 254, 0.76);
}

.app-container .hr-onboarding-detail .searchable-select-menu {
  border-color: var(--hr-board-section-border);
  background: var(--hr-board-surface-alt);
}

.app-container .hr-onboarding-detail .searchable-select-option,
.app-container .hr-onboarding-detail .searchable-select-empty {
  color: var(--hr-board-text);
}

.app-container .hr-onboarding-detail .searchable-select-option:hover,
.app-container .hr-onboarding-detail .searchable-select-option.is-selected {
  background: rgba(59, 130, 246, 0.22);
}

.app-container .hr-onboarding-toolbar.card,
.app-container .hr-onboarding-list.card,
.app-container .hr-onboarding-detail.card {
  border-color: var(--hr-board-border);
  background: var(--hr-board-panel-bg);
  box-shadow: var(--hr-board-panel-shadow);
}

.app-container .hr-onboarding-list,
.app-container .hr-onboarding-detail,
.app-container .toolbar-title,
.app-container .hr-onboarding-toolbar label,
.app-container .section-mini-title,
.app-container .hr-onboarding-item,
.app-container .hr-onboarding-detail-head p,
.app-container .hr-onboarding-detail .muted-line {
  color: var(--hr-board-text);
}

.app-container .toolbar-title strong,
.app-container .hr-onboarding-item strong,
.app-container .hr-onboarding-detail-head h2,
.app-container .hr-onboarding-detail .onboarding-section-head h2,
.app-container .hr-onboarding-detail .mapping-label,
.app-container .hr-onboarding-detail .preview-column,
.app-container .hr-onboarding-detail .preview-header,
.app-container .hr-onboarding-detail .attachment-tile strong,
.app-container .hr-onboarding-detail .beisen-check-pill strong {
  color: var(--hr-board-text-strong);
}

.app-container .toolbar-title span,
.app-container .hr-onboarding-detail .onboarding-section-head p,
.app-container .hr-onboarding-detail .onboarding-field small,
.app-container .hr-onboarding-detail .mapping-value,
.app-container .hr-onboarding-detail .preview-value,
.app-container .hr-onboarding-detail .attachment-tile span,
.app-container .hr-onboarding-detail-head .eyebrow,
.app-container .section-mini-title,
.app-container .muted-line {
  color: var(--hr-board-muted);
}

.app-container .hr-onboarding-item {
  border-color: var(--hr-board-border);
  background: var(--hr-board-item-bg);
}

.app-container .hr-onboarding-item.is-active {
  background: var(--hr-board-item-active-bg);
  border-color: rgba(96, 165, 250, 0.52);
}

.app-container .hr-onboarding-detail .onboarding-section {
  border-color: var(--hr-board-section-border);
  background: var(--hr-board-section-bg);
}

.app-container .hr-onboarding-detail .attachment-tile,
.app-container .hr-onboarding-detail .mapping-row,
.app-container .hr-onboarding-detail .preview-row,
.app-container .hr-onboarding-detail .beisen-check-pill {
  border-color: var(--hr-board-section-border);
  background: var(--hr-board-surface);
  color: var(--hr-board-text);
}

.app-container .hr-onboarding-detail .beisen-check-green {
  border-color: rgba(34, 197, 94, 0.42);
  background: rgba(20, 83, 45, 0.28);
}

.app-container .hr-onboarding-detail .beisen-check-red {
  border-color: rgba(248, 113, 113, 0.46);
  background: rgba(127, 29, 29, 0.28);
}

.app-container .hr-onboarding-detail .mapping-editor input,
.app-container .hr-onboarding-detail .hr-salary-config-meta input,
.app-container .hr-onboarding-detail .onboarding-field input,
.app-container .hr-onboarding-detail .onboarding-field select,
.app-container .hr-onboarding-toolbar input,
.app-container .hr-onboarding-toolbar select {
  border-color: var(--hr-board-input-border);
  background: var(--hr-board-input-bg);
  color: var(--hr-board-input-text);
}

.app-container .hr-onboarding-detail .onboarding-field > span,
.app-container .hr-onboarding-detail .onboarding-field.is-optional > span,
.app-container .hr-onboarding-toolbar label > span {
  color: var(--hr-board-text-strong);
}

.app-container.theme-light .hr-onboarding-detail input::placeholder,
.app-container.theme-light .hr-onboarding-toolbar input::placeholder {
  color: var(--hr-board-input-placeholder);
  opacity: 1;
}

.app-container.theme-light .hr-onboarding-detail .mapping-editor input:disabled,
.app-container.theme-light .hr-onboarding-detail .hr-salary-config-meta input:disabled,
.app-container.theme-light .hr-onboarding-detail .onboarding-field input:disabled,
.app-container.theme-light .hr-onboarding-toolbar input:disabled,
.app-container.theme-light .hr-onboarding-toolbar select:disabled {
  border-color: var(--hr-board-input-border);
  background: var(--hr-board-input-disabled-bg);
  color: var(--hr-board-input-disabled-text);
  -webkit-text-fill-color: var(--hr-board-input-disabled-text);
  opacity: 1;
  cursor: not-allowed;
}

.app-container.theme-light .hr-onboarding-detail .onboarding-inline-note {
  border-color: rgba(92, 136, 171, 0.24);
  background: rgba(92, 136, 171, 0.14);
  color: #426177;
}

.app-container.theme-light .hr-onboarding-detail .onboarding-error {
  border-color: rgba(185, 28, 28, 0.24);
  background: rgba(254, 226, 226, 0.92);
  color: #7f1d1d;
}

.app-container.theme-light .hr-onboarding-detail .beisen-check-green {
  border-color: rgba(22, 163, 74, 0.32);
  background: rgba(220, 252, 231, 0.88);
}

.app-container.theme-light .hr-onboarding-detail .beisen-check-red {
  border-color: rgba(220, 38, 38, 0.3);
  background: rgba(254, 226, 226, 0.88);
}

.app-container .hr-onboarding-detail .json-panel {
  background: var(--hr-board-json-bg);
}

.app-container.theme-light .hr-onboarding-actions .onboarding-secondary-btn {
  border-color: rgba(182, 162, 134, 0.92);
  background: linear-gradient(180deg, rgba(251, 245, 237, 0.98), rgba(242, 233, 221, 0.96));
  color: #334155;
}

.app-container.theme-light .hr-onboarding-actions .onboarding-secondary-btn:hover {
  border-color: rgba(166, 145, 118, 0.96);
  background: linear-gradient(180deg, rgba(248, 240, 229, 0.98), rgba(237, 227, 213, 0.96));
  color: #1f2937;
}

.app-container.theme-light .hr-onboarding-detail .json-panel,
.app-container.theme-light .hr-onboarding-detail .mapping-row,
.app-container.theme-light .hr-onboarding-detail .preview-row,
.app-container.theme-light .hr-onboarding-detail .attachment-tile {
  color: #2f3d4f;
}

/* HeroUI refresh for the HR onboarding review workspace. */
.hr-onboarding-hero-toolbar {
  grid-template-columns: 150px 190px minmax(360px, 1fr) 150px 150px 94px;
  grid-template-areas:
    "title active active active active active"
    "status owner keyword start-date end-date actions";
  align-items: end;
  gap: 8px 12px;
  position: sticky;
  top: 76px;
  z-index: 14;
  padding: 12px 14px;
  border-color: rgba(126, 167, 255, 0.24);
  background: linear-gradient(180deg, rgba(24, 50, 98, 0.97), rgba(16, 36, 75, 0.95));
  box-shadow: 0 14px 30px rgba(3, 10, 26, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
}

.hr-onboarding-hero-toolbar .toolbar-title {
  grid-area: title;
  align-self: center;
  min-width: 0;
}

.hr-onboarding-status-filter {
  grid-area: status;
}

.hr-onboarding-owner-filter {
  grid-area: owner;
}

.hr-onboarding-keyword-filter {
  grid-area: keyword;
}

.hr-onboarding-date-from-filter {
  grid-area: start-date;
}

.hr-onboarding-date-to-filter {
  grid-area: end-date;
}

.toolbar-title-row,
.hr-onboarding-detail-title-row,
.hr-onboarding-list-head,
.hr-onboarding-item-meta {
  display: flex;
  align-items: center;
}

.toolbar-title-row {
  gap: 9px;
}

.onboarding-count-chip.chip,
.onboarding-loading-chip.chip,
.onboarding-status-chip.chip,
.onboarding-progress-chip.chip {
  flex: 0 0 auto;
  font-family: inherit;
  font-weight: 800;
}

.onboarding-count-chip.chip {
  border: 1px solid rgba(127, 172, 255, 0.34);
  background: rgba(81, 132, 230, 0.2);
  color: #eaf2ff;
}

.hr-onboarding-owner-filter .onboarding-hero-combobox-group {
  min-height: var(--hr-toolbar-control-height, 38px);
  height: var(--hr-toolbar-control-height, 38px);
  border-radius: var(--hr-toolbar-control-radius, 11px);
  border-color: rgba(120, 160, 255, 0.28);
  background: linear-gradient(180deg, rgba(13, 28, 62, 0.96), rgba(11, 23, 51, 0.94));
}

.hr-onboarding-owner-filter .onboarding-hero-combobox-trigger.button {
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
}

.hr-onboarding-toolbar-actions {
  grid-area: actions;
  display: flex;
  align-items: end;
  min-height: var(--hr-toolbar-control-height, 38px);
}

.hr-onboarding-toolbar-actions .button {
  width: 100%;
}

.hr-onboarding-active-filters {
  grid-area: active;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  min-height: 28px;
  min-width: 0;
}

.hr-onboarding-active-filters > span {
  margin-right: 2px;
  color: rgba(185, 206, 239, 0.78);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.hr-onboarding-config-actions {
  margin: 0;
}

.onboarding-hero-button.button {
  width: auto;
  min-width: fit-content;
  min-height: 38px;
  height: 38px;
  padding: 0 14px;
  border-radius: 11px;
  border: 1px solid rgba(126, 167, 255, 0.3);
  color: #f5f8ff;
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  box-shadow: none;
}

.onboarding-hero-button-quiet.button {
  background: linear-gradient(180deg, rgba(26, 48, 91, 0.9), rgba(15, 31, 65, 0.92));
}

.onboarding-hero-button-quiet.button:hover,
.onboarding-hero-button-quiet.button[data-hovered="true"] {
  border-color: rgba(143, 181, 255, 0.58);
  background: linear-gradient(180deg, rgba(38, 68, 127, 0.96), rgba(21, 42, 84, 0.96));
}

.onboarding-hero-button-primary.button {
  border-color: rgba(119, 179, 255, 0.64);
  background: linear-gradient(135deg, #3978e8, #238ddb);
  box-shadow: 0 9px 22px rgba(25, 94, 190, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.onboarding-hero-button-primary.button:hover,
.onboarding-hero-button-primary.button[data-hovered="true"] {
  background: linear-gradient(135deg, #4b87ef, #2b9bea);
}

.onboarding-hero-button-danger.button,
.hr-onboarding-item-delete.button {
  color: #fecaca;
  border-color: rgba(248, 113, 113, 0.34);
  background: rgba(127, 29, 29, 0.28);
}

.onboarding-hero-button.button[data-disabled="true"],
.hr-onboarding-item-delete.button[data-disabled="true"] {
  cursor: wait;
  opacity: 0.56;
}

.hr-onboarding-layout {
  grid-template-columns: 306px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
}

.hr-onboarding-list {
  position: sticky;
  top: 202px;
  height: auto;
  max-height: calc(100vh - 218px);
  overflow: hidden;
  padding: 14px 10px 10px 14px;
}

.hr-onboarding-list-head {
  justify-content: space-between;
  gap: 10px;
  padding: 2px 4px 10px 2px;
}

.hr-onboarding-list-head .section-mini-title {
  margin: 0 0 3px;
}

.hr-onboarding-list-head > div > span {
  color: var(--hr-board-muted);
  font-size: 12px;
}

.hr-onboarding-list-scroll {
  display: block;
  max-height: calc(100vh - 292px);
  padding-right: 4px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}

.hr-onboarding-list-scroll > .hr-onboarding-item {
  box-sizing: border-box;
  flex: 0 0 auto;
  min-height: 103px;
  margin-top: 8px;
  padding: 12px;
  border-radius: 13px;
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}

.hr-onboarding-item:first-child {
  margin-top: 0;
}

.hr-onboarding-item:hover,
.hr-onboarding-item:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(126, 167, 255, 0.44);
  outline: none;
  box-shadow: 0 10px 22px rgba(3, 10, 26, 0.16);
}

.hr-onboarding-item.is-active {
  box-shadow: 0 12px 28px rgba(3, 10, 26, 0.23), inset 3px 0 0 #7fa9ff;
}

.hr-onboarding-item-top {
  margin-bottom: 9px;
}

.hr-onboarding-item-top > strong {
  min-width: 0;
  overflow: hidden;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hr-onboarding-item-actions {
  gap: 5px;
}

.onboarding-status-chip.chip {
  min-width: 58px;
  justify-content: center;
  font-size: 11px;
}

.hr-onboarding-item-delete.button {
  min-width: 42px;
  width: auto;
  min-height: 26px;
  height: 26px;
  padding: 0 8px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 800;
}

.hr-onboarding-item-store {
  min-width: 0;
  overflow: hidden;
  color: var(--hr-board-text);
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hr-onboarding-item-meta {
  justify-content: space-between;
  gap: 8px;
  margin-top: 8px;
  color: var(--hr-board-muted);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}

.hr-onboarding-detail {
  padding: 20px;
}

.hr-onboarding-detail-head {
  align-items: center;
  padding: 2px 2px 16px;
}

.hr-onboarding-detail-identity {
  min-width: 240px;
}

.hr-onboarding-detail-title-row {
  flex-wrap: wrap;
  gap: 8px;
}

.hr-onboarding-detail-title-row h2 {
  margin: 0;
}

.hr-onboarding-detail-identity > p {
  margin: 7px 0 0;
}

.hr-onboarding-detail-head .hr-onboarding-actions {
  margin-top: 0;
}

.hr-onboarding-section-nav {
  position: sticky;
  top: 196px;
  z-index: 9;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0 -4px 10px;
  padding: 7px;
  border: 1px solid rgba(126, 167, 255, 0.18);
  border-radius: 12px;
  background: rgba(12, 26, 55, 0.88);
  box-shadow: 0 10px 26px rgba(3, 10, 26, 0.18);
  backdrop-filter: blur(16px);
}

.hr-onboarding-section-nav .button {
  width: auto;
  min-width: 0;
  min-height: 30px;
  height: 30px;
  padding: 0 11px;
  border-radius: 8px;
  color: rgba(218, 231, 252, 0.84);
  font-size: 12px;
  font-weight: 750;
}

.hr-onboarding-section-nav .button:hover,
.hr-onboarding-section-nav .button[data-hovered="true"] {
  color: #fff;
  background: rgba(80, 126, 218, 0.2);
}

.onboarding-section-anchor {
  scroll-margin-top: 244px;
}

.attachment-grid {
  gap: 10px;
}

.attachment-tile.onboarding-hero-attachment.button {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 72px;
  height: auto;
  padding: 13px 14px;
  border-radius: 13px;
  border-color: var(--hr-board-section-border);
  background: var(--hr-board-surface);
  text-align: left;
  box-shadow: none;
}

.attachment-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  color: #ddebff;
  background: rgba(65, 111, 202, 0.26);
  font-size: 13px;
  font-weight: 850;
}

.attachment-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.attachment-copy > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.attachment-open {
  color: #96b9f5;
  font-size: 12px;
  font-weight: 750;
}

.onboarding-id-preview-backdrop {
  z-index: 120000;
  background: rgba(2, 7, 18, 0.86);
  backdrop-filter: blur(12px);
}

.onboarding-id-preview-container {
  box-sizing: border-box;
  padding: clamp(12px, 2.2vw, 28px);
}

.onboarding-id-preview-dialog {
  position: relative;
  display: flex;
  width: min(94vw, 1440px);
  max-width: min(94vw, 1440px);
  height: min(92vh, 980px);
  max-height: 92vh;
  overflow: hidden;
  border: 1px solid rgba(126, 167, 255, 0.34);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(9, 18, 39, 0.99), rgba(5, 12, 27, 0.99));
  color: #eef4ff;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.62);
}

.onboarding-id-preview-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 18px 66px 16px 22px;
  border-bottom: 1px solid rgba(126, 167, 255, 0.2);
}

.onboarding-id-preview-heading {
  margin: 0;
  color: inherit;
  font-size: 19px;
  font-weight: 850;
}

.onboarding-id-preview-header > span {
  color: rgba(207, 222, 248, 0.72);
  font-size: 12px;
}

.onboarding-id-preview-close {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(126, 167, 255, 0.3);
  border-radius: 11px;
  background: rgba(27, 52, 100, 0.76);
  color: #f8fbff;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.onboarding-id-preview-close:hover,
.onboarding-id-preview-close[data-hovered="true"] {
  border-color: rgba(148, 184, 255, 0.62);
  background: rgba(47, 83, 151, 0.9);
}

.onboarding-id-preview-body {
  display: grid;
  flex: 1 1 auto;
  min-height: 0;
  place-items: center;
  overflow: auto;
  padding: 20px;
  background:
    linear-gradient(45deg, rgba(255, 255, 255, 0.018) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.018) 75%),
    #030916;
  background-size: 24px 24px;
}

.onboarding-id-preview-image {
  display: block;
  max-width: 100%;
  max-height: calc(92vh - 174px);
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.42);
}

.onboarding-id-preview-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 14px 18px 16px;
  border-top: 1px solid rgba(126, 167, 255, 0.18);
}

body.theme-light .onboarding-id-preview-dialog {
  border-color: rgba(191, 165, 132, 0.68);
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.99), rgba(246, 239, 229, 0.99));
  color: #27364a;
  box-shadow: 0 34px 100px rgba(65, 49, 34, 0.34);
}

body.theme-light .onboarding-id-preview-header,
body.theme-light .onboarding-id-preview-footer {
  border-color: rgba(191, 165, 132, 0.34);
}

body.theme-light .onboarding-id-preview-header > span {
  color: rgba(74, 61, 49, 0.7);
}

body.theme-light .onboarding-id-preview-close {
  border-color: rgba(175, 145, 110, 0.48);
  background: rgba(232, 218, 200, 0.88);
  color: #27364a;
}

body.theme-light .onboarding-id-preview-body {
  background:
    linear-gradient(45deg, rgba(69, 50, 33, 0.025) 25%, transparent 25%, transparent 75%, rgba(69, 50, 33, 0.025) 75%),
    #ece5dc;
  background-size: 24px 24px;
}

@media (max-width: 720px) {
  .onboarding-id-preview-container {
    padding: 8px;
  }

  .onboarding-id-preview-dialog {
    width: calc(100vw - 16px);
    max-width: calc(100vw - 16px);
    height: calc(100vh - 16px);
    max-height: calc(100vh - 16px);
    border-radius: 16px;
  }

  .onboarding-id-preview-body {
    padding: 10px;
  }

  .onboarding-id-preview-image {
    max-height: calc(100vh - 166px);
  }
}

.onboarding-hero-input.input,
.onboarding-hero-select-trigger.select__trigger,
.onboarding-hero-combobox-group {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 44px;
  height: 44px;
  border: 1px solid var(--hr-board-input-border);
  border-radius: 12px;
  background: var(--hr-board-input-bg);
  color: var(--hr-board-input-text);
  font-family: inherit;
  font-size: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.onboarding-hero-input.input {
  padding: 10px 14px;
}

.onboarding-hero-input.input:hover,
.onboarding-hero-select-trigger.select__trigger:hover,
.onboarding-hero-select-trigger.select__trigger[data-hovered="true"],
.onboarding-hero-combobox-group:hover {
  border-color: rgba(126, 167, 255, 0.48);
}

.onboarding-hero-input.input:focus-visible,
.onboarding-hero-select-trigger.select__trigger[data-focus-visible="true"],
.onboarding-hero-combobox-group[data-focus-within="true"],
.onboarding-hero-combobox-group:focus-within {
  border-color: rgba(128, 174, 255, 0.82);
  outline: none;
  box-shadow: 0 0 0 3px rgba(91, 140, 238, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.onboarding-hero-input.input[readonly] {
  color: #a9c9ff;
  background: var(--hr-board-surface-alt);
}

.onboarding-hero-input.input:disabled {
  cursor: not-allowed;
  opacity: 0.54;
}

.onboarding-hero-select {
  width: 100%;
  min-width: 0;
}

.onboarding-hero-select-trigger.select__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  padding: 0 12px 0 14px;
  text-align: left;
}

.onboarding-hero-select-value {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.onboarding-hero-select-indicator {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  color: #9cb9ea;
}

.onboarding-hero-combobox-group {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.onboarding-hero-combobox-input.input {
  min-width: 0;
  flex: 1 1 auto;
  height: 100%;
  padding: 0 4px 0 14px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  box-shadow: none;
}

.onboarding-hero-combobox-input.input:focus-visible {
  outline: none;
  box-shadow: none;
}

.onboarding-hero-combobox-trigger.button {
  flex: 0 0 auto;
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #9cb9ea;
  box-shadow: none;
}

.onboarding-hero-popover.select__popover,
.onboarding-hero-popover.combo-box__popover,
.onboarding-hero-popover.popover {
  z-index: 1200;
  width: max(var(--trigger-width), 280px);
  max-height: 320px;
  overflow: auto;
  padding: 6px;
  color-scheme: dark;
  border: 1px solid rgba(126, 167, 255, 0.3);
  border-radius: 12px;
  background: rgba(13, 29, 63, 0.99);
  color: #eef4ff;
  box-shadow: 0 20px 46px rgba(3, 8, 22, 0.44);
  backdrop-filter: blur(18px);
}

.onboarding-hero-listbox.list-box {
  display: grid;
  gap: 3px;
  padding: 0;
  outline: none;
}

.onboarding-hero-option.list-box-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 36px;
  padding: 8px 10px;
  border-radius: 8px;
  color: inherit;
  cursor: pointer;
}

.onboarding-hero-option.list-box-item:hover,
.onboarding-hero-option.list-box-item[data-hovered="true"],
.onboarding-hero-option.list-box-item[data-focused="true"] {
  background: rgba(91, 140, 238, 0.2);
}

.onboarding-hero-option.list-box-item[data-selected="true"] {
  background: rgba(91, 140, 238, 0.3);
  color: #fff;
}

.onboarding-hero-option-indicator {
  color: #9fc1ff;
}

.searchable-select-empty {
  padding: 12px 10px;
  color: var(--hr-board-muted);
  font-size: 13px;
}

.app-container.theme-light .hr-onboarding-hero-toolbar {
  border-color: rgba(208, 190, 166, 0.96);
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.98), rgba(244, 237, 227, 0.96));
  box-shadow: 0 14px 30px rgba(108, 85, 62, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.app-container.theme-light .onboarding-count-chip.chip {
  border-color: rgba(190, 161, 126, 0.6);
  background: rgba(210, 187, 156, 0.24);
  color: var(--light-text-strong);
}

.app-container.theme-light .onboarding-hero-button-quiet.button {
  border-color: rgba(190, 161, 126, 0.64);
  background: linear-gradient(180deg, rgba(251, 245, 237, 0.98), rgba(239, 229, 216, 0.97));
  color: var(--light-text-strong);
}

.app-container.theme-light .onboarding-hero-button-primary.button {
  border-color: rgba(164, 124, 78, 0.68);
  background: linear-gradient(180deg, rgba(202, 165, 119, 0.98), rgba(177, 137, 89, 0.98));
  color: #fffdf9;
}

.app-container.theme-light .hr-onboarding-section-nav {
  border-color: rgba(208, 190, 166, 0.9);
  background: rgba(255, 250, 243, 0.93);
  box-shadow: 0 10px 24px rgba(108, 85, 62, 0.12);
}

.app-container.theme-light .hr-onboarding-section-nav .button {
  color: var(--light-text);
}

.app-container.theme-light .hr-onboarding-section-nav .button:hover,
.app-container.theme-light .hr-onboarding-section-nav .button[data-hovered="true"] {
  color: var(--light-text-strong);
  background: rgba(207, 184, 153, 0.22);
}

.app-container.theme-light .onboarding-hero-input.input,
.app-container.theme-light .onboarding-hero-select-trigger.select__trigger,
.app-container.theme-light .onboarding-hero-combobox-group {
  color-scheme: light;
  border-color: var(--hr-board-input-border);
  background: var(--hr-board-input-bg);
  color: var(--hr-board-input-text);
  box-shadow: 0 5px 14px rgba(120, 97, 73, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.app-container.theme-light .onboarding-hero-combobox-input.input {
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.theme-light .onboarding-hero-popover.select__popover,
body.theme-light .onboarding-hero-popover.combo-box__popover,
body.theme-light .onboarding-hero-popover.popover,
.app-container.theme-light .onboarding-hero-popover.select__popover,
.app-container.theme-light .onboarding-hero-popover.combo-box__popover,
.app-container.theme-light .onboarding-hero-popover.popover {
  color-scheme: light;
  border-color: rgba(212, 197, 176, 0.96);
  background: rgba(255, 250, 243, 0.99);
  color: var(--light-text-strong, #27364a);
  box-shadow: 0 18px 44px rgba(95, 80, 66, 0.2);
}

.app-container.theme-light .attachment-icon {
  color: #385f86;
  background: rgba(92, 136, 171, 0.16);
}

.app-container.theme-light .attachment-open {
  color: #4d718f;
}

@media (max-width: 1540px) {
  .hr-onboarding-hero-toolbar {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-areas:
      "title active active active"
      "status owner keyword keyword"
      "start-date end-date actions actions";
  }

  .hr-onboarding-toolbar-actions {
    min-height: 38px;
  }

  .hr-onboarding-list,
  .hr-onboarding-section-nav {
    top: 248px;
  }

  .hr-onboarding-list {
    max-height: calc(100vh - 264px);
  }

  .hr-onboarding-list-scroll {
    max-height: calc(100vh - 338px);
  }
}

@media (max-width: 1120px) {
  .hr-onboarding-layout {
    grid-template-columns: 270px minmax(0, 1fr);
  }

  .hr-onboarding-detail-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 960px) {
  .hr-onboarding-hero-toolbar {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "active"
      "status"
      "owner"
      "keyword"
      "start-date"
      "end-date"
      "actions";
    position: static;
  }

  .hr-onboarding-list,
  .hr-onboarding-section-nav {
    position: static;
  }

  .hr-onboarding-list,
  .hr-onboarding-list-scroll {
    max-height: none;
  }

  .hr-onboarding-config-actions,
  .hr-onboarding-detail-head .hr-onboarding-actions {
    align-items: stretch;
  }

  .hr-onboarding-config-actions .button,
  .hr-onboarding-detail-head .hr-onboarding-actions .button {
    flex: 1 1 180px;
  }
}

@media (max-width: 720px) {
  .hr-onboarding-config-actions {
    flex-direction: column;
  }

  .hr-onboarding-config-actions .button,
  .hr-onboarding-actions .onboarding-hero-button.button {
    width: 100%;
  }

  .attachment-tile.onboarding-hero-attachment.button {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .attachment-open {
    display: none;
  }
}
.hr-staffing-board {
  display: grid;
  gap: 16px;
  color: #eef4ff;
}

.hr-staffing-toolbar,
.hr-staffing-table-card {
  border: 1px solid rgba(116, 151, 230, 0.2);
  box-shadow: 0 18px 46px rgba(3, 12, 35, 0.18);
}

.hr-staffing-toolbar {
  padding: 15px 16px;
  border-radius: 16px;
  display: grid;
  grid-template-columns:
    minmax(160px, 0.75fr)
    minmax(170px, 0.85fr)
    minmax(190px, 0.95fr)
    minmax(260px, 1.6fr)
    auto;
  align-items: end;
  gap: 12px;
  background: rgba(17, 38, 82, 0.82);
}

.hr-staffing-toolbar-actions {
  display: flex;
  align-items: end;
  min-height: 42px;
}

.hr-staffing-message {
  padding: 11px 14px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 650;
}

.hr-staffing-message.is-error {
  border: 1px solid rgba(251, 113, 133, 0.35);
  color: #fecdd3;
  background: rgba(127, 29, 29, 0.28);
}

.hr-staffing-message.is-success {
  border: 1px solid rgba(52, 211, 153, 0.34);
  color: #a7f3d0;
  background: rgba(6, 78, 59, 0.3);
}

.hr-staffing-table-card {
  border-radius: 18px;
  overflow: hidden;
  background: rgba(17, 38, 82, 0.82);
}

.hr-staffing-table-head {
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(116, 151, 230, 0.16);
}

.hr-staffing-table-head h3 {
  margin: 3px 0 0;
  font-size: 18px;
}

.hr-staffing-table-head > div:last-child {
  padding: 6px 10px;
  border-radius: 999px;
  color: rgba(218, 230, 255, 0.72);
  font-size: 12px;
  background: rgba(47, 83, 155, 0.35);
}

.hr-staffing-table-wrap {
  overflow: auto;
}

.hr-staffing-table-wrap table {
  width: 100%;
  min-width: 1230px;
  border-collapse: collapse;
}

.hr-staffing-table-wrap th,
.hr-staffing-table-wrap td {
  padding: 13px 14px;
  border-bottom: 1px solid rgba(104, 139, 209, 0.12);
  text-align: left;
  vertical-align: middle;
  font-size: 12px;
}

.hr-staffing-table-wrap th {
  position: sticky;
  top: 0;
  z-index: 1;
  color: rgba(166, 193, 244, 0.82);
  font-size: 11px;
  font-weight: 800;
  background: #173266;
}

.hr-staffing-table-wrap tbody tr:hover {
  background: rgba(76, 113, 190, 0.09);
}

.hr-staffing-table-wrap td strong,
.hr-staffing-table-wrap td span {
  display: block;
}

.hr-staffing-table-wrap td > span,
.hr-staffing-table-wrap td > small {
  margin-top: 3px;
  color: rgba(199, 215, 246, 0.58);
  font-size: 10px;
}

.hr-staffing-table-wrap td.is-number {
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.hr-staffing-table-wrap td.is-effective {
  color: #86efac;
  font-size: 18px;
  font-weight: 850;
}

.hr-staffing-quota-input {
  width: 116px;
}

.hr-staffing-source {
  width: fit-content;
  padding: 5px 8px;
  border-radius: 999px;
  font-size: 10px !important;
  font-weight: 800;
}

.hr-staffing-source.is-confirmed {
  color: #a7f3d0 !important;
  background: rgba(16, 185, 129, 0.17);
}

.hr-staffing-source.is-default {
  color: #bfdbfe !important;
  background: rgba(59, 130, 246, 0.17);
}

.hr-staffing-row-actions {
  display: flex;
  gap: 7px;
  min-width: 170px;
}

.hr-staffing-empty {
  padding: 32px !important;
  text-align: center !important;
  color: rgba(203, 218, 247, 0.62);
}

body.theme-light .hr-staffing-board {
  color: #382f27;
}

body.theme-light .hr-staffing-toolbar,
body.theme-light .hr-staffing-table-card {
  border-color: rgba(180, 154, 124, 0.3);
  color: #44392f;
  background: rgba(255, 250, 242, 0.94);
  box-shadow: 0 15px 36px rgba(100, 76, 50, 0.09);
}

body.theme-light .hr-staffing-table-head > div:last-child,
body.theme-light .hr-staffing-table-wrap td > span,
body.theme-light .hr-staffing-table-wrap td > small {
  color: rgba(76, 61, 48, 0.64);
}

body.theme-light .hr-staffing-table-wrap th {
  color: #655445;
  background: #eee1d0;
}

body.theme-light .hr-staffing-table-wrap th,
body.theme-light .hr-staffing-table-wrap td {
  border-bottom-color: rgba(168, 140, 109, 0.18);
}

@media (max-width: 1120px) {
  .hr-staffing-toolbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 720px) {
  .hr-staffing-toolbar {
    grid-template-columns: 1fr;
  }
}
.hr-weekly-board {
  --weekly-ink: #eef5ff;
  --weekly-muted: #93a8c8;
  --weekly-line: rgba(122, 155, 205, 0.2);
  --weekly-card: rgba(14, 31, 64, 0.82);
  --weekly-card-strong: rgba(18, 40, 82, 0.94);
  display: grid;
  gap: 16px;
  padding: 2px 0 10px;
  color: var(--weekly-ink);
}

.hr-weekly-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  min-height: 72px;
  padding: 12px 18px;
  border: 1px solid rgba(103, 156, 255, 0.25);
  border-radius: 18px;
  background:
    radial-gradient(circle at 82% 30%, rgba(54, 211, 153, 0.18), transparent 28%),
    radial-gradient(circle at 0 0, rgba(64, 126, 255, 0.28), transparent 42%),
    linear-gradient(135deg, rgba(17, 42, 88, 0.98), rgba(8, 25, 55, 0.98));
  box-shadow: 0 24px 60px rgba(1, 10, 28, 0.22);
}

.hr-weekly-hero::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -80px;
  width: 260px;
  height: 180px;
  border: 1px solid rgba(126, 177, 255, 0.18);
  border-radius: 50%;
  transform: rotate(-12deg);
}

.hr-weekly-hero h2 {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.hr-weekly-period-chip {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2px;
  min-width: 168px;
  padding: 8px 13px;
  border: 1px solid rgba(134, 187, 255, 0.28);
  border-radius: 14px;
  background: rgba(5, 22, 50, 0.56);
  backdrop-filter: blur(10px);
}

.hr-weekly-period-chip span {
  color: #70e0c2;
  font-size: 16px;
  font-weight: 800;
}

.hr-weekly-period-chip strong {
  color: #b7c7dd;
  font-size: 11px;
  font-weight: 600;
}

.hr-weekly-filter-card {
  padding: 16px;
  border: 1px solid var(--weekly-line);
  border-radius: 17px;
  background: var(--weekly-card);
  box-shadow: 0 18px 42px rgba(2, 12, 32, 0.16);
}

.hr-weekly-filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 2px 14px;
}

.hr-weekly-filter-head > div:first-child {
  display: grid;
  gap: 3px;
}

.hr-weekly-filter-head > div:first-child > span {
  color: #65dfbf;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.hr-weekly-filter-head strong {
  color: #edf5ff;
  font-size: 14px;
}

.hr-weekly-filter-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hr-weekly-filter-meta > span,
.hr-weekly-filter-meta > button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(114, 157, 219, 0.2);
  border-radius: 999px;
  background: rgba(35, 68, 119, 0.28);
  color: #9eb4d2;
  font-size: 10px;
  font-weight: 750;
}

.hr-weekly-filter-meta > button {
  cursor: pointer;
  border-color: rgba(98, 214, 182, 0.26);
  background: rgba(28, 150, 123, 0.1);
  color: #6fe2c3;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.hr-weekly-filter-meta > button:hover {
  border-color: rgba(98, 214, 182, 0.48);
  background: rgba(28, 150, 123, 0.18);
}

.hr-weekly-filter-meta > button:active { transform: scale(0.97); }

.hr-weekly-filter-meta > span i,
.hr-weekly-spinner {
  width: 13px;
  height: 13px;
  border: 2px solid rgba(122, 173, 232, 0.28);
  border-top-color: #62d6b6;
  border-radius: 50%;
  animation: hr-weekly-spin 700ms linear infinite;
}

@keyframes hr-weekly-spin { to { transform: rotate(360deg); } }

.hr-weekly-toolbar {
  display: grid;
  grid-template-columns:
    minmax(160px, 0.85fr)
    minmax(160px, 0.85fr)
    minmax(170px, 0.95fr)
    minmax(320px, 2.2fr)
    auto;
  gap: 14px;
  align-items: end;
}

.hr-weekly-field {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.hr-weekly-field > label {
  padding-left: 2px;
  color: var(--weekly-muted);
  font-size: 11px;
  font-weight: 750;
}

.hr-weekly-control,
.hr-weekly-search-control {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  height: 44px;
  border: 1px solid rgba(116, 153, 209, 0.28);
  border-radius: 12px;
  background: rgba(6, 21, 49, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.hr-weekly-control:hover,
.hr-weekly-search-control:hover {
  border-color: rgba(126, 172, 238, 0.46);
  background: rgba(9, 27, 60, 0.84);
}

.hr-weekly-control:focus-within,
.hr-weekly-search-control:focus-within {
  border-color: rgba(95, 205, 178, 0.72);
  box-shadow: 0 0 0 3px rgba(52, 211, 153, 0.1);
}

.hr-weekly-control input,
.hr-weekly-control select,
.hr-weekly-search-control input {
  width: 100%;
  min-width: 0;
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--weekly-ink);
  font: inherit;
  font-size: 12px;
}

.hr-weekly-control input { padding: 0 12px; }
.hr-weekly-control input[type="date"] { color-scheme: dark; }

.hr-weekly-control select {
  appearance: none;
  color-scheme: dark;
  cursor: pointer;
  padding: 0 38px 0 12px;
}

.hr-weekly-control select option,
.hr-weekly-control select optgroup {
  background: #eef4ff;
  color: #173257;
}

.hr-weekly-control.is-select > svg {
  position: absolute;
  right: 13px;
  width: 16px;
  height: 16px;
  pointer-events: none;
  fill: none;
  stroke: #7891b5;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hr-weekly-search-control { padding: 0 8px 0 13px; }

.hr-weekly-search-control > svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #7891b5;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.hr-weekly-search-control input {
  padding: 0 10px;
}

.hr-weekly-search-control input::placeholder { color: #627a9e; }

.hr-weekly-search-control input::-webkit-search-cancel-button { display: none; }

.hr-weekly-search-control > button {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  padding: 0;
  cursor: pointer;
  border: 0;
  border-radius: 8px;
  background: rgba(109, 144, 197, 0.12);
  color: #9db1d0;
}

.hr-weekly-search-control > button:hover { background: rgba(109, 144, 197, 0.22); }

.hr-weekly-search-control > button svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
}

.hr-weekly-search-control kbd {
  flex: 0 0 auto;
  padding: 3px 7px;
  border: 1px solid rgba(116, 153, 209, 0.2);
  border-bottom-color: rgba(116, 153, 209, 0.34);
  border-radius: 6px;
  background: rgba(82, 116, 169, 0.1);
  color: #738bac;
  font-family: inherit;
  font-size: 9px;
  line-height: 1.3;
}

.hr-weekly-toolbar-actions {
  display: flex;
  align-items: flex-end;
  gap: 9px;
  min-height: 44px;
  margin-left: 2px;
  padding-left: 16px;
  border-left: 1px solid rgba(116, 153, 209, 0.18);
}

.hr-weekly-toolbar-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 108px;
  height: 44px;
  padding: 0 16px;
  cursor: pointer;
  border: 1px solid rgba(115, 155, 218, 0.28);
  border-radius: 12px;
  background: rgba(29, 58, 108, 0.5);
  color: #dceaff;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.hr-weekly-toolbar-actions button > svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hr-weekly-toolbar-actions button.is-secondary:hover:not(:disabled) {
  border-color: rgba(126, 172, 238, 0.5);
  background: rgba(39, 74, 132, 0.72);
}

.hr-weekly-toolbar-actions button.is-primary {
  border-color: rgba(86, 199, 174, 0.58);
  background: linear-gradient(135deg, #1ea98d, #267fbc);
  color: white;
  box-shadow: 0 8px 22px rgba(25, 150, 126, 0.18);
}

.hr-weekly-toolbar-actions button.is-primary:hover:not(:disabled) {
  border-color: rgba(110, 230, 199, 0.78);
  box-shadow: 0 10px 26px rgba(25, 150, 126, 0.26);
}

.hr-weekly-toolbar-actions button:active:not(:disabled) { transform: translateY(1px); }

.hr-weekly-toolbar-actions button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.hr-weekly-error {
  padding: 10px 14px;
  border: 1px solid rgba(244, 103, 103, 0.34);
  border-radius: 10px;
  background: rgba(142, 38, 51, 0.18);
  color: #ffb3b3;
  font-size: 12px;
}

.hr-weekly-metrics {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.hr-weekly-metric {
  position: relative;
  overflow: hidden;
  min-height: 124px;
  padding: 17px 18px;
  border: 1px solid var(--weekly-line);
  border-radius: 15px;
  background: var(--weekly-card-strong);
}

.hr-weekly-metric::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--metric-accent, #60a5fa);
}

.hr-weekly-metric::after {
  content: "";
  position: absolute;
  right: -26px;
  top: -30px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: var(--metric-glow, rgba(96, 165, 250, 0.14));
}

.hr-weekly-metric.is-green { --metric-accent: #34d399; --metric-glow: rgba(52, 211, 153, 0.15); }
.hr-weekly-metric.is-red { --metric-accent: #fb7185; --metric-glow: rgba(251, 113, 133, 0.15); }
.hr-weekly-metric.is-amber { --metric-accent: #f59e0b; --metric-glow: rgba(245, 158, 11, 0.15); }
.hr-weekly-metric.is-blue { --metric-accent: #60a5fa; --metric-glow: rgba(96, 165, 250, 0.15); }

.hr-weekly-metric-eyebrow {
  color: var(--weekly-muted);
  font-size: 11px;
  font-weight: 800;
}

.hr-weekly-metric-value {
  margin-top: 10px;
  color: #ffffff;
  font-size: 27px;
  font-weight: 850;
  line-height: 1;
}

.hr-weekly-metric-caption {
  margin-top: 12px;
  color: #8197b7;
  font-size: 10px;
}

.hr-weekly-insights {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 12px;
}

.hr-weekly-insight-card,
.hr-weekly-table-card {
  padding: 19px;
  border: 1px solid var(--weekly-line);
  border-radius: 16px;
  background: var(--weekly-card);
}

.hr-weekly-card-head,
.hr-weekly-table-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.hr-weekly-card-head > div,
.hr-weekly-table-head > div:first-child {
  display: grid;
  gap: 4px;
}

.hr-weekly-card-head span,
.hr-weekly-table-head span {
  color: #5ee0bd;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.hr-weekly-card-head strong {
  color: #f6f9ff;
  font-size: 16px;
}

.hr-weekly-card-head em,
.hr-weekly-table-head > div:last-child {
  color: var(--weekly-muted);
  font-size: 10px;
  font-style: normal;
}

.hr-weekly-flow-row {
  display: grid;
  grid-template-columns: 42px 1fr 34px;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
  color: #a8bad4;
  font-size: 12px;
}

.hr-weekly-flow-row > div {
  overflow: hidden;
  height: 9px;
  border-radius: 999px;
  background: rgba(103, 134, 183, 0.14);
}

.hr-weekly-flow-row i {
  display: block;
  min-width: 4px;
  height: 100%;
  border-radius: inherit;
}

.hr-weekly-flow-row i.is-entry { background: linear-gradient(90deg, #27c79d, #61e0bd); }
.hr-weekly-flow-row i.is-leave { background: linear-gradient(90deg, #ee5b75, #ff8a8a); }
.hr-weekly-flow-row strong { color: #f2f7ff; text-align: right; }

.hr-weekly-flow-note {
  margin-top: 18px;
  padding-top: 13px;
  border-top: 1px solid var(--weekly-line);
  color: var(--weekly-muted);
  font-size: 11px;
}

.hr-weekly-flow-note b { margin-left: 6px; color: #e9f3ff; font-size: 13px; }

.hr-weekly-management-body {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 22px;
  align-items: center;
  margin-top: 14px;
}

.hr-weekly-donut {
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  border-radius: 50%;
}

.hr-weekly-donut > div {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #10264e;
}

.hr-weekly-donut strong { color: white; font-size: 22px; line-height: 1; }
.hr-weekly-donut span { color: #859bb9; font-size: 9px; }

.hr-weekly-legend {
  display: grid;
  gap: 10px;
}

.hr-weekly-legend > div {
  display: grid;
  grid-template-columns: 8px 1fr auto;
  gap: 8px;
  align-items: center;
  color: #9db0ca;
  font-size: 11px;
}

.hr-weekly-legend i { width: 7px; height: 7px; border-radius: 50%; }
.hr-weekly-legend i.is-coach { background: #34d399; }
.hr-weekly-legend i.is-manager { background: #60a5fa; }
.hr-weekly-legend i.is-store-manager { background: #f59e0b; }
.hr-weekly-legend strong { color: #eef5ff; font-size: 13px; }

.hr-weekly-table-card { padding: 0; overflow: hidden; }
.hr-weekly-table-head { padding: 18px 20px 15px; }
.hr-weekly-table-head h3 { margin: 0; color: #f3f7ff; font-size: 17px; }
.hr-weekly-table-head > div:last-child { padding: 6px 10px; border-radius: 999px; background: rgba(78, 118, 183, 0.16); }
.hr-weekly-table-wrap { overflow: auto; border-top: 1px solid var(--weekly-line); }
.hr-weekly-table-wrap table { width: 100%; min-width: 1120px; border-collapse: collapse; }
.hr-weekly-table-wrap th {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 11px 12px;
  background: #112a55;
  color: #879dbd;
  font-size: 10px;
  font-weight: 800;
  text-align: left;
  white-space: nowrap;
}

.hr-weekly-table-wrap td {
  padding: 12px;
  border-top: 1px solid rgba(112, 145, 195, 0.12);
  color: #d8e4f7;
  font-size: 11px;
  vertical-align: middle;
}

.hr-weekly-table-wrap tbody tr:hover { background: rgba(54, 101, 174, 0.1); }
.hr-weekly-table-wrap td strong { display: block; color: #edf4ff; font-size: 11px; }
.hr-weekly-table-wrap td span:not(.hr-weekly-gap) { display: block; margin-top: 3px; color: #8096b6; font-size: 9px; }
.hr-weekly-table-wrap td.is-number { text-align: center; font-variant-numeric: tabular-nums; }
.hr-weekly-table-wrap td.is-entry-number { color: #55dab4; font-weight: 800; }
.hr-weekly-table-wrap td.is-leave-number { color: #fb8392; font-weight: 800; }

.hr-weekly-gap {
  display: inline-flex;
  align-items: center;
  min-width: 48px;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
}

.hr-weekly-gap.is-short { background: rgba(251, 113, 133, 0.13); color: #fb8d9b; }
.hr-weekly-gap.is-over { background: rgba(245, 158, 11, 0.13); color: #f5bd55; }
.hr-weekly-gap.is-full { background: rgba(52, 211, 153, 0.13); color: #5ad9b8; }
.hr-weekly-gap.is-muted { background: rgba(128, 150, 182, 0.12); color: #8ca0bc; }
.hr-weekly-empty { padding: 30px !important; color: var(--weekly-muted) !important; text-align: center; }

.hr-weekly-freshness {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: wrap;
  color: #7288a8;
  font-size: 9px;
}

.app-container.theme-light .hr-weekly-board {
  --weekly-ink: var(--light-text-strong);
  --weekly-muted: var(--light-text-soft);
  --weekly-line: rgba(190, 172, 149, 0.58);
  --weekly-card: rgba(255, 252, 247, 0.92);
  --weekly-card-strong: rgba(255, 253, 249, 0.96);
}

.app-container.theme-light .hr-weekly-hero {
  border-color: rgba(135, 157, 137, 0.45);
  background:
    radial-gradient(circle at 82% 30%, rgba(79, 128, 102, 0.16), transparent 28%),
    radial-gradient(circle at 0 0, rgba(183, 147, 94, 0.22), transparent 42%),
    linear-gradient(135deg, #f8f1e7, #eee5d7);
  box-shadow: var(--light-shadow-lg);
}

.app-container.theme-light .hr-weekly-hero h2 { color: var(--light-text-strong); }
.app-container.theme-light .hr-weekly-period-chip { border-color: var(--light-border); background: rgba(255, 250, 244, 0.78); }
.app-container.theme-light .hr-weekly-period-chip span { color: var(--light-accent); }
.app-container.theme-light .hr-weekly-period-chip strong { color: var(--light-text-soft); }
.app-container.theme-light .hr-weekly-filter-card { background: rgba(255, 250, 244, 0.88); box-shadow: var(--light-shadow-sm); }
.app-container.theme-light .hr-weekly-filter-head strong { color: var(--light-text-strong); }
.app-container.theme-light .hr-weekly-filter-head > div:first-child > span { color: var(--light-accent); }
.app-container.theme-light .hr-weekly-filter-meta > span { border-color: var(--light-border); background: rgba(238, 229, 217, 0.62); color: var(--light-text-soft); }
.app-container.theme-light .hr-weekly-filter-meta > button { border-color: rgba(159, 124, 82, 0.26); background: rgba(159, 124, 82, 0.08); color: var(--light-accent); }
.app-container.theme-light .hr-weekly-control,
.app-container.theme-light .hr-weekly-search-control { border-color: var(--light-border); background: rgba(255, 253, 249, 0.96); box-shadow: 0 1px 2px rgba(93, 68, 38, 0.04); }
.app-container.theme-light .hr-weekly-control:hover,
.app-container.theme-light .hr-weekly-search-control:hover { border-color: rgba(159, 124, 82, 0.42); background: #fffdf9; }
.app-container.theme-light .hr-weekly-control:focus-within,
.app-container.theme-light .hr-weekly-search-control:focus-within { border-color: rgba(159, 124, 82, 0.68); box-shadow: 0 0 0 3px rgba(159, 124, 82, 0.1); }
.app-container.theme-light .hr-weekly-control input,
.app-container.theme-light .hr-weekly-control select,
.app-container.theme-light .hr-weekly-search-control input { color: var(--light-text); }
.app-container.theme-light .hr-weekly-control input[type="date"] { color-scheme: light; }
.app-container.theme-light .hr-weekly-control select { color-scheme: light; }
.app-container.theme-light .hr-weekly-control select option,
.app-container.theme-light .hr-weekly-control select optgroup { background: #fffaf3; color: var(--light-text-strong); }
.app-container.theme-light .hr-weekly-control.is-select > svg,
.app-container.theme-light .hr-weekly-search-control > svg { stroke: #9a8468; }
.app-container.theme-light .hr-weekly-search-control input::placeholder { color: #aa9a86; }
.app-container.theme-light .hr-weekly-search-control kbd { border-color: var(--light-border); background: rgba(235, 224, 210, 0.62); color: #96836c; }
.app-container.theme-light .hr-weekly-search-control > button { background: rgba(159, 124, 82, 0.1); color: #8f795f; }
.app-container.theme-light .hr-weekly-toolbar-actions { border-left-color: var(--light-border); }
.app-container.theme-light .hr-weekly-toolbar-actions button.is-secondary { border-color: var(--light-border); background: rgba(244, 236, 226, 0.8); color: var(--light-text); }
.app-container.theme-light .hr-weekly-metric-value,
.app-container.theme-light .hr-weekly-card-head strong,
.app-container.theme-light .hr-weekly-table-head h3 { color: var(--light-text-strong); }
.app-container.theme-light .hr-weekly-donut > div { background: #f8f1e7; }
.app-container.theme-light .hr-weekly-donut strong,
.app-container.theme-light .hr-weekly-legend strong,
.app-container.theme-light .hr-weekly-flow-row strong { color: var(--light-text-strong); }
.app-container.theme-light .hr-weekly-table-wrap th { background: #e9dfd0; color: var(--light-text-soft); }
.app-container.theme-light .hr-weekly-table-wrap td { color: var(--light-text); border-top-color: rgba(197, 180, 157, 0.45); }
.app-container.theme-light .hr-weekly-table-wrap td strong { color: var(--light-text-strong); }

@media (max-width: 1460px) {
  .hr-weekly-toolbar { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hr-weekly-search { grid-column: span 2; }
  .hr-weekly-toolbar-actions { justify-content: flex-end; }
}

@media (max-width: 1180px) {
  .hr-weekly-toolbar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hr-weekly-search { grid-column: span 2; }
  .hr-weekly-toolbar-actions {
    justify-content: flex-end;
    grid-column: span 2;
    margin-left: 0;
    padding-top: 2px;
    padding-left: 0;
    border-top: 1px solid rgba(116, 153, 209, 0.14);
    border-left: 0;
  }
  .hr-weekly-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .hr-weekly-hero { align-items: flex-start; flex-direction: column; padding: 14px 16px; }
  .hr-weekly-period-chip { min-width: 0; width: 100%; }
  .hr-weekly-filter-card { padding: 14px; }
  .hr-weekly-filter-head { align-items: flex-start; flex-direction: column; gap: 10px; }
  .hr-weekly-filter-meta { width: 100%; justify-content: space-between; }
  .hr-weekly-toolbar { grid-template-columns: 1fr; }
  .hr-weekly-search,
  .hr-weekly-toolbar-actions { grid-column: auto; }
  .hr-weekly-toolbar-actions { justify-content: stretch; padding-top: 12px; }
  .hr-weekly-toolbar-actions button { flex: 1; }
  .hr-weekly-metrics { grid-template-columns: 1fr 1fr; }
  .hr-weekly-insights { grid-template-columns: 1fr; }
  .hr-weekly-freshness { justify-content: flex-start; }
}
.signed-entry-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(20, 39, 87, 0.96), rgba(9, 20, 45, 0.98)),
    #101a35;
  color: #f7fbff;
}

.signed-entry-panel {
  width: min(680px, 100%);
  border: 1px solid rgba(146, 170, 226, 0.35);
  border-radius: 8px;
  padding: 28px;
  background: rgba(19, 34, 72, 0.92);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
}

.signed-entry-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.signed-entry-head p {
  margin: 0 0 6px;
  font-size: 13px;
  color: #9eb6ef;
}

.signed-entry-head h1 {
  margin: 0;
  font-size: 26px;
  letter-spacing: 0;
}

.signed-entry-head > span {
  flex: 0 0 auto;
  font-size: 12px;
  color: #c7d7ff;
  padding: 6px 10px;
  border: 1px solid rgba(164, 188, 247, 0.35);
  border-radius: 6px;
}

.signed-entry-form,
.signed-entry-upload {
  display: grid;
  gap: 14px;
}

.signed-entry-form {
  grid-template-columns: 1fr auto;
  align-items: end;
}

.signed-entry-form label,
.signed-entry-upload label {
  display: grid;
  gap: 8px;
}

.signed-entry-form span,
.signed-entry-upload span {
  font-size: 13px;
  color: #c7d7ff;
}

.signed-entry-form input {
  height: 46px;
  border: 1px solid rgba(142, 168, 232, 0.45);
  border-radius: 6px;
  background: #101936;
  color: #f7fbff;
  padding: 0 14px;
  font-size: 16px;
}

.signed-entry-form button,
.signed-entry-upload button {
  height: 46px;
  border: 1px solid rgba(164, 188, 247, 0.55);
  border-radius: 6px;
  background: #3357b7;
  color: #fff;
  padding: 0 18px;
  font-weight: 700;
  cursor: pointer;
}

.signed-entry-form button:disabled,
.signed-entry-upload button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.signed-entry-employee {
  display: grid;
  gap: 6px;
  margin: 18px 0;
  padding: 14px;
  border-radius: 6px;
  background: rgba(16, 25, 54, 0.76);
  border: 1px solid rgba(117, 148, 223, 0.24);
}

.signed-entry-employee span {
  color: #bdd0ff;
  font-size: 13px;
}

.signed-entry-file {
  border: 1px dashed rgba(164, 188, 247, 0.58);
  border-radius: 8px;
  padding: 22px;
  background: rgba(16, 25, 54, 0.62);
  cursor: pointer;
}

.signed-entry-file input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.signed-entry-file strong {
  font-size: 18px;
}

.signed-entry-file.is-disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.signed-entry-message,
.signed-entry-error {
  margin-top: 18px;
  padding: 12px 14px;
  border-radius: 6px;
  font-size: 14px;
}

.signed-entry-message {
  background: rgba(28, 91, 72, 0.58);
  border: 1px solid rgba(88, 208, 164, 0.34);
}

.signed-entry-error {
  background: rgba(104, 36, 48, 0.6);
  border: 1px solid rgba(255, 120, 140, 0.4);
}

@media (max-width: 640px) {
  .signed-entry-panel {
    padding: 22px;
  }

  .signed-entry-head,
  .signed-entry-form {
    grid-template-columns: 1fr;
    display: grid;
  }

  .signed-entry-head > span {
    width: fit-content;
  }
}
/* Layout */
#root{
  width: 100%;
  min-height: 100vh;
}

.app-container {
  --user-picker-panel-bg: linear-gradient(180deg, rgba(20, 42, 86, 0.98), rgba(13, 29, 64, 0.98));
  --user-picker-panel-text: rgba(244, 248, 255, 0.94);
  --user-picker-panel-border: rgba(120, 160, 255, 0.22);
  --user-picker-panel-shadow: 0 18px 36px rgba(0, 0, 0, 0.34);
}

.page{
  width: 100%;
  padding: 16px;
}

.topbar{
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}

.app-topbar {
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: sticky;
  top: 0;
  z-index: 20;
  margin: -16px -16px 12px;
  padding: 14px 16px;
  background: linear-gradient(180deg, rgba(10, 24, 60, 0.98), rgba(10, 24, 60, 0.86));
  backdrop-filter: blur(8px);
}

.app-menu-bar {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 6px;
  border-radius: 10px;
  border: none;
  background: transparent;
}

.app-menu-item {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(110, 158, 255, 0.3);
  border-radius: 8px;
  background: rgba(18, 40, 88, 0.6);
  color: rgba(232, 240, 255, 0.9);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 6px 14px;
  transition: color .18s ease, border-color .18s ease, background .18s ease;
}

.app-menu-item::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 4px;
  height: 2px;
  background: #7fb0ff;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .18s ease;
}

.app-menu-item:hover {
  border-color: rgba(140, 190, 255, 0.6);
  background: rgba(35, 70, 140, 0.45);
  color: #ffffff;
}

.app-menu-item:hover::before {
  transform: scaleX(1);
}

.app-menu-item.active {
  border-color: rgba(170, 210, 255, 0.8);
  background: rgba(40, 80, 170, 0.5);
  color: #ffffff;
}

.app-top-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.app-logout-btn {
  font-weight: 700;
}

.app-action-btn {
  border: 1px solid rgba(110, 158, 255, 0.35);
  background: rgba(18, 40, 88, 0.55);
  color: rgba(232, 240, 255, 0.92);
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.app-action-btn:hover {
  border-color: rgba(140, 190, 255, 0.6);
  background: rgba(35, 70, 140, 0.45);
  color: #ffffff;
}

.app-action-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.app-store-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 12px;
}

.dashboard-toolbar {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.theme-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border-radius: 10px;
  border: 1px solid rgba(110, 158, 255, 0.24);
  background: rgba(18, 40, 88, 0.42);
}

.theme-switch-btn {
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: rgba(232, 240, 255, 0.82);
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px;
  transition: background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.theme-switch-btn:hover {
  background: rgba(86, 138, 228, 0.18);
  color: #ffffff;
}

.theme-switch-btn.active {
  border-color: rgba(166, 208, 255, 0.72);
  background: linear-gradient(180deg, rgba(90, 144, 234, 0.38), rgba(55, 102, 188, 0.34));
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(16, 44, 92, 0.22);
}

.app-container.theme-light {
  min-height: 100vh;
  --light-paper-bg: #f7f1e8;
  --light-paper-bg-soft: #fcf8f2;
  --light-surface-top: rgba(255, 252, 247, 0.98);
  --light-surface-bottom: rgba(243, 236, 227, 0.98);
  --light-surface-raised-top: rgba(255, 253, 249, 0.98);
  --light-surface-raised-bottom: rgba(247, 241, 231, 0.98);
  --light-border: rgba(212, 197, 176, 0.92);
  --light-border-strong: rgba(185, 164, 136, 0.92);
  --light-text-strong: #3f362d;
  --light-text: #5f5042;
  --light-text-soft: #7d6a58;
  --light-text-muted: #9a8874;
  --light-accent: #365a4d;
  --light-accent-strong: #28453a;
  --light-accent-soft: rgba(54, 90, 77, 0.12);
  --light-gold: #b48845;
  --light-gold-soft: rgba(180, 136, 69, 0.16);
  --light-blue-soft: rgba(109, 134, 163, 0.16);
  --light-positive-soft: rgba(112, 143, 118, 0.18);
  --light-negative-soft: rgba(210, 157, 144, 0.18);
  --light-shadow: 0 8px 18px rgba(117, 97, 76, 0.08);
  --light-shadow-lg: 0 14px 28px rgba(112, 93, 74, 0.10);
  --user-picker-panel-bg: linear-gradient(180deg, rgba(255, 252, 248, 0.99), rgba(243, 235, 224, 0.98));
  --user-picker-panel-text: var(--light-text-strong);
  --user-picker-panel-border: rgba(212, 197, 176, 0.92);
  --user-picker-panel-shadow: 0 14px 28px rgba(112, 93, 74, 0.12);
  color: var(--light-text);
  background:
    radial-gradient(circle at 8% 0%, rgba(194, 166, 122, 0.16) 0, rgba(194, 166, 122, 0.05) 22%, transparent 40%),
    radial-gradient(circle at 100% 18%, rgba(127, 144, 119, 0.12) 0, rgba(127, 144, 119, 0.04) 18%, transparent 34%),
    linear-gradient(180deg, #fbf8f2 0%, #f8f2e8 54%, #f4ecdf 100%);
}

body.theme-light {
  background: linear-gradient(180deg, #fdfaf5 0%, #f8f2e8 52%, #f3ecdf 100%);
}

.app-container.theme-light .app-topbar {
  background: linear-gradient(180deg, rgba(252, 249, 244, 0.98), rgba(244, 238, 230, 0.96));
  box-shadow: 0 6px 18px rgba(120, 97, 73, 0.06);
  border-bottom: 1px solid rgba(215, 201, 181, 0.72);
  backdrop-filter: blur(8px);
}

.app-container.theme-light .app-menu-item {
  border-color: var(--light-border);
  background: linear-gradient(180deg, var(--light-surface-raised-top), var(--light-surface-raised-bottom));
  color: var(--light-text);
  box-shadow: 0 2px 8px rgba(121, 94, 67, 0.05);
}

.app-container.theme-light .app-menu-item:hover {
  border-color: var(--light-border-strong);
  background: linear-gradient(180deg, rgba(248, 242, 231, 0.98), rgba(240, 231, 215, 0.96));
  color: var(--light-text-strong);
}

.app-container.theme-light .app-menu-item.active {
  border-color: rgba(54, 90, 77, 0.88);
  background: linear-gradient(180deg, rgba(60, 94, 80, 0.98), rgba(40, 69, 58, 0.96));
  color: #fffaf3;
  box-shadow: 0 10px 20px rgba(54, 90, 77, 0.14);
}

.app-container.theme-light .app-menu-item::before {
  background: var(--light-gold);
}

.app-container.theme-light .user-tag {
  color: var(--light-text-soft);
}

.app-container.theme-light button,
.app-container.theme-light select,
.app-container.theme-light input:not([type]),
.app-container.theme-light input[type="month"],
.app-container.theme-light input[type="date"],
.app-container.theme-light input[type="text"],
.app-container.theme-light input[type="number"] {
  border-color: var(--light-border);
  background: rgba(255, 251, 246, 0.98);
  color: var(--light-text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 2px rgba(125, 101, 74, 0.04);
}

.app-container.theme-light button:hover,
.app-container.theme-light select:hover,
.app-container.theme-light input:not([type]):hover,
.app-container.theme-light input[type="month"]:hover,
.app-container.theme-light input[type="date"]:hover,
.app-container.theme-light input[type="text"]:hover,
.app-container.theme-light input[type="number"]:hover {
  border-color: var(--light-border-strong);
  background: rgba(249, 243, 235, 0.98);
}

.app-container.theme-light select:focus,
.app-container.theme-light input:not([type]):focus,
.app-container.theme-light input[type="month"]:focus,
.app-container.theme-light input[type="date"]:focus,
.app-container.theme-light input[type="text"]:focus,
.app-container.theme-light input[type="number"]:focus {
  outline: none;
  border-color: rgba(54, 90, 77, 0.50);
  box-shadow: 0 0 0 3px rgba(54, 90, 77, 0.12);
  background: rgba(255, 251, 246, 1);
}

.app-container.theme-light input::placeholder {
  color: rgba(95, 80, 66, 0.62);
  opacity: 1;
}

.app-container.theme-light select:disabled,
.app-container.theme-light input:not([type]):disabled,
.app-container.theme-light input[type="month"]:disabled,
.app-container.theme-light input[type="date"]:disabled,
.app-container.theme-light input[type="text"]:disabled,
.app-container.theme-light input[type="number"]:disabled {
  border-color: rgba(205, 190, 170, 0.94);
  background: rgba(242, 234, 223, 0.96);
  color: rgba(95, 80, 66, 0.78);
  -webkit-text-fill-color: rgba(95, 80, 66, 0.78);
  opacity: 1;
  cursor: not-allowed;
}

.app-container.theme-light .app-logout-btn,
.app-container.theme-light .dashboard-toolbar .app-action-btn {
  border-color: rgba(54, 90, 77, 0.88);
  background: linear-gradient(180deg, rgba(60, 94, 80, 0.98), rgba(40, 69, 58, 0.96));
  color: #fffaf1;
  box-shadow: 0 6px 16px rgba(54, 90, 77, 0.14);
}

.app-container.theme-light .app-logout-btn:hover,
.app-container.theme-light .dashboard-toolbar .app-action-btn:hover {
  border-color: rgba(73, 111, 96, 0.94);
  background: linear-gradient(180deg, rgba(72, 109, 93, 0.98), rgba(49, 79, 67, 0.96));
  color: #ffffff;
}

.app-container.theme-light .panel,
.app-container.theme-light .card {
  border-color: var(--light-border);
  background: linear-gradient(180deg, var(--light-surface-top), var(--light-surface-bottom));
  box-shadow: var(--light-shadow);
}

.app-container.theme-light .forecast-broadcast-text {
  border-color: var(--light-border);
  background: linear-gradient(180deg, rgba(255, 250, 245, 0.99), rgba(246, 239, 229, 0.98));
  color: var(--light-text);
}

.dashboard-shell-light {
  color: var(--light-text);
}

.dashboard-shell-light .panel,
.dashboard-shell-light .card {
  border-color: var(--light-border);
  background: linear-gradient(180deg, var(--light-surface-raised-top), var(--light-surface-bottom));
  box-shadow:
    var(--light-shadow-lg),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.dashboard-shell-light .h2 {
  color: var(--light-text-strong);
  text-shadow: none;
}

.dashboard-shell-light .title {
  color: var(--light-text);
  font-weight: 700;
}

.dashboard-shell-light .sub {
  color: var(--light-text-soft);
}

.dashboard-shell-light .value {
  color: var(--light-text-strong);
  font-weight: 800;
}

.dashboard-shell-light .table th {
  color: var(--light-text);
  background: rgba(238, 229, 216, 0.94);
}

.dashboard-shell-light .table td {
  color: var(--light-text);
}

.dashboard-shell-light .forecast-broadcast-text {
  border-color: var(--light-border);
  background: linear-gradient(180deg, rgba(255, 252, 247, 1), rgba(245, 237, 226, 0.99));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.dashboard-shell-light .group-completion-item {
  border-color: rgba(213, 197, 174, 0.88);
  background: linear-gradient(180deg, rgba(255, 251, 246, 0.99), rgba(246, 239, 229, 0.97));
  box-shadow: 0 6px 18px rgba(124, 95, 69, 0.06);
}

.dashboard-shell-light .group-completion-progress-track {
  background: rgba(124, 108, 88, 0.14);
}

.app-container.theme-light .table th,
.app-container.theme-light .table td {
  border-bottom-color: rgba(226, 214, 197, 0.90);
}

.app-container.theme-light .table th {
  color: var(--light-text);
  background: rgba(242, 233, 220, 0.9);
}

.app-container.theme-light .table td {
  color: var(--light-text);
}

.app-container.theme-light .table tr:hover td {
  background: rgba(238, 229, 216, 0.76);
}

.app-container.theme-light .user-page-title,
.app-container.theme-light .user-section-title {
  color: var(--light-text-strong);
}

.app-container.theme-light .user-page-meta {
  color: var(--light-text-soft) !important;
}

.app-container.theme-light .user-role-card {
  border-color: var(--light-border);
  background: linear-gradient(180deg, rgba(252, 248, 242, 0.98), rgba(243, 235, 224, 0.97));
  box-shadow: 0 4px 14px rgba(120, 97, 73, 0.05);
}

.app-container.theme-light .user-role-title {
  color: var(--light-text-strong);
}

.app-container.theme-light .user-role-code {
  color: var(--light-text-soft) !important;
}

.app-container.theme-light .user-empty-text,
.app-container.theme-light .user-inline-message,
.app-container.theme-light .user-status-text {
  color: var(--light-text-soft) !important;
}

.app-container.theme-light .hr-placeholder-card {
  border-color: var(--light-border);
  background: linear-gradient(180deg, rgba(252, 248, 242, 0.98), rgba(243, 235, 224, 0.97));
  box-shadow: 0 4px 14px rgba(120, 97, 73, 0.05);
}

.app-container.theme-light .hr-placeholder-title {
  color: var(--light-text-strong);
}

.app-container.theme-light .hr-placeholder-line {
  color: var(--light-text);
}

.app-container.theme-light .hr-placeholder-note {
  color: var(--light-text-soft);
}

.app-container.theme-light .theme-switch {
  border-color: var(--light-border);
  background: linear-gradient(180deg, rgba(251, 246, 239, 0.96), rgba(243, 235, 223, 0.94));
  box-shadow: 0 3px 10px rgba(122, 96, 71, 0.05);
}

.app-container.theme-light .theme-switch-btn {
  color: var(--light-text);
}

.app-container.theme-light .theme-switch-btn:hover {
  background: rgba(236, 226, 210, 0.9);
  color: var(--light-text-strong);
}

.app-container.theme-light .theme-switch-btn.active {
  border-color: rgba(54, 90, 77, 0.88);
  background: linear-gradient(180deg, rgba(60, 94, 80, 0.98), rgba(40, 69, 58, 0.96));
  color: #fffaf1;
}

.export-mode .export-hide {
  display: none !important;
}

.export-mode-global .global-export-hide {
  display: none !important;
}

.export-only {
  display: none;
}

.export-mode .export-only {
  display: block;
}

.export-mode {
  width: 1440px !important;
  max-width: none !important;
}

.export-mode .grid-2 {
  grid-template-columns: 1.4fr 1fr !important;
}

.export-mode .forecast-section {
  grid-template-columns: minmax(0, 1.45fr) minmax(360px, 0.95fr) !important;
}

.export-mode .forecast-summary-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.section-export-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.group-completion-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.group-completion-list {
  display: grid;
  gap: 10px;
}

.group-completion-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(120, 160, 255, 0.18);
  background: linear-gradient(180deg, rgba(23, 45, 92, 0.54), rgba(15, 31, 65, 0.5));
}

.group-completion-progress {
  width: 100%;
}

.group-completion-progress-track {
  height: 8px;
  border-radius: 999px;
  background: rgba(120, 160, 255, 0.14);
  overflow: hidden;
}

.group-completion-progress-fill {
  height: 100%;
  border-radius: 999px;
}

.panel{
  background: linear-gradient(180deg, rgba(31,56,104,0.88), rgba(19,36,74,0.88));
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

.user-page-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 800;
}

.user-page-meta {
  margin-bottom: 12px;
  font-size: 12px;
  color: rgba(235, 240, 255, 0.72);
}

.user-section-title {
  font-weight: 700;
  margin-bottom: 8px;
}

.user-management-subpanel {
  border-radius: 16px;
}

.user-role-panel {
  padding: 10px 12px;
  margin-bottom: 12px;
}

.user-role-grid {
  display: block;
}

.user-role-card {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(120, 160, 255, 0.18);
  background: linear-gradient(180deg, rgba(20, 42, 86, 0.72), rgba(13, 29, 64, 0.78));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.user-role-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.user-role-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.user-role-select-wrap {
  min-width: 220px;
}

.user-role-field-label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  color: rgba(191, 209, 240, 0.78);
}

.user-role-select {
  min-width: 220px;
}

.user-role-meta {
  flex: 1;
  min-width: 0;
}

.user-role-card-active {
  padding: 12px 14px;
}

.user-role-title {
  display: block;
  font-weight: 700;
  color: rgba(244, 248, 255, 0.94);
}

.user-role-code {
  display: block;
  font-size: 12px;
  color: rgba(191, 209, 240, 0.72);
}

.user-role-save-btn {
  min-height: 30px;
  padding: 4px 10px;
  font-size: 12px;
}

.user-role-body {
  margin-top: 8px;
  display: grid;
  gap: 6px;
}

.user-role-body-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 8px 12px;
}

.user-role-option {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 24px;
  font-size: 12px;
  line-height: 1.35;
}

.user-role-option input {
  margin: 0;
}

.user-empty-text {
  color: rgba(235, 240, 255, 0.58);
}

.user-inline-message {
  margin-top: 10px;
  font-size: 12px;
  color: rgba(235, 240, 255, 0.82);
}

.user-status-text {
  margin-top: 8px;
  font-size: 12px;
  color: rgba(235, 240, 255, 0.72);
}

.user-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.user-form-action-btn {
  justify-self: flex-start;
  width: auto;
  min-width: 116px;
  padding-inline: 18px;
}

.user-form-delete-btn {
  background: rgba(140, 40, 40, 0.85);
  border-color: rgba(255, 120, 120, 0.45);
  color: rgba(255, 241, 236, 0.96);
}

.user-form-delete-btn:hover {
  background: rgba(164, 59, 59, 0.9);
  border-color: rgba(255, 148, 148, 0.5);
  color: #ffffff;
}

.user-data-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: 12px;
  align-items: stretch;
}

.user-table-panel {
  padding: 12px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.user-table-panel-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.user-table-panel-head button {
  margin-left: auto;
}

.user-table-panel-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  gap: 8px;
  align-items: stretch;
  min-width: 0;
}

.user-table-scroll {
  flex: 1;
  min-height: 660px;
  height: 660px;
  max-height: 660px;
  overflow-x: auto;
  overflow-y: auto;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: rgba(178, 205, 255, 0.92) rgba(7, 16, 38, 0.42);
}

.user-table-scroll-content {
  min-width: 100%;
}

.user-scroll-slider-shell {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding-block: 8px;
}

.user-scroll-slider {
  margin: 0;
  width: 24px;
  height: 100%;
  writing-mode: bt-lr;
  -webkit-appearance: slider-vertical;
  appearance: slider-vertical;
  accent-color: #c4d9ff;
  cursor: pointer;
}

.user-scroll-slider:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.user-data-table {
  min-width: 100%;
}

.user-table-scroll .user-data-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: rgba(20, 36, 78, 0.96);
}

.user-table-scroll::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

.user-table-scroll::-webkit-scrollbar-track {
  background: rgba(7, 16, 38, 0.42);
  border-radius: 999px;
  border: 1px solid rgba(120, 160, 255, 0.12);
}

.user-table-scroll::-webkit-scrollbar-thumb {
  background: rgba(178, 205, 255, 0.92);
  border-radius: 999px;
  border: 3px solid rgba(7, 16, 38, 0.18);
}

.user-table-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(208, 226, 255, 1);
}

.user-audit-table-wrap .table {
  min-width: 760px;
}

.user-audit-time-cell {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.app-container.theme-light .user-table-scroll .user-data-table thead th {
  background: rgba(238, 244, 255, 0.98);
}

.app-container.theme-light .user-table-scroll {
  scrollbar-color: rgba(158, 126, 86, 0.92) rgba(212, 199, 180, 0.36);
}

.app-container.theme-light .user-table-scroll::-webkit-scrollbar-track {
  background: rgba(212, 199, 180, 0.36);
  border-color: rgba(178, 156, 128, 0.2);
}

.app-container.theme-light .user-table-scroll::-webkit-scrollbar-thumb {
  background: rgba(158, 126, 86, 0.92);
  border-color: rgba(248, 242, 232, 0.88);
}

.app-container.theme-light .user-table-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(176, 145, 105, 1);
}

.app-container.theme-light .user-role-field-label {
  color: #7e6a59;
}

.app-container.theme-light .user-form-action-btn {
  border-color: rgba(212, 197, 176, 0.92);
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.98), rgba(244, 237, 227, 0.96));
  color: var(--light-text-strong);
}

.app-container.theme-light .user-form-action-btn:hover {
  border-color: rgba(185, 164, 136, 0.92);
  background: linear-gradient(180deg, rgba(250, 244, 236, 0.98), rgba(239, 230, 216, 0.96));
  color: var(--light-text-strong);
}

.app-container.theme-light .user-form-delete-btn {
  border-color: rgba(151, 87, 75, 0.55);
  background: linear-gradient(180deg, rgba(174, 89, 75, 0.98), rgba(144, 63, 54, 0.96));
  color: #fff7f2;
  box-shadow: 0 8px 18px rgba(144, 63, 54, 0.12);
}

.app-container.theme-light .user-form-delete-btn:hover {
  border-color: rgba(164, 95, 81, 0.62);
  background: linear-gradient(180deg, rgba(188, 100, 84, 0.98), rgba(156, 72, 62, 0.96));
  color: #ffffff;
}

@media (max-width: 980px) {
  .user-data-grid {
    grid-template-columns: 1fr;
  }

  .user-table-panel-body {
    grid-template-columns: minmax(0, 1fr) 24px;
  }

  .user-role-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .user-role-select-wrap,
  .user-role-select {
    min-width: 0;
    width: 100%;
  }

  .user-role-save-btn {
    align-self: flex-start;
  }

  .user-form-actions {
    flex-direction: column;
  }

  .user-form-action-btn {
    width: 100%;
  }
}

.hr-placeholder-card {
  padding: 20px 22px;
  border-radius: 16px;
  border: 1px solid rgba(120, 160, 255, 0.18);
  background: linear-gradient(180deg, rgba(20, 42, 86, 0.56), rgba(13, 29, 64, 0.68));
}

.hr-placeholder-title {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 700;
  color: rgba(245, 248, 255, 0.96);
}

.hr-placeholder-line {
  line-height: 1.8;
  color: rgba(230, 238, 250, 0.88);
}

.hr-placeholder-note {
  margin-top: 14px;
  line-height: 1.8;
  color: rgba(196, 210, 232, 0.78);
}

.hr-schedule-shell {
  display: grid;
  gap: 12px;
}

.hr-schedule-hero,
.hr-schedule-toolbar,
.hr-schedule-table-card,
.hr-summary-card {
  border: 1px solid rgba(120, 160, 255, 0.18);
  background: linear-gradient(180deg, rgba(20, 42, 86, 0.56), rgba(13, 29, 64, 0.68));
  box-shadow: 0 8px 22px rgba(3, 10, 26, 0.2);
}

.hr-schedule-hero {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border-radius: 16px;
}

.hr-schedule-hero-title {
  font-size: 20px;
  font-weight: 800;
  color: rgba(245, 248, 255, 0.98);
}

.hr-schedule-hero-subtitle {
  margin-top: 8px;
  line-height: 1.7;
  color: rgba(205, 219, 241, 0.88);
}

.hr-schedule-hero-meta {
  min-width: 240px;
  display: grid;
  gap: 6px;
  line-height: 1.7;
  color: rgba(221, 232, 249, 0.88);
  text-align: right;
}

.hr-schedule-toolbar {
  --hr-toolbar-control-height: 36px;
  --hr-toolbar-control-radius: 10px;
  display: flex;
  align-items: end;
  justify-content: flex-start;
  gap: 10px 12px;
  flex-wrap: wrap;
  padding: 12px 14px;
  border-radius: 16px;
}

.hr-filter-item {
  display: grid;
  gap: 4px;
  min-width: 150px;
}

.hr-schedule-toolbar.is-overview-toolbar {
  display: grid;
  grid-template-columns: 170px 260px 150px 150px 200px max-content;
  gap: 10px 12px;
  align-items: end;
  justify-content: start;
}

.hr-schedule-toolbar.is-overview-toolbar .hr-filter-item {
  min-width: 0;
}

.hr-schedule-toolbar.is-overview-toolbar .hr-filter-item.is-overview-month {
  grid-column: auto;
}

.hr-schedule-toolbar.is-overview-toolbar .hr-filter-item.is-overview-search {
  grid-column: auto;
  margin-left: 16px;
  margin-right: 18px;
}

.hr-schedule-toolbar.is-overview-toolbar .hr-filter-item.is-overview-owner,
.hr-schedule-toolbar.is-overview-toolbar .hr-filter-item.is-overview-category,
.hr-schedule-toolbar.is-overview-toolbar .hr-filter-item.is-overview-issue {
  grid-column: auto;
}

.hr-schedule-toolbar.is-overview-toolbar .hr-toolbar-actions.is-overview-actions {
  grid-column: auto;
  justify-self: end;
}

.hr-schedule-toolbar.is-overview-toolbar input[type="month"] {
  min-width: 0;
}

.hr-schedule-toolbar.is-overview-toolbar .hr-filter-item.is-overview-search input[type="text"] {
  padding-right: 16px;
}

.hr-schedule-toolbar.is-logistics-toolbar {
  display: grid;
  grid-template-columns: 170px 240px minmax(0, auto);
  gap: 10px 12px;
  align-items: end;
  justify-content: start;
}

.hr-schedule-toolbar.is-logistics-toolbar .hr-filter-item {
  min-width: 0;
}

.hr-schedule-toolbar.is-logistics-toolbar .hr-toolbar-actions.is-logistics-actions {
  grid-column: 3;
  margin-left: 0;
  justify-self: end;
  justify-content: flex-end;
}

.hr-schedule-toolbar.is-logistics-toolbar .hr-filter-item.is-logistics-search input[type="text"] {
  padding-right: 16px;
}

.hr-schedule-toolbar.is-logistics-toolbar .hr-filter-item.is-logistics-search,
.hr-schedule-toolbar.is-payroll-toolbar .hr-filter-item.is-payroll-search {
  margin-left: 16px;
  margin-right: 18px;
}

.hr-filter-item-wide,
.hr-filter-item-keyword {
  flex: 0 1 240px;
  min-width: 200px;
  max-width: 280px;
}

.hr-filter-item-search {
  flex: 0 1 170px;
  min-width: 150px;
  max-width: 190px;
}

.hr-filter-item-store {
  flex: 0 1 320px;
  min-width: 260px;
  max-width: 360px;
}

.hr-filter-label {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  color: rgba(197, 212, 236, 0.84);
}

.hr-schedule-toolbar input:not([type]),
.hr-schedule-toolbar input[type="month"],
.hr-schedule-toolbar input[type="date"],
.hr-schedule-toolbar input[type="text"],
.hr-schedule-toolbar select {
  appearance: none;
  -webkit-appearance: none;
  color-scheme: dark;
  width: 100%;
  min-height: var(--hr-toolbar-control-height, 36px);
  height: var(--hr-toolbar-control-height, 36px);
  padding: 0 10px;
  border: 1px solid rgba(120, 160, 255, 0.24);
  background: linear-gradient(180deg, rgba(13, 28, 62, 0.92), rgba(11, 23, 51, 0.9));
  color: rgba(236, 242, 255, 0.94);
  border-radius: var(--hr-toolbar-control-radius, 10px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  line-height: 1;
}

.hr-schedule-toolbar input[type="month"]::-webkit-calendar-picker-indicator {
  opacity: 0.78;
  filter: invert(0.96) sepia(0.08) saturate(0.4) hue-rotate(180deg);
}

.hr-schedule-toolbar input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0.78;
  filter: invert(0.96) sepia(0.08) saturate(0.4) hue-rotate(180deg);
}

.hr-schedule-toolbar select option,
.hr-schedule-toolbar select optgroup {
  color: #173257;
  background: #eef4ff;
}

.hr-filter-help {
  font-size: 11px;
  line-height: 1.5;
  color: rgba(196, 210, 232, 0.72);
}

.hr-toolbar-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.hr-schedule-toolbar.is-payroll-toolbar {
  display: grid;
  grid-template-columns: 170px 220px 320px 116px auto;
  align-items: end;
  justify-content: flex-start;
  gap: 8px 10px;
  padding: 10px 12px;
  border-radius: 14px;
  justify-content: start;
}

.hr-schedule-toolbar.is-active-staff-toolbar {
  display: grid;
  grid-template-columns: 160px 260px 170px 280px max-content;
  align-items: end;
  justify-content: start;
  gap: 10px 12px;
}

.hr-schedule-toolbar.is-active-staff-toolbar .hr-filter-item {
  min-width: 0;
}

.hr-schedule-toolbar.is-active-staff-toolbar .hr-filter-item.is-active-staff-search {
  margin-left: 16px;
  margin-right: 18px;
}

.hr-schedule-toolbar.is-active-staff-toolbar .hr-toolbar-actions.is-active-staff-actions {
  margin-left: 0;
  justify-self: start;
}

.hr-schedule-toolbar.is-payroll-toolbar .hr-filter-item {
  gap: 3px;
  min-width: 0;
}

.hr-schedule-toolbar.is-payroll-toolbar .hr-filter-help {
  display: none;
}

.hr-schedule-toolbar.is-payroll-toolbar .hr-toolbar-actions.is-payroll-actions {
  margin-left: 0;
  gap: 8px;
  justify-self: start;
}

.hr-schedule-toolbar.is-payroll-toolbar .hr-filter-item-search {
  min-width: 0;
}

.hr-schedule-toolbar.is-payroll-toolbar .hr-filter-item-store {
  min-width: 0;
}

.hr-schedule-toolbar.is-payroll-toolbar .hr-filter-item.is-payroll-page-size {
  max-width: 116px;
}

.hr-schedule-toolbar.is-payroll-toolbar input,
.hr-schedule-toolbar.is-payroll-toolbar select {
  min-height: var(--hr-toolbar-control-height, 36px);
  height: var(--hr-toolbar-control-height, 36px);
  padding-top: 0;
  padding-bottom: 0;
  border-radius: var(--hr-toolbar-control-radius, 10px);
}

.hr-schedule-toolbar.is-payroll-toolbar .hr-filter-label {
  font-size: 11px;
}

.hr-schedule-toolbar.is-payroll-toolbar .hr-action-button {
  min-height: var(--hr-toolbar-control-height, 36px);
  height: var(--hr-toolbar-control-height, 36px);
  padding: 0 12px;
}

.hr-schedule-toolbar.is-payroll-toolbar input[type="month"] {
  border-radius: var(--hr-toolbar-control-radius, 10px);
  padding-left: 10px;
  min-height: var(--hr-toolbar-control-height, 36px);
  height: var(--hr-toolbar-control-height, 36px);
  padding-top: 0;
  padding-bottom: 0;
}

.app-container.theme-dark .hr-schedule-toolbar.is-payroll-toolbar input[type="month"] {
  color-scheme: light;
  border-color: #f9dd7d;
  background: linear-gradient(180deg, #f6d86a 0%, #e9bf43 100%);
  color: #1a355f;
  box-shadow: 0 10px 22px rgba(236, 193, 78, 0.28);
}

.app-container.theme-dark .hr-schedule-toolbar.is-payroll-toolbar input[type="month"]:hover {
  border-color: #ffe79a;
  background: linear-gradient(180deg, #f9e082 0%, #efc856 100%);
  box-shadow: 0 12px 24px rgba(236, 193, 78, 0.36);
}

.app-container.theme-dark .hr-schedule-toolbar.is-payroll-toolbar input[type="month"]:focus {
  outline: none;
  border-color: #fff0b8;
  background: linear-gradient(180deg, #fde693 0%, #f1cd60 100%);
  box-shadow: 0 0 0 3px rgba(249, 221, 125, 0.22), 0 12px 24px rgba(236, 193, 78, 0.34);
}

.app-container.theme-dark .hr-schedule-toolbar.is-payroll-toolbar input[type="month"]::-webkit-calendar-picker-indicator {
  opacity: 0.88;
  filter: none;
}

.hr-action-button {
  min-height: var(--hr-toolbar-control-height, 36px);
  height: var(--hr-toolbar-control-height, 36px);
  padding: 0 12px;
  border-radius: var(--hr-toolbar-control-radius, 10px);
  border: 1px solid rgba(120, 160, 255, 0.24);
  background: rgba(9, 18, 42, 0.42);
  color: rgba(236, 242, 255, 0.92);
  font-weight: 700;
  transition: all 0.18s ease;
}

.hr-action-button:hover {
  border-color: rgba(120, 160, 255, 0.42);
  background: rgba(35, 59, 112, 0.5);
}

.hr-action-button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.hr-action-button-primary {
  background: linear-gradient(135deg, rgba(81, 120, 214, 0.36), rgba(34, 52, 97, 0.88));
  border-color: rgba(120, 160, 255, 0.5);
}

.hr-refresh-btn {
  height: 36px;
}

.hr-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.hr-summary-grid-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hr-summary-card {
  padding: 16px 18px;
  border-radius: 16px;
  min-height: 126px;
}

.hr-active-summary-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.hr-active-summary-grid .hr-summary-card {
  min-height: 72px;
  padding: 10px 12px;
  border-radius: 10px;
}

.hr-active-summary-grid .hr-summary-title {
  font-size: 11px;
}

.hr-active-summary-grid .hr-summary-value {
  margin-top: 4px;
  font-size: 22px;
  line-height: 1.1;
}

.hr-active-summary-grid .hr-summary-sub {
  margin-top: 4px;
  line-height: 1.3;
}

.hr-summary-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(196, 210, 232, 0.76);
}

.hr-summary-value {
  margin-top: 10px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  color: rgba(247, 250, 255, 0.98);
}

.hr-summary-sub {
  margin-top: 8px;
  line-height: 1.6;
  color: rgba(199, 214, 236, 0.78);
}

.hr-schedule-table-card {
  padding: 16px 18px 10px;
  border-radius: 16px;
}

.hr-table-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.hr-table-title {
  font-size: 16px;
  font-weight: 800;
  color: rgba(244, 248, 255, 0.98);
}

.hr-table-meta {
  color: rgba(198, 212, 234, 0.78);
}

.hr-table-wrap {
  overflow: auto;
  border-radius: 12px;
  border: 1px solid rgba(120, 160, 255, 0.16);
}

.hr-calendar-wrap {
  overflow: auto;
  border-radius: 12px;
  border: 1px solid rgba(120, 160, 255, 0.16);
}

.hr-schedule-table {
  min-width: 1240px;
  margin: 0;
}

.hr-schedule-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}

.hr-department-cell,
.hr-error-cell {
  max-width: 220px;
  white-space: normal;
  word-break: break-word;
}

.hr-calendar-table {
  min-width: max-content;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
}

.hr-calendar-table th,
.hr-calendar-table td {
  padding: 0;
  border-bottom: 1px solid rgba(120, 160, 255, 0.12);
}

.hr-calendar-staff-head,
.hr-calendar-staff-cell {
  position: sticky;
  left: 0;
  z-index: 3;
  min-width: 160px;
  max-width: 160px;
  background: linear-gradient(180deg, rgba(18, 38, 79, 0.98), rgba(16, 33, 70, 0.98));
}

.hr-calendar-staff-head {
  top: 0;
  z-index: 5;
  padding: 12px 14px !important;
}

.hr-calendar-staff-cell {
  padding: 10px 12px !important;
  vertical-align: top;
}

.hr-calendar-date-head {
  position: sticky;
  top: 0;
  z-index: 4;
  min-width: 92px;
  text-align: center;
  padding: 10px 4px !important;
  background: linear-gradient(180deg, rgba(19, 40, 84, 0.98), rgba(16, 34, 74, 0.98));
  color: rgba(235, 242, 255, 0.94);
}

.hr-calendar-date-head.is-weekend {
  color: rgba(255, 225, 170, 0.98);
}

.hr-calendar-grid-cell {
  min-width: 92px;
  max-width: 92px;
  padding: 4px !important;
  background: rgba(10, 24, 55, 0.2);
}

.hr-calendar-cell {
  position: relative;
  min-height: 52px;
  padding: 8px 8px 18px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.35;
  overflow: hidden;
}

.hr-calendar-cell-text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hr-calendar-cell-shift {
  background: linear-gradient(180deg, rgba(214, 243, 231, 0.96), rgba(198, 235, 223, 0.92));
  color: #29463b;
}

.hr-calendar-cell-rest {
  background: linear-gradient(180deg, rgba(248, 232, 199, 0.98), rgba(243, 223, 183, 0.95));
  color: #5a4622;
}

.hr-calendar-cell-cleared {
  background: linear-gradient(180deg, rgba(214, 219, 255, 0.96), rgba(194, 201, 255, 0.92));
  color: #334189;
}

.hr-calendar-cell-empty {
  background: rgba(255, 255, 255, 0.04);
  color: rgba(219, 230, 249, 0.48);
}

.hr-calendar-cell-badges {
  position: absolute;
  left: 6px;
  bottom: 4px;
  display: flex;
  gap: 4px;
}

.hr-calendar-badge {
  min-width: 14px;
  height: 14px;
  padding: 0 4px;
  border-radius: 999px;
  background: rgba(86, 113, 244, 0.82);
  color: #ffffff;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
}

.hr-staff-name {
  font-size: 14px;
  font-weight: 700;
  color: rgba(245, 248, 255, 0.96);
}

.hr-staff-meta {
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.45;
  color: rgba(196, 210, 232, 0.74);
  word-break: break-word;
}

.hr-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.hr-pagination-text {
  color: rgba(205, 219, 241, 0.84);
}

.hr-board-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hr-board-tab {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 14px;
  border: 1px solid rgba(120, 160, 255, 0.18);
  background: rgba(9, 18, 42, 0.42);
  color: rgba(214, 226, 246, 0.78);
  font-size: 14px;
  font-weight: 700;
  transition: all 0.18s ease;
}

.hr-board-tab:hover {
  color: rgba(244, 248, 255, 0.96);
  border-color: rgba(120, 160, 255, 0.3);
}

.hr-board-tab.is-active {
  background: linear-gradient(135deg, rgba(81, 120, 214, 0.28), rgba(34, 52, 97, 0.8));
  border-color: rgba(120, 160, 255, 0.42);
  color: rgba(244, 248, 255, 0.98);
  box-shadow: 0 10px 24px rgba(8, 17, 39, 0.22);
}

.hr-audit-table-wrap {
  overflow: auto;
  border-radius: 12px;
  border: 1px solid rgba(120, 160, 255, 0.16);
}

.hr-audit-table {
  min-width: 1120px;
  margin: 0;
}

.hr-overview-table {
  min-width: 1380px;
}

.hr-roster-table {
  min-width: 1320px;
}

.hr-logistics-table {
  min-width: 1360px;
}

.hr-active-staff-table {
  min-width: 1120px;
}

.hr-payroll-table {
  min-width: 1480px;
}

.hr-payroll-table-wrap {
  min-height: 360px;
}

.hr-active-staff-table-wrap {
  max-height: min(68vh, 720px);
}

.hr-active-store-summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 8px;
}

.hr-active-store-summary-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 38px;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  border: 1px solid rgba(120, 160, 255, 0.16);
  border-radius: 8px;
  background: rgba(9, 18, 42, 0.32);
  color: rgba(232, 240, 255, 0.9);
}

.hr-active-store-summary-store,
.hr-active-store-summary-owner {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hr-active-store-summary-owner {
  color: rgba(196, 210, 232, 0.72);
  font-size: 12px;
}

.hr-status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(91, 141, 239, 0.18);
  color: rgba(232, 240, 255, 0.96);
  font-size: 12px;
  font-weight: 700;
}

.hr-payroll-sheet-tabs {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.hr-payroll-sheet-tab {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid rgba(120, 160, 255, 0.18);
  background: rgba(9, 18, 42, 0.34);
  color: rgba(214, 226, 246, 0.8);
  font-size: 13px;
  font-weight: 700;
  transition: all 0.18s ease;
}

.hr-payroll-sheet-tab:hover {
  color: rgba(244, 248, 255, 0.96);
  border-color: rgba(120, 160, 255, 0.3);
}

.hr-payroll-sheet-tab.is-active {
  background: linear-gradient(135deg, rgba(81, 120, 214, 0.28), rgba(34, 52, 97, 0.8));
  border-color: rgba(120, 160, 255, 0.42);
  color: rgba(244, 248, 255, 0.98);
}

.hr-payroll-sheet-status {
  color: rgba(205, 219, 241, 0.76);
  font-size: 12px;
  margin-left: auto;
}

.hr-payroll-preview-wrap {
  min-height: 360px;
}

.hr-payroll-preview-table {
  min-width: 1180px;
}

.hr-payroll-preview-row-index {
  position: sticky;
  left: 0;
  z-index: 2;
  min-width: 72px;
  width: 72px;
  background: rgba(18, 36, 74, 0.98);
}

.hr-payroll-preview-table thead .hr-payroll-preview-row-index {
  z-index: 3;
}

.hr-payroll-picker {
  position: relative;
  width: 100%;
}

.hr-payroll-picker.is-disabled {
  opacity: 0.72;
}

.hr-payroll-picker-trigger {
  min-height: var(--hr-toolbar-control-height, 36px);
  height: var(--hr-toolbar-control-height, 36px);
  padding: 0 10px;
  border-radius: var(--hr-toolbar-control-radius, 10px);
  border: 1px solid rgba(120, 160, 255, 0.22);
  background: linear-gradient(180deg, rgba(12, 26, 58, 0.72), rgba(15, 31, 65, 0.54));
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.hr-schedule-toolbar.is-payroll-toolbar .hr-payroll-picker-trigger {
  min-height: var(--hr-toolbar-control-height, 36px);
  height: var(--hr-toolbar-control-height, 36px);
  padding: 0 10px;
  border-radius: var(--hr-toolbar-control-radius, 10px);
}

.hr-schedule-toolbar.is-payroll-toolbar .hr-payroll-picker-tags {
  margin-top: 0;
  max-height: 22px;
}

.hr-payroll-picker-trigger:hover {
  border-color: rgba(142, 180, 255, 0.42);
  box-shadow: 0 10px 22px rgba(8, 17, 39, 0.18);
}

.hr-payroll-picker.is-open .hr-payroll-picker-trigger {
  border-color: rgba(160, 196, 255, 0.58);
  box-shadow: 0 0 0 3px rgba(98, 140, 226, 0.12);
}

.hr-payroll-picker-trigger-inner {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  min-height: 100%;
  min-width: 0;
}

.hr-payroll-picker-arrow {
  margin-left: auto;
  flex: none;
  font-size: 11px;
  color: rgba(202, 216, 238, 0.74);
}

.hr-payroll-picker-tags {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  margin-top: 0;
  max-height: 20px;
  overflow: hidden;
  align-items: center;
  min-width: 0;
  flex: 1 1 auto;
}

.hr-payroll-picker-placeholder {
  color: rgba(196, 210, 232, 0.72);
  font-size: 12px;
  line-height: 1.3;
  white-space: nowrap;
}

.hr-payroll-picker-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  border: 1px solid rgba(122, 166, 255, 0.22);
  background: rgba(54, 91, 167, 0.24);
  color: rgba(242, 246, 255, 0.94);
  font-size: 11px;
  max-width: 220px;
  overflow: hidden;
}

.hr-payroll-picker-tag span:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hr-payroll-picker-tag:hover {
  border-color: rgba(150, 188, 255, 0.48);
  background: rgba(70, 111, 196, 0.32);
}

.hr-payroll-picker-chip-more {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  border: 1px solid rgba(120, 160, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(214, 226, 246, 0.82);
  font-size: 11px;
  font-weight: 700;
}

.hr-payroll-picker-tag-remove {
  font-size: 15px;
  line-height: 1;
  color: rgba(226, 235, 250, 0.76);
}

.hr-payroll-picker-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 12;
  border-radius: 14px;
  border: 1px solid rgba(130, 170, 255, 0.24);
  background: linear-gradient(180deg, rgba(13, 29, 64, 0.98), rgba(10, 23, 53, 0.98));
  box-shadow: 0 18px 40px rgba(2, 8, 22, 0.42);
  overflow: hidden;
}

.hr-payroll-picker-search {
  padding: 12px;
  border-bottom: 1px solid rgba(120, 160, 255, 0.14);
}

.hr-payroll-picker-search input {
  width: 100%;
}

.hr-payroll-picker-list {
  max-height: 220px;
  overflow: auto;
  padding: 6px;
}

.hr-payroll-picker-option {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.16s ease, border-color 0.16s ease;
}

.hr-payroll-picker-option:hover {
  background: rgba(78, 120, 202, 0.16);
}

.hr-payroll-picker-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.hr-payroll-picker-checkmark {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  border: 1px solid rgba(140, 182, 255, 0.4);
  background: rgba(255, 255, 255, 0.04);
  flex: none;
}

.hr-payroll-picker-option.is-checked .hr-payroll-picker-checkmark {
  border-color: rgba(171, 204, 255, 0.9);
  background: linear-gradient(180deg, rgba(88, 137, 227, 0.76), rgba(63, 102, 181, 0.92));
}

.hr-payroll-picker-option.is-checked .hr-payroll-picker-checkmark::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(42deg);
}

.hr-payroll-picker-option-main {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.hr-payroll-picker-option-code {
  font-size: 12px;
  font-weight: 800;
  color: rgba(245, 248, 255, 0.96);
}

.hr-payroll-picker-option-name {
  color: rgba(196, 210, 232, 0.78);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hr-payroll-picker-empty {
  padding: 18px 12px;
  text-align: center;
  color: rgba(196, 210, 232, 0.72);
}

.hr-payroll-picker-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px;
  border-top: 1px solid rgba(120, 160, 255, 0.14);
  color: rgba(205, 219, 241, 0.84);
}

.hr-payroll-full-wrap {
  overflow: auto;
}

.hr-payroll-full-table {
  min-width: max-content;
  table-layout: fixed;
}

.hr-payroll-full-table thead th {
  position: relative;
  white-space: pre-line;
  vertical-align: middle;
}

.hr-payroll-full-header-row-1 {
  background: linear-gradient(180deg, rgba(31, 63, 121, 0.88), rgba(23, 47, 95, 0.92));
}

.hr-payroll-full-header-row-2 {
  background: linear-gradient(180deg, rgba(24, 51, 102, 0.92), rgba(18, 39, 82, 0.94));
}

.hr-payroll-full-table td {
  white-space: nowrap;
}

.hr-payroll-full-table .is-sticky-col,
.hr-payroll-full-table tbody td.is-sticky-col {
  position: sticky;
  z-index: 2;
  background: linear-gradient(180deg, rgba(16, 34, 74, 0.98), rgba(13, 29, 64, 0.98));
  box-shadow: 1px 0 0 rgba(120, 160, 255, 0.1);
}

.hr-payroll-full-table thead .is-sticky-col {
  z-index: 5;
  background: linear-gradient(180deg, rgba(31, 63, 121, 0.98), rgba(23, 47, 95, 0.98));
}

.hr-table-refresh-hint {
  margin-bottom: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(120, 160, 255, 0.18);
  background: linear-gradient(180deg, rgba(20, 42, 86, 0.48), rgba(15, 31, 65, 0.52));
  color: rgba(230, 238, 250, 0.86);
  font-size: 12px;
  line-height: 1.6;
}

.hr-logistics-store-select,
.hr-logistics-owner-input,
.hr-logistics-day-input {
  width: 100%;
  min-width: 120px;
}

.hr-logistics-day-input {
  min-width: 84px;
}

.hr-file-input {
  display: none;
}

.hr-dashboard-table-wrap {
  overflow: auto;
  max-height: 322px;
  border-radius: 12px;
  border: 1px solid rgba(120, 160, 255, 0.16);
  scrollbar-color: rgba(119, 159, 235, 0.44) rgba(8, 20, 47, 0.28);
}

.hr-overview-shell,
.hr-overview-sections {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.hr-overview-top {
  display: grid;
  grid-template-columns: minmax(330px, 0.5fr) minmax(720px, 1.5fr);
  gap: 12px;
  align-items: stretch;
}

.hr-overview-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
}

.hr-overview-dashboard-panel,
.hr-overview-section {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid rgba(120, 160, 255, 0.18);
  background: linear-gradient(180deg, rgba(17, 36, 76, 0.42), rgba(12, 28, 60, 0.34));
  min-width: 0;
}

.hr-overview-dashboard-panel {
  align-content: start;
}

.hr-overview-active-filter-bar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px 14px;
  padding: 9px 12px;
  border: 1px solid rgba(126, 169, 255, 0.18);
  border-radius: 12px;
  background: rgba(18, 39, 80, 0.54);
}

.hr-overview-active-filter-copy {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(194, 211, 238, 0.78);
  font-size: 12px;
  white-space: nowrap;
}

.hr-overview-active-filter-label {
  color: rgba(241, 246, 255, 0.96);
  font-weight: 800;
}

.hr-overview-active-filter-chips {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.hr-overview-active-filter-chips::-webkit-scrollbar {
  display: none;
}

.hr-overview-reset-button.button {
  min-height: 30px;
  height: 30px;
  padding: 0 10px;
  border-radius: 9px;
  background: rgba(20, 42, 85, 0.72);
  box-shadow: none;
}

.hr-overview-section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.hr-overview-section-title {
  font-size: 14px;
  font-weight: 800;
  color: rgba(244, 248, 255, 0.98);
}

.hr-overview-section-meta {
  font-size: 12px;
  color: rgba(198, 212, 234, 0.78);
}

.hr-mini-table {
  min-width: 760px;
  margin: 0;
}

.hr-mini-table thead th,
.hr-overview-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(31, 63, 121, 0.99), rgba(23, 47, 95, 0.99));
  box-shadow: 0 1px 0 rgba(120, 160, 255, 0.16);
}

.hr-mini-table tbody tr,
.hr-overview-table tbody tr {
  transition: background 0.14s ease;
}

.hr-mini-table tbody tr:hover,
.hr-overview-table tbody tr:hover {
  background: rgba(99, 145, 236, 0.09);
}

.hr-mini-table tbody tr.is-unassigned-owner {
  background: rgba(214, 118, 105, 0.08);
}

.hr-mini-table tbody tr.is-clickable {
  cursor: pointer;
}

.hr-mini-table tbody tr.is-clickable:hover,
.hr-mini-table tbody tr.is-clickable:focus-visible {
  background: rgba(99, 145, 236, 0.14);
  outline: none;
}

.hr-mini-table tbody tr.is-clickable:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(126, 169, 255, 0.72);
}

.hr-mini-table tbody tr.is-selected {
  background: rgba(82, 134, 236, 0.2);
  box-shadow: inset 3px 0 0 #75a4ff;
}

.hr-dashboard-owner-cell,
.hr-dashboard-category-list {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
}

.hr-dashboard-rank {
  display: inline-grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border-radius: 7px;
  background: rgba(117, 160, 244, 0.14);
  color: rgba(187, 211, 249, 0.9);
  font-size: 11px;
  font-weight: 800;
}

.hr-dashboard-count {
  display: inline-flex;
  min-width: 38px;
  justify-content: center;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(106, 145, 220, 0.12);
  color: rgba(223, 234, 252, 0.94);
  font-variant-numeric: tabular-nums;
  font-weight: 800;
}

.hr-dashboard-count.is-primary {
  background: rgba(94, 145, 242, 0.22);
  color: #bcd4ff;
}

.hr-dashboard-category-list span {
  padding: 3px 7px;
  border-radius: 999px;
  border: 1px solid rgba(120, 160, 255, 0.16);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(213, 226, 246, 0.86);
  font-size: 11px;
}

.hr-overview-card > .hr-table-head {
  margin-bottom: 10px;
}

@media (max-width: 1280px) {
  .hr-schedule-toolbar.is-overview-toolbar {
    grid-template-columns: 180px minmax(0, 1fr) repeat(2, minmax(170px, 1fr));
  }

  .hr-schedule-toolbar.is-overview-toolbar .hr-filter-item.is-overview-issue {
    grid-column: 2 / span 2;
  }

  .hr-schedule-toolbar.is-overview-toolbar .hr-toolbar-actions.is-overview-actions {
    grid-column: 4;
  }
}

.hr-payroll-note {
  color: rgba(233, 239, 255, 0.88);
  line-height: 1.7;
  min-height: 52px;
}

.hr-schedule-table-card:has(.hr-payroll-note) {
  display: none;
}

.hr-row-action-btn {
  min-height: 32px;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid rgba(120, 160, 255, 0.24);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(236, 242, 255, 0.92);
  font-size: 12px;
  font-weight: 700;
}

.hr-row-action-btn:hover {
  border-color: rgba(120, 160, 255, 0.4);
  background: rgba(35, 59, 112, 0.42);
}

.hr-issue-tag-list {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.hr-issue-tag {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.hr-issue-tag-unscheduled,
.hr-issue-tag-blank_schedule {
  background: rgba(218, 103, 103, 0.18);
  color: #ffd3d3;
}

.hr-issue-tag-rest_shortage,
.hr-issue-tag-rest_excess {
  background: rgba(242, 190, 96, 0.18);
  color: #ffe2ac;
}

.hr-issue-tag-holiday_shift_mismatch {
  background: rgba(116, 150, 255, 0.18);
  color: #d7e2ff;
}

.hr-issue-tag-identity_missing {
  background: rgba(215, 110, 133, 0.18);
  color: #ffd3df;
}

.hr-issue-tag-profile_missing {
  background: rgba(174, 126, 236, 0.18);
  color: #ead8ff;
}

.hr-issue-tag-contact_missing {
  background: rgba(89, 183, 173, 0.18);
  color: #c9fff6;
}

.hr-issue-tag-education_missing {
  background: rgba(136, 127, 241, 0.18);
  color: #e0dcff;
}

.hr-issue-tag-contract_missing {
  background: rgba(228, 168, 97, 0.18);
  color: #ffe1b2;
}

.hr-issue-tag-feishu_role_invalid {
  background: rgba(110, 137, 188, 0.18);
  color: #d7e2ff;
}

.hr-issue-tag-salary_missing {
  background: rgba(226, 116, 89, 0.18);
  color: #ffd7c7;
}

.hr-audit-details summary {
  cursor: pointer;
  color: rgba(214, 226, 246, 0.92);
}

.hr-audit-details-body {
  display: grid;
  gap: 10px;
  margin-top: 10px;
  min-width: 280px;
}

.hr-audit-detail-block {
  display: grid;
  gap: 6px;
}

.hr-audit-detail-title {
  font-size: 12px;
  font-weight: 700;
  color: rgba(232, 240, 255, 0.92);
}

.hr-audit-detail-text {
  color: rgba(206, 220, 241, 0.86);
  line-height: 1.6;
}

.hr-audit-date-list {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.hr-audit-date-chip {
  padding: 3px 8px;
  border-radius: 999px;
  border: 1px solid rgba(120, 160, 255, 0.22);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(226, 235, 250, 0.86);
  font-size: 11px;
}

.hr-issue-field-list {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.app-container.theme-light .hr-schedule-hero,
.app-container.theme-light .hr-schedule-toolbar,
.app-container.theme-light .hr-schedule-table-card,
.app-container.theme-light .hr-summary-card {
  border-color: var(--light-border);
  background: linear-gradient(180deg, rgba(252, 248, 242, 0.98), rgba(243, 235, 224, 0.97));
  box-shadow: 0 4px 14px rgba(120, 97, 73, 0.05);
}

.app-container.theme-light .hr-schedule-hero-title,
.app-container.theme-light .hr-summary-value,
.app-container.theme-light .hr-table-title,
.app-container.theme-light .hr-overview-section-title {
  color: var(--light-text-strong);
}

.app-container.theme-light .hr-schedule-hero-subtitle,
.app-container.theme-light .hr-schedule-hero-meta,
.app-container.theme-light .hr-summary-sub,
.app-container.theme-light .hr-table-meta,
.app-container.theme-light .hr-overview-section-meta {
  color: var(--light-text);
}

.app-container.theme-light .hr-filter-label,
.app-container.theme-light .hr-summary-title,
.app-container.theme-light .hr-filter-help {
  color: var(--light-text-soft);
}

.app-container.theme-light .hr-table-wrap {
  border-color: rgba(212, 197, 176, 0.92);
}

.app-container.theme-light .hr-dashboard-table-wrap,
.app-container.theme-light .hr-audit-table-wrap,
.app-container.theme-light .hr-table-wrap {
  border-color: rgba(212, 197, 176, 0.92);
  background: rgba(255, 250, 245, 0.78);
}

.app-container.theme-light .hr-overview-dashboard-panel,
.app-container.theme-light .hr-overview-section {
  border-color: var(--light-border);
  background: linear-gradient(180deg, rgba(244, 237, 227, 0.98), rgba(236, 227, 214, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.app-container.theme-light .hr-overview-active-filter-bar {
  border-color: rgba(212, 197, 176, 0.86);
  background: rgba(247, 240, 231, 0.9);
}

.app-container.theme-light .hr-overview-active-filter-copy,
.app-container.theme-light .hr-overview-active-filter-label {
  color: var(--light-text);
}

.app-container.theme-light .hr-mini-table thead th,
.app-container.theme-light .hr-overview-table thead th {
  background: linear-gradient(180deg, rgba(237, 224, 207, 0.99), rgba(225, 207, 184, 0.99));
}

.app-container.theme-light .hr-dashboard-count,
.app-container.theme-light .hr-dashboard-category-list span,
.app-container.theme-light .hr-dashboard-rank {
  color: var(--light-text-strong);
  background: rgba(187, 158, 122, 0.14);
}

.app-container.theme-light .hr-mini-table tbody tr.is-clickable:hover,
.app-container.theme-light .hr-mini-table tbody tr.is-clickable:focus-visible {
  background: rgba(173, 139, 99, 0.13);
}

.app-container.theme-light .hr-mini-table tbody tr.is-selected {
  background: rgba(173, 139, 99, 0.2);
  box-shadow: inset 3px 0 0 rgba(151, 111, 66, 0.78);
}

.app-container.theme-light .hr-board-tab {
  background: rgba(255, 252, 248, 0.78);
  border-color: rgba(212, 197, 176, 0.92);
  color: var(--light-text);
}

.app-container.theme-light .hr-board-tab:hover {
  color: var(--light-text-strong);
}

.app-container.theme-light .hr-board-tab.is-active {
  background: linear-gradient(180deg, rgba(244, 235, 223, 0.98), rgba(231, 214, 192, 0.98));
  color: var(--light-text-strong);
  box-shadow: 0 10px 22px rgba(120, 97, 73, 0.12);
}

.app-container.theme-light .hr-action-button,
.app-container.theme-light .hr-row-action-btn {
  border-color: rgba(212, 197, 176, 0.92);
  background: rgba(255, 252, 248, 0.86);
  color: var(--light-text);
}

.app-container.theme-light .hr-action-button-primary {
  background: linear-gradient(180deg, rgba(244, 235, 223, 0.98), rgba(231, 214, 192, 0.98));
  color: var(--light-text-strong);
}

.app-container.theme-light .hr-calendar-wrap {
  border-color: rgba(212, 197, 176, 0.92);
}

.app-container.theme-light .hr-calendar-staff-head,
.app-container.theme-light .hr-calendar-staff-cell {
  background: linear-gradient(180deg, rgba(248, 243, 236, 0.98), rgba(240, 232, 220, 0.98));
}

.app-container.theme-light .hr-calendar-date-head {
  background: linear-gradient(180deg, rgba(244, 237, 227, 0.98), rgba(238, 229, 216, 0.98));
  color: var(--light-text-strong);
}

.app-container.theme-light .hr-calendar-date-head.is-weekend {
  color: var(--light-gold);
}

.app-container.theme-light .hr-staff-name {
  color: var(--light-text-strong);
}

.app-container.theme-light .hr-staff-meta,
.app-container.theme-light .hr-pagination-text {
  color: var(--light-text-soft);
}

.app-container.theme-light .hr-active-store-summary-item {
  border-color: rgba(212, 197, 176, 0.82);
  background: rgba(255, 252, 248, 0.86);
  color: var(--light-text-strong);
}

.app-container.theme-light .hr-active-store-summary-owner {
  color: var(--light-text-soft);
}

.app-container.theme-light .hr-status-pill {
  background: rgba(229, 217, 199, 0.72);
  color: var(--light-text-strong);
}

.app-container.theme-light .hr-calendar-grid-cell {
  background: rgba(120, 97, 73, 0.04);
}

.app-container.theme-light .hr-calendar-cell-empty {
  background: rgba(120, 97, 73, 0.05);
  color: rgba(95, 80, 66, 0.5);
}

.app-container.theme-light .hr-audit-table-wrap {
  border-color: rgba(212, 197, 176, 0.92);
}

.app-container.theme-light .hr-payroll-picker-trigger {
  border-color: rgba(212, 197, 176, 0.92);
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.98), rgba(245, 238, 227, 0.96));
}

.app-container.theme-light .hr-schedule-toolbar.is-payroll-toolbar input[type="month"] {
  color-scheme: light;
  border-color: rgba(212, 197, 176, 0.92);
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.98), rgba(246, 239, 229, 0.96));
  color: var(--light-text-strong);
}

.app-container.theme-light .hr-schedule-toolbar input:not([type]),
.app-container.theme-light .hr-schedule-toolbar input[type="month"],
.app-container.theme-light .hr-schedule-toolbar input[type="date"],
.app-container.theme-light .hr-schedule-toolbar input[type="text"],
.app-container.theme-light .hr-schedule-toolbar select {
  color-scheme: light;
  border-color: rgba(212, 197, 176, 0.92);
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.98), rgba(246, 239, 229, 0.96));
  color: var(--light-text-strong);
}

.app-container.theme-light .hr-schedule-toolbar select option,
.app-container.theme-light .hr-schedule-toolbar select optgroup {
  color: var(--light-text-strong);
  background: #fffaf3;
}

.app-container.theme-light .hr-schedule-toolbar input::placeholder {
  color: rgba(95, 80, 66, 0.6);
  opacity: 1;
}

.app-container.theme-light .hr-schedule-toolbar input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0.82;
  filter: none;
}

.app-container.theme-light .hr-schedule-toolbar.is-payroll-toolbar input[type="month"]::-webkit-calendar-picker-indicator {
  opacity: 0.82;
  filter: none;
}

.app-container.theme-light .hr-payroll-picker-head,
.app-container.theme-light .hr-payroll-picker-option-code {
  color: var(--light-text-strong);
}

.app-container.theme-light .hr-payroll-picker-arrow,
.app-container.theme-light .hr-payroll-picker-placeholder,
.app-container.theme-light .hr-payroll-picker-option-name,
.app-container.theme-light .hr-payroll-picker-footer,
.app-container.theme-light .hr-table-refresh-hint {
  color: var(--light-text-soft);
}

.app-container.theme-light .hr-payroll-picker-tag {
  border-color: rgba(185, 164, 136, 0.78);
  background: rgba(231, 214, 192, 0.92);
  color: var(--light-text-strong);
}

.app-container.theme-light .hr-payroll-picker-panel {
  border-color: rgba(212, 197, 176, 0.92);
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.99), rgba(243, 235, 224, 0.98));
  box-shadow: 0 14px 28px rgba(112, 93, 74, 0.12);
}

.app-container.theme-light .hr-payroll-picker-search {
  border-bottom-color: rgba(212, 197, 176, 0.92);
}

.app-container.theme-light .hr-payroll-picker-option:hover {
  background: rgba(180, 136, 69, 0.08);
}

.app-container.theme-light .hr-payroll-picker-checkmark {
  border-color: rgba(185, 164, 136, 0.92);
  background: rgba(255, 252, 248, 0.98);
}

.app-container.theme-light .hr-payroll-picker-option.is-checked .hr-payroll-picker-checkmark {
  border-color: rgba(54, 90, 77, 0.88);
  background: linear-gradient(180deg, rgba(72, 109, 93, 0.98), rgba(49, 79, 67, 0.96));
}

.app-container.theme-light .hr-payroll-picker-footer,
.app-container.theme-light .hr-table-refresh-hint {
  border-color: rgba(212, 197, 176, 0.92);
  background: rgba(255, 250, 245, 0.9);
}

.app-container.theme-light .hr-payroll-sheet-status {
  color: var(--light-text-soft);
}

.app-container.theme-light .hr-payroll-preview-table thead th {
  background: linear-gradient(180deg, rgba(244, 237, 227, 0.98), rgba(236, 227, 214, 0.98));
  color: var(--light-text-strong);
}

.app-container.theme-light .hr-payroll-preview-row-index,
.app-container.theme-light .hr-payroll-preview-table thead .hr-payroll-preview-row-index {
  background: linear-gradient(180deg, rgba(239, 231, 220, 0.99), rgba(230, 219, 204, 0.98));
  color: var(--light-text-strong);
  box-shadow: 1px 0 0 rgba(212, 197, 176, 0.9);
}

.app-container.theme-light .hr-payroll-full-header-row-1,
.app-container.theme-light .hr-payroll-full-table thead .is-sticky-col {
  background: linear-gradient(180deg, rgba(244, 237, 227, 0.98), rgba(236, 227, 214, 0.98));
}

.app-container.theme-light .hr-payroll-full-header-row-2 {
  background: linear-gradient(180deg, rgba(248, 243, 236, 0.98), rgba(240, 232, 220, 0.98));
}

.app-container.theme-light .hr-payroll-full-table .is-sticky-col,
.app-container.theme-light .hr-payroll-full-table tbody td.is-sticky-col {
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.99), rgba(247, 241, 231, 0.98));
}

.app-container.theme-light .hr-issue-tag-unscheduled,
.app-container.theme-light .hr-issue-tag-blank_schedule {
  background: rgba(215, 128, 114, 0.18);
  color: #8a4034;
}

.app-container.theme-light .hr-issue-tag-rest_shortage,
.app-container.theme-light .hr-issue-tag-rest_excess {
  background: rgba(201, 160, 82, 0.18);
  color: #7a5822;
}

.app-container.theme-light .hr-issue-tag-holiday_shift_mismatch {
  background: rgba(110, 137, 188, 0.16);
  color: #3f597a;
}

.app-container.theme-light .hr-issue-tag-identity_missing {
  background: rgba(217, 135, 149, 0.18);
  color: #883d53;
}

.app-container.theme-light .hr-issue-tag-profile_missing {
  background: rgba(174, 126, 236, 0.14);
  color: #6a4a96;
}

.app-container.theme-light .hr-issue-tag-contact_missing {
  background: rgba(111, 172, 163, 0.18);
  color: #2f6b65;
}

.app-container.theme-light .hr-issue-tag-education_missing {
  background: rgba(136, 127, 241, 0.16);
  color: #5a4fa3;
}

.app-container.theme-light .hr-issue-tag-contract_missing {
  background: rgba(201, 160, 82, 0.18);
  color: #7a5822;
}

.app-container.theme-light .hr-issue-tag-feishu_role_invalid {
  background: rgba(110, 137, 188, 0.16);
  color: #3f597a;
}

.app-container.theme-light .hr-issue-tag-salary_missing {
  background: rgba(215, 128, 114, 0.18);
  color: #8a4034;
}

.app-container.theme-light .hr-audit-details summary,
.app-container.theme-light .hr-audit-detail-title {
  color: var(--light-text-strong);
}

.app-container.theme-light .hr-audit-detail-text,
.app-container.theme-light .hr-audit-date-chip {
  color: var(--light-text);
}

.app-container.theme-light .hr-audit-date-chip {
  background: rgba(120, 97, 73, 0.06);
  border-color: rgba(212, 197, 176, 0.92);
}

@media (max-width: 1100px) {
  .hr-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hr-schedule-hero {
    flex-direction: column;
  }

  .hr-schedule-hero-meta {
    min-width: 0;
    text-align: left;
  }

  .hr-board-tab {
    flex: 1 1 220px;
  }
}

@media (max-width: 1380px) {
  .hr-schedule-toolbar.is-overview-toolbar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hr-schedule-toolbar.is-overview-toolbar .hr-filter-item.is-overview-search {
    grid-column: span 2;
    margin-left: 0;
    margin-right: 0;
  }

  .hr-schedule-toolbar.is-logistics-toolbar {
    grid-template-columns: 170px minmax(260px, 360px) minmax(0, 1fr);
  }

  .hr-schedule-toolbar.is-logistics-toolbar .hr-filter-item.is-logistics-search,
  .hr-schedule-toolbar.is-payroll-toolbar .hr-filter-item.is-payroll-search {
    margin-left: 0;
    margin-right: 0;
  }

  .hr-schedule-toolbar.is-logistics-toolbar .hr-toolbar-actions.is-logistics-actions {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .hr-schedule-toolbar.is-payroll-toolbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hr-schedule-toolbar.is-payroll-toolbar .hr-filter-item.is-payroll-store,
  .hr-schedule-toolbar.is-payroll-toolbar .hr-toolbar-actions.is-payroll-actions {
    grid-column: 1 / -1;
  }

  .hr-schedule-toolbar.is-payroll-toolbar .hr-filter-item.is-payroll-page-size {
    max-width: none;
  }
}

@media (max-width: 1450px) {
  .hr-overview-top {
    grid-template-columns: 1fr;
  }

  .hr-overview-metric-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .hr-schedule-toolbar.is-overview-toolbar,
  .hr-schedule-toolbar.is-logistics-toolbar,
  .hr-schedule-toolbar.is-payroll-toolbar {
    grid-template-columns: 1fr;
  }

  .hr-schedule-toolbar.is-overview-toolbar {
    grid-template-columns: 1fr;
  }

  .hr-schedule-toolbar.is-overview-toolbar .hr-filter-item.is-overview-month,
  .hr-schedule-toolbar.is-overview-toolbar .hr-filter-item.is-overview-search,
  .hr-schedule-toolbar.is-overview-toolbar .hr-filter-item.is-overview-owner,
  .hr-schedule-toolbar.is-overview-toolbar .hr-filter-item.is-overview-category,
  .hr-schedule-toolbar.is-overview-toolbar .hr-filter-item.is-overview-issue,
  .hr-schedule-toolbar.is-overview-toolbar .hr-toolbar-actions.is-overview-actions {
    grid-column: auto;
  }

  .hr-schedule-toolbar.is-logistics-toolbar .hr-toolbar-actions.is-logistics-actions,
  .hr-schedule-toolbar.is-payroll-toolbar .hr-filter-item.is-payroll-store,
  .hr-schedule-toolbar.is-payroll-toolbar .hr-toolbar-actions.is-payroll-actions {
    grid-column: auto;
  }

  .hr-schedule-toolbar.is-logistics-toolbar .hr-toolbar-actions.is-logistics-actions,
  .hr-schedule-toolbar.is-payroll-toolbar .hr-toolbar-actions.is-payroll-actions {
    justify-self: stretch;
  }

  .hr-summary-grid {
    grid-template-columns: 1fr;
  }

  .hr-schedule-toolbar {
    align-items: stretch;
  }

  .hr-overview-metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hr-overview-active-filter-bar {
    grid-template-columns: 1fr;
  }

  .hr-overview-reset-button.button {
    width: 100%;
  }

  .hr-toolbar-actions {
    width: 100%;
  }

  .hr-filter-item,
  .hr-filter-item-wide,
  .hr-filter-item-keyword,
  .hr-filter-item-search,
  .hr-filter-item-store,
  .hr-refresh-btn {
    width: 100%;
    min-width: 0;
  }
}

.forecast-section {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(360px, 0.95fr);
  gap: 10px;
  align-items: stretch;
}

.forecast-main-panel {
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.forecast-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 8px;
}

.forecast-chart {
  min-height: 220px;
  flex: 1 1 auto;
}

.forecast-broadcast-panel {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
}

.forecast-broadcast-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.forecast-broadcast-text {
  margin-top: 12px;
  padding: 14px 16px;
  min-height: 0;
  width: 100%;
  box-sizing: border-box;
  border-radius: 12px;
  border: 1px solid rgba(120, 160, 255, 0.18);
  background: linear-gradient(180deg, rgba(24, 45, 89, 0.76), rgba(15, 30, 63, 0.72));
  color: rgba(235, 240, 255, 0.92);
  font-size: 14px;
  line-height: 1.75;
  overflow: hidden;
  overflow-wrap: anywhere;
  flex: 1;
}

.forecast-broadcast-line {
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.forecast-broadcast-line + .forecast-broadcast-line {
  margin-top: 6px;
}

.forecast-broadcast-line-title {
  font-weight: 700;
}

.forecast-broadcast-gap {
  height: 16px;
}

.card{
  background: linear-gradient(180deg, rgba(31,56,104,0.88), rgba(19,36,74,0.88));
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
  padding: 14px;
}

.card-title{
  color: var(--muted);
  font-size: 13px;
}
.card-value{
  margin-top: 8px;
  font-size: 26px;
  font-weight: 800;
}
.card-sub{
  margin-top: 6px;
  color: #7c8aa5;
  font-size: 12px;
}

.user-tag {
  font-size: 12px;
  color: rgba(235, 240, 255, 0.8);
  padding: 0 4px;
}

.login-wrap {
  min-height: 100vh;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0;
}

.login-scene {
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  isolation: isolate;
  overflow: hidden;
  background: #091d41;
}

.login-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 8%, #0d2551 0%, #0b214a 34%, #091d41 64%);
  pointer-events: none;
  z-index: 0;
}

.login-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(152, 226, 191, 0.92), rgba(152, 226, 191, 0.92)),
    url("/assets/login-guofeng-lines-eeEmpild.png") center / cover no-repeat;
  background-blend-mode: color;
  mix-blend-mode: multiply;
  opacity: 0.24;
  filter: contrast(1.08) saturate(1.18) brightness(1.02);
  pointer-events: none;
  z-index: 1;
}

.login-bg-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.login-line-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.login-line-grid {
  background:
    repeating-linear-gradient(34deg, rgba(120, 170, 232, 0.04) 0 1px, transparent 1px 72px),
    repeating-linear-gradient(-34deg, rgba(108, 160, 230, 0.035) 0 1px, transparent 1px 72px);
  opacity: 0.05;
}

.login-line-sweep-1 {
  background:
    radial-gradient(circle at 18% 42%, rgba(112, 174, 246, 0.12), transparent 24%),
    linear-gradient(96deg, transparent 0 34%, rgba(133, 188, 255, 0.12) 42%, transparent 52%);
  opacity: 0.08;
}

.login-line-sweep-2 {
  opacity: 0;
}

.login-line-sweep-3 {
  opacity: 0;
}

.login-line-accent {
  opacity: 0;
}

.login-space {
  position: relative;
  z-index: 2;
  display: none;
}

.login-card-shell {
  display: flex;
  position: relative;
  z-index: 3;
  align-items: center;
  justify-content: center;
  width: min(100%, calc(100% / 2.55));
  padding: clamp(18px, 3.5vw, 42px);
  background: transparent;
}

.login-card {
  width: min(520px, 100%);
  display: grid;
  gap: 10px;
  padding: clamp(22px, 3vw, 30px);
  border-radius: 12px;
  border: 1px solid rgba(97, 146, 216, 0.55);
  background: rgba(16, 44, 89, 0.92);
  box-shadow: 0 10px 24px rgba(4, 14, 38, 0.34);
}

.login-title {
  margin: 0;
  font-size: 34px;
  letter-spacing: 0.02em;
}

.login-subtitle {
  color: rgba(191, 214, 244, 0.84);
  font-size: 15px;
  margin-bottom: 6px;
}

.login-label {
  font-size: 13px;
  color: rgba(183, 211, 246, 0.9);
}

.login-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 4px;
}

.login-switch-btn {
  border: 1px solid rgba(112, 166, 238, 0.42);
  background: rgba(7, 28, 62, 0.78);
  color: rgba(190, 218, 248, 0.9);
  font-weight: 700;
  transition: border-color 0.16s ease, background 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.login-switch-btn:hover {
  border-color: rgba(136, 191, 255, 0.68);
  transform: translateY(-1px);
}

.login-switch-btn.active {
  border-color: rgba(147, 201, 255, 0.88);
  background: rgba(68, 126, 208, 0.45);
  color: #eef5ff;
}

.login-control {
  display: grid;
  grid-template-columns: 20px 1fr 28px;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 12px;
  border: 1px solid rgba(112, 168, 240, 0.42);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(45, 75, 132, 0.34), rgba(24, 45, 92, 0.44));
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.login-control:hover {
  border-color: rgba(140, 198, 255, 0.72);
}

.login-control:focus-within {
  border-color: rgba(150, 211, 255, 0.98);
  box-shadow: 0 0 0 2px rgba(88, 155, 232, 0.28);
}

.login-control-icon {
  width: 18px;
  height: 18px;
  color: rgba(186, 214, 248, 0.92);
}

.login-control-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

.login-control-input {
  border: none;
  outline: none;
  background: transparent;
  color: rgba(228, 241, 255, 0.98);
  font-size: 14px;
  letter-spacing: 0.01em;
  padding: 0;
}

.login-control input.login-control-input,
.login-control input.login-control-input:hover,
.login-control input.login-control-input:focus {
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.login-control-input::placeholder {
  color: rgba(198, 221, 250, 0.8);
}

.login-control-tail {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: none;
  background: transparent;
  color: rgba(199, 221, 251, 0.9);
  padding: 0;
  font-size: 38px;
  line-height: 1;
  cursor: pointer;
}

.login-control-tail svg {
  width: 19px;
  height: 19px;
  display: block;
  fill: currentColor;
}

.login-control-tail:disabled {
  opacity: 0.42;
  cursor: default;
}

.login-aux {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.login-remember {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(198, 221, 248, 0.88);
  font-size: 15px;
}

.login-remember input {
  width: 16px;
  height: 16px;
  accent-color: rgba(136, 190, 255, 0.95);
}

.login-link {
  border: none;
  background: transparent;
  color: rgba(202, 223, 249, 0.9);
  font-size: 15px;
  cursor: pointer;
  padding: 0;
}

.login-link:hover {
  color: #ffffff;
}

.login-card input:not(.login-control-input),
.login-card select {
  border: 1px solid rgba(114, 170, 242, 0.42);
  background: rgba(8, 30, 66, 0.82);
  color: rgba(229, 242, 255, 0.96);
  border-radius: 8px;
  padding: 9px 11px;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.login-card input:not(.login-control-input)::placeholder {
  color: rgba(168, 200, 236, 0.74);
}

.login-card input:not(.login-control-input):hover,
.login-card select:hover {
  border-color: rgba(141, 195, 255, 0.74);
}

.login-card input:not(.login-control-input):focus,
.login-card select:focus {
  border-color: rgba(129, 196, 255, 0.95);
  box-shadow: 0 0 0 2px rgba(73, 146, 234, 0.25);
  background: rgba(8, 34, 72, 0.9);
}

.login-card select option {
  color: #122b52;
}

.login-card input#register-name,
.login-card input#register-phone,
.login-card input#register-password,
.login-card input#register-region,
.login-card select#register-region {
  border-color: rgba(247, 206, 94, 0.82);
  background: linear-gradient(180deg, rgba(17, 42, 90, 0.96), rgba(9, 27, 63, 0.96));
  color: #ffe083;
  font-weight: 600;
}

.login-card input#register-name::placeholder,
.login-card input#register-phone::placeholder,
.login-card input#register-password::placeholder,
.login-card input#register-region::placeholder {
  color: rgba(255, 224, 133, 0.78);
}

.login-card input#register-name:hover,
.login-card input#register-phone:hover,
.login-card input#register-password:hover,
.login-card input#register-region:hover,
.login-card select#register-region:hover {
  border-color: rgba(255, 218, 112, 0.96);
}

.login-card input#register-name:focus,
.login-card input#register-phone:focus,
.login-card input#register-password:focus,
.login-card input#register-region:focus,
.login-card select#register-region:focus {
  border-color: #ffd86d;
  box-shadow: 0 0 0 2px rgba(247, 206, 94, 0.32);
  background: linear-gradient(180deg, rgba(21, 50, 104, 0.98), rgba(11, 31, 72, 0.98));
}

.login-card select#register-region option {
  color: #0f2d59;
  background: #f4f9ff;
}

.login-error {
  color: #ffb4bc;
  font-size: 13px;
}

.login-success {
  color: #9be5bf;
  font-size: 13px;
}

.login-btn {
  margin-top: 2px;
  min-height: 46px;
  border-radius: 8px;
  border: 1px solid rgba(122, 177, 245, 0.78);
  background: linear-gradient(180deg, #4e8fe1 0%, #326cbf 100%);
  color: #eef6ff;
  font-size: 24px;
  letter-spacing: 0.08em;
  font-weight: 700;
  transition: transform 0.16s ease, box-shadow 0.16s ease, filter 0.16s ease;
  box-shadow: 0 8px 18px rgba(61, 119, 198, 0.34);
}

.login-btn:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 11px 22px rgba(67, 128, 211, 0.4);
  filter: brightness(1.03);
}

.login-btn:active:not(:disabled) {
  transform: translateY(0);
}

.login-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  box-shadow: none;
}

.login-btn-yellow {
  border-color: #f9dd7d;
  background: linear-gradient(180deg, #f6d86a 0%, #e9bf43 100%);
  color: #1a355f;
  box-shadow: 0 10px 22px rgba(236, 193, 78, 0.34);
}

.login-btn-yellow:hover:not(:disabled) {
  box-shadow: 0 12px 24px rgba(236, 193, 78, 0.42);
}

.login-api {
  color: rgba(163, 196, 236, 0.76);
  font-size: 12px;
  margin-top: 2px;
}

@media (max-width: 1380px) {
  .forecast-section {
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.95fr);
  }
}

@media (max-width: 980px) {
  .app-container {
    padding: 12px;
  }

  .app-topbar {
    margin: -12px -12px 12px;
    padding: 12px;
  }

  .forecast-section {
    grid-template-columns: 1fr;
  }

  .forecast-summary-grid {
    grid-template-columns: 1fr;
  }

  .forecast-chart {
    min-height: 200px;
  }

  .forecast-broadcast-text {
    min-height: 0;
  }

  .app-menu-bar {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 4px;
  }

  .app-menu-item {
    font-size: 14px;
    padding: 6px 12px;
    white-space: nowrap;
  }

  .app-top-meta {
    width: 100%;
    justify-content: space-between;
  }

  .app-store-layout {
    grid-template-columns: 1fr;
  }

  .login-scene {
    grid-template-columns: 1fr;
  }

  .login-space {
    display: none;
  }

  .login-card-shell {
    justify-content: center;
    width: 100%;
    padding: 16px;
  }

  .login-card {
    width: min(620px, 100%);
  }

  .login-btn {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .app-container {
    padding: 10px;
  }

  .app-topbar {
    margin: -10px -10px 10px;
    padding: 10px;
    gap: 10px;
  }

  .app-menu-bar {
    gap: 6px;
  }

  .app-top-meta {
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
  }

  .dashboard-toolbar {
    width: 100%;
    justify-content: flex-start;
  }

  .user-tag {
    width: 100%;
    font-size: 12px;
    line-height: 1.5;
    word-break: break-all;
  }

  .theme-switch {
    width: auto;
    flex-shrink: 0;
  }

  .theme-switch-btn {
    padding: 6px 10px;
  }

  .panel-pad {
    padding: 10px;
  }

  .dashboard-shell .card {
    min-width: 0;
  }

  .dashboard-top-cards-grid .card {
    padding: 10px;
    border-radius: 12px;
  }

  .dashboard-top-cards-grid .title {
    font-size: 12px;
  }

  .dashboard-top-cards-grid .value {
    margin-top: 6px;
    font-size: 18px;
    line-height: 1.1;
  }

  .dashboard-top-cards-grid .sub {
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.35;
  }

  .dashboard-shell .h2 {
    font-size: 22px;
  }

  .compare-filter-bar {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start !important;
    overflow: visible !important;
  }

  .compare-filter-item {
    min-width: 0 !important;
    width: 100%;
  }

  .compare-filter-range {
    grid-column: 1 / -1;
  }

  .compare-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .compare-summary-card {
    padding: 8px 10px !important;
    min-height: 84px !important;
    line-height: 1.55 !important;
  }

  .compare-summary-card .title {
    font-size: 12px;
  }

  .compare-summary-card .value {
    font-size: 18px !important;
    line-height: 1.1 !important;
  }

  .compare-summary-card .sub {
    font-size: 11px;
    line-height: 1.35;
  }

  .forecast-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px;
  }

  .section-export-toolbar {
    justify-content: stretch;
  }

  .section-export-toolbar .app-action-btn {
    width: 100%;
  }

  .group-completion-grid {
    grid-template-columns: 1fr;
  }

  .forecast-summary-card {
    padding: 8px 10px !important;
  }

  .forecast-summary-card .title {
    font-size: 12px;
  }

  .forecast-summary-card .value {
    font-size: 18px !important;
    line-height: 1.1 !important;
  }

  .forecast-summary-card .sub {
    font-size: 11px;
    line-height: 1.4;
  }

  .forecast-broadcast-header {
    align-items: stretch;
    flex-direction: column;
  }

  .forecast-broadcast-header .app-action-btn {
    width: 100%;
  }
}
.hr-hero-board-tabs {
  align-items: center;
}

.hr-hero-board-tab.button,
.hr-hero-action-button.button {
  box-sizing: border-box;
  font-family: inherit;
}

.hr-hero-board-tab.button {
  width: auto;
  min-width: 0;
  min-height: 40px;
  height: 40px;
  padding: 0 17px;
  border-radius: 13px;
  border: 1px solid rgba(120, 160, 255, 0.18);
  background: rgba(9, 18, 42, 0.42);
  color: rgba(214, 226, 246, 0.82);
  font-size: 14px;
  font-weight: 700;
  box-shadow: none;
}

.hr-hero-board-tab.button:hover,
.hr-hero-board-tab.button[data-hovered="true"] {
  color: rgba(244, 248, 255, 0.98);
  border-color: rgba(120, 160, 255, 0.34);
  background: rgba(30, 52, 99, 0.7);
}

.hr-hero-board-tab.button.is-active {
  background: linear-gradient(135deg, rgba(81, 120, 214, 0.34), rgba(34, 52, 97, 0.9));
  border-color: rgba(120, 160, 255, 0.48);
  color: #f6f9ff;
  box-shadow: 0 8px 20px rgba(8, 17, 39, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hr-schedule-toolbar.is-overview-toolbar.hr-hero-overview-toolbar {
  grid-template-columns: 170px 150px 160px 160px 190px max-content;
  gap: 10px 12px;
  position: sticky;
  top: 76px;
  z-index: 12;
  border-color: rgba(126, 167, 255, 0.24);
  background: linear-gradient(180deg, rgba(24, 50, 98, 0.96), rgba(16, 36, 75, 0.94));
  box-shadow: 0 14px 30px rgba(3, 10, 26, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
}

.hr-hero-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

.hr-hero-input.input,
.hr-hero-search-group.search-field__group,
.hr-hero-select-trigger.select__trigger {
  box-sizing: border-box;
  width: 100%;
  min-height: var(--hr-toolbar-control-height, 38px);
  height: var(--hr-toolbar-control-height, 38px);
  border: 1px solid rgba(120, 160, 255, 0.28);
  border-radius: var(--hr-toolbar-control-radius, 11px);
  background: linear-gradient(180deg, rgba(13, 28, 62, 0.96), rgba(11, 23, 51, 0.94));
  color: rgba(240, 245, 255, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 6px 16px rgba(4, 10, 26, 0.12);
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.hr-hero-input.input {
  appearance: auto;
  padding: 0 11px;
}

.hr-hero-input.input:hover,
.hr-hero-search-group.search-field__group:hover,
.hr-hero-select-trigger.select__trigger:hover,
.hr-hero-select-trigger.select__trigger[data-hovered="true"] {
  border-color: rgba(129, 172, 255, 0.5);
  background: linear-gradient(180deg, rgba(18, 37, 78, 0.98), rgba(13, 28, 62, 0.96));
}

.hr-hero-input.input:focus-visible,
.hr-hero-search-group.search-field__group[data-focus-within="true"],
.hr-hero-select-trigger.select__trigger[data-focus-visible="true"] {
  border-color: rgba(128, 174, 255, 0.82);
  box-shadow: 0 0 0 3px rgba(91, 140, 238, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  outline: none;
}

.hr-hero-input.input[type="month"] {
  color-scheme: dark;
}

.hr-hero-search-group.search-field__group {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 9px;
}

.hr-hero-search-icon {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  color: rgba(177, 199, 236, 0.72);
}

.hr-hero-search-input.input {
  min-width: 0;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  box-shadow: none;
}

.hr-hero-search-input.input:focus-visible {
  outline: none;
  box-shadow: none;
}

.hr-hero-search-input::placeholder {
  color: rgba(171, 190, 224, 0.58);
  opacity: 1;
}

.hr-hero-search-clear.button {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(190, 207, 235, 0.76);
  box-shadow: none;
}

.hr-hero-select-trigger.select__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 10px 0 11px;
  text-align: left;
}

.hr-hero-select-value {
  min-width: 0;
  overflow: hidden;
  color: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hr-hero-select-indicator {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  color: rgba(181, 204, 241, 0.76);
}

.hr-hero-select[data-disabled="true"] .hr-hero-select-trigger,
.hr-hero-select-trigger[data-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.5;
}

.hr-hero-select-popover.popover,
.hr-hero-select-popover.select__popover {
  z-index: 1000;
  min-width: var(--trigger-width);
  max-height: 320px;
  overflow: auto;
  padding: 6px;
  border: 1px solid rgba(120, 160, 255, 0.3);
  border-radius: 12px;
  background: rgba(15, 31, 67, 0.98);
  color: rgba(239, 245, 255, 0.96);
  box-shadow: 0 18px 44px rgba(3, 8, 22, 0.42);
  backdrop-filter: blur(16px);
}

.hr-hero-select-list.list-box {
  display: grid;
  gap: 3px;
  padding: 0;
  outline: none;
}

.hr-hero-select-option.list-box-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 34px;
  padding: 7px 9px;
  border-radius: 8px;
  color: inherit;
  cursor: pointer;
}

.hr-hero-select-option.list-box-item:hover,
.hr-hero-select-option.list-box-item[data-hovered="true"],
.hr-hero-select-option.list-box-item[data-focused="true"] {
  background: rgba(91, 140, 238, 0.18);
}

.hr-hero-select-option.list-box-item[data-selected="true"] {
  background: rgba(91, 140, 238, 0.28);
  color: #ffffff;
}

.hr-hero-select-option-indicator {
  color: #9fc1ff;
}

.hr-hero-action-button.button {
  min-width: fit-content;
  min-height: var(--hr-toolbar-control-height, 38px);
  height: var(--hr-toolbar-control-height, 38px);
  padding: 0 14px;
  border: 1px solid rgba(120, 160, 255, 0.38);
  border-radius: var(--hr-toolbar-control-radius, 11px);
  background: linear-gradient(135deg, rgba(68, 105, 191, 0.78), rgba(45, 73, 137, 0.88));
  color: #f7f9ff;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(6, 15, 37, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.hr-hero-action-button.button:hover,
.hr-hero-action-button.button[data-hovered="true"] {
  border-color: rgba(146, 182, 255, 0.66);
  background: linear-gradient(135deg, rgba(79, 120, 215, 0.9), rgba(52, 83, 154, 0.96));
}

.hr-hero-action-button.button[aria-disabled="true"],
.hr-hero-action-button.button[data-disabled="true"] {
  opacity: 0.5;
}

.hr-hero-section-button.button {
  min-height: 30px;
  height: 30px;
  padding: 0 11px;
  border-radius: 9px;
  background: rgba(36, 64, 119, 0.76);
}

.hr-hero-pagination-button.button {
  min-height: 34px;
  height: 34px;
  padding: 0 12px;
  background: rgba(26, 49, 94, 0.78);
}

.hr-hero-metric-button.button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "label value"
    "hint value";
  align-items: center;
  gap: 4px 12px;
  width: 100%;
  min-width: 0;
  min-height: 82px;
  height: auto;
  padding: 12px 14px;
  border: 1px solid rgba(120, 160, 255, 0.2);
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(30, 60, 116, 0.52), rgba(12, 29, 63, 0.66));
  color: rgba(240, 246, 255, 0.96);
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}

.hr-hero-metric-button.button:hover,
.hr-hero-metric-button.button[data-hovered="true"] {
  transform: translateY(-1px);
  border-color: rgba(132, 176, 255, 0.44);
  background: linear-gradient(145deg, rgba(39, 75, 140, 0.66), rgba(16, 37, 78, 0.78));
  box-shadow: 0 10px 24px rgba(4, 11, 28, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hr-hero-metric-button.button.is-selected {
  border-color: rgba(139, 182, 255, 0.68);
  background: linear-gradient(145deg, rgba(69, 111, 204, 0.54), rgba(24, 54, 108, 0.9));
  box-shadow: 0 10px 24px rgba(6, 15, 37, 0.24), inset 3px 0 0 #86b0ff;
}

.hr-hero-metric-label {
  grid-area: label;
  min-width: 0;
  overflow: hidden;
  color: rgba(218, 230, 249, 0.9);
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hr-hero-metric-value {
  grid-area: value;
  color: #ffffff;
  font-size: 25px;
  font-weight: 850;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.hr-hero-metric-hint {
  grid-area: hint;
  min-width: 0;
  overflow: hidden;
  color: rgba(176, 197, 231, 0.72);
  font-size: 11px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hr-hero-filter-chip.button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: auto;
  min-width: 0;
  min-height: 28px;
  height: 28px;
  padding: 0 8px 0 10px;
  border: 1px solid rgba(126, 169, 255, 0.28);
  border-radius: 999px;
  background: rgba(80, 126, 218, 0.14);
  color: rgba(231, 239, 253, 0.92);
  font-size: 11px;
  font-weight: 700;
  box-shadow: none;
}

.hr-hero-filter-chip.button:hover,
.hr-hero-filter-chip.button[data-hovered="true"] {
  border-color: rgba(142, 181, 255, 0.48);
  background: rgba(80, 126, 218, 0.24);
}

.hr-hero-filter-chip-close {
  color: rgba(183, 207, 244, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.app-container.theme-light .hr-hero-board-tab.button {
  border-color: rgba(212, 197, 176, 0.92);
  background: rgba(255, 252, 248, 0.8);
  color: var(--light-text);
}

.app-container.theme-light .hr-hero-board-tab.button.is-active {
  border-color: rgba(188, 159, 122, 0.72);
  background: linear-gradient(180deg, rgba(244, 235, 223, 0.98), rgba(231, 214, 192, 0.98));
  color: var(--light-text-strong);
}

.app-container.theme-light .hr-hero-input.input,
.app-container.theme-light .hr-hero-search-group.search-field__group,
.app-container.theme-light .hr-hero-select-trigger.select__trigger {
  color-scheme: light;
  border-color: rgba(212, 197, 176, 0.92);
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.98), rgba(246, 239, 229, 0.96));
  color: var(--light-text-strong);
  box-shadow: 0 5px 14px rgba(120, 97, 73, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.app-container.theme-light .hr-hero-search-input.input {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.app-container.theme-light .hr-hero-search-input::placeholder {
  color: rgba(95, 80, 66, 0.58);
}

.app-container.theme-light .hr-hero-search-icon,
.app-container.theme-light .hr-hero-select-indicator {
  color: rgba(95, 80, 66, 0.68);
}

.app-container.theme-light .hr-hero-select-popover.popover,
.app-container.theme-light .hr-hero-select-popover.select__popover {
  border-color: rgba(212, 197, 176, 0.96);
  background: rgba(255, 250, 243, 0.99);
  color: var(--light-text-strong);
  box-shadow: 0 18px 44px rgba(95, 80, 66, 0.2);
}

.app-container.theme-light .hr-hero-select-option.list-box-item:hover,
.app-container.theme-light .hr-hero-select-option.list-box-item[data-hovered="true"],
.app-container.theme-light .hr-hero-select-option.list-box-item[data-focused="true"] {
  background: rgba(207, 184, 153, 0.24);
}

.app-container.theme-light .hr-hero-select-option.list-box-item[data-selected="true"] {
  background: rgba(205, 177, 141, 0.34);
  color: var(--light-text-strong);
}

.app-container.theme-light .hr-hero-action-button.button {
  border-color: rgba(190, 161, 126, 0.7);
  background: linear-gradient(180deg, rgba(238, 224, 205, 0.98), rgba(220, 197, 167, 0.98));
  color: var(--light-text-strong);
  box-shadow: 0 8px 18px rgba(120, 97, 73, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.app-container.theme-light .hr-schedule-toolbar.is-overview-toolbar.hr-hero-overview-toolbar {
  border-color: rgba(208, 190, 166, 0.96);
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.97), rgba(244, 237, 227, 0.95));
  box-shadow: 0 14px 30px rgba(108, 85, 62, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.app-container.theme-light .hr-hero-metric-button.button {
  border-color: rgba(212, 197, 176, 0.9);
  background: linear-gradient(145deg, rgba(255, 252, 248, 0.98), rgba(240, 230, 216, 0.96));
  color: var(--light-text-strong);
}

.app-container.theme-light .hr-hero-metric-button.button.is-selected {
  border-color: rgba(179, 146, 108, 0.72);
  background: linear-gradient(145deg, rgba(241, 226, 207, 0.98), rgba(224, 203, 176, 0.98));
  box-shadow: 0 10px 22px rgba(120, 97, 73, 0.14), inset 3px 0 0 rgba(165, 126, 80, 0.86);
}

.app-container.theme-light .hr-hero-metric-label,
.app-container.theme-light .hr-hero-metric-value {
  color: var(--light-text-strong);
}

.app-container.theme-light .hr-hero-metric-hint {
  color: var(--light-text-soft);
}

.app-container.theme-light .hr-hero-filter-chip.button {
  border-color: rgba(202, 178, 146, 0.74);
  background: rgba(210, 187, 156, 0.18);
  color: var(--light-text-strong);
}

@media (max-width: 1540px) {
  .hr-schedule-toolbar.is-overview-toolbar.hr-hero-overview-toolbar {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hr-schedule-toolbar.is-overview-toolbar.hr-hero-overview-toolbar .is-overview-actions {
    grid-column: auto;
    justify-self: start;
  }
}

@media (max-width: 980px) {
  .hr-schedule-toolbar.is-overview-toolbar.hr-hero-overview-toolbar {
    grid-template-columns: 1fr;
    position: static;
  }

  .hr-schedule-toolbar.is-overview-toolbar.hr-hero-overview-toolbar .is-overview-region,
  .hr-schedule-toolbar.is-overview-toolbar.hr-hero-overview-toolbar .is-overview-owner,
  .hr-schedule-toolbar.is-overview-toolbar.hr-hero-overview-toolbar .is-overview-category,
  .hr-schedule-toolbar.is-overview-toolbar.hr-hero-overview-toolbar .is-overview-issue,
  .hr-schedule-toolbar.is-overview-toolbar.hr-hero-overview-toolbar .is-overview-actions {
    grid-column: auto;
    width: 100%;
  }

  .hr-schedule-toolbar.is-overview-toolbar.hr-hero-overview-toolbar .is-overview-actions .button {
    width: 100%;
  }
}
