/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */




  :root, :host {
    --font-sans: "Manrope", "Manrope Fallback", ui-sans-serif, system-ui, sans-serif;
    --font-mono: "JetBrains Mono", ui-monospace, monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --text-8xl: 6rem;
    --text-8xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-normal: 0em;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --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, 0.2, 1);
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --blur-md: 12px;
    --blur-xl: 24px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --shadow-overlay: var(--overlay-shadow);
    --border-width-field: var(--field-border-width, var(--border-width));
    --ease-smooth: ease;
    --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
    --ease-out-fluid: cubic-bezier(0.32, 0.72, 0, 1);
    --ease-linear: linear;
    --font-display: "Anton", "Impact", sans-serif;
  }



html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    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;
  }
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }



  .pointer-events-none {
    pointer-events: none;
  }
  .status-pending {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .-top-1 {
    top: calc(var(--spacing) * -1);
  }
  .top-0 {
    top: 0px;
  }
  .-right-1 {
    right: calc(var(--spacing) * -1);
  }
  .z-\[1030\] {
    z-index: 1030;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-first {
    order: -9999;
  }
  .col-2 {
    grid-column: 2;
  }
  .col-3 {
    grid-column: 3;
  }
  .col-6 {
    grid-column: 6;
  }
  .col-9 {
    grid-column: 9;
  }
  .col-10 {
    grid-column: 10;
  }
  .col-12 {
    grid-column: 12;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .float-left {
    float: left;
  }
  .float-none {
    float: none;
  }
  .float-right {
    float: right;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .\!m-0 {
    margin: 0px !important;
  }
  .m-0 {
    margin: 0px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .my-auto {
    margin-block: auto;
  }
  .mt-0 {
    margin-top: 0px;
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-32 {
    margin-top: calc(var(--spacing) * 32);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-1 {
    margin-right: var(--spacing);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-auto {
    margin-right: auto;
  }
  .\!mb-0 {
    margin-bottom: 0px !important;
  }
  .\!mb-1 {
    margin-bottom: var(--spacing) !important;
  }
  .\!mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5) !important;
  }
  .\!mb-2 {
    margin-bottom: calc(var(--spacing) * 2) !important;
  }
  .\!mb-3 {
    margin-bottom: calc(var(--spacing) * 3) !important;
  }
  .\!mb-4 {
    margin-bottom: calc(var(--spacing) * 4) !important;
  }
  .\!mb-6 {
    margin-bottom: calc(var(--spacing) * 6) !important;
  }
  .mb-0 {
    margin-bottom: 0px;
  }
  .mb-1 {
    margin-bottom: var(--spacing);
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-3\.5 {
    margin-bottom: calc(var(--spacing) * 3.5);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-auto {
    margin-bottom: auto;
  }
  .ml-1 {
    margin-left: var(--spacing);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-6 {
    margin-left: calc(var(--spacing) * 6);
  }
  .ml-auto {
    margin-left: auto;
  }
  .\!flex {
    display: flex !important;
  }
  .\!inline-flex {
    display: inline-flex !important;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .\!h-1 {
    height: var(--spacing) !important;
  }
  .\!h-auto {
    height: auto !important;
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-100 {
    height: calc(var(--spacing) * 100);
  }
  .h-full {
    height: 100%;
  }
  .max-h-10 {
    max-height: calc(var(--spacing) * 10);
  }
  .max-h-12 {
    max-height: calc(var(--spacing) * 12);
  }
  .max-h-\[100px\] {
    max-height: 100px;
  }
  .max-h-\[420px\] {
    max-height: 420px;
  }
  .min-h-\[50vh\] {
    min-height: 50vh;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .\!w-20 {
    width: calc(var(--spacing) * 20) !important;
  }
  .\!w-28 {
    width: calc(var(--spacing) * 28) !important;
  }
  .\!w-auto {
    width: auto !important;
  }
  .\!w-full {
    width: 100% !important;
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-25 {
    width: calc(var(--spacing) * 25);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-50 {
    width: calc(var(--spacing) * 50);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-28 {
    max-width: calc(var(--spacing) * 28);
  }
  .max-w-48 {
    max-width: calc(var(--spacing) * 48);
  }
  .max-w-72 {
    max-width: calc(var(--spacing) * 72);
  }
  .max-w-\[8rem\] {
    max-width: 8rem;
  }
  .max-w-\[12rem\] {
    max-width: 12rem;
  }
  .max-w-\[18rem\] {
    max-width: 18rem;
  }
  .max-w-\[100px\] {
    max-width: 100px;
  }
  .max-w-\[120px\] {
    max-width: 120px;
  }
  .max-w-\[140px\] {
    max-width: 140px;
  }
  .max-w-\[220px\] {
    max-width: 220px;
  }
  .max-w-\[260px\] {
    max-width: 260px;
  }
  .max-w-\[340px\] {
    max-width: 340px;
  }
  .max-w-\[420px\] {
    max-width: 420px;
  }
  .max-w-\[440px\] {
    max-width: 440px;
  }
  .max-w-\[480px\] {
    max-width: 480px;
  }
  .max-w-\[540px\] {
    max-width: 540px;
  }
  .max-w-\[550px\] {
    max-width: 550px;
  }
  .max-w-\[560px\] {
    max-width: 560px;
  }
  .max-w-\[720px\] {
    max-width: 720px;
  }
  .max-w-\[750px\] {
    max-width: 750px;
  }
  .max-w-\[760px\] {
    max-width: 760px;
  }
  .max-w-\[860px\] {
    max-width: 860px;
  }
  .max-w-\[960px\] {
    max-width: 960px;
  }
  .max-w-\[980px\] {
    max-width: 980px;
  }
  .max-w-\[1100px\] {
    max-width: 1100px;
  }
  .max-w-\[1536px\] {
    max-width: 1536px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .min-w-0 {
    min-width: 0px;
  }
  .min-w-\[170px\] {
    min-width: 170px;
  }
  .min-w-\[200px\] {
    min-width: 200px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow-0 {
    flex-grow: 0;
  }
  .flex-grow-1 {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-\[20px_minmax\(0\,1fr\)\] {
    grid-template-columns: 20px minmax(0,1fr);
  }
  .\!flex-row {
    flex-direction: row !important;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .\!items-center {
    align-items: center !important;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .\!justify-center {
    justify-content: center !important;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  :where(.space-y-0\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 0.5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 0.5) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-1\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-2\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2.5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2.5) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-7 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 7) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 7) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-10 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
  }
  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-x-10 {
    column-gap: calc(var(--spacing) * 10);
  }
  .gap-y-1 {
    row-gap: var(--spacing);
  }
  .gap-y-1\.5 {
    row-gap: calc(var(--spacing) * 1.5);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-2\.5 {
    row-gap: calc(var(--spacing) * 2.5);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .gap-y-5 {
    row-gap: calc(var(--spacing) * 5);
  }
  :where(.divide-y > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }
  :where(.divide-default > :not(:last-child)) {
    border-color: var(--default);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .\!rounded-full {
    border-radius: calc(infinity * 1px) !important;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: calc(var(--radius) * 2);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: calc(var(--radius) * 1);
  }
  .rounded-md {
    border-radius: calc(var(--radius) * 0.75);
  }
  .rounded-xl {
    border-radius: calc(var(--radius) * 1.5);
  }
  .\!rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-l-xl {
    border-top-left-radius: calc(var(--radius) * 1.5);
    border-bottom-left-radius: calc(var(--radius) * 1.5);
  }
  .\!rounded-r-xl {
    border-top-right-radius: calc(var(--radius) * 1.5) !important;
    border-bottom-right-radius: calc(var(--radius) * 1.5) !important;
  }
  .rounded-r-xl {
    border-top-right-radius: calc(var(--radius) * 1.5);
    border-bottom-right-radius: calc(var(--radius) * 1.5);
  }
  .rounded-tr-2xl {
    border-top-right-radius: calc(var(--radius) * 2);
  }
  .rounded-b-2xl {
    border-bottom-right-radius: calc(var(--radius) * 2);
    border-bottom-left-radius: calc(var(--radius) * 2);
  }
  .\!border {
    border-style: var(--tw-border-style) !important;
    border-width: 1px !important;
  }
  .\!border-0 {
    border-style: var(--tw-border-style) !important;
    border-width: 0px !important;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-x-0 {
    border-inline-style: var(--tw-border-style);
    border-inline-width: 0px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-0 {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
  .border-r-0 {
    border-right-style: var(--tw-border-style);
    border-right-width: 0px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .\!border-l-2 {
    border-left-style: var(--tw-border-style) !important;
    border-left-width: 2px !important;
  }
  .border-l-0 {
    border-left-style: var(--tw-border-style);
    border-left-width: 0px;
  }
  .\!border-accent {
    border-color: var(--accent) !important;
  }
  .\!border-default {
    border-color: var(--default) !important;
  }
  .border-danger\/40 {
    border-color: var(--danger);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--danger) 40%, transparent);
    }
  }
  .border-default {
    border-color: var(--default);
  }
  .border-separator {
    border-color: var(--separator);
  }
  .border-success\/40 {
    border-color: var(--success);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--success) 40%, transparent);
    }
  }
  .border-warning\/40 {
    border-color: var(--warning);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--warning) 40%, transparent);
    }
  }
  .\!border-l-accent {
    border-left-color: var(--accent) !important;
  }
  .\!bg-transparent {
    background-color: transparent !important;
  }
  .bg-accent {
    background-color: var(--accent);
  }
  .bg-accent\/15 {
    background-color: var(--accent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--accent) 15%, transparent);
    }
  }
  .bg-background {
    background-color: var(--background);
  }
  .bg-background\/80 {
    background-color: var(--background);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--background) 80%, transparent);
    }
  }
  .bg-danger {
    background-color: var(--danger);
  }
  .bg-danger\/10 {
    background-color: var(--danger);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--danger) 10%, transparent);
    }
  }
  .bg-default {
    background-color: var(--default);
  }
  .bg-success {
    background-color: var(--success);
  }
  .bg-success\/10 {
    background-color: var(--success);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--success) 10%, transparent);
    }
  }
  .bg-surface {
    background-color: var(--surface);
  }
  .bg-surface-secondary {
    background-color: var(--surface-secondary);
  }
  .bg-surface-tertiary {
    background-color: var(--surface-tertiary);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-warning {
    background-color: var(--warning);
  }
  .bg-warning\/10 {
    background-color: var(--warning);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--warning) 10%, transparent);
    }
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .\!p-0 {
    padding: 0px !important;
  }
  .p-0 {
    padding: 0px;
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .\!px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5) !important;
  }
  .px-1 {
    padding-inline: var(--spacing);
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .\!py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5) !important;
  }
  .\!py-2 {
    padding-block: calc(var(--spacing) * 2) !important;
  }
  .py-0 {
    padding-block: 0px;
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-2\.5 {
    padding-top: calc(var(--spacing) * 2.5);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pr-1 {
    padding-right: var(--spacing);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .pl-\[1\.1rem\] {
    padding-left: 1.1rem;
  }
  .\!text-center {
    text-align: center !important;
  }
  .\!text-right {
    text-align: right !important;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .align-middle {
    vertical-align: middle;
  }
  .font-display {
    font-family: var(--font-display);
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .\!text-lg {
    font-size: var(--text-lg) !important;
    line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
  }
  .\!text-xs {
    font-size: var(--text-xs) !important;
    line-height: var(--tw-leading, var(--text-xs--line-height)) !important;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .\!text-\[10px\] {
    font-size: 10px !important;
  }
  .text-\[9px\] {
    font-size: 9px;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .\!font-semibold {
    --tw-font-weight: var(--font-weight-semibold) !important;
    font-weight: var(--font-weight-semibold) !important;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.2em\] {
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
  }
  .tracking-\[0\.25em\] {
    --tw-tracking: 0.25em;
    letter-spacing: 0.25em;
  }
  .tracking-normal {
    --tw-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .break-all {
    word-break: break-all;
  }
  .\!whitespace-normal {
    white-space: normal !important;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .\!text-\[var\(--error-fg\)\] {
    color: var(--error-fg) !important;
  }
  .\!text-\[var\(--info-fg\)\] {
    color: var(--info-fg) !important;
  }
  .\!text-\[var\(--success-fg\)\] {
    color: var(--success-fg) !important;
  }
  .\!text-\[var\(--warning-fg\)\] {
    color: var(--warning-fg) !important;
  }
  .\!text-accent {
    color: var(--accent) !important;
  }
  .\!text-danger {
    color: var(--danger) !important;
  }
  .\!text-inherit {
    color: inherit !important;
  }
  .\!text-muted {
    color: var(--muted) !important;
  }
  .\!text-success {
    color: var(--success) !important;
  }
  .text-\[var\(--error-fg\)\] {
    color: var(--error-fg);
  }
  .text-accent {
    color: var(--accent);
  }
  .text-accent-foreground {
    color: var(--accent-foreground);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-danger {
    color: var(--danger);
  }
  .text-foreground {
    color: var(--foreground);
  }
  .text-muted {
    color: var(--muted);
  }
  .text-muted\/70 {
    color: var(--muted);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--muted) 70%, transparent);
    }
  }
  .text-success {
    color: var(--success);
  }
  .text-warning {
    color: var(--warning);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .not-italic {
    font-style: normal;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-\[color\:var\(--separator\)\] {
    text-decoration-color: var(--separator);
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .accent-\[color\:var\(--accent\)\] {
    accent-color: var(--accent);
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur-xl {
    --tw-backdrop-blur: blur(var(--blur-xl));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, 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));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .running {
    animation-play-state: running;
  }
  .peer-checked\:hidden:is(:where(.peer):checked ~ *) {
    display: none;
  }
  .peer-checked\:inline:is(:where(.peer):checked ~ *) {
    display: inline;
  }
  .peer-checked\:border-accent:is(:where(.peer):checked ~ *) {
    border-color: var(--accent);
  }
  .peer-checked\:bg-accent:is(:where(.peer):checked ~ *) {
    background-color: var(--accent);
  }
  .peer-checked\:text-accent-foreground:is(:where(.peer):checked ~ *) {
    color: var(--accent-foreground);
  }
  .peer-focus-visible\:outline:is(:where(.peer):focus-visible ~ *) {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .peer-focus-visible\:outline-2:is(:where(.peer):focus-visible ~ *) {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
  }
  .peer-focus-visible\:outline-offset-2:is(:where(.peer):focus-visible ~ *) {
    outline-offset: 2px;
  }
  .peer-focus-visible\:outline-accent:is(:where(.peer):focus-visible ~ *) {
    outline-color: var(--accent);
  }
  .placeholder\:text-muted\/60::placeholder {
    color: var(--muted);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--muted) 60%, transparent);
    }
  }
  .after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
  }
  .after\:inset-0::after {
    content: var(--tw-content);
    inset: 0px;
  }
  .after\:top-0\.5::after {
    content: var(--tw-content);
    top: calc(var(--spacing) * 0.5);
  }
  .after\:left-0\.5::after {
    content: var(--tw-content);
    left: calc(var(--spacing) * 0.5);
  }
  .after\:h-5::after {
    content: var(--tw-content);
    height: calc(var(--spacing) * 5);
  }
  .after\:w-5::after {
    content: var(--tw-content);
    width: calc(var(--spacing) * 5);
  }
  .after\:rounded-full::after {
    content: var(--tw-content);
    border-radius: calc(infinity * 1px);
  }
  .after\:bg-white::after {
    content: var(--tw-content);
    background-color: var(--color-white);
  }
  .after\:transition-transform::after {
    content: var(--tw-content);
    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));
  }
  .after\:content-\[\'\'\]::after {
    --tw-content: '';
    content: var(--tw-content);
  }
  .peer-checked\:after\:translate-x-5:is(:where(.peer):checked ~ *)::after {
    content: var(--tw-content);
    --tw-translate-x: calc(var(--spacing) * 5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .empty\:hidden:empty {
    display: none;
  }
  @media (hover: hover) {
    .hover\:border-accent:hover {
      border-color: var(--accent);
    }
    .hover\:border-accent\/40:hover {
      border-color: var(--accent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:border-accent\/40:hover {
        border-color: color-mix(in oklab, var(--accent) 40%, transparent);
      }
    }
    .hover\:border-accent\/50:hover {
      border-color: var(--accent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:border-accent\/50:hover {
        border-color: color-mix(in oklab, var(--accent) 50%, transparent);
      }
    }
    .hover\:bg-default:hover {
      background-color: var(--default);
    }
    .hover\:bg-surface:hover {
      background-color: var(--surface);
    }
    .hover\:\!text-accent:hover {
      color: var(--accent) !important;
    }
    .hover\:\!text-danger:hover {
      color: var(--danger) !important;
    }
    .hover\:\!text-foreground:hover {
      color: var(--foreground) !important;
    }
    .hover\:text-accent:hover {
      color: var(--accent);
    }
    .hover\:text-accent-hover:hover {
      color: var(--accent-hover);
    }
    .hover\:text-foreground:hover {
      color: var(--foreground);
    }
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }
  .focus\:border-accent:focus {
    border-color: var(--accent);
  }
  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  .focus-visible\:text-accent:focus-visible {
    color: var(--accent);
  }
  .focus-visible\:outline:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .focus-visible\:outline-2:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
  }
  .focus-visible\:outline-offset-2:focus-visible {
    outline-offset: 2px;
  }
  .focus-visible\:outline-accent:focus-visible {
    outline-color: var(--accent);
  }
  @media (width < 64rem) {
    .max-lg\:mb-4 {
      margin-bottom: calc(var(--spacing) * 4);
    }
    .max-lg\:rounded-2xl {
      border-radius: calc(var(--radius) * 2);
    }
    .max-lg\:border {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
    .max-lg\:border-default {
      border-color: var(--default);
    }
    .max-lg\:bg-surface {
      background-color: var(--surface);
    }
    .max-lg\:p-6 {
      padding: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 40rem) {
    .sm\:col-span-2 {
      grid-column: span 2 / span 2;
    }
    .sm\:inline {
      display: inline;
    }
    .sm\:w-56 {
      width: calc(var(--spacing) * 56);
    }
    .sm\:max-w-\[420px\] {
      max-width: 420px;
    }
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .sm\:grid-cols-\[minmax\(0\,200px\)_minmax\(0\,1fr\)\] {
      grid-template-columns: minmax(0,200px) minmax(0,1fr);
    }
    .sm\:flex-nowrap {
      flex-wrap: nowrap;
    }
    .sm\:items-start {
      align-items: flex-start;
    }
    .sm\:p-6 {
      padding: calc(var(--spacing) * 6);
    }
    .sm\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
    .sm\:p-10 {
      padding: calc(var(--spacing) * 10);
    }
    .sm\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
    .sm\:px-10 {
      padding-inline: calc(var(--spacing) * 10);
    }
    .sm\:py-14 {
      padding-block: calc(var(--spacing) * 14);
    }
    .sm\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
    .sm\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
    .sm\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
    .sm\:text-7xl {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
    .sm\:text-8xl {
      font-size: var(--text-8xl);
      line-height: var(--tw-leading, var(--text-8xl--line-height));
    }
  }
  @media (width >= 48rem) {
    .md\:col-span-1 {
      grid-column: span 1 / span 1;
    }
    .md\:col-span-2 {
      grid-column: span 2 / span 2;
    }
    .md\:block {
      display: block;
    }
    .md\:inline-block {
      display: inline-block;
    }
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  @media (width >= 64rem) {
    .lg\:sticky {
      position: sticky;
    }
    .lg\:top-24 {
      top: calc(var(--spacing) * 24);
    }
    .lg\:order-none {
      order: 0;
    }
    .lg\:max-w-\[460px\] {
      max-width: 460px;
    }
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lg\:grid-cols-\[230px_minmax\(0\,1fr\)\] {
      grid-template-columns: 230px minmax(0,1fr);
    }
    .lg\:grid-cols-\[minmax\(0\,1fr\)_360px\] {
      grid-template-columns: minmax(0,1fr) 360px;
    }
    .lg\:grid-cols-\[minmax\(0\,860px\)_minmax\(320px\,1fr\)\] {
      grid-template-columns: minmax(0,860px) minmax(320px,1fr);
    }
    .lg\:items-stretch {
      align-items: stretch;
    }
    .lg\:self-start {
      align-self: flex-start;
    }
    .lg\:pr-16 {
      padding-right: calc(var(--spacing) * 16);
    }
    .lg\:pl-12 {
      padding-left: calc(var(--spacing) * 12);
    }
  }
  @media (width >= 80rem) {
    .xl\:hidden {
      display: none;
    }
    .xl\:flex-row {
      flex-direction: row;
    }
    .xl\:items-center {
      align-items: center;
    }
  }
  .\[\&_a\]\:text-accent a {
    color: var(--accent);
  }
  .\[\&_a\:hover\]\:text-accent-hover a:hover {
    color: var(--accent-hover);
  }
  .\[\&_code\]\:font-mono code {
    font-family: var(--font-mono);
  }
  .\[\&_p\:last-child\]\:mb-0 p:last-child {
    margin-bottom: 0px;
  }
  .\[\&_strong\]\:text-foreground strong {
    color: var(--foreground);
  }
  .\[\&_tbody_tr\:last-child_td\]\:border-b-0 tbody tr:last-child td {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
  .\[\&\.badge-success\]\:\!border-accent.badge-success {
    border-color: var(--accent) !important;
  }
  .\[\&\.badge-success\]\:bg-accent-soft.badge-success {
    background-color: var(--accent-soft);
  }
  .\[\&\.badge-success\]\:text-accent.badge-success {
    color: var(--accent);
  }
  .\[\&\:not\(\:has\(\.paymethod-info\)\)\]\:hidden:not(:has(.paymethod-info)) {
    display: none;
  }


@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 {
    view-transition-name: none;
  }



  .close-button {
    position: relative;
    isolation: isolate;
    display: inline-flex;
    height: calc(var(--spacing) * 6);
    width: calc(var(--spacing) * 6);
    flex-shrink: 0;
    transform-origin: center;
    align-items: center;
    justify-content: 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 250ms var(--ease-out-quart), color 150ms var(--ease-out), background-color 100ms var(--ease-out), box-shadow 150ms 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,);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    &:focus-visible:not(:focus), &[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: 0px;
      --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;
      --tw-ring-offset-width: var(--ring-offset-width);
    }
    &:disabled, &[aria-disabled="true"] {
      opacity: var(--disabled-opacity);
      cursor: var(--cursor-disabled);
      pointer-events: none;
    }
    &[data-pending="true"] {
      pointer-events: none;
    }
    & svg {
      pointer-events: none;
      width: calc(var(--spacing) * 4);
      height: calc(var(--spacing) * 4);
      flex-shrink: 0;
      align-self: center;
      margin-inline: calc(var(--spacing) * -0.5);
      margin-block: calc(var(--spacing) * 0.5);
    }
  }
  .close-button--default {
    background-color: var(--default);
    color: var(--muted);
    @media (hover: hover) {
      &:hover, &[data-hovered="true"] {
        background-color: var(--default-hover);
      }
    }
    &:active, &[data-pressed="true"] {
      transform: scale(0.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 150ms var(--ease-out), height 350ms var(--ease-smooth);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
  }
  .field-error {
    height: 0px;
    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%;
    &[data-visible] {
      height: auto;
    }
    &[data-visible] {
      opacity: 100%;
    }
    transition: opacity 150ms var(--ease-out), height 350ms var(--ease-smooth);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::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"] {
    margin: 0px;
    height: auto;
    min-height: 0px;
    padding: 0px;
    color: var(--muted);
    opacity: 100%;
    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) * 0.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 {
    width: 100%;
    contain: layout style;
  }
  .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: 0px;
    padding-bottom: calc(var(--spacing) * 4);
    color: var(--muted);
  }
  .accordion__heading {
    display: flex;
  }
  .accordion__indicator {
    margin-left: auto;
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    flex-shrink: 0;
    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: 250ms;
    transition-duration: 250ms;
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    &[data-expanded="true"] {
      rotate: calc(180deg * -1);
    }
  }
  .accordion__item {
    position: relative;
    --tw-border-style: none;
    border-style: none;
  }
  .accordion__item::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 1px;
    width: 100%;
    border-radius: calc(var(--radius) * 0.25);
    background-color: var(--separator);
  }
  .accordion__item:last-child::after {
    content: none;
  }
  .accordion__item[data-hide-separator="true"]::after {
    display: none;
  }
  .accordion__trigger {
    cursor: var(--cursor-interactive);
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    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 150ms var(--ease-out), box-shadow 150ms var(--ease-out);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    @media (hover: hover) {
      &:hover:not([aria-expanded="true"]), &[data-hovered="true"]:not([aria-expanded="true"]) {
        background-color: var(--foreground);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--foreground) 3%, transparent 90%);
        }
      }
    }
    &:focus-visible:not(:focus), &[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: 0px;
      --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;
      --tw-ring-offset-width: var(--ring-offset-width);
    }
    &:disabled, &[aria-disabled="true"] {
      opacity: var(--disabled-opacity);
      cursor: var(--cursor-disabled);
      pointer-events: none;
    }
  }
  .accordion__panel {
    opacity: 0;
    height: var(--disclosure-panel-height);
    overflow: clip;
    transition: height 200ms var(--ease-out-quad), opacity 200ms var(--ease-out);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    &[data-expanded="true"] {
      will-change: height, opacity;
      opacity: 1;
    }
  }
  .accordion--surface {
    background-color: var(--surface);
    border-radius: min(32px, var(--radius-3xl));
    .accordion__trigger {
      @media (hover: hover) {
        &:hover:not([aria-expanded="true"]), &[data-hovered="true"]:not([aria-expanded="true"]) {
          background-color: var(--default);
        }
      }
    }
    .accordion__item::after {
      background-color: var(--surface-foreground);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--surface-foreground) 6%, transparent);
      }
    }
  }
  .accordion--surface .accordion__item::after {
    left: 3%;
    width: 94%;
  }
  .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 {
    display: flex;
    align-items: center;
    .breadcrumbs__link {
      position: relative;
      padding-inline: calc(var(--spacing) * 0.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);
      text-decoration-line: none;
      opacity: 100%;
      &:hover, &[data-hovered="true"] {
        text-decoration-line: underline;
      }
      &[data-current="true"] {
        color: var(--link);
        opacity: 100%;
      }
    }
    .breadcrumbs__item {
      display: flex;
      flex-shrink: 0;
      align-items: center;
      justify-content: center;
      gap: calc(var(--spacing) * 0.5);
      padding-inline: calc(var(--spacing) * 0.5);
    }
    .breadcrumbs__separator {
      width: calc(var(--spacing) * 3);
      height: calc(var(--spacing) * 3);
      color: var(--muted);
      &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
        rotate: 180deg;
      }
    }
  }
  .disclosure-group {
    width: 100%;
    contain: layout style;
  }
  .disclosure {
    position: relative;
  }
  .accordion__heading {
    display: flex;
  }
  .disclosure__trigger {
    cursor: var(--cursor-interactive);
    display: inline-block;
    -webkit-tap-highlight-color: transparent;
    &:focus-visible:not(:focus), &[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: 0px;
      --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;
      --tw-ring-offset-width: var(--ring-offset-width);
    }
    &:disabled, &[aria-disabled="true"] {
      opacity: var(--disabled-opacity);
      cursor: var(--cursor-disabled);
      pointer-events: none;
    }
  }
  .disclosure__indicator {
    margin-left: auto;
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    flex-shrink: 0;
    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: 250ms;
    transition-duration: 250ms;
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    &[data-expanded="true"] {
      rotate: calc(180deg * -1);
    }
  }
  .disclosure__content {
    opacity: 0;
    height: var(--disclosure-panel-height);
    overflow: clip;
    transition: height 200ms var(--ease-out-quad), opacity 200ms var(--ease-out);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    &[data-expanded="true"] {
      will-change: height, opacity;
      opacity: 1;
    }
  }
  .disclosure__body {
    padding: calc(var(--spacing) * 2);
  }
  .link {
    position: relative;
    display: inline-flex;
    height: fit-content;
    width: fit-content;
    align-items: center;
    border-radius: calc(var(--radius) * 1.5);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--link);
    text-decoration-line: none;
    text-decoration-color: var(--separator-tertiary);
    text-decoration-thickness: 1.5px;
    text-underline-offset: 4px;
    -webkit-tap-highlight-color: transparent;
    transition: color 100ms var(--ease-smooth), background-color 150ms var(--ease-smooth), box-shadow 150ms var(--ease-out), opacity 100ms var(--ease-out);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    cursor: var(--cursor-interactive);
    @media (hover: hover) {
      &:hover, &[data-hovered="true"] {
        text-decoration-line: underline;
        text-decoration-color: var(--muted);
        @supports (color: color-mix(in lab, red, red)) {
          text-decoration-color: color-mix(in oklab, var(--muted) 50%, transparent);
        }
        .link__icon {
          opacity: 100%;
        }
      }
    }
    &:active, &[data-pressed="true"] {
      text-decoration-line: underline;
      text-decoration-color: var(--muted);
      .link__icon {
        opacity: 100%;
      }
    }
    &:focus-visible:not(:focus), &[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: 0px;
      --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;
      --tw-ring-offset-width: var(--ring-offset-width);
      .link__icon {
        opacity: 100%;
      }
    }
    &[aria-disabled="true"] {
      opacity: var(--disabled-opacity);
      cursor: var(--cursor-disabled);
      pointer-events: none;
    }
    .link__icon {
      pointer-events: none;
      display: inline-flex;
      width: 0.75em;
      height: 0.75em;
      flex-shrink: 0;
      align-items: center;
      justify-content: center;
      color: currentcolor;
      opacity: 60%;
      transition: opacity 150ms var(--ease-out);
      &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
      @media (prefers-reduced-motion: reduce) {
        &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
          transition-property: none;
          &::before, &::after {
            transition-property: none;
          }
        }
      }
      & 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__icon[data-default-icon="true"] {
      margin-left: var(--spacing);
      padding-bottom: calc(var(--spacing) * 1.5);
    }
    &.button {
      gap: 0px;
      text-decoration-line: none;
    }
  }
  .pagination {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: calc(var(--spacing) * 4);
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .pagination__summary {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    align-self: flex-start;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--muted);
    @media (width >= 40rem) {
      align-self: center;
    }
  }
  .pagination__content {
    display: flex;
    align-items: center;
    gap: var(--spacing);
    align-self: flex-start;
    @media (width >= 40rem) {
      align-self: center;
    }
  }
  .pagination__item {
    display: inline-flex;
  }
  .pagination__link {
    position: relative;
    isolation: isolate;
    display: inline-flex;
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
    transform-origin: center;
    align-items: center;
    justify-content: 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;
    outline-style: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 8);
      height: calc(var(--spacing) * 8);
    }
    cursor: var(--cursor-interactive);
    transition: transform 250ms var(--ease-smooth), background-color 100ms var(--ease-out), box-shadow 100ms 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,);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    --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);
    &:focus-visible, &[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: 0px;
      --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;
      --tw-ring-offset-width: var(--ring-offset-width);
    }
    &:disabled, &[aria-disabled="true"] {
      opacity: var(--disabled-opacity);
      cursor: var(--cursor-disabled);
      pointer-events: none;
    }
    @media (hover: hover) {
      &:hover, &[data-hovered="true"] {
        background-color: var(--pagination-link-bg-hover);
      }
    }
    &:active, &[data-pressed="true"] {
      background-color: var(--pagination-link-bg-pressed);
      transform: scale(0.97);
    }
    &[data-active="true"] {
      --pagination-link-bg: var(--default);
      --pagination-link-bg-hover: var(--default-hover);
      --pagination-link-bg-pressed: var(--default-hover);
    }
  }
  .pagination__ellipsis {
    display: inline-flex;
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
    align-items: center;
    justify-content: center;
    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;
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 8);
      height: calc(var(--spacing) * 8);
    }
  }
  .pagination__link--nav {
    width: auto;
    gap: calc(var(--spacing) * 1.5);
    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 (width >= 48rem) {
      width: calc(var(--spacing) * 7);
      height: calc(var(--spacing) * 7);
    }
    &:active, &[data-pressed="true"] {
      transform: scale(0.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 (width >= 48rem) {
      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 (width >= 48rem) {
      width: calc(var(--spacing) * 9);
      height: calc(var(--spacing) * 9);
    }
    &:active, &[data-pressed="true"] {
      transform: scale(0.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 (width >= 48rem) {
      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 {
    display: flex;
    gap: calc(var(--spacing) * 2);
    &[data-orientation="horizontal"] {
      flex-direction: column;
    }
    &[data-orientation="vertical"] {
      flex-direction: row;
    }
  }
  .tabs__list-container {
    position: relative;
    background-color: var(--default);
    border-radius: calc(var(--radius) * 2.5);
    > .tabs__list-container__scroller[data-orientation="vertical"] {
      height: 100%;
    }
    > .tabs__list-container__scroll-prev, > .tabs__list-container__scroll-next {
      position: absolute;
      z-index: 2;
      display: none;
      width: calc(var(--spacing) * 4);
      height: calc(var(--spacing) * 4);
      cursor: var(--cursor-interactive);
      align-items: center;
      justify-content: center;
      border-radius: calc(infinity * 1px);
      border-style: var(--tw-border-style);
      border-width: 0px;
      background-color: transparent;
      padding: 0px;
      color: var(--foreground);
      --tw-outline-style: none;
      outline-style: none;
      transition: opacity 150ms var(--ease-smooth);
      &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
      @media (prefers-reduced-motion: reduce) {
        &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
          transition-property: none;
          &::before, &::after {
            transition-property: none;
          }
        }
      }
      @media (hover: hover) {
        &:hover {
          opacity: 70%;
        }
      }
      &: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: 0px;
        --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;
        --tw-ring-offset-width: var(--ring-offset-width);
      }
    }
    &:has([data-orientation="horizontal"]) {
      > .tabs__list-container__scroll-prev {
        top: calc(1 / 2 * 100%);
        left: var(--spacing);
        --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
      > .tabs__list-container__scroll-next {
        top: calc(1 / 2 * 100%);
        right: var(--spacing);
        --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
    &:has([data-orientation="vertical"]) {
      > .tabs__list-container__scroll-prev {
        top: var(--spacing);
        left: calc(1 / 2 * 100%);
        --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
      > .tabs__list-container__scroll-next {
        bottom: var(--spacing);
        left: calc(1 / 2 * 100%);
        --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
    &: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 {
      display: inline-flex;
    }
    &: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 {
    display: inline-flex;
    padding: var(--spacing);
    &[data-orientation="horizontal"] {
      width: max-content;
      min-width: 100%;
      flex-direction: row;
    }
    &[data-orientation="vertical"] {
      flex-direction: column;
      gap: var(--spacing);
      .tabs__tab {
        min-width: calc(var(--spacing) * 20);
      }
    }
  }
  .tabs__tab {
    position: relative;
    display: flex;
    height: calc(var(--spacing) * 8);
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: calc(var(--radius) * 3);
    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;
    outline-style: none;
    -webkit-tap-highlight-color: transparent;
    z-index: 1;
    cursor: var(--cursor-interactive);
    transition: color 150ms var(--ease-smooth), background-color 150ms var(--ease-smooth), box-shadow 150ms var(--ease-out), opacity 150ms var(--ease-smooth);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    &[data-selected="true"] {
      color: var(--segment-foreground);
      .tabs__separator, & + .tabs__tab .tabs__separator {
        opacity: 0%;
      }
    }
    &:disabled, &[data-disabled="true"], &[aria-disabled="true"] {
      opacity: var(--disabled-opacity);
      cursor: var(--cursor-disabled);
      pointer-events: none;
    }
    @media (hover: hover) {
      &:not([data-selected="true"]):not([data-disabled="true"]):hover, &[data-hovered="true"]:not([data-selected="true"]):not([data-disabled="true"]) {
        opacity: 70%;
      }
    }
    &:focus-visible:not(:focus), &[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: 0px;
      --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;
      --tw-ring-offset-width: var(--ring-offset-width);
    }
  }
  .tabs__separator {
    pointer-events: none;
    position: absolute;
    border-radius: calc(var(--radius) * 0.5);
    background-color: var(--muted);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--muted) 25%, transparent);
    }
    transition: opacity 150ms var(--ease-smooth);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    .tabs__list[data-orientation="horizontal"] & {
      top: calc(1 / 4 * 100%);
      left: 0px;
      height: calc(1 / 2 * 100%);
      width: 1px;
    }
    .tabs__list[data-orientation="vertical"] & {
      top: 0px;
      left: 5%;
      height: 1px;
      width: 90%;
    }
  }
  .tabs__panel {
    width: 100%;
    padding: calc(var(--spacing) * 2);
    --tw-outline-style: none;
    outline-style: none;
    &[data-exiting="true"] {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
    }
    &[data-orientation="horizontal"] {
      margin-top: calc(var(--spacing) * 4);
    }
    &[data-orientation="vertical"] {
      margin-left: calc(var(--spacing) * 4);
    }
  }
  .tabs__indicator {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: calc(var(--radius) * 3);
    background-color: var(--segment);
    --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);
    z-index: -1;
    transition-duration: 250ms;
    transition-property: translate, width, height;
    transition-timing-function: var(--ease-out-fluid);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
  }
  .tabs--secondary > .tabs__list-container {
    border-radius: 0;
    background-color: transparent;
    .tabs__list {
      padding: 0px;
    }
    .tabs__separator {
      display: none;
    }
    .tabs__tab {
      border-radius: 0;
      &[data-selected="true"] {
        color: var(--foreground);
      }
    }
    .tabs__indicator {
      border-radius: 0;
      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);
    }
  }
  .tabs--secondary[data-orientation="horizontal"] > .tabs__list-container {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--border);
    .tabs__indicator {
      top: auto;
      bottom: 0px;
      height: calc(var(--spacing) * 0.5);
    }
  }
  .tabs--secondary[data-orientation="vertical"] > .tabs__list-container {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
    border-color: var(--border);
    .tabs__indicator {
      top: 0px;
      left: 0px;
      height: 100%;
      width: calc(var(--spacing) * 0.5);
    }
  }
  .button {
    position: relative;
    isolation: isolate;
    display: inline-flex;
    height: calc(var(--spacing) * 10);
    width: fit-content;
    transform-origin: center;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 2);
    border-radius: calc(var(--radius) * 3);
    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;
    outline-style: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 9);
    }
    transition: transform 250ms var(--ease-smooth), background-color 100ms var(--ease-out), box-shadow 100ms 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;
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    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);
    &:focus-visible:not(:focus), &[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: 0px;
      --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;
      --tw-ring-offset-width: var(--ring-offset-width);
    }
    &:disabled, &[aria-disabled="true"] {
      opacity: var(--disabled-opacity);
      cursor: var(--cursor-disabled);
      pointer-events: none;
    }
    &[data-pending="true"] {
      pointer-events: none;
    }
    &:active, &[data-pressed="true"] {
      background-color: var(--button-bg-pressed);
      transform: scale(0.97);
    }
    @media (hover: hover) {
      &:hover, &[data-hovered="true"] {
        background-color: var(--button-bg-hover);
      }
    }
    & svg:not([data-slot="spinner"] svg, [data-slot="link-icon"] svg) {
      pointer-events: none;
      margin-inline: calc(var(--spacing) * -0.5);
      margin-block: calc(var(--spacing) * 0.5);
      width: calc(var(--spacing) * 5);
      height: calc(var(--spacing) * 5);
      flex-shrink: 0;
      align-self: center;
      @media (width >= 40rem) {
        margin-block: var(--spacing);
      }
      @media (width >= 40rem) {
        width: calc(var(--spacing) * 4);
        height: calc(var(--spacing) * 4);
      }
    }
  }
  .button--sm {
    height: calc(var(--spacing) * 9);
    padding-inline: calc(var(--spacing) * 3);
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 8);
    }
    & svg:not([data-slot="spinner"] svg, [data-slot="link-icon"] svg) {
      width: calc(var(--spacing) * 4);
      height: calc(var(--spacing) * 4);
    }
    &:active, &[data-pressed="true"] {
      transform: scale(0.98);
    }
  }
  .button--lg {
    height: calc(var(--spacing) * 11);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 10);
    }
    &:active, &[data-pressed="true"] {
      transform: scale(0.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-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: 0px;
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 9);
    }
  }
  .button--icon-only.button--sm {
    width: calc(var(--spacing) * 9);
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 8);
    }
  }
  .button--icon-only.button--lg {
    width: calc(var(--spacing) * 11);
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 10);
    }
  }
  .button--full-width {
    width: 100%;
  }
  .button-group {
    display: inline-flex;
    height: auto;
    align-items: center;
    justify-content: center;
    gap: 0px;
  }
  .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) * 0.5);
    background-color: currentcolor;
    opacity: 15%;
    position: absolute;
    pointer-events: none;
    transition: opacity 150ms var(--ease-smooth);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    .button-group--horizontal & {
      left: -1px;
      top: 25%;
      width: 1px;
      height: 50%;
    }
    .button-group--vertical & {
      left: 25%;
      top: -1px;
      width: 50%;
      height: 1px;
    }
  }
  .button-group--horizontal .button--outline:first-child {
    border-inline-end-style: var(--tw-border-style);
    border-inline-end-width: 0px;
  }
  .button-group--horizontal .button--outline:last-child {
    border-inline-start-style: var(--tw-border-style);
    border-inline-start-width: 0px;
  }
  .button-group--horizontal .button--outline:not(:first-child):not(:last-child) {
    border-inline-style: var(--tw-border-style);
    border-inline-width: 0px;
  }
  .button-group--vertical .button--outline:first-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
  .button-group--vertical .button--outline:last-child {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
  .button-group--vertical .button--outline:not(:first-child):not(:last-child) {
    border-block-style: var(--tw-border-style);
    border-block-width: 0px;
  }
  .button-group--full-width {
    width: 100%;
  }
  .toggle-button {
    position: relative;
    isolation: isolate;
    display: inline-flex;
    height: calc(var(--spacing) * 10);
    width: fit-content;
    transform-origin: center;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 2);
    border-radius: calc(var(--radius) * 3);
    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;
    outline-style: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 9);
    }
    transition: transform 250ms var(--ease-smooth), background-color 100ms var(--ease-out), box-shadow 100ms 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,);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    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);
    &:focus-visible:not(:focus), &[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: 0px;
      --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;
      --tw-ring-offset-width: var(--ring-offset-width);
    }
    &:disabled, &[aria-disabled="true"] {
      opacity: var(--disabled-opacity);
      cursor: var(--cursor-disabled);
      pointer-events: none;
    }
    @media (hover: hover) {
      &:hover, &[data-hovered="true"] {
        background-color: var(--toggle-button-bg-hover);
      }
    }
    &:active, &[data-pressed="true"] {
      background-color: var(--toggle-button-bg-pressed);
      transform: scale(0.97);
    }
    &[data-selected="true"] {
      background-color: var(--toggle-button-bg-selected);
      color: var(--toggle-button-fg-selected);
      @media (hover: hover) {
        &:hover, &[data-hovered="true"] {
          background-color: var(--toggle-button-bg-selected-hover);
        }
      }
      &:active, &[data-pressed="true"] {
        background-color: var(--toggle-button-bg-selected-pressed);
      }
    }
    & svg {
      pointer-events: none;
      margin-inline: calc(var(--spacing) * -0.5);
      margin-block: calc(var(--spacing) * 0.5);
      width: calc(var(--spacing) * 5);
      height: calc(var(--spacing) * 5);
      flex-shrink: 0;
      align-self: center;
      @media (width >= 40rem) {
        margin-block: var(--spacing);
      }
      @media (width >= 40rem) {
        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 (width >= 48rem) {
      height: calc(var(--spacing) * 8);
    }
    & svg {
      width: calc(var(--spacing) * 4);
      height: calc(var(--spacing) * 4);
    }
    &:active, &[data-pressed="true"] {
      transform: scale(0.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 (width >= 48rem) {
      height: calc(var(--spacing) * 10);
    }
    &:active, &[data-pressed="true"] {
      transform: scale(0.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: 0px;
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 9);
    }
  }
  .toggle-button--icon-only.toggle-button--sm {
    width: calc(var(--spacing) * 9);
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 8);
    }
  }
  .toggle-button--icon-only.toggle-button--lg {
    width: calc(var(--spacing) * 11);
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 10);
    }
  }
  .toggle-button-group {
    display: inline-flex;
    height: auto;
    width: fit-content;
    align-items: center;
    justify-content: center;
    gap: 0px;
  }
  .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) * 0.5);
    background-color: currentcolor;
    opacity: 15%;
    position: absolute;
    pointer-events: none;
    transition: opacity 150ms var(--ease-smooth);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    .toggle-button-group--horizontal & {
      left: -1px;
      top: 25%;
      width: 1px;
      height: 50%;
    }
    .toggle-button-group--vertical & {
      left: 25%;
      top: -1px;
      width: 50%;
      height: 1px;
    }
  }
  .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 {
    display: grid;
    width: fit-content;
    grid-auto-flow: column;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    .separator--vertical {
      height: calc(1 / 2 * 100%);
      align-self: center;
    }
    .separator--horizontal {
      width: calc(1 / 2 * 100%);
      justify-content: center;
      justify-self: center;
    }
  }
  .toolbar--vertical {
    grid-auto-flow: row;
    align-items: flex-start;
    justify-content: flex-start;
    .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 {
    display: flex;
    flex-direction: column;
    gap: var(--spacing);
  }
  .dropdown__trigger {
    display: inline-block;
    --tw-outline-style: none;
    outline-style: none;
    transition: transform 250ms var(--ease-out-quart), background-color 150ms var(--ease-smooth), box-shadow 150ms 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,);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    cursor: var(--cursor-interactive);
    &:focus-visible:not(:focus), &[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: 0px;
      --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;
      --tw-ring-offset-width: var(--ring-offset-width);
    }
    &:disabled, &[aria-disabled="true"] {
      opacity: var(--disabled-opacity);
      cursor: var(--cursor-disabled);
      pointer-events: none;
    }
    &[data-pending="true"] {
      pointer-events: none;
    }
    &:active, &[data-pressed="true"] {
      transform: scale(0.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);
    overflow-y: auto;
    overscroll-behavior: contain;
    background-color: var(--overlay);
    padding: 0px;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    will-change: transform;
    @media (width >= 48rem) {
      min-width: calc(var(--spacing) * 55);
    }
    border-radius: min(32px, var(--radius-3xl));
    box-shadow: var(--shadow-overlay);
    &:focus-visible:not(:focus), &[data-focus-visible="true"] {
      --tw-outline-style: none;
      outline-style: none;
    }
    &[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: 150ms;
      transition-duration: 150ms;
      --tw-ease: ease;
      transition-timing-function: ease;
      --tw-enter-opacity: calc(0/100);
      --tw-enter-opacity: 0;
      --tw-enter-scale: calc(90*1%);
      --tw-enter-scale: .9;
      &[data-placement="top"] {
        --tw-enter-translate-y: calc(1*var(--spacing));
      }
      &[data-placement="bottom"] {
        --tw-enter-translate-y: calc(1*var(--spacing)*-1);
      }
      &[data-placement="left"] {
        --tw-enter-translate-x: calc(1*var(--spacing));
      }
      &[data-placement="right"] {
        --tw-enter-translate-x: calc(1*var(--spacing)*-1);
      }
    }
    &[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: 100ms;
      transition-duration: 100ms;
      --tw-ease: ease;
      transition-timing-function: ease;
      --tw-exit-scale: calc(95*1%);
      --tw-exit-scale: .95;
      --tw-exit-opacity: 0;
    }
    &[data-exiting="true"], &[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;
    }
    & [data-slot="popover-overlay-arrow"] {
      fill: var(--overlay);
    }
    &[data-placement="bottom"] [data-slot="popover-overlay-arrow"] {
      rotate: 180deg;
    }
    &[data-placement="left"] [data-slot="popover-overlay-arrow"] {
      rotate: -90deg;
    }
    &[data-placement="right"] [data-slot="popover-overlay-arrow"] {
      rotate: 90deg;
    }
    [data-slot="dropdown-menu"] {
      padding: calc(var(--spacing) * 1.5);
      --tw-outline-style: none;
      outline-style: none;
    }
    [data-slot="menu-item"] {
      padding-inline: calc(var(--spacing) * 2.5);
    }
  }
  .dropdown__menu {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: calc(var(--spacing) * 0.5);
    overflow: clip;
    padding: var(--spacing);
    [data-slot="separator"] {
      margin-left: 3%;
      width: 94%;
    }
  }
  .list-box-item {
    position: relative;
    display: flex;
    min-height: calc(var(--spacing) * 9);
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    gap: calc(var(--spacing) * 3);
    border-radius: calc(var(--radius) * 2);
    padding-inline: calc(var(--spacing) * 2);
    padding-block: calc(var(--spacing) * 1.5);
    --tw-outline-style: none;
    outline-style: none;
    -webkit-tap-highlight-color: transparent;
    transition: transform 250ms var(--ease-out-quart), box-shadow 150ms var(--ease-out);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    cursor: var(--cursor-interactive);
    [data-slot="label"] {
      pointer-events: none;
      width: fit-content;
      -webkit-user-select: none;
      user-select: none;
    }
    [data-slot="description"] {
      pointer-events: none;
      text-wrap: wrap;
      -webkit-user-select: none;
      user-select: none;
    }
    &:has(.list-box-item__indicator) {
      padding-inline-end: calc(var(--spacing) * 7);
    }
    &:focus-visible:not(:focus), &[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: 0px;
      --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;
      --tw-ring-offset-width: var(--ring-offset-width);
    }
    &:active, &[data-pressed="true"] {
      transform: scale(0.98);
    }
    @media (hover: hover) {
      &:hover, &[data-hovered="true"] {
        background-color: var(--default);
      }
    }
    &[data-disabled="true"] {
      opacity: var(--disabled-opacity);
      cursor: var(--cursor-disabled);
      pointer-events: none;
    }
  }
  .list-box-item__indicator {
    position: absolute;
    inset-inline-end: calc(var(--spacing) * 2);
    top: calc(1 / 2 * 100%);
    display: flex;
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    flex-shrink: 0;
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    align-items: center;
    justify-content: center;
    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: 250ms;
    transition-duration: 250ms;
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    [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: 300ms;
      transition-duration: 300ms;
      &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
      @media (prefers-reduced-motion: reduce) {
        &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
          transition-property: none;
          &::before, &::after {
            transition-property: none;
          }
        }
      }
    }
    .list-box-item[aria-selected="true"] [data-slot="list-box-item-indicator--checkmark"], .list-box-item[data-selected="true"] [data-slot="list-box-item-indicator--checkmark"] {
      transition: stroke-dashoffset 250ms linear;
      &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
      @media (prefers-reduced-motion: reduce) {
        &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
          transition-property: none;
          &::before, &::after {
            transition-property: none;
          }
        }
      }
    }
  }
  .list-box-item--danger .list-box-item__indicator {
    color: var(--danger);
  }
  .list-box-item--danger [data-slot="label"] {
    color: var(--danger);
  }
  .list-box-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
  .list-box {
    position: relative;
    width: 100%;
    overflow: clip;
    padding: var(--spacing);
    & > * + * {
      margin-top: var(--spacing);
    }
    [data-slot="separator"][data-orientation="horizontal"] {
      margin-left: 3%;
      width: 94%;
    }
  }
  .menu-item {
    position: relative;
    display: flex;
    min-height: calc(var(--spacing) * 9);
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    gap: calc(var(--spacing) * 3);
    border-radius: calc(var(--radius) * 2);
    padding-inline: calc(var(--spacing) * 2);
    padding-block: calc(var(--spacing) * 1.5);
    --tw-outline-style: none;
    outline-style: none;
    -webkit-tap-highlight-color: transparent;
    transition: transform 250ms var(--ease-out-quart), box-shadow 150ms var(--ease-out);
    will-change: transform;
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    cursor: var(--cursor-interactive);
    [data-slot="label"] {
      pointer-events: none;
      width: fit-content;
      -webkit-user-select: none;
      user-select: none;
    }
    [data-slot="description"] {
      pointer-events: none;
      text-wrap: wrap;
      -webkit-user-select: none;
      user-select: none;
    }
    [data-slot="submenu-indicator"] svg {
      width: calc(var(--spacing) * 3.5);
      height: calc(var(--spacing) * 3.5);
    }
    &:has(.menu-item__indicator) {
      padding-inline-start: calc(var(--spacing) * 7);
    }
    &[data-has-submenu="true"]:has(.menu-item__indicator) {
      padding-inline-start: calc(var(--spacing) * 2);
      padding-inline-end: calc(var(--spacing) * 7);
    }
    &:focus-visible:not(:focus), &[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: 0px;
      --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;
      --tw-ring-offset-width: var(--ring-offset-width);
    }
    &:active, &[data-pressed="true"] {
      transform: scale(0.98);
    }
    @media (hover: hover) {
      &:hover, &[data-hovered="true"] {
        background-color: var(--default);
      }
    }
    &[aria-checked="true"], &[aria-selected="true"], &[data-selected="true"] {
      [data-slot="menu-item-indicator--checkmark"] {
        transition: stroke-dashoffset 100ms linear;
        &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
          transition-property: none;
          &::before, &::after {
            transition-property: none;
          }
        }
        @media (prefers-reduced-motion: reduce) {
          &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
            transition-property: none;
            &::before, &::after {
              transition-property: none;
            }
          }
        }
      }
      [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: 100%;
      }
    }
    &[data-disabled="true"] {
      opacity: var(--disabled-opacity);
      cursor: var(--cursor-disabled);
      pointer-events: none;
    }
  }
  .menu-item__indicator {
    position: absolute;
    inset-inline-start: calc(var(--spacing) * 2);
    top: calc(1 / 2 * 100%);
    display: flex;
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    flex-shrink: 0;
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    align-items: center;
    justify-content: center;
    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: 250ms;
    transition-duration: 250ms;
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    .menu-item[data-has-submenu="true"] & {
      inset-inline-start: auto;
      inset-inline-end: calc(var(--spacing) * 2);
    }
    [data-slot="menu-item-indicator--checkmark"] {
      width: calc(var(--spacing) * 2.5);
      height: calc(var(--spacing) * 2.5);
      .menu-item[data-selection-mode="multiple"] & {
        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: 300ms;
        transition-duration: 300ms;
        &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
          transition-property: none;
          &::before, &::after {
            transition-property: none;
          }
        }
        @media (prefers-reduced-motion: reduce) {
          &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
            transition-property: none;
            &::before, &::after {
              transition-property: none;
            }
          }
        }
      }
    }
    [data-slot="menu-item-indicator--dot"] {
      width: calc(var(--spacing) * 2);
      height: calc(var(--spacing) * 2);
      .menu-item[data-selection-mode="multiple"] & {
        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: 250ms;
        transition-duration: 250ms;
        &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
          transition-property: none;
          &::before, &::after {
            transition-property: none;
          }
        }
        @media (prefers-reduced-motion: reduce) {
          &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
            transition-property: none;
            &::before, &::after {
              transition-property: none;
            }
          }
        }
      }
      --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);
    svg {
      width: calc(var(--spacing) * 3);
      height: calc(var(--spacing) * 3);
    }
  }
  .menu-item--danger .menu-item__indicator {
    color: var(--danger);
  }
  .menu-item--danger [data-slot="label"] {
    color: var(--danger);
  }
  .menu-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
  .menu {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: var(--spacing);
    overflow: clip;
    padding: var(--spacing);
    [data-slot="separator"] {
      margin-left: 3%;
      width: 94%;
    }
  }
  .tag-group {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: var(--spacing);
  }
  .tag-group__list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--spacing) * 1.5);
  }
  .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: 0.031em;
    position: relative;
    display: inline-flex;
    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 100ms var(--ease-smooth), scale 100ms var(--ease-smooth), opacity 100ms var(--ease-smooth), background-color 100ms var(--ease-smooth), box-shadow 100ms 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,);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    cursor: var(--cursor-interactive);
    & svg {
      pointer-events: none;
      width: calc(var(--spacing) * 3);
      height: calc(var(--spacing) * 3);
      flex-shrink: 0;
      align-self: center;
      color: currentcolor;
    }
  }
  .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: 0px;
    --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;
    --tw-ring-offset-width: var(--ring-offset-width);
  }
  .tag:is([data-selected="true"], [aria-selected="true"]) {
    background-color: var(--accent-soft);
    color: var(--accent-soft-foreground);
    @media (hover: hover) {
      &:is(:hover, [data-hovered="true"]) {
        background-color: var(--accent-soft-hover);
      }
    }
  }
  .tag--sm {
    padding-inline: calc(var(--spacing) * 2);
    padding-block: calc(var(--spacing) * 0.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) {
      &: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) {
      &: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;
    & svg {
      width: inherit;
      height: inherit;
      flex-shrink: 0;
      align-self: center;
      color: currentcolor;
    }
  }
  .color-area {
    position: relative;
    width: 100%;
    max-width: calc(var(--spacing) * 56);
    flex-shrink: 0;
    border-radius: calc(var(--radius) * 2);
    -webkit-tap-highlight-color: transparent;
    aspect-ratio: 1 / 1;
    background: var(--color-area-background);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    &[data-disabled="true"] {
      opacity: var(--disabled-opacity);
      cursor: var(--cursor-disabled);
      pointer-events: none;
    }
  }
  .color-area--show-dots::after {
    content: "";
    pointer-events: none;
    position: absolute;
    inset: 0px;
    border-radius: inherit;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
    background-size: 8px 8px;
  }
  .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);
    border: 3px solid white;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    transition: width 150ms var(--ease-out), height 150ms var(--ease-out);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    &[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: 0px;
      --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;
      --tw-ring-offset-width: var(--ring-offset-width);
    }
    &[data-dragging="true"] {
      width: calc(var(--spacing) * 5);
      height: calc(var(--spacing) * 5);
    }
    &[data-disabled="true"] {
      opacity: var(--disabled-opacity);
      cursor: var(--cursor-disabled);
      pointer-events: none;
    }
  }
  .color-picker {
    display: inline-flex;
  }
  .color-picker__trigger {
    display: inline-flex;
    align-items: center;
    gap: calc(var(--spacing) * 3);
    border-radius: calc(var(--radius) * 0.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 150ms var(--ease-smooth), box-shadow 150ms var(--ease-out);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    [data-slot="label"] {
      cursor: var(--cursor-interactive);
    }
    &:focus-visible:not(:focus), &[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: 0px;
      --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;
      --tw-ring-offset-width: var(--ring-offset-width);
    }
    &:disabled, &[data-disabled="true"], &[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;
    overflow-x: hidden;
    overflow-y: auto;
    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));
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 3);
    &:focus-visible:not(:focus), &[data-focus-visible="true"] {
      --tw-outline-style: none;
      outline-style: none;
    }
    &[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: 150ms;
      transition-duration: 150ms;
      --tw-ease: ease;
      transition-timing-function: ease;
      --tw-enter-opacity: calc(0/100);
      --tw-enter-opacity: 0;
      --tw-enter-scale: calc(95*1%);
      --tw-enter-scale: .95;
      &[data-placement^="top"] {
        --tw-enter-translate-y: calc(1*var(--spacing));
      }
      &[data-placement^="bottom"] {
        --tw-enter-translate-y: calc(1*var(--spacing)*-1);
      }
      &[data-placement^="left"] {
        --tw-enter-translate-x: calc(1*var(--spacing));
      }
      &[data-placement^="right"] {
        --tw-enter-translate-x: calc(1*var(--spacing)*-1);
      }
    }
    &[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: 100ms;
      transition-duration: 100ms;
      --tw-ease: ease;
      transition-timing-function: ease;
      --tw-exit-scale: calc(95*1%);
      --tw-exit-scale: .95;
      --tw-exit-opacity: 0;
    }
    &[data-exiting="true"], &[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 {
    display: grid;
    width: 100%;
    gap: var(--spacing);
    grid-template-areas: "label output" "track track";
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    &:not(:has([data-slot="label"])):not(:has(.color-slider__output)) {
      grid-template-areas: "track";
      grid-template-columns: 1fr;
      grid-template-rows: auto;
      gap: 0;
    }
    &:has([data-slot="label"]):not(:has(.color-slider__output)) {
      grid-template-areas: "label" "track";
      grid-template-columns: 1fr;
    }
    &:not(:has([data-slot="label"])):has(.color-slider__output) {
      grid-template-areas: "output" "track";
      grid-template-columns: 1fr;
      .color-slider__output {
        justify-self: end;
      }
    }
    [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__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__track {
      position: relative;
      border-radius: calc(var(--radius) * 2);
      grid-area: track;
      &::before, &::after {
        content: "";
        position: absolute;
        z-index: 0;
        pointer-events: none;
      }
    }
    .color-slider__thumb {
      position: absolute;
      display: flex;
      cursor: grab;
      align-items: center;
      justify-content: center;
      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 250ms var(--ease-out), box-shadow 150ms var(--ease-out);
      &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
      @media (prefers-reduced-motion: reduce) {
        &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
          transition-property: none;
          &::before, &::after {
            transition-property: none;
          }
        }
      }
      &[data-dragging="true"] {
        cursor: grabbing;
      }
      &[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: 0px;
        --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;
        --tw-ring-offset-width: var(--ring-offset-width);
      }
      &[data-disabled="true"] {
        cursor: default;
        background-color: var(--default);
      }
    }
    &:disabled, &[data-disabled="true"], &[aria-disabled="true"] {
      opacity: var(--disabled-opacity);
      cursor: var(--cursor-disabled);
      pointer-events: none;
      [data-slot="label"] {
        opacity: 100%;
      }
    }
    &[data-orientation="horizontal"] {
      flex-direction: column;
      .color-slider__track {
        height: calc(var(--spacing) * 5);
        justify-self: center;
        border-radius: 0;
        width: calc(100% - 1.25rem);
        box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
        &::before, &::after {
          top: 0px;
          height: 100%;
          width: 0.625rem;
        }
        &::before {
          border-top-left-radius: calc(var(--radius) * 2);
          border-bottom-left-radius: calc(var(--radius) * 2);
          left: -0.625rem;
          box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
          background: linear-gradient(var(--track-start-color, transparent)), repeating-conic-gradient(#efefef 0% 25%, #f7f7f7 0% 50%) 50% / 16px 16px;
        }
        &::after {
          border-top-right-radius: calc(var(--radius) * 2);
          border-bottom-right-radius: calc(var(--radius) * 2);
          right: -0.625rem;
          box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
          background-color: var(--track-end-color, transparent);
        }
      }
      .color-slider__thumb {
        top: calc(1 / 2 * 100%);
        width: calc(var(--spacing) * 4);
        height: calc(var(--spacing) * 4);
      }
    }
    &[data-orientation="vertical"] {
      height: 100%;
      gap: calc(var(--spacing) * 2);
      flex-direction: row;
      grid-template-areas: "output" "track" "label";
      grid-template-rows: auto 1fr auto;
      grid-template-columns: 1fr;
      align-items: center;
      justify-items: center;
      &:not(:has([data-slot="label"])):not(:has(.color-slider__output)) {
        grid-template-areas: "track";
        grid-template-rows: 1fr;
        gap: 0;
      }
      &:has([data-slot="label"]):not(:has(.color-slider__output)) {
        grid-template-areas: "track" "label";
        grid-template-rows: 1fr auto;
      }
      &:not(:has([data-slot="label"])):has(.color-slider__output) {
        grid-template-areas: "output" "track";
        grid-template-rows: auto 1fr;
      }
      .color-slider__output {
        text-align: center;
      }
      [data-slot="label"] {
        text-align: center;
      }
      .color-slider__track {
        width: calc(var(--spacing) * 5);
        justify-self: center;
        border-radius: 0;
        height: calc(100% - 1.25rem);
        box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
        &::before, &::after {
          left: 0px;
          width: 100%;
          height: 0.625rem;
        }
        &::before {
          bottom: -0.625rem;
          border-bottom-left-radius: 999px;
          border-bottom-right-radius: 999px;
          box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
          background: linear-gradient(var(--track-start-color, transparent)), repeating-conic-gradient(#efefef 0% 25%, #f7f7f7 0% 50%) 50% / 16px 16px;
        }
        &::after {
          top: -0.625rem;
          border-top-left-radius: 999px;
          border-top-right-radius: 999px;
          box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
          background-color: var(--track-end-color, transparent);
        }
      }
      .color-slider__thumb {
        left: calc(1 / 2 * 100%);
        width: calc(var(--spacing) * 4);
        height: calc(var(--spacing) * 4);
      }
    }
  }
  .color-swatch {
    position: relative;
    box-sizing: border-box;
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
    flex-shrink: 0;
    background: linear-gradient(var(--color-swatch-current), var(--color-swatch-current)), repeating-conic-gradient(#efefef 0% 25%, #f7f7f7 0% 50%) 50% / 16px 16px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  }
  .color-swatch--circle {
    border-radius: calc(var(--radius) * 2);
  }
  .color-swatch--square {
    border-radius: calc(var(--radius) * 0.75);
  }
  .color-swatch--xs {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    &.color-swatch--circle {
      border-radius: calc(var(--radius) * 1);
    }
  }
  .color-swatch--sm {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
    &.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--circle {
      border-radius: calc(var(--radius) * 3);
    }
  }
  .color-swatch--xl {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
    &.color-swatch--circle {
      border-radius: calc(var(--radius) * 3);
    }
  }
  .color-swatch-picker {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: calc(var(--spacing) * 2);
  }
  .color-swatch-picker__item {
    position: relative;
    display: flex;
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
    align-items: center;
    justify-content: center;
    border-radius: calc(var(--radius) * 2);
    border-style: var(--tw-border-style);
    border-width: 2px;
    border-color: transparent;
    --tw-outline-style: none;
    outline-style: none;
    -webkit-tap-highlight-color: transparent;
    cursor: var(--cursor-interactive);
    transition: border-color 100ms var(--ease-out), box-shadow 100ms 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,);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    &:focus-visible, &[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: 0px;
      --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;
      --tw-ring-offset-width: var(--ring-offset-width);
    }
    &[data-disabled="true"] {
      opacity: var(--disabled-opacity);
      cursor: var(--cursor-disabled);
      pointer-events: none;
    }
    &[data-selected="true"] {
      border-color: var(--color-swatch-current);
      box-shadow: var(--field-shadow);
      .color-swatch-picker__swatch {
        transform: scale(0.77);
      }
    }
  }
  .color-swatch-picker__swatch {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    transition: transform 100ms 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,);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    @media (hover: hover) {
      &:hover {
        transform: scale(1.1);
      }
    }
  }
  .color-swatch-picker__indicator {
    pointer-events: none;
    position: absolute;
    inset: 0px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    & > * {
      width: calc(1 / 3 * 100%);
      height: calc(1 / 3 * 100%);
      color: var(--color-white);
      transform: scale(0) translateZ(0);
      transition: transform 150ms var(--ease-out);
      &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
      @media (prefers-reduced-motion: reduce) {
        &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
          transition-property: none;
          &::before, &::after {
            transition-property: none;
          }
        }
      }
    }
    &[data-light-color="true"] & > * {
      color: var(--color-black);
    }
    .color-swatch-picker__item[data-selected="true"] & > * {
      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__swatch {
      border-radius: calc(var(--radius) * 1);
    }
    &[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 {
    border-radius: calc(var(--radius) * 0.75);
    .color-swatch-picker__swatch {
      border-radius: calc(var(--radius) * 0.75);
    }
    &[data-selected="true"] {
      .color-swatch-picker__swatch {
        border-radius: calc(var(--radius) * 0.75);
      }
    }
  }
  .color-swatch-picker--square.color-swatch-picker--sm .color-swatch-picker__item {
    border-radius: calc(var(--radius) * 1);
    .color-swatch-picker__swatch {
      border-radius: calc(var(--radius) * 1);
    }
    &[data-selected="true"] {
      .color-swatch-picker__swatch {
        border-radius: calc(var(--radius) * 0.75);
      }
    }
  }
  .color-swatch-picker--square.color-swatch-picker--lg .color-swatch-picker__item {
    border-radius: calc(var(--radius) * 1.5);
    .color-swatch-picker__swatch {
      border-radius: calc(var(--radius) * 1);
    }
    &[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__swatch {
      border-radius: calc(var(--radius) * 1);
    }
    &[data-selected="true"] {
      .color-swatch-picker__swatch {
        border-radius: calc(var(--radius) * 1);
      }
    }
  }
  .color-input-group {
    display: inline-flex;
    height: calc(var(--spacing) * 9);
    align-items: center;
    overflow: hidden;
    border-radius: var(--field-radius, calc(var(--radius) * 1.5));
    border-style: var(--tw-border-style);
    border-width: 1px;
    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;
    outline-style: none;
    border-width: var(--border-width-field);
    border-color: var(--field-border);
    transition: background-color 150ms var(--ease-smooth), border-color 150ms var(--ease-smooth), box-shadow 150ms var(--ease-out);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    @media (hover: hover) {
      &:hover:not(:focus-within), &[data-hovered="true"]:not([data-focus-within="true"]) {
        background-color: var(--field-hover);
        border-color: var(--field-border-hover);
      }
    }
    &[data-focus-within="true"], &: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;
      --tw-ring-offset-width: 0px;
    }
    &[data-invalid="true"] {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
      outline-color: var(--danger);
      --tw-outline-style: solid;
      outline-style: solid;
      --tw-ring-offset-width: 3px;
      &:focus, &:focus-visible, &[data-focused="true"], &[data-focus-visible="true"], &:focus-within, &[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);
        --tw-ring-offset-width: 0px;
      }
      background-color: var(--field-focus);
      border-color: var(--color-field-border-invalid);
    }
    &[data-disabled="true"], &[aria-disabled="true"] {
      opacity: var(--disabled-opacity);
      cursor: var(--cursor-disabled);
      pointer-events: none;
    }
  }
  .color-input-group__input {
    display: flex;
    height: 100%;
    flex: 1;
    cursor: text;
    align-items: center;
    border-radius: 0;
    border-style: var(--tw-border-style);
    border-width: 0px;
    background-color: transparent;
    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;
    outline-style: none;
    @media (width >= 40rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
    &::placeholder {
      color: var(--field-placeholder, var(--muted));
    }
    .color-input-group:has([data-slot="color-input-group-prefix"]) & {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      padding-left: calc(var(--spacing) * 2);
    }
    .color-input-group:has([data-slot="color-input-group-suffix"]) & {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      padding-right: calc(var(--spacing) * 2);
    }
    &:focus, &:focus-visible {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .color-input-group__prefix {
    flex-shrink: 0;
    color: var(--field-placeholder, var(--muted));
    margin-right: 0px;
    margin-left: calc(var(--spacing) * 3);
    display: flex;
    align-items: center;
  }
  .color-input-group__suffix {
    flex-shrink: 0;
    color: var(--field-placeholder, var(--muted));
    margin-right: calc(var(--spacing) * 3);
    display: flex;
    align-items: center;
  }
  .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) {
      &:hover:not(:focus-within), &[data-hovered="true"]:not([data-focus-within="true"]) {
        background-color: var(--color-input-group-bg-hover);
      }
    }
    &:focus-within, &[data-focus-within="true"] {
      background-color: var(--color-input-group-bg-focus);
    }
    &[data-invalid="true"] {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
      outline-color: var(--danger);
      --tw-outline-style: solid;
      outline-style: solid;
      --tw-ring-offset-width: 3px;
      &:focus, &:focus-visible, &[data-focused="true"], &[data-focus-visible="true"], &:focus-within, &[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);
        --tw-ring-offset-width: 0px;
      }
      border-color: var(--color-field-border-invalid);
      background-color: var(--color-input-group-bg-focus);
    }
    [data-slot="color-input-group-input"] {
      background-color: transparent;
    }
  }
  .color-input-group--full-width {
    width: 100%;
  }
  .color-field {
    display: flex;
    flex-direction: column;
    gap: var(--spacing);
    &[data-invalid="true"], &[aria-invalid="true"] {
      [data-slot="description"] {
        display: none;
      }
    }
    [data-slot="label"] {
      width: fit-content;
    }
  }
  .color-field--full-width {
    width: 100%;
  }
  .slider {
    display: grid;
    width: 100%;
    gap: var(--spacing);
    grid-template-areas: "label output" "track track";
    grid-template-columns: 1fr auto;
    [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__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__track {
      position: relative;
      border-radius: calc(var(--radius) * 1.5);
      background-color: var(--default);
      grid-area: track;
    }
    .slider__fill {
      pointer-events: none;
      position: absolute;
      background-color: var(--accent);
    }
    .slider__thumb {
      position: absolute;
      display: flex;
      cursor: grab;
      align-items: center;
      justify-content: center;
      border-radius: calc(var(--radius) * 1.5);
      background-color: var(--accent);
      -webkit-tap-highlight-color: transparent;
      transition: background-color 250ms var(--ease-smooth), transform 250ms var(--ease-out), box-shadow 150ms var(--ease-out);
      &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
      @media (prefers-reduced-motion: reduce) {
        &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
          transition-property: none;
          &::before, &::after {
            transition-property: none;
          }
        }
      }
      &::after {
        position: relative;
        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));
        &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
          transition-property: none;
          &::before, &::after {
            transition-property: none;
          }
        }
        @media (prefers-reduced-motion: reduce) {
          &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
            transition-property: none;
            &::before, &::after {
              transition-property: none;
            }
          }
        }
      }
      &[data-dragging="true"] {
        cursor: grabbing;
        &::after {
          scale: 0.9;
          &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
            --tw-scale-x: 100%;
            --tw-scale-y: 100%;
            --tw-scale-z: 100%;
            scale: var(--tw-scale-x) var(--tw-scale-y);
            &::before, &::after {
              --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) {
            &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
              --tw-scale-x: 100%;
              --tw-scale-y: 100%;
              --tw-scale-z: 100%;
              scale: var(--tw-scale-x) var(--tw-scale-y);
              &::before, &::after {
                --tw-scale-x: 100%;
                --tw-scale-y: 100%;
                --tw-scale-z: 100%;
                scale: var(--tw-scale-x) var(--tw-scale-y);
              }
            }
          }
        }
      }
      &[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: 0px;
        --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;
        --tw-ring-offset-width: var(--ring-offset-width);
      }
      &[data-disabled="true"] {
        cursor: default;
      }
    }
    &:disabled, &[data-disabled="true"], &[aria-disabled="true"] {
      opacity: var(--disabled-opacity);
      cursor: var(--cursor-disabled);
      pointer-events: none;
      [data-slot="label"] {
        opacity: 100%;
      }
    }
    &[data-orientation="horizontal"] {
      flex-direction: column;
      .slider__track {
        height: calc(var(--spacing) * 5);
        width: 100%;
        border-inline-style: var(--tw-border-style);
        border-inline-width: 0.75rem;
        border-inline-color: transparent;
        &[data-fill-start="true"] {
          border-inline-start-color: var(--accent);
        }
        &[data-fill-end="true"] {
          border-inline-end-color: var(--accent);
        }
      }
      .slider__fill, .slider__thumb {
        height: 100%;
      }
      .slider__thumb {
        top: calc(1 / 2 * 100%);
        width: calc(1.5rem + 0.25rem);
        &::after {
          width: 1.5rem;
          height: 1rem;
        }
      }
    }
    &[data-orientation="vertical"] {
      height: 100%;
      gap: calc(var(--spacing) * 2);
      flex-direction: row;
      grid-template-areas: "output" "track" "label";
      grid-template-rows: auto 1fr auto;
      grid-template-columns: 1fr;
      .slider__output {
        text-align: center;
      }
      [data-slot="label"] {
        text-align: center;
      }
      .slider__track {
        height: 100%;
        width: calc(var(--spacing) * 5);
        border-block-style: var(--tw-border-style);
        border-block-width: 0.75rem;
        border-block-color: transparent;
        justify-self: center;
        &[data-fill-start="true"] {
          border-bottom-color: var(--accent);
        }
        &[data-fill-end="true"] {
          border-top-color: var(--accent);
        }
      }
      .slider__fill, .slider__thumb {
        width: 100%;
      }
      .slider__thumb {
        left: calc(1 / 2 * 100%);
        height: calc(1.5rem + 0.25rem);
        &::after {
          width: 1rem;
          height: 1.5rem;
        }
      }
    }
  }
  .switch {
    display: flex;
    flex-direction: column;
    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);
    @supports (color: color-mix(in lab, red, red)) {
      --switch-control-bg-hover: color-mix(in oklab, var(--switch-control-bg), transparent 20%);
    }
    --switch-control-bg-pressed: var(--switch-control-bg-hover);
    --switch-control-bg-checked: var(--accent);
    --switch-control-bg-checked-hover: var(--accent-hover);
    &[data-disabled="true"] {
      opacity: var(--disabled-opacity);
      cursor: var(--cursor-disabled);
      pointer-events: none;
      [data-slot="description"], [data-slot="field-error"] {
        opacity: var(--disabled-opacity);
        cursor: var(--cursor-disabled);
        pointer-events: none;
      }
      .switch__thumb {
        background-color: var(--default-foreground);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--default-foreground) 20%, transparent);
        }
      }
    }
    & > [data-slot="description"] {
      width: 100%;
      min-width: 0px;
      padding-inline-start: calc(2.5rem + 0.75rem);
    }
    & > [data-slot="field-error"] {
      width: 100%;
      min-width: 0px;
      padding-inline-start: calc(2.5rem + 0.75rem);
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
      color: var(--muted);
    }
    &.switch--sm > [data-slot="description"] {
      padding-inline-start: calc(2rem + 0.75rem);
    }
    &.switch--sm > [data-slot="field-error"] {
      padding-inline-start: calc(2rem + 0.75rem);
    }
    &.switch--lg > [data-slot="description"] {
      padding-inline-start: calc(3rem + 0.75rem);
    }
    &.switch--lg > [data-slot="field-error"] {
      padding-inline-start: calc(3rem + 0.75rem);
    }
    &:disabled[aria-checked="true"], &:disabled[data-selected="true"], &[data-disabled="true"][aria-checked="true"], &[data-disabled="true"][data-selected="true"], &[aria-disabled="true"][aria-checked="true"], &[aria-disabled="true"][data-selected="true"] {
      .switch__thumb {
        opacity: 0.4;
      }
    }
  }
  .switch__control {
    position: relative;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    overflow: hidden;
    border-radius: calc(var(--radius) * 1.5);
    height: 1.25rem;
    width: 2.5rem;
    background-color: var(--switch-control-bg);
    transition: background-color 250ms var(--ease-smooth), box-shadow 150ms var(--ease-out);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    .switch:focus-visible &, .switch:has([data-slot="switch-content"][data-focus-visible="true"]) &, .switch [data-slot="switch-content"][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: 0px;
      --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;
      --tw-ring-offset-width: var(--ring-offset-width);
    }
    .switch:hover &, .switch:has([data-slot="switch-content"][data-hovered="true"]) &, .switch [data-slot="switch-content"][data-hovered="true"] & {
      background-color: var(--switch-control-bg-hover);
    }
    .switch:active &, .switch:has([data-slot="switch-content"][data-pressed="true"]) &, .switch [data-slot="switch-content"][data-pressed="true"] & {
      background-color: var(--switch-control-bg-pressed);
      &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
        transform: none;
        &::before, &::after {
          transform: none;
        }
      }
      @media (prefers-reduced-motion: reduce) {
        &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
          transform: none;
          &::before, &::after {
            transform: none;
          }
        }
      }
    }
    .switch[aria-checked="true"] &, .switch[data-selected="true"] & {
      background-color: var(--switch-control-bg-checked);
    }
    .switch[aria-checked="true"]:hover &, .switch[data-selected="true"]:hover &, .switch[aria-checked="true"][data-hovered="true"] &, .switch[data-selected="true"][data-hovered="true"] &, .switch:has([data-slot="switch-content"][data-hovered="true"])[data-selected="true"] & {
      background-color: var(--switch-control-bg-checked-hover);
    }
    .switch[aria-checked="true"]:active &, .switch[data-selected="true"]:active &, .switch[aria-checked="true"][data-pressed="true"] &, .switch[data-selected="true"][data-pressed="true"] &, .switch:has([data-slot="switch-content"][data-pressed="true"])[data-selected="true"] & {
      background-color: var(--switch-control-bg-checked-hover);
    }
  }
  .switch__content {
    position: relative;
    display: inline-flex;
    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;
    outline-style: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
  .switch--sm .switch__control {
    border-radius: calc(var(--radius) * 1);
    height: 1rem;
    width: 2rem;
  }
  .switch--lg .switch__control {
    height: 1.5rem;
    width: 3rem;
  }
  .switch__thumb {
    margin-inline-start: calc(var(--spacing) * 0.5);
    display: flex;
    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);
    height: 1rem;
    width: 1.375rem;
    transition: margin 300ms var(--ease-out-fluid), background-color 200ms var(--ease-out);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    .switch[aria-checked="true"] &, .switch[data-selected="true"] & {
      margin-inline-start: calc(100% - 1.5rem);
      background-color: var(--accent-foreground);
      color: var(--accent);
      box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 0.02), 0px 2px 10px 0px rgb(0 0 0 / 0.06), 0px 0px 1px 0px rgb(0 0 0 / 0.3);
    }
  }
  .switch--sm .switch__thumb {
    border-radius: calc(var(--radius) * 0.75);
    height: 0.75rem;
    width: 1.03125rem;
    .switch[aria-checked="true"] &, .switch[data-selected="true"] & {
      margin-inline-start: calc(100% - 1.15625rem);
    }
  }
  .switch--lg .switch__thumb {
    border-radius: calc(var(--radius) * 1.5);
    height: 1.25rem;
    width: 1.71875rem;
    .switch[aria-checked="true"] &, .switch[data-selected="true"] & {
      margin-inline-start: calc(100% - 1.84375rem);
    }
  }
  .switch__thumb > * {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  .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 {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 6);
  }
  .switch-group__items {
    display: flex;
    gap: calc(var(--spacing) * 4);
  }
  .switch-group--horizontal .switch-group__items {
    flex-direction: row;
  }
  .switch-group--vertical .switch-group__items {
    flex-direction: column;
  }
  .badge {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 0.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;
    line-height: 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);
  }
  .badge__label {
    padding-inline: calc(var(--spacing) * 0.5);
  }
  .badge-anchor {
    position: relative;
    display: inline-flex;
    flex-shrink: 0;
  }
  .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);
    font-size: 10px;
    --tw-leading: 1.34;
    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: 0px;
    right: 0px;
    transform: translate(25%, -25%);
  }
  .badge--top-left {
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translate(-25%, -25%);
  }
  .badge--bottom-right {
    position: absolute;
    right: 0px;
    bottom: 0px;
    transform: translate(25%, 25%);
  }
  .badge--bottom-left {
    position: absolute;
    bottom: 0px;
    left: 0px;
    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 {
    display: inline-flex;
    width: fit-content;
    flex-shrink: 0;
    align-items: center;
    gap: calc(var(--spacing) * 0.5);
    border-radius: calc(var(--radius) * 2);
    padding-inline: calc(var(--spacing) * 2);
    padding-block: calc(var(--spacing) * 0.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);
  }
  .chip__label {
    padding-inline: calc(var(--spacing) * 0.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);
    padding-block: 0px;
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .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 {
    position: relative;
    display: grid;
    width: 100%;
    overflow: clip;
    grid-template-columns: minmax(0, 1fr);
  }
  .table__scroll-container {
    scrollbar-width: var(--scrollbar-width);
    scrollbar-color: var(--scrollbar-color);
    scrollbar-gutter: var(--scrollbar-gutter);
    overflow-x: auto;
    scrollbar-gutter: 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);
    border-bottom-width: 0px;
    background-color: transparent;
  }
  .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);
    & tr:first-child td:first-child, & tr:first-child td:last-child, & tr:last-child td:first-child, & tr:last-child td:last-child {
      border-radius: 0;
    }
    &:not(tbody) {
      overflow: visible;
      border-radius: 0;
    }
  }
  .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)) {
      border-color: color-mix(in oklab, var(--separator-tertiary) 50%, transparent);
    }
    background-color: transparent;
  }
  @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)) {
        background-color: color-mix(in oklab, var(--default) 50%, transparent);
      }
    }
  }
  .table__content {
    width: 100%;
    border-collapse: separate;
    --tw-border-spacing-x: 0px;
    --tw-border-spacing-y: 0px;
    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)) {
      border-color: color-mix(in oklab, var(--separator) 50%, transparent);
    }
    background-color: var(--surface-secondary);
  }
  .table__column {
    position: relative;
    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);
    &::after {
      content: "";
      pointer-events: none;
      position: absolute;
      inset-inline-end: calc(var(--spacing) * 0);
      top: calc(1 / 2 * 100%);
      height: calc(var(--spacing) * 4);
      width: 1px;
      --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
      border-radius: calc(var(--radius) * 0.5);
      background-color: var(--separator);
    }
    &:last-child:not(:only-child)::after {
      content: none;
    }
    &[data-allows-sorting="true"] {
      cursor: var(--cursor-interactive);
    }
    @media (hover: hover) {
      &[data-allows-sorting="true"]:hover, &[data-allows-sorting="true"][data-hovered="true"] {
        color: var(--foreground);
      }
    }
    &:focus-visible, &[data-focus-visible="true"] {
      border-radius: calc(var(--radius) * 1);
      --tw-outline-style: none;
      outline-style: none;
      box-shadow: inset 0 0 0 2px var(--focus);
    }
  }
  [role="row"] > [role="presentation"]:last-of-type:not(:only-of-type) > .table__column::after {
    content: none;
  }
  .table__sortable-column-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .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: 100ms;
    transition-duration: 100ms;
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
    &[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) {
    position: relative;
    height: 100%;
    overflow: clip;
    border-radius: min(32px, var(--radius-2xl));
  }
  .table__row {
    position: relative;
    height: 100%;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--separator);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--separator) 50%, transparent);
    }
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
    @media (hover: hover) {
      &:hover .table__cell, &[data-hovered="true"] .table__cell {
        background-color: var(--surface);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--surface) 40%, transparent);
        }
      }
    }
    &[data-selected="true"] .table__cell {
      background-color: var(--surface);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--surface) 10%, transparent);
      }
    }
    &[aria-disabled="true"], &[data-disabled="true"] {
      opacity: var(--disabled-opacity);
      cursor: var(--cursor-disabled);
      pointer-events: none;
    }
    &:focus-visible, &[data-focus-visible="true"] {
      --tw-outline-style: none;
      outline-style: none;
    }
    &[data-dragging="true"] {
      opacity: 50%;
    }
    &[data-drop-target="true"] .table__cell {
      background-color: var(--accent-soft);
    }
  }
  .table__cell {
    height: 100%;
    background-color: var(--surface);
    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)) {
      border-color: color-mix(in oklab, var(--separator-tertiary) 50%, transparent);
    }
    &:focus-visible, &[data-focus-visible="true"] {
      border-radius: calc(var(--radius) * 1);
      --tw-outline-style: none;
      outline-style: none;
      box-shadow: inset 0 0 0 2px var(--focus);
    }
  }
  .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 {
    display: flex;
    align-items: center;
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2.5);
  }
  .table__resizable-container {
    position: relative;
    scrollbar-width: var(--scrollbar-width);
    scrollbar-color: var(--scrollbar-color);
    scrollbar-gutter: var(--scrollbar-gutter);
    overflow: auto;
    scrollbar-gutter: auto;
  }
  .table__column-resizer {
    position: absolute;
    inset-inline-end: calc(var(--spacing) * 0);
    top: calc(1 / 2 * 100%);
    height: calc(var(--spacing) * 4);
    width: 1px;
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    border-radius: calc(var(--radius) * 0.5);
    background-color: var(--separator);
    box-sizing: content-box;
    --tw-translate-x: calc(1 / 2 * 100%);
    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;
    border-style: none;
    background-clip: content-box;
    --tw-outline-style: none;
    outline-style: none;
    &[data-hovered="true"], &:hover {
      height: 100%;
      width: calc(var(--spacing) * 0.5);
      background-color: var(--accent);
    }
    &[data-resizing="true"] {
      height: 100%;
      width: calc(var(--spacing) * 0.5);
      background-color: var(--accent);
    }
    &[data-focus-visible="true"], &:focus-visible {
      height: 100%;
      width: calc(var(--spacing) * 0.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;
    & > * {
      margin-inline: auto;
    }
  }
  .table__load-more-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 2);
    padding-block: calc(var(--spacing) * 2);
  }
  .alert {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: calc(var(--spacing) * 4);
    background-color: var(--surface);
    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));
  }
  .alert__content {
    display: flex;
    height: 100%;
    flex-grow: 1;
    flex-direction: column;
    align-items: flex-start;
  }
  .alert__indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--spacing);
    -webkit-user-select: none;
    user-select: none;
    [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 {
    color: var(--foreground);
  }
  .alert--default .alert__title {
    color: var(--foreground);
  }
  .alert--accent .alert__indicator {
    color: var(--accent-soft-foreground);
  }
  .alert--accent .alert__title {
    color: var(--accent-soft-foreground);
  }
  .alert--success .alert__indicator {
    color: var(--success-soft-foreground);
  }
  .alert--success .alert__title {
    color: var(--success-soft-foreground);
  }
  .alert--warning .alert__indicator {
    color: var(--warning-soft-foreground);
  }
  .alert--warning .alert__title {
    color: var(--warning-soft-foreground);
  }
  .alert--danger .alert__indicator {
    color: var(--danger-soft-foreground);
  }
  .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;
    position: relative;
    overflow: hidden;
    border-radius: calc(var(--radius) * 0.5);
    background-color: var(--surface-tertiary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--surface-tertiary) 70%, transparent);
    }
  }
  .skeleton--shimmer::after {
    position: absolute;
    inset: 0px;
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
    animation: skeleton 2s linear infinite;
    --tw-gradient-position: to right;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to right in oklab;
    }
    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);
    --tw-gradient-to: transparent;
    --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-content: '';
    content: var(--tw-content);
  }
  .skeleton--shimmer:has(.skeleton)::after {
    content: none;
  }
  .skeleton--shimmer:has(.skeleton)::before {
    position: absolute;
    inset: 0px;
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
    animation: skeleton 2s linear infinite;
    --tw-content: '';
    content: var(--tw-content);
    background: linear-gradient( 90deg, transparent 0%, rgba(255, 255, 255, 0.5) 50%, transparent 100% );
    z-index: 10;
    pointer-events: none;
    mix-blend-mode: overlay;
  }
  .skeleton--shimmer:has(.skeleton) .skeleton::after {
    content: none;
  }
  .skeleton--pulse {
    animation: var(--animate-pulse);
  }
  .meter {
    display: grid;
    width: 100%;
    gap: var(--spacing);
    grid-template-areas: "label output" "track track";
    grid-template-columns: 1fr auto;
    --meter-fill: var(--accent);
    [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__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__track {
      position: relative;
      overflow: hidden;
      border-radius: calc(var(--radius) * 0.5);
      background-color: var(--default);
      grid-area: track;
      height: calc(var(--spacing) * 2);
    }
    .meter__fill {
      position: absolute;
      top: 0px;
      left: 0px;
      height: 100%;
      border-radius: calc(var(--radius) * 0.5);
      background-color: var(--meter-fill);
      transition: width 300ms var(--ease-out);
      &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
      @media (prefers-reduced-motion: reduce) {
        &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
          transition-property: none;
          &::before, &::after {
            transition-property: none;
          }
        }
      }
    }
    &:disabled, &[data-disabled="true"], &[aria-disabled="true"] {
      opacity: var(--disabled-opacity);
      cursor: var(--cursor-disabled);
      pointer-events: none;
      [data-slot="label"] {
        opacity: 100%;
      }
    }
  }
  .meter--sm .meter__track {
    height: var(--spacing);
    border-radius: calc(var(--radius) * 0.25);
  }
  .meter--sm .meter__fill {
    border-radius: calc(var(--radius) * 0.25);
  }
  .meter--lg .meter__track {
    height: calc(var(--spacing) * 3);
    border-radius: calc(var(--radius) * 0.75);
  }
  .meter--lg .meter__fill {
    border-radius: calc(var(--radius) * 0.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 {
    display: grid;
    width: 100%;
    gap: var(--spacing);
    grid-template-areas: "label output" "track track";
    grid-template-columns: 1fr auto;
    --progress-bar-fill: var(--accent);
    [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__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__track {
      position: relative;
      overflow: hidden;
      border-radius: calc(var(--radius) * 0.5);
      background-color: var(--default);
      grid-area: track;
      height: calc(var(--spacing) * 2);
    }
    .progress-bar__fill {
      position: absolute;
      top: 0px;
      left: 0px;
      height: 100%;
      border-radius: calc(var(--radius) * 0.5);
      background-color: var(--progress-bar-fill);
      transition: width 300ms var(--ease-out);
      &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
      @media (prefers-reduced-motion: reduce) {
        &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
          transition-property: none;
          &::before, &::after {
            transition-property: none;
          }
        }
      }
    }
    &:not([aria-valuenow]) {
      .progress-bar__fill {
        width: calc(2 / 5 * 100%);
        animation: progress-bar-indeterminate 1.5s cubic-bezier(0.65, 0, 0.35, 1) infinite;
        &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
          animation: none;
          &::before, &::after {
            animation: none;
          }
        }
        @media (prefers-reduced-motion: reduce) {
          &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
            animation: none;
            &::before, &::after {
              animation: none;
            }
          }
        }
      }
    }
    &:disabled, &[data-disabled="true"], &[aria-disabled="true"] {
      opacity: var(--disabled-opacity);
      cursor: var(--cursor-disabled);
      pointer-events: none;
      [data-slot="label"] {
        opacity: 100%;
      }
    }
  }
  @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) * 0.25);
  }
  .progress-bar--sm .progress-bar__fill {
    border-radius: calc(var(--radius) * 0.25);
  }
  .progress-bar--lg .progress-bar__track {
    height: calc(var(--spacing) * 3);
    border-radius: calc(var(--radius) * 0.75);
  }
  .progress-bar--lg .progress-bar__fill {
    border-radius: calc(var(--radius) * 0.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 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    --progress-circle-stroke: var(--accent);
    --progress-circle-track-stroke: var(--default);
    .progress-circle__track {
      width: calc(var(--spacing) * 7);
      height: calc(var(--spacing) * 7);
    }
    .progress-circle__track-circle {
      stroke: var(--progress-circle-track-stroke);
    }
    .progress-circle__fill-circle {
      stroke: var(--progress-circle-stroke);
      transition: stroke-dashoffset 300ms var(--ease-out);
      &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
      @media (prefers-reduced-motion: reduce) {
        &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
          transition-property: none;
          &::before, &::after {
            transition-property: none;
          }
        }
      }
    }
    &:not([aria-valuenow]) {
      .progress-circle__track {
        animation: progress-circle-spin 1s linear infinite;
        &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
          animation: none;
          &::before, &::after {
            animation: none;
          }
        }
        @media (prefers-reduced-motion: reduce) {
          &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
            animation: none;
            &::before, &::after {
              animation: none;
            }
          }
        }
      }
    }
    &:disabled, &[data-disabled="true"], &[aria-disabled="true"] {
      opacity: var(--disabled-opacity);
      cursor: var(--cursor-disabled);
      pointer-events: none;
    }
  }
  @keyframes progress-circle-spin {
    from {
      transform: rotate(0deg);
    }
    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;
    display: inline-flex;
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
    flex-shrink: 0;
    animation: spin 0.75s linear infinite;
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      animation: none;
      &::before, &::after {
        animation: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        animation: none;
        &::before, &::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;
    position: fixed;
    z-index: 50;
    --tw-outline-style: none;
    outline-style: none;
    width: calc(100vw - 2rem);
    @media (width >= 40rem) {
      width: auto;
    }
    @media (width >= 40rem) {
      min-width: var(--toast-width);
    }
    display: block;
  }
  .toast-region--bottom {
    bottom: calc(var(--spacing) * 4);
    left: calc(1 / 2 * 100%);
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .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);
    left: calc(1 / 2 * 100%);
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .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-width: 2px;
    outline-offset: 2px;
    outline-color: var(--focus);
  }
  .toast {
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: 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));
  }
  .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__close-button {
      pointer-events: none;
      opacity: 0%;
      outline: none;
    }
  }
  .toast[data-hidden="true"] {
    pointer-events: none;
    display: flex;
    opacity: 0%;
  }
  .toast:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
    outline-offset: 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 {
    display: flex;
    height: 100%;
    flex-grow: 1;
    flex-direction: column;
    align-items: flex-start;
    align-self: center;
  }
  .toast__indicator {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: var(--spacing);
    color: var(--overlay-foreground);
    -webkit-user-select: none;
    user-select: none;
    [data-slot="toast-default-icon"] {
      box-sizing: content-box;
      width: calc(var(--spacing) * 4);
      height: calc(var(--spacing) * 4);
    }
    [data-slot="spinner"] {
      width: calc(var(--spacing) * 4);
      height: calc(var(--spacing) * 4);
    }
    [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;
    position: absolute;
    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%;
    @media (width >= 40rem) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
    @media (width >= 40rem) {
      background-color: var(--overlay);
    }
    transition: opacity 150ms var(--ease-smooth);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    [data-slot="close-button-icon"] {
      width: calc(var(--spacing) * 3.5);
      height: calc(var(--spacing) * 3.5);
      @media (width >= 40rem) {
        width: calc(var(--spacing) * 3);
        height: calc(var(--spacing) * 3);
      }
    }
    @media (hover: hover) {
      &:hover, &[data-hovered="true"] {
        background-color: var(--default);
      }
    }
  }
  .toast[data-frontmost="true"]:hover .toast__close-button {
    pointer-events: auto;
    opacity: 100%;
  }
  .toast__action {
    margin-top: calc(var(--spacing) * 2);
    @media (width >= 40rem) {
      margin-top: 0px;
    }
  }
  .toast--accent .toast__title {
    color: var(--accent-soft-foreground);
  }
  .toast--success .toast__title {
    color: var(--success-soft-foreground);
  }
  .toast--success .toast__indicator {
    color: var(--success-soft-foreground);
  }
  .toast--warning .toast__title {
    color: var(--warning-soft-foreground);
  }
  .toast--warning .toast__indicator {
    color: var(--warning-soft-foreground);
  }
  .toast--danger .toast__title {
    color: var(--danger-soft-foreground);
  }
  .toast--danger .toast__indicator {
    color: var(--danger-soft-foreground);
  }
  ::view-transition-old(*), ::view-transition-new(*) {
    will-change: translate, opacity;
  }
  ::view-transition-new(.toast-bottom):only-child {
    animation: toast-slide-bottom-in 350ms;
  }
  ::view-transition-old(.toast-bottom):only-child {
    animation: toast-slide-bottom-out 350ms;
    animation-fill-mode: forwards;
  }
  ::view-transition-new(.toast-top):only-child {
    animation: toast-slide-top-in 350ms;
  }
  ::view-transition-old(.toast-top):only-child {
    animation: toast-slide-top-out 350ms;
    animation-fill-mode: forwards;
  }
  @keyframes toast-slide-bottom-in {
    from {
      translate: 0 100%;
      opacity: 0;
    }
  }
  @keyframes toast-slide-bottom-out {
    to {
      translate: 0 100%;
      opacity: 0;
    }
  }
  @keyframes toast-slide-top-in {
    from {
      translate: 0 -100%;
      opacity: 0;
    }
  }
  @keyframes toast-slide-top-out {
    to {
      translate: 0 -100%;
      opacity: 0;
    }
  }
  .checkbox-group {
    display: flex;
    flex-direction: column;
    [data-slot="checkbox"] {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  .checkbox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing);
    --tw-outline-style: none;
    outline-style: none;
    -webkit-tap-highlight-color: transparent;
    cursor: var(--cursor-interactive);
    & > [data-slot="description"], & > [data-slot="field-error"] {
      width: 100%;
      min-width: 0px;
      cursor: default;
      padding-inline-start: calc(var(--spacing) * 7);
      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;
    }
    [data-slot="label"] {
      -webkit-user-select: none;
      user-select: none;
    }
    .checkbox__content [data-slot="label"] {
      cursor: var(--cursor-interactive);
    }
    &[data-disabled="true"] {
      opacity: var(--disabled-opacity);
      cursor: var(--cursor-disabled);
      pointer-events: none;
      [data-slot="description"], [data-slot="field-error"] {
        opacity: var(--disabled-opacity);
        cursor: var(--cursor-disabled);
        pointer-events: none;
      }
    }
    &[data-selected="true"], &[data-indeterminate="true"] {
      .checkbox__indicator {
        border-color: var(--accent-foreground);
      }
    }
    [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: 200ms;
      transition-duration: 200ms;
      &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
      @media (prefers-reduced-motion: reduce) {
        &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
          transition-property: none;
          &::before, &::after {
            transition-property: none;
          }
        }
      }
    }
    &[data-selected="true"] [data-slot="checkbox-default-indicator--checkmark"] {
      transition: stroke-dashoffset 150ms linear 15ms;
    }
    &[data-invalid="true"][data-selected="true"] [data-slot="checkbox-default-indicator--checkmark"], &[data-invalid="true"][aria-checked="true"] [data-slot="checkbox-default-indicator--checkmark"], &[aria-invalid="true"][data-selected="true"] [data-slot="checkbox-default-indicator--checkmark"], &[aria-invalid="true"][aria-checked="true"] [data-slot="checkbox-default-indicator--checkmark"] {
      color: var(--danger-foreground);
    }
    &[data-indeterminate="true"] {
      [data-slot="checkbox-default-indicator--indeterminate"] {
        width: calc(var(--spacing) * 3);
        height: calc(var(--spacing) * 3);
      }
    }
    &[data-indeterminate="true"][data-invalid="true"] [data-slot="checkbox-default-indicator--indeterminate"], &[data-indeterminate="true"][aria-invalid="true"] [data-slot="checkbox-default-indicator--indeterminate"] {
      color: var(--danger-foreground);
    }
  }
  .checkbox__control {
    position: relative;
    display: inline-flex;
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: calc(var(--radius) * 0.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;
    outline-style: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 200ms var(--ease-out), border-color 200ms var(--ease-out), transform 100ms var(--ease-out);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    cursor: var(--cursor-interactive);
    &::before {
      pointer-events: none;
      position: absolute;
      inset: 0px;
      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) * 0.75);
      background-color: var(--accent);
      opacity: 0%;
      --tw-content: '';
      content: var(--tw-content);
      transition: scale 100ms var(--ease-linear), opacity 200ms var(--ease-linear), background-color 200ms var(--ease-out);
      &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
      @media (prefers-reduced-motion: reduce) {
        &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
          transition-property: none;
          &::before, &::after {
            transition-property: none;
          }
        }
      }
    }
    .checkbox:focus-visible &, .checkbox:has([data-slot="checkbox-content"][data-focus-visible="true"]) &, .checkbox [data-slot="checkbox-content"][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: 0px;
      --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;
      --tw-ring-offset-width: var(--ring-offset-width);
    }
    .checkbox:hover &, .checkbox:has([data-slot="checkbox-content"][data-hovered="true"]) &, .checkbox [data-slot="checkbox-content"][data-hovered="true"] & {
      border-color: var(--field-border-hover);
      &::before {
        background-color: var(--accent-hover);
      }
    }
    .checkbox[aria-checked="true"] &, .checkbox[data-selected="true"] & {
      border-color: transparent;
      color: var(--accent-foreground);
      &::before {
        --tw-scale-x: 100%;
        --tw-scale-y: 100%;
        --tw-scale-z: 100%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
        opacity: 100%;
      }
    }
    .checkbox[data-indeterminate="true"] & {
      background-color: var(--accent);
      color: var(--accent-foreground);
    }
    .checkbox:active[data-indeterminate="true"] &, .checkbox[data-pressed="true"][data-indeterminate="true"] &, .checkbox:has([data-slot="checkbox-content"][data-pressed="true"])[data-indeterminate="true"] & {
      background-color: var(--accent-hover);
    }
    .checkbox[data-invalid="true"]:not([aria-checked="true"]):not([data-selected="true"]):not( [data-indeterminate="true"] ) &, .checkbox[aria-invalid="true"]:not([aria-checked="true"]):not([data-selected="true"]):not( [data-indeterminate="true"] ) & {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
      outline-color: var(--danger);
      --tw-outline-style: solid;
      outline-style: solid;
      --tw-ring-offset-width: 3px;
      &:focus, &:focus-visible, &[data-focused="true"], &[data-focus-visible="true"], &:focus-within, &[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);
        --tw-ring-offset-width: 0px;
      }
    }
    .checkbox[data-invalid="true"][aria-checked="true"] &, .checkbox[data-invalid="true"][data-selected="true"] &, .checkbox[aria-invalid="true"][aria-checked="true"] &, .checkbox[aria-invalid="true"][data-selected="true"] & {
      border-color: transparent;
      background-color: var(--danger);
      color: var(--danger-foreground);
      &::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: 100%;
      }
    }
    .checkbox[data-indeterminate="true"][aria-invalid="true"] &, .checkbox[data-indeterminate="true"][data-invalid="true"] & {
      background-color: var(--danger);
      color: var(--danger-foreground);
    }
  }
  .checkbox__indicator {
    position: relative;
    z-index: 10;
    display: flex;
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
    align-items: center;
    justify-content: center;
    & 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 &, .checkbox:has([data-slot="checkbox-content"][data-hovered="true"]) &, .checkbox [data-slot="checkbox-content"][data-hovered="true"] & {
      border-color: var(--field-border-hover);
    }
  }
  .checkbox__content {
    position: relative;
    display: inline-flex;
    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;
    outline-style: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
  .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 {
    background-color: var(--accent);
  }
  .checkbox--secondary[data-indeterminate="true"] .checkbox__control {
    background-color: var(--accent);
    &::before {
      background-color: var(--accent);
    }
  }
  .fieldset {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 6);
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: 0px;
  }
  .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(& > :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 {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    padding-top: var(--spacing);
  }
  .input-otp {
    position: relative;
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    &[data-disabled="true"] {
      cursor: not-allowed;
      opacity: 50%;
    }
  }
  .input-otp__group {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 2);
  }
  .input-otp__slot {
    position: relative;
    display: flex;
    height: calc(var(--spacing) * 10);
    width: calc(var(--spacing) * 9.5);
    flex: 1;
    align-items: center;
    justify-content: center;
    border-style: var(--tw-border-style);
    border-width: 1px;
    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;
    outline-style: none;
    border-width: var(--border-width-field);
    border-color: var(--field-border);
    transition: background-color 150ms var(--ease-smooth), border-color 150ms var(--ease-smooth), box-shadow 150ms var(--ease-out);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    @media (hover: hover) {
      &:hover, &[data-hovered="true"] {
        background-color: var(--field-hover);
        border-color: var(--field-border-hover);
      }
    }
    &[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;
      --tw-ring-offset-width: 0px;
    }
    &[data-filled="true"] {
      background-color: var(--field-focus);
    }
    &[data-disabled="true"] {
      opacity: var(--disabled-opacity);
      cursor: var(--cursor-disabled);
      pointer-events: none;
    }
    &[data-invalid="true"] {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
      outline-color: var(--danger);
      --tw-outline-style: solid;
      outline-style: solid;
      --tw-ring-offset-width: 3px;
      &:focus, &:focus-visible, &[data-focused="true"], &[data-focus-visible="true"], &:focus-within, &[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);
        --tw-ring-offset-width: 0px;
      }
      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: -0.27px;
    letter-spacing: -0.27px;
    animation: slot-value-in 250ms var(--ease-smooth) both;
    transform-origin: bottom center;
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      animation: none;
      &::before, &::after {
        animation: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        animation: none;
        &::before, &::after {
          animation: none;
        }
      }
    }
  }
  .input-otp__caret {
    position: absolute;
    height: calc(var(--spacing) * 4);
    width: 2px;
    animation: caret-blink 1.2s ease-out infinite;
    border-radius: calc(var(--radius) * 0.5);
    background-color: var(--field-placeholder, var(--muted));
  }
  .input-otp__separator {
    height: 2px;
    width: 6px;
    flex-shrink: 0;
    border-radius: calc(var(--radius) * 0.5);
    background-color: var(--separator);
  }
  .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) {
      &:hover, &[data-hovered="true"] {
        background-color: var(--input-otp-slot-bg-hover);
      }
    }
    &[data-active="true"], &[data-filled="true"] {
      background-color: var(--input-otp-slot-bg-focus);
    }
  }
  @keyframes slot-value-in {
    0% {
      opacity: 0;
      transform: translateY(8px) scale(0.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);
    border-width: 1px;
    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;
    outline-style: none;
    &::placeholder {
      color: var(--field-placeholder, var(--muted));
    }
    @media (width >= 40rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
    border-width: var(--border-width-field);
    border-color: var(--field-border);
    transition: background-color 150ms var(--ease-smooth), border-color 150ms var(--ease-smooth), box-shadow 150ms var(--ease-out);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    @media (hover: hover) {
      &:hover:not(:focus):not(:focus-visible), &[data-hovered="true"]:not([data-focused="true"]):not([data-focus-visible="true"]) {
        background-color: var(--field-hover);
        border-color: var(--field-border-hover);
      }
    }
    &:focus, &[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;
      --tw-ring-offset-width: 0px;
      border-color: var(--field-border-focus);
      background-color: var(--field-focus);
    }
    &[data-invalid="true"] {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
      outline-color: var(--danger);
      --tw-outline-style: solid;
      outline-style: solid;
      --tw-ring-offset-width: 3px;
      &:focus, &:focus-visible, &[data-focused="true"], &[data-focus-visible="true"], &:focus-within, &[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);
        --tw-ring-offset-width: 0px;
      }
      background-color: var(--field-focus);
    }
    &:disabled, &[data-disabled="true"], &[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) {
      &:hover:not(:focus):not(:focus-visible), &[data-hovered="true"]:not([data-focus-visible="true"]):not([data-focused="true"]) {
        background-color: var(--input-bg-hover);
      }
    }
    &:focus, &[data-focused="true"] {
      background-color: var(--input-bg-focus);
    }
    &[data-invalid="true"] {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
      outline-color: var(--danger);
      --tw-outline-style: solid;
      outline-style: solid;
      --tw-ring-offset-width: 3px;
      &:focus, &:focus-visible, &[data-focused="true"], &[data-focus-visible="true"], &:focus-within, &[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);
        --tw-ring-offset-width: 0px;
      }
      background-color: var(--input-bg-focus);
    }
  }
  .input--full-width {
    width: 100%;
  }
  .input-group {
    display: inline-flex;
    min-height: calc(var(--spacing) * 9);
    align-items: center;
    border-radius: var(--field-radius, calc(var(--radius) * 1.5));
    border-style: var(--tw-border-style);
    border-width: 1px;
    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;
    outline-style: none;
    border-width: var(--border-width-field);
    border-color: var(--field-border);
    &:has([data-slot="input-group-textarea"]) {
      align-items: flex-start;
      height: auto;
    }
    transition: background-color 150ms var(--ease-smooth), border-color 150ms var(--ease-smooth), box-shadow 150ms var(--ease-out);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    @media (hover: hover) {
      &:hover:not(:focus-within), &[data-hovered="true"]:not([data-focus-within="true"]) {
        background-color: var(--field-hover);
        border-color: var(--field-border-hover);
      }
    }
    &:has([data-slot="input-group-input"]:focus), &: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;
      outline-style: none;
      --tw-ring-offset-width: 0px;
      border-color: var(--field-border-focus);
      background-color: var(--field-focus);
    }
    &[data-invalid="true"] {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
      outline-color: var(--danger);
      --tw-outline-style: solid;
      outline-style: solid;
      --tw-ring-offset-width: 3px;
      &:focus, &:focus-visible, &[data-focused="true"], &[data-focus-visible="true"], &:focus-within, &[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);
        --tw-ring-offset-width: 0px;
      }
      background-color: var(--field-focus);
      border-color: var(--color-field-border-invalid);
    }
    &[data-disabled="true"], &[aria-disabled="true"] {
      opacity: var(--disabled-opacity);
      cursor: var(--cursor-disabled);
      pointer-events: none;
    }
    &:has([data-slot="input-group-input"]:-webkit-autofill), &:has([data-slot="input-group-input"]:autofill) {
      background-color: var(--field-focus);
      border-color: var(--field-border-focus);
    }
  }
  .input-group__input {
    flex: 1;
    border-radius: 0;
    border-style: var(--tw-border-style);
    border-width: 0px;
    background-color: transparent;
    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;
    outline-style: none;
    &::placeholder {
      color: var(--field-placeholder, var(--muted));
    }
    @media (width >= 40rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
    .input-group:has([data-slot="input-group-prefix"]) & {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      padding-left: 0px;
    }
    .input-group:has([data-slot="input-group-suffix"]) & {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      padding-right: 0px;
    }
    &:focus, &:focus-visible {
      --tw-outline-style: none;
      outline-style: none;
    }
    &:-webkit-autofill, &:-webkit-autofill:hover, &:-webkit-autofill:focus, &:-webkit-autofill:active, &:autofill {
      -webkit-box-shadow: 0 0 0 1000px transparent inset;
      box-shadow: 0 0 0 1000px transparent inset;
      -webkit-text-fill-color: var(--field-foreground);
      caret-color: var(--field-foreground);
      transition: background-color 9999s ease-in-out 0s;
    }
  }
  .input-group__input[data-slot="input-group-textarea"] {
    min-height: 38px;
    resize: vertical;
  }
  .input-group__prefix {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    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-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: transparent;
    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);
    border-left: none;
    border-top: none;
    border-bottom: none;
    .input-group:has([data-slot="input-group-textarea"]) & {
      align-items: flex-start;
      padding-top: 0.5rem;
    }
    transition: background-color 150ms var(--ease-smooth), border-color 150ms var(--ease-smooth);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
  }
  .input-group__suffix {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    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));
    background-color: transparent;
    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);
    border-right: none;
    border-top: none;
    border-bottom: none;
    .input-group:has([data-slot="input-group-textarea"]) & {
      align-items: flex-start;
      padding-top: 0.5rem;
    }
    transition: background-color 150ms var(--ease-smooth), border-color 150ms var(--ease-smooth);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::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) {
      &:hover:not(:focus-within), &[data-hovered="true"]:not([data-focus-within="true"]) {
        background-color: var(--input-group-bg-hover);
      }
    }
    &:has([data-slot="input-group-input"]:focus), &:has([data-slot="input-group-textarea"]:focus) {
      background-color: var(--input-group-bg-focus);
    }
    &[data-invalid="true"] {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
      outline-color: var(--danger);
      --tw-outline-style: solid;
      outline-style: solid;
      --tw-ring-offset-width: 3px;
      &:focus, &:focus-visible, &[data-focused="true"], &[data-focus-visible="true"], &:focus-within, &[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);
        --tw-ring-offset-width: 0px;
      }
      border-color: var(--color-field-border-invalid);
      background-color: var(--input-group-bg-focus);
    }
    [data-slot="input-group-input"], [data-slot="input-group-textarea"] {
      background-color: transparent;
    }
  }
  .input-group--full-width {
    width: 100%;
  }
  .number-field {
    display: flex;
    flex-direction: column;
    gap: var(--spacing);
    &[data-invalid="true"], &[aria-invalid="true"] {
      [data-slot="description"] {
        display: none;
      }
    }
    [data-slot="label"] {
      width: fit-content;
    }
  }
  .number-field__group {
    display: grid;
    height: calc(var(--spacing) * 9);
    align-items: center;
    overflow: hidden;
    border-radius: var(--field-radius, calc(var(--radius) * 1.5));
    border-style: var(--tw-border-style);
    border-width: 1px;
    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;
    outline-style: none;
    border-width: var(--border-width-field);
    border-color: var(--field-border);
    grid-template-columns: 40px 1fr 40px;
    transition: background-color 150ms var(--ease-smooth), border-color 150ms var(--ease-smooth), box-shadow 150ms var(--ease-out);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    @media (hover: hover) {
      &:hover:not(:focus-within), &[data-hovered="true"]:not([data-focus-within="true"]) {
        background-color: var(--field-hover);
        border-color: var(--field-border-hover);
      }
    }
    &[data-focus-within="true"], &: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;
      --tw-ring-offset-width: 0px;
      border-color: var(--field-border-focus);
      background-color: var(--field-focus);
    }
    &[data-invalid="true"] {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
      outline-color: var(--danger);
      --tw-outline-style: solid;
      outline-style: solid;
      --tw-ring-offset-width: 3px;
      &:focus, &:focus-visible, &[data-focused="true"], &[data-focus-visible="true"], &:focus-within, &[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);
        --tw-ring-offset-width: 0px;
      }
      background-color: var(--field-focus);
      border-color: var(--color-field-border-invalid);
    }
    &[data-disabled="true"], &[aria-disabled="true"] {
      opacity: var(--disabled-opacity);
      cursor: var(--cursor-disabled);
      pointer-events: none;
    }
    &:has([data-slot="number-field-input"]:-webkit-autofill), &:has([data-slot="number-field-input"]:autofill) {
      background-color: var(--field-focus);
      border-color: var(--field-border-focus);
    }
  }
  .number-field__input {
    min-width: 0px;
    border-radius: 0;
    border-style: var(--tw-border-style);
    border-width: 0px;
    background-color: transparent;
    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;
    outline-style: none;
    @media (width >= 40rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
    .number-field__group:has([slot="decrement"]) & {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
    .number-field__group:has([slot="increment"]) & {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    &:focus, &:focus-visible {
      --tw-outline-style: none;
      outline-style: none;
    }
    &:-webkit-autofill, &:-webkit-autofill:hover, &:-webkit-autofill:focus, &:-webkit-autofill:active, &:autofill {
      -webkit-box-shadow: 0 0 0 1000px transparent inset;
      box-shadow: 0 0 0 1000px transparent inset;
      -webkit-text-fill-color: var(--field-foreground);
      caret-color: var(--field-foreground);
      transition: background-color 9999s ease-in-out 0s;
    }
  }
  .number-field__increment-button, .number-field__decrement-button {
    display: flex;
    height: 100%;
    width: calc(var(--spacing) * 10);
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background-color: transparent;
    color: var(--field-foreground, var(--foreground));
    --tw-outline-style: none;
    outline-style: none;
    border-width: var(--border-width-field);
    border-color: var(--field-border);
    border-style: solid;
    transition: background-color 150ms var(--ease-smooth), border-color 150ms var(--ease-smooth);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    cursor: var(--cursor-interactive);
    &:active, &[data-pressed="true"] {
      background-color: var(--field-foreground, var(--foreground));
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--field-foreground, var(--foreground)) 10%, transparent);
      }
      transform: scale(0.97);
    }
    &:disabled, &[data-disabled="true"], &[aria-disabled="true"] {
      opacity: var(--disabled-opacity);
      cursor: var(--cursor-disabled);
      pointer-events: none;
    }
    [data-slot="number-field-increment-button-icon"], [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)) {
      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-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
    border-color: var(--field-placeholder, var(--muted));
    @supports (color: color-mix(in lab, red, red)) {
      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) {
      &:hover:not(:focus-within), &[data-hovered="true"]:not([data-focus-within="true"]) {
        background-color: var(--number-field-group-bg-hover);
      }
    }
    &:focus-within, &[data-focus-within="true"] {
      background-color: var(--number-field-group-bg-focus);
    }
    &[data-invalid="true"] {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
      outline-color: var(--danger);
      --tw-outline-style: solid;
      outline-style: solid;
      --tw-ring-offset-width: 3px;
      &:focus, &:focus-visible, &[data-focused="true"], &[data-focus-visible="true"], &:focus-within, &[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);
        --tw-ring-offset-width: 0px;
      }
      border-color: var(--color-field-border-invalid);
      background-color: var(--number-field-group-bg-focus);
    }
    [data-slot="number-field-input"] {
      background-color: transparent;
    }
  }
  .number-field--full-width {
    width: 100%;
  }
  .number-field__group--full-width {
    width: 100%;
  }
  .radio-group {
    display: flex;
    flex-direction: column;
    &[data-orientation="vertical"] {
      [data-slot="radio"] {
        margin-top: calc(var(--spacing) * 4);
      }
    }
    &[data-orientation="horizontal"] {
      flex-direction: row;
      flex-wrap: wrap;
      gap: calc(var(--spacing) * 4);
    }
  }
  .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"]) &, .radio [data-slot="radio-content"][data-hovered="true"] & {
      border-color: var(--field-border-hover);
    }
    .radio:not([data-selected]):not(:has(input:checked)) & .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) ) & {
      .radio__indicator:empty::before {
        background-color: var(--radio-control-bg-hover);
      }
    }
  }
  .radio {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing);
    --tw-outline-style: none;
    outline-style: none;
    -webkit-tap-highlight-color: transparent;
    cursor: var(--cursor-interactive);
    [data-slot="label"] {
      -webkit-user-select: none;
      user-select: none;
    }
    .radio__content [data-slot="label"] {
      cursor: var(--cursor-interactive);
    }
    & > [data-slot="description"], & > [data-slot="field-error"] {
      width: 100%;
      min-width: 0px;
      cursor: default;
      padding-inline-start: calc(var(--spacing) * 7);
      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;
    }
    &:disabled, &[data-disabled="true"], &[aria-disabled="true"] {
      opacity: var(--disabled-opacity);
      cursor: var(--cursor-disabled);
      pointer-events: none;
      [data-slot="description"], [data-slot="field-error"] {
        opacity: var(--disabled-opacity);
        cursor: var(--cursor-disabled);
        pointer-events: none;
      }
    }
  }
  .radio__content {
    position: relative;
    display: inline-flex;
    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;
    outline-style: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
  .radio__control {
    position: relative;
    display: inline-flex;
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    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;
    outline-style: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 200ms var(--ease-out), border-color 200ms var(--ease-out), transform 100ms var(--ease-out);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    cursor: var(--cursor-interactive);
    .radio:has([data-slot="radio-content"][data-focus-visible="true"]) &, .radio [data-slot="radio-content"][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: 0px;
      --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;
      --tw-ring-offset-width: var(--ring-offset-width);
    }
    .radio:has([data-slot="radio-content"][data-hovered="true"]) &, .radio [data-slot="radio-content"][data-hovered="true"] & {
      border-color: var(--field-border-hover);
    }
    .radio:has([data-slot="radio-content"][data-hovered="true"]):not([data-selected]):not( :has(input:checked) ) & {
      .radio__indicator:empty::before {
        background-color: var(--field-hover);
      }
    }
    .radio:has([data-slot="radio-content"][data-pressed="true"]) &, .radio [data-slot="radio-content"][data-pressed="true"] & {
      --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:has([data-slot="radio-content"][aria-checked="true"]) &, .radio:has(input:checked) & {
      border-color: transparent;
      background-color: var(--accent);
    }
    .radio[data-selected]:has([data-slot="radio-content"][data-pressed="true"]) &, .radio:has([data-slot="radio-content"][data-pressed="true"][aria-checked="true"]) &, .radio:has(input:checked):has([data-slot="radio-content"][data-pressed="true"]) & {
      background-color: var(--accent-hover);
    }
    .radio[data-invalid="true"] &, .radio[aria-invalid="true"] & {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
      outline-color: var(--danger);
      --tw-outline-style: solid;
      outline-style: solid;
      --tw-ring-offset-width: 3px;
      &:focus, &:focus-visible, &[data-focused="true"], &[data-focus-visible="true"], &:focus-within, &[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);
        --tw-ring-offset-width: 0px;
      }
    }
    .radio[data-invalid="true"][data-selected] &, .radio[aria-invalid="true"][data-selected] &, .radio[data-invalid="true"]:has(input:checked) &, .radio[aria-invalid="true"]:has(input:checked) & {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
      outline-color: var(--danger);
      --tw-outline-style: solid;
      outline-style: solid;
      --tw-ring-offset-width: 3px;
      &:focus, &:focus-visible, &[data-focused="true"], &[data-focus-visible="true"], &:focus-within, &[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);
        --tw-ring-offset-width: 0px;
      }
    }
  }
  .radio__indicator {
    position: absolute;
    inset: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  .radio__indicator:empty::before {
    content: "";
    border-radius: calc(var(--radius) * 1);
    background-color: var(--field-background, var(--default));
    width: 100%;
    height: 100%;
    scale: 1;
    transition: scale 200ms var(--ease-out), background-color 200ms var(--ease-out);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          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: 0.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: 0.5714;
  }
  .radio--disabled {
    opacity: var(--disabled-opacity);
    cursor: var(--cursor-disabled);
    pointer-events: none;
  }
  .textfield {
    display: flex;
    flex-direction: column;
    gap: var(--spacing);
    &[data-invalid="true"], &[aria-invalid="true"] {
      [data-slot="description"] {
        display: none;
      }
    }
  }
  .textfield--full-width {
    width: 100%;
    [data-slot="input"], [data-slot="textarea"] {
      width: 100%;
    }
  }
  .search-field {
    display: flex;
    flex-direction: column;
    gap: var(--spacing);
    &[data-invalid="true"], &[aria-invalid="true"] {
      [data-slot="description"] {
        display: none;
      }
    }
    [data-slot="label"] {
      width: fit-content;
    }
    &[data-empty="true"] {
      [data-slot="search-field-clear-button"] {
        pointer-events: none;
        opacity: 0%;
      }
    }
  }
  .search-field__group {
    position: relative;
    display: inline-flex;
    height: calc(var(--spacing) * 9);
    align-items: center;
    overflow: hidden;
    border-radius: var(--field-radius, calc(var(--radius) * 1.5));
    border-style: var(--tw-border-style);
    border-width: 1px;
    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;
    outline-style: none;
    border-width: var(--border-width-field);
    border-color: var(--field-border);
    transition: background-color 150ms var(--ease-smooth), border-color 150ms var(--ease-smooth), box-shadow 150ms var(--ease-out);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    @media (hover: hover) {
      &:hover:not(:focus-within), &[data-hovered="true"]:not([data-focus-within="true"]) {
        background-color: var(--field-hover);
        border-color: var(--field-border-hover);
      }
    }
    &[data-focus-within="true"], &: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;
      --tw-ring-offset-width: 0px;
    }
    &[data-invalid="true"] {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
      outline-color: var(--danger);
      --tw-outline-style: solid;
      outline-style: solid;
      --tw-ring-offset-width: 3px;
      &:focus, &:focus-visible, &[data-focused="true"], &[data-focus-visible="true"], &:focus-within, &[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);
        --tw-ring-offset-width: 0px;
      }
      background-color: var(--field-focus);
      border-color: var(--color-field-border-invalid);
    }
    &[data-disabled="true"], &[aria-disabled="true"] {
      opacity: var(--disabled-opacity);
      cursor: var(--cursor-disabled);
      pointer-events: none;
    }
    &:has([data-slot="search-field-input"]:-webkit-autofill), &:has([data-slot="search-field-input"]:autofill) {
      background-color: var(--field-focus);
      border-color: var(--field-border-focus);
    }
  }
  .search-field__input {
    flex: 1;
    border-radius: 0;
    border-style: var(--tw-border-style);
    border-width: 0px;
    background-color: transparent;
    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;
    outline-style: none;
    @media (width >= 40rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
    &::-webkit-search-cancel-button, &::-webkit-search-decoration {
      -webkit-appearance: none;
      appearance: none;
    }
    .search-field__group:has([data-slot="search-field-search-icon"]) & {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      padding-left: calc(var(--spacing) * 2);
    }
    .search-field__group:has([slot="clear"]) & {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      padding-right: calc(var(--spacing) * 2);
    }
    &:focus, &:focus-visible {
      --tw-outline-style: none;
      outline-style: none;
    }
    &:-webkit-autofill, &:-webkit-autofill:hover, &:-webkit-autofill:focus, &:-webkit-autofill:active, &:autofill {
      -webkit-box-shadow: 0 0 0 1000px transparent inset;
      box-shadow: 0 0 0 1000px transparent inset;
      -webkit-text-fill-color: var(--field-foreground);
      caret-color: var(--field-foreground);
      transition: background-color 9999s ease-in-out 0s;
    }
  }
  .search-field__search-icon {
    pointer-events: none;
    flex-shrink: 0;
    color: var(--field-placeholder, var(--muted));
    margin-right: 0px;
    margin-left: calc(var(--spacing) * 3);
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .search-field__clear-button {
    margin-right: calc(var(--spacing) * 2);
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
    flex-shrink: 0;
    [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) {
      &:hover:not(:focus-within), &[data-hovered="true"]:not([data-focus-within="true"]) {
        background-color: var(--search-field-group-bg-hover);
      }
    }
    &:focus-within, &[data-focus-within="true"] {
      background-color: var(--search-field-group-bg-focus);
    }
    &[data-invalid="true"] {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
      outline-color: var(--danger);
      --tw-outline-style: solid;
      outline-style: solid;
      --tw-ring-offset-width: 3px;
      &:focus, &:focus-visible, &[data-focused="true"], &[data-focus-visible="true"], &:focus-within, &[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);
        --tw-ring-offset-width: 0px;
      }
      border-color: var(--color-field-border-invalid);
      background-color: var(--search-field-group-bg-focus);
    }
    [data-slot="search-field-input"] {
      background-color: transparent;
    }
  }
  .search-field--full-width {
    width: 100%;
  }
  .search-field__group--full-width {
    width: 100%;
  }
  .textarea {
    border-radius: var(--field-radius, calc(var(--radius) * 1.5));
    border-style: var(--tw-border-style);
    border-width: 1px;
    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;
    outline-style: none;
    &::placeholder {
      color: var(--field-placeholder, var(--muted));
    }
    @media (width >= 40rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
    min-height: 38px;
    border-width: var(--border-width-field);
    border-color: var(--field-border);
    transition: background-color 150ms var(--ease-smooth), border-color 150ms var(--ease-smooth), box-shadow 150ms var(--ease-out);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    @media (hover: hover) {
      &:hover:not(:focus):not(:focus-visible), &[data-hovered="true"]:not([data-focused="true"]):not([data-focus-visible="true"]) {
        background-color: var(--field-hover);
        border-color: var(--field-border-hover);
      }
    }
    &:focus, &[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;
      --tw-ring-offset-width: 0px;
      border-color: var(--field-border-focus);
      background-color: var(--field-focus);
    }
    &[data-invalid="true"] {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
      outline-color: var(--danger);
      --tw-outline-style: solid;
      outline-style: solid;
      --tw-ring-offset-width: 3px;
      &:focus, &:focus-visible, &[data-focused="true"], &[data-focus-visible="true"], &:focus-within, &[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);
        --tw-ring-offset-width: 0px;
      }
      background-color: var(--field-focus);
    }
    &:disabled, &[data-disabled="true"], &[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) {
      &:hover:not(:focus):not(:focus-visible), &[data-hovered="true"]:not([data-focused="true"]):not([data-focus-visible="true"]) {
        background-color: var(--textarea-bg-hover);
      }
    }
    &:focus, &[data-focused="true"] {
      background-color: var(--textarea-bg-focus);
    }
    &[data-invalid="true"] {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
      outline-color: var(--danger);
      --tw-outline-style: solid;
      outline-style: solid;
      --tw-ring-offset-width: 3px;
      &:focus, &:focus-visible, &[data-focused="true"], &[data-focus-visible="true"], &:focus-within, &[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);
        --tw-ring-offset-width: 0px;
      }
      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 {
    aspect-ratio: 1 / 1;
    width: auto;
    height: auto;
    width: 100%;
    place-self: center;
  }
  .calendar--day-view .calendar__cell {
    aspect-ratio: 1 / 1;
    width: auto;
    height: auto;
    width: 100%;
    place-self: center;
  }
  .calendar--day-view .calendar__grid {
    display: flex;
    flex-direction: column;
  }
  .calendar--day-view .calendar__grid-header {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    width: 100%;
    & > tr {
      display: contents;
    }
  }
  .calendar--day-view .calendar__grid-body {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin-top: var(--spacing);
    width: 100%;
    & > tr {
      display: contents;
    }
    & > tr:first-child > td {
      margin-top: 0px;
    }
  }
  .calendar__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: calc(var(--spacing) * 0.5);
    padding-bottom: calc(var(--spacing) * 4);
    &:has(.calendar-year-picker__trigger[data-open="true"]) {
      .calendar__nav-button {
        pointer-events: none;
        opacity: 0%;
      }
    }
  }
  .calendar__heading {
    flex: 1;
    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);
  }
  .calendar__nav-button {
    display: flex;
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
    align-items: center;
    justify-content: center;
    border-radius: calc(var(--radius) * 2);
    color: var(--accent-soft-foreground);
    will-change: scale;
    transition: transform 250ms var(--ease-out), background-color 100ms var(--ease-out), box-shadow 100ms var(--ease-out), opacity 150ms 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,);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    cursor: var(--cursor-interactive);
    @media (hover: hover) {
      &:hover, &[data-hovered="true"] {
        background-color: var(--default);
        color: var(--accent-soft-foreground);
      }
    }
    &:active, &[data-pressed="true"] {
      transform: scale(0.95);
    }
    &:focus-visible, &[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: 0px;
      --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;
      --tw-ring-offset-width: var(--ring-offset-width);
    }
    &:disabled, &[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 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    width: 100%;
    &[aria-readonly="true"] {
      .calendar__cell {
        pointer-events: none;
      }
    }
  }
  .calendar__grid-header {
    display: contents;
    & > tr {
      display: contents;
    }
  }
  .calendar__grid-body {
    display: contents;
    & > tr {
      display: contents;
    }
    & > tr:first-child > td {
      margin-top: var(--spacing);
    }
  }
  .calendar__grid-row {
    display: contents;
  }
  .calendar__header-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    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);
  }
  .calendar__cell {
    position: relative;
    display: flex;
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: calc(var(--radius) * 3);
    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);
    --tw-outline-style: none;
    outline-style: none;
    -webkit-tap-highlight-color: transparent;
    will-change: scale;
    transition: transform 250ms var(--ease-out), box-shadow 100ms 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,);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    cursor: var(--cursor-interactive);
    &:focus-visible:not(:focus), &[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: 0px;
      --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;
      --tw-ring-offset-width: var(--ring-offset-width);
    }
    &[data-today="true"] {
      background-color: var(--accent-soft);
      color: var(--accent-soft-foreground);
      @media (hover: hover) {
        &:hover:not([data-selected="true"]), &[data-hovered="true"]:not([data-selected="true"]) {
          background-color: var(--accent-soft-hover);
        }
      }
    }
    &[data-selected="true"] {
      background-color: var(--accent);
      color: var(--accent-foreground);
    }
    &:active, &[data-pressed="true"] {
      background-color: var(--default);
      transform: scale(0.95);
      &[data-selected="true"] {
        background-color: var(--accent-hover);
      }
    }
    @media (hover: hover) {
      &:hover:not([data-selected="true"]), &[data-hovered="true"]:not([data-selected="true"]) {
        background-color: var(--default);
      }
    }
    &[data-outside-month="true"] {
      color: var(--muted);
      opacity: 50%;
    }
    &[data-selected="true"][data-outside-month="true"] {
      background-color: var(--default);
    }
    &[data-unavailable="true"] {
      opacity: var(--disabled-opacity);
      cursor: var(--cursor-disabled);
      pointer-events: none;
    }
    &:disabled:not([data-outside-month="true"]), &[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 {
    position: absolute;
    bottom: var(--spacing);
    left: calc(1 / 2 * 100%);
    width: 3px;
    height: 3px;
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    border-radius: calc(var(--radius) * 0.25);
    background-color: var(--muted);
    [data-selected="true"] > & {
      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 {
    aspect-ratio: 1 / 1;
    width: auto;
    height: auto;
    width: 100%;
    place-self: center;
  }
  .range-calendar--day-view .range-calendar__cell {
    aspect-ratio: 1 / 1;
    width: auto;
    height: auto;
    width: 100%;
    place-self: center;
  }
  .range-calendar--day-view .range-calendar__grid {
    display: flex;
    flex-direction: column;
  }
  .range-calendar--day-view .range-calendar__grid-header {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    width: 100%;
    & > tr {
      display: contents;
    }
  }
  .range-calendar--day-view .range-calendar__grid-body {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin-top: var(--spacing);
    width: 100%;
    & > tr {
      display: contents;
    }
    & > tr:first-child > td {
      margin-top: 0px;
    }
  }
  .range-calendar__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: calc(var(--spacing) * 0.5);
    padding-bottom: calc(var(--spacing) * 4);
    &:has(.calendar-year-picker__trigger[data-open="true"]) {
      .range-calendar__nav-button {
        pointer-events: none;
        opacity: 0%;
      }
    }
  }
  .range-calendar__heading {
    flex: 1;
    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);
  }
  .range-calendar__nav-button {
    display: flex;
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
    align-items: center;
    justify-content: center;
    border-radius: calc(var(--radius) * 1.5);
    color: var(--accent-soft-foreground);
    will-change: scale;
    transition: transform 250ms var(--ease-out), background-color 100ms var(--ease-out), box-shadow 100ms var(--ease-out), opacity 150ms 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,);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    cursor: var(--cursor-interactive);
    @media (hover: hover) {
      &:hover, &[data-hovered="true"] {
        background-color: var(--default);
        color: var(--accent-soft-foreground);
      }
    }
    &:active, &[data-pressed="true"] {
      transform: scale(0.95);
    }
    &:focus-visible, &[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: 0px;
      --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;
      --tw-ring-offset-width: var(--ring-offset-width);
    }
    &:disabled, &[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 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    width: 100%;
    &[aria-readonly="true"] {
      .range-calendar__cell {
        pointer-events: none;
      }
    }
  }
  .range-calendar__grid-header {
    display: contents;
    & > tr {
      display: contents;
    }
  }
  .range-calendar__grid-body {
    display: contents;
    & > tr {
      display: contents;
    }
    & > tr:first-child > td {
      margin-top: var(--spacing);
    }
  }
  .range-calendar__grid-row {
    display: contents;
  }
  .range-calendar__header-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    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);
  }
  .range-calendar__cell {
    position: relative;
    z-index: 1;
    margin-inline: 0px;
    margin-block: 2px;
    border-radius: calc(var(--radius) * 3);
    padding: 0px;
    --tw-outline-style: none;
    outline-style: none;
    cursor: var(--cursor-interactive);
    will-change: background-color, border-color;
    transition: box-shadow 100ms var(--ease-out), border-color 100ms 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,);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    .range-calendar__cell-button {
      display: flex;
      aspect-ratio: 1 / 1;
      width: 100%;
      align-items: center;
      justify-content: 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);
      color: var(--foreground);
      -webkit-tap-highlight-color: transparent;
      will-change: scale;
      transition: scale 200ms 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,);
      &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
      @media (prefers-reduced-motion: reduce) {
        &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
          transition-property: none;
          &::before, &::after {
            transition-property: none;
          }
        }
      }
    }
    &:focus-visible:not(:focus), &[data-focus-visible="true"] {
      z-index: 2;
      .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: 0px;
        --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;
        --tw-ring-offset-width: var(--ring-offset-width);
      }
    }
    &[data-today="true"] {
      .range-calendar__cell-button {
        background-color: var(--accent-soft);
        color: var(--accent-soft-foreground);
      }
      @media (hover: hover) {
        &:hover:not([data-selected="true"]), &[data-hovered="true"]:not([data-selected="true"]) {
          .range-calendar__cell-button {
            background-color: var(--accent-soft-hover);
          }
        }
      }
    }
    &[data-selected="true"]:not([data-outside-month="true"]) {
      border-radius: 0;
      background-color: var(--accent-soft);
    }
    &[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);
      &[data-selection-start="true"] {
        border-start-start-radius: calc(var(--radius) * 3);
        border-end-start-radius: calc(var(--radius) * 3);
      }
    }
    &[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);
      &[data-selection-end="true"] {
        border-start-end-radius: calc(var(--radius) * 3);
        border-end-end-radius: calc(var(--radius) * 3);
      }
    }
    &[data-selection-start="true"]:not([data-outside-month="true"]), &[data-selection-end="true"]:not([data-outside-month="true"]) {
      z-index: 2;
      .range-calendar__cell-button {
        background-color: var(--accent);
        color: var(--accent-foreground);
      }
    }
    &[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);
    }
    &[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);
    }
    &:active, &[data-pressed="true"] {
      .range-calendar__cell-button {
        scale: 0.9;
      }
      &[data-selection-start="true"], &[data-selection-end="true"] {
        .range-calendar__cell-button {
          background-color: var(--accent-hover);
        }
      }
    }
    @media (hover: hover) {
      &:hover:not([data-selected="true"]), &[data-hovered="true"]:not([data-selected="true"]) {
        .range-calendar__cell-button {
          background-color: var(--default);
        }
      }
    }
    &[data-outside-month="true"] {
      color: var(--muted);
      opacity: 50%;
    }
    &[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)) {
        background-color: color-mix(in oklab, var(--default) 20%, transparent);
      }
    }
    &[data-unavailable="true"] {
      opacity: var(--disabled-opacity);
      cursor: var(--cursor-disabled);
      pointer-events: none;
    }
    &:disabled:not([data-outside-month="true"]), &[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);
    &[data-outside-month="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);
    &[data-outside-month="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 {
    position: absolute;
    bottom: var(--spacing);
    left: calc(1 / 2 * 100%);
    width: 3px;
    height: 3px;
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    border-radius: calc(var(--radius) * 0.25);
    background-color: var(--muted);
    [data-selected="true"] > & {
      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 150ms var(--ease-out), visibility 0ms linear;
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::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 150ms var(--ease-out), visibility 0ms linear 150ms;
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
  }
  .calendar-year-picker__trigger {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-start;
    gap: var(--spacing);
    border-radius: calc(var(--radius) * 1);
    --tw-outline-style: none;
    outline-style: none;
    cursor: var(--cursor-interactive);
    touch-action: manipulation;
    &: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: 0px;
      --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;
      --tw-ring-offset-width: var(--ring-offset-width);
    }
  }
  .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 150ms var(--ease-out);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::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 150ms var(--ease-out);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::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;
    position: absolute;
    right: 0px;
    left: 0px;
    display: grid;
    scrollbar-width: var(--scrollbar-width);
    scrollbar-color: var(--scrollbar-color);
    scrollbar-gutter: var(--scrollbar-gutter);
    align-content: flex-start;
    gap: var(--spacing);
    overflow-y: auto;
    padding: var(--spacing);
    opacity: 0%;
    grid-template-columns: repeat(3, 1fr);
    will-change: opacity;
  }
  .calendar-year-picker__year-grid[data-open="true"] {
    pointer-events: auto;
    opacity: 100%;
    transition: opacity 200ms var(--ease-out) 50ms;
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
  }
  .calendar-year-picker__year-cell {
    position: relative;
    display: inline-flex;
    height: calc(var(--spacing) * 8);
    align-items: center;
    justify-content: center;
    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;
    outline-style: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    transition: color 100ms var(--ease-smooth), scale 100ms var(--ease-smooth), opacity 100ms var(--ease-smooth), background-color 100ms var(--ease-smooth), box-shadow 100ms 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,);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    cursor: var(--cursor-interactive);
    @media (hover: hover) and (pointer: fine) {
      &:is(:hover, [data-hovered="true"]):not([data-selected="true"]) {
        background-color: var(--default);
        color: var(--default-foreground);
      }
    }
    &[data-selected="true"], &[aria-selected="true"] {
      background-color: var(--accent);
      color: var(--accent-foreground);
      @media (hover: hover) and (pointer: fine) {
        &:is(:hover, [data-hovered="true"]) {
          background-color: var(--accent-hover);
        }
      }
    }
    &: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: 0px;
      --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;
      --tw-ring-offset-width: var(--ring-offset-width);
    }
  }
  .date-field {
    display: flex;
    flex-direction: column;
    gap: var(--spacing);
    &[data-invalid="true"], &[aria-invalid="true"] {
      [data-slot="description"] {
        display: none;
      }
    }
    [data-slot="label"] {
      width: fit-content;
    }
  }
  .date-field--full-width {
    width: 100%;
  }
  .time-field {
    display: flex;
    flex-direction: column;
    gap: var(--spacing);
    &[data-invalid="true"], &[aria-invalid="true"] {
      [data-slot="description"] {
        display: none;
      }
    }
    [data-slot="label"] {
      width: fit-content;
    }
  }
  .time-field--full-width {
    width: 100%;
  }
  .date-input-group {
    display: inline-flex;
    height: calc(var(--spacing) * 9);
    align-items: center;
    overflow: hidden;
    border-radius: var(--field-radius, calc(var(--radius) * 1.5));
    border-style: var(--tw-border-style);
    border-width: 1px;
    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;
    outline-style: none;
    border-width: var(--border-width-field);
    border-color: var(--field-border);
    transition: background-color 150ms var(--ease-smooth), border-color 150ms var(--ease-smooth), box-shadow 150ms var(--ease-out);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    @media (hover: hover) {
      &:hover:not(:focus-within), &[data-hovered="true"]:not([data-focus-within="true"]) {
        background-color: var(--field-hover);
        border-color: var(--field-border-hover);
      }
    }
    &[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"] ) ), &: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;
      --tw-ring-offset-width: 0px;
    }
    &[data-invalid="true"] {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
      outline-color: var(--danger);
      --tw-outline-style: solid;
      outline-style: solid;
      --tw-ring-offset-width: 3px;
      &:focus, &:focus-visible, &[data-focused="true"], &[data-focus-visible="true"], &:focus-within, &[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);
        --tw-ring-offset-width: 0px;
      }
      background-color: var(--field-focus);
      border-color: var(--color-field-border-invalid);
    }
    &[data-disabled="true"], &[aria-disabled="true"] {
      opacity: var(--disabled-opacity);
      cursor: var(--cursor-disabled);
      pointer-events: none;
    }
  }
  .date-input-group__input {
    display: flex;
    flex: 1;
    cursor: text;
    align-items: center;
    gap: 1px;
    border-radius: 0;
    border-style: var(--tw-border-style);
    border-width: 0px;
    background-color: transparent;
    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;
    outline-style: none;
    @media (width >= 40rem) {
      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"]) & {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      padding-left: calc(var(--spacing) * 2);
    }
    .date-input-group:has([data-slot="date-input-group-suffix"]) & {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      padding-right: calc(var(--spacing) * 2);
    }
    .date-input-group:has(.date-range-picker__range-separator) & {
      &[slot="start"] {
        flex: none;
        padding-right: 0px;
      }
      &[slot="end"] {
        padding-left: 0px;
      }
    }
    &:focus, &:focus-visible {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .date-input-group__input-container {
    display: flex;
    flex: 1;
    scrollbar-color: auto;
    scrollbar-gutter: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    align-items: center;
    width: fit-content;
    overflow-x: auto;
    overflow-y: clip;
  }
  .date-input-group__segment {
    display: inline-block;
    border-radius: calc(var(--radius) * 0.75);
    padding-inline: calc(var(--spacing) * 0.5);
    text-align: end;
    text-wrap: nowrap;
    --tw-outline-style: none;
    outline-style: none;
    &[data-type="literal"] {
      padding: 0px;
      color: var(--muted);
    }
    &[data-placeholder="true"] {
      color: var(--field-placeholder, var(--muted));
    }
    &:focus, &[data-focused="true"] {
      background-color: var(--accent-soft);
      color: var(--accent-soft-foreground);
    }
    &[data-disabled="true"] {
      opacity: 50%;
    }
    &[data-invalid="true"] {
      color: var(--danger);
      &:focus, &[data-focused="true"] {
        background-color: var(--danger-soft);
        color: var(--danger-soft-foreground);
      }
    }
  }
  .date-input-group__prefix {
    pointer-events: none;
    flex-shrink: 0;
    color: var(--field-placeholder, var(--muted));
    margin-right: 0px;
    margin-left: calc(var(--spacing) * 3);
    display: flex;
    align-items: center;
  }
  .date-input-group__suffix {
    pointer-events: none;
    flex-shrink: 0;
    color: var(--field-placeholder, var(--muted));
    margin-right: calc(var(--spacing) * 3);
    display: flex;
    align-items: center;
  }
  .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) {
      &:hover:not(:focus-within), &[data-hovered="true"]:not([data-focus-within="true"]) {
        background-color: var(--date-input-group-bg-hover);
      }
    }
    &:focus-within, &[data-focus-within="true"] {
      background-color: var(--date-input-group-bg-focus);
    }
    &[data-invalid="true"] {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
      outline-color: var(--danger);
      --tw-outline-style: solid;
      outline-style: solid;
      --tw-ring-offset-width: 3px;
      &:focus, &:focus-visible, &[data-focused="true"], &[data-focus-visible="true"], &:focus-within, &[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);
        --tw-ring-offset-width: 0px;
      }
      border-color: var(--color-field-border-invalid);
      background-color: var(--date-input-group-bg-focus);
    }
    [data-slot="date-input-group-input"] {
      background-color: transparent;
    }
  }
  .date-input-group--full-width {
    width: 100%;
  }
  .date-picker {
    display: inline-flex;
    flex-direction: column;
    gap: var(--spacing);
    .date-input-group__suffix, .date-input-group__prefix {
      pointer-events: auto;
    }
  }
  .date-picker__trigger {
    display: inline-flex;
    width: 100%;
    align-items: center;
    border-radius: var(--field-radius, calc(var(--radius) * 1.5));
    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 150ms var(--ease-out);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    &:focus-visible:not(:focus), &[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: 0px;
      --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;
      --tw-ring-offset-width: var(--ring-offset-width);
    }
    &:disabled, &[data-disabled="true"], &[aria-disabled="true"] {
      opacity: var(--disabled-opacity);
      cursor: var(--cursor-disabled);
      pointer-events: none;
    }
  }
  .date-picker__trigger-indicator {
    display: inline-flex;
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    align-items: center;
    justify-content: center;
    color: var(--field-placeholder, var(--muted));
  }
  .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;
    overflow-y: auto;
    overscroll-behavior: contain;
    background-color: var(--overlay);
    padding: calc(var(--spacing) * 3);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    box-shadow: var(--shadow-overlay);
    border-radius: min(32px, calc(var(--radius) * 2.5));
    &:focus-visible:not(:focus), &[data-focus-visible="true"] {
      --tw-outline-style: none;
      outline-style: none;
    }
    &[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: 150ms;
      transition-duration: 150ms;
      --tw-ease: ease;
      transition-timing-function: ease;
      --tw-enter-opacity: calc(0/100);
      --tw-enter-opacity: 0;
      --tw-enter-scale: calc(95*1%);
      --tw-enter-scale: .95;
      &[data-placement^="top"] {
        --tw-enter-translate-y: calc(1*var(--spacing));
      }
      &[data-placement^="bottom"] {
        --tw-enter-translate-y: calc(1*var(--spacing)*-1);
      }
      &[data-placement^="left"] {
        --tw-enter-translate-x: calc(1*var(--spacing));
      }
      &[data-placement^="right"] {
        --tw-enter-translate-x: calc(1*var(--spacing)*-1);
      }
    }
    &[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: 100ms;
      transition-duration: 100ms;
      --tw-ease: ease;
      transition-timing-function: ease;
      --tw-exit-scale: calc(95*1%);
      --tw-exit-scale: .95;
      --tw-exit-opacity: 0;
    }
    &[data-exiting="true"], &[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 {
    display: inline-flex;
    flex-direction: column;
    gap: var(--spacing);
    .date-input-group__suffix, .date-input-group__prefix {
      pointer-events: auto;
    }
  }
  .date-range-picker__trigger {
    display: inline-flex;
    width: 100%;
    align-items: center;
    border-radius: var(--field-radius, calc(var(--radius) * 1.5));
    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 150ms var(--ease-out);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    &:focus-visible:not(:focus), &[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: 0px;
      --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;
      --tw-ring-offset-width: var(--ring-offset-width);
    }
    &:disabled, &[data-disabled="true"], &[aria-disabled="true"] {
      opacity: var(--disabled-opacity);
      cursor: var(--cursor-disabled);
      pointer-events: none;
    }
  }
  .date-range-picker__trigger-indicator {
    display: inline-flex;
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    align-items: center;
    justify-content: center;
    color: var(--field-placeholder, var(--muted));
  }
  .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;
    overflow-y: auto;
    overscroll-behavior: contain;
    background-color: var(--overlay);
    padding: calc(var(--spacing) * 3);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    box-shadow: var(--shadow-overlay);
    border-radius: min(32px, calc(var(--radius) * 2.5));
    &:focus-visible:not(:focus), &[data-focus-visible="true"] {
      --tw-outline-style: none;
      outline-style: none;
    }
    &[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: 150ms;
      transition-duration: 150ms;
      --tw-ease: ease;
      transition-timing-function: ease;
      --tw-enter-opacity: calc(0/100);
      --tw-enter-opacity: 0;
      --tw-enter-scale: calc(95*1%);
      --tw-enter-scale: .95;
      &[data-placement^="top"] {
        --tw-enter-translate-y: calc(1*var(--spacing));
      }
      &[data-placement^="bottom"] {
        --tw-enter-translate-y: calc(1*var(--spacing)*-1);
      }
      &[data-placement^="left"] {
        --tw-enter-translate-x: calc(1*var(--spacing));
      }
      &[data-placement^="right"] {
        --tw-enter-translate-x: calc(1*var(--spacing)*-1);
      }
    }
    &[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: 100ms;
      transition-duration: 100ms;
      --tw-ease: ease;
      transition-timing-function: ease;
      --tw-exit-scale: calc(95*1%);
      --tw-exit-scale: .95;
      --tw-exit-opacity: 0;
    }
    &[data-exiting="true"], &[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 {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 3);
    overflow: visible;
    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));
  }
  .card__header {
    display: flex;
    flex-direction: column;
  }
  .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 {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: var(--spacing);
  }
  .card__footer {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .card--transparent {
    --tw-border-style: none;
    border-style: none;
    background-color: transparent;
    --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);
  }
  .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 {
    flex-shrink: 0;
    border-radius: calc(var(--radius) * 0.5);
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
    background-color: var(--separator);
    height: 1px;
    width: 100%;
  }
  .separator--horizontal {
    height: 1px;
    width: 100%;
  }
  .separator--vertical {
    height: auto;
    min-height: calc(var(--spacing) * 2);
    width: 1px;
    align-self: stretch;
  }
  .separator--default {
    background-color: var(--separator);
  }
  .separator--secondary {
    background-color: var(--separator-secondary);
  }
  .separator--tertiary {
    background-color: var(--separator-tertiary);
  }
  .separator__container {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 3);
  }
  .separator__container--horizontal {
    width: 100%;
    flex-direction: row;
  }
  .separator__container--vertical {
    height: 100%;
    flex-direction: column;
    justify-content: center;
  }
  .separator__line {
    flex-shrink: 0;
    flex-grow: 1;
  }
  .separator__content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    color: var(--muted);
  }
  .separator__content--horizontal {
    text-align: center;
  }
  .separator__content--vertical {
    text-align: center;
  }
  .surface {
    position: relative;
    color: var(--foreground);
  }
  .surface--transparent {
    background-color: transparent;
  }
  .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 {
    position: relative;
    display: flex;
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: calc(var(--radius) * 3);
    background-color: var(--default);
  }
  .avatar__fallback {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: var(--default);
    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);
  }
  .avatar__image {
    position: absolute;
    inset: 0px;
    aspect-ratio: 1 / 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: 250ms;
    transition-duration: 250ms;
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::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__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: transparent;
  }
  .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 {
    display: inline-block;
    cursor: var(--cursor-interactive);
    transition: transform 250ms var(--ease-out-quart), background-color 150ms var(--ease-smooth), box-shadow 150ms var(--ease-out);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    &:focus-visible:not(:focus), &[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: 0px;
      --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;
      --tw-ring-offset-width: var(--ring-offset-width);
    }
    &:disabled, &[aria-disabled="true"] {
      opacity: var(--disabled-opacity);
      cursor: var(--cursor-disabled);
      pointer-events: none;
    }
    &:active, &[data-pressed="true"] {
      transform: scale(0.97);
    }
  }
  .alert-dialog__backdrop {
    position: fixed;
    inset: 0px;
    z-index: 50;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: var(--visual-viewport-height);
    width: 100%;
    &[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: 150ms;
      transition-duration: 150ms;
      --tw-ease: var(--ease-out);
      transition-timing-function: var(--ease-out);
      --tw-enter-opacity: calc(0/100);
      --tw-enter-opacity: 0;
    }
    &[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: 100ms;
      transition-duration: 100ms;
      --tw-ease: var(--ease-out);
      transition-timing-function: var(--ease-out);
      --tw-exit-opacity: calc(0/100);
      --tw-exit-opacity: 0;
    }
    &[data-exiting="true"], &[data-entering="true"] {
      will-change: opacity;
      &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
        animation: none;
        &::before, &::after {
          animation: none;
        }
      }
      @media (prefers-reduced-motion: reduce) {
        &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
          animation: none;
          &::before, &::after {
            animation: none;
          }
        }
      }
    }
  }
  .alert-dialog__backdrop--transparent {
    background-color: transparent;
  }
  .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 {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: var(--visual-viewport-height);
    width: 100%;
    min-width: 0px;
    flex: 1;
    padding: calc(var(--spacing) * 4);
    @media (width >= 40rem) {
      width: fit-content;
    }
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 10);
    }
    pointer-events: none;
    &[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: 250ms;
      transition-duration: 250ms;
      --tw-ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      --tw-enter-opacity: calc(0/100);
      --tw-enter-opacity: 0;
      --tw-enter-scale: calc(105*1%);
      &[data-placement="auto"] {
        --tw-enter-translate-y: calc(1*var(--spacing));
        @media (width >= 40rem) {
          --tw-enter-translate-y: calc(0*var(--spacing));
          --tw-enter-translate-y: calc(0*100%);
        }
      }
      &[data-placement="top"] {
        --tw-enter-translate-y: calc(1*var(--spacing)*-1);
      }
      &[data-placement="center"] {
        --tw-enter-translate-y: calc(0*var(--spacing)*-1);
        --tw-enter-translate-y: calc(0*-100%);
      }
      &[data-placement="bottom"] {
        --tw-enter-translate-y: calc(1*var(--spacing));
      }
    }
    &[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: 100ms;
      transition-duration: 100ms;
      --tw-ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      --tw-exit-opacity: calc(0/100);
      --tw-exit-opacity: 0;
      --tw-exit-scale: calc(95*1%);
      --tw-exit-scale: .95;
    }
    &[data-exiting="true"], &[data-entering="true"] {
      will-change: opacity,transform;
      &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
        animation: none;
        &::before, &::after {
          animation: none;
        }
      }
      @media (prefers-reduced-motion: reduce) {
        &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
          animation: none;
          &::before, &::after {
            animation: none;
          }
        }
      }
    }
  }
  .alert-dialog__dialog {
    position: relative;
    display: flex;
    min-height: 0px;
    width: 100%;
    flex-direction: column;
    max-height: 100%;
    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;
    outline-style: none;
    border-radius: min(32px, var(--radius-3xl));
    padding: calc(var(--spacing) * 6);
    overflow: clip;
    pointer-events: auto;
    &[data-placement="auto"] {
      margin-top: auto;
      @media (width >= 40rem) {
        margin-block: auto;
      }
    }
    &[data-placement="center"] {
      margin-block: auto;
    }
    &[data-placement="bottom"] {
      margin-top: auto;
    }
    &[data-placement="top"] {
      margin-top: 0px;
    }
  }
  .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 {
    height: 100%;
    min-height: 100%;
    width: 100%;
  }
  .alert-dialog__header {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 3);
    margin-bottom: 0px;
    & > .modal__icon {
      margin-bottom: 0px;
    }
  }
  .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 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
    flex-shrink: 0;
    border-radius: calc(var(--radius) * 3);
    -webkit-user-select: none;
    user-select: none;
    [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 {
    min-height: 0px;
    flex: 1;
    scrollbar-width: var(--scrollbar-width);
    scrollbar-color: var(--scrollbar-color);
    scrollbar-gutter: var(--scrollbar-gutter);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: 1.43;
    line-height: 1.43;
    color: var(--muted);
    margin: calc(3px * -1);
    margin-block: 0px;
    padding: 3px;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  .alert-dialog__footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: calc(var(--spacing) * 2);
    margin-top: 0px;
  }
  .alert-dialog__close-trigger {
    position: absolute;
    top: calc(var(--spacing) * 4);
    right: calc(var(--spacing) * 4);
  }
  .alert-dialog__header + .alert-dialog__body {
    margin-top: calc(var(--spacing) * 2);
  }
  .alert-dialog__header + .alert-dialog__footer {
    margin-top: calc(var(--spacing) * 5);
  }
  .alert-dialog__body + .alert-dialog__footer {
    margin-top: calc(var(--spacing) * 5);
  }
  .drawer__trigger {
    display: inline-block;
    cursor: var(--cursor-interactive);
    transition: transform 250ms var(--ease-out-quart), background-color 150ms var(--ease-smooth), box-shadow 150ms var(--ease-out);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    &:focus-visible:not(:focus), &[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: 0px;
      --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;
      --tw-ring-offset-width: var(--ring-offset-width);
    }
    &:disabled, &[aria-disabled="true"] {
      opacity: var(--disabled-opacity);
      cursor: var(--cursor-disabled);
      pointer-events: none;
    }
    &:active, &[data-pressed="true"] {
      transform: scale(0.97);
    }
  }
  .drawer__backdrop {
    position: fixed;
    inset: 0px;
    z-index: 50;
    height: var(--visual-viewport-height);
    width: 100%;
    opacity: 1;
    transition: opacity 250ms cubic-bezier(0.32, 0.72, 0, 1);
    &[data-entering="true"] {
      opacity: 0;
    }
    &[data-exiting="true"] {
      opacity: 0;
      transition-duration: 200ms;
      transition-timing-function: cubic-bezier(0.32, 0.72, 0, 1);
    }
    &[data-exiting="true"], &[data-entering="true"] {
      will-change: opacity;
    }
    @media (prefers-reduced-motion: reduce) {
      transition: none;
    }
  }
  .drawer__backdrop--transparent {
    background-color: transparent;
  }
  .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;
    position: fixed;
    inset: 0px;
    z-index: 50;
    display: flex;
    height: var(--visual-viewport-height);
    width: 100%;
    min-width: 0px;
  }
  .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 {
    position: relative;
    display: flex;
    flex-direction: column;
    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;
    outline-style: none;
    padding: calc(var(--spacing) * 6);
    pointer-events: auto;
    --drawer-enter-duration: 250ms;
    --drawer-exit-duration: 200ms;
    --drawer-enter-ease: cubic-bezier(0.32, 0.72, 0, 1);
    --drawer-exit-ease: cubic-bezier(0.32, 0.72, 0, 1);
    will-change: translate;
    transition: translate var(--drawer-enter-duration) var(--drawer-enter-ease);
    @media (prefers-reduced-motion: reduce) {
      transition: none;
    }
    &[data-placement="bottom"] {
      width: 100%;
      max-height: 85vh;
      border-top-left-radius: min(32px, var(--radius-2xl));
      border-top-right-radius: min(32px, var(--radius-2xl));
    }
    &[data-placement="top"] {
      width: 100%;
      max-height: 85vh;
      border-bottom-left-radius: min(32px, var(--radius-2xl));
      border-bottom-right-radius: min(32px, var(--radius-2xl));
    }
    &[data-placement="left"] {
      height: 100%;
      border-radius: 0;
      width: calc(var(--spacing) * 80);
      max-width: 85vw;
      @media (width >= 40rem) {
        width: calc(var(--spacing) * 96);
      }
    }
    &[data-placement="right"] {
      height: 100%;
      border-radius: 0;
      width: calc(var(--spacing) * 80);
      max-width: 85vw;
      @media (width >= 40rem) {
        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 0;
  }
  .drawer__content--left[data-entering="true"] .drawer__dialog, .drawer__content--left[data-exiting="true"] .drawer__dialog {
    translate: -100% 0;
  }
  .drawer__content--right[data-entering="true"] .drawer__dialog, .drawer__content--right[data-exiting="true"] .drawer__dialog {
    translate: 100% 0;
  }
  .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__handle {
      padding-bottom: 0px;
    }
  }
  .drawer__header {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 3);
    margin-bottom: 0px;
  }
  .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 {
    min-height: 0px;
    flex: 1;
    scrollbar-width: var(--scrollbar-width);
    scrollbar-color: var(--scrollbar-color);
    scrollbar-gutter: var(--scrollbar-gutter);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: 1.43;
    line-height: 1.43;
    color: var(--muted);
    margin: calc(3px * -1);
    margin-block: 0px;
    padding: 3px;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  .drawer__footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: calc(var(--spacing) * 2);
    margin-top: 0px;
  }
  .drawer__handle {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: calc(var(--spacing) * 2);
    & > [data-slot="drawer-handle-bar"] {
      height: var(--spacing);
      width: calc(var(--spacing) * 9);
      border-radius: calc(var(--radius) * 0.25);
      background-color: var(--separator);
    }
  }
  .drawer__close-trigger {
    position: absolute;
    top: calc(var(--spacing) * 4);
    right: calc(var(--spacing) * 4);
  }
  .drawer__header + .drawer__body {
    margin-top: calc(var(--spacing) * 2);
  }
  .drawer__header + .drawer__footer {
    margin-top: calc(var(--spacing) * 5);
  }
  .drawer__body + .drawer__footer {
    margin-top: calc(var(--spacing) * 5);
  }
  .drawer__handle + .drawer__header {
    margin-top: 0px;
  }
  .drawer__handle + .drawer__body {
    margin-top: 0px;
  }
  .modal__trigger {
    display: inline-block;
    cursor: var(--cursor-interactive);
    transition: transform 250ms var(--ease-out-quart), background-color 150ms var(--ease-smooth), box-shadow 150ms var(--ease-out);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    &:focus-visible:not(:focus), &[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: 0px;
      --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;
      --tw-ring-offset-width: var(--ring-offset-width);
    }
    &:disabled, &[aria-disabled="true"] {
      opacity: var(--disabled-opacity);
      cursor: var(--cursor-disabled);
      pointer-events: none;
    }
    &:active, &[data-pressed="true"] {
      transform: scale(0.97);
    }
  }
  .modal__backdrop {
    position: fixed;
    inset: 0px;
    z-index: 50;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: var(--visual-viewport-height);
    width: 100%;
    &[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: 150ms;
      transition-duration: 150ms;
      --tw-ease: var(--ease-out);
      transition-timing-function: var(--ease-out);
      --tw-enter-opacity: calc(0/100);
      --tw-enter-opacity: 0;
    }
    &[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: 100ms;
      transition-duration: 100ms;
      --tw-ease: var(--ease-out);
      transition-timing-function: var(--ease-out);
      --tw-exit-opacity: calc(0/100);
      --tw-exit-opacity: 0;
    }
    &[data-exiting="true"], &[data-entering="true"] {
      will-change: opacity;
      &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
        animation: none;
        &::before, &::after {
          animation: none;
        }
      }
      @media (prefers-reduced-motion: reduce) {
        &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
          animation: none;
          &::before, &::after {
            animation: none;
          }
        }
      }
    }
  }
  .modal__backdrop--transparent {
    background-color: transparent;
  }
  .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 {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: var(--visual-viewport-height);
    width: 100%;
    min-width: 0px;
    flex: 1;
    padding: calc(var(--spacing) * 4);
    @media (width >= 40rem) {
      width: fit-content;
    }
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 10);
    }
    pointer-events: none;
    &[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: 250ms;
      transition-duration: 250ms;
      --tw-ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      --tw-enter-opacity: calc(0/100);
      --tw-enter-opacity: 0;
      --tw-enter-scale: calc(105*1%);
      &[data-placement="auto"] {
        --tw-enter-translate-y: calc(1*var(--spacing));
        @media (width >= 40rem) {
          --tw-enter-translate-y: calc(0*var(--spacing));
          --tw-enter-translate-y: calc(0*100%);
        }
      }
      &[data-placement="top"] {
        --tw-enter-translate-y: calc(1*var(--spacing)*-1);
      }
      &[data-placement="center"] {
        --tw-enter-translate-y: calc(0*var(--spacing)*-1);
        --tw-enter-translate-y: calc(0*-100%);
      }
      &[data-placement="bottom"] {
        --tw-enter-translate-y: calc(1*var(--spacing));
      }
    }
    &[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: 100ms;
      transition-duration: 100ms;
      --tw-ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      --tw-exit-opacity: calc(0/100);
      --tw-exit-opacity: 0;
      --tw-exit-scale: calc(95*1%);
      --tw-exit-scale: .95;
    }
    &[data-exiting="true"], &[data-entering="true"] {
      will-change: opacity,transform;
      &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
        animation: none;
        &::before, &::after {
          animation: none;
        }
      }
      @media (prefers-reduced-motion: reduce) {
        &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
          animation: none;
          &::before, &::after {
            animation: none;
          }
        }
      }
    }
  }
  .modal__container--scroll-outside {
    scrollbar-width: var(--scrollbar-width);
    scrollbar-color: var(--scrollbar-color);
    scrollbar-gutter: var(--scrollbar-gutter);
    overflow-y: auto;
    pointer-events: auto;
    -webkit-overflow-scrolling: touch;
  }
  .modal__container--full {
    padding: 0px;
    @media (width >= 40rem) {
      padding: 0px;
    }
    &[data-entering="true"] {
      --tw-enter-translate-y: calc(0*var(--spacing));
      --tw-enter-translate-y: calc(0*100%);
      --tw-enter-scale: calc(100*1%);
      --tw-enter-scale: 1;
      @media (width >= 40rem) {
        --tw-enter-translate-y: calc(0*var(--spacing));
        --tw-enter-translate-y: calc(0*100%);
      }
    }
    &[data-exiting="true"] {
      --tw-exit-scale: calc(100*1%);
      --tw-exit-scale: 1;
    }
  }
  .modal__dialog {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    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;
    outline-style: none;
    border-radius: min(32px, var(--radius-3xl));
    padding: calc(var(--spacing) * 6);
    pointer-events: auto;
    &[data-placement="auto"] {
      margin-top: auto;
      @media (width >= 40rem) {
        margin-block: auto;
      }
    }
    &[data-placement="center"] {
      margin-block: auto;
    }
    &[data-placement="bottom"] {
      margin-top: auto;
    }
    &[data-placement="top"] {
      margin-top: 0px;
    }
  }
  .modal__dialog--scroll-inside {
    max-height: 100%;
    min-height: 0px;
    overflow: clip;
  }
  .modal__dialog--scroll-outside {
    height: auto;
    min-height: 0px;
    flex-shrink: 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 {
    height: 100%;
    min-height: 100%;
    width: 100%;
  }
  .modal__dialog--full {
    height: 100%;
    min-height: 100%;
    width: 100%;
    border-radius: 0;
    --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);
  }
  .modal__header {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 3);
    margin-bottom: 0px;
    & > .modal__icon {
      margin-bottom: 0px;
    }
  }
  .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 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
    flex-shrink: 0;
    border-radius: calc(var(--radius) * 3);
    -webkit-user-select: none;
    user-select: none;
  }
  .modal__body {
    min-height: 0px;
    flex: 1;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: 1.43;
    line-height: 1.43;
    color: var(--muted);
    margin: calc(3px * -1);
    margin-block: 0px;
    overflow: visible;
    padding: 3px;
  }
  .modal__body--scroll-inside {
    scrollbar-width: var(--scrollbar-width);
    scrollbar-color: var(--scrollbar-color);
    scrollbar-gutter: var(--scrollbar-gutter);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  .modal__body--scroll-outside {
    overflow-y: visible;
  }
  .modal__footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: calc(var(--spacing) * 2);
    margin-top: 0px;
  }
  .modal__close-trigger {
    position: absolute;
    top: calc(var(--spacing) * 4);
    right: calc(var(--spacing) * 4);
  }
  .modal__header + .modal__body {
    margin-top: calc(var(--spacing) * 2);
  }
  .modal__header + .modal__footer {
    margin-top: calc(var(--spacing) * 5);
  }
  .modal__body + .modal__footer {
    margin-top: calc(var(--spacing) * 5);
  }
  .popover {
    transform-origin: var(--trigger-anchor-point);
    background-color: var(--overlay);
    padding: 0px;
    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);
    &[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: 150ms;
      transition-duration: 150ms;
      --tw-ease: ease;
      transition-timing-function: ease;
      --tw-enter-opacity: calc(0/100);
      --tw-enter-opacity: 0;
      --tw-enter-scale: calc(90*1%);
      --tw-enter-scale: .9;
      &[data-placement="top"] {
        --tw-enter-translate-y: calc(1*var(--spacing));
      }
      &[data-placement="bottom"] {
        --tw-enter-translate-y: calc(1*var(--spacing)*-1);
      }
      &[data-placement="left"] {
        --tw-enter-translate-x: calc(1*var(--spacing));
      }
      &[data-placement="right"] {
        --tw-enter-translate-x: calc(1*var(--spacing)*-1);
      }
    }
    &[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: 100ms;
      transition-duration: 100ms;
      --tw-ease: ease;
      transition-timing-function: ease;
      --tw-exit-scale: calc(95*1%);
      --tw-exit-scale: .95;
      --tw-exit-opacity: 0;
    }
    &[data-exiting="true"], &[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;
    }
    & [data-slot="popover-overlay-arrow"] {
      fill: var(--overlay);
    }
    &[data-placement="bottom"] [data-slot="popover-overlay-arrow"] {
      rotate: 180deg;
    }
    &[data-placement="left"] [data-slot="popover-overlay-arrow"] {
      rotate: -90deg;
    }
    &[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 {
    display: inline-block;
    transition: color 150ms var(--ease-smooth), background-color 150ms var(--ease-smooth), box-shadow 150ms var(--ease-out);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    cursor: var(--cursor-interactive);
    &:focus-visible:not(:focus), &[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: 0px;
      --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;
      --tw-ring-offset-width: var(--ring-offset-width);
    }
    &:disabled, &[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);
    &[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: 150ms;
      transition-duration: 150ms;
      --tw-ease: ease;
      transition-timing-function: ease;
      --tw-enter-opacity: calc(0/100);
      --tw-enter-opacity: 0;
      --tw-enter-scale: calc(90*1%);
      --tw-enter-scale: .9;
      &[data-placement="top"] {
        --tw-enter-translate-y: calc(1*var(--spacing));
      }
      &[data-placement="bottom"] {
        --tw-enter-translate-y: calc(1*var(--spacing)*-1);
      }
      &[data-placement="left"] {
        --tw-enter-translate-x: calc(1*var(--spacing));
      }
      &[data-placement="right"] {
        --tw-enter-translate-x: calc(1*var(--spacing)*-1);
      }
    }
    &[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: 100ms;
      transition-duration: 100ms;
      --tw-ease: ease;
      transition-timing-function: ease;
      --tw-exit-scale: calc(95*1%);
      --tw-exit-scale: .95;
      --tw-exit-opacity: 0;
    }
    &[data-exiting="true"], &[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;
    }
    & [data-slot="overlay-arrow"] {
      stroke: var(--border);
      @supports (color: color-mix(in lab, red, red)) {
        stroke: color-mix(in oklab, var(--border) 40%, transparent);
      }
      fill: var(--overlay);
    }
    &[data-placement="bottom"] [data-slot="overlay-arrow"] {
      rotate: 180deg;
    }
    &[data-placement="left"] [data-slot="overlay-arrow"] {
      rotate: -90deg;
    }
    &[data-placement="right"] [data-slot="overlay-arrow"] {
      rotate: 90deg;
    }
  }
  .tooltip__trigger {
    display: inline-block;
    transition: color 150ms var(--ease-smooth), background-color 150ms var(--ease-smooth), box-shadow 150ms var(--ease-out);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    &:focus-visible:not(:focus), &[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: 0px;
      --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;
      --tw-ring-offset-width: var(--ring-offset-width);
    }
  }
  .combo-box {
    display: flex;
    flex-direction: column;
    gap: var(--spacing);
    &[data-invalid="true"], &[aria-invalid="true"] {
      [data-slot="description"] {
        display: none;
      }
    }
    [data-slot="label"] {
      width: fit-content;
    }
    [data-slot="input"] {
      min-width: 0px;
      flex: 1;
      &:has(+ .combo-box__trigger) {
        padding-inline-end: calc(var(--spacing) * 7);
      }
      &:focus, &[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;
        outline-style: none;
        --tw-ring-offset-width: 0px;
        border-color: var(--field-border-focus);
        background-color: var(--field-focus);
      }
      &:disabled, &[data-disabled], &[aria-disabled="true"] {
        opacity: var(--disabled-opacity);
        cursor: var(--cursor-disabled);
        pointer-events: none;
      }
    }
  }
  .combo-box__input-group {
    position: relative;
    isolation: isolate;
    display: inline-flex;
    align-items: center;
  }
  .combo-box__trigger {
    position: absolute;
    inset-inline-end: calc(var(--spacing) * 0);
    top: calc(1 / 2 * 100%);
    display: flex;
    height: 100%;
    flex-shrink: 0;
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    padding-inline-end: calc(var(--spacing) * 2);
    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: 150ms;
    transition-duration: 150ms;
    -webkit-tap-highlight-color: transparent;
    --tw-border-style: none;
    border-style: none;
    background-color: transparent;
    --tw-outline-style: none;
    outline-style: none;
    @media (hover: hover) {
      &:hover, &[data-hovered="true"] {
        color: var(--field-foreground, var(--foreground));
      }
    }
    &:focus-visible:not(:focus), &[data-focus-visible="true"] {
      border-radius: 0.25rem;
      --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;
      outline-style: none;
    }
    &[data-pressed="true"] {
      opacity: 70%;
    }
    &:disabled, &[data-disabled], &[aria-disabled="true"] {
      cursor: not-allowed;
      opacity: 50%;
    }
    [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: 150ms;
      transition-duration: 150ms;
      &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
      @media (prefers-reduced-motion: reduce) {
        &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
          transition-property: none;
          &::before, &::after {
            transition-property: none;
          }
        }
      }
    }
    &[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);
    overflow-y: auto;
    overscroll-behavior: contain;
    background-color: var(--overlay);
    padding: 0px;
    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);
    &:focus-visible:not(:focus), &[data-focus-visible="true"] {
      --tw-outline-style: none;
      outline-style: none;
    }
    &[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: 150ms;
      transition-duration: 150ms;
      --tw-ease: ease;
      transition-timing-function: ease;
      --tw-enter-opacity: calc(0/100);
      --tw-enter-opacity: 0;
      --tw-enter-scale: calc(95*1%);
      --tw-enter-scale: .95;
      &[data-placement="top"] {
        --tw-enter-translate-y: calc(1*var(--spacing));
      }
      &[data-placement="bottom"] {
        --tw-enter-translate-y: calc(1*var(--spacing)*-1);
      }
      &[data-placement="left"] {
        --tw-enter-translate-x: calc(1*var(--spacing));
      }
      &[data-placement="right"] {
        --tw-enter-translate-x: calc(1*var(--spacing)*-1);
      }
    }
    &[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: 100ms;
      transition-duration: 100ms;
      --tw-ease: ease;
      transition-timing-function: ease;
      --tw-exit-scale: calc(95*1%);
      --tw-exit-scale: .95;
      --tw-exit-opacity: 0;
    }
    &[data-exiting="true"], &[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;
    }
    & [data-slot="popover-overlay-arrow"] {
      fill: var(--overlay);
    }
    &[data-placement="bottom"] [data-slot="popover-overlay-arrow"] {
      rotate: 180deg;
    }
    &[data-placement="left"] [data-slot="popover-overlay-arrow"] {
      rotate: -90deg;
    }
    &[data-placement="right"] [data-slot="popover-overlay-arrow"] {
      rotate: 90deg;
    }
    [data-slot="list-box"] {
      padding: calc(var(--spacing) * 1.5);
      --tw-outline-style: none;
      outline-style: none;
    }
    [data-slot="list-box-item"] {
      padding-inline: calc(var(--spacing) * 2.5);
      [data-slot="list-box-item-indicator--checkmark"] {
        transition-property: none;
      }
    }
  }
  .combo-box--full-width {
    width: 100%;
  }
  .combo-box__input-group--full-width {
    width: 100%;
  }
  .select {
    display: flex;
    flex-direction: column;
    gap: var(--spacing);
    &[data-invalid="true"], &[aria-invalid="true"] {
      [data-slot="description"] {
        display: none;
      }
    }
    [data-slot="label"] {
      width: fit-content;
    }
  }
  .select__trigger {
    position: relative;
    isolation: isolate;
    display: inline-flex;
    min-height: calc(var(--spacing) * 9);
    border-radius: var(--field-radius, calc(var(--radius) * 1.5));
    border-style: var(--tw-border-style);
    border-width: 1px;
    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;
    outline-style: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 150ms var(--ease-smooth), border-color 150ms var(--ease-smooth), box-shadow 150ms var(--ease-out);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    cursor: var(--cursor-interactive);
    border-width: var(--border-width-field);
    border-color: var(--field-border);
    &:has(.select__indicator) {
      padding-inline-end: calc(var(--spacing) * 7);
    }
    @media (hover: hover) {
      &:hover, &[data-hovered="true"] {
        background-color: var(--field-hover);
        border-color: var(--field-border-hover);
      }
    }
    &:focus-visible:not(:focus), &[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: 0px;
      --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;
      --tw-ring-offset-width: var(--ring-offset-width);
      border-color: var(--field-border-focus);
      background-color: var(--field-focus);
    }
    .select[data-invalid="true"] &, .select[aria-invalid="true"] & {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
      outline-color: var(--danger);
      --tw-outline-style: solid;
      outline-style: solid;
      --tw-ring-offset-width: 3px;
      &:focus, &:focus-visible, &[data-focused="true"], &[data-focus-visible="true"], &:focus-within, &[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);
        --tw-ring-offset-width: 0px;
      }
      background-color: var(--field-focus);
    }
    &:disabled, &[data-disabled="true"], &[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) {
      &:hover, &[data-hovered="true"] {
        background-color: var(--select-trigger-bg-hover);
      }
    }
    &:focus-visible:not(:focus), &[data-focus-visible="true"] {
      background-color: var(--select-trigger-bg-focus);
    }
    .select[data-invalid="true"] &, .select[aria-invalid="true"] & {
      background-color: var(--select-trigger-bg-focus);
    }
  }
  .select__value {
    flex: 1;
    text-align: start;
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    overflow-wrap: break-word;
    color: currentcolor;
    @media (width >= 40rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
    &[data-placeholder="true"] {
      color: var(--field-placeholder, var(--muted));
    }
    [data-slot="list-box-item-indicator"] {
      display: none;
    }
  }
  .select__indicator {
    position: absolute;
    inset-block: 0px;
    inset-inline-end: calc(var(--spacing) * 2);
    margin-block: auto;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    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: 150ms;
    transition-duration: 150ms;
    &[data-open="true"] {
      rotate: 180deg;
    }
    &[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);
    overflow-y: auto;
    overscroll-behavior: contain;
    background-color: var(--overlay);
    padding: 0px;
    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);
    &:focus-visible:not(:focus), &[data-focus-visible="true"] {
      --tw-outline-style: none;
      outline-style: none;
    }
    &[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: 150ms;
      transition-duration: 150ms;
      --tw-ease: ease;
      transition-timing-function: ease;
      --tw-enter-opacity: calc(0/100);
      --tw-enter-opacity: 0;
      --tw-enter-scale: calc(95*1%);
      --tw-enter-scale: .95;
      &[data-placement="top"] {
        --tw-enter-translate-y: calc(1*var(--spacing));
      }
      &[data-placement="bottom"] {
        --tw-enter-translate-y: calc(1*var(--spacing)*-1);
      }
      &[data-placement="left"] {
        --tw-enter-translate-x: calc(1*var(--spacing));
      }
      &[data-placement="right"] {
        --tw-enter-translate-x: calc(1*var(--spacing)*-1);
      }
    }
    &[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: 100ms;
      transition-duration: 100ms;
      --tw-ease: ease;
      transition-timing-function: ease;
      --tw-exit-scale: calc(95*1%);
      --tw-exit-scale: .95;
      --tw-exit-opacity: 0;
    }
    &[data-exiting="true"], &[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;
    }
    & [data-slot="popover-overlay-arrow"] {
      fill: var(--overlay);
    }
    &[data-placement="bottom"] [data-slot="popover-overlay-arrow"] {
      rotate: 180deg;
    }
    &[data-placement="left"] [data-slot="popover-overlay-arrow"] {
      rotate: -90deg;
    }
    &[data-placement="right"] [data-slot="popover-overlay-arrow"] {
      rotate: 90deg;
    }
    [data-slot="list-box"] {
      padding: calc(var(--spacing) * 1.5);
      --tw-outline-style: none;
      outline-style: none;
    }
    [data-slot="list-box-item"] {
      padding-inline: calc(var(--spacing) * 2.5);
    }
    [data-slot="list-box"]:not([aria-multiselectable="true"]) [data-slot="list-box-item-indicator"], [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 {
    width: 100%;
  }
  .select__trigger--full-width {
    width: 100%;
  }
  .autocomplete {
    display: flex;
    flex-direction: column;
    gap: var(--spacing);
  }
  .autocomplete__trigger {
    position: relative;
    isolation: isolate;
    display: inline-flex;
    min-height: calc(var(--spacing) * 9);
    border-radius: var(--field-radius, calc(var(--radius) * 1.5));
    border-style: var(--tw-border-style);
    border-width: 1px;
    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;
    outline-style: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 150ms var(--ease-smooth), border-color 150ms var(--ease-smooth), box-shadow 150ms var(--ease-out);
    &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
      transition-property: none;
      &::before, &::after {
        transition-property: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
    }
    cursor: var(--cursor-interactive);
    border-width: var(--border-width-field);
    border-color: var(--field-border);
    &:has(.autocomplete__indicator) {
      padding-inline-end: calc(var(--spacing) * 7);
    }
    @media (hover: hover) {
      &:hover:not(:has(.autocomplete__clear-button:hover)), &[data-hovered="true"]:not(:has(.autocomplete__clear-button:hover)) {
        background-color: var(--field-hover);
        border-color: var(--field-border-hover);
      }
    }
    &:focus-visible:not(:focus), &[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: 0px;
      --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;
      --tw-ring-offset-width: var(--ring-offset-width);
      border-color: var(--field-border-focus);
      background-color: var(--field-focus);
    }
    .autocomplete[data-invalid="true"] &, .autocomplete[aria-invalid="true"] & {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
      outline-color: var(--danger);
      --tw-outline-style: solid;
      outline-style: solid;
      --tw-ring-offset-width: 3px;
      &:focus, &:focus-visible, &[data-focused="true"], &[data-focus-visible="true"], &:focus-within, &[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);
        --tw-ring-offset-width: 0px;
      }
      background-color: var(--field-focus);
    }
    &:disabled, &[data-disabled="true"], &[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) {
      &:hover:not(:has(.autocomplete__clear-button:hover)), &[data-hovered="true"]:not(:has(.autocomplete__clear-button:hover)) {
        background-color: var(--autocomplete-trigger-bg-hover);
      }
    }
    &:focus-visible:not(:focus), &[data-focus-visible="true"] {
      background-color: var(--autocomplete-trigger-bg-focus);
    }
    .autocomplete[data-invalid="true"] &, .autocomplete[aria-invalid="true"] & {
      background-color: var(--autocomplete-trigger-bg-focus);
    }
  }
  .autocomplete__value {
    flex: 1;
    text-align: start;
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    overflow-wrap: break-word;
    color: currentcolor;
    @media (width >= 40rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
    &[data-placeholder="true"] {
      color: var(--field-placeholder, var(--muted));
    }
    [data-slot="list-box-item-indicator"] {
      display: none;
    }
  }
  .autocomplete__indicator {
    position: absolute;
    inset-block: 0px;
    inset-inline-end: calc(var(--spacing) * 2);
    margin-block: auto;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    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: 150ms;
    transition-duration: 150ms;
    cursor: var(--cursor-interactive);
    &[data-open="true"] {
      rotate: 180deg;
    }
    &[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);
    overflow: hidden;
    overscroll-behavior: contain;
    background-color: var(--overlay);
    padding: 0px;
    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);
    &:focus-visible:not(:focus), &[data-focus-visible="true"] {
      --tw-outline-style: none;
      outline-style: none;
    }
    &[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: 250ms;
      transition-duration: 250ms;
      --tw-ease: cubic-bezier(0.32, 0.72, 0, 1);
      transition-timing-function: cubic-bezier(0.32, 0.72, 0, 1);
      --tw-enter-opacity: calc(0/100);
      --tw-enter-opacity: 0;
      --tw-enter-scale: calc(95*1%);
      --tw-enter-scale: .95;
      &[data-placement="top"] {
        --tw-enter-translate-y: calc(1*var(--spacing));
      }
      &[data-placement="bottom"] {
        --tw-enter-translate-y: calc(1*var(--spacing)*-1);
      }
      &[data-placement="left"] {
        --tw-enter-translate-x: calc(1*var(--spacing));
      }
      &[data-placement="right"] {
        --tw-enter-translate-x: calc(1*var(--spacing)*-1);
      }
    }
    &[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: 100ms;
      transition-duration: 100ms;
      --tw-ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      --tw-exit-scale: calc(95*1%);
      --tw-exit-scale: .95;
      --tw-exit-opacity: 0;
    }
    &[data-exiting="true"], &[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;
    }
    & [data-slot="popover-overlay-arrow"] {
      fill: var(--overlay);
    }
    &[data-placement="bottom"] [data-slot="popover-overlay-arrow"] {
      rotate: 180deg;
    }
    &[data-placement="left"] [data-slot="popover-overlay-arrow"] {
      rotate: -90deg;
    }
    &[data-placement="right"] [data-slot="popover-overlay-arrow"] {
      rotate: 90deg;
    }
    [data-slot="list-box"] {
      max-height: 320px;
      scrollbar-width: var(--scrollbar-width);
      scrollbar-color: var(--scrollbar-color);
      scrollbar-gutter: var(--scrollbar-gutter);
      overflow-y: auto;
      padding: calc(var(--spacing) * 1.5);
      --tw-outline-style: none;
      outline-style: none;
    }
    [data-slot="list-box-item"] {
      padding-inline: calc(var(--spacing) * 2.5);
    }
    [role="presentation"] > [data-slot="list-box-item"] {
      width: calc(100% - var(--spacing) * 3);
    }
    [data-slot="list-box"]:not([aria-multiselectable="true"]) [data-slot="list-box-item-indicator"], [data-slot="list-box"]:not([aria-multiselectable="true"]) [data-slot="list-box-item-indicator"] [data-slot="list-box-item-indicator--checkmark"] {
      transition-property: none;
    }
    [data-slot="search-field"] {
      padding-inline: calc(var(--spacing) * 3);
      padding-block: var(--spacing);
      --tw-outline-style: none;
      outline-style: none;
    }
    [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)) {
        color: color-mix(in oklab, var(--overlay-foreground) 60%, transparent);
      }
    }
  }
  .autocomplete__popover-dialog {
    --tw-outline-style: none;
    outline-style: none;
    &:focus, &:focus-visible, &[data-focus-visible="true"] {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .autocomplete--full-width {
    width: 100%;
  }
  .autocomplete__trigger--full-width {
    width: 100%;
  }
  .autocomplete__clear-button {
    position: relative;
    isolation: isolate;
    display: inline-flex;
    height: calc(var(--spacing) * 6);
    width: calc(var(--spacing) * 6);
    transform-origin: center;
    align-items: center;
    justify-content: 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;
    margin-inline-end: 0px;
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
    flex-shrink: 0;
    align-self: center;
    background-color: transparent;
    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,);
    &:not([data-empty="true"]) {
      transition: opacity 150ms var(--ease-smooth);
      &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) {
        transition-property: none;
        &::before, &::after {
          transition-property: none;
        }
      }
      @media (prefers-reduced-motion: reduce) {
        &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) {
          transition-property: none;
          &::before, &::after {
            transition-property: none;
          }
        }
      }
    }
    &[data-empty="true"] {
      pointer-events: none;
      opacity: 0%;
    }
    [data-slot="autocomplete-clear-button-icon"] {
      width: calc(var(--spacing) * 3.5);
      height: calc(var(--spacing) * 3.5);
    }
    @media (hover: hover) {
      &:hover, &[data-hovered="true"] {
        background-color: var(--default-hover);
      }
    }
    &:active, &[data-pressed="true"] {
      transform: scale(0.93);
    }
  }
  .kbd {
    display: inline-flex;
    height: calc(var(--spacing) * 6);
    align-items: center;
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 0.5) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 0.5) * calc(1 - var(--tw-space-x-reverse)));
    }
    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(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 1;
      }
    }
    word-spacing: -0.25rem;
  }
  .kbd__abbr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  .kbd__content {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .kbd--light {
    background-color: transparent;
  }
  .typography {
    color: var(--foreground);
  }
  .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) * 0.75);
    background-color: var(--default);
    padding-inline: calc(var(--spacing) * 1.5);
    padding-block: calc(var(--spacing) * 0.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-decoration-line: underline;
    text-underline-offset: 4px;
  }
  .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(& > :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)));
    }
    padding-left: calc(var(--spacing) * 6);
  }
  .typography-prose ol {
    margin-block: calc(var(--spacing) * 4);
    list-style-type: decimal;
    :where(& > :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)));
    }
    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);
    overflow-x: auto;
    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);
  }
  .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) * 0.75);
    background-color: var(--default);
    padding-inline: calc(var(--spacing) * 1.5);
    padding-block: calc(var(--spacing) * 0.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;
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      text-align: right;
    }
  }
  .typography--align-center {
    text-align: center;
  }
  .typography--align-end {
    text-align: right;
    &: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 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .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 {
    position: relative;
    --scroll-shadow-size: 40px;
    --scroll-shadow-scrollbar-size: 10px;
  }
  .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"]) {
    mask-image: linear-gradient(var(--scroll-linear-gradient)), linear-gradient(#000, #000);
    mask-position: left top, right top;
    mask-repeat: no-repeat;
    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: left top, right top;
    -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"]) {
    mask-image: linear-gradient(var(--scroll-linear-gradient)), linear-gradient(#000, #000);
    mask-position: left top, left bottom;
    mask-repeat: no-repeat;
    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: left top, left bottom;
    -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;
  }




  

    
:root, .light, .default, [data-theme="light"], [data-theme="default"] {
        color-scheme: light;
        --white: oklch(100% 0 0);
        --black: oklch(0% 0 0);
        --snow: oklch(0.9911 0 0);
        --eclipse: oklch(0.2103 0.0059 285.89);
        --spacing: 0.25rem;
        --border-width: 1px;
        --field-border-width: 0px;
        --disabled-opacity: 0.5;
        --ring-offset-width: 2px;
        --cursor-interactive: pointer;
        --cursor-disabled: not-allowed;
        --radius: 0.5rem;
        --field-radius: calc(var(--radius) * 1.5);
        --background: oklch(0.9702 0 0);
        --foreground: var(--eclipse);
        --surface: var(--white);
        --surface-foreground: var(--foreground);
        --surface-secondary: oklch(0.9524 0.0013 286.37);
        --surface-secondary-foreground: var(--foreground);
        --surface-tertiary: oklch(0.9373 0.0013 286.37);
        --surface-tertiary-foreground: var(--foreground);
        --overlay: var(--white);
        --overlay-foreground: var(--foreground);
        --muted: oklch(0.5517 0.0138 285.94);
        --scrollbar: var(--scrollbar-thumb);
        --scrollbar-thumb: var(--foreground);
        @supports (color: color-mix(in lab, red, red)) {
          --scrollbar-thumb: color-mix(in oklch, var(--foreground) 15%, transparent);
        }
        --scrollbar-track: transparent;
        --scrollbar-gutter: auto;
        --scrollbar-width: thin;
        --scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
        --default: oklch(94% 0.001 286.375);
        --default-foreground: var(--eclipse);
        --accent: oklch(0.6204 0.195 253.83);
        --accent-foreground: var(--snow);
        --field-background: var(--white);
        --field-foreground: oklch(0.2103 0.0059 285.89);
        --field-placeholder: var(--muted);
        --field-border: transparent;
        --success: oklch(0.7329 0.1935 150.81);
        --success-foreground: var(--eclipse);
        --warning: oklch(0.7819 0.1585 72.33);
        --warning-foreground: var(--eclipse);
        --danger: oklch(0.6532 0.2328 25.74);
        --danger-foreground: var(--snow);
        --segment: var(--white);
        --segment-foreground: var(--eclipse);
        --border: oklch(90% 0.004 286.32);
        --separator: oklch(92% 0.004 286.32);
        --focus: var(--accent);
        --link: var(--foreground);
        --backdrop: rgba(0, 0, 0, 0.5);
        --surface-hover: var(--surface);
        @supports (color: color-mix(in lab, red, red)) {
          --surface-hover: color-mix(in oklab, var(--surface) 92%, var(--surface-foreground) 8%);
        }
        --background-secondary: var(--background);
        @supports (color: color-mix(in lab, red, red)) {
          --background-secondary: color-mix(in oklab, var(--background) 96%, var(--foreground) 4%);
        }
        --background-tertiary: var(--background);
        @supports (color: color-mix(in lab, red, red)) {
          --background-tertiary: color-mix(in oklab, var(--background) 92%, var(--foreground) 8%);
        }
        --background-inverse: var(--foreground);
        --default-hover: var(--default);
        @supports (color: color-mix(in lab, red, red)) {
          --default-hover: color-mix(in oklab, var(--default) 96%, var(--default-foreground) 4%);
        }
        --accent-hover: var(--accent);
        @supports (color: color-mix(in lab, red, red)) {
          --accent-hover: color-mix(in oklab, var(--accent) 90%, var(--accent-foreground) 10%);
        }
        --success-hover: var(--success);
        @supports (color: color-mix(in lab, red, red)) {
          --success-hover: color-mix(in oklab, var(--success) 90%, var(--success-foreground) 10%);
        }
        --warning-hover: var(--warning);
        @supports (color: color-mix(in lab, red, red)) {
          --warning-hover: color-mix(in oklab, var(--warning) 90%, var(--warning-foreground) 10%);
        }
        --danger-hover: var(--danger);
        @supports (color: color-mix(in lab, red, red)) {
          --danger-hover: color-mix(in oklab, var(--danger) 90%, var(--danger-foreground) 10%);
        }
        --field-hover: var(--field-background, var(--default));
        @supports (color: color-mix(in lab, red, red)) {
          --field-hover: color-mix(
      in oklab,
      var(--field-background, var(--default)) 90%,
      var(--field-foreground, var(--foreground)) 2%
    );
        }
        --field-focus: var(--field-background, var(--default));
        --field-border-hover: var(--field-border, var(--border));
        @supports (color: color-mix(in lab, red, red)) {
          --field-border-hover: color-mix(
      in oklab,
      var(--field-border, var(--border)) 88%,
      var(--field-foreground, var(--foreground)) 10%
    );
        }
        --field-border-focus: var(--field-border, var(--border));
        @supports (color: color-mix(in lab, red, red)) {
          --field-border-focus: color-mix(
      in oklab,
      var(--field-border, var(--border)) 74%,
      var(--field-foreground, var(--foreground)) 22%
    );
        }
        --default-soft: var(--default);
        @supports (color: color-mix(in lab, red, red)) {
          --default-soft: color-mix(in oklab, var(--default) 50%, transparent);
        }
        --default-soft-foreground: var(--default-foreground);
        --default-soft-hover: var(--default);
        @supports (color: color-mix(in lab, red, red)) {
          --default-soft-hover: color-mix(in oklab, var(--default) 60%, transparent);
        }
        --accent-soft: var(--accent);
        @supports (color: color-mix(in lab, red, red)) {
          --accent-soft: color-mix(in oklab, var(--accent) 15%, transparent);
        }
        --accent-soft-foreground: var(--accent);
        @supports (color: color-mix(in lab, red, red)) {
          --accent-soft-foreground: color-mix(in oklab, var(--accent) 70%, var(--foreground) 30%);
        }
        --accent-soft-hover: var(--accent);
        @supports (color: color-mix(in lab, red, red)) {
          --accent-soft-hover: color-mix(in oklab, var(--accent) 20%, transparent);
        }
        --danger-soft: var(--danger);
        @supports (color: color-mix(in lab, red, red)) {
          --danger-soft: color-mix(in oklab, var(--danger) 15%, transparent);
        }
        --danger-soft-foreground: var(--danger);
        @supports (color: color-mix(in lab, red, red)) {
          --danger-soft-foreground: color-mix(in oklab, var(--danger) 70%, var(--foreground) 40%);
        }
        --danger-soft-hover: var(--danger);
        @supports (color: color-mix(in lab, red, red)) {
          --danger-soft-hover: color-mix(in oklab, var(--danger) 20%, transparent);
        }
        --warning-soft: var(--warning);
        @supports (color: color-mix(in lab, red, red)) {
          --warning-soft: color-mix(in oklab, var(--warning) 15%, transparent);
        }
        --warning-soft-foreground: var(--warning);
        @supports (color: color-mix(in lab, red, red)) {
          --warning-soft-foreground: color-mix(in oklab, var(--warning) 80%, var(--foreground) 70%);
        }
        --warning-soft-hover: var(--warning);
        @supports (color: color-mix(in lab, red, red)) {
          --warning-soft-hover: color-mix(in oklab, var(--warning) 20%, transparent);
        }
        --success-soft: var(--success);
        @supports (color: color-mix(in lab, red, red)) {
          --success-soft: color-mix(in oklab, var(--success) 15%, transparent);
        }
        --success-soft-foreground: var(--success);
        @supports (color: color-mix(in lab, red, red)) {
          --success-soft-foreground: color-mix(in oklab, var(--success) 80%, var(--foreground) 60%);
        }
        --success-soft-hover: var(--success);
        @supports (color: color-mix(in lab, red, red)) {
          --success-soft-hover: color-mix(in oklab, var(--success) 20%, transparent);
        }
        --separator-secondary: var(--surface);
        @supports (color: color-mix(in lab, red, red)) {
          --separator-secondary: color-mix(in oklab, var(--surface) 85%, var(--surface-foreground) 15%);
        }
        --separator-tertiary: var(--surface);
        @supports (color: color-mix(in lab, red, red)) {
          --separator-tertiary: color-mix(in oklab, var(--surface) 81%, var(--surface-foreground) 19%);
        }
        --border-secondary: var(--surface);
        @supports (color: color-mix(in lab, red, red)) {
          --border-secondary: color-mix(in oklab, var(--surface) 78%, var(--surface-foreground) 22%);
        }
        --border-tertiary: var(--surface);
        @supports (color: color-mix(in lab, red, red)) {
          --border-tertiary: color-mix(in oklab, var(--surface) 66%, var(--surface-foreground) 34%);
        }
        --surface-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04), 0 1px 2px 0 rgba(0, 0, 0, 0.06),
      0 0 1px 0 rgba(0, 0, 0, 0.06);
        --overlay-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06), 0 -6px 12px 0 rgba(0, 0, 0, 0.03),
      0 14px 28px 0 rgba(0, 0, 0, 0.08);
        --field-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04), 0 1px 2px 0 rgba(0, 0, 0, 0.06),
      0 0 1px 0 rgba(0, 0, 0, 0.06);
        --skeleton-animation: shimmer;
        --tooltip-delay: 1500ms;
        --tooltip-close-delay: 500ms;
      }
.dark, [data-theme="dark"] {
        color-scheme: dark;
        --background: oklch(12% 0.005 285.823);
        --foreground: var(--snow);
        --surface: oklch(0.2103 0.0059 285.89);
        --surface-foreground: var(--foreground);
        --surface-secondary: oklch(0.257 0.0037 286.14);
        --surface-tertiary: oklch(0.2721 0.0024 247.91);
        --overlay: oklch(0.2103 0.0059 285.89);
        --overlay-foreground: var(--foreground);
        --muted: oklch(70.5% 0.015 286.067);
        --scrollbar: var(--scrollbar-thumb);
        --scrollbar-thumb: var(--foreground);
        @supports (color: color-mix(in lab, red, red)) {
          --scrollbar-thumb: color-mix(in oklch, var(--foreground) 15%, transparent);
        }
        --scrollbar-track: transparent;
        --scrollbar-gutter: auto;
        --scrollbar-width: thin;
        --scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
        --default: oklch(27.4% 0.006 286.033);
        --default-foreground: var(--snow);
        --field-background: oklch(0.2103 0.0059 285.89);
        --field-foreground: var(--foreground);
        --warning: oklch(0.8203 0.1388 76.34);
        --warning-foreground: var(--eclipse);
        --danger: oklch(0.594 0.1967 24.63);
        --danger-foreground: var(--snow);
        --segment: oklch(0.3964 0.01 285.93);
        --segment-foreground: var(--foreground);
        --border: oklch(28% 0.006 286.033);
        --separator: oklch(25% 0.006 286.033);
        --focus: var(--accent);
        --link: var(--foreground);
        --backdrop: rgba(0, 0, 0, 0.6);
        --surface-shadow: 0 0 0 0 transparent inset;
        --overlay-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.3) inset;
        --field-shadow: 0 0 0 0 transparent inset;
        --surface-hover: var(--surface);
        @supports (color: color-mix(in lab, red, red)) {
          --surface-hover: color-mix(in oklab, var(--surface) 92%, var(--surface-foreground) 8%);
        }
        --background-secondary: var(--background);
        @supports (color: color-mix(in lab, red, red)) {
          --background-secondary: color-mix(in oklab, var(--background) 96%, var(--foreground) 4%);
        }
        --background-tertiary: var(--background);
        @supports (color: color-mix(in lab, red, red)) {
          --background-tertiary: color-mix(in oklab, var(--background) 92%, var(--foreground) 8%);
        }
        --background-inverse: var(--foreground);
        --default-hover: var(--default);
        @supports (color: color-mix(in lab, red, red)) {
          --default-hover: color-mix(in oklab, var(--default) 96%, var(--default-foreground) 4%);
        }
        --accent-hover: var(--accent);
        @supports (color: color-mix(in lab, red, red)) {
          --accent-hover: color-mix(in oklab, var(--accent) 90%, var(--accent-foreground) 10%);
        }
        --success-hover: var(--success);
        @supports (color: color-mix(in lab, red, red)) {
          --success-hover: color-mix(in oklab, var(--success) 90%, var(--success-foreground) 10%);
        }
        --warning-hover: var(--warning);
        @supports (color: color-mix(in lab, red, red)) {
          --warning-hover: color-mix(in oklab, var(--warning) 90%, var(--warning-foreground) 10%);
        }
        --danger-hover: var(--danger);
        @supports (color: color-mix(in lab, red, red)) {
          --danger-hover: color-mix(in oklab, var(--danger) 90%, var(--danger-foreground) 10%);
        }
        --field-hover: var(--field-background, var(--default));
        @supports (color: color-mix(in lab, red, red)) {
          --field-hover: color-mix(
      in oklab,
      var(--field-background, var(--default)) 90%,
      var(--field-foreground, var(--foreground)) 2%
    );
        }
        --field-focus: var(--field-background, var(--default));
        --field-border-hover: var(--field-border, var(--border));
        @supports (color: color-mix(in lab, red, red)) {
          --field-border-hover: color-mix(
      in oklab,
      var(--field-border, var(--border)) 88%,
      var(--field-foreground, var(--foreground)) 10%
    );
        }
        --field-border-focus: var(--field-border, var(--border));
        @supports (color: color-mix(in lab, red, red)) {
          --field-border-focus: color-mix(
      in oklab,
      var(--field-border, var(--border)) 74%,
      var(--field-foreground, var(--foreground)) 22%
    );
        }
        --default-soft: var(--default);
        @supports (color: color-mix(in lab, red, red)) {
          --default-soft: color-mix(in oklab, var(--default) 50%, transparent);
        }
        --default-soft-foreground: var(--default-foreground);
        --default-soft-hover: var(--default);
        @supports (color: color-mix(in lab, red, red)) {
          --default-soft-hover: color-mix(in oklab, var(--default) 60%, transparent);
        }
        --accent-soft: var(--accent);
        @supports (color: color-mix(in lab, red, red)) {
          --accent-soft: color-mix(in oklab, var(--accent) 12%, transparent);
        }
        --accent-soft-foreground: var(--accent);
        @supports (color: color-mix(in lab, red, red)) {
          --accent-soft-foreground: color-mix(in oklab, var(--accent) 80%, var(--foreground) 30%);
        }
        --accent-soft-hover: var(--accent);
        @supports (color: color-mix(in lab, red, red)) {
          --accent-soft-hover: color-mix(in oklab, var(--accent) 16%, transparent);
        }
        --danger-soft: var(--danger);
        @supports (color: color-mix(in lab, red, red)) {
          --danger-soft: color-mix(in oklab, var(--danger) 15%, transparent);
        }
        --danger-soft-foreground: var(--danger);
        @supports (color: color-mix(in lab, red, red)) {
          --danger-soft-foreground: color-mix(in oklab, var(--danger) 80%, var(--foreground) 30%);
        }
        --danger-soft-hover: var(--danger);
        @supports (color: color-mix(in lab, red, red)) {
          --danger-soft-hover: color-mix(in oklab, var(--danger) 20%, transparent);
        }
        --warning-soft: var(--warning);
        @supports (color: color-mix(in lab, red, red)) {
          --warning-soft: color-mix(in oklab, var(--warning) 12%, transparent);
        }
        --warning-soft-foreground: var(--warning);
        @supports (color: color-mix(in lab, red, red)) {
          --warning-soft-foreground: color-mix(in oklab, var(--warning) 80%, var(--foreground) 30%);
        }
        --warning-soft-hover: var(--warning);
        @supports (color: color-mix(in lab, red, red)) {
          --warning-soft-hover: color-mix(in oklab, var(--warning) 16%, transparent);
        }
        --success-soft: var(--success);
        @supports (color: color-mix(in lab, red, red)) {
          --success-soft: color-mix(in oklab, var(--success) 12%, transparent);
        }
        --success-soft-foreground: var(--success);
        @supports (color: color-mix(in lab, red, red)) {
          --success-soft-foreground: color-mix(in oklab, var(--success) 80%, var(--foreground) 30%);
        }
        --success-soft-hover: var(--success);
        @supports (color: color-mix(in lab, red, red)) {
          --success-soft-hover: color-mix(in oklab, var(--success) 16%, transparent);
        }
        --separator-secondary: var(--surface);
        @supports (color: color-mix(in lab, red, red)) {
          --separator-secondary: color-mix(in oklab, var(--surface) 85%, var(--surface-foreground) 15%);
        }
        --separator-tertiary: var(--surface);
        @supports (color: color-mix(in lab, red, red)) {
          --separator-tertiary: color-mix(in oklab, var(--surface) 81%, var(--surface-foreground) 19%);
        }
        --border-secondary: var(--surface);
        @supports (color: color-mix(in lab, red, red)) {
          --border-secondary: color-mix(in oklab, var(--surface) 78%, var(--surface-foreground) 22%);
        }
        --border-tertiary: var(--surface);
        @supports (color: color-mix(in lab, red, red)) {
          --border-tertiary: color-mix(in oklab, var(--surface) 66%, var(--surface-foreground) 34%);
        }
      }

  

  


:root {
  --skeleton-animation: shimmer;
  --scrollbar: oklch(70.50% 0.0015 253.83);
  --accent: #99FE00;
  --accent-foreground: #000000;
}
.container,.container-fluid {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width:576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width:768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width:992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width:1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutters>[class*='col'] {
  padding-left: 0;
  padding-right: 0;
}
[class^='col-'],[class*=' col-'],.col {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  flex: 0 0 25.00000%;
  max-width: 25.00000%;
}
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  flex: 0 0 50.00000%;
  max-width: 50.00000%;
}
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  flex: 0 0 75.00000%;
  max-width: 75.00000%;
}
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  flex: 0 0 100.00000%;
  max-width: 100.00000%;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
:where(.mt-0) {
  margin-top: 0;
}
:where(.pt-0) {
  padding-top: 0;
}
:where(.mb-0) {
  margin-bottom: 0;
}
:where(.pb-0) {
  padding-bottom: 0;
}
:where(.ml-0) {
  margin-left: 0;
}
:where(.pl-0) {
  padding-left: 0;
}
:where(.mr-0) {
  margin-right: 0;
}
:where(.pr-0) {
  padding-right: 0;
}
:where(.mx-0) {
  margin-left: 0;
  margin-right: 0;
}
:where(.px-0) {
  padding-left: 0;
  padding-right: 0;
}
:where(.my-0) {
  margin-top: 0;
  margin-bottom: 0;
}
:where(.py-0) {
  padding-top: 0;
  padding-bottom: 0;
}
:where(.m-0) {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
:where(.p-0) {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
:where(.mt-1) {
  margin-top: .25rem;
}
:where(.pt-1) {
  padding-top: .25rem;
}
:where(.mb-1) {
  margin-bottom: .25rem;
}
:where(.pb-1) {
  padding-bottom: .25rem;
}
:where(.ml-1) {
  margin-left: .25rem;
}
:where(.pl-1) {
  padding-left: .25rem;
}
:where(.mr-1) {
  margin-right: .25rem;
}
:where(.pr-1) {
  padding-right: .25rem;
}
:where(.mx-1) {
  margin-left: .25rem;
  margin-right: .25rem;
}
:where(.px-1) {
  padding-left: .25rem;
  padding-right: .25rem;
}
:where(.my-1) {
  margin-top: .25rem;
  margin-bottom: .25rem;
}
:where(.py-1) {
  padding-top: .25rem;
  padding-bottom: .25rem;
}
:where(.m-1) {
  margin-top: .25rem;
  margin-bottom: .25rem;
  margin-left: .25rem;
  margin-right: .25rem;
}
:where(.p-1) {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .25rem;
  padding-right: .25rem;
}
:where(.mt-2) {
  margin-top: .5rem;
}
:where(.pt-2) {
  padding-top: .5rem;
}
:where(.mb-2) {
  margin-bottom: .5rem;
}
:where(.pb-2) {
  padding-bottom: .5rem;
}
:where(.ml-2) {
  margin-left: .5rem;
}
:where(.pl-2) {
  padding-left: .5rem;
}
:where(.mr-2) {
  margin-right: .5rem;
}
:where(.pr-2) {
  padding-right: .5rem;
}
:where(.mx-2) {
  margin-left: .5rem;
  margin-right: .5rem;
}
:where(.px-2) {
  padding-left: .5rem;
  padding-right: .5rem;
}
:where(.my-2) {
  margin-top: .5rem;
  margin-bottom: .5rem;
}
:where(.py-2) {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
:where(.m-2) {
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-left: .5rem;
  margin-right: .5rem;
}
:where(.p-2) {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
}
:where(.mt-3) {
  margin-top: .75rem;
}
:where(.pt-3) {
  padding-top: .75rem;
}
:where(.mb-3) {
  margin-bottom: .75rem;
}
:where(.pb-3) {
  padding-bottom: .75rem;
}
:where(.ml-3) {
  margin-left: .75rem;
}
:where(.pl-3) {
  padding-left: .75rem;
}
:where(.mr-3) {
  margin-right: .75rem;
}
:where(.pr-3) {
  padding-right: .75rem;
}
:where(.mx-3) {
  margin-left: .75rem;
  margin-right: .75rem;
}
:where(.px-3) {
  padding-left: .75rem;
  padding-right: .75rem;
}
:where(.my-3) {
  margin-top: .75rem;
  margin-bottom: .75rem;
}
:where(.py-3) {
  padding-top: .75rem;
  padding-bottom: .75rem;
}
:where(.m-3) {
  margin-top: .75rem;
  margin-bottom: .75rem;
  margin-left: .75rem;
  margin-right: .75rem;
}
:where(.p-3) {
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: .75rem;
  padding-right: .75rem;
}
:where(.mt-4) {
  margin-top: 1rem;
}
:where(.pt-4) {
  padding-top: 1rem;
}
:where(.mb-4) {
  margin-bottom: 1rem;
}
:where(.pb-4) {
  padding-bottom: 1rem;
}
:where(.ml-4) {
  margin-left: 1rem;
}
:where(.pl-4) {
  padding-left: 1rem;
}
:where(.mr-4) {
  margin-right: 1rem;
}
:where(.pr-4) {
  padding-right: 1rem;
}
:where(.mx-4) {
  margin-left: 1rem;
  margin-right: 1rem;
}
:where(.px-4) {
  padding-left: 1rem;
  padding-right: 1rem;
}
:where(.my-4) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
:where(.py-4) {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
:where(.m-4) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
:where(.p-4) {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
:where(.mt-5) {
  margin-top: 1.25rem;
}
:where(.pt-5) {
  padding-top: 1.25rem;
}
:where(.mb-5) {
  margin-bottom: 1.25rem;
}
:where(.pb-5) {
  padding-bottom: 1.25rem;
}
:where(.ml-5) {
  margin-left: 1.25rem;
}
:where(.pl-5) {
  padding-left: 1.25rem;
}
:where(.mr-5) {
  margin-right: 1.25rem;
}
:where(.pr-5) {
  padding-right: 1.25rem;
}
:where(.mx-5) {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
:where(.px-5) {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
:where(.my-5) {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
:where(.py-5) {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
:where(.m-5) {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
:where(.p-5) {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
@media (min-width:576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25.00000%;
    max-width: 25.00000%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50.00000%;
    max-width: 50.00000%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75.00000%;
    max-width: 75.00000%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100.00000%;
    max-width: 100.00000%;
  }
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .m-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .p-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mt-sm-1 {
    margin-top: .25rem !important;
  }
  .pt-sm-1 {
    padding-top: .25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: .25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: .25rem !important;
  }
  .ml-sm-1 {
    margin-left: .25rem !important;
  }
  .pl-sm-1 {
    padding-left: .25rem !important;
  }
  .mr-sm-1 {
    margin-right: .25rem !important;
  }
  .pr-sm-1 {
    padding-right: .25rem !important;
  }
  .mx-sm-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }
  .px-sm-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }
  .my-sm-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .py-sm-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .m-sm-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }
  .p-sm-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }
  .mt-sm-2 {
    margin-top: .5rem !important;
  }
  .pt-sm-2 {
    padding-top: .5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: .5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: .5rem !important;
  }
  .ml-sm-2 {
    margin-left: .5rem !important;
  }
  .pl-sm-2 {
    padding-left: .5rem !important;
  }
  .mr-sm-2 {
    margin-right: .5rem !important;
  }
  .pr-sm-2 {
    padding-right: .5rem !important;
  }
  .mx-sm-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }
  .px-sm-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }
  .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .m-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }
  .p-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }
  .mt-sm-3 {
    margin-top: .75rem !important;
  }
  .pt-sm-3 {
    padding-top: .75rem !important;
  }
  .mb-sm-3 {
    margin-bottom: .75rem !important;
  }
  .pb-sm-3 {
    padding-bottom: .75rem !important;
  }
  .ml-sm-3 {
    margin-left: .75rem !important;
  }
  .pl-sm-3 {
    padding-left: .75rem !important;
  }
  .mr-sm-3 {
    margin-right: .75rem !important;
  }
  .pr-sm-3 {
    padding-right: .75rem !important;
  }
  .mx-sm-3 {
    margin-left: .75rem !important;
    margin-right: .75rem !important;
  }
  .px-sm-3 {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }
  .my-sm-3 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }
  .py-sm-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }
  .m-sm-3 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
    margin-left: .75rem !important;
    margin-right: .75rem !important;
  }
  .p-sm-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }
  .mt-sm-4 {
    margin-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1rem !important;
  }
  .ml-sm-4 {
    margin-left: 1rem !important;
  }
  .pl-sm-4 {
    padding-left: 1rem !important;
  }
  .mr-sm-4 {
    margin-right: 1rem !important;
  }
  .pr-sm-4 {
    padding-right: 1rem !important;
  }
  .mx-sm-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .px-sm-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .p-sm-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .mt-sm-5 {
    margin-top: 1.25rem !important;
  }
  .pt-sm-5 {
    padding-top: 1.25rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 1.25rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 1.25rem !important;
  }
  .ml-sm-5 {
    margin-left: 1.25rem !important;
  }
  .pl-sm-5 {
    padding-left: 1.25rem !important;
  }
  .mr-sm-5 {
    margin-right: 1.25rem !important;
  }
  .pr-sm-5 {
    padding-right: 1.25rem !important;
  }
  .mx-sm-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .px-sm-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .my-sm-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .py-sm-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .m-sm-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .p-sm-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
}
@media (min-width:768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25.00000%;
    max-width: 25.00000%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50.00000%;
    max-width: 50.00000%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75.00000%;
    max-width: 75.00000%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100.00000%;
    max-width: 100.00000%;
  }
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .m-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .p-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mt-md-1 {
    margin-top: .25rem !important;
  }
  .pt-md-1 {
    padding-top: .25rem !important;
  }
  .mb-md-1 {
    margin-bottom: .25rem !important;
  }
  .pb-md-1 {
    padding-bottom: .25rem !important;
  }
  .ml-md-1 {
    margin-left: .25rem !important;
  }
  .pl-md-1 {
    padding-left: .25rem !important;
  }
  .mr-md-1 {
    margin-right: .25rem !important;
  }
  .pr-md-1 {
    padding-right: .25rem !important;
  }
  .mx-md-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }
  .px-md-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }
  .my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .py-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .m-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }
  .p-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }
  .mt-md-2 {
    margin-top: .5rem !important;
  }
  .pt-md-2 {
    padding-top: .5rem !important;
  }
  .mb-md-2 {
    margin-bottom: .5rem !important;
  }
  .pb-md-2 {
    padding-bottom: .5rem !important;
  }
  .ml-md-2 {
    margin-left: .5rem !important;
  }
  .pl-md-2 {
    padding-left: .5rem !important;
  }
  .mr-md-2 {
    margin-right: .5rem !important;
  }
  .pr-md-2 {
    padding-right: .5rem !important;
  }
  .mx-md-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }
  .px-md-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }
  .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .m-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }
  .p-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }
  .mt-md-3 {
    margin-top: .75rem !important;
  }
  .pt-md-3 {
    padding-top: .75rem !important;
  }
  .mb-md-3 {
    margin-bottom: .75rem !important;
  }
  .pb-md-3 {
    padding-bottom: .75rem !important;
  }
  .ml-md-3 {
    margin-left: .75rem !important;
  }
  .pl-md-3 {
    padding-left: .75rem !important;
  }
  .mr-md-3 {
    margin-right: .75rem !important;
  }
  .pr-md-3 {
    padding-right: .75rem !important;
  }
  .mx-md-3 {
    margin-left: .75rem !important;
    margin-right: .75rem !important;
  }
  .px-md-3 {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }
  .my-md-3 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }
  .py-md-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }
  .m-md-3 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
    margin-left: .75rem !important;
    margin-right: .75rem !important;
  }
  .p-md-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }
  .mt-md-4 {
    margin-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1rem !important;
  }
  .ml-md-4 {
    margin-left: 1rem !important;
  }
  .pl-md-4 {
    padding-left: 1rem !important;
  }
  .mr-md-4 {
    margin-right: 1rem !important;
  }
  .pr-md-4 {
    padding-right: 1rem !important;
  }
  .mx-md-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .px-md-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-md-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .p-md-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .mt-md-5 {
    margin-top: 1.25rem !important;
  }
  .pt-md-5 {
    padding-top: 1.25rem !important;
  }
  .mb-md-5 {
    margin-bottom: 1.25rem !important;
  }
  .pb-md-5 {
    padding-bottom: 1.25rem !important;
  }
  .ml-md-5 {
    margin-left: 1.25rem !important;
  }
  .pl-md-5 {
    padding-left: 1.25rem !important;
  }
  .mr-md-5 {
    margin-right: 1.25rem !important;
  }
  .pr-md-5 {
    padding-right: 1.25rem !important;
  }
  .mx-md-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .px-md-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .my-md-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .py-md-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .m-md-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .p-md-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
}
@media (min-width:992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25.00000%;
    max-width: 25.00000%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50.00000%;
    max-width: 50.00000%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75.00000%;
    max-width: 75.00000%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100.00000%;
    max-width: 100.00000%;
  }
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .m-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .p-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mt-lg-1 {
    margin-top: .25rem !important;
  }
  .pt-lg-1 {
    padding-top: .25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: .25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: .25rem !important;
  }
  .ml-lg-1 {
    margin-left: .25rem !important;
  }
  .pl-lg-1 {
    padding-left: .25rem !important;
  }
  .mr-lg-1 {
    margin-right: .25rem !important;
  }
  .pr-lg-1 {
    padding-right: .25rem !important;
  }
  .mx-lg-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }
  .px-lg-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }
  .my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .m-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }
  .p-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }
  .mt-lg-2 {
    margin-top: .5rem !important;
  }
  .pt-lg-2 {
    padding-top: .5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: .5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: .5rem !important;
  }
  .ml-lg-2 {
    margin-left: .5rem !important;
  }
  .pl-lg-2 {
    padding-left: .5rem !important;
  }
  .mr-lg-2 {
    margin-right: .5rem !important;
  }
  .pr-lg-2 {
    padding-right: .5rem !important;
  }
  .mx-lg-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }
  .px-lg-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }
  .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .m-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }
  .p-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }
  .mt-lg-3 {
    margin-top: .75rem !important;
  }
  .pt-lg-3 {
    padding-top: .75rem !important;
  }
  .mb-lg-3 {
    margin-bottom: .75rem !important;
  }
  .pb-lg-3 {
    padding-bottom: .75rem !important;
  }
  .ml-lg-3 {
    margin-left: .75rem !important;
  }
  .pl-lg-3 {
    padding-left: .75rem !important;
  }
  .mr-lg-3 {
    margin-right: .75rem !important;
  }
  .pr-lg-3 {
    padding-right: .75rem !important;
  }
  .mx-lg-3 {
    margin-left: .75rem !important;
    margin-right: .75rem !important;
  }
  .px-lg-3 {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }
  .my-lg-3 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }
  .py-lg-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }
  .m-lg-3 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
    margin-left: .75rem !important;
    margin-right: .75rem !important;
  }
  .p-lg-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }
  .mt-lg-4 {
    margin-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1rem !important;
  }
  .ml-lg-4 {
    margin-left: 1rem !important;
  }
  .pl-lg-4 {
    padding-left: 1rem !important;
  }
  .mr-lg-4 {
    margin-right: 1rem !important;
  }
  .pr-lg-4 {
    padding-right: 1rem !important;
  }
  .mx-lg-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .px-lg-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-lg-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .p-lg-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .mt-lg-5 {
    margin-top: 1.25rem !important;
  }
  .pt-lg-5 {
    padding-top: 1.25rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 1.25rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 1.25rem !important;
  }
  .ml-lg-5 {
    margin-left: 1.25rem !important;
  }
  .pl-lg-5 {
    padding-left: 1.25rem !important;
  }
  .mr-lg-5 {
    margin-right: 1.25rem !important;
  }
  .pr-lg-5 {
    padding-right: 1.25rem !important;
  }
  .mx-lg-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .px-lg-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .my-lg-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .py-lg-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .m-lg-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .p-lg-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
}
@media (min-width:1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25.00000%;
    max-width: 25.00000%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50.00000%;
    max-width: 50.00000%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75.00000%;
    max-width: 75.00000%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100.00000%;
    max-width: 100.00000%;
  }
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .m-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .p-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mt-xl-1 {
    margin-top: .25rem !important;
  }
  .pt-xl-1 {
    padding-top: .25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: .25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: .25rem !important;
  }
  .ml-xl-1 {
    margin-left: .25rem !important;
  }
  .pl-xl-1 {
    padding-left: .25rem !important;
  }
  .mr-xl-1 {
    margin-right: .25rem !important;
  }
  .pr-xl-1 {
    padding-right: .25rem !important;
  }
  .mx-xl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }
  .px-xl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }
  .my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .m-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }
  .p-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }
  .mt-xl-2 {
    margin-top: .5rem !important;
  }
  .pt-xl-2 {
    padding-top: .5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: .5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: .5rem !important;
  }
  .ml-xl-2 {
    margin-left: .5rem !important;
  }
  .pl-xl-2 {
    padding-left: .5rem !important;
  }
  .mr-xl-2 {
    margin-right: .5rem !important;
  }
  .pr-xl-2 {
    padding-right: .5rem !important;
  }
  .mx-xl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }
  .px-xl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }
  .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .m-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }
  .p-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }
  .mt-xl-3 {
    margin-top: .75rem !important;
  }
  .pt-xl-3 {
    padding-top: .75rem !important;
  }
  .mb-xl-3 {
    margin-bottom: .75rem !important;
  }
  .pb-xl-3 {
    padding-bottom: .75rem !important;
  }
  .ml-xl-3 {
    margin-left: .75rem !important;
  }
  .pl-xl-3 {
    padding-left: .75rem !important;
  }
  .mr-xl-3 {
    margin-right: .75rem !important;
  }
  .pr-xl-3 {
    padding-right: .75rem !important;
  }
  .mx-xl-3 {
    margin-left: .75rem !important;
    margin-right: .75rem !important;
  }
  .px-xl-3 {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }
  .my-xl-3 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }
  .py-xl-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }
  .m-xl-3 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
    margin-left: .75rem !important;
    margin-right: .75rem !important;
  }
  .p-xl-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }
  .mt-xl-4 {
    margin-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1rem !important;
  }
  .ml-xl-4 {
    margin-left: 1rem !important;
  }
  .pl-xl-4 {
    padding-left: 1rem !important;
  }
  .mr-xl-4 {
    margin-right: 1rem !important;
  }
  .pr-xl-4 {
    padding-right: 1rem !important;
  }
  .mx-xl-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .px-xl-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-xl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .p-xl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .mt-xl-5 {
    margin-top: 1.25rem !important;
  }
  .pt-xl-5 {
    padding-top: 1.25rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 1.25rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 1.25rem !important;
  }
  .ml-xl-5 {
    margin-left: 1.25rem !important;
  }
  .pl-xl-5 {
    padding-left: 1.25rem !important;
  }
  .mr-xl-5 {
    margin-right: 1.25rem !important;
  }
  .pr-xl-5 {
    padding-right: 1.25rem !important;
  }
  .mx-xl-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .px-xl-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .my-xl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .py-xl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .m-xl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .p-xl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-middle {
  vertical-align: middle !important;
}
.ml-auto,.mx-auto {
  margin-left: auto !important;
}
.mr-auto,.mx-auto {
  margin-right: auto !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width:992px) {
  .float-lg-right {
    float: right !important;
  }
  .float-lg-left {
    float: left !important;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 600 !important;
}
.small,small {
  font-size: .85em;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.list-inline {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}
.list-unstyled {
  list-style: none;
  padding-left: 0;
}
.rounded {
  border-radius: .5rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.invisible {
  visibility: hidden !important;
}
.w-hidden {
  display: none;
}
span.caret {
  display: none;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.input-inline {
  display: inline-block;
}
.input-inline-100 {
  width: 100px;
}
.select-inline {
  display: inline-block;
  width: auto;
}
#fullpage-overlay {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--background);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in srgb, var(--background) 85%, transparent);
  }
  color: var(--foreground);
}
#fullpage-overlay .outer-wrapper {
  position: relative;
  height: 100%;
}
#fullpage-overlay .inner-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 30%;
  width: 50%;
  margin: -3% 0 0 -25%;
  text-align: center;
}
#fullpage-overlay .msg {
  display: inline-block;
  padding: 20px;
  max-width: 400px;
}
.form-group .field-error-msg {
  display: none;
  font-size: .8125rem;
  color: var(--error-fg);
}
.form-group.has-error .field-error-msg {
  display: block;
}
.has-error button {
  border-color: var(--danger);
}
.is-warning ~ .warning-feedback, .is-warning ~ .warning-tooltip {
  display: block;
}
.form-control.is-warning {
  border-color: var(--warning);
}
.form-control.is-warning:focus {
  border-color: var(--warning);
  box-shadow: 0 0 0 0.2rem var(--warning);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 0 0.2rem color-mix(in oklab, var(--warning) 25%, transparent);
  }
}
.popover-user-notifications {
  min-width: 310px;
  padding: 5px 10px;
  border-color: var(--ghb-border);
}
.popover-user-notifications .popover-body {
  padding: 0;
}
.popover-user-notifications ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.popover-user-notifications ul li {
  padding: 5px 0;
  min-height: 66px;
  border-bottom: 1px solid var(--ghb-border);
}
.popover-user-notifications ul li:last-child {
  border: 0;
}
.popover-user-notifications ul li a {
  display: block;
  padding: 10px 15px 10px 12px;
  text-decoration: none;
}
.popover-user-notifications ul li i.fas, .popover-user-notifications ul li i.far {
  float: left;
  padding-top: 6px;
  font-size: 21px;
}
.popover-user-notifications ul li i.fa-check-circle {
  color: var(--success);
}
.popover-user-notifications ul li i.fa-warning, .popover-user-notifications ul li i.fa-exclamation-triangle {
  color: var(--warning);
}
.popover-user-notifications ul li i.fa-exclamation-circle {
  color: var(--danger);
}
.popover-user-notifications ul li .message {
  margin-left: 40px;
}
.popover-user-notifications ul li.none {
  padding: 12px 0;
  min-height: auto;
  text-align: center;
  font-weight: bold;
}
div[menuitemname="Active Products/Services"] .list-group {
  overflow: initial !important;
  max-height: initial !important;
  border-bottom: 0 !important;
}
div[menuitemname="Active Products/Services"] .list-group .list-group-item:nth-child(n+5) {
  display: none;
}
div[menuitemname="Active Products/Services"] .btn-view-more {
  font-size: 0.75rem;
}
div[menuitemname="Active Products/Services"] .btn-view-more.disabled {
  cursor: default;
  text-decoration: none;
  color: var(--muted);
}
.div-service-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.div-service-status {
  text-align: center;
}
.div-service-status .label {
  white-space: nowrap;
  margin: 0;
}
.div-service-status .label-placeholder {
  position: absolute;
  visibility: hidden;
}
.div-service-name {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
}
.div-service-name > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.div-service-buttons {
  margin-left: auto;
}
.div-service-buttons .disabled {
  cursor: default;
}
.div-service-buttons .btn-group-secondary, .div-service-buttons .btn-view-details span:not(.sr-only) {
  display: none;
}
.div-service-buttons .dropdown-toggle::after {
  margin-left: 0;
}
@media (min-width: 768px) {
  .div-service-buttons .btn-view-details i, .div-service-buttons .btn-group-primary {
    display: none;
  }
  .div-service-buttons .btn-group-secondary {
    display: inline-flex;
  }
  .div-service-buttons .btn-view-details span:not(.sr-only):not(.caret) {
    display: initial !important;
  }
}
.tiles .tile {
  display: block;
  position: relative;
  padding: 12px 20px;
  background-color: var(--surface);
  border: 1px solid var(--ghb-border);
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.tiles .tile .stat {
  margin-top: 20px;
  font-size: 40px;
  line-height: 1;
  color: var(--foreground);
}
.tiles .tile .title {
  font-weight: bold;
  color: var(--muted);
  text-transform: uppercase;
  font-size: 12px;
}
.tiles .tile .highlight {
  margin-top: 4px;
  height: 2px;
  background-color: var(--accent);
  border-radius: 2px;
}
.tiles .tile i {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 55px;
  line-height: 1;
  color: var(--ghb-border);
}
.tiles .tile:hover {
  background-color: var(--surface-secondary);
  cursor: pointer;
}
.verification-banner {
  margin: 0;
  padding: 10px 0;
  background-color: var(--surface);
  border-bottom: 1px solid var(--ghb-border);
  color: var(--foreground);
}
.verification-banner .text {
  display: block;
  padding: 6px 0;
}
.verification-banner .btn {
  margin: 3px 0;
  padding: 3px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.verification-banner .btn.close {
  margin-left: 10px;
  background-color: transparent;
  color: var(--muted);
  font-size: 22px;
  opacity: 1;
}
.verification-banner .btn.close:hover {
  color: var(--foreground);
}
.verification-banner .fas, .verification-banner .fal, .verification-banner .far {
  color: var(--muted);
  float: left;
  padding: 2px 10px 0 0;
  font-size: 24px;
}
@media (min-width: 768px) {
  .verification-banner .text {
    padding-top: 9px;
    padding-bottom: 0;
  }
  .verification-banner .btn {
    margin: 0;
    padding: 9px 25px;
  }
  .verification-banner .button {
    float: right;
  }
  .verification-banner .fas, .verification-banner .fal, .verification-banner .far {
    font-size: 36px;
  }
}
.providerPreLinking {
  min-height: 52px;
}
.providerLinkingFeedback {
  display: none;
}
.modal-localisation .item-selector .item {
  display: block;
  margin: 2px 0;
  padding: 2px;
  text-align: center;
}
.md-editor .hidden {
  display: none !important;
}
#registration .form-control-qty {
  width: 70px;
  text-align: center;
}
#registration .sub-heading {
  height: 0;
  border-top: 1px solid var(--ghb-border);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
#registration .sub-heading span {
  display: inline-block;
  position: relative;
  padding: 0 17px;
  top: -11px;
  font-size: 16px;
  background-color: #060607;
  color: var(--accent);
}
.domain-pricing .tld-row.no-tlds {
  display: none;
}
.domain-pricing .tld-row {
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--separator);
}
.domain-pricing .tld-row.highlighted {
  background: var(--surface);
}
.domain-pricing .tld-pricing-header .col-xs-2, .domain-pricing .tld-pricing-header .col-sm-2 {
  height: 56px;
}
.tld-filters a {
  display: inline-block;
  margin-bottom: 4px;
  padding: 5px 6px;
  font-size: 90%;
  border-radius: 0.25rem;
}
.responsive-tabs-sm-connector {
  display: none;
}
@media (max-width: 767.98px) {
  .responsive-tabs-sm {
    width: 90%;
    margin-right: 0;
    background: var(--surface);
    border: 1px solid var(--ghb-border);
    border-bottom: 0;
    border-radius: 0.25rem 0.25rem 0.25rem 0;
  }
  .responsive-tabs-sm .nav-item {
    margin-left: 5px;
    margin-right: 0 !important;
    margin-bottom: 0;
    width: 100%;
    border-bottom: 1px solid var(--ghb-border) !important;
  }
  .responsive-tabs-sm .nav-item a {
    display: block;
    padding: 7px 15px !important;
    width: 100%;
    border: 0;
    border-bottom: 0 !important;
    border-radius: 0 !important;
  }
  .responsive-tabs-sm .nav-item a.active {
    border: 0;
    background-color: var(--surface-secondary) !important;
    font-weight: bold;
  }
  .responsive-tabs-sm-connector {
    display: block;
  }
  .responsive-tabs-sm-connector .channel {
    float: left;
    background: var(--surface);
    width: 6px;
    height: 5px;
    border-right: 1px solid var(--ghb-border);
  }
  .responsive-tabs-sm-connector .bottom-border {
    margin-left: 5px;
    height: 5px;
    border-bottom: 1px solid var(--ghb-border);
  }
  .responsive-tabs-sm-connector.store .channel {
    border-left: 1px solid var(--ghb-border);
  }
}
.dataTables_wrapper .dataTables_filter {
  float: right;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
}
table.dtr-inline .dtr-title:empty {
  display: none !important;
}
.table-list > tbody > tr:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .dataTables_wrapper .dataTables_filter {
    float: right;
    margin-top: 30px;
    width: 100%;
  }
  .dataTables_wrapper .dataTables_filter label {
    display: block;
    margin: 5px;
    padding: 0;
  }
  .dataTables_wrapper .dataTables_filter label .form-control {
    margin: 0;
    width: 100%;
  }
}
div.two-column-grid, div.three-column-grid {
  display: inline-grid;
  grid-template-columns: repeat(3, auto) minmax(10em, 30em) auto;
  font-weight: 300;
  font-size: 13px;
}
div.two-column-grid {
  grid-template-columns: repeat(2, auto) minmax(10em, 30em) auto;
}
div.two-column-grid > div, div.three-column-grid > div {
  margin: 5px 0;
  padding-right: 5px;
}
#frmPayment .paymethod-info, #frmPayment .paymethod-info label {
  cursor: pointer;
}
#payMethodList tr td:nth-child(2), #payMethodList tr td:nth-child(3) {
  max-width: 15em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.invoice-summary-table {
  margin: 20px 0;
  max-height: 300px;
  overflow: auto;
}
.iframe-input-container {
  height: 34px;
}
.cc-payment-form .control-label {
  text-align: right;
}
.select-account {
  margin: 20px auto;
  padding: 0;
  border-top: 1px solid var(--ghb-border);
}
.select-account a {
  display: block;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid var(--ghb-border);
  text-decoration: none;
}
.select-account a.disabled {
  opacity: 0.5;
}
.select-account a:hover {
  background-color: var(--surface);
}
@media (min-width: 768px) {
  .btn-return-to-admin {
    position: fixed !important;
    top: 425px;
    right: 0;
    padding: 5px 15px !important;
    background-color: var(--surface) !important;
    border: 1px solid var(--ghb-border);
    color: var(--muted) !important;
    font-size: 0.9rem !important;
    border-radius: 0 0 0.25rem 0.25rem !important;
    text-decoration: none;
    transform: rotate(90deg);
    transform-origin: top right;
    z-index: 500;
  }
  .btn-return-to-admin:hover {
    color: var(--foreground) !important;
    text-decoration: none;
  }
}
.carousel-item.item {
  float: none;
}
.carousel-inner .carousel-item.item {
  float: left;
}
.mc-promo-manage, .mc-promo-login {
  position: relative;
}
.mc-promo-manage .logo, .mc-promo-login .logo {
  width: 130px;
  height: 130px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 1em;
}
.mc-promo-manage .logo img, .mc-promo-login .logo img {
  max-width: 130px;
  max-height: 130px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mc-promo-manage .logo + div, .mc-promo-login .logo + div {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 767.98px) {
  .mc-promo-manage .logo, .mc-promo-login .logo {
    width: 65px;
    height: 65px;
  }
  .mc-promo-manage .logo img, .mc-promo-login .logo img {
    max-width: 65px;
    max-height: 65px;
  }
}
#mc-promo-widgets {
  margin: 10px 0;
}
@media (min-width: 1200px) {
  #mc-promo-widgets {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1%;
  }
}
@media print {
  .sidebar, #main-menu, #top-nav, .header-lined {
    display: none;
  }
  a[href]:after {
    content: "" !important;
  }
}
:root {
  --ghb-border: var(--default, #28282c);
  --success-fg: #6fe3a5;
  --warning-fg: #f7cd8b;
  --error-fg: #ff9a9c;
  --info-fg: #a8c8ff;
  --violet-fg: #c4b5fd;
}
html {
  background: var(--background);
  overflow-x: clip;
}
body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
::selection {
  background: var(--accent);
  color: var(--accent-foreground);
}
a {
  color: var(--accent);
  text-decoration: none;
}
a:hover:not(.button):not(.btn) {
  color: var(--accent-hover);
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}
hr {
  border: 0;
  border-top: 1px solid var(--separator);
  margin: 1rem 0;
}
h1, h2, h3, h4, h5, h6 {
  color: var(--foreground);
  margin: 0 0 .5rem;
  line-height: 1.2;
  font-weight: 600;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.6rem;
}
h3 {
  font-size: 1.3rem;
}
h4 {
  font-size: 1.125rem;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: .9rem;
}
p {
  margin: 0 0 1rem;
}
.text-muted, .text-secondary {
  color: var(--muted) !important;
}
.text-danger {
  color: var(--error-fg) !important;
}
.text-success {
  color: var(--success-fg) !important;
}
.text-warning {
  color: var(--warning-fg) !important;
}
.text-primary, .text-info {
  color: var(--accent) !important;
}
.text-white, .text-light {
  color: var(--foreground) !important;
}
.bg-white, .bg-light {
  background-color: var(--surface) !important;
}
.bg-primary {
  background-color: var(--accent) !important;
  color: var(--accent-foreground) !important;
}
.bg-default, .bg-dark, .bg-secondary {
  background-color: var(--surface-secondary) !important;
}
.bg-success {
  background-color: var(--success) !important;
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--success) 15%, transparent) !important;
  }
}
.bg-warning {
  background-color: var(--warning) !important;
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--warning) 15%, transparent) !important;
  }
}
.bg-danger {
  background-color: var(--danger) !important;
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--danger) 15%, transparent) !important;
  }
}
.bg-info {
  background-color: var(--surface-tertiary) !important;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: var(--foreground);
  margin: 0 0 .5rem;
  line-height: 1.2;
  font-weight: 600;
}
.h1 {
  font-size: 2rem;
}
.h2 {
  font-size: 1.6rem;
}
.h3 {
  font-size: 1.3rem;
}
.h4 {
  font-size: 1.125rem;
}
.h5 {
  font-size: 1rem;
}
.h6 {
  font-size: .9rem;
}
.mw-540 {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.mw-750 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
* {
  scrollbar-color: var(--surface-tertiary) var(--background);
  scrollbar-width: thin;
}
*, *::before, *::after {
  box-sizing: border-box;
}
:where(button, input[type="button"], input[type="submit"], input[type="reset"]) {
  border: 0;
  background-color: transparent;
  font: inherit;
  color: inherit;
}
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid var(--accent) !important;
  outline-offset: 2px;
}
* {
  -webkit-tap-highlight-color: transparent;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px var(--background) inset !important;
  -webkit-text-fill-color: var(--foreground) !important;
  caret-color: var(--foreground);
}
.ghb-display {
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 0.9;
  font-weight: 400;
}
.ghb-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--accent);
  margin-bottom: 0.75rem;
}
.ghb-eyebrow::before {
  content: "";
  width: 2.5rem;
  height: 1px;
  flex: none;
  background: var(--accent);
}
.w-hidden.w-hidden {
  display: none;
}
.fade {
  transition: opacity .15s linear;
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}
.disabled, [disabled] {
  pointer-events: auto;
}
.button.disabled, .button:disabled, .button[disabled] {
  opacity: .55;
  pointer-events: none;
  cursor: not-allowed;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.navbar-brand {
  display: inline-flex;
  align-items: center;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-nav .nav-item {
  list-style: none;
}
#ghbHeaderActions {
  margin-left: auto;
}
@media (min-width: 1280px) {
  .navbar-expand-xl .navbar-collapse {
    display: contents !important;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  #nav {
    margin-inline: auto;
  }
  #ghbAccountNav {
    margin-right: 0.5rem;
  }
  #ghbHeaderActions {
    margin-left: 0;
  }
}
@media (max-width: 1279.98px) {
  #mainNavbar {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    max-height: calc(100dvh - 6.5rem);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0.5rem 1rem 1rem;
    background: var(--background);
    border-bottom: 1px solid var(--ghb-border);
    box-shadow: 0 24px 48px rgb(0 0 0 / 0.55);
  }
  #mainNavbar .navbar-nav > li > a {
    padding-block: 0.625rem;
  }
  #mainNavbar .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin: 0.125rem 0 0.375rem 0.75rem;
    background: var(--surface-secondary);
    box-shadow: none;
  }
  #mainNavbar .navbar-nav + .navbar-nav {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid var(--separator);
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.nav-link {
  display: block;
  padding: .5rem 1rem;
}
.modal {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: none;
  overflow: hidden auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  margin: 1.75rem auto;
  max-width: 520px;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  min-height: calc(100% - 3.5rem);
  pointer-events: none;
}
.modal-dialog.modal-lg {
  max-width: 820px;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: var(--surface);
  border: 1px solid var(--ghb-border);
  border-radius: 1rem;
  color: var(--foreground);
  pointer-events: auto;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .6);
}
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--separator);
}
.modal-title {
  margin: 0;
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: 1.05rem;
  font-weight: 400;
}
.modal-body {
  padding: 1.25rem;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .5rem;
  padding: 1rem 1.25rem;
  border-top: 1px solid var(--separator);
}
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1040;
  background: #000;
}
.modal-backdrop.fade {
  transition: opacity .15s linear;
}
.modal-backdrop:not(.show) {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: .7;
}
.modal-open {
  overflow: hidden;
}
.close {
  background: none;
  border: 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--foreground);
  opacity: .6;
  cursor: pointer;
}
.close:hover {
  opacity: 1;
}
.dropdown, .dropup, .btn-group {
  position: relative;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 11rem;
  margin: .35rem 0 0;
  padding: .4rem;
  list-style: none;
  background: var(--surface);
  border: 1px solid var(--ghb-border);
  border-radius: 1rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .55);
}
.dropdown-menu.show {
  display: block;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu .dropdown-item, .dropdown-menu > li > a {
  display: block;
  padding: .45rem .85rem;
  color: var(--muted);
  border-radius: .5rem;
  font-size: .875rem;
  white-space: nowrap;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu > li > a:hover {
  background: var(--surface-secondary);
  color: var(--foreground);
}
.dropdown-divider {
  height: 0;
  margin: .4rem 0;
  border-top: 1px solid var(--separator);
}
.popover {
  position: absolute;
  z-index: 1060;
  display: block;
  max-width: 300px;
  background: var(--surface);
  border: 1px solid var(--ghb-border);
  border-radius: .75rem;
  color: var(--foreground);
  font-size: .875rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .55);
}
.popover-header {
  padding: .6rem .9rem;
  margin: 0;
  border-bottom: 1px solid var(--separator);
  font-weight: 600;
}
.popover-body {
  padding: .75rem .9rem;
  color: var(--foreground);
}
.popover .arrow {
  display: none;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: .8125rem;
  opacity: 0;
  transition: opacity .1s;
}
.tooltip.show {
  opacity: 1;
}
.tooltip-inner {
  background: var(--surface-tertiary);
  color: var(--foreground);
  padding: .3rem .6rem;
  border-radius: .5rem;
  max-width: 220px;
  text-align: center;
}
.tooltip .arrow {
  display: none;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  min-height: 2.5rem;
  padding: .5rem 1rem;
  font-family: var(--font-sans);
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 1.5rem;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
  background: transparent;
  color: var(--foreground);
  text-decoration: none;
}
.btn:active {
  transform: scale(.96);
}
.btn.disabled, .btn:disabled {
  opacity: .5;
  pointer-events: none;
}
.btn-primary, .btn-success {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--accent-foreground);
  font-weight: 600;
}
.btn-primary:hover, .btn-success:hover {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
  color: var(--accent-foreground);
}
.btn-default, .btn-secondary, .btn-light, .btn-info, .btn-tertiary {
  background: var(--default);
  border-color: transparent;
  color: var(--foreground);
}
.btn-default:hover, .btn-secondary:hover, .btn-light:hover, .btn-info:hover, .btn-tertiary:hover {
  background: var(--surface-tertiary);
  border-color: transparent;
  color: var(--foreground);
}
.btn-danger {
  background: var(--danger);
  border-color: var(--danger);
  color: #fff;
}
.btn-danger:hover {
  filter: brightness(1.1);
  color: #fff;
}
.btn-outline-primary {
  border-color: var(--accent);
  color: var(--accent);
}
.btn-outline-primary:hover {
  background: var(--accent);
  color: var(--accent-foreground);
}
.btn-outline-light {
  border-color: var(--ghb-border);
  color: var(--muted);
}
.btn-outline-light:hover {
  background: var(--surface-secondary);
  color: var(--foreground);
}
.btn-link {
  border: 0;
  background: none;
  color: var(--accent);
}
.btn-link:hover {
  color: var(--accent-hover);
}
.btn-sm, .btn-xs {
  min-height: 2.25rem;
  padding: .35rem .75rem;
  font-size: .8125rem;
}
.btn-lg {
  min-height: 3rem;
  padding: .7rem 1.5rem;
  font-size: 1rem;
}
.btn-block {
  display: flex;
  width: 100%;
}
label, .col-form-label, legend {
  color: var(--foreground);
  font-size: .875rem;
  font-weight: 500;
  margin-bottom: .35rem;
  display: inline-block;
}
:where(.card, .panel) {
  margin-bottom: 1.25rem;
}
:where(.form-group) {
  margin-bottom: 1rem;
}
:where(.alert) {
  margin-bottom: 1rem;
}
:where(.table) {
  margin-bottom: 1rem;
}
:where(.nav) {
  margin: 0;
}
:where(.nav-tabs) {
  margin: 0 0 1rem;
}
.form-control, .custom-select, select, textarea, input[type=text], input[type=email], input[type=password], input[type=tel], input[type=number], input[type=url] {
  display: block;
  width: 100%;
  padding: .55rem .9rem;
  font-family: var(--font-sans);
  font-size: .875rem;
  line-height: 1.45;
  color: var(--foreground);
  background: var(--background);
  border: 1px solid var(--ghb-border);
  border-radius: .75rem;
  transition: border-color .15s ease;
}
input[type=checkbox], input[type=radio] {
  width: auto;
  display: inline-block;
  accent-color: var(--accent);
}
.form-control:focus, .custom-select:focus, select:focus, textarea:focus, input:focus {
  border-color: var(--accent);
  outline: none;
}
.form-control::placeholder {
  color: var(--muted);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklab, var(--muted) 60%, transparent);
  }
}
.form-control:disabled, .form-control[readonly] {
  background: var(--surface-secondary);
  color: var(--muted);
}
select.form-control, .custom-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%239f9fa9' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .9rem center;
  padding-right: 2.2rem;
}
.form-text, .help-block {
  color: var(--muted);
  font-size: .8125rem;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control {
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group-prepend, .input-group-append {
  display: flex;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: .55rem .9rem;
  font-size: .875rem;
  color: var(--muted);
  background: var(--surface-secondary);
  border: 1px solid var(--ghb-border);
}
.input-group > .input-group-prepend .input-group-text {
  border-radius: .75rem 0 0 .75rem;
  border-right: 0;
}
.input-group > .input-group-append .input-group-text, .input-group > .input-group-append .btn {
  border-radius: 0 .75rem .75rem 0;
}
.input-group > .input-group-prepend + .form-control {
  border-radius: 0 .75rem .75rem 0;
}
.input-group > .form-control:not(:last-child) {
  border-radius: .75rem 0 0 .75rem;
}
.invalid-feedback, .field-error-msg {
  color: var(--error-fg);
  font-size: .8125rem;
  display: none;
}
.form-control.is-invalid, .field.is-invalid {
  border-color: var(--danger) !important;
}
.form-control.is-invalid:focus, .field.is-invalid:focus {
  border-color: var(--danger) !important;
}
.checkout-error-feedback {
  display: block;
  text-align: left;
  font-size: .875rem;
  padding: 1rem 1.25rem;
}
.checkout-error-feedback.d-none {
  display: none;
}
.checkout-error-feedback p {
  margin: 0 0 .5rem;
  font-weight: 600;
  color: inherit;
}
.checkout-error-feedback ul {
  margin: 0;
  padding-left: 1.1rem;
  list-style: disc;
  text-align: left;
}
.checkout-error-feedback li {
  margin: .2rem 0;
}
.checkout-error-feedback li.d-none {
  display: none;
}
.ghb-field {
  min-width: 0;
}
.ghb-field-error {
  margin: .4rem 0 0;
  font-size: .8125rem;
  line-height: 1.4;
  color: var(--error-fg);
}
.form-control.is-invalid ~ .invalid-feedback {
  display: block;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.4rem;
  padding-left: 1.6rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.custom-control-label::before {
  position: absolute;
  top: .2rem;
  left: 0;
  display: block;
  width: 1.05rem;
  height: 1.05rem;
  content: "";
  background: var(--surface-tertiary);
  border: 1px solid var(--ghb-border);
  border-radius: .25rem;
}
.custom-control-input:checked ~ .custom-control-label::before {
  background: var(--accent);
  border-color: var(--accent);
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  position: absolute;
  top: .2rem;
  left: 0;
  width: 1.05rem;
  height: 1.05rem;
  content: "";
  background: no-repeat center/60% url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}
.card, .panel {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: var(--surface);
  border: 1px solid var(--ghb-border);
  border-radius: 1rem;
  color: var(--foreground);
  word-wrap: break-word;
}
.card-header, .panel-heading {
  padding: .9rem 1.25rem;
  margin: 0;
  background: var(--surface-secondary);
  border-bottom: 1px solid var(--ghb-border);
  border-radius: 1rem 1rem 0 0;
}
.card-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}
.card-body, .panel-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-footer, .panel-footer {
  padding: .8rem 1.25rem;
  background: var(--surface-secondary);
  border-top: 1px solid var(--ghb-border);
  border-radius: 0 0 1rem 1rem;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: .8rem 1.25rem;
  background: var(--surface);
  border-bottom: 1px solid var(--separator);
  color: var(--foreground);
  font-size: .875rem;
}
.list-group-item:last-child {
  border-bottom: 0;
}
.list-group-item-action {
  color: var(--muted);
}
.list-group-item-action:hover, .list-group-item-action:focus {
  background: var(--surface-secondary);
  color: var(--foreground);
}
.list-group-item.active {
  background: var(--accent-soft);
  color: var(--accent);
  border-color: var(--separator);
}
.well, .jumbotron {
  background: var(--surface);
  border: 1px solid var(--ghb-border);
  border-radius: 1rem;
  padding: 1.25rem;
}
table {
  border-collapse: collapse;
}
.table {
  width: 100%;
  color: var(--foreground);
}
.table th, .table td {
  padding: .7rem .9rem;
  border-bottom: 1px solid var(--separator);
  text-align: left;
  vertical-align: middle;
}
.table thead th {
  background: var(--surface-secondary);
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: .6875rem;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-weight: 600;
  border-bottom: 1px solid var(--ghb-border);
}
.table-striped tbody tr:nth-of-type(odd) {
  background: rgba(255, 255, 255, .02);
}
.table-hover tbody tr:hover {
  background: var(--surface-secondary);
}
.alert {
  position: relative;
  display: block;
  padding: .9rem 1.15rem;
  border: 1px solid;
  border-radius: 1rem;
  font-size: .875rem;
}
.alert.flex {
  display: flex;
}
.alert.inline-flex {
  display: inline-flex;
}
.alert.grid {
  display: grid;
}
.alert.hidden {
  display: none;
}
.alert-success {
  background: var(--success);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklab, var(--success) 10%, transparent);
  }
  border-color: var(--success);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklab, var(--success) 35%, transparent);
  }
  color: var(--success-fg);
}
.alert-info {
  background: var(--info-fg);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklab, var(--info-fg) 12%, transparent);
  }
  border-color: var(--info-fg);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklab, var(--info-fg) 30%, transparent);
  }
  color: var(--info-fg);
}
.alert-warning {
  background: var(--warning);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklab, var(--warning) 10%, transparent);
  }
  border-color: var(--warning);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklab, var(--warning) 35%, transparent);
  }
  color: var(--warning-fg);
}
.alert-danger, .alert-error {
  background: var(--danger);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklab, var(--danger) 12%, transparent);
  }
  border-color: var(--danger);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklab, var(--danger) 40%, transparent);
  }
  color: var(--error-fg);
}
.alert .alert-link, .alert strong {
  color: inherit;
  font-weight: 700;
}
.badge {
  display: inline-flex;
  align-items: center;
  padding: .2rem .65rem;
  font-size: .6875rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 999px;
  background: var(--surface-tertiary);
  color: var(--foreground);
  font-family: var(--font-sans);
}
.badge-primary {
  background: var(--accent-soft);
  color: var(--accent);
}
.badge-success {
  background: var(--success);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklab, var(--success) 15%, transparent);
  }
  color: var(--success-fg);
}
.badge-warning {
  background: var(--warning);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklab, var(--warning) 15%, transparent);
  }
  color: var(--warning-fg);
}
.badge-danger {
  background: var(--danger);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklab, var(--danger) 15%, transparent);
  }
  color: var(--error-fg);
}
.badge-info {
  background: var(--info-fg);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklab, var(--info-fg) 15%, transparent);
  }
  color: var(--info-fg);
}
.table-container {
  background: var(--surface);
  border: 1px solid var(--ghb-border);
  border-radius: 1rem;
  padding: 1.25rem 1.25rem 0.75rem;
  overflow-x: auto;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
table.dataTable {
  width: 100% !important;
}
.table-list thead th {
  font-family: var(--font-mono);
  font-size: .625rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--muted);
}
.table-list td {
  font-size: .875rem;
  padding: 1rem 1.1rem;
  vertical-align: middle;
  border-bottom: 1px solid var(--ghb-border);
}
.table-list > tbody > tr:last-child td {
  border-bottom: 0;
}
.table-list > tbody > tr:hover td {
  background: var(--surface-secondary);
}
.table-list > tbody > tr:hover td:first-child {
  border-top-left-radius: .75rem;
  border-bottom-left-radius: .75rem;
}
.table-list > tbody > tr:hover td:last-child {
  border-top-right-radius: .75rem;
  border-bottom-right-radius: .75rem;
}
td.dataTables_empty {
  padding: 2.5rem 1rem;
  text-align: center;
  color: var(--muted);
}
.listtable .dataTables_filter {
  float: none;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
.ghb-table-search .dataTables_filter {
  margin: 0;
}
.ghb-table-search .dataTables_filter input[type="search"] {
  width: 230px;
}
.dataTables_length {
  display: none;
}
.listtable .dataTables_filter label {
  margin: 0;
}
.listtable .dataTables_filter input[type="search"] {
  width: 260px;
  max-width: 100%;
  background: var(--background);
  border: 1px solid var(--ghb-border);
  border-radius: 999px;
  padding: .5rem 1.1rem;
  color: var(--foreground);
  font-size: .875rem;
}
.listtable .dataTables_info {
  display: none;
}
.dataTables_paginate {
  float: right;
  display: flex;
  gap: .25rem;
  padding: .75rem 0;
  font-size: .8125rem;
}
.dataTables_paginate .paginate_button {
  padding: .3rem .75rem;
  border-radius: .5rem;
  color: var(--muted);
  cursor: pointer;
  user-select: none;
}
.dataTables_paginate .paginate_button:hover {
  color: var(--accent);
}
.dataTables_paginate .paginate_button.current {
  background: var(--surface-secondary);
  color: var(--foreground);
}
.dataTables_paginate .paginate_button.disabled {
  opacity: .35;
  pointer-events: none;
}
.table-list thead th.sorting, .table-list thead th.sorting_asc, .table-list thead th.sorting_desc {
  cursor: pointer;
}
.table-list thead th.sorting::after {
  content: " \2195";
  opacity: .35;
}
.table-list thead th.sorting_asc::after {
  content: " \2191";
  color: var(--accent);
}
.table-list thead th.sorting_desc::after {
  content: " \2193";
  color: var(--accent);
}
.view-filter-btns .list-group-item.active {
  background: transparent;
  color: var(--accent);
  border-color: var(--separator);
}
.view-filter-btns .list-group-item.active .sidebar-menu-item-icon {
  color: var(--accent);
}
.badge-pill {
  border-radius: 999px;
}
.progress {
  display: flex;
  height: .6rem;
  overflow: hidden;
  background: var(--surface-tertiary);
  border-radius: 999px;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 0;
  background: var(--accent);
  transition: width .3s ease;
}
.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: .25rem;
}
.page-link {
  display: block;
  padding: .4rem .75rem;
  font-size: .875rem;
  color: var(--muted);
  background: var(--surface);
  border: 1px solid var(--ghb-border);
  border-radius: .5rem;
}
.page-item.active .page-link {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--accent-foreground);
}
.page-item.disabled .page-link {
  color: #55555c;
  pointer-events: none;
}
.breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: .65rem 0;
  background: transparent;
  font-family: var(--font-mono);
  font-size: .6875rem;
  text-transform: uppercase;
  letter-spacing: .15em;
  overflow-x: auto;
  scrollbar-width: none;
  white-space: nowrap;
}
.breadcrumb::-webkit-scrollbar {
  display: none;
}
.breadcrumb-item {
  flex: 0 0 auto;
}
@media (max-width: 639px) {
  .breadcrumb {
    font-size: .625rem;
    letter-spacing: .08em;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    padding: 0 .35rem;
  }
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  padding: 0 .5rem;
  color: var(--muted);
}
.breadcrumb-item a {
  color: var(--muted);
}
.breadcrumb-item a:hover {
  color: var(--accent);
}
.breadcrumb-item.active {
  color: var(--muted);
}
.master-breadcrumb {
  border-bottom: 1px solid var(--separator);
  height: var(--ghb-breadcrumb-h);
  display: flex;
  align-items: center;
}
.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  border-bottom: 1px solid var(--ghb-border);
  gap: .25rem;
}
.nav-tabs .nav-link {
  display: block;
  padding: .5rem 1rem;
  font-size: .875rem;
  color: var(--muted);
  border: 1px solid transparent;
  border-radius: .5rem .5rem 0 0;
  margin-bottom: -1px;
}
.nav-tabs .nav-link.active {
  background: var(--surface);
  border-color: var(--ghb-border) var(--ghb-border) var(--surface);
  color: var(--accent);
}
.nav-pills .nav-link.active {
  background: var(--accent);
  color: var(--accent-foreground);
  border-radius: 999px;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.label, .status {
  display: inline-flex;
  align-items: center;
  padding: .2rem .65rem;
  font-size: .6875rem;
  font-weight: 600;
  line-height: 1.25;
  border-radius: 999px;
  letter-spacing: 0;
  text-transform: none;
  background: var(--surface-tertiary);
  color: var(--foreground);
  font-family: var(--font-sans);
  white-space: nowrap;
}
.label-success, .status-active, .status-open, .status-completed, .status-paid, .status-accepted {
  background: var(--success);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklab, var(--success) 15%, transparent);
  }
  color: var(--success-fg);
}
.status-answered {
  background: var(--violet-fg);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklab, var(--violet-fg) 20%, transparent);
  }
  color: var(--violet-fg);
}
.label-warning, .status-pending, .status-pending-transfer, .status-customer-reply, .status-inprogress, .status-pending-registration, .status-redemption, .status-grace, .status-suspended, .status-high, .status-expiringsoon, .status-cancelling {
  background: var(--warning);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklab, var(--warning) 15%, transparent);
  }
  color: var(--warning-fg);
}
.label-danger, .status-terminated, .status-cancelled, .status-overdue, .status-unpaid, .status-fraud, .status-critical {
  background: var(--danger);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklab, var(--danger) 15%, transparent);
  }
  color: var(--error-fg);
}
.label-info, .status-onhold, .status-medium {
  background: var(--info-fg);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklab, var(--info-fg) 15%, transparent);
  }
  color: var(--info-fg);
}
.label-default, .status-closed, .status-expired, .status-transferred-away, .status-collections, .status-refunded, .status-lost, .status-dead, .status-delivered, .status-payment-pending, .status-draft, .status-low {
  background: var(--surface-tertiary);
  color: var(--muted);
}
.label-primary {
  background: var(--accent-soft);
  color: var(--accent);
}
.ssl-inactive {
  color: var(--warning-fg);
}
.requestor-type-owner {
  color: var(--accent);
}
.client-home-cards .list-group {
  display: block;
  border: 1px solid var(--ghb-border);
  border-radius: 1rem;
  overflow: hidden;
}
.client-home-cards .list-group-item {
  display: block;
  padding: .85rem 1.1rem;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--separator);
  color: var(--muted);
  font-size: .875rem;
  line-height: 1.7;
}
.client-home-cards .list-group-item:last-child {
  border-bottom: 0;
}
.client-home-cards .list-group-item strong {
  color: var(--foreground);
  margin-right: .35rem;
}
.client-home-cards .list-group-item small {
  font-size: .8125rem;
}
.client-home-cards a.list-group-item:hover {
  background: var(--surface);
}
.client-home-cards a.list-group-item:hover strong {
  color: var(--accent);
}
.client-home-cards .list-group-item .label {
  vertical-align: middle;
}
.ghb-select {
  position: relative;
}
.ghb-select__native {
  display: none;
}
.ghb-select__trigger {
  display: flex;
  align-items: center;
  gap: .6rem;
  width: 100%;
  min-height: 2.75rem;
  padding: .55rem 2.4rem .55rem .9rem;
  background: var(--background);
  border: 1px solid var(--ghb-border);
  border-radius: .75rem;
  color: var(--foreground);
  font-size: .9375rem;
  text-align: left;
  cursor: pointer;
  transition: border-color .15s ease;
}
.ghb-select__trigger:hover {
  border-color: var(--accent);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklab, var(--accent) 50%, var(--ghb-border));
  }
}
.ghb-select.is-open .ghb-select__trigger {
  border-color: var(--accent);
}
.ghb-select__label {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ghb-select__price {
  flex: 0 0 auto;
  font-family: var(--font-mono);
  font-size: .8125rem;
  color: var(--muted);
}
.ghb-select__caret {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: .7rem;
  color: var(--muted);
  pointer-events: none;
}
.ghb-select__flag {
  flex: 0 0 auto;
  width: 1.35rem;
  height: 1rem;
  border-radius: 2px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgb(0 0 0 / .35);
}
.ghb-select__menu {
  position: absolute;
  z-index: 1000;
  top: calc(100% + .35rem);
  left: 0;
  right: 0;
  display: none;
  max-height: 17rem;
  overflow-y: auto;
  margin: 0;
  padding: .3rem;
  list-style: none;
  background: var(--surface);
  border: 1px solid var(--ghb-border);
  border-radius: .85rem;
  box-shadow: 0 18px 40px rgb(0 0 0 / .55);
}
.ghb-select.is-open .ghb-select__menu {
  display: block;
}
.ghb-select__option {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .5rem .65rem;
  border-radius: .55rem;
  color: var(--muted);
  font-size: .875rem;
  cursor: pointer;
}
.ghb-select__option:hover, .ghb-select__option.is-active {
  background: var(--surface-secondary);
  color: var(--foreground);
}
.ghb-select__option[aria-selected="true"] {
  background: var(--accent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklab, var(--accent) 15%, transparent);
  }
  color: var(--accent);
}
.ghb-select__option[aria-selected="true"] .ghb-select__price {
  color: var(--accent);
}
.intl-tel-input .country-list, .iti-container .country-list {
  background-color: var(--surface) !important;
  border: 1px solid var(--ghb-border) !important;
  border-radius: .5rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .55) !important;
  color: var(--foreground);
}
.intl-tel-input .country-list .country {
  color: var(--foreground);
}
.intl-tel-input .country-list .country .dial-code {
  color: var(--muted);
}
.intl-tel-input .country-list .country.highlight {
  background-color: var(--surface-secondary) !important;
}
.intl-tel-input .country-list .divider {
  border-bottom-color: var(--separator) !important;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
  background-color: var(--surface-secondary) !important;
}
.intl-tel-input .selected-flag .iti-arrow {
  border-top-color: var(--muted);
}
.intl-tel-input .selected-flag .iti-arrow.up {
  border-bottom-color: var(--muted);
}
.ghb-hero {
  padding: 5.5rem 0 4.5rem;
  border-bottom: 1px solid var(--ghb-border);
  background: radial-gradient(ellipse 60% 50% at 70% 10%, rgba(153, 254, 0, .07), transparent), repeating-linear-gradient(to bottom, transparent 0, transparent 3px, rgba(255, 255, 255, .02) 3px, rgba(255, 255, 255, .02) 4px), var(--background);
}
.ghb-hero .ghb-display {
  font-size: clamp(3rem, 8vw, 6.5rem);
  line-height: .85;
  margin-bottom: 1.25rem;
}
.ghb-hero-sub {
  color: var(--muted);
  font-size: 1.0625rem;
  max-width: 34rem;
  margin-bottom: 2rem;
}
.ghb-hero-actions {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
}
.ghb-section-head {
  margin: 1.5rem 0 2rem;
}
.ghb-section-title {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
}
.ghb-group-card {
  display: block;
  background: var(--surface);
  border: 1px solid var(--ghb-border);
  border-radius: 1rem;
  padding: 1.75rem 1.5rem;
  height: 100%;
  transition: border-color .3s ease, transform .3s ease;
}
.ghb-group-card:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
}
.ghb-group-card-label {
  font-family: var(--font-mono);
  font-size: .625rem;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: var(--accent);
  margin-bottom: .75rem;
}
.ghb-group-card-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  text-transform: uppercase;
  color: var(--foreground);
  margin-bottom: .5rem;
  font-weight: 400;
}
.ghb-group-card-tagline {
  color: var(--muted);
  font-size: .875rem;
  margin-bottom: 1.25rem;
}
.ghb-group-card-cta {
  font-size: .875rem;
  font-weight: 600;
  color: var(--accent);
}
.home-domain-search {
  padding: 3.5rem 0 3rem;
  border-bottom: 1px solid var(--ghb-border);
}
.home-domain-search-title {
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  margin-bottom: .5rem;
}
.home-domain-search-bar {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.5rem;
  max-width: 46rem;
}
.home-domain-search-bar input[name="domain"] {
  flex: 1 1 16rem;
  height: calc(var(--spacing) * 11);
  padding: 0 1.25rem;
  background: var(--surface);
  border: 1px solid var(--ghb-border);
  border-radius: calc(var(--radius) * 3);
  font-size: 1rem;
  color: var(--foreground);
  transition: border-color .2s ease;
}
.home-domain-search-bar input[name="domain"]:focus {
  outline: none;
  border-color: var(--accent);
}
.home-domain-search-bar input[name="domain"]::placeholder {
  color: var(--muted);
}
@media (min-width: 48rem) {
  .home-domain-search-bar input[name="domain"] {
    height: calc(var(--spacing) * 10);
  }
}
.tld-pricing {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 2.25rem;
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
  font-family: var(--font-mono);
  font-size: .8125rem;
}
.tld-pricing-name {
  color: var(--accent);
  margin-right: .6rem;
}
.tld-pricing-price {
  color: var(--muted);
}
#orderSummaryLoader {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
@media (max-width: 639px) {
  .ghb-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  .ghb-actions > .button, .ghb-actions > .btn, .ghb-actions > form > .button {
    width: 100%;
    justify-content: center;
  }
}
.ghb-cycle-group {
  display: grid;
  gap: .75rem;
  margin: .25rem 0 .25rem;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}
.ghb-cycle-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: .3rem;
  padding: 1rem 1.1rem 1.05rem;
  text-align: left;
  cursor: pointer;
  background: var(--surface);
  border: 1px solid var(--ghb-border);
  border-radius: 1rem;
  color: var(--muted);
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}
.ghb-cycle-card:hover {
  border-color: var(--accent);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklab, var(--accent) 45%, var(--ghb-border));
  }
}
.ghb-cycle-card.selected {
  border-color: var(--accent);
  background: var(--accent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklab, var(--accent) 8%, var(--surface));
  }
}
.ghb-cancel-reasons {
  margin-bottom: 1.25rem;
}
.ghb-cancel-reason-grid {
  display: grid;
  gap: .5rem;
}
.ghb-cancel-reason {
  padding: .7rem .9rem;
  text-align: left;
  cursor: pointer;
  width: 100%;
  font-size: .875rem;
  color: var(--muted);
  background: var(--surface-secondary);
  border: 1px solid var(--ghb-border);
  border-radius: .75rem;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}
.ghb-cancel-reason:hover {
  border-color: var(--accent);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklab, var(--accent) 45%, var(--ghb-border));
  }
  color: var(--foreground);
}
.ghb-cancel-reason.selected {
  border-color: var(--accent);
  color: var(--foreground);
  background: var(--accent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklab, var(--accent) 8%, var(--surface));
  }
}
.ghb-cancel-reason--other {
  border-style: dashed;
}
.ghb-cancel-reason--other.selected {
  border-style: solid;
}
.ghb-cancel-panel {
  margin: 0 0 1.25rem;
  padding: 1rem 1.15rem;
  border: 1px solid;
  border-radius: 1rem;
}
.ghb-cancel-panel--info {
  background: var(--info-fg);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklab, var(--info-fg) 12%, transparent);
  }
  border-color: var(--info-fg);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklab, var(--info-fg) 30%, transparent);
  }
  color: var(--info-fg);
}
.ghb-cancel-panel--offer {
  background: var(--accent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklab, var(--accent) 8%, var(--surface));
  }
  border-color: var(--accent);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklab, var(--accent) 40%, var(--ghb-border));
  }
  color: var(--foreground);
}
.ghb-cancel-notice {
  display: flex;
  align-items: flex-start;
  gap: .85rem;
  margin: 0 0 1.5rem;
  padding: 1rem 1.15rem;
  border-radius: 1rem;
  background: var(--warning);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklab, var(--warning) 10%, transparent);
  }
  border: 1px solid var(--warning);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in oklab, var(--warning) 35%, transparent);
  }
}
.ghb-cancel-notice__icon {
  margin-top: .15rem;
  color: var(--warning-fg);
}
.ghb-cancel-price-was {
  font-size: 1rem;
  color: var(--muted);
  text-decoration: line-through;
  margin-right: .5rem;
}
.ghb-cancel-price-now {
  font-family: var(--font-mono);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--accent);
}
.ghb-cycle-card__head {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.ghb-cycle-card__name {
  font-size: .875rem;
  font-weight: 600;
  color: var(--foreground);
}
.ghb-cycle-save {
  margin-left: auto;
  padding: .1rem .45rem;
  border-radius: 999px;
  background: var(--accent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklab, var(--accent) 16%, transparent);
  }
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: .625rem;
  font-weight: 700;
  letter-spacing: .04em;
}
.ghb-cycle-card__price {
  display: flex;
  align-items: baseline;
  gap: .3rem;
  margin-top: .15rem;
}
.ghb-cycle-card__amount {
  font-family: var(--font-mono);
  font-size: 1.5rem;
  line-height: 1.1;
  color: var(--foreground);
}
.ghb-cycle-card.selected .ghb-cycle-card__amount {
  color: var(--accent);
}
.ghb-cycle-card__per {
  font-size: .8125rem;
  color: var(--muted);
}
.ghb-cycle-card__was {
  font-family: var(--font-mono);
  font-size: .8125rem;
  color: var(--muted);
  text-decoration: line-through;
  text-decoration-color: var(--muted);
  @supports (color: color-mix(in lab, red, red)) {
    text-decoration-color: color-mix(in oklab, var(--muted) 70%, transparent);
  }
  margin-left: .15rem;
}
.ghb-cycle-card__meta {
  font-size: .75rem;
  color: var(--muted);
}
.ghb-cycle-card__saved {
  margin-top: .1rem;
  font-size: .75rem;
  font-weight: 600;
  color: var(--accent);
}
.ghb-cycle-ribbon {
  position: absolute;
  top: 0;
  right: 1rem;
  transform: translateY(-50%);
  padding: .15rem .5rem;
  border-radius: 999px;
  background: var(--accent);
  color: var(--accent-foreground);
  font-family: var(--font-mono);
  font-size: .5625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  white-space: nowrap;
}
.icheckbox_square-blue, .iradio_square-blue {
  background-image: none !important;
  background-color: var(--surface-secondary) !important;
  border: 1px solid var(--ghb-border);
  border-radius: .25rem;
  width: 20px;
  height: 20px;
  position: relative;
}
.iradio_square-blue {
  border-radius: 50%;
}
.icheckbox_square-blue.hover, .iradio_square-blue.hover {
  border-color: var(--accent);
}
.icheckbox_square-blue.checked, .iradio_square-blue.checked {
  background-color: var(--accent) !important;
  border-color: var(--accent);
}
.icheckbox_square-blue.checked::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid var(--accent-foreground);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.iradio_square-blue.checked::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-foreground);
}
.ghb-co-aside {
  position: relative;
  isolation: isolate;
}
@media (min-width: 1024px) {
  .ghb-co-grid {
    min-height: calc(100vh - 14rem);
  }
  .ghb-co-aside::before {
    content: "";
    position: absolute;
    top: calc(-1 * var(--ghb-main-pad));
    bottom: calc(-1 * (var(--ghb-main-pad) + var(--ghb-footer-gap)));
    left: 0;
    width: 100vw;
    background: var(--surface);
    border-left: 1px solid var(--separator);
    z-index: -1;
  }
}
.ghb-co-section {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--separator);
}
.ghb-co-section > .ghb-eyebrow {
  margin-bottom: 0.875rem;
}
#btnCompleteOrder, #btnCompleteProductConfig {
  width: 100%;
}
.md-editor {
  display: block;
  overflow: hidden;
  border: 1px solid var(--ghb-border);
  border-radius: 1rem;
  background: var(--background);
}
.md-editor.active {
  border-color: var(--accent);
}
.md-editor .md-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .25rem;
  padding: .5rem .6rem;
  background: var(--surface);
  border-bottom: 1px solid var(--separator);
}
.md-editor .md-header .btn-group {
  display: inline-flex;
  gap: .2rem;
}
.md-editor .md-header .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  min-width: 2rem;
  padding: 0 .55rem;
  border: 0;
  border-radius: .5rem;
  background: transparent;
  color: var(--muted);
  font-size: .8125rem;
}
.md-editor .md-header .btn:hover, .md-editor .md-header .btn.active {
  background: var(--surface-secondary);
  color: var(--foreground);
}
.md-editor .md-input, .md-editor textarea {
  display: block;
  width: 100% !important;
  min-height: 260px;
  padding: .9rem 1rem;
  border: 0;
  outline: 0 !important;
  resize: vertical;
  background: var(--background) !important;
  color: var(--foreground) !important;
  color-scheme: dark;
  caret-color: var(--foreground);
  font-size: .9375rem;
}
.md-editor .md-preview {
  min-height: 260px;
  padding: .9rem 1rem;
  background: var(--background);
  color: var(--foreground);
}
.md-editor .md-footer {
  padding: .4rem .9rem;
  border-top: 1px solid var(--separator);
  background: var(--surface);
  color: var(--muted);
  font-size: .75rem;
}
.md-editor.md-fullscreen-mode {
  background: var(--background);
  padding: 2rem;
}
.md-fullscreen-controls a {
  color: var(--muted);
}
.rating, .rating-done {
  display: inline-flex;
  align-items: center;
  gap: .2rem;
  flex-direction: row-reverse;
}
.rating .star, .rating-done .star {
  cursor: pointer;
  font-size: 1rem;
  color: #3f3f46;
}
.rating-done .star {
  cursor: default;
}
.rating .star::before, .rating-done .star::before {
  content: "\f005";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", "Font Awesome 5 Pro", FontAwesome;
  font-weight: 900;
}
.rating .star:hover, .rating .star:hover ~ .star, .rating-done .star.active {
  color: var(--accent);
}
.rating-done .rated {
  margin-left: .5rem;
}
.markdown-content .message p:last-child {
  margin-bottom: 0;
}
.markdown-content .message pre, .markdown-content .message code {
  background: var(--background);
  border-radius: .5rem;
  font-family: var(--font-mono);
  font-size: .8125rem;
}
.markdown-content .message pre {
  padding: .75rem 1rem;
  overflow-x: auto;
}
.markdown-content .message code {
  padding: .1rem .35rem;
}
.markdown-content .message blockquote {
  margin: .5rem 0;
  padding: .25rem .9rem;
  border-left: 2px solid var(--separator);
  color: var(--muted);
}
.attachment-group {
  display: flex;
  align-items: stretch;
}
.attachment-group .custom-file {
  position: relative;
  flex: 1;
  min-width: 0;
}
.attachment-group .custom-file-input {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.attachment-group .custom-file-label {
  display: flex;
  align-items: center;
  height: 2.75rem;
  margin: 0;
  padding: 0 1rem;
  background: var(--surface);
  border: 1px solid var(--ghb-border);
  border-radius: .75rem 0 0 .75rem;
  color: var(--muted);
  font-size: .875rem;
  overflow: hidden;
  white-space: nowrap;
}
.attachment-group .input-group-append .btn {
  height: 2.75rem;
  border-radius: 0 .75rem .75rem 0;
  border-left: 0;
}
.attachment-group + .attachment-group, #fileUploadsContainer .attachment-group {
  margin-top: .35rem;
}
:root {
  --ghb-main-pad: 2.5rem;
  --ghb-footer-gap: 8rem;
  --ghb-breadcrumb-h: 2.5rem;
}
#main-body {
  min-height: 55vh;
}
.primary-content > div[style*="background-color:#ffffd2"] {
  display: none;
}
.ghb-pay-logo-chip {
  background: #fff;
}
.ghb-pay-slot > #paymentGatewayInput:not(:empty) {
  padding: .25rem 1rem 1rem;
}
.ghb-pay-slot > .cc-input-container:not(.w-hidden) {
  padding: .25rem 1rem 1.25rem;
}
#ghbPaypalButton iframe, #paypal_ppcpv_input_container iframe {
  color-scheme: light;
}
form#frmCheckout.paypal_ppcpv-payment-form #creditCardInputFields {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
form#frmCheckout.paypal_ppcpv-payment-form #creditCardInputFields ul {
  background: var(--surface);
  border: 1px solid var(--ghb-border);
  border-radius: .75rem;
  padding: .65rem 1.25rem;
  color: var(--foreground);
}
form#frmCheckout.paypal_ppcpv-payment-form #creditCardInputFields .paymethod-info, form#frmCheckout.paypal_ppcpv-payment-form #creditCardInputFields .paymethod-info:nth-child(5n+1), form#frmCheckout.paypal_ppcpv-payment-form #creditCardInputFields .paymethod-info:nth-child(5n+4) {
  border-color: var(--ghb-border);
}
form#frmCheckout.paypal_ppcpv-payment-form .payment-instructions {
  display: none;
}
form#frmCheckout:not(:has(.existing-cc-grid .paymethod-info)) #creditCardInputFields ul {
  display: none;
}
#paypal_ppcpv_input_container #paypal_ppcpv_input_container_button {
  display: none;
}
.ghb-pp-note {
  margin: 0 0 .65rem;
  font-size: .8125rem;
  color: var(--muted);
}
#paypal_ppcpv_input_container #ghbPaypalButton {
  min-height: 48px;
}
form#frmCheckout.paypal_ppcpv-payment-form .approval-instructions {
  color: var(--success);
  font-size: .875rem;
}
form#frmCheckout.paypal_ppcpv-payment-form .payer-email {
  color: var(--muted);
}
.form-control.StripeElement {
  height: auto;
  padding: .55rem .9rem;
  background: #fff;
  color: #303238;
}
.form-control.StripeElement--focus {
  border-color: var(--accent);
}
.form-control.StripeElement--invalid {
  border-color: var(--danger);
}
:root[data-ghb-stripe="themed"] .form-control.StripeElement {
  background: var(--background);
  color: var(--foreground);
}
.stripe-cards-inputs {
  flex: none;
  width: 100%;
  max-width: none;
  padding: 0;
}
.stripe-cards-inputs > .row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 0;
}
@media (min-width: 640px) {
  .stripe-cards-inputs > .row {
    grid-template-columns: 2fr 1fr 1fr;
  }
}
.stripe-cards-inputs > .row > [class*="col-"] {
  flex: none;
  width: auto;
  max-width: none;
  padding: 0;
}
.stripe-cards-inputs label {
  display: block;
  font-size: .875rem;
  font-weight: 400;
  color: var(--muted);
  margin-bottom: .4rem;
}
#stripeElements > .row {
  margin: 0 0 1rem;
}
#stripeElements > .row > [class*="col-"] {
  flex: none;
  width: 100%;
  max-width: none;
  padding: 0;
}
#paymentRequestButton {
  max-width: 24rem;
  margin: 0 auto;
}
#order-standard_cart .row > .cart-body > .header-lined {
  margin: 0 0 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--separator);
}
#order-standard_cart .row > .cart-body > .header-lined h1, #order-standard_cart .row .font-size-36 {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 5vw, 3rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 0.9;
  color: var(--foreground);
}
#order-standard_cart .row .font-size-30 {
  font-size: 1.5rem;
}
#order-standard_cart .row > .cart-body, #order-standard_cart .row > .secondary-cart-body {
  background: var(--surface);
  border: 1px solid var(--ghb-border);
  border-radius: 1rem;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}
#order-standard_cart .row .summary-container {
  color: var(--muted);
}
#order-standard_cart .row .total-due-today {
  padding-top: .75rem;
  border-top: 1px solid var(--separator);
  color: var(--foreground);
  font-weight: 600;
}
#order-standard_cart .row .item-price, #order-standard_cart .row .cost {
  font-family: var(--font-mono);
}
#order-standard_cart .btn-remove-from-cart {
  color: var(--muted);
}
#order-standard_cart .btn-remove-from-cart:hover {
  color: var(--error-fg);
}
.primary-content > p[style*="text-align:center"]:has(> a[href*="whmcs.com"]) {
  display: none !important;
}
@media print {
  html.dark, html.dark body {
    color-scheme: light;
    --background: #fff;
    --surface: #fff;
    --surface-secondary: #f4f4f5;
    --surface-tertiary: #e4e4e7;
    --foreground: #18181b;
    --muted: #52525b;
    --separator: #d4d4d8;
    --default: #d4d4d8;
    --border: #d4d4d8;
    --accent: #4d7c00;
    --accent-hover: #4d7c00;
    --success-fg: #166534;
    --warning-fg: #854d0e;
    --error-fg: #b91c1c;
    --info-fg: #1e40af;
    --violet-fg: #5b21b6;
  }
  html.dark body {
    background: #fff;
    color: #18181b;
  }
  img.invert {
    filter: none;
  }
  [class*="max-h-"] {
    max-height: none !important;
    overflow: visible !important;
  }
  tr, img {
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .table {
    border-collapse: collapse;
  }
  .d-print-none {
    display: none !important;
  }
  #fullpage-overlay {
    display: none !important;
  }
}
.existing-cc-grid:has(> div.paymethod-info) {
  display: grid;
  gap: .5rem;
  border: 1px solid var(--ghb-border);
  border-radius: 1rem;
  background: var(--surface);
  padding: .75rem 1rem;
}
.existing-cc-grid > div.paymethod-info {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .875rem;
}
.collapse.show {
  visibility: visible;
}
.collapse:not(.show) {
  display: none;
  visibility: visible;
}
.container.ghb-container {
  max-width: 1536px;
}
.grain::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.rise {
  animation: rise 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.rise-1 {
  animation-delay: 0.05s;
}
.rise-2 {
  animation-delay: 0.15s;
}
.rise-3 {
  animation-delay: 0.25s;
}
.rise-4 {
  animation-delay: 0.35s;
}
.rise-5 {
  animation-delay: 0.5s;
}
@media (prefers-reduced-motion: reduce) {
  .rise {
    animation: none;
  }
}
.scanlines {
  background-image: repeating-linear-gradient( to bottom, transparent 0, transparent 3px, rgba(255, 255, 255, 0.025) 3px, rgba(255, 255, 255, 0.025) 4px );
}
.text-stroke {
  -webkit-text-stroke: 1.5px currentColor;
  color: transparent;
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  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-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@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-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-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-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    opacity: 0.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%);
  }
}
@keyframes caret-blink {
  0%, 70%, 100% {
    opacity: 1;
  }
  20%, 50% {
    opacity: 0;
  }
}


  @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-space-y-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-content: "";
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --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-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-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --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-x-reverse: 0;
    }
  }


