/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@import 'https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap';
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Open Sans", "Montserrat", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-orange-600: oklch(64.6% 0.222 41.116);
    --color-yellow-400: oklch(85.2% 0.199 91.936);
    --color-yellow-500: oklch(79.5% 0.184 86.047);
    --color-green-400: oklch(79.2% 0.209 151.711);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-green-700: oklch(52.7% 0.154 150.069);
    --color-teal-200: oklch(91% 0.096 180.426);
    --color-teal-400: oklch(77.7% 0.152 181.912);
    --color-teal-800: oklch(43.7% 0.078 188.216);
    --color-cyan-400: oklch(78.9% 0.154 211.53);
    --color-sky-400: oklch(74.6% 0.16 232.661);
    --color-sky-500: oklch(68.5% 0.169 237.323);
    --color-blue-400: oklch(70.7% 0.165 254.624);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --color-purple-200: oklch(90.2% 0.063 306.703);
    --color-purple-300: oklch(82.7% 0.119 306.383);
    --color-purple-500: oklch(62.7% 0.265 303.9);
    --color-purple-600: oklch(55.8% 0.288 302.321);
    --color-fuchsia-500: oklch(66.7% 0.295 322.15);
    --color-pink-500: oklch(65.6% 0.241 354.308);
    --color-rose-500: oklch(64.5% 0.246 16.439);
    --color-slate-600: oklch(44.6% 0.043 257.281);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-neutral-500: oklch(55.6% 0 none);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --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;
    --text-9xl: 8rem;
    --text-9xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --tracking-tight: -0.025em;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-xs: 0.125rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --drop-shadow-md: 0 3px 3px rgb(0 0 0 / 0.12);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --animate-bounce: bounce 1s infinite;
    --blur-xs: 4px;
    --blur-sm: 8px;
    --blur-md: 12px;
    --aspect-video: 16 / 9;
    --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);
    --max-prose-width: 100%;
    --animate-heartbeat: heartbeat 1.25s ease-in-out infinite;
    --animate-heartbeat-echo: heartbeat-echo 1.25s cubic-bezier(0, 0, 0.2, 1) infinite;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  @layer daisyui.l1.l2 {
    .diff {
      position: relative;
      display: grid;
      width: 100%;
      overflow: hidden;
      webkit-user-select: none;
      user-select: none;
      align-items: normal;
      grid-template-rows: 1fr 1.8rem 1fr;
      direction: ltr;
      container-type: inline-size;
      grid-template-columns: auto 1fr;
    }
    .diff:focus-visible, .diff:has(.diff-item-1:focus-visible) {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
      outline-offset: 1px;
      outline-color: var(--color-base-content);
    }
    .diff:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
      outline-offset: 1px;
      outline-color: var(--color-base-content);
      .diff-resizer {
        min-width: 95cqi;
        max-width: 95cqi;
      }
    }
    .diff:has(.diff-item-1:focus-visible) {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
      outline-offset: 1px;
      .diff-resizer {
        min-width: 5cqi;
        max-width: 5cqi;
      }
    }
    .diff:hover .diff-item-2::after {
      height: 2.4rem;
    }
    @supports (-webkit-overflow-scrolling: touch) and (overflow: -webkit-paged-x) {
      .diff:focus .diff-resizer {
        min-width: 5cqi;
        max-width: 5cqi;
      }
      .diff:has(.diff-item-1:focus) .diff-resizer {
        min-width: 95cqi;
        max-width: 95cqi;
      }
    }
  }
  .\@container {
    container-type: inline-size;
  }
  @layer daisyui.l1.l2.l3 {
    .modal {
      pointer-events: none;
      visibility: hidden;
      position: fixed;
      inset: 0;
      margin: 0;
      display: grid;
      height: 100%;
      max-height: none;
      width: 100%;
      max-width: none;
      align-items: center;
      justify-items: center;
      background-color: transparent;
      padding: 0;
      color: inherit;
      transition: overlay 0.3s allow-discrete, visibility 0.3s allow-discrete, background-color 0.3s ease-out, opacity 0.1s ease-out;
      overflow: clip;
      overscroll-behavior: contain;
      z-index: 999;
      scrollbar-gutter: auto;
    }
    .modal::backdrop {
      display: none;
    }
    .modal[popover] {
      inset: 0;
      margin: 0;
      border: 0;
      padding: 0;
      background: transparent;
      color: inherit;
      max-width: none;
      max-height: none;
      &::backdrop {
        background-color: oklch(0% 0 0/ 0.4);
        transition: background-color 0.3s ease-out;
      }
    }
  }
  @layer daisyui.l1.l2 {
    .modal.modal-open, .modal[open], .modal:popover-open, .modal:target, .modal-toggle:checked + .modal {
      pointer-events: auto;
      visibility: visible;
      opacity: 100%;
      transition: visibility 0s allow-discrete, background-color 0.3s ease-out, opacity 0.1s ease-out;
      background-color: oklch(0% 0 0/ 0.4);
      .modal-box {
        translate: 0 0;
        scale: 1;
        opacity: 1;
      }
      :root:has(&) {
        --page-scroll-lock:  ;
      }
    }
    @starting-style {
      .modal.modal-open, .modal[open], .modal:popover-open, .modal:target, .modal-toggle:checked + .modal {
        opacity: 0%;
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    .modal\! {
      pointer-events: none !important;
      visibility: hidden !important;
      position: fixed !important;
      inset: 0 !important;
      margin: 0 !important;
      display: grid !important;
      height: 100% !important;
      max-height: none !important;
      width: 100% !important;
      max-width: none !important;
      align-items: center !important;
      justify-items: center !important;
      background-color: transparent !important;
      padding: 0 !important;
      color: inherit !important;
      transition: overlay 0.3s allow-discrete, visibility 0.3s allow-discrete, background-color 0.3s ease-out, opacity 0.1s ease-out !important;
      overflow: clip !important;
      overscroll-behavior: contain !important;
      z-index: 999 !important;
      scrollbar-gutter: auto !important;
    }
    .modal\!::backdrop {
      display: none !important;
    }
    .modal\![popover] {
      inset: 0 !important;
      margin: 0 !important;
      border: 0 !important;
      padding: 0 !important;
      background: transparent !important;
      color: inherit !important;
      max-width: none !important;
      max-height: none !important;
      &::backdrop {
        background-color: oklch(0% 0 0/ 0.4) !important;
        transition: background-color 0.3s ease-out !important;
      }
    }
  }
  @layer daisyui.l1.l2 {
    .modal\!.modal-open, .modal\![open], .modal\!:popover-open, .modal\!:target, .modal-toggle:checked + .modal\! {
      pointer-events: auto !important;
      visibility: visible !important;
      opacity: 100% !important;
      transition: visibility 0s allow-discrete, background-color 0.3s ease-out, opacity 0.1s ease-out !important;
      background-color: oklch(0% 0 0/ 0.4) !important;
      .modal-box {
        translate: 0 0 !important;
        scale: 1 !important;
        opacity: 1 !important;
      }
      :root:has(&) {
        --page-scroll-lock:   !important;
      }
    }
    @starting-style {
      .modal\!.modal-open, .modal\![open], .modal\!:popover-open, .modal\!:target, .modal-toggle:checked + .modal\! {
        opacity: 0% !important;
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    :where(.drawer-side) {
      overflow-x: hidden;
      overflow-y: hidden;
    }
    .drawer-side {
      pointer-events: none;
      visibility: hidden;
      position: fixed;
      inset-inline-start: calc(0.25rem * 0);
      top: 0;
      z-index: 10;
      grid-column-start: 1;
      grid-row-start: 1;
      display: grid;
      width: 100%;
      grid-template-columns: repeat(1, minmax(0, 1fr));
      grid-template-rows: repeat(1, minmax(0, 1fr));
      align-items: flex-start;
      justify-items: start;
      overscroll-behavior: contain;
      background-color: transparent;
      opacity: 0%;
      transition: opacity 0.2s ease-out 0.1s allow-discrete, visibility 0.3s ease-out 0.1s allow-discrete;
      height: 100vh;
      height: 100dvh;
    }
    .drawer-side  > .drawer-overlay {
      position: sticky;
      top: 0;
      cursor: pointer;
      place-self: stretch;
      background-color: oklch(0% 0 0 / 40%);
    }
    .drawer-side  > * {
      grid-column-start: 1;
      grid-row-start: 1;
    }
    .drawer-side  > :not(.drawer-overlay) {
      will-change: transform;
      transition: translate 0.3s ease-out, width 0.2s ease-out;
      translate: -100%;
      [dir="rtl"] & {
        translate: 100%;
      }
    }
    .fab {
      pointer-events: none;
      position: fixed;
      inset-inline-end: calc(0.25rem * 4);
      bottom: calc(0.25rem * 4);
      z-index: 999;
      display: flex;
      flex-direction: column-reverse;
      align-items: flex-end;
      gap: calc(0.25rem * 2);
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
      white-space: nowrap;
      webkit-user-select: none;
      user-select: none;
    }
    .fab  > * {
      pointer-events: auto;
      display: flex;
      align-items: center;
      gap: calc(0.25rem * 2);
      &:hover, &:has(:focus-visible) {
        z-index: 1;
      }
    }
    .fab  > [tabindex]:first-child {
      position: relative;
      display: grid;
      transition-property: opacity, visibility, rotate;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .fab .fab-close {
      position: absolute;
      inset-inline-end: calc(0.25rem * 0);
      bottom: 0;
    }
    .fab .fab-main-action {
      position: absolute;
      inset-inline-end: calc(0.25rem * 0);
      bottom: 0;
    }
    :is(.fab:focus-within:has(.fab-close), .fab:focus-within:has(.fab-main-action))  > [tabindex] {
      rotate: 90deg;
      opacity: 0%;
    }
    .fab:focus-within  > [tabindex]:first-child {
      pointer-events: none;
    }
    .fab:focus-within  > :nth-child(n + 2) {
      visibility: visible;
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
      opacity: 100%;
    }
    .fab  > :nth-child(n + 2) {
      visibility: hidden;
      --tw-scale-x: 80%;
      --tw-scale-y: 80%;
      --tw-scale-z: 80%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
      opacity: 0%;
      transition-property: opacity, scale, visibility;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      &.fab-main-action, &.fab-close {
        --tw-scale-x: 100%;
        --tw-scale-y: 100%;
        --tw-scale-z: 100%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
    .fab  > :nth-child(3) {
      transition-delay: 30ms;
    }
    .fab  > :nth-child(4) {
      transition-delay: 60ms;
    }
    .fab  > :nth-child(5) {
      transition-delay: 90ms;
    }
    .fab  > :nth-child(6) {
      transition-delay: 120ms;
    }
    .drawer-open  > .drawer-toggle:checked  ~ .drawer-side {
      scrollbar-color: revert-layer;
    }
    :root:has(.drawer-open  > .drawer-toggle:checked) {
      --page-scroll-lock: revert-layer;
    }
  }
  @layer daisyui.l1.l2 {
    .drawer-open  > .drawer-side {
      overflow-y: auto;
    }
    .drawer-open  > .drawer-toggle {
      display: none;
       ~ .drawer-side {
        pointer-events: auto;
        visibility: visible;
        position: sticky;
        display: block;
        width: auto;
        overscroll-behavior: auto;
        opacity: 100%;
         > .drawer-overlay {
          cursor: default;
          background-color: transparent;
        }
      }
      &:checked ~ .drawer-side {
        pointer-events: auto;
        visibility: visible;
      }
    }
  }
  @layer daisyui.l1 {
    .drawer-open  > .drawer-toggle ~ .drawer-side > :not(.drawer-overlay) {
      translate: 0%;
      [dir="rtl"] & {
        translate: 0%;
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    .drawer-toggle {
      position: fixed;
      height: 0;
      width: 0;
      appearance: none;
      opacity: 0%;
    }
    :where(.drawer-toggle:checked ~ .drawer-side) {
      scrollbar-color: currentColor oklch(0 0 0 / calc(var(--page-has-backdrop, 0) * 0.4));
      @supports (color: color-mix(in lab, red, red)) {
        scrollbar-color: color-mix(in oklch, currentColor 35%, #0000) oklch(0 0 0 / calc(var(--page-has-backdrop, 0) * 0.4));
      }
       > :not(.drawer-overlay) {
        transform: none;
        will-change: auto;
      }
    }
    :where(:root:has(.drawer-toggle:checked)) {
      --page-scroll-lock:  ;
    }
  }
  @layer daisyui.l1.l2 {
    :where(.drawer-toggle:checked ~ .drawer-side) {
      pointer-events: auto;
      visibility: visible;
      overflow-y: auto;
      opacity: 100%;
       > :not(.drawer-overlay) {
        translate: 0%;
      }
    }
    .drawer-toggle:focus-visible ~ .drawer-content label.drawer-button {
      outline: 2px solid;
      outline-offset: 2px;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .megamenu {
      position: relative;
      display: flex;
      align-items: center;
      overflow: visible;
      width: unset;
      background-color: transparent;
      border-radius: calc(var(--radius-field) + var(--border));
      --mm-anchor: --mm1;
      --size: calc(var(--size-field, 0.25rem) * 10);
    }
    .megamenu [popovertarget] {
      position: relative;
      isolation: isolate;
      display: flex;
      cursor: pointer;
      align-items: center;
      gap: calc(0.25rem * 3);
      padding-inline: var(--mm-p, 1rem);
      height: var(--size);
      font-size: var(--fontsize, 0.875rem);
      border: var(--border) solid transparent;
      anchor-name: var(--mm-anchor);
      transition: background-color 200ms ease-out, color 200ms ease-out;
      &:focus-visible {
        outline: 2px solid var(--color-base-content);
        outline-offset: 2px;
      }
      &:after {
        --tw-content: "";
        content: var(--tw-content);
        pointer-events: none;
        inset-inline-end: 1.4rem;
        box-shadow: inset 2px 2px;
        transition: opacity 200ms ease-out, rotate 200ms ease-out;
        width: 0.375rem;
        height: 0.375rem;
        display: block;
        opacity: 0.25;
        rotate: -135deg;
      }
      &:nth-of-type(1) {
        --mm-anchor: --mm1;
      }
      &:nth-of-type(2) {
        --mm-anchor: --mm2;
      }
      &:nth-of-type(3) {
        --mm-anchor: --mm3;
      }
      &:nth-of-type(4) {
        --mm-anchor: --mm4;
      }
      &:nth-of-type(5) {
        --mm-anchor: --mm5;
      }
      &:nth-of-type(6) {
        --mm-anchor: --mm6;
      }
      &:nth-of-type(7) {
        --mm-anchor: --mm7;
      }
      &:nth-of-type(8) {
        --mm-anchor: --mm8;
      }
      &:nth-of-type(9) {
        --mm-anchor: --mm9;
      }
      &:nth-of-type(10) {
        --mm-anchor: --mm10;
      }
    }
    .megamenu:not(:has([popovertarget]:hover, [popover]:popover-open)) .megamenu-active {
      background-color: transparent;
    }
    .megamenu:has([popovertarget]:hover):not(:has([popover]:popover-open)) .megamenu-active, .megamenu:has([popover]:popover-open) .megamenu-active {
      inset: anchor(var(--mm-anchor) top) anchor(var(--mm-anchor) end) anchor(var(--mm-anchor) bottom) anchor(var(--mm-anchor) start);
    }
    .megamenu:has([popovertarget]:nth-of-type(1):hover):not(:has([popover]:popover-open)), .megamenu:has([popover]:nth-of-type(1):popover-open) {
      --mm-anchor: --mm1;
    }
    .megamenu:has([popovertarget]:nth-of-type(2):hover):not(:has([popover]:popover-open)), .megamenu:has([popover]:nth-of-type(2):popover-open) {
      --mm-anchor: --mm2;
    }
    .megamenu:has([popovertarget]:nth-of-type(3):hover):not(:has([popover]:popover-open)), .megamenu:has([popover]:nth-of-type(3):popover-open) {
      --mm-anchor: --mm3;
    }
    .megamenu:has([popovertarget]:nth-of-type(4):hover):not(:has([popover]:popover-open)), .megamenu:has([popover]:nth-of-type(4):popover-open) {
      --mm-anchor: --mm4;
    }
    .megamenu:has([popovertarget]:nth-of-type(5):hover):not(:has([popover]:popover-open)), .megamenu:has([popover]:nth-of-type(5):popover-open) {
      --mm-anchor: --mm5;
    }
    .megamenu:has([popovertarget]:nth-of-type(6):hover):not(:has([popover]:popover-open)), .megamenu:has([popover]:nth-of-type(6):popover-open) {
      --mm-anchor: --mm6;
    }
    .megamenu:has([popovertarget]:nth-of-type(7):hover):not(:has([popover]:popover-open)), .megamenu:has([popover]:nth-of-type(7):popover-open) {
      --mm-anchor: --mm7;
    }
    .megamenu:has([popovertarget]:nth-of-type(8):hover):not(:has([popover]:popover-open)), .megamenu:has([popover]:nth-of-type(8):popover-open) {
      --mm-anchor: --mm8;
    }
    .megamenu:has([popovertarget]:nth-of-type(9):hover):not(:has([popover]:popover-open)), .megamenu:has([popover]:nth-of-type(9):popover-open) {
      --mm-anchor: --mm9;
    }
    .megamenu:has([popovertarget]:nth-of-type(10):hover):not(:has([popover]:popover-open)), .megamenu:has([popover]:nth-of-type(10):popover-open) {
      --mm-anchor: --mm10;
    }
    .megamenu [popovertarget]:has( + [popover]:popover-open):after {
      opacity: 1;
      rotate: 45deg;
    }
    .megamenu [popover] {
      margin-top: 0.25rem;
      max-height: 100dvh;
      border-style: var(--tw-border-style);
      border-width: 1px;
      border-color: var(--color-base-300);
      opacity: 0%;
      border-radius: var(--radius-box);
      background-color: var(--color-base-100);
      position-area: block-end span-inline-end;
      max-block-size: calc(100% - 0.25rem);
      translate: 0 -0.5rem;
      scale: 0.98;
      transition: opacity 200ms ease-out, translate 200ms ease-out, scale 200ms ease-out, display 200ms ease-out allow-discrete, overlay 200ms ease-out allow-discrete;
      &:popover-open {
        opacity: 100%;
        @starting-style {
          opacity: 0%;
        }
      }
    }
    .megamenu:has([popover]:popover-open) [popover] {
      translate: 0 0;
      scale: 1;
    }
  }
  @layer daisyui.l1 {
    .megamenu:popover-open {
      position: fixed;
      width: 100%;
      flex-direction: column;
      align-items: flex-start;
      overflow-y: scroll;
      border-radius: 0;
      padding-top: calc(0.25rem * 4);
      opacity: 100%;
      background-color: var(--color-base-100);
      margin-top: var(--mm-mt, 4rem);
      [popovertarget],  > [popover]:not(:nth-of-type(1)) {
        display: var(--mm-display, none);
      }
      &::backdrop {
        background-color: var(--mm-backdrop, oklch(0% 0 0/ 0.4));
      }
      border-inline-width: 0;
      position-area: block-end;
      top: 0;
      inset-inline-start: 0;
      max-block-size: 80svh;
      translate: 0 0;
      scale: 1;
      transition: opacity 200ms ease-out, translate 200ms ease-out, scale 200ms ease-out, display 200ms ease-out allow-discrete, overlay 200ms ease-out allow-discrete;
      @starting-style {
        opacity: 0%;
      }
      [popovertarget] {
        pointer-events: none;
        font-size: 0.875rem;
        font-weight: 600;
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 40%, transparent);
        }
        &:after {
          content: none;
        }
      }
      [popover] {
        position: relative;
        display: block;
        max-height: none;
        overflow: visible;
        background-color: transparent;
        opacity: 100%;
        border: none;
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    .tooltip {
      position: relative;
      display: inline-block;
      --tt-bg: var(--color-neutral);
      --tt-off: calc(100% + 0.5rem);
      --tt-tail: calc(100% + 1px + 0.25rem);
      --tt-tail-off: 0.5rem;
    }
    .tooltip > .tooltip-content, .tooltip[data-tip]:before {
      position: absolute;
      max-width: 20rem;
      border-radius: var(--radius-field);
      padding-inline: calc(0.25rem * 2);
      padding-block: 0.25rem;
      text-align: center;
      white-space: normal;
      color: var(--color-neutral-content);
      opacity: 0%;
      font-size: 0.875rem;
      line-height: 1.25;
      background-color: var(--tt-bg);
      width: max-content;
      pointer-events: none;
      z-index: 2;
      --tw-content: attr(data-tip);
      content: var(--tw-content);
    }
    .tooltip:after {
      opacity: 0%;
      background-color: var(--tt-bg);
      content: "";
      pointer-events: none;
      width: 0.625rem;
      height: 0.25rem;
      display: block;
      position: absolute;
      mask-repeat: no-repeat;
      mask-position: -1px 0;
      --mask-tooltip: url("data:image/svg+xml,%3Csvg width='10' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.500009 1C3.5 1 3.00001 4 5.00001 4C7 4 6.5 1 9.5 1C10 1 10 0.499897 10 0H0C-1.99338e-08 0.5 0 1 0.500009 1Z' fill='black'/%3E%3C/svg%3E%0A");
      mask-image: var(--mask-tooltip);
    }
    @media (prefers-reduced-motion: no-preference) {
      .tooltip > .tooltip-content, .tooltip[data-tip]:before, .tooltip:after {
        transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 75ms, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 75ms;
      }
    }
    :is(.tooltip:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))).tooltip-open, .tooltip:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):hover, .tooltip:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):has(:focus-visible)) > .tooltip-content, :is(.tooltip:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))).tooltip-open, .tooltip:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):hover, .tooltip:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):has(:focus-visible))[data-tip]:before, :is(.tooltip:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))).tooltip-open, .tooltip:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):hover, .tooltip:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):has(:focus-visible)):after {
      opacity: 100%;
      --tt-pos: 0rem;
      @media (prefers-reduced-motion: no-preference) {
        transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
      }
    }
  }
  @layer daisyui.l1.l2 {
    .tooltip  > .tooltip-content, .tooltip[data-tip]:before {
      transform: translateX(var(--tt-trans, -50%)) translateY(var(--tt-pos, 0.25rem));
      inset: auto auto var(--tt-off) 50%;
    }
    .tooltip:after {
      transform: translateX(var(--tt-trans, -50%)) translateY(var(--tt-pos, 0.25rem));
      inset: auto auto var(--tt-tail) 50%;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .tooltip\! {
      position: relative !important;
      display: inline-block !important;
      --tt-bg: var(--color-neutral) !important;
      --tt-off: calc(100% + 0.5rem) !important;
      --tt-tail: calc(100% + 1px + 0.25rem) !important;
      --tt-tail-off: 0.5rem !important;
    }
    .tooltip\! > .tooltip-content, .tooltip\![data-tip]:before {
      position: absolute !important;
      max-width: 20rem !important;
      border-radius: var(--radius-field) !important;
      padding-inline: calc(0.25rem * 2) !important;
      padding-block: 0.25rem !important;
      text-align: center !important;
      white-space: normal !important;
      color: var(--color-neutral-content) !important;
      opacity: 0% !important;
      font-size: 0.875rem !important;
      line-height: 1.25 !important;
      background-color: var(--tt-bg) !important;
      width: max-content !important;
      pointer-events: none !important;
      z-index: 2 !important;
      --tw-content: attr(data-tip) !important;
      content: var(--tw-content) !important;
    }
    .tooltip\!:after {
      opacity: 0% !important;
      background-color: var(--tt-bg) !important;
      content: "" !important;
      pointer-events: none !important;
      width: 0.625rem !important;
      height: 0.25rem !important;
      display: block !important;
      position: absolute !important;
      mask-repeat: no-repeat !important;
      mask-position: -1px 0 !important;
      --mask-tooltip: url("data:image/svg+xml,%3Csvg width='10' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.500009 1C3.5 1 3.00001 4 5.00001 4C7 4 6.5 1 9.5 1C10 1 10 0.499897 10 0H0C-1.99338e-08 0.5 0 1 0.500009 1Z' fill='black'/%3E%3C/svg%3E%0A") !important;
      mask-image: var(--mask-tooltip) !important;
    }
    @media (prefers-reduced-motion: no-preference) {
      .tooltip\! > .tooltip-content, .tooltip\![data-tip]:before, .tooltip\!:after {
        transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 75ms, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 75ms !important;
      }
    }
    :is(.tooltip\!:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))).tooltip-open, .tooltip\!:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):hover, .tooltip\!:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):has(:focus-visible)) > .tooltip-content, :is(.tooltip\!:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))).tooltip-open, .tooltip\!:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):hover, .tooltip\!:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):has(:focus-visible))[data-tip]:before, :is(.tooltip\!:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))).tooltip-open, .tooltip\!:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):hover, .tooltip\!:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):has(:focus-visible)):after {
      opacity: 100% !important;
      --tt-pos: 0rem !important;
      @media (prefers-reduced-motion: no-preference) {
        transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s !important;
      }
    }
  }
  @layer daisyui.l1.l2 {
    .tooltip\!  > .tooltip-content, .tooltip\![data-tip]:before {
      transform: translateX(var(--tt-trans, -50%)) translateY(var(--tt-pos, 0.25rem)) !important;
      inset: auto auto var(--tt-off) 50% !important;
    }
    .tooltip\!:after {
      transform: translateX(var(--tt-trans, -50%)) translateY(var(--tt-pos, 0.25rem)) !important;
      inset: auto auto var(--tt-tail) 50% !important;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .tab:is(.tabs > .tab) {
      position: relative;
      display: inline-flex;
      cursor: pointer;
      appearance: none;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      text-align: center;
      webkit-user-select: none;
      user-select: none;
      &:hover {
        @media (hover: hover) {
          color: var(--color-base-content);
        }
      }
      --tab-p: 0.75rem;
      --tab-bg: var(--color-base-100);
      --tab-border-color: var(--color-base-300);
      --tab-radius-ss: 0;
      --tab-radius-se: 0;
      --tab-radius-es: 0;
      --tab-radius-ee: 0;
      --tab-order: 0;
      --tab-radius-min: calc(0.75rem - var(--border));
      --tab-radius-limit: min(var(--radius-field), var(--tab-radius-min));
      --tab-radius-grad: #0000 calc(69% - var(--border)), var(--tab-border-color) calc(69% - var(--border) + 0.25px),
        var(--tab-border-color) 69%, var(--tab-bg) calc(69% + 0.25px);
      border-color: #0000;
      order: var(--tab-order);
      height: var(--tab-height);
      font-size: 0.875rem;
      padding-inline: var(--tab-p);
      &:is(input[type="radio"]) {
        min-width: fit-content;
        &:after {
          --tw-content: attr(aria-label);
          content: var(--tw-content);
        }
      }
      &:is(label) {
        position: relative;
        input {
          position: absolute;
          inset: 0;
          cursor: pointer;
          appearance: none;
          opacity: 0%;
        }
      }
      &:checked, &:is(label:has(:checked)), &:is(.tab-active, [aria-selected="true"], [aria-current="true"], [aria-current="page"]) {
        & + .tab-content {
          display: block;
        }
      }
      &:not(:checked, label:has(:checked), :hover, .tab-active, [aria-selected="true"], [aria-current="true"], [aria-current="page"] ) {
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 50%, transparent);
        }
      }
      &:not(input):empty {
        flex-grow: 1;
        cursor: default;
      }
      &:focus {
        --tw-outline-style: none;
        outline-style: none;
        @media (forced-colors: active) {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
      }
      &:focus-visible, &:is(label:has(:checked:focus-visible)) {
        outline: 2px solid currentColor;
        outline-offset: -5px;
      }
      &[disabled] {
        pointer-events: none;
        opacity: 40%;
      }
    }
    .vc {
      position: relative;
      box-sizing: border-box;
      display: inline-flex;
      min-width: 286px;
      flex-direction: column;
      border-radius: var(--radius-box);
      border: var(--border) solid var(--color-base-200);
      background-color: var(--color-base-100);
      color: var(--color-base-content);
      padding: 1rem;
      opacity: 1;
      transition-property: opacity;
      transition-duration: 0.2s;
      user-select: none;
    }
    .vc:focus-visible, .vc  button:focus-visible, .vc  [tabindex="0"]:focus-visible {
      border-radius: var(--radius-field);
      outline: 1px solid var(--color-primary);
      outline-offset: -1px;
    }
    .vc[data-vc-calendar-hidden] {
      pointer-events: none;
      opacity: 0;
      * {
        pointer-events: none !important;
      }
    }
    .vc[data-vc-input] {
      position: absolute;
      box-shadow: 0 9px 20px var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 9px 20px color-mix(in oklab, var(--color-base-content) 10%, transparent);
      }
      &[data-vc-position="bottom"] {
        margin-top: 0.25rem;
      }
      &[data-vc-position="top"] {
        margin-top: -0.25rem;
      }
    }
    .vc [data-vc="controls"] {
      pointer-events: none;
      position: absolute;
      inset-inline: 0;
      inset-block-start: 0;
      z-index: 20;
      box-sizing: content-box;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 1.25rem 1rem 0;
    }
    .vc [data-vc-arrow], .vc  .vc-arrow {
      pointer-events: auto;
      position: relative;
      display: block;
      height: 1.5rem;
      width: 1.5rem;
      cursor: pointer;
      border: 0;
      border-radius: var(--radius-field);
      background-color: transparent;
      color: var(--color-base-content);
      &:hover {
        background-color: var(--color-base-200);
      }
      &:hover::before {
        opacity: 0.6;
      }
      &::before {
        content: "";
        position: absolute;
        inset-inline-start: 50%;
        inset-block-start: 50%;
        height: 0.5rem;
        width: 0.5rem;
        border-color: currentColor;
        border-style: solid;
        border-width: 0 2px 2px 0;
        background-repeat: no-repeat;
        background-position: center;
      }
      &[data-vc-arrow="prev"]::before {
        transform: translate(-35%, -50%) rotate(135deg);
      }
      &[data-vc-arrow="next"]::before {
        transform: translate(-65%, -50%) rotate(-45deg);
      }
    }
    .vc [data-vc="grid"] {
      display: flex;
      flex-grow: 1;
      flex-wrap: wrap;
      gap: 1.75rem;
      &[data-vc-grid="hidden"] {
        [data-vc="column"] {
          pointer-events: none;
          opacity: 0.3;
        }
        [data-vc="column"][data-vc-column="month"], [data-vc="column"][data-vc-column="year"] {
          pointer-events: auto;
          opacity: 1;
        }
      }
    }
    .vc [data-vc="column"] {
      display: flex;
      min-width: 240px;
      flex-grow: 1;
      flex-direction: column;
    }
    .vc [data-vc="header"] {
      position: relative;
      margin-bottom: 0.75rem;
      display: flex;
      align-items: center;
    }
    .vc [data-vc-header="content"], .vc  .vc-header__content {
      color: var(--color-base-content);
    }
    .vc [data-vc-header="content"] {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: max-content;
      flex-grow: 1;
      align-items: center;
      justify-content: center;
      padding-inline: 1rem;
      white-space: pre-wrap;
    }
    .vc [data-vc="month"], .vc  [data-vc="year"], .vc  .vc-month, .vc  .vc-year {
      color: var(--color-base-content);
      &:hover {
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 60%, transparent);
        }
      }
      &:disabled {
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 30%, transparent);
        }
      }
    }
    .vc [data-vc="month"], .vc  [data-vc="year"] {
      cursor: pointer;
      border: 0;
      border-radius: var(--radius-field);
      background-color: transparent;
      padding: 0.25rem;
      font-size: 0.875rem;
      font-weight: 600;
      &:hover {
        background-color: var(--color-base-200);
      }
      &:disabled {
        pointer-events: none;
        opacity: 0.4;
      }
    }
    .vc [data-vc="wrapper"], .vc  [data-vc="content"] {
      display: flex;
      flex-grow: 1;
    }
    .vc [data-vc="content"] {
      flex-direction: column;
    }
    .vc [data-vc="months"], .vc  [data-vc="years"] {
      display: grid;
      flex-grow: 1;
      align-items: center;
      gap: 1rem 0.25rem;
    }
    .vc [data-vc="months"] {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .vc [data-vc="years"] {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .vc [data-vc-months-month], .vc  [data-vc-years-year], .vc  .vc-months__month, .vc  .vc-years__year {
      background-color: var(--color-base-100);
      color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-base-content) 70%, transparent);
      }
      &:hover {
        background-color: var(--color-base-200);
        color: var(--color-base-content);
      }
      &:disabled {
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 30%, transparent);
        }
        opacity: 0.8;
        &:hover {
          color: var(--color-base-content);
          @supports (color: color-mix(in lab, red, red)) {
            color: color-mix(in oklab, var(--color-base-content) 30%, transparent);
          }
        }
      }
      &[data-vc-months-month-selected], &[data-vc-years-year-selected] {
        background-color: var(--color-primary);
        color: var(--color-primary-content);
        &:hover {
          background-color: var(--color-primary);
          color: var(--color-primary-content);
        }
      }
    }
    .vc [data-vc-months-month], .vc  [data-vc-years-year] {
      display: flex;
      height: 2.5rem;
      cursor: pointer;
      align-items: center;
      justify-content: center;
      overflow-wrap: anywhere;
      border: 0;
      border-radius: var(--radius-field);
      padding: 0.25rem;
      text-align: center;
      font-size: 0.75rem;
      font-weight: 600;
      &:disabled {
        pointer-events: none;
        opacity: 0.4;
      }
    }
    .vc [data-vc-week="numbers"] {
      display: flex;
      flex-direction: column;
    }
    .vc [data-vc-week-numbers="title"], .vc  .vc-week-numbers__title {
      color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-base-content) 60%, transparent);
      }
    }
    .vc [data-vc-week-numbers="title"] {
      margin-bottom: 0.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.75rem;
      font-weight: 700;
    }
    .vc [data-vc-week-numbers="content"] {
      display: grid;
      grid-auto-flow: row;
      align-items: center;
      justify-items: center;
      row-gap: 0.25rem;
    }
    .vc [data-vc-week-number], .vc  .vc-week-number {
      color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-base-content) 60%, transparent);
      }
      &:hover {
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 80%, transparent);
        }
      }
    }
    .vc [data-vc-week-number] {
      margin: 0;
      display: flex;
      min-height: 1.875rem;
      min-width: 1.875rem;
      width: 100%;
      cursor: pointer;
      align-items: center;
      justify-content: center;
      border: 0;
      background-color: transparent;
      padding: 0;
      font-size: 0.75rem;
      font-weight: 600;
    }
    .vc [data-vc="week"] {
      margin-bottom: 0.5rem;
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      justify-items: center;
    }
    .vc [data-vc-week-day], .vc  .vc-week__day {
      color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-base-content) 60%, transparent);
      }
    }
    .vc [data-vc-week-day] {
      margin: 0;
      display: flex;
      min-width: 1.875rem;
      width: 100%;
      align-items: center;
      justify-content: center;
      border: 0;
      background-color: transparent;
      padding: 0;
      font-size: 0.75rem;
      font-weight: normal;
    }
    .vc button[data-vc-week-day], .vc  button.vc-week__day {
      cursor: pointer;
      &:hover {
        color: var(--color-base-content);
      }
    }
    .vc [data-vc="dates"] {
      pointer-events: none;
      display: grid;
      flex-grow: 1;
      grid-template-columns: 1fr;
      grid-template-rows: auto;
      align-items: center;
      justify-items: center;
      &[data-vc-dates-disabled] [data-vc-date-btn] {
        cursor: default;
      }
    }
    .vc[data-vc-type="multiple"] [data-vc="dates"] {
      flex-grow: 0;
    }
    .vc [data-vc-dates="row"] {
      display: grid;
      width: 100%;
      grid-template-columns: repeat(7, 1fr);
      align-items: center;
      justify-items: center;
    }
    :is(:is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-month="prev"], :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-month="next"]) [data-vc-date-btn], :is(:is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-month="prev"], :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-month="next"])  .vc-date__btn {
      color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-base-content) 40%, transparent);
      }
    }
    :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-disabled] {
      pointer-events: none;
      [data-vc-date-btn], .vc-date__btn {
        pointer-events: none;
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 30%, transparent);
        }
        opacity: 0.8;
      }
    }
    :is(.vc [data-vc-date], .vc  .vc-date):not(:has([data-vc-date-btn])) {
      pointer-events: none;
    }
    :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-hover] [data-vc-date-btn] {
      border-radius: 0;
    }
    :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-hover] [data-vc-date-btn], :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-hover]  .vc-date__btn {
      background-color: var(--color-base-200);
    }
    :is(:is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-hover][data-vc-date-hover="first"], :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-hover][data-vc-date-hover="last"]) [data-vc-date-btn], :is(:is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-hover][data-vc-date-hover="first"], :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-hover][data-vc-date-hover="last"])  .vc-date__btn {
      background-color: var(--color-base-300);
      &:hover {
        background-color: var(--color-base-300);
      }
    }
    :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-hover][data-vc-date-hover="first"] [data-vc-date-btn] {
      border-start-start-radius: var(--radius-field);
      border-end-start-radius: var(--radius-field);
      border-start-end-radius: 0;
      border-end-end-radius: 0;
    }
    :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-hover][data-vc-date-hover="last"] [data-vc-date-btn] {
      border-start-start-radius: 0;
      border-end-start-radius: 0;
      border-start-end-radius: var(--radius-field);
      border-end-end-radius: var(--radius-field);
    }
    :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-hover][data-vc-date-hover="first-and-last"] [data-vc-date-btn] {
      border-radius: var(--radius-field);
    }
    :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-hover][data-vc-date-selected][data-vc-date-hover="first"] [data-vc-date-btn] {
      border-start-start-radius: var(--radius-field);
      border-end-start-radius: var(--radius-field);
    }
    :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-hover][data-vc-date-selected][data-vc-date-hover="last"] [data-vc-date-btn] {
      border-start-end-radius: var(--radius-field);
      border-end-end-radius: var(--radius-field);
    }
    :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-hover]:has( + [data-vc-date-disabled]) [data-vc-date-btn] {
      border-start-end-radius: var(--radius-field);
      border-end-end-radius: var(--radius-field);
    }
    :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-selected] [data-vc-date-btn], :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-selected]  .vc-date__btn {
      background-color: var(--color-base-content);
      color: var(--color-base-100);
      &:hover {
        background-color: var(--color-base-content);
        color: var(--color-base-100);
      }
    }
    :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-selected]:has( + [data-vc-date-disabled]) [data-vc-date-btn] {
      border-start-end-radius: var(--radius-field);
      border-end-end-radius: var(--radius-field);
    }
    :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-selected][data-vc-date-selected="first"] [data-vc-date-btn] {
      border-start-start-radius: var(--radius-field);
      border-end-start-radius: var(--radius-field);
      border-start-end-radius: 0;
      border-end-end-radius: 0;
    }
    :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-selected][data-vc-date-selected="last"] [data-vc-date-btn] {
      border-start-start-radius: 0;
      border-end-start-radius: 0;
      border-start-end-radius: var(--radius-field);
      border-end-end-radius: var(--radius-field);
    }
    :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-selected][data-vc-date-selected="first-and-last"] [data-vc-date-btn] {
      border-start-start-radius: var(--radius-field);
      border-start-end-radius: var(--radius-field);
      border-end-start-radius: var(--radius-field);
      border-end-end-radius: var(--radius-field);
    }
    :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-selected][data-vc-date-selected="middle"] [data-vc-date-btn] {
      border-radius: 0;
    }
    :is(:is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-selected][data-vc-date-month="prev"], :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-selected][data-vc-date-month="next"]) [data-vc-date-btn], :is(:is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-selected][data-vc-date-month="prev"], :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-selected][data-vc-date-month="next"])  .vc-date__btn {
      background-color: var(--color-base-300);
      color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-base-content) 60%, transparent);
      }
      &:hover {
        background-color: var(--color-base-300);
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 60%, transparent);
        }
      }
    }
    :is(:is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-selected][data-vc-date-selected="middle"][data-vc-date-month="prev"], :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-selected][data-vc-date-selected="middle"][data-vc-date-month="next"]) [data-vc-date-btn], :is(:is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-selected][data-vc-date-selected="middle"][data-vc-date-month="prev"], :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-selected][data-vc-date-selected="middle"][data-vc-date-month="next"])  .vc-date__btn {
      background-color: var(--color-base-200);
      color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-base-content) 60%, transparent);
      }
      &:hover {
        background-color: var(--color-base-200);
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 60%, transparent);
        }
      }
    }
    :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-today] [data-vc-date-btn], :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-today]  .vc-date__btn {
      background-color: var(--color-primary);
      color: var(--color-primary-content);
      font-weight: 700;
      &:hover {
        color: var(--color-primary-content);
      }
    }
    :is(:is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-today][data-vc-date-month="prev"], :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-today][data-vc-date-month="next"]) [data-vc-date-btn], :is(:is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-today][data-vc-date-month="prev"], :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-today][data-vc-date-month="next"])  .vc-date__btn {
      color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-base-content) 50%, transparent);
      }
    }
    :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday] [data-vc-date-btn], :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday]  .vc-date__btn {
      color: var(--color-error);
      &:hover {
        background-color: var(--color-error);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-error) 10%, transparent);
        }
      }
    }
    :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-hover] [data-vc-date-btn], :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-hover]  .vc-date__btn {
      background-color: var(--color-error);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-error) 10%, transparent);
      }
    }
    :is(:is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-hover][data-vc-date-hover="first"], :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-hover][data-vc-date-hover="last"]) [data-vc-date-btn], :is(:is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-hover][data-vc-date-hover="first"], :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-hover][data-vc-date-hover="last"])  .vc-date__btn {
      background-color: var(--color-error);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-error) 20%, transparent);
      }
      &:hover {
        background-color: var(--color-error);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-error) 20%, transparent);
        }
      }
    }
    :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-disabled] [data-vc-date-btn], :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-disabled]  .vc-date__btn {
      color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-base-content) 30%, transparent);
      }
      opacity: 0.8;
    }
    :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-today] [data-vc-date-btn], :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-today]  .vc-date__btn {
      background-color: var(--color-error);
      color: var(--color-error-content);
    }
    :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-today][data-vc-date-disabled] [data-vc-date-btn], :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-today][data-vc-date-disabled]  .vc-date__btn {
      color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-base-content) 30%, transparent);
      }
    }
    :is(:is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-today][data-vc-date-month="prev"], :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-today][data-vc-date-month="next"]) [data-vc-date-btn], :is(:is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-today][data-vc-date-month="prev"], :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-today][data-vc-date-month="next"])  .vc-date__btn {
      color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-base-content) 40%, transparent);
      }
    }
    :is(:is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-month="prev"], :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-month="next"]) [data-vc-date-btn], :is(:is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-month="prev"], :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-month="next"])  .vc-date__btn {
      background-color: var(--color-base-100);
      color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-base-content) 40%, transparent);
      }
      &:hover {
        background-color: var(--color-base-200);
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 60%, transparent);
        }
      }
    }
    :is(:is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-hover][data-vc-date-month="prev"], :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-hover][data-vc-date-month="next"]) [data-vc-date-btn], :is(:is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-hover][data-vc-date-month="prev"], :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-hover][data-vc-date-month="next"])  .vc-date__btn {
      background-color: var(--color-base-200);
    }
    :is(:is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-disabled][data-vc-date-month="prev"], :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-disabled][data-vc-date-month="next"]) [data-vc-date-btn], :is(:is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-disabled][data-vc-date-month="prev"], :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-disabled][data-vc-date-month="next"])  .vc-date__btn {
      color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-base-content) 30%, transparent);
      }
      opacity: 0.8;
    }
    :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-selected] [data-vc-date-btn], :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-selected]  .vc-date__btn {
      background-color: var(--color-error);
      color: var(--color-error-content);
      &:hover {
        background-color: var(--color-error);
        color: var(--color-error-content);
      }
    }
    :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-selected][data-vc-date-selected="middle"] [data-vc-date-btn], :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-selected][data-vc-date-selected="middle"]  .vc-date__btn {
      background-color: var(--color-error);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-error) 75%, transparent);
      }
      color: var(--color-error-content);
      &:hover {
        background-color: var(--color-error);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-error) 75%, transparent);
        }
        color: var(--color-error-content);
      }
    }
    :is(:is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-selected][data-vc-date-month="prev"], :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-selected][data-vc-date-month="next"]) [data-vc-date-btn], :is(:is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-selected][data-vc-date-month="prev"], :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-selected][data-vc-date-month="next"])  .vc-date__btn {
      background-color: var(--color-base-300);
      color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-base-content) 60%, transparent);
      }
      &:hover {
        background-color: var(--color-base-300);
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 60%, transparent);
        }
      }
    }
    :is(:is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-selected][data-vc-date-selected="middle"][data-vc-date-month="prev"], :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-selected][data-vc-date-selected="middle"][data-vc-date-month="next"]) [data-vc-date-btn], :is(:is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-selected][data-vc-date-selected="middle"][data-vc-date-month="prev"], :is(.vc [data-vc-date], .vc  .vc-date)[data-vc-date-holiday][data-vc-date-selected][data-vc-date-selected="middle"][data-vc-date-month="next"])  .vc-date__btn {
      background-color: var(--color-base-200);
      color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-base-content) 60%, transparent);
      }
      &:hover {
        background-color: var(--color-base-200);
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 60%, transparent);
        }
      }
    }
    .vc [data-vc-date] {
      pointer-events: auto;
      position: relative;
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: center;
      padding-block: 0.125rem;
      &[data-vc-date-disabled] + [data-vc-date-selected] [data-vc-date-btn], &[data-vc-date-disabled] + [data-vc-date-hover] [data-vc-date-btn] {
        border-start-start-radius: var(--radius-field);
        border-end-start-radius: var(--radius-field);
      }
    }
    .vc [data-vc-date-btn], .vc  .vc-date__btn {
      background-color: var(--color-base-100);
      color: var(--color-base-content);
      &:hover {
        background-color: var(--color-base-200);
      }
    }
    .vc [data-vc-date-btn] {
      display: flex;
      min-height: 1.875rem;
      min-width: 1.875rem;
      height: 100%;
      width: 100%;
      cursor: pointer;
      align-items: center;
      justify-content: center;
      border: 0;
      border-radius: var(--radius-field);
      padding: 0;
      font-size: 0.75rem;
      font-weight: 400;
      transition-property: color, background-color, border-color, opacity, box-shadow, transform;
      transition-duration: 75ms;
    }
    .vc [data-vc-date-btn]:focus-visible + [data-vc-date-popup], .vc  [data-vc-date-btn]:hover + [data-vc-date-popup], .vc  [data-vc-date-popup]:focus-visible, .vc  [data-vc-date-popup]:hover {
      pointer-events: auto;
      opacity: 1;
    }
    .vc [data-vc-date-popup], .vc  .vc-date__popup {
      background-color: var(--color-base-100);
      color: var(--color-base-content);
      box-shadow: 0 3px 15px var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 3px 15px color-mix(in oklab, var(--color-base-content) 20%, transparent);
      }
    }
    .vc [data-vc-date-popup] {
      pointer-events: none;
      position: absolute;
      z-index: 20;
      min-width: 5rem;
      max-width: 9rem;
      transform: translateX(-50%);
      border-radius: var(--radius-field);
      padding: 0.25rem 0.5rem;
      font-size: 0.75rem;
      font-weight: 400;
      opacity: 0;
      transition-property: opacity;
      transition-duration: 75ms;
      &:hover {
        pointer-events: auto;
        opacity: 1;
      }
    }
    .vc [data-vc-date-range-tooltip], .vc  .vc-date-range-tooltip {
      background-color: var(--color-base-200);
      color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-base-content) 70%, transparent);
      }
      box-shadow: 0 1px 4px var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 1px 4px color-mix(in oklab, var(--color-base-content) 20%, transparent);
      }
    }
    .vc [data-vc-date-range-tooltip] {
      pointer-events: none;
      position: absolute;
      z-index: 30;
      max-width: 9rem;
      transform: translate(-50%, -100%);
      border-radius: var(--radius-field);
      padding: 0.25rem 0.5rem;
      font-size: 0.75rem;
      font-weight: 400;
      &[data-vc-date-range-tooltip="hidden"] {
        opacity: 0;
      }
      &[data-vc-date-range-tooltip="visible"] {
        opacity: 1;
      }
    }
    .vc [data-vc="time"], .vc  .vc-time {
      border-color: var(--color-base-200);
    }
    .vc [data-vc="time"] {
      margin-top: 0.75rem;
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 0.75rem;
      border-style: solid;
      border-width: var(--border) 0 0;
      padding-top: 0.75rem;
    }
    .vc [data-vc-time="content"] {
      display: grid;
      grid-auto-flow: column;
      align-items: center;
    }
    :is(.vc [data-vc-time-input="hour"], .vc  [data-vc-time-input="minute"], .vc  .vc-time__hour, .vc  .vc-time__minute)::after {
      color: var(--color-base-content);
    }
    .vc [data-vc-time-input="hour"] {
      position: relative;
      margin-right: 0.35rem;
      width: 1.75rem;
      &::after {
        content: ":";
        position: absolute;
        inset-inline-end: -5px;
        inset-block-start: 50%;
        display: block;
        margin-top: calc(-50% + 1px);
      }
    }
    .vc [data-vc-time-input="minute"] {
      width: 1.75rem;
    }
    .vc [data-vc-time-input="hour"] input, .vc  [data-vc-time-input="minute"] input, .vc  .vc-time__hour input, .vc  .vc-time__minute input {
      background-color: var(--color-base-100);
      color: var(--color-base-content);
      &:hover, &[data-vc-input-focus] {
        background-color: var(--color-base-200);
      }
      &:focus-visible {
        outline-color: var(--color-primary);
      }
      &[data-vc-input-focus] {
        background-color: var(--color-base-200);
      }
    }
    .vc [data-vc-time-input="hour"] input, .vc  [data-vc-time-input="minute"] input {
      position: relative;
      box-sizing: border-box;
      margin: 0;
      display: block;
      width: 100%;
      border: 0;
      border-radius: var(--radius-field);
      padding: 0.125rem;
      text-align: center;
      font-size: 1.125rem;
      font-weight: 600;
      line-height: 1.125rem;
      &:disabled {
        cursor: default;
        &:hover {
          background-color: transparent;
        }
      }
      &:focus-visible {
        outline: 1px solid var(--color-primary);
      }
    }
    .vc [data-vc-time="keeping"], .vc  .vc-time__keeping {
      color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-base-content) 70%, transparent);
      }
      &:hover {
        background-color: var(--color-base-200);
        color: var(--color-base-content);
      }
      &:focus-visible {
        outline-color: var(--color-primary);
      }
    }
    .vc [data-vc-time="keeping"] {
      margin-top: 0.25rem;
      margin-left: 1px;
      width: 22px;
      cursor: pointer;
      border: 0;
      border-radius: var(--radius-field);
      background-color: transparent;
      padding: 0;
      font-size: 0.69rem;
      &:disabled {
        cursor: default;
        &:hover {
          background-color: transparent;
        }
      }
      &:focus-visible {
        outline: 1px solid var(--color-primary);
      }
    }
    .vc [data-vc-time="ranges"] {
      display: grid;
      grid-auto-flow: row;
    }
    :is(.vc [data-vc-time-range], .vc  .vc-time__range) input {
      background-color: var(--color-base-100);
      &:focus-visible {
        &::-webkit-slider-thumb, &::-moz-range-thumb {
          border-color: var(--color-primary);
        }
      }
      &::-webkit-slider-thumb, &::-moz-range-thumb {
        border-color: var(--color-base-300);
        background-color: var(--color-base-100);
      }
      &::-webkit-slider-runnable-track, &::-moz-range-track {
        background-color: var(--color-base-300);
      }
    }
    :is(.vc [data-vc-time-range], .vc  .vc-time__range):hover input::-webkit-slider-thumb, :is(.vc [data-vc-time-range], .vc  .vc-time__range):hover input::-moz-range-thumb {
      border-color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-base-content) 40%, transparent);
      }
    }
    :is(.vc [data-vc-time-range], .vc  .vc-time__range)::before, :is(.vc [data-vc-time-range], .vc  .vc-time__range)::after {
      background-color: var(--color-base-300);
    }
    .vc [data-vc-time-range] {
      position: relative;
      z-index: 10;
      font-size: 0;
      &::before {
        inset-inline-start: 0;
      }
      &::after {
        inset-inline-end: 0;
      }
      &::before, &::after {
        content: "";
        pointer-events: none;
        position: absolute;
        inset-block-start: 50%;
        z-index: 10;
        height: 0.5rem;
        width: 1px;
        transform: translateY(-50%);
      }
      input {
        position: relative;
        margin: 0;
        height: 1.25rem;
        width: 100%;
        cursor: pointer;
        appearance: none;
        outline: 0;
        &::-webkit-slider-thumb {
          appearance: none;
          margin-top: -0.5rem;
        }
        &::-webkit-slider-thumb, &::-moz-range-thumb {
          position: relative;
          z-index: 20;
          box-sizing: border-box;
          height: 1rem;
          width: 0.75rem;
          cursor: pointer;
          border: var(--border) solid var(--color-base-300);
          border-radius: var(--radius-field);
          box-shadow: none;
        }
        &::-webkit-slider-runnable-track, &::-moz-range-track {
          box-sizing: border-box;
          margin-top: 1px;
          height: 1px;
          width: 100%;
          cursor: pointer;
          box-shadow: none;
        }
      }
    }
    .menu {
      display: flex;
      width: fit-content;
      flex-direction: column;
      flex-wrap: wrap;
      padding: calc(0.25rem * 2);
      --menu-active-fg: var(--color-neutral-content);
      --menu-active-bg: var(--color-neutral);
      font-size: 0.875rem;
    }
    .menu :where(li ul, li menu) {
      position: relative;
      margin-inline-start: calc(0.25rem * 4);
      padding-inline-start: calc(0.25rem * 2);
      white-space: nowrap;
      &:before {
        position: absolute;
        inset-inline-start: calc(0.25rem * 0);
        top: calc(0.25rem * 3);
        bottom: calc(0.25rem * 3);
        background-color: var(--color-base-content);
        opacity: 10%;
        width: var(--border);
        content: "";
      }
    }
    .menu :where(li > .menu-dropdown:not(.menu-dropdown-show)) {
      display: none;
    }
    .menu :where(li:not(.menu-title) > *:not(ul, menu, details, .menu-title, .btn)), .menu  :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
      display: grid;
      grid-auto-flow: column;
      align-content: flex-start;
      align-items: center;
      gap: calc(0.25rem * 2);
      border-radius: var(--radius-field);
      padding-inline: calc(0.25rem * 3);
      padding-block: calc(0.25rem * 1.5);
      text-align: start;
      transition-property: color, background-color, box-shadow;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
      grid-auto-columns: minmax(auto, max-content) auto max-content;
      user-select: none;
    }
    .menu :where(li > details > summary) {
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
      &::-webkit-details-marker {
        display: none;
      }
    }
    :is(.menu :where(li > details > summary), .menu  :where(li > .menu-dropdown-toggle)):after {
      justify-self: flex-end;
      display: block;
      height: 0.375rem;
      width: 0.375rem;
      rotate: -135deg;
      translate: 0 -1px;
      transition-property: rotate, translate;
      transition-duration: 0.2s;
      content: "";
      transform-origin: 50% 50%;
      box-shadow: 2px 2px inset;
      pointer-events: none;
    }
    .menu details {
      overflow: hidden;
      interpolate-size: allow-keywords;
    }
    .menu details::details-content {
      block-size: 0;
      @media (prefers-reduced-motion: no-preference) {
        transition-behavior: allow-discrete;
        transition-property: block-size, content-visibility;
        transition-duration: 0.2s;
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
      }
    }
    .menu details[open]::details-content {
      block-size: auto;
    }
    .menu :where(li > details[open] > summary):after, .menu  :where(li > .menu-dropdown-toggle.menu-dropdown-show):after {
      rotate: 45deg;
      translate: 0 1px;
    }
    .menu :where(li:not(.menu-title, .disabled) > *:not(ul, menu, details, .menu-title), li:not(.menu-title, .disabled) > details > summary:not(.menu-title) ):not(.menu-active, :active, .btn).menu-focus, .menu :where(li:not(.menu-title, .disabled) > *:not(ul, menu, details, .menu-title), li:not(.menu-title, .disabled) > details > summary:not(.menu-title) ):not(.menu-active, :active, .btn):focus-visible {
      cursor: pointer;
      background-color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
      }
      color: var(--color-base-content);
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
    .menu :where(li:not(.menu-title, .disabled) > *:not(ul, menu, details, .menu-title):not(.menu-active, :active, .btn):hover, li:not(.menu-title, .disabled) > details > summary:not(.menu-title):not(.menu-active, :active, .btn):hover ) {
      cursor: pointer;
      background-color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
      }
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
      box-shadow: 0 1px oklch(0% 0 0 / 0.01) inset, 0 -1px oklch(100% 0 0 / 0.01) inset;
    }
    .menu :where(li:empty) {
      background-color: var(--color-base-content);
      opacity: 10%;
      margin: 0.5rem 1rem;
      height: 1px;
    }
    .menu :where(li) {
      position: relative;
      display: flex;
      flex-shrink: 0;
      flex-direction: column;
      flex-wrap: wrap;
      align-items: stretch;
      .badge {
        justify-self: flex-end;
      }
      & > *:not(ul, menu, .menu-title, details, .btn):active, & > *:not(ul, menu, .menu-title, details, .btn).menu-active, & > details > summary:active {
        --tw-outline-style: none;
        outline-style: none;
        @media (forced-colors: active) {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
        color: var(--menu-active-fg);
        background-color: var(--menu-active-bg);
        background-size: auto, calc(var(--noise) * 100%);
        background-image: none, var(--fx-noise);
        &:not(&:active) {
          box-shadow: 0 2px calc(var(--depth) * 3px) -2px var(--menu-active-bg);
        }
      }
      &.menu-disabled, [disabled] {
        pointer-events: none;
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
        }
      }
    }
    .menu .dropdown:focus-within .menu-dropdown-toggle:after {
      rotate: 45deg;
      translate: 0 1px;
    }
    .menu .dropdown-content {
      margin-top: calc(0.25rem * 2);
      padding: calc(0.25rem * 2);
      &:before {
        display: none;
      }
    }
    .floating-label {
      position: relative;
      display: flex;
    }
    .floating-label ::placeholder {
      transition: top 0.1s ease-out, translate 0.1s ease-out, scale 0.1s ease-out, opacity 0.1s ease-out;
    }
    .floating-label  > span {
      position: absolute;
      inset-inline-start: calc(0.25rem * 3);
      z-index: 1;
      background-color: var(--color-base-100);
      padding-inline: 0.25rem;
      opacity: 0%;
      font-size: var(--font-size, 0.875rem);
      top: calc(var(--size-field, 0.25rem) * var(--top-mul, 5));
      line-height: 1;
      border-radius: 2px;
      pointer-events: none;
      translate: 0 -50%;
      transition: top 0.1s ease-out, translate 0.1s ease-out, scale 0.1s ease-out, opacity 0.1s ease-out;
    }
    :is(.floating-label:focus-within, .floating-label:not(:has(input:placeholder-shown, textarea:placeholder-shown))) ::placeholder {
      opacity: 0%;
      top: 0;
      translate: -12.5% calc(-50% - 0.125em);
      scale: 0.75;
      pointer-events: auto;
    }
    :is(.floating-label:focus-within, .floating-label:not(:has(input:placeholder-shown, textarea:placeholder-shown)))  > span {
      opacity: 100%;
      top: 0;
      translate: -12.5% calc(-50% - 0.125em);
      scale: 0.75;
      pointer-events: auto;
      z-index: 2;
    }
    .floating-label:has(:disabled, [disabled])  > span {
      opacity: 0%;
    }
    .otp {
      position: relative;
      display: inline-flex;
      font-family: var(--font-mono);
      clip-path: inset(-3.5px 3.5px -3.5px -3.5px);
      border-radius: var(--radius-field);
      font-size: 1.75rem;
      gap: var(--otp-gap);
      --input-color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .otp {
        --input-color: color-mix(in oklab, var(--color-base-content) 20%, #0000);
      }
    }
    .otp {
      --otp-ch: 1ch;
    }
    @supports (font: -apple-system-body) {
      .otp {
        --otp-ch: 0.618164em;
      }
    }
    .otp {
      --otp-gap: calc(var(--otp-ch) * 0.5);
      --otp-w: calc(var(--otp-ch) * 2);
      --otp-size: calc(var(--size-field, 0.25rem) * 10);
      --stride: calc(var(--otp-w) + var(--otp-gap));
    }
    .otp  > input {
      pointer-events: none;
      inset-inline-start: calc(0.25rem * 0);
      z-index: 1;
      margin: 0;
      appearance: none;
      border-style: var(--tw-border-style);
      border-width: 0px;
      background-color: transparent;
      padding: 0;
      outline-style: var(--tw-outline-style);
      outline-width: 0px;
      field-sizing: content;
      padding-inline-start: calc(var(--otp-ch) * 0.5 + var(--border));
      line-height: 1;
      letter-spacing: calc(var(--stride) - var(--otp-ch));
      font-variant-numeric: tabular-nums;
      &::selection {
        background-color: transparent;
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 20%, #0000);
        }
      }
      &:valid {
        caret-color: transparent;
      }
    }
    .otp:has( > span:nth-child(1)) {
      width: calc(var(--stride) * 1);
    }
    .otp:has( > span:nth-child(2)) {
      width: calc(var(--stride) * 2);
    }
    .otp:has( > span:nth-child(3)) {
      width: calc(var(--stride) * 3);
    }
    .otp:has( > span:nth-child(4)) {
      width: calc(var(--stride) * 4);
    }
    .otp:has( > span:nth-child(5)) {
      width: calc(var(--stride) * 5);
    }
    .otp:has( > span:nth-child(6)) {
      width: calc(var(--stride) * 6);
    }
    .otp:has( > span:nth-child(7)) {
      width: calc(var(--stride) * 7);
    }
    .otp:has( > span:nth-child(8)) {
      width: calc(var(--stride) * 8);
    }
    .otp  > span {
      position: absolute;
      display: flex;
      transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      transition: border-color 0.2s;
      inline-size: var(--otp-w);
      block-size: var(--otp-size);
      background-color: var(--color-base-100);
      border: var(--border) solid var(--input-color);
      border-radius: inherit;
      outline: 2px solid #0000;
      outline-offset: 1px;
      box-shadow: 0 1px var(--input-color) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
      }
      &:nth-child(1) {
        left: 1px;
        @supports (font: -apple-system-body) {
          left: 2px;
        }
        @supports (-moz-appearance: none) {
          left: 0px;
        }
      }
      &:nth-child(2) {
        left: calc(var(--stride) * 1);
        transition-delay: 0.02s;
      }
      &:nth-child(3) {
        left: calc(var(--stride) * 2);
        transition-delay: 0.04s;
      }
      &:nth-child(4) {
        left: calc(var(--stride) * 3);
        transition-delay: 0.06s;
      }
      &:nth-child(5) {
        left: calc(var(--stride) * 4);
        transition-delay: 0.08s;
      }
      &:nth-child(6) {
        left: calc(var(--stride) * 5);
        transition-delay: 0.1s;
      }
      &:nth-child(7) {
        left: calc(var(--stride) * 6);
        transition-delay: 0.12s;
      }
      &:nth-child(8) {
        left: calc(var(--stride) * 7);
        transition-delay: 0.14s;
      }
    }
    .otp:has(input:valid:focus)  > span {
      outline: 2px solid var(--input-color);
      outline-offset: 1px;
    }
    .otp:has(input:valid:focus):after {
      opacity: 0;
    }
    .otp:after {
      flex-shrink: 0;
      content: "";
      width: var(--otp-w);
      height: var(--otp-size);
      border-radius: var(--radius-field);
      outline: 2px solid #0000;
      outline-offset: 1px;
      z-index: 10;
      margin-inline-start: calc(-1 * (var(--otp-gap) + var(--otp-ch) * 0.5 + var(--border)));
    }
    .otp:focus-within {
      isolation: isolate;
      --input-color: var(--color-base-content);
       > span {
        box-shadow: 0 1px var(--input-color);
        @supports (color: color-mix(in lab, red, red)) {
          box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000);
        }
      }
      &:after {
        outline-color: var(--input-color);
      }
    }
  }
  @layer daisyui.l1.l2 {
    .collapse-arrow  > .collapse-title:after {
      position: absolute;
      display: block;
      height: 0.5rem;
      width: 0.5rem;
      transform: translateY(-100%) rotate(45deg);
      @media (prefers-reduced-motion: no-preference) {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 0.2s;
      }
      top: 50%;
      inset-inline-end: 1.4rem;
      content: "";
      transform-origin: 75% 75%;
      box-shadow: 2px 2px;
      pointer-events: none;
    }
    .collapse-plus  > .collapse-title:after {
      position: absolute;
      display: block;
      height: 0.5rem;
      width: 0.5rem;
      @media (prefers-reduced-motion: no-preference) {
        transition-property: all;
        transition-duration: 300ms;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      }
      top: 0.9rem;
      inset-inline-end: 1.4rem;
      --tw-content: "+";
      content: var(--tw-content);
      pointer-events: none;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .diff-item-2 {
      position: relative;
      grid-column-start: 1;
      grid-row: span 3 / span 3;
      grid-row-start: 1;
    }
    .diff-item-2:after {
      pointer-events: none;
      position: absolute;
      top: calc(1 / 2 * 100%);
      right: 1px;
      bottom: 0;
      z-index: 2;
      border-radius: calc(infinity * 1px);
      background-color: var(--color-base-100);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-base-100) 98%, transparent);
      }
      width: 1.2rem;
      height: 1.8rem;
      border: 2px solid var(--color-base-100);
      content: "";
      box-shadow: 0 0 0 2px #0000002a;
      outline: 2px solid var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        outline: 2px solid color-mix(in oklab, var(--color-base-content) 10%, #0000);
      }
      outline-offset: -3px;
      translate: 50% -50%;
      transition: height 0.3s linear(0, 0.931 13.8%, 1.196 21.4%, 1.343 29.8%, 1.378 36%, 1.365 43.2%, 1.059 78%, 1);
    }
    .diff-item-2  > * {
      pointer-events: none;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100cqi;
      max-width: none;
      object-fit: cover;
      object-position: center;
    }
    @supports (-webkit-overflow-scrolling: touch) and (overflow: -webkit-paged-x) {
      .diff-item-2:after {
        --tw-content: none;
        content: var(--tw-content);
      }
    }
    .diff-item-1 {
      position: relative;
      z-index: 1;
      grid-column-start: 1;
      grid-row: span 3 / span 3;
      grid-row-start: 1;
      overflow: hidden;
      border-right: 2px solid var(--color-base-100);
      box-shadow: 0 0 0 2px #0000002a;
    }
    .diff-item-1:focus-visible {
      --tw-outline-style: none;
      outline-style: none;
    }
    .diff-item-1  > * {
      pointer-events: none;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100cqi;
      max-width: none;
      object-fit: cover;
      object-position: center;
    }
    .dock {
      position: fixed;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      display: flex;
      width: 100%;
      flex-direction: row;
      align-items: center;
      justify-content: space-around;
      background-color: var(--color-base-100);
      padding: calc(0.25rem * 2);
      color: currentcolor;
      border-top: 0.5px solid var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .dock {
        border-top: 0.5px solid color-mix(in oklab, var(--color-base-content) 5%, #0000);
      }
    }
    .dock {
      height: 4rem;
      height: calc(4rem + env(safe-area-inset-bottom));
      padding-bottom: env(safe-area-inset-bottom);
    }
    .dock  > * {
      position: relative;
      margin-bottom: calc(0.25rem * 2);
      display: flex;
      height: 100%;
      max-width: calc(0.25rem * 32);
      flex-shrink: 1;
      flex-basis: 100%;
      cursor: pointer;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 1px;
      border-radius: var(--radius-box);
      background-color: transparent;
      transition: opacity 0.2s ease-out;
      @media (hover: hover) {
        &:hover {
          opacity: 80%;
        }
      }
      &[aria-disabled="true"], &[disabled] {
        &, &:hover {
          pointer-events: none;
          color: var(--color-base-content);
          @supports (color: color-mix(in lab, red, red)) {
            color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
          }
          opacity: 100%;
        }
      }
      .dock-label {
        font-size: 0.6875rem;
      }
      &:after {
        content: "";
        position: absolute;
        height: 0.25rem;
        width: calc(0.25rem * 6);
        border-radius: calc(infinity * 1px);
        background-color: transparent;
        bottom: 0.2rem;
        border-top: 3px solid transparent;
        transition: background-color 0.1s ease-out, text-color 0.1s ease-out, width 0.1s ease-out;
      }
    }
    .hover-3d {
      display: inline-grid;
      perspective: 75rem;
      --transform: 0, 0;
      --shine: 100% 100%;
      --shadow: 0rem 0rem 0rem;
      --ease: linear(0, 0.931 13.8%, 1.196 21.4%, 1.343 29.8%, 1.378 36%, 1.365 43.2%, 1.059 78%, 1);
      filter: drop-shadow(var(--shadow) 0.1rem #00000003) drop-shadow(var(--shadow) 0.2rem #00000003) drop-shadow(var(--shadow) 0.3rem #00000003) drop-shadow(var(--shadow) 0.4rem #00000003);
      transition: filter ease-out 400ms;
    }
    .hover-3d  > :nth-child(n + 2) {
      isolation: isolate;
      z-index: 1;
      scale: 1.2;
    }
    .hover-3d  > :first-child {
      overflow: hidden;
      grid-area: 1/1/4/4;
      transform: rotate3d(var(--transform), 0, 10deg);
      transition: transform var(--ease) 500ms, scale var(--ease) 500ms, outline-color ease-out 500ms;
      outline: 0.5px solid #0000;
      outline-offset: -1px;
      &:before {
        width: calc(1 / 3 * 100%);
        height: calc(1 / 3 * 100%);
        content: "";
        pointer-events: none;
        position: absolute;
        z-index: 1;
        scale: 500%;
        opacity: 0;
        filter: blur(0.75rem);
        background-image: radial-gradient(circle at 50%, #fff3 10%, transparent 50%);
        translate: var(--shine);
        transition: translate ease-out 400ms, opacity ease-out 400ms;
      }
    }
    .hover-3d:hover {
      --ease: linear(0, 0.708 15.2%, 0.927 23.6%, 1.067 33%, 1.12 41%, 1.13 50.2%, 1.019 83.2%, 1);
      & > :first-child {
        outline-color: #fff1;
        &:before, &:after {
          opacity: 1;
        }
      }
       > :first-child {
        scale: 1.05;
      }
    }
    .hover-3d  > :nth-child(2) {
      grid-area: 1/1/2/2;
    }
    .hover-3d  > :nth-child(3) {
      grid-area: 1/2/2/3;
    }
    .hover-3d  > :nth-child(4) {
      grid-area: 1/3/2/4;
    }
    .hover-3d  > :nth-child(5) {
      grid-area: 2/1/3/2;
    }
    .hover-3d  > :nth-child(6) {
      grid-area: 2/3/3/4;
    }
    .hover-3d  > :nth-child(7) {
      grid-area: 3/1/4/2;
    }
    .hover-3d  > :nth-child(8) {
      grid-area: 3/2/4/3;
    }
    .hover-3d  > :nth-child(9) {
      grid-area: 3/3/4/4;
    }
    .hover-3d:has( > :nth-child(2):hover) {
      --transform: -1, 1;
      --shine: 0% 0%;
      --shadow: -0.5rem -0.5rem;
    }
    .hover-3d:has( > :nth-child(3):hover) {
      --transform: -1, 0;
      --shine: 100% 0%;
      --shadow: 0rem -0.5rem;
    }
    .hover-3d:has( > :nth-child(4):hover) {
      --transform: -1, -1;
      --shine: 200% 0%;
      --shadow: 0.5rem -0.5rem;
    }
    .hover-3d:has( > :nth-child(5):hover) {
      --transform: 0, 1;
      --shine: 0% 100%;
      --shadow: -0.5rem 0rem;
    }
    .hover-3d:has( > :nth-child(6):hover) {
      --transform: 0, -1;
      --shine: 200% 100%;
      --shadow: 0.5rem 0rem;
    }
    .hover-3d:has( > :nth-child(7):hover) {
      --transform: 1, 1;
      --shine: 0% 200%;
      --shadow: -0.5rem 0.5rem;
    }
    .hover-3d:has( > :nth-child(8):hover) {
      --transform: 1, 0;
      --shine: 100% 200%;
      --shadow: 0rem 0.5rem;
    }
    .hover-3d:has( > :nth-child(9):hover) {
      --transform: 1, -1;
      --shine: 200% 200%;
      --shadow: 0.5rem 0.5rem;
    }
    .dropdown {
      position: relative;
      display: inline-block;
      position-area: var(--anchor-v, bottom) var(--anchor-h, span-right);
    }
    .dropdown > :not(:has( ~ [class*="dropdown-content"])):focus {
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
    .dropdown .dropdown-content {
      position: absolute;
    }
    .dropdown.dropdown-close .dropdown-content, .dropdown:not(details, .dropdown-open, .dropdown-hover:hover, :focus-within) .dropdown-content, .dropdown.dropdown-hover:not(:hover) [tabindex]:first-child:focus:not(:focus-visible) ~ .dropdown-content {
      display: none;
      transform-origin: top;
      opacity: 0%;
      scale: 95%;
    }
    .dropdown[popover], .dropdown  .dropdown-content {
      z-index: 999;
      @media (prefers-reduced-motion: no-preference) {
        animation: dropdown 0.2s;
        transition-property: opacity, scale, display, overlay;
        transition-behavior: allow-discrete;
        transition-duration: 0.2s;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      }
    }
    @starting-style {
      .dropdown[popover], .dropdown  .dropdown-content {
        scale: 95%;
        opacity: 0;
      }
    }
    :is(.dropdown:not(.dropdown-close).dropdown-open, .dropdown:not(.dropdown-close):not(.dropdown-hover):focus, .dropdown:not(.dropdown-close):focus-within)  > [tabindex]:first-child {
      pointer-events: none;
    }
    :is(.dropdown:not(.dropdown-close).dropdown-open, .dropdown:not(.dropdown-close):not(.dropdown-hover):focus, .dropdown:not(.dropdown-close):focus-within) .dropdown-content {
      opacity: 100%;
      scale: 100%;
    }
    .dropdown:not(.dropdown-close).dropdown-hover:hover .dropdown-content {
      opacity: 100%;
      scale: 100%;
    }
    .dropdown:is(details) {
      overflow: revert-layer;
      summary {
        &::-webkit-details-marker {
          display: none;
        }
      }
    }
    .dropdown:where([popover]) {
      background: #0000;
    }
    .dropdown[popover] {
      position: fixed;
      color: inherit;
      @supports not (position-area: bottom) {
        margin: auto;
        &.dropdown-close, &.dropdown-open:not(:popover-open) {
          display: none;
          transform-origin: top;
          opacity: 0%;
          scale: 95%;
        }
        &::backdrop {
          background-color: color-mix(in oklab, #000 30%, #0000);
        }
      }
      &.dropdown-close, &:not(.dropdown-open, :popover-open) {
        display: none;
        transform-origin: top;
        opacity: 0%;
        scale: 95%;
      }
    }
    .megamenu-active {
      pointer-events: none;
      position: absolute;
      background-color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .megamenu-active {
        background-color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
      }
    }
    .megamenu-active {
      border-radius: var(--radius-field);
      transition: inset 300ms linear(0, 0.5 10%, 0.9 30%, 1.05 50%, 1.1 75%, 1), background-color 200ms ease-out;
    }
    :where(.btn) {
      width: unset;
    }
  }
  .prose :where(a.btn:not(.btn-link)):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    text-decoration-line: none;
  }
  @layer daisyui.l1.l2.l3 {
    .btn {
      --size: calc(var(--size-field, 0.25rem) * 10);
      --btn-p: 1rem;
      --btn-fg: var(--color-base-content);
      display: inline-flex;
      flex-shrink: 0;
      cursor: pointer;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: center;
      gap: calc(0.25rem * 1.5);
      text-align: center;
      vertical-align: middle;
      outline-offset: 2px;
      webkit-user-select: none;
      user-select: none;
      font-weight: 600;
      border-start-start-radius: var(--join-ss, var(--radius-field));
      border-start-end-radius: var(--join-se, var(--radius-field));
      border-end-start-radius: var(--join-es, var(--radius-field));
      border-end-end-radius: var(--join-ee, var(--radius-field));
      border-width: var(--border);
      touch-action: manipulation;
      transition-property: color, background-color, border-color, box-shadow, transform;
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
      transition-duration: 0.2s;
      --btn-bg: var(--btn-color, var(--color-base-200));
      --btn-border: var(--btn-color, var(--color-base-200));
    }
    @supports (color: color-mix(in lab, red, red)) {
      .btn {
        --btn-border: color-mix(
      in oklab,
      var(--btn-color, var(--color-base-200)),
      #000 calc(var(--depth) * 5%)
    );
      }
    }
    .btn {
      --btn-soft-bg: initial;
      --btn-shadow: 0 3px 2px -2px var(--btn-bg),
      0 4px 3px -2px var(--btn-bg);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .btn {
        --btn-shadow: 0 3px 2px -2px color-mix(in oklab, var(--btn-bg) calc(var(--depth) * 30%), #0000),
      0 4px 3px -2px color-mix(in oklab, var(--btn-bg) calc(var(--depth) * 30%), #0000);
      }
    }
    .btn {
      --btn-inset: 0 0.5px 0 0.5px oklch(100% 0 0 / calc(var(--depth) * 6%));
      height: var(--size);
      padding-inline: var(--btn-p);
      font-size: var(--fontsize, 0.875rem);
      background-color: var(--btn-bg);
      color: var(--btn-fg);
      border-color: var(--btn-border);
      border-style: var(--btn-border-style, solid);
      outline-color: var(--btn-color, var(--color-base-content));
      --tw-prose-links: var(--btn-fg);
      background-image: none, var(--fx-noise);
      background-size: auto, calc(var(--noise, 0) * 100%);
      text-shadow: 0 0.5px oklch(100% 0 0 / calc(var(--depth) * 0.15));
      box-shadow: var(--btn-inset) inset, var(--btn-shadow);
    }
    .btn:is([type="checkbox"], [type="radio"]) {
      appearance: none;
      &[aria-label]::after {
        --tw-content: attr(aria-label);
        content: var(--tw-content);
      }
    }
  }
  @layer daisyui.l1 {
    .btn:where(:checked:not(.filter [type="radio"].btn)) {
      --btn-color: var(--color-primary);
      --btn-fg: var(--color-primary-content);
    }
    @media (hover: hover) {
      .btn:hover {
        --btn-bg: var(--btn-color, var(--color-base-200));
        @supports (color: color-mix(in lab, red, red)) {
          --btn-bg: color-mix(in oklab, var(--btn-color, var(--color-base-200)), #000 7%);
        }
        color: var(--btn-fg);
        --btn-border: var(--btn-bg);
        @supports (color: color-mix(in lab, red, red)) {
          --btn-border: color-mix(in oklab, var(--btn-bg), #000 calc(var(--depth) * 5%));
        }
        --btn-border-style: solid;
        --btn-inset: 0 0.5px 0 0.5px oklch(100% 0 0 / calc(var(--depth) * 6%));
        --btn-shadow: 0 3px 2px -2px var(--btn-bg),
          0 4px 3px -2px var(--btn-bg);
        @supports (color: color-mix(in lab, red, red)) {
          --btn-shadow: 0 3px 2px -2px color-mix(in oklab, var(--btn-bg) calc(var(--depth) * 30%), #0000),
          0 4px 3px -2px color-mix(in oklab, var(--btn-bg) calc(var(--depth) * 30%), #0000);
        }
      }
    }
    .btn:active:not(.btn-active) {
      translate: 0 0.5px;
      --btn-bg: var(--btn-color, var(--color-base-200));
      @supports (color: color-mix(in lab, red, red)) {
        --btn-bg: color-mix(in oklab, var(--btn-color, var(--color-base-200)), #000 5%);
      }
      color: var(--btn-fg, var(--color-base-content));
      --btn-border: var(--btn-color, var(--color-base-200));
      @supports (color: color-mix(in lab, red, red)) {
        --btn-border: color-mix(in oklab, var(--btn-color, var(--color-base-200)), #000 7%);
      }
      --btn-border-style: solid;
      --btn-inset: 0 0 0 0 oklch(0% 0 0/0);
      --btn-shadow: 0 0 0 0 oklch(0% 0 0/0);
    }
    .btn:where(:checked:not(.filter [type="radio"].btn), :not([type="radio"], [type="checkbox"]):focus-visible ) {
      --btn-bg: var(--btn-color, var(--color-base-200));
      color: var(--btn-fg, var(--color-base-content));
      --btn-border: var(--btn-bg);
      @supports (color: color-mix(in lab, red, red)) {
        --btn-border: color-mix(in oklab, var(--btn-bg), #000 calc(var(--depth) * 5%));
      }
      --btn-border-style: solid;
      --btn-inset: 0 0.5px 0 0.5px oklch(100% 0 0 / calc(var(--depth) * 6%));
      --btn-shadow: 0 3px 2px -2px var(--btn-bg),
        0 4px 3px -2px var(--btn-bg);
      @supports (color: color-mix(in lab, red, red)) {
        --btn-shadow: 0 3px 2px -2px color-mix(in oklab, var(--btn-bg) calc(var(--depth) * 30%), #0000),
        0 4px 3px -2px color-mix(in oklab, var(--btn-bg) calc(var(--depth) * 30%), #0000);
      }
      isolation: isolate;
    }
    .btn:focus-visible, .btn:has(:focus-visible) {
      outline-width: 2px;
      outline-style: solid;
      isolation: isolate;
    }
  }
  @layer daisyui {
    .btn:is(:disabled, [disabled], [aria-disabled="true"]) {
      pointer-events: none;
      color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .btn:is(:disabled, [disabled], [aria-disabled="true"]) {
        color: color-mix(in oklch, var(--color-base-content) 20%, #0000);
      }
    }
    .btn:is(:disabled, [disabled], [aria-disabled="true"]) {
      --btn-bg: #0000;
      --btn-border: #0000;
      background-image: none;
      --btn-inset: 0 0 0 0 oklch(0% 0 0/0);
      --btn-shadow: 0 0 0 0 oklch(0% 0 0/0);
    }
    .btn:is(:disabled, [disabled], [aria-disabled="true"]):not(.btn-link, .btn-ghost) {
      background-color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    .loading {
      pointer-events: none;
      display: inline-block;
      aspect-ratio: 1 / 1;
      background-color: currentcolor;
      vertical-align: middle;
      width: calc(var(--size-selector, 0.25rem) * 6);
      mask-size: 100%;
      mask-repeat: no-repeat;
      mask-position: center;
      mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='8s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='6s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='6s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
    }
    @media (prefers-reduced-motion: no-preference) {
      .loading {
        mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
      }
    }
  }
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .countdown.countdown {
    line-height: 1em;
  }
  @layer daisyui.l1.l2.l3 {
    .countdown {
      display: inline-flex;
    }
    .countdown > * {
      visibility: hidden;
      position: relative;
      display: inline-block;
      overflow-y: clip;
      transition: width 0.4s ease-out 0.2s;
      height: 1em;
      --value-v: calc(mod(max(0, var(--value)), 1000));
      --value-hundreds: calc(round(to-zero, var(--value-v) / 100, 1));
      --value-tens: calc(round(to-zero, mod(var(--value-v), 100) / 10, 1));
      --value-ones: calc(mod(var(--value-v), 100));
      --show-hundreds: clamp(clamp(0, var(--digits, 1) - 2, 1), var(--value-hundreds), 1);
      --show-tens: clamp(
        clamp(0, var(--digits, 1) - 1, 1),
        var(--value-tens) + var(--show-hundreds),
        1
      );
      --first-digits: calc(round(to-zero, var(--value-v) / 10, 1));
      width: calc(1ch + var(--show-tens) * 1ch + var(--show-hundreds) * 1ch);
      direction: ltr;
      &:before, &:after {
        visibility: visible;
        position: absolute;
        overflow-x: clip;
        --tw-content: "00\A 01\A 02\A 03\A 04\A 05\A 06\A 07\A 08\A 09\A 10\A 11\A 12\A 13\A 14\A 15\A 16\A 17\A 18\A 19\A 20\A 21\A 22\A 23\A 24\A 25\A 26\A 27\A 28\A 29\A 30\A 31\A 32\A 33\A 34\A 35\A 36\A 37\A 38\A 39\A 40\A 41\A 42\A 43\A 44\A 45\A 46\A 47\A 48\A 49\A 50\A 51\A 52\A 53\A 54\A 55\A 56\A 57\A 58\A 59\A 60\A 61\A 62\A 63\A 64\A 65\A 66\A 67\A 68\A 69\A 70\A 71\A 72\A 73\A 74\A 75\A 76\A 77\A 78\A 79\A 80\A 81\A 82\A 83\A 84\A 85\A 86\A 87\A 88\A 89\A 90\A 91\A 92\A 93\A 94\A 95\A 96\A 97\A 98\A 99\A";
        content: var(--tw-content);
        font-variant-numeric: tabular-nums;
        white-space: pre;
        text-align: end;
        direction: rtl;
        transition: all 1s cubic-bezier(1, 0, 0, 1), width 0.2s ease-out 0.2s, opacity 0.2s ease-out 0.2s;
      }
      &:before {
        width: calc(1ch + var(--show-hundreds) * 1ch);
        top: calc(var(--first-digits) * -1em);
        inset-inline-end: 0;
        opacity: var(--show-tens);
      }
      &:after {
        width: 1ch;
        top: calc(var(--value-ones) * -1em);
        inset-inline-start: 0;
      }
    }
  }
  .collapse:not(td, tr, colgroup) {
    visibility: revert-layer;
  }
  @layer daisyui.l1.l2.l3 {
    .collapse {
      display: grid;
      position: relative;
      border-radius: var(--radius-box, 1rem);
      width: 100%;
      grid-template-rows: max-content 0fr;
      grid-template-columns: minmax(0, 1fr);
      isolation: isolate;
    }
    @media (prefers-reduced-motion: no-preference) {
      .collapse {
        transition: grid-template-rows 0.2s;
      }
    }
    .collapse  > input:is([type="checkbox"], [type="radio"]) {
      grid-column-start: 1;
      grid-row-start: 1;
      appearance: none;
      opacity: 0;
      z-index: 1;
      width: 100%;
      padding: 1rem;
      padding-inline-end: 3rem;
      min-height: 1lh;
      transition: background-color 0.2s ease-out;
    }
    .collapse:is([open], [tabindex]:focus:not(.collapse-close), [tabindex]:focus-within:not(.collapse-close) ), .collapse:not(.collapse-close):has( > input:is([type="checkbox"], [type="radio"]):checked) {
      grid-template-rows: max-content 1fr;
    }
    .collapse:is([open], [tabindex]:focus:not(.collapse-close), [tabindex]:focus-within:not(.collapse-close) ) > .collapse-content, .collapse:not(.collapse-close) > :where(input:is([type="checkbox"], [type="radio"]):checked ~ .collapse-content) {
      --overflow-delay: 0.2s;
      overflow: revert-layer;
      content-visibility: visible;
      min-height: fit-content;
      @supports not (content-visibility: visible) {
        visibility: visible;
      }
    }
    .collapse:focus-visible, .collapse:has( > input:is([type="checkbox"], [type="radio"]):focus-visible), .collapse:has(summary:focus-visible) {
      outline-color: var(--color-base-content);
      outline-style: solid;
      outline-width: 2px;
      outline-offset: 2px;
    }
    .collapse:not(.collapse-close)  > input[type="checkbox"], .collapse:not(.collapse-close)   > input[type="radio"]:not(:checked), .collapse:not(.collapse-close)   > .collapse-title {
      cursor: pointer;
    }
    :is(.collapse[tabindex]:focus:not(.collapse-close, .collapse[open]), .collapse[tabindex]:focus-within:not(.collapse-close, .collapse[open]))  > .collapse-title {
      cursor: unset;
    }
    .collapse:is([open], [tabindex]:focus:not(.collapse-close), [tabindex]:focus-within:not(.collapse-close) ) > :where(.collapse-content), .collapse:not(.collapse-close) > :where(input:is([type="checkbox"], [type="radio"]):checked ~ .collapse-content) {
      padding-bottom: 1rem;
    }
    .collapse:is(details) {
      width: 100%;
      &::details-content {
        --overflow-delay: 0s;
        overflow: clip;
        height: 0;
      }
      &:where([open])::details-content {
        overflow: revert-layer;
        height: auto;
      }
      @media (prefers-reduced-motion: no-preference) {
        &::details-content {
          transition: overflow 0.2s allow-discrete var(--overflow-delay), content-visibility 0.2s allow-discrete, visibility 0.2s allow-discrete, min-height 0.2s ease-out allow-discrete, padding 0.1s ease-out 20ms, background-color 0.2s ease-out, height 0.2s;
          interpolate-size: allow-keywords;
        }
        &:where([open])::details-content {
          --overflow-delay: 0.2s;
        }
      }
       > summary {
        position: relative;
        display: block;
        outline: none;
        &::-webkit-details-marker {
          display: none;
        }
      }
    }
  }
  @layer daisyui.l1.l2 {
    @media (prefers-reduced-motion: no-preference) {
      .collapse:is([open]).collapse-arrow  > .collapse-title:after {
        transform: translateY(-50%) rotate(225deg);
      }
      .collapse.collapse-open.collapse-arrow  > .collapse-title:after {
        transform: translateY(-50%) rotate(225deg);
      }
    }
    .collapse.collapse-open.collapse-plus  > .collapse-title:after {
      --tw-content: "−";
      content: var(--tw-content);
    }
    :is(.collapse[tabindex].collapse-arrow:focus:not(.collapse-close), .collapse.collapse-arrow[tabindex]:focus-within:not(.collapse-close))  > .collapse-title:after {
      transform: translateY(-50%) rotate(225deg);
    }
    .collapse.collapse-arrow:not(.collapse-close)  > input:is([type="checkbox"], [type="radio"]):checked ~ .collapse-title:after {
      transform: translateY(-50%) rotate(225deg);
    }
    .collapse[open].collapse-plus  > .collapse-title:after {
      --tw-content: "−";
      content: var(--tw-content);
    }
    .collapse[tabindex].collapse-plus:focus:not(.collapse-close)  > .collapse-title:after {
      --tw-content: "−";
      content: var(--tw-content);
    }
    .collapse.collapse-plus:not(.collapse-close)  > input:is([type="checkbox"], [type="radio"]):checked ~ .collapse-title:after {
      --tw-content: "−";
      content: var(--tw-content);
    }
  }
  @layer daisyui.l1.l2.l3 {
    .collapse-content {
      --overflow-delay: 0s;
      content-visibility: hidden;
      overflow: clip;
      grid-column-start: 1;
      grid-row-start: 2;
      min-height: 0;
      padding-left: 1rem;
      padding-right: 1rem;
      cursor: unset;
    }
    @supports not (content-visibility: hidden) {
      .collapse-content {
        visibility: hidden;
      }
    }
    @media (prefers-reduced-motion: no-preference) {
      .collapse-content {
        transition: overflow 0.2s allow-discrete var(--overflow-delay), content-visibility 0.2s allow-discrete, visibility 0.2s allow-discrete, min-height 0.2s ease-out allow-discrete, padding 0.1s ease-out 20ms, background-color 0.2s ease-out;
      }
    }
    details > .collapse-content {
      content-visibility: visible;
    }
    .filter {
      display: flex;
      flex-wrap: wrap;
    }
    .filter [type="radio"] {
      width: auto;
    }
    .filter input {
      overflow: hidden;
      opacity: 100%;
      scale: 1;
      transition: visibility 0.1s allow-discrete, margin 0.1s, opacity 0.3s, padding 0.3s, border-width 0.1s;
      &.filter-reset {
        aspect-ratio: 1 / 1;
        &::after {
          --tw-content: "×";
          content: var(--tw-content);
        }
      }
    }
    .filter  > input:not(:last-child), .filter   > :not(:last-child) input {
      margin-inline-end: 0.25rem;
    }
  }
  @layer daisyui.l1 {
    .filter:not(:has(:checked:not(.filter-reset))) :is(.filter-reset, [type="reset"]):not(:focus-visible) {
      visibility: hidden;
    }
    .filter:not(:has(:checked:not(.filter-reset))) :is(.filter-reset, [type="reset"]):not(:focus-visible), .filter:not(:has(:focus-visible)):has(:checked:not(.filter-reset, [type="checkbox"])) :is(input, button):not(:checked, .filter-reset, [type="reset"]) {
      margin-inline: 0;
      width: 0;
      padding-inline: 0;
      opacity: 0%;
      scale: 0;
      border-width: 0;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .filter\! {
      display: flex !important;
      flex-wrap: wrap !important;
    }
    .filter\! [type="radio"] {
      width: auto !important;
    }
    .filter\! input {
      overflow: hidden !important;
      opacity: 100% !important;
      scale: 1 !important;
      transition: visibility 0.1s allow-discrete, margin 0.1s, opacity 0.3s, padding 0.3s, border-width 0.1s !important;
      &.filter-reset {
        aspect-ratio: 1 / 1 !important;
        &::after {
          --tw-content: "×" !important;
          content: var(--tw-content) !important;
        }
      }
    }
    .filter\!  > input:not(:last-child), .filter\!   > :not(:last-child) input {
      margin-inline-end: 0.25rem !important;
    }
  }
  @layer daisyui.l1 {
    .filter\!:not(:has(:checked:not(.filter-reset))) :is(.filter-reset, [type="reset"]):not(:focus-visible) {
      visibility: hidden !important;
    }
    .filter\!:not(:has(:checked:not(.filter-reset))) :is(.filter-reset, [type="reset"]):not(:focus-visible), .filter\!:not(:has(:focus-visible)):has(:checked:not(.filter-reset, [type="checkbox"])) :is(input, button):not(:checked, .filter-reset, [type="reset"]) {
      margin-inline: 0 !important;
      width: 0 !important;
      padding-inline: 0 !important;
      opacity: 0% !important;
      scale: 0 !important;
      border-width: 0 !important;
    }
  }
  @layer daisyui.l1.l2.l3 {
    :is(.validator:user-valid, .validator:has(:user-valid)), :is(.validator:user-valid, .validator:has(:user-valid)):focus, :is(.validator:user-valid, .validator:has(:user-valid)):checked, :is(.validator:user-valid, .validator:has(:user-valid))[aria-checked="true"], :is(.validator:user-valid, .validator:has(:user-valid)):focus-within {
      --input-color: var(--color-success);
    }
    :is(.validator:user-invalid, .validator:has(:user-invalid), .validator[aria-invalid]:not([aria-invalid="false"]), .validator:has([aria-invalid]:not([aria-invalid="false"]))), :is(.validator:user-invalid, .validator:has(:user-invalid), .validator[aria-invalid]:not([aria-invalid="false"]), .validator:has([aria-invalid]:not([aria-invalid="false"]))):focus, :is(.validator:user-invalid, .validator:has(:user-invalid), .validator[aria-invalid]:not([aria-invalid="false"]), .validator:has([aria-invalid]:not([aria-invalid="false"]))):checked, :is(.validator:user-invalid, .validator:has(:user-invalid), .validator[aria-invalid]:not([aria-invalid="false"]), .validator:has([aria-invalid]:not([aria-invalid="false"])))[aria-checked="true"], :is(.validator:user-invalid, .validator:has(:user-invalid), .validator[aria-invalid]:not([aria-invalid="false"]), .validator:has([aria-invalid]:not([aria-invalid="false"]))):focus-within {
      --input-color: var(--color-error);
    }
    :is(.validator:user-invalid, .validator:has(:user-invalid), .validator[aria-invalid]:not([aria-invalid="false"]), .validator:has([aria-invalid]:not([aria-invalid="false"]))) ~ .validator-hint {
      visibility: visible;
      color: var(--color-error);
    }
  }
  :is(.validator:user-invalid, .validator:has(:user-invalid), .validator[aria-invalid]:not([aria-invalid="false"]), .validator:has([aria-invalid]:not([aria-invalid="false"]))) ~ .validator-hint {
    display: revert-layer;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  @layer daisyui.l1.l2 {
    .tabs-lift {
      --tabs-height: auto;
      --tabs-direction: row;
    }
    .tabs-lift  > .tab {
      --tab-border: 0 0 var(--border) 0;
      --tab-radius-ss: var(--tab-radius-limit);
      --tab-radius-se: var(--tab-radius-limit);
      --tab-radius-es: 0;
      --tab-radius-ee: 0;
      --tab-paddings: var(--border) var(--tab-p) 0 var(--tab-p);
      --tab-border-colors: #0000 #0000 var(--tab-border-color) #0000;
      --tab-corner-width: calc(100% + var(--tab-radius-limit) * 2);
      --tab-corner-height: var(--tab-radius-limit);
      --tab-corner-position: top left, top right;
      border-width: var(--tab-border);
      border-start-start-radius: var(--tab-radius-ss);
      border-start-end-radius: var(--tab-radius-se);
      border-end-start-radius: var(--tab-radius-es);
      border-end-end-radius: var(--tab-radius-ee);
      padding: var(--tab-paddings);
      border-color: var(--tab-border-colors);
      &:is(.tab-active, [aria-selected="true"], [aria-current="true"], [aria-current="page"]):not(.tab-disabled, [disabled] ), &:is(input:checked, label:has(:checked)) {
        --tab-border: var(--border) var(--border) 0 var(--border);
        --tab-border-colors: var(--tab-border-color) var(--tab-border-color) #0000
          var(--tab-border-color);
        --tab-paddings: 0 calc(var(--tab-p) - var(--border)) var(--border)
          calc(var(--tab-p) - var(--border));
        --tab-inset: auto auto 0 auto;
        --radius-start: radial-gradient(circle at top left, var(--tab-radius-grad));
        --radius-end: radial-gradient(circle at top right, var(--tab-radius-grad));
        background-color: var(--tab-bg);
        &:before {
          z-index: 1;
          content: "";
          display: block;
          position: absolute;
          width: var(--tab-corner-width);
          height: var(--tab-corner-height);
          background-position: var(--tab-corner-position);
          background-image: var(--radius-start), var(--radius-end);
          background-size: var(--tab-radius-limit) var(--tab-radius-limit);
          background-repeat: no-repeat;
          inset: var(--tab-inset);
        }
        &:first-child:before {
          --radius-start: none;
        }
        [dir="rtl"] &:first-child:before {
          transform: rotateY(180deg);
        }
        &:last-child:before {
          --radius-end: none;
        }
        [dir="rtl"] &:last-child:before {
          transform: rotateY(180deg);
        }
      }
    }
    .tabs-lift:has( > .tab-content)  > .tab:first-child:not(.tab-active, [aria-selected="true"], [aria-current="true"], [aria-current="page"]) {
      --tab-border-colors: var(--tab-border-color) var(--tab-border-color) #0000
            var(--tab-border-color);
    }
    .tabs-lift  > .tab-content {
      --tabcontent-margin: calc(-1 * var(--border)) 0 0 0;
      --tabcontent-radius-ss: 0;
      --tabcontent-radius-se: var(--radius-box);
      --tabcontent-radius-es: var(--radius-box);
      --tabcontent-radius-ee: var(--radius-box);
    }
    :is(.tabs-lift :checked, .tabs-lift  label:has(:checked), .tabs-lift  :is(.tab-active, [aria-selected="true"], [aria-current="true"], [aria-current="page"])) + .tab-content:nth-child(1), :is(.tabs-lift :checked, .tabs-lift  label:has(:checked), .tabs-lift  :is(.tab-active, [aria-selected="true"], [aria-current="true"], [aria-current="page"])) + .tab-content:nth-child(n + 3) {
      --tabcontent-radius-ss: var(--radius-box);
    }
  }
  @layer daisyui.l1.l2.l3 {
    .radial-progress {
      position: relative;
      display: inline-grid;
      height: var(--size);
      width: var(--size);
      place-content: center;
      border-radius: calc(infinity * 1px);
      background-color: transparent;
      vertical-align: middle;
      box-sizing: content-box;
      --value: 0;
      --size: 5rem;
      --thickness: calc(var(--size) / 10);
      --radialprogress: calc(var(--value) * 1%);
      transition: --radialprogress 0.3s linear;
    }
    .radial-progress:before {
      position: absolute;
      inset: 0;
      border-radius: calc(infinity * 1px);
      content: "";
      background: radial-gradient(farthest-side, currentColor 98%, #0000) top/var(--thickness) var(--thickness) no-repeat, conic-gradient(currentColor var(--radialprogress), #0000 0);
      webkit-mask: radial-gradient( farthest-side, #0000 calc(100% - var(--thickness)), #000 calc(100% + 0.5px - var(--thickness)) );
      mask: radial-gradient( farthest-side, #0000 calc(100% - var(--thickness)), #000 calc(100% + 0.5px - var(--thickness)) );
    }
    .radial-progress:after {
      position: absolute;
      border-radius: calc(infinity * 1px);
      background-color: currentcolor;
      transition: transform 0.3s linear;
      content: "";
      inset: calc(50% - var(--thickness) / 2);
      transform: rotate(calc(var(--value) * 3.6deg - 90deg)) translate(calc(var(--size) / 2 - 50%));
    }
    .list {
      display: flex;
      flex-direction: column;
      font-size: 0.875rem;
    }
    .list .list-row {
      --list-grid-cols: minmax(0, auto) 1fr;
      position: relative;
      display: grid;
      grid-auto-flow: column;
      gap: calc(0.25rem * 4);
      border-radius: var(--radius-box);
      padding: calc(0.25rem * 4);
      word-break: break-word;
      grid-template-columns: var(--list-grid-cols);
    }
    :is(.list > :not(:last-child).list-row, .list > :not(:last-child)  .list-row):after {
      content: "";
      border-bottom: var(--border) solid;
      inset-inline: var(--radius-box);
      position: absolute;
      bottom: 0;
      border-color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-base-content) 5%, transparent);
      }
    }
  }
  @layer daisyui.l1.l2 {
    .list .list-row:has(.list-col-grow:nth-child(1)) {
      --list-grid-cols: 1fr;
    }
    .list .list-row:has(.list-col-grow:nth-child(2)) {
      --list-grid-cols: minmax(0, auto) 1fr;
    }
    .list .list-row:has(.list-col-grow:nth-child(3)) {
      --list-grid-cols: minmax(0, auto) minmax(0, auto) 1fr;
    }
    .list .list-row:has(.list-col-grow:nth-child(4)) {
      --list-grid-cols: minmax(0, auto) minmax(0, auto) minmax(0, auto) 1fr;
    }
    .list .list-row:has(.list-col-grow:nth-child(5)) {
      --list-grid-cols: minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto) 1fr;
    }
    .list .list-row:has(.list-col-grow:nth-child(6)) {
      --list-grid-cols: minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto)
          minmax(0, auto) 1fr;
    }
    .list .list-row  > * {
      grid-row-start: 1;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .list\! {
      display: flex !important;
      flex-direction: column !important;
      font-size: 0.875rem !important;
    }
    .list\! .list-row {
      --list-grid-cols: minmax(0, auto) 1fr !important;
      position: relative !important;
      display: grid !important;
      grid-auto-flow: column !important;
      gap: calc(0.25rem * 4) !important;
      border-radius: var(--radius-box) !important;
      padding: calc(0.25rem * 4) !important;
      word-break: break-word !important;
      grid-template-columns: var(--list-grid-cols) !important;
    }
    :is(.list\! > :not(:last-child).list-row, .list\! > :not(:last-child)  .list-row):after {
      content: "" !important;
      border-bottom: var(--border) solid !important;
      inset-inline: var(--radius-box) !important;
      position: absolute !important;
      bottom: 0 !important;
      border-color: var(--color-base-content) !important;
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-base-content) 5%, transparent) !important;
      }
    }
  }
  @layer daisyui.l1.l2 {
    .list\! .list-row:has(.list-col-grow:nth-child(1)) {
      --list-grid-cols: 1fr !important;
    }
    .list\! .list-row:has(.list-col-grow:nth-child(2)) {
      --list-grid-cols: minmax(0, auto) 1fr !important;
    }
    .list\! .list-row:has(.list-col-grow:nth-child(3)) {
      --list-grid-cols: minmax(0, auto) minmax(0, auto) 1fr !important;
    }
    .list\! .list-row:has(.list-col-grow:nth-child(4)) {
      --list-grid-cols: minmax(0, auto) minmax(0, auto) minmax(0, auto) 1fr !important;
    }
    .list\! .list-row:has(.list-col-grow:nth-child(5)) {
      --list-grid-cols: minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto) 1fr !important;
    }
    .list\! .list-row:has(.list-col-grow:nth-child(6)) {
      --list-grid-cols: minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto)
          minmax(0, auto) 1fr !important;
    }
    .list\! .list-row  > * {
      grid-row-start: 1 !important;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .toast {
      position: fixed;
      inset-inline-start: auto;
      inset-inline-end: calc(0.25rem * 4);
      top: auto;
      bottom: calc(0.25rem * 4);
      display: flex;
      flex-direction: column;
      gap: calc(0.25rem * 2);
      background-color: transparent;
      translate: var(--toast-x, 0) var(--toast-y, 0);
      width: max-content;
      max-width: calc(100vw - 2rem);
    }
    @media (prefers-reduced-motion: no-preference) {
      .toast > * {
        animation: toast 0.25s ease-out;
      }
    }
    .toggle {
      border: var(--border) solid currentColor;
      color: var(--input-color);
      position: relative;
      display: inline-grid;
      flex-shrink: 0;
      cursor: pointer;
      appearance: none;
      place-content: center;
      vertical-align: middle;
      webkit-user-select: none;
      user-select: none;
      grid-template-columns: 0fr 1fr 1fr;
      --radius-selector-max: calc(
      var(--radius-selector) + var(--radius-selector) + var(--radius-selector)
    );
      border-radius: calc( var(--radius-selector) + min(var(--toggle-p), var(--radius-selector-max)) + min(var(--border), var(--radius-selector-max)) );
      padding: var(--toggle-p);
      box-shadow: 0 1px currentColor inset;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .toggle {
        box-shadow: 0 1px color-mix(in oklab, currentColor calc(var(--depth) * 10%), #0000) inset;
      }
    }
    .toggle {
      transition: color 0.3s, grid-template-columns 0.2s;
      --input-color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .toggle {
        --input-color: color-mix(in oklab, var(--color-base-content) 50%, #0000);
      }
    }
    .toggle {
      --toggle-p: calc(var(--size) * 0.125);
      --size: calc(var(--size-selector, 0.25rem) * 6);
      width: calc((var(--size) * 2) - (var(--border) + var(--toggle-p)) * 2);
      height: var(--size);
    }
    .toggle  > * {
      z-index: 1;
      grid-column: span 1 / span 1;
      grid-column-start: 2;
      grid-row-start: 1;
      height: 100%;
      cursor: pointer;
      appearance: none;
      background-color: transparent;
      padding: calc(0.25rem * 0.5);
      transition: opacity 0.2s, rotate 0.4s;
      border: none;
      &:focus {
        --tw-outline-style: none;
        outline-style: none;
        @media (forced-colors: active) {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
      }
      &:nth-child(2) {
        color: var(--color-base-100);
        rotate: 0deg;
      }
      &:nth-child(3) {
        color: var(--color-base-100);
        opacity: 0%;
        rotate: -15deg;
      }
    }
    .toggle:has(:checked)  > :nth-child(2) {
      opacity: 0%;
      rotate: 15deg;
    }
    .toggle:has(:checked)  > :nth-child(3) {
      opacity: 100%;
      rotate: 0deg;
    }
    .toggle:before {
      position: relative;
      inset-inline-start: calc(0.25rem * 0);
      grid-column-start: 2;
      grid-row-start: 1;
      aspect-ratio: 1 / 1;
      height: 100%;
      width: 100%;
      border-radius: var(--radius-selector);
      background-color: currentcolor;
      translate: 0;
      --tw-content: "";
      content: var(--tw-content);
      transition: background-color 0.1s, translate 0.2s, inset-inline-start 0.2s;
      box-shadow: 0 -1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset, 0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 1px currentColor;
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 -1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset, 0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 1px color-mix(in oklab, currentColor calc(var(--depth) * 10%), #0000);
      }
      background-size: auto, calc(var(--noise) * 100%);
      background-image: none, var(--fx-noise);
    }
    @media (forced-colors: active) {
      .toggle:before {
        outline-style: var(--tw-outline-style);
        outline-width: 1px;
        outline-offset: calc(1px * -1);
      }
    }
    @media print {
      .toggle:before {
        outline: 0.25rem solid;
        outline-offset: -1rem;
      }
    }
    .toggle:focus-visible, .toggle:has(:focus-visible) {
      outline: 2px solid currentColor;
      outline-offset: 2px;
    }
    .toggle:checked, .toggle[aria-checked="true"], .toggle:has( > input:checked) {
      grid-template-columns: 1fr 1fr 0fr;
      background-color: var(--color-base-100);
      --input-color: var(--color-base-content);
      &:before {
        background-color: currentcolor;
      }
      @starting-style {
        &:before {
          opacity: 0;
        }
      }
    }
    .toggle:indeterminate {
      grid-template-columns: 0.5fr 1fr 0.5fr;
    }
    .toggle:disabled {
      cursor: not-allowed;
      opacity: 30%;
      &:before {
        background-color: transparent;
        border: var(--border) solid currentColor;
      }
    }
    .input {
      position: relative;
      display: inline-flex;
      flex-shrink: 1;
      appearance: none;
      align-items: center;
      gap: calc(0.25rem * 2);
      background-color: var(--color-base-100);
      padding-inline: calc(0.25rem * 3);
      vertical-align: middle;
      white-space: nowrap;
      --size: calc(var(--size-field, 0.25rem) * var(--in-size-mul));
      --input-color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .input {
        --input-color: color-mix(in oklab, var(--color-base-content) 20%, #0000);
      }
    }
    .input {
      cursor: text;
      width: clamp(3rem, 20rem, 100%);
      height: var(--size);
      font-size: max(var(--font-size, 0rem), var(--font-size-min));
      touch-action: manipulation;
      border-start-start-radius: var(--join-ss, var(--radius-field));
      border-start-end-radius: var(--join-se, var(--radius-field));
      border-end-start-radius: var(--join-es, var(--radius-field));
      border-end-end-radius: var(--join-ee, var(--radius-field));
      border: var(--border) solid var(--input-color, #0000);
      box-shadow: 0 1px var(--input-color) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .input {
        box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
      }
    }
    .input input {
      height: 100%;
      width: 100%;
      appearance: none;
      background-color: transparent;
      border: none;
      &::placeholder {
        color: var(--color-base-content);
        opacity: 50%;
      }
      &:focus, &:focus-within {
        --tw-outline-style: none;
        outline-style: none;
        @media (forced-colors: active) {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
      }
      &::-webkit-calendar-picker-indicator {
        inset-inline-end: -0.15em;
      }
    }
    .input::-webkit-inner-spin-button {
      margin-inline-end: -10px;
    }
    .input::-webkit-calendar-picker-indicator {
      inset-inline-end: 0.75em;
    }
    input.input, .input  input {
      position: relative;
      display: inline-flex;
      &[type="url"], &[type="email"] {
        text-align: left;
      }
      &::-webkit-datetime-edit, &::-webkit-date-and-time-value {
        display: grid;
        min-height: 100%;
        align-items: center;
        text-align: inherit;
      }
      &::-webkit-inner-spin-button {
        margin-block: calc(0.25rem * var(--spin-my));
      }
      &::-webkit-calendar-picker-indicator {
        position: absolute;
        width: 1em;
        height: 1em;
        cursor: pointer;
      }
      &::-webkit-color-swatch-wrapper {
        padding-block: 0.25rem;
      }
    }
    .input:focus, .input:focus-within {
      --input-color: var(--color-base-content);
      box-shadow: 0 1px var(--input-color);
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000);
      }
      outline: 2px solid var(--input-color);
      outline-offset: 2px;
      isolation: isolate;
    }
    @media (pointer: coarse) {
      @supports (-webkit-touch-callout: none) {
        .input:focus, .input:focus-within {
          --font-size: 1rem;
        }
      }
    }
    .input:has( > input[disabled]), .input:is(:disabled, [disabled]), fieldset:disabled .input {
      cursor: not-allowed;
      border-color: var(--color-base-200);
      background-color: var(--color-base-200);
      &:is(input), :is(input) {
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 40%, transparent);
        }
      }
      box-shadow: none;
      &::placeholder, ::placeholder {
        color: var(--color-base-content);
        opacity: 20%;
      }
    }
    .input:has( > input[disabled]) > input[disabled] {
      cursor: not-allowed;
    }
  }
  @layer daisyui.l1.l2 {
    .input {
      --in-size-mul: 10;
      --font-size-min: 0.875rem;
      --spin-my: -3;
    }
    .floating-label:has(.input) {
      --top-mul: 5;
      --font-size: 0.875rem;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .range {
      appearance: none;
      webkit-appearance: none;
      --range-thumb: var(--color-base-100);
      --range-thumb-size: calc(var(--size-selector, 0.25rem) * 6);
      --range-progress: currentColor;
      --range-fill: 1;
      --range-p: 0.25rem;
      --range-bg: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .range {
        --range-bg: color-mix(in oklab, currentColor 10%, #0000);
      }
    }
    .range {
      --range-fill-x: calc(
      (var(--range-dir, 1) * -100cqw) - (var(--range-dir, 1) * var(--range-thumb-size) / 2)
    );
      --range-fill-y: 0;
      --range-fill-spread: calc(100cqw * var(--range-fill));
      cursor: pointer;
      overflow: hidden;
      background-color: transparent;
      vertical-align: middle;
      width: clamp(3rem, 20rem, 100%);
      --radius-selector-max: calc(
      var(--radius-selector) + var(--radius-selector) + var(--radius-selector)
    );
      border-radius: calc(var(--radius-selector) + min(var(--range-p), var(--radius-selector-max)));
      border: none;
      height: var(--range-thumb-size);
    }
    [dir="rtl"] .range {
      --range-dir: -1;
    }
    .range:focus {
      outline: none;
    }
    .range:focus-visible {
      outline: 2px solid;
      outline-offset: 2px;
    }
    .range::-webkit-slider-runnable-track {
      width: 100%;
      background-color: var(--range-bg);
      border-radius: var(--radius-selector);
      height: calc(var(--range-thumb-size) * 0.5);
    }
    @media (forced-colors: active) {
      .range::-webkit-slider-runnable-track {
        border: 1px solid;
      }
      .range::-moz-range-track {
        border: 1px solid;
      }
    }
    .range::-webkit-slider-thumb {
      position: relative;
      box-sizing: border-box;
      border-radius: calc(var(--radius-selector) + min(var(--range-p), var(--radius-selector-max)));
      background-color: var(--range-thumb);
      height: var(--range-thumb-size);
      width: var(--range-thumb-size);
      border: var(--range-p) solid;
      appearance: none;
      webkit-appearance: none;
      inset-block-start: 50%;
      color: var(--range-progress);
      transform: translateY(-50%);
      box-shadow: 0 -1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset, 0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 1px currentColor, 0 0 0 2rem var(--range-thumb) inset, var(--range-fill-x) var(--range-fill-y) 0 var(--range-fill-spread);
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 -1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset, 0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 1px color-mix(in oklab, currentColor calc(var(--depth) * 10%), #0000), 0 0 0 2rem var(--range-thumb) inset, var(--range-fill-x) var(--range-fill-y) 0 var(--range-fill-spread);
      }
    }
    .range::-moz-range-track {
      width: 100%;
      background-color: var(--range-bg);
      border-radius: var(--radius-selector);
      height: calc(var(--range-thumb-size) * 0.5);
    }
    .range::-moz-range-thumb {
      position: relative;
      box-sizing: border-box;
      border-radius: calc(var(--radius-selector) + min(var(--range-p), var(--radius-selector-max)));
      background-color: currentColor;
      height: var(--range-thumb-size);
      width: var(--range-thumb-size);
      border: var(--range-p) solid;
      color: var(--range-progress);
      box-shadow: 0 -1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset, 0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 1px currentColor, 0 0 0 2rem var(--range-thumb) inset, var(--range-fill-x) var(--range-fill-y) 0 var(--range-fill-spread);
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 -1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset, 0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 1px color-mix(in oklab, currentColor calc(var(--depth) * 10%), #0000), 0 0 0 2rem var(--range-thumb) inset, var(--range-fill-x) var(--range-fill-y) 0 var(--range-fill-spread);
      }
    }
    .range:disabled {
      cursor: not-allowed;
      opacity: 30%;
    }
    .indicator {
      position: relative;
      display: inline-flex;
      width: max-content;
    }
    .indicator :where(.indicator-item) {
      z-index: 1;
      position: absolute;
      white-space: nowrap;
      top: var(--indicator-t, 0);
      bottom: var(--indicator-b, auto);
      left: var(--indicator-s, auto);
      right: var(--indicator-e, 0);
      translate: var(--indicator-x, 50%) var(--indicator-y, -50%);
    }
    .table {
      font-size: 0.875rem;
      position: relative;
      width: 100%;
      border-collapse: separate;
      --tw-border-spacing-x: 0;
      --tw-border-spacing-y: 0;
      border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
      border-radius: var(--radius-box);
      text-align: left;
    }
    .table:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      text-align: right;
    }
    @media (hover: hover) {
      :is(:is(.table tr.row-hover), .table tr.row-hover:nth-child(even)):hover {
        background-color: var(--color-base-200);
      }
    }
    .table :where(th, td) {
      padding-inline: calc(0.25rem * 4);
      padding-block: calc(0.25rem * 3);
      vertical-align: middle;
    }
    .table :where(thead, tfoot) {
      white-space: nowrap;
      color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-base-content) 60%, transparent);
      }
      font-size: 0.875rem;
      font-weight: 600;
    }
    .table :where(tfoot tr:first-child :is(td, th)) {
      border-top: var(--border) solid var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        border-top: var(--border) solid color-mix(in oklch, var(--color-base-content) 5%, #0000);
      }
    }
    .table :where(.table-pin-rows thead tr) {
      position: sticky;
      top: 0;
      z-index: 1;
      background-color: var(--color-base-100);
    }
    .table :where(.table-pin-rows tfoot tr) {
      position: sticky;
      bottom: 0;
      z-index: 1;
      background-color: var(--color-base-100);
    }
    .table :where(.table-pin-cols tr th) {
      position: sticky;
      right: 0;
      left: 0;
      background-color: var(--color-base-100);
    }
    .table :where(thead tr :is(td, th), tbody tr:not(:last-child) :is(td, th)) {
      border-bottom: var(--border) solid var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        border-bottom: var(--border) solid color-mix(in oklch, var(--color-base-content) 5%, #0000);
      }
    }
    .table\! {
      font-size: 0.875rem !important;
      position: relative !important;
      width: 100% !important;
      border-collapse: separate !important;
      --tw-border-spacing-x: 0 !important;
      --tw-border-spacing-y: 0 !important;
      border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y) !important;
      border-radius: var(--radius-box) !important;
      text-align: left !important;
    }
    .table\!:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      text-align: right !important;
    }
    @media (hover: hover) {
      :is(:is(.table\! tr.row-hover), .table\! tr.row-hover:nth-child(even)):hover {
        background-color: var(--color-base-200) !important;
      }
    }
    .table\! :where(th, td) {
      padding-inline: calc(0.25rem * 4) !important;
      padding-block: calc(0.25rem * 3) !important;
      vertical-align: middle !important;
    }
    .table\! :where(thead, tfoot) {
      white-space: nowrap !important;
      color: var(--color-base-content) !important;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-base-content) 60%, transparent) !important;
      }
      font-size: 0.875rem !important;
      font-weight: 600 !important;
    }
    .table\! :where(tfoot tr:first-child :is(td, th)) {
      border-top: var(--border) solid var(--color-base-content) !important;
      @supports (color: color-mix(in lab, red, red)) {
        border-top: var(--border) solid color-mix(in oklch, var(--color-base-content) 5%, #0000) !important;
      }
    }
    .table\! :where(.table-pin-rows thead tr) {
      position: sticky !important;
      top: 0 !important;
      z-index: 1 !important;
      background-color: var(--color-base-100) !important;
    }
    .table\! :where(.table-pin-rows tfoot tr) {
      position: sticky !important;
      bottom: 0 !important;
      z-index: 1 !important;
      background-color: var(--color-base-100) !important;
    }
    .table\! :where(.table-pin-cols tr th) {
      position: sticky !important;
      right: 0 !important;
      left: 0 !important;
      background-color: var(--color-base-100) !important;
    }
    .table\! :where(thead tr :is(td, th), tbody tr:not(:last-child) :is(td, th)) {
      border-bottom: var(--border) solid var(--color-base-content) !important;
      @supports (color: color-mix(in lab, red, red)) {
        border-bottom: var(--border) solid color-mix(in oklch, var(--color-base-content) 5%, #0000) !important;
      }
    }
  }
  @layer daisyui.l1.l2 {
    .avatar-offline:before {
      content: "";
      position: absolute;
      z-index: 1;
      display: block;
      border-radius: calc(infinity * 1px);
      background-color: var(--color-base-300);
      outline: 2px solid var(--color-base-100);
      width: 15%;
      height: 15%;
      top: 7%;
      right: 7%;
    }
    .avatar-online:before {
      content: "";
      position: absolute;
      z-index: 1;
      display: block;
      border-radius: calc(infinity * 1px);
      background-color: var(--color-success);
      outline: 2px solid var(--color-base-100);
      width: 15%;
      height: 15%;
      top: 7%;
      right: 7%;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .aura {
      position: relative;
      display: inline-block;
      --aura-padding: 0.125rem;
      padding: var(--aura-padding);
      border-radius: calc(var(--aura-padding) + var(--aura-radius, var(--radius-box)));
      animation: aura var(--tw-duration, 6s) linear infinite;
      background-image: conic-gradient(from var(--aura-angle), transparent 225deg, currentColor);
    }
    .aura:has( > .card,  > .alert) {
      --aura-radius: var(--radius-box);
    }
    .aura:has( > .btn,  > .input,  > .select) {
      --aura-radius: var(--radius-field);
    }
    .aura:has( > .checkbox,  > .toggle,  > .badge) {
      --aura-radius: var(--radius-selector);
    }
    .aura:before, .aura:after {
      animation: inherit;
      background-color: inherit;
      background-image: inherit;
      border-radius: inherit;
      position: absolute;
      top: calc(1 / 2 * 100%);
      left: calc(1 / 2 * 100%);
      z-index: 0;
      display: block;
      opacity: 70%;
      filter: blur(0.25rem);
      translate: -50% -50%;
      width: 100%;
      height: 100%;
      content: "";
    }
    .aura:after {
      opacity: 30%;
      filter: blur(1rem);
    }
    .aura > * {
      position: relative;
      z-index: 1;
    }
    .aura\! {
      position: relative !important;
      display: inline-block !important;
      --aura-padding: 0.125rem !important;
      padding: var(--aura-padding) !important;
      border-radius: calc(var(--aura-padding) + var(--aura-radius, var(--radius-box))) !important;
      animation: aura var(--tw-duration, 6s) linear infinite !important;
      background-image: conic-gradient(from var(--aura-angle), transparent 225deg, currentColor) !important;
    }
    .aura\!:has( > .card,  > .alert) {
      --aura-radius: var(--radius-box) !important;
    }
    .aura\!:has( > .btn,  > .input,  > .select) {
      --aura-radius: var(--radius-field) !important;
    }
    .aura\!:has( > .checkbox,  > .toggle,  > .badge) {
      --aura-radius: var(--radius-selector) !important;
    }
    .aura\!:before, .aura\!:after {
      animation: inherit !important;
      background-color: inherit !important;
      background-image: inherit !important;
      border-radius: inherit !important;
      position: absolute !important;
      top: calc(1 / 2 * 100%) !important;
      left: calc(1 / 2 * 100%) !important;
      z-index: 0 !important;
      display: block !important;
      opacity: 70% !important;
      filter: blur(0.25rem) !important;
      translate: -50% -50% !important;
      width: 100% !important;
      height: 100% !important;
      content: "" !important;
    }
    .aura\!:after {
      opacity: 30% !important;
      filter: blur(1rem) !important;
    }
    .aura\! > * {
      position: relative !important;
      z-index: 1 !important;
    }
    .steps {
      display: inline-grid;
      grid-auto-flow: column;
      overflow: hidden;
      overflow-x: auto;
      counter-reset: step;
      grid-auto-columns: 1fr;
    }
    .steps .step {
      display: grid;
      grid-template-columns: repeat(1, minmax(0, 1fr));
      grid-template-columns: auto;
      grid-template-rows: repeat(2, minmax(0, 1fr));
      grid-template-rows: 40px 1fr;
      place-items: center;
      text-align: center;
      min-width: 4rem;
      --step-bg: var(--color-base-300);
      --step-fg: var(--color-base-content);
      &:before {
        top: 0;
        grid-column-start: 1;
        grid-row-start: 1;
        height: calc(0.25rem * 2);
        width: 100%;
        border: 1px solid;
        color: var(--step-bg);
        background-color: var(--step-bg);
        content: "";
        margin-inline-start: -100%;
      }
       > .step-icon, &:not(:has(.step-icon)):after {
        --tw-content: counter(step);
        content: var(--tw-content);
        counter-increment: step;
        z-index: 1;
        color: var(--step-fg);
        background-color: var(--step-bg);
        border: 1px solid var(--step-bg);
        position: relative;
        grid-column-start: 1;
        grid-row-start: 1;
        display: grid;
        height: calc(0.25rem * 8);
        width: calc(0.25rem * 8);
        place-items: center;
        place-self: center;
        border-radius: calc(infinity * 1px);
      }
      &:first-child:before {
        --tw-content: none;
        content: var(--tw-content);
      }
      &[data-content]:after {
        --tw-content: attr(data-content);
        content: var(--tw-content);
      }
    }
  }
  @layer daisyui.l1.l2 {
    .steps .step-neutral  + .step-neutral:before, .steps .step-neutral:after, .steps .step-neutral   > .step-icon {
      --step-bg: var(--color-neutral);
      --step-fg: var(--color-neutral-content);
    }
    .steps .step-primary  + .step-primary:before, .steps .step-primary:after, .steps .step-primary   > .step-icon {
      --step-bg: var(--color-primary);
      --step-fg: var(--color-primary-content);
    }
    .steps .step-secondary  + .step-secondary:before, .steps .step-secondary:after, .steps .step-secondary   > .step-icon {
      --step-bg: var(--color-secondary);
      --step-fg: var(--color-secondary-content);
    }
    .steps .step-accent  + .step-accent:before, .steps .step-accent:after, .steps .step-accent   > .step-icon {
      --step-bg: var(--color-accent);
      --step-fg: var(--color-accent-content);
    }
    .steps .step-info  + .step-info:before, .steps .step-info:after, .steps .step-info   > .step-icon {
      --step-bg: var(--color-info);
      --step-fg: var(--color-info-content);
    }
    .steps .step-success  + .step-success:before, .steps .step-success:after, .steps .step-success   > .step-icon {
      --step-bg: var(--color-success);
      --step-fg: var(--color-success-content);
    }
    .steps .step-warning  + .step-warning:before, .steps .step-warning:after, .steps .step-warning   > .step-icon {
      --step-bg: var(--color-warning);
      --step-fg: var(--color-warning-content);
    }
    .steps .step-error  + .step-error:before, .steps .step-error:after, .steps .step-error   > .step-icon {
      --step-bg: var(--color-error);
      --step-fg: var(--color-error-content);
    }
    .tabs-border  > .tab {
      --tab-border-color: #0000 #0000 var(--tab-border-color) #0000;
      position: relative;
      border-radius: var(--radius-field);
      &:before {
        content: "";
        background-color: var(--tab-border-color);
        transition: background-color 0.2s ease;
        width: calc(100% - var(--tab-p) * 2);
        height: 3px;
        border-radius: var(--radius-field);
        bottom: 0;
        left: var(--tab-p);
        position: absolute;
      }
      &:is(.tab-active, [aria-selected="true"], [aria-current="true"], [aria-current="page"]):not(.tab-disabled, [disabled] ), &:is(input:checked), &:is(label:has(:checked)) {
        &:before {
          --tab-border-color: currentColor;
          border-top: 3px solid;
        }
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    .chat-bubble {
      position: relative;
      display: block;
      width: fit-content;
      border-radius: var(--radius-field);
      background-color: var(--color-base-300);
      padding-inline: calc(0.25rem * 4);
      padding-block: calc(0.25rem * 2);
      color: var(--color-base-content);
      grid-row-end: 3;
      min-height: 2rem;
      min-width: 2.5rem;
      max-width: 90%;
    }
    .chat-bubble:before {
      position: absolute;
      bottom: 0;
      height: calc(0.25rem * 3);
      width: calc(0.25rem * 3);
      background-color: inherit;
      content: "";
      mask-repeat: no-repeat;
      mask-image: var(--mask-chat);
      mask-position: 0px -1px;
      mask-size: 0.8125rem;
    }
    .diff-resizer {
      position: relative;
      isolation: isolate;
      z-index: 2;
      grid-column-start: 1;
      grid-row-start: 2;
      height: calc(0.25rem * 3);
      width: 50cqi;
      max-width: calc(100cqi - 1rem);
      min-width: 1rem;
      resize: horizontal;
      overflow: hidden;
      opacity: 0%;
      transform: scaleY(5) translate(0.32rem, 50%);
      cursor: ew-resize;
      transform-origin: 100% 100%;
      clip-path: inset(calc(100% - 0.75rem) 0 0 calc(100% - 0.75rem));
      transition: min-width 0.3s ease-out, max-width 0.3s ease-out;
    }
    .select {
      position: relative;
      display: inline-flex;
      flex-shrink: 1;
      appearance: none;
      align-items: center;
      gap: calc(0.25rem * 1.5);
      background-color: var(--color-base-100);
      padding-inline-start: calc(0.25rem * 3);
      padding-inline-end: calc(0.25rem * 7);
      vertical-align: middle;
      --size: calc(var(--size-field, 0.25rem) * var(--sl-size-mul));
      --input-color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .select {
        --input-color: color-mix(in oklab, var(--color-base-content) 20%, #0000);
      }
    }
    .select {
      width: clamp(3rem, 20rem, 100%);
      height: var(--size);
      font-size: max(var(--font-size, 0rem), var(--font-size-min));
      touch-action: manipulation;
      border-start-start-radius: var(--join-ss, var(--radius-field));
      border-start-end-radius: var(--join-se, var(--radius-field));
      border-end-start-radius: var(--join-es, var(--radius-field));
      border-end-end-radius: var(--join-ee, var(--radius-field));
      background-image: linear-gradient(45deg, #0000 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, #0000 50%);
      background-position: calc(100% - 20px) calc(1px + 50%), calc(100% - 16.1px) calc(1px + 50%);
      background-size: 4px 4px, 4px 4px;
      background-repeat: no-repeat;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      border: var(--border) solid var(--input-color, #0000);
      box-shadow: 0 1px var(--input-color) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .select {
        box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
      }
    }
    [dir="rtl"] .select {
      background-position: calc(0% + 12px) calc(1px + 50%), calc(0% + 16px) calc(1px + 50%);
      &::picker(select), select::picker(select) {
        translate: 0.5rem 0;
      }
    }
    .select[multiple] {
      height: auto;
      overflow: auto;
      padding-block: calc(0.25rem * 3);
      padding-inline-end: calc(0.25rem * 3);
      background-image: none;
    }
    .select select {
      margin-inline-start: calc(0.25rem * -3);
      margin-inline-end: calc(0.25rem * -7);
      width: calc(100% + 2.75rem);
      appearance: none;
      padding-inline-start: calc(0.25rem * 3);
      padding-inline-end: calc(0.25rem * 7);
      height: calc(100% - calc(var(--border) * 2));
      align-items: center;
      background: inherit;
      border-radius: inherit;
      border-style: none;
      &::placeholder {
        color: var(--color-base-content);
        opacity: 50%;
      }
      &:focus, &:focus-within {
        --tw-outline-style: none;
        outline-style: none;
        @media (forced-colors: active) {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
      }
      &:not(:last-child) {
        margin-inline-end: calc(0.25rem * -5.5);
        background-image: none;
      }
    }
    .select:focus, .select:focus-within, .select:open {
      --input-color: var(--color-base-content);
      box-shadow: 0 1px var(--input-color);
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000);
      }
      outline: 2px solid var(--input-color);
      outline-offset: 2px;
      isolation: isolate;
      background-image: linear-gradient(135deg, #0000 50%, currentColor 50%), linear-gradient(45deg, currentColor 50%, #0000 50%);
    }
    .select:has( > select[disabled]), .select:is(:disabled, [disabled]), fieldset:disabled .select {
      cursor: not-allowed;
      border-color: var(--color-base-200);
      background-color: var(--color-base-200);
      &:is(select), :is(select) {
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 40%, transparent);
        }
      }
      box-shadow: none;
      &::placeholder, ::placeholder {
        color: var(--color-base-content);
        opacity: 20%;
      }
    }
    .select:has( > select[disabled]) > select[disabled] {
      cursor: not-allowed;
    }
    @supports (appearance: base-select) {
      :is(:is(.select), .select select), :is(:is(.select), .select select)::picker(select) {
        appearance: base-select;
      }
    }
    :is(:is(.select), .select select)::picker(select) {
      color: inherit;
      max-height: min(24rem, 70dvh);
      margin-inline: 0.5rem;
      translate: -0.5rem 0;
      border: var(--border) solid var(--color-base-200);
      margin-block: calc(0.25rem * 2);
      border-radius: var(--radius-box);
      padding: calc(0.25rem * 2);
      background-color: inherit;
      box-shadow: 0 2px calc(var(--depth) * 3px) -2px oklch(0% 0 0/0.2);
      box-shadow: 0 20px 25px -5px rgb(0 0 0 / calc(var(--depth) * 0.1)), 0 8px 10px -6px rgb(0 0 0 / calc(var(--depth) * 0.1));
    }
    :is(:is(.select), .select select)::picker-icon {
      display: none;
    }
    :is(:is(.select), .select select) selectedcontent {
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    :is(:is(.select), .select select) optgroup {
      padding-top: 0.5em;
      option {
        &:nth-child(1) {
          margin-top: 0.5em;
        }
      }
    }
    :is(:is(.select), .select select) option {
      border-radius: var(--radius-field);
      padding-block: calc(0.25rem * 1.5);
      padding-inline: calc(0.25rem * var(--option-px));
      transition-property: color, background-color;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
      white-space: normal;
      &:not(:disabled) {
        &:hover, &:focus-visible {
          cursor: pointer;
          background-color: var(--color-base-content);
          @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
          }
          --tw-outline-style: none;
          outline-style: none;
          @media (forced-colors: active) {
            outline: 2px solid transparent;
            outline-offset: 2px;
          }
        }
        &:active {
          background-color: var(--color-neutral);
          color: var(--color-neutral-content);
          box-shadow: 0 2px calc(var(--depth) * 3px) -2px var(--color-neutral);
        }
      }
    }
  }
  @layer daisyui.l1.l2 {
    .select {
      --sl-size-mul: 10;
      --font-size-min: 0.875rem;
      --option-px: 3;
    }
    .floating-label:has(.select) {
      --top-mul: 5;
      --font-size: 0.875rem;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .select\! {
      position: relative !important;
      display: inline-flex !important;
      flex-shrink: 1 !important;
      appearance: none !important;
      align-items: center !important;
      gap: calc(0.25rem * 1.5) !important;
      background-color: var(--color-base-100) !important;
      padding-inline-start: calc(0.25rem * 3) !important;
      padding-inline-end: calc(0.25rem * 7) !important;
      vertical-align: middle !important;
      --size: calc(var(--size-field, 0.25rem) * var(--sl-size-mul)) !important;
      --input-color: var(--color-base-content) !important;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .select\! {
        --input-color: color-mix(in oklab, var(--color-base-content) 20%, #0000) !important;
      }
    }
    .select\! {
      width: clamp(3rem, 20rem, 100%) !important;
      height: var(--size) !important;
      font-size: max(var(--font-size, 0rem), var(--font-size-min)) !important;
      touch-action: manipulation !important;
      border-start-start-radius: var(--join-ss, var(--radius-field)) !important;
      border-start-end-radius: var(--join-se, var(--radius-field)) !important;
      border-end-start-radius: var(--join-es, var(--radius-field)) !important;
      border-end-end-radius: var(--join-ee, var(--radius-field)) !important;
      background-image: linear-gradient(45deg, #0000 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, #0000 50%) !important;
      background-position: calc(100% - 20px) calc(1px + 50%), calc(100% - 16.1px) calc(1px + 50%) !important;
      background-size: 4px 4px, 4px 4px !important;
      background-repeat: no-repeat !important;
      white-space: nowrap !important;
      overflow: hidden !important;
      text-overflow: ellipsis !important;
      border: var(--border) solid var(--input-color, #0000) !important;
      box-shadow: 0 1px var(--input-color) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset !important;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .select\! {
        box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset !important;
      }
    }
    [dir="rtl"] .select\! {
      background-position: calc(0% + 12px) calc(1px + 50%), calc(0% + 16px) calc(1px + 50%) !important;
      &::picker(select), select::picker(select) {
        translate: 0.5rem 0 !important;
      }
    }
    .select\![multiple] {
      height: auto !important;
      overflow: auto !important;
      padding-block: calc(0.25rem * 3) !important;
      padding-inline-end: calc(0.25rem * 3) !important;
      background-image: none !important;
    }
    .select\! select {
      margin-inline-start: calc(0.25rem * -3) !important;
      margin-inline-end: calc(0.25rem * -7) !important;
      width: calc(100% + 2.75rem) !important;
      appearance: none !important;
      padding-inline-start: calc(0.25rem * 3) !important;
      padding-inline-end: calc(0.25rem * 7) !important;
      height: calc(100% - calc(var(--border) * 2)) !important;
      align-items: center !important;
      background: inherit !important;
      border-radius: inherit !important;
      border-style: none !important;
      &::placeholder {
        color: var(--color-base-content) !important;
        opacity: 50% !important;
      }
      &:focus, &:focus-within {
        --tw-outline-style: none !important;
        outline-style: none !important;
        @media (forced-colors: active) {
          outline: 2px solid transparent !important;
          outline-offset: 2px !important;
        }
      }
      &:not(:last-child) {
        margin-inline-end: calc(0.25rem * -5.5) !important;
        background-image: none !important;
      }
    }
    .select\!:focus, .select\!:focus-within, .select\!:open {
      --input-color: var(--color-base-content) !important;
      box-shadow: 0 1px var(--input-color) !important;
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000) !important;
      }
      outline: 2px solid var(--input-color) !important;
      outline-offset: 2px !important;
      isolation: isolate !important;
      background-image: linear-gradient(135deg, #0000 50%, currentColor 50%), linear-gradient(45deg, currentColor 50%, #0000 50%) !important;
    }
    .select\!:has( > select[disabled]), .select\!:is(:disabled, [disabled]), fieldset:disabled .select\! {
      cursor: not-allowed !important;
      border-color: var(--color-base-200) !important;
      background-color: var(--color-base-200) !important;
      &:is(select), :is(select) {
        color: var(--color-base-content) !important;
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 40%, transparent) !important;
        }
      }
      box-shadow: none !important;
      &::placeholder, ::placeholder {
        color: var(--color-base-content) !important;
        opacity: 20% !important;
      }
    }
    .select\!:has( > select[disabled]) > select[disabled] {
      cursor: not-allowed !important;
    }
    @supports (appearance: base-select) {
      :is(:is(.select\!), .select\! select), :is(:is(.select\!), .select\! select)::picker(select) {
        appearance: base-select !important;
      }
    }
    :is(:is(.select\!), .select\! select)::picker(select) {
      color: inherit !important;
      max-height: min(24rem, 70dvh) !important;
      margin-inline: 0.5rem !important;
      translate: -0.5rem 0 !important;
      border: var(--border) solid var(--color-base-200) !important;
      margin-block: calc(0.25rem * 2) !important;
      border-radius: var(--radius-box) !important;
      padding: calc(0.25rem * 2) !important;
      background-color: inherit !important;
      box-shadow: 0 2px calc(var(--depth) * 3px) -2px oklch(0% 0 0/0.2) !important;
      box-shadow: 0 20px 25px -5px rgb(0 0 0 / calc(var(--depth) * 0.1)), 0 8px 10px -6px rgb(0 0 0 / calc(var(--depth) * 0.1)) !important;
    }
    :is(:is(.select\!), .select\! select)::picker-icon {
      display: none !important;
    }
    :is(:is(.select\!), .select\! select) selectedcontent {
      width: 100% !important;
      overflow: hidden !important;
      text-overflow: ellipsis !important;
      white-space: nowrap !important;
    }
    :is(:is(.select\!), .select\! select) optgroup {
      padding-top: 0.5em !important;
      option {
        &:nth-child(1) {
          margin-top: 0.5em !important;
        }
      }
    }
    :is(:is(.select\!), .select\! select) option {
      border-radius: var(--radius-field) !important;
      padding-block: calc(0.25rem * 1.5) !important;
      padding-inline: calc(0.25rem * var(--option-px)) !important;
      transition-property: color, background-color !important;
      transition-duration: 0.2s !important;
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
      white-space: normal !important;
      &:not(:disabled) {
        &:hover, &:focus-visible {
          cursor: pointer !important;
          background-color: var(--color-base-content) !important;
          @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-base-content) 10%, transparent) !important;
          }
          --tw-outline-style: none !important;
          outline-style: none !important;
          @media (forced-colors: active) {
            outline: 2px solid transparent !important;
            outline-offset: 2px !important;
          }
        }
        &:active {
          background-color: var(--color-neutral) !important;
          color: var(--color-neutral-content) !important;
          box-shadow: 0 2px calc(var(--depth) * 3px) -2px var(--color-neutral) !important;
        }
      }
    }
  }
  @layer daisyui.l1.l2 {
    .select\! {
      --sl-size-mul: 10 !important;
      --font-size-min: 0.875rem !important;
      --option-px: 3 !important;
    }
    .floating-label:has(.select\!) {
      --top-mul: 5 !important;
      --font-size: 0.875rem !important;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .timeline {
      position: relative;
      display: flex;
    }
    .timeline  > li {
      position: relative;
      display: grid;
      flex-shrink: 0;
      align-items: center;
      grid-template-rows: var(--timeline-row-start, minmax(0, 1fr)) auto var(--timeline-row-end, minmax(0, 1fr) );
      grid-template-columns: var(--timeline-col-start, minmax(0, 1fr)) auto var(--timeline-col-end, minmax(0, 1fr) );
       > hr {
        border: none;
        width: 100%;
        &:first-child {
          grid-column-start: 1;
          grid-row-start: 2;
        }
        &:last-child {
          grid-column-start: 3;
          grid-column-end: none;
          grid-row-start: 2;
          grid-row-end: auto;
        }
        @media print {
          border: 0.1px solid var(--color-base-300);
        }
      }
    }
    .timeline :where(hr) {
      height: 0.25rem;
      background-color: var(--color-base-300);
    }
    .timeline:has(.timeline-middle hr):first-child {
      border-start-start-radius: 0;
      border-end-start-radius: 0;
      border-start-end-radius: var(--radius-selector);
      border-end-end-radius: var(--radius-selector);
    }
    .timeline:has(.timeline-middle hr):last-child {
      border-start-start-radius: var(--radius-selector);
      border-end-start-radius: var(--radius-selector);
      border-start-end-radius: 0;
      border-end-end-radius: 0;
    }
    .timeline:not(:has(.timeline-middle)) :first-child hr:last-child {
      border-start-start-radius: var(--radius-selector);
      border-end-start-radius: var(--radius-selector);
      border-start-end-radius: 0;
      border-end-end-radius: 0;
    }
    .timeline:not(:has(.timeline-middle)) :last-child hr:first-child {
      border-start-start-radius: 0;
      border-end-start-radius: 0;
      border-start-end-radius: var(--radius-selector);
      border-end-end-radius: var(--radius-selector);
    }
  }
  @layer daisyui.l1.l2 {
    .swap {
      position: relative;
      display: inline-grid;
      cursor: pointer;
      place-content: center;
      vertical-align: middle;
      webkit-user-select: none;
      user-select: none;
    }
    .swap input {
      appearance: none;
      border: none;
    }
    .swap  > * {
      grid-column-start: 1;
      grid-row-start: 1;
      @media (prefers-reduced-motion: no-preference) {
        transition-property: transform, rotate, opacity;
        transition-duration: 0.2s;
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
      }
    }
    .swap .swap-on, .swap  .swap-indeterminate, .swap  input:indeterminate ~ .swap-on {
      opacity: 0%;
    }
    .swap input:is(:checked, :indeterminate) ~ .swap-off {
      opacity: 0%;
    }
    .swap input:checked ~ .swap-on, .swap  input:indeterminate ~ .swap-indeterminate {
      opacity: 100%;
      backface-visibility: visible;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .collapse-title {
      grid-column-start: 1;
      grid-row-start: 1;
      position: relative;
      width: 100%;
      padding: 1rem;
      padding-inline-end: 3rem;
      min-height: 1lh;
      transition: background-color 0.2s ease-out;
    }
    .mockup-browser {
      position: relative;
      overflow: hidden;
      overflow-x: auto;
      border-radius: var(--radius-box);
    }
    .mockup-browser pre[data-prefix]:before {
      --tw-content: attr(data-prefix);
      content: var(--tw-content);
      display: inline-block;
      text-align: right;
    }
    .mockup-browser .mockup-browser-toolbar {
      margin-block: calc(0.25rem * 3);
      display: inline-flex;
      width: 100%;
      align-items: center;
      padding-right: 1.4em;
      &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
        flex-direction: row-reverse;
      }
      &:before {
        content: "";
        margin-right: 4.8rem;
        display: inline-block;
        aspect-ratio: 1 / 1;
        height: calc(0.25rem * 3);
        border-radius: calc(infinity * 1px);
        opacity: 30%;
        box-shadow: 1.4em 0, 2.8em 0, 4.2em 0;
      }
      .input {
        margin-inline: auto;
        display: flex;
        height: 100%;
        align-items: center;
        gap: calc(0.25rem * 2);
        overflow: hidden;
        background-color: var(--color-base-200);
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 0.75rem;
        direction: ltr;
        &:before {
          content: "";
          width: calc(0.25rem * 4);
          height: calc(0.25rem * 4);
          opacity: 50%;
          background-color: currentColor;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M9.965 11.026a5 5 0 1 1 1.06-1.06l2.755 2.754a.75.75 0 1 1-1.06 1.06l-2.755-2.754ZM10.5 7a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Z' clip-rule='evenodd' /%3E%3C/svg%3E") no-repeat center;
          mask-size: contain;
        }
      }
    }
  }
  @layer daisyui.l1.l2 {
    .menu-horizontal {
      display: inline-flex;
      flex-direction: row;
      align-items: center;
    }
    .menu-horizontal > li:not(.menu-title) > details > :is(ul, menu) {
      position: absolute;
      margin-inline-start: 0;
      margin-top: calc(0.25rem * 4);
      transform-origin: top;
      border-radius: var(--radius-box);
      background-color: var(--color-base-100);
      padding-block: calc(0.25rem * 2);
      padding-inline-end: calc(0.25rem * 2);
      opacity: 0%;
      scale: 95%;
      box-shadow: 0 1px 3px 0 oklch(0% 0 0/0.1), 0 1px 2px -1px oklch(0% 0 0/0.1);
      @media (prefers-reduced-motion: no-preference) {
        @starting-style {
          scale: 95%;
          opacity: 0;
        }
        animation: menu 0.2s;
        transition-property: opacity, scale, display;
        transition-behavior: allow-discrete;
        transition-duration: 0.2s;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      }
    }
    .menu-horizontal > li:not(.menu-title) > details[open] > :is(ul, menu) {
      opacity: 100%;
      scale: 100%;
    }
    .menu-horizontal > li > details > :is(ul, menu):before {
      --tw-content: none;
      content: var(--tw-content);
    }
  }
  @layer daisyui.l1.l2.l3 {
    .mockup-code {
      position: relative;
      overflow: hidden;
      overflow-x: auto;
      border-radius: var(--radius-box);
      background-color: var(--color-neutral);
      padding-block: calc(0.25rem * 5);
      color: var(--color-neutral-content);
      font-size: 0.875rem;
      direction: ltr;
    }
    .mockup-code:before {
      content: "";
      margin-bottom: calc(0.25rem * 4);
      display: block;
      height: calc(0.25rem * 3);
      width: calc(0.25rem * 3);
      border-radius: calc(infinity * 1px);
      opacity: 30%;
      box-shadow: 1.4em 0, 2.8em 0, 4.2em 0;
    }
    .mockup-code pre {
      padding-right: calc(0.25rem * 5);
      width: max-content;
      min-width: 100%;
      &:before {
        content: "";
        margin-right: 2ch;
      }
      &[data-prefix] {
        &:before {
          --tw-content: attr(data-prefix);
          content: var(--tw-content);
          display: inline-block;
          width: calc(0.25rem * 8);
          text-align: right;
          opacity: 50%;
        }
      }
    }
    .mockup-window {
      position: relative;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      overflow-x: auto;
      border-radius: var(--radius-box);
      padding-top: calc(0.25rem * 5);
    }
    .mockup-window:before {
      content: "";
      margin-bottom: calc(0.25rem * 4);
      display: block;
      aspect-ratio: 1 / 1;
      height: calc(0.25rem * 3);
      flex-shrink: 0;
      align-self: flex-start;
      border-radius: calc(infinity * 1px);
      opacity: 30%;
      box-shadow: 1.4em 0, 2.8em 0, 4.2em 0;
    }
    [dir="rtl"] .mockup-window:before {
      align-self: flex-end;
    }
    .mockup-window pre[data-prefix]:before {
      --tw-content: attr(data-prefix);
      content: var(--tw-content);
      display: inline-block;
      text-align: right;
    }
    .avatar {
      position: relative;
      display: inline-flex;
      vertical-align: middle;
    }
    .avatar > div {
      display: block;
      aspect-ratio: 1 / 1;
      overflow: hidden;
    }
    .avatar img {
      height: 100%;
      width: 100%;
      object-fit: cover;
    }
    .checkbox {
      border: var(--border) solid var(--input-color, var(--color-base-content));
    }
    @supports (color: color-mix(in lab, red, red)) {
      .checkbox {
        border: var(--border) solid var(--input-color, color-mix(in oklab, var(--color-base-content) 20%, #0000));
      }
    }
    .checkbox {
      position: relative;
      display: inline-block;
      flex-shrink: 0;
      cursor: pointer;
      appearance: none;
      border-radius: var(--radius-selector);
      padding: 0.25rem;
      vertical-align: middle;
      color: var(--color-base-content);
      box-shadow: 0 1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset, 0 0 #0000 inset, 0 0 #0000;
      transition: background-color 0.2s, box-shadow 0.2s;
      --size: calc(var(--size-selector, 0.25rem) * 6);
      width: var(--size);
      height: var(--size);
      background-size: auto, calc(var(--noise) * 100%);
      background-image: none, var(--fx-noise);
    }
    .checkbox:before {
      --tw-content: "";
      content: var(--tw-content);
      display: block;
      width: 100%;
      height: 100%;
      rotate: 45deg;
      background-color: currentcolor;
      opacity: 0%;
      transition: clip-path 0.3s, opacity 0.1s, rotate 0.3s, translate 0.3s;
      transition-delay: 0.1s;
      clip-path: polygon(20% 100%, 20% 80%, 50% 80%, 50% 80%, 70% 80%, 70% 100%);
      box-shadow: 0px 3px 0 0px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
      font-size: 1rem;
      line-height: 0.75;
    }
    .checkbox:focus-visible {
      outline: 2px solid var(--input-color, currentColor);
      outline-offset: 2px;
    }
    .checkbox:checked, .checkbox[aria-checked="true"] {
      background-color: var(--input-color, #0000);
      box-shadow: 0 0 #0000 inset, 0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 1px oklch(0% 0 0 / calc(var(--depth) * 0.1));
      &:before {
        clip-path: polygon(20% 100%, 20% 80%, 50% 80%, 50% 0%, 70% 0%, 70% 100%);
        opacity: 100%;
      }
      @media (forced-colors: active) {
        &:before {
          rotate: 0deg;
          background-color: transparent;
          --tw-content: "✔︎";
          clip-path: none;
        }
      }
      @media print {
        &:before {
          rotate: 0deg;
          background-color: transparent;
          --tw-content: "✔︎";
          clip-path: none;
        }
      }
    }
    .checkbox:indeterminate {
      background-color: var(--input-color, var(--color-base-content) );
      @supports (color: color-mix(in lab, red, red)) {
        background-color: var(--input-color, color-mix(in oklab, var(--color-base-content) 20%, #0000) );
      }
      &:before {
        rotate: 0deg;
        opacity: 100%;
        translate: 0 -35%;
        clip-path: polygon(20% 100%, 20% 80%, 50% 80%, 50% 80%, 80% 80%, 80% 100%);
      }
    }
  }
  @layer daisyui.l1.l2 {
    .checkbox:disabled {
      cursor: not-allowed;
      opacity: 20%;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .radio {
      position: relative;
      display: inline-block;
      flex-shrink: 0;
      cursor: pointer;
      appearance: none;
      border-radius: calc(infinity * 1px);
      padding: 0.25rem;
      vertical-align: middle;
      border: var(--border) solid var(--input-color, currentColor);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .radio {
        border: var(--border) solid var(--input-color, color-mix(in srgb, currentColor 20%, #0000));
      }
    }
    .radio {
      box-shadow: 0 1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset;
      --size: calc(var(--size-selector, 0.25rem) * 6);
      width: var(--size);
      height: var(--size);
      color: var(--input-color, currentColor);
    }
    .radio:before {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: calc(infinity * 1px);
      --tw-content: "";
      content: var(--tw-content);
      background-size: auto, calc(var(--noise) * 100%);
      background-image: none, var(--fx-noise);
    }
    .radio:focus-visible {
      outline: 2px solid currentColor;
    }
    .radio:checked, .radio[aria-checked="true"] {
      border-color: currentcolor;
      background-color: var(--color-base-100);
      @media (prefers-reduced-motion: no-preference) {
        animation: radio 0.2s ease-out;
      }
      &:before {
        background-color: currentcolor;
        box-shadow: 0 -1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset, 0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 1px oklch(0% 0 0 / calc(var(--depth) * 0.1));
      }
      @media (forced-colors: active) {
        &:before {
          outline-style: var(--tw-outline-style);
          outline-width: 1px;
          outline-offset: calc(1px * -1);
        }
      }
      @media print {
        &:before {
          outline: 0.25rem solid;
          outline-offset: -1rem;
        }
      }
    }
  }
  @layer daisyui.l1.l2 {
    .radio:disabled {
      cursor: not-allowed;
      opacity: 20%;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .rating {
      position: relative;
      display: inline-flex;
      vertical-align: middle;
      --size: var(--size-selector, 0.25rem) * 6;
    }
    .rating input {
      cursor: pointer;
      appearance: none;
    }
    .rating * {
      border-radius: 0;
      background-color: var(--color-base-content);
      opacity: 20%;
      width: calc(var(--size) * 1);
      height: calc(var(--size));
      @media (prefers-reduced-motion: no-preference) {
        animation: rating 0.25s ease-out;
      }
    }
    .rating .rating-hidden {
      width: calc(0.25rem * 2);
      background-color: transparent;
    }
    .rating :checked, .rating  [aria-checked="true"], .rating  [aria-current="true"], .rating  :has( ~ :checked,  ~ [aria-checked="true"],  ~ [aria-current="true"]) {
      opacity: 100%;
    }
    .rating :focus-visible {
      scale: 1.1;
      @media (prefers-reduced-motion: no-preference) {
        transition: scale 0.2s ease-out;
      }
    }
    .rating :active:focus {
      animation: none;
      scale: 1.1;
    }
  }
  @layer daisyui.l1.l2 {
    .rating {
      --size: var(--size-selector, 0.25rem) * 6;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .navbar {
      display: flex;
      width: 100%;
      align-items: center;
      padding: 0.5rem;
      min-height: 4rem;
    }
  }
  @layer daisyui.l1.l2 {
    :where(.navbar) {
      position: relative;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .drawer {
      position: relative;
      display: grid;
      width: 100%;
      grid-auto-columns: max-content auto;
    }
    .drawer\! {
      position: relative !important;
      display: grid !important;
      width: 100% !important;
      grid-auto-columns: max-content auto !important;
    }
    .card {
      position: relative;
      display: flex;
      flex-direction: column;
      border-radius: var(--radius-box);
      transition: outline 0.2s ease-in-out;
      outline: 2px solid #0000;
      outline-offset: 2px;
    }
    .card:focus-visible, .card[aria-checked="true"], .card:has( > :checked,  > :is([type="checkbox"], [type="radio"]):focus-visible) {
      outline-color: currentColor;
    }
    .card:has( > :checked:focus-visible), .card[aria-checked="true"]:focus-visible, .card[aria-checked="true"]:has( > :is([type="checkbox"], [type="radio"]):focus-visible) {
      outline-width: 4px;
    }
    .card:has( > :is([type="checkbox"], [type="radio"])) {
      cursor: pointer;
      user-select: none;
    }
    .card  > :is([type="checkbox"], [type="radio"]) {
      appearance: none;
    }
  }
  @layer daisyui.l1.l2.l3.l4 {
    .card figure:first-child {
      overflow: hidden;
      border-start-start-radius: inherit;
      border-start-end-radius: inherit;
      border-end-start-radius: unset;
      border-end-end-radius: unset;
    }
    .card figure:last-child {
      overflow: hidden;
      border-start-start-radius: unset;
      border-start-end-radius: unset;
      border-end-start-radius: inherit;
      border-end-end-radius: inherit;
    }
    .card figure {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .stats {
      position: relative;
      display: inline-grid;
      grid-auto-flow: column;
      overflow-x: auto;
      border-radius: var(--radius-box);
    }
    .progress {
      position: relative;
      height: calc(0.25rem * 2);
      width: 100%;
      appearance: none;
      overflow: hidden;
      border-radius: var(--radius-box);
      background-color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .progress {
        background-color: color-mix(in oklab, currentcolor 20%, transparent);
      }
    }
    .progress {
      color: var(--color-base-content);
    }
    .progress:indeterminate {
      background-image: repeating-linear-gradient( 90deg, currentColor -1%, currentColor 10%, #0000 10%, #0000 90% );
      background-size: 200%;
      background-position-x: 15%;
      @media (prefers-reduced-motion: no-preference) {
        animation: progress 5s ease-in-out infinite;
      }
      @supports (-moz-appearance: none) {
        &::-moz-progress-bar {
          background-color: transparent;
          @media (prefers-reduced-motion: no-preference) {
            animation: progress 5s ease-in-out infinite;
            background-image: repeating-linear-gradient( 90deg, currentColor -1%, currentColor 10%, #0000 10%, #0000 90% );
            background-size: 200%;
            background-position-x: 15%;
          }
        }
      }
    }
    @supports (-moz-appearance: none) {
      .progress::-moz-progress-bar {
        border-radius: var(--radius-box);
        background-color: currentcolor;
        @media (prefers-reduced-motion: no-preference) {
          transition: inline-size 0.3s ease;
        }
      }
    }
    @supports (-webkit-appearance: none) {
      .progress::-webkit-progress-bar {
        border-radius: var(--radius-box);
        background-color: transparent;
      }
      .progress::-webkit-progress-value {
        border-radius: var(--radius-box);
        background-color: currentColor;
        @media (prefers-reduced-motion: no-preference) {
          transition: inline-size 0.3s ease;
        }
      }
    }
  }
  .absolute {
    position: absolute;
  }
  .absolute\! {
    position: absolute !important;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .relative\! {
    position: relative !important;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  @layer daisyui.l1.l2 {
    .tooltip-bottom  > .tooltip-content, .tooltip-bottom[data-tip]:before {
      transform: translateX(var(--tt-trans, -50%)) translateY(var(--tt-pos, -0.25rem));
      inset: var(--tt-off) auto auto 50%;
    }
    .tooltip-bottom:after {
      transform: translateX(var(--tt-trans, -50%)) translateY(var(--tt-pos, -0.25rem)) rotate(180deg);
      inset: var(--tt-tail) auto auto 50%;
    }
  }
  .inset-0 {
    inset: 0px;
  }
  @layer daisyui.l1.l2 {
    .megamenu-full {
      anchor-name: --megamenu;
    }
    .megamenu-full:popover-open {
      inset-inline: 0;
    }
    .megamenu-full [popover] {
      position-area: block-end;
      position-anchor: --megamenu;
      width: 100%;
      border-radius: 0;
      border-inline-width: 0;
    }
    .megamenu-wide {
      anchor-name: --megamenu;
    }
    .megamenu-wide:popover-open {
      inset-inline: 0;
    }
    .megamenu-wide [popover] {
      position-area: block-end;
      position-anchor: --megamenu;
      width: anchor-size(inline);
    }
  }
  .-inset-x-\[0\.1em\] {
    inset-inline: calc(0.1em * -1);
  }
  @layer daisyui.l1.l2 {
    .tooltip-left  > .tooltip-content, .tooltip-left[data-tip]:before {
      transform: translateX(calc(var(--tt-pos, 0.25rem) - 0.25rem)) translateY(var(--tt-trans, -50%));
      left: auto;
      right: var(--tt-off);
      inset-block: var(--tt-inset, 50% auto);
    }
    .tooltip-left:after {
      transform: translateX(var(--tt-pos, 0.25rem)) translateY(var(--tt-trans, -50%)) rotate(-90deg);
      left: auto;
      right: calc(var(--tt-tail) + 1px);
      inset-block: var(--tt-tail-inset, 50% auto);
    }
    .tooltip-right  > .tooltip-content, .tooltip-right[data-tip]:before {
      transform: translateX(calc(var(--tt-pos, -0.25rem) + 0.25rem)) translateY(var(--tt-trans, -50%));
      left: var(--tt-off);
      right: auto;
      inset-block: var(--tt-inset, 50% auto);
    }
    .tooltip-right:after {
      transform: translateX(var(--tt-pos, -0.25rem)) translateY(var(--tt-trans, -50%)) rotate(90deg);
      left: calc(var(--tt-tail) + 1px);
      right: auto;
      inset-block: var(--tt-tail-inset, 50% auto);
    }
    .toast-end {
      inset-inline-start: auto;
      inset-inline-end: calc(0.25rem * 4);
      --toast-x: 0;
    }
    .toast-start {
      inset-inline-start: calc(0.25rem * 4);
      inset-inline-end: auto;
      --toast-x: 0;
    }
    .chat-end {
      place-items: end;
      grid-template-columns: 1fr auto;
    }
    .chat-end .chat-header {
      grid-column-start: 1;
    }
    .chat-end .chat-footer {
      grid-column-start: 1;
    }
    .chat-end .chat-image {
      grid-column-start: 2;
    }
    .chat-end .chat-bubble {
      grid-column-start: 1;
      border-end-end-radius: 0;
      &:before {
        transform: rotateY(180deg);
        inset-inline-start: 100%;
      }
      [dir="rtl"] &:before {
        transform: rotateY(0deg);
      }
    }
    .chat-start {
      place-items: start;
      grid-template-columns: auto 1fr;
    }
    .chat-start .chat-header {
      grid-column-start: 2;
    }
    .chat-start .chat-footer {
      grid-column-start: 2;
    }
    .chat-start .chat-image {
      grid-column-start: 1;
    }
    .chat-start .chat-bubble {
      grid-column-start: 2;
      border-end-start-radius: 0;
      &:before {
        transform: rotateY(0deg);
        inset-inline-start: -0.75rem;
      }
      [dir="rtl"] &:before {
        transform: rotateY(180deg);
      }
    }
  }
  .start-1 {
    inset-inline-start: calc(var(--spacing) * 1);
  }
  @layer daisyui.l1.l2 {
    .dropdown-center {
      --anchor-h: center;
    }
    .dropdown-center :where(.dropdown-content) {
      inset-inline-end: calc(1/2 * 100%);
      translate: 50% 0;
      [dir="rtl"] & {
        translate: -50% 0;
      }
    }
    .dropdown-center.dropdown-left {
      --anchor-h: left;
      --anchor-v: center;
      .dropdown-content {
        top: auto;
        bottom: calc(1 / 2 * 100%);
        translate: 0 50%;
      }
    }
    .dropdown-center.dropdown-right {
      --anchor-h: right;
      --anchor-v: center;
      .dropdown-content {
        top: auto;
        bottom: calc(1 / 2 * 100%);
        translate: 0 50%;
      }
    }
    .dropdown-end {
      --anchor-h: span-left;
    }
    .dropdown-end :where(.dropdown-content) {
      inset-inline-end: calc(0.25rem * 0);
      translate: 0 0;
      [dir="rtl"] & {
        translate: 0 0;
      }
    }
    .dropdown-end.dropdown-left {
      --anchor-h: left;
      --anchor-v: span-top;
      .dropdown-content {
        top: auto;
        bottom: 0;
      }
    }
    .dropdown-end.dropdown-right {
      --anchor-h: right;
      --anchor-v: span-top;
      .dropdown-content {
        top: auto;
        bottom: 0;
      }
    }
    .dropdown-start {
      --anchor-h: span-right;
    }
    .dropdown-start :where(.dropdown-content) {
      inset-inline-end: auto;
      translate: 0 0;
      [dir="rtl"] & {
        translate: 0 0;
      }
    }
    .dropdown-start.dropdown-left {
      --anchor-h: left;
      --anchor-v: span-bottom;
      .dropdown-content {
        top: 0;
        bottom: auto;
      }
    }
    .dropdown-start.dropdown-right {
      --anchor-h: right;
      --anchor-v: span-bottom;
      .dropdown-content {
        top: 0;
        bottom: auto;
      }
    }
    .dropdown-top {
      --anchor-v: top;
    }
    .dropdown-top .dropdown-content {
      top: auto;
      bottom: 100%;
      transform-origin: bottom;
    }
    .toast-top {
      top: calc(0.25rem * 4);
      bottom: auto;
      --toast-y: 0;
    }
  }
  .-top-7 {
    top: calc(var(--spacing) * -7);
  }
  .top-0 {
    top: 0px;
  }
  .top-1\.5 {
    top: calc(var(--spacing) * 1.5);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-6 {
    top: calc(var(--spacing) * 6);
  }
  .top-9 {
    top: calc(var(--spacing) * 9);
  }
  .top-10 {
    top: calc(var(--spacing) * 10);
  }
  .top-11 {
    top: calc(var(--spacing) * 11);
  }
  .top-\[14\%\] {
    top: 14%;
  }
  .top-\[16\%\] {
    top: 16%;
  }
  .top-\[42\%\] {
    top: 42%;
  }
  .top-\[46\%\] {
    top: 46%;
  }
  .top-\[65px\] {
    top: 65px;
  }
  .-right-\[14px\] {
    right: calc(14px * -1);
  }
  .right-0 {
    right: 0px;
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-6 {
    right: calc(var(--spacing) * 6);
  }
  .right-\[4\%\] {
    right: 4%;
  }
  .right-\[9\%\] {
    right: 9%;
  }
  .right-\[11\%\] {
    right: 11%;
  }
  .right-\[22\%\] {
    right: 22%;
  }
  .right-\[30px\] {
    right: 30px;
  }
  .right-\[max\(0px\,calc\(50vw-735px\)\)\] {
    right: max(0px, calc(50vw - 735px));
  }
  .bottom-0 {
    bottom: 0px;
  }
  .bottom-2 {
    bottom: calc(var(--spacing) * 2);
  }
  .bottom-8 {
    bottom: calc(var(--spacing) * 8);
  }
  .bottom-14 {
    bottom: calc(var(--spacing) * 14);
  }
  .bottom-\[0\.02em\] {
    bottom: 0.02em;
  }
  .bottom-\[34px\] {
    bottom: 34px;
  }
  .bottom-\[70px\] {
    bottom: 70px;
  }
  .bottom-\[88px\] {
    bottom: 88px;
  }
  .-left-2 {
    left: calc(var(--spacing) * -2);
  }
  .left-0 {
    left: 0px;
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .left-\[4\%\] {
    left: 4%;
  }
  .left-\[7\%\] {
    left: 7%;
  }
  .left-\[9\%\] {
    left: 9%;
  }
  .left-\[20\%\] {
    left: 20%;
  }
  .left-\[26px\] {
    left: 26px;
  }
  .left-\[38\%\] {
    left: 38%;
  }
  .join {
    display: inline-flex;
    align-items: stretch;
    --join-ss: 0;
    --join-se: 0;
    --join-es: 0;
    --join-ee: 0;
    --join-v: 0;
    --join-h: 1;
    @scope (&) {
       > :where(:focus, :has(:focus)) {
        z-index: 1;
      }
      @media (hover: hover) {
         > :where(.btn:hover, :has(.btn:hover)) {
          isolation: isolate;
        }
      }
      :where(:scope > :first-child) {
        --join-ss: var(--radius-field);
        --join-se: calc(var(--radius-field) * var(--join-v));
        --join-es: calc(var(--radius-field) * var(--join-h));
        --join-ee: 0;
      }
      :where(:scope > :last-child) {
        --join-ss: 0;
        --join-se: calc(var(--radius-field) * var(--join-h));
        --join-es: calc(var(--radius-field) * var(--join-v));
        --join-ee: var(--radius-field);
      }
      :where(:scope > :only-child) {
        --join-ss: var(--radius-field);
        --join-se: var(--radius-field);
        --join-es: var(--radius-field);
        --join-ee: var(--radius-field);
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    .file-input {
      cursor: pointer;
      border: var(--border) solid #0000;
      display: inline-flex;
      appearance: none;
      align-items: center;
      background-color: var(--color-base-100);
      vertical-align: middle;
      webkit-user-select: none;
      user-select: none;
      width: clamp(3rem, 20rem, 100%);
      height: var(--size);
      padding-inline-end: 0.75rem;
      font-size: 0.875rem;
      line-height: 2;
      border-start-start-radius: var(--join-ss, var(--radius-field));
      border-start-end-radius: var(--join-se, var(--radius-field));
      border-end-start-radius: var(--join-es, var(--radius-field));
      border-end-end-radius: var(--join-ee, var(--radius-field));
      border-color: var(--input-color);
      box-shadow: 0 1px var(--input-color) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .file-input {
        box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
      }
    }
    .file-input {
      --size: calc(var(--size-field, 0.25rem) * 10);
      --input-color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .file-input {
        --input-color: color-mix(in oklab, var(--color-base-content) 20%, #0000);
      }
    }
    .file-input::file-selector-button {
      margin-inline-end: calc(0.25rem * 4);
      cursor: pointer;
      padding-inline: calc(0.25rem * 4);
      webkit-user-select: none;
      user-select: none;
      height: calc(100% + var(--border) * 2);
      margin-block: calc(var(--border) * -1);
      margin-inline-start: calc(var(--border) * -1);
      font-size: 0.875rem;
      color: var(--btn-fg);
      border-width: var(--border);
      border-style: solid;
      border-color: var(--btn-border);
      border-start-start-radius: calc(var(--join-ss, var(--radius-field) - var(--border)));
      border-end-start-radius: calc(var(--join-es, var(--radius-field) - var(--border)));
      font-weight: 600;
      background-color: var(--btn-bg);
      background-size: calc(var(--noise) * 100%);
      background-image: var(--fx-noise);
      text-shadow: 0 0.5px oklch(1 0 0 / calc(var(--depth) * 0.15));
      box-shadow: 0 0.5px 0 0.5px white inset, var(--btn-shadow);
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 0.5px 0 0.5px color-mix( in oklab, color-mix(in oklab, white 30%, var(--btn-bg)) calc(var(--depth) * 20%), #0000 ) inset, var(--btn-shadow);
      }
      --size: calc(var(--size-field, 0.25rem) * 10);
      --btn-bg: var(--btn-color, var(--color-base-200));
      --btn-fg: var(--color-base-content);
      --btn-border: var(--btn-bg);
      @supports (color: color-mix(in lab, red, red)) {
        --btn-border: color-mix(in oklab, var(--btn-bg), #000 5%);
      }
      --btn-shadow: 0 3px 2px -2px var(--btn-bg),
        0 4px 3px -2px var(--btn-bg);
      @supports (color: color-mix(in lab, red, red)) {
        --btn-shadow: 0 3px 2px -2px color-mix(in oklab, var(--btn-bg) 30%, #0000),
        0 4px 3px -2px color-mix(in oklab, var(--btn-bg) 30%, #0000);
      }
    }
    .file-input:focus {
      --input-color: var(--color-base-content);
      box-shadow: 0 1px var(--input-color);
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 1px color-mix(in oklab, var(--input-color) 10%, #0000);
      }
      outline: 2px solid var(--input-color);
      outline-offset: 2px;
      isolation: isolate;
    }
    .file-input:has( > input[disabled]), .file-input:is(:disabled, [disabled]) {
      cursor: not-allowed;
      border-color: var(--color-base-200);
      background-color: var(--color-base-200);
      &::placeholder {
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
        }
      }
      box-shadow: none;
      color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklch, var(--color-base-content) 20%, #0000);
      }
      &::file-selector-button {
        cursor: not-allowed;
        border-color: var(--color-base-200);
        background-color: var(--color-base-200);
        --btn-border: #0000;
        background-image: none;
        --btn-fg: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          --btn-fg: color-mix(in oklch, var(--color-base-content) 20%, #0000);
        }
      }
    }
    .hero-content {
      isolation: isolate;
      display: flex;
      max-width: 80rem;
      align-items: center;
      justify-content: center;
      gap: calc(0.25rem * 4);
      padding: calc(0.25rem * 4);
    }
    .textarea {
      min-height: calc(0.25rem * 20);
      flex-shrink: 1;
      appearance: none;
      border-radius: var(--radius-field);
      background-color: var(--color-base-100);
      padding-inline: calc(0.25rem * 3);
      padding-block: calc(0.25rem * 2);
      vertical-align: middle;
      --input-color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .textarea {
        --input-color: color-mix(in oklab, var(--color-base-content) 20%, #0000);
      }
    }
    .textarea {
      width: clamp(3rem, 20rem, 100%);
      font-size: max(var(--font-size, 0rem), var(--font-size-min));
      touch-action: manipulation;
      border: var(--border) solid var(--input-color, #0000);
      box-shadow: 0 1px var(--input-color) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .textarea {
        box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
      }
    }
    .textarea textarea {
      appearance: none;
      background-color: transparent;
      border: none;
      &::placeholder {
        color: var(--color-base-content);
        opacity: 50%;
      }
      &:focus, &:focus-within {
        --tw-outline-style: none;
        outline-style: none;
        @media (forced-colors: active) {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
      }
    }
    .textarea:focus, .textarea:focus-within {
      --input-color: var(--color-base-content);
      box-shadow: 0 1px var(--input-color);
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000);
      }
      outline: 2px solid var(--input-color);
      outline-offset: 2px;
      isolation: isolate;
    }
    @media (pointer: coarse) {
      @supports (-webkit-touch-callout: none) {
        .textarea:focus, .textarea:focus-within {
          --font-size: 1rem;
        }
      }
    }
    .textarea:has( > textarea[disabled]), .textarea:is(:disabled, [disabled]) {
      cursor: not-allowed;
      border-color: var(--color-base-200);
      background-color: var(--color-base-200);
      color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-base-content) 40%, transparent);
      }
      box-shadow: none;
      &::placeholder, ::placeholder {
        color: var(--color-base-content);
        opacity: 20%;
      }
    }
    .textarea:has( > textarea[disabled]) > textarea[disabled] {
      cursor: not-allowed;
    }
  }
  @layer daisyui.l1.l2 {
    .textarea {
      --font-size-min: 0.875rem;
    }
    .floating-label:has(.textarea) {
      --top-mul: 5;
      --font-size: 0.875rem;
    }
    .btn-active {
      --btn-bg: var(--btn-color, var(--color-base-200));
      color: var(--btn-fg, var(--color-base-content));
      --btn-border: var(--btn-bg);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .btn-active {
        --btn-border: color-mix(in oklab, var(--btn-bg), #000 calc(var(--depth) * 5%));
      }
    }
    .btn-active {
      --btn-border-style: solid;
      --btn-inset: 0 0.5px 0 0.5px oklch(100% 0 0 / calc(var(--depth) * 6%));
      --btn-shadow: 0 3px 2px -2px var(--btn-bg),
      0 4px 3px -2px var(--btn-bg);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .btn-active {
        --btn-shadow: 0 3px 2px -2px color-mix(in oklab, var(--btn-bg) calc(var(--depth) * 30%), #0000),
      0 4px 3px -2px color-mix(in oklab, var(--btn-bg) calc(var(--depth) * 30%), #0000);
      }
    }
    .btn-active {
      isolation: isolate;
    }
  }
  .isolate {
    isolation: isolate;
  }
  @layer daisyui.l1.l2.l3 {
    .mockup-phone-camera {
      grid-column: 1/1;
      grid-row: 1/1;
      background: #000;
      height: 3.7%;
      width: 28%;
      border-radius: 17px;
      z-index: 1;
      margin-top: 3%;
    }
    .stack {
      display: inline-grid;
      grid-template-columns: 3px 4px 1fr 4px 3px;
      grid-template-rows: 3px 4px 1fr 4px 3px;
    }
    .stack > * {
      height: 100%;
      width: 100%;
      &:nth-child(n + 2) {
        width: 100%;
        opacity: 70%;
      }
      &:nth-child(2) {
        z-index: 2;
        opacity: 90%;
      }
      &:nth-child(1) {
        z-index: 3;
        width: 100%;
      }
    }
  }
  @layer daisyui.l1.l2 {
    :is(:is(.stack), .stack.stack-bottom)  > * {
      grid-column: 3 / 4;
      grid-row: 3 / 6;
      &:nth-child(2) {
        grid-column: 2 / 5;
        grid-row: 2 / 5;
      }
      &:nth-child(1) {
        grid-column: 1 / 6;
        grid-row: 1 / 4;
      }
    }
    .stack.stack-top  > * {
      grid-column: 3 / 4;
      grid-row: 1 / 4;
      &:nth-child(2) {
        grid-column: 2 / 5;
        grid-row: 2 / 5;
      }
      &:nth-child(1) {
        grid-column: 1 / 6;
        grid-row: 3 / 6;
      }
    }
    .stack.stack-start  > * {
      grid-column: 1 / 4;
      grid-row: 3 / 4;
      &:nth-child(2) {
        grid-column: 2 / 5;
        grid-row: 2 / 5;
      }
      &:nth-child(1) {
        grid-column: 3 / 6;
        grid-row: 1 / 6;
      }
    }
    .stack.stack-end  > * {
      grid-column: 3 / 6;
      grid-row: 3 / 4;
      &:nth-child(2) {
        grid-column: 2 / 5;
        grid-row: 2 / 5;
      }
      &:nth-child(1) {
        grid-column: 1 / 4;
        grid-row: 1 / 6;
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    .modal-backdrop {
      grid-column-start: 1;
      grid-row-start: 1;
      display: grid;
      align-self: stretch;
      justify-self: stretch;
      color: transparent;
      z-index: -1;
    }
    .modal-backdrop button {
      cursor: pointer;
    }
  }
  @layer daisyui.l1.l2 {
    .tabs-box {
      background-color: var(--color-base-200);
      padding: 0.25rem;
      --tabs-box-radius: calc(3 * var(--radius-field));
      border-radius: calc( min(var(--tab-height) / 2, var(--radius-field)) + min(0.25rem, var(--tabs-box-radius)) );
      box-shadow: 0 -0.5px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 0.5px oklch(0% 0 0 / calc(var(--depth) * 0.05)) inset;
    }
    .tabs-box  > .tab {
      border-radius: var(--radius-field);
      border-style: none;
      &:focus-visible, &:is(label:has(:checked:focus-visible)) {
        outline-offset: 2px;
      }
      &:focus-visible {
        z-index: 1;
      }
    }
    .tabs-box  > :is(.tab-active, [aria-selected="true"], [aria-current="true"], [aria-current="page"]):not(.tab-disabled, [disabled] ), .tabs-box   > :is(input:checked), .tabs-box   > :is(label:has(:checked)) {
      background-color: var(--tab-bg, var(--color-base-100));
      box-shadow: 0 1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 1px 1px -1px var(--color-neutral), 0 1px 6px -4px var(--color-neutral);
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 1px 1px -1px color-mix(in oklab, var(--color-neutral) calc(var(--depth) * 50%), #0000), 0 1px 6px -4px color-mix(in oklab, var(--color-neutral) calc(var(--depth) * 100%), #0000);
      }
      @media (forced-colors: active) {
        border: 1px solid;
      }
    }
    .tabs-box  > .tab-content {
      margin-top: 0.25rem;
      height: calc(100% - var(--tab-height) + var(--border) - 0.5rem);
      border-radius: calc( min(var(--tab-height) / 2, var(--radius-field)) + min(0.25rem, var(--tabs-box-radius)) - var(--border) );
    }
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[5\] {
    z-index: 5;
  }
  @layer daisyui.l1.l2.l3 {
    .tab-content {
      order: var(--tabcontent-order);
      display: none;
      border-color: transparent;
      --tabcontent-radius-ss: var(--radius-box);
      --tabcontent-radius-se: var(--radius-box);
      --tabcontent-radius-es: var(--radius-box);
      --tabcontent-radius-ee: var(--radius-box);
      --tabcontent-order: 1;
      width: 100%;
      height: calc(100% - var(--tab-height) + var(--border));
      margin: var(--tabcontent-margin);
      border-width: var(--border);
      border-start-start-radius: var(--tabcontent-radius-ss);
      border-start-end-radius: var(--tabcontent-radius-se);
      border-end-start-radius: var(--tabcontent-radius-es);
      border-end-end-radius: var(--tabcontent-radius-ee);
    }
    .hover-gallery {
      --items: 1;
      grid-template-columns: repeat(var(--items), 1fr);
      width: 100%;
      gap: 1px;
      overflow: hidden;
    }
    :is(.hover-gallery), .hover-gallery:is(figure) {
      display: inline-grid;
    }
    .hover-gallery:has( > :nth-child(3)) {
      --items: 2;
    }
    .hover-gallery:has( > :nth-child(4)) {
      --items: 3;
    }
    .hover-gallery:has( > :nth-child(5)) {
      --items: 4;
    }
    .hover-gallery:has( > :nth-child(6)) {
      --items: 5;
    }
    .hover-gallery:has( > :nth-child(7)) {
      --items: 6;
    }
    .hover-gallery:has( > :nth-child(8)) {
      --items: 7;
    }
    .hover-gallery:has( > :nth-child(9)) {
      --items: 8;
    }
    .hover-gallery:has( > :nth-child(10)) {
      --items: 9;
    }
    .hover-gallery  > * {
      opacity: 0;
      height: 100%;
      grid-row: 1;
      object-fit: cover;
      width: 100%;
      &:nth-child(1) {
        grid-column: 1 / -1;
        opacity: 1;
      }
      &:nth-child(2) {
        grid-column: 1;
      }
      &:nth-child(3) {
        grid-column: 2;
      }
      &:nth-child(4) {
        grid-column: 3;
      }
      &:nth-child(5) {
        grid-column: 4;
      }
      &:nth-child(6) {
        grid-column: 5;
      }
      &:nth-child(7) {
        grid-column: 6;
      }
      &:nth-child(8) {
        grid-column: 7;
      }
      &:nth-child(9) {
        grid-column: 8;
      }
      &:nth-child(10) {
        grid-column: 9;
      }
      &:nth-child(n + 11) {
        display: none;
      }
    }
    .hover-gallery  > *:hover {
      grid-column: 1 / -1;
      opacity: 1;
    }
    .hover-gallery:has(:hover)  > :nth-child(1) {
      display: none;
    }
    .mockup-phone-display {
      border-radius: 54px;
      grid-column: 1/1;
      grid-row: 1/1;
      overflow: hidden;
      width: 100%;
      height: 100%;
    }
    @supports (corner-shape: superellipse(1.87)) {
      .mockup-phone-display {
        border-radius: 101px;
        corner-shape: superellipse(1.87);
      }
    }
    .mockup-phone-display > img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .timeline-end {
      grid-column-start: 1;
      grid-column-end: 4;
      grid-row-start: 3;
      grid-row-end: 4;
      margin: 0.25rem;
      align-self: flex-start;
      justify-self: center;
    }
    .timeline-start {
      grid-column-start: 1;
      grid-column-end: 4;
      grid-row-start: 1;
      grid-row-end: 2;
      margin: 0.25rem;
      align-self: flex-end;
      justify-self: center;
    }
    .stat-figure {
      grid-column-start: 2;
      grid-row: span 3 / span 3;
      grid-row-start: 1;
      place-self: center;
      justify-self: flex-end;
    }
    .hero {
      display: grid;
      width: 100%;
      place-items: center;
      background-size: cover;
      background-position: center;
    }
    .hero > * {
      grid-column-start: 1;
      grid-row-start: 1;
    }
    .hero-overlay {
      grid-column-start: 1;
      grid-row-start: 1;
      height: 100%;
      width: 100%;
      background-color: var(--color-neutral);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hero-overlay {
        background-color: color-mix(in oklab, var(--color-neutral) 50%, transparent);
      }
    }
    .modal-box {
      grid-column-start: 1;
      grid-row-start: 1;
      max-height: 100vh;
      width: calc(11 / 12 * 100%);
      max-width: 32rem;
      background-color: var(--color-base-100);
      padding: calc(0.25rem * 6);
      transition: translate 0.3s ease-out, scale 0.3s ease-out, opacity 0.2s ease-out 0.05s, box-shadow 0.3s ease-out;
      border-top-left-radius: var(--modal-tl, var(--radius-box));
      border-top-right-radius: var(--modal-tr, var(--radius-box));
      border-bottom-left-radius: var(--modal-bl, var(--radius-box));
      border-bottom-right-radius: var(--modal-br, var(--radius-box));
      scale: 95%;
      opacity: 0;
      box-shadow: oklch(0% 0 0/ 0.25) 0px 25px 50px -12px;
      overflow-y: auto;
      overscroll-behavior: contain;
    }
    .drawer-content {
      grid-column-start: 2;
      grid-row-start: 1;
      min-width: 0;
    }
    .timeline-middle {
      grid-column-start: 2;
      grid-row-start: 2;
    }
  }
  @layer daisyui.l1.l2 {
    .drawer-end {
      grid-auto-columns: auto max-content;
    }
    .drawer-end  > .drawer-toggle  ~ .drawer-content {
      grid-column-start: 1;
    }
    .drawer-end  > .drawer-toggle  ~ .drawer-side {
      grid-column-start: 2;
      justify-items: end;
    }
    .drawer-end  > .drawer-toggle  ~ .drawer-side > :not(.drawer-overlay) {
      translate: 100%;
      [dir="rtl"] & {
        translate: -100%;
      }
    }
    .drawer-end  > .drawer-toggle:checked ~ .drawer-side > :not(.drawer-overlay) {
      translate: 0%;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .stat-value {
      grid-column-start: 1;
      white-space: nowrap;
      font-size: 2rem;
      font-weight: 800;
    }
    .stat-desc {
      grid-column-start: 1;
      white-space: nowrap;
      color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .stat-desc {
        color: color-mix(in oklab, var(--color-base-content) 60%, transparent);
      }
    }
    .stat-desc {
      font-size: 0.75rem;
    }
    .stat-title {
      grid-column-start: 1;
      white-space: nowrap;
      color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .stat-title {
        color: color-mix(in oklab, var(--color-base-content) 60%, transparent);
      }
    }
    .stat-title {
      font-size: 0.75rem;
    }
    .chat-image {
      grid-row: span 2 / span 2;
      align-self: flex-end;
    }
    .chat-footer {
      grid-row-start: 3;
      display: flex;
      gap: 0.25rem;
      font-size: 0.6875rem;
    }
    .chat-header {
      grid-row-start: 1;
      display: flex;
      gap: 0.25rem;
      font-size: 0.6875rem;
    }
  }
  .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;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .divider {
      display: flex;
      height: calc(0.25rem * 4);
      flex-direction: row;
      align-items: center;
      align-self: stretch;
      white-space: nowrap;
      margin: var(--divider-m, 1rem 0);
      --divider-color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .divider {
        --divider-color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
      }
    }
    .divider:before, .divider:after {
      content: "";
      height: calc(0.25rem * 0.5);
      width: 100%;
      flex-grow: 1;
      background-color: var(--divider-color);
    }
    @media print {
      .divider:before, .divider:after {
        border: 0.5px solid;
      }
    }
    .divider:not(:empty) {
      gap: calc(0.25rem * 4);
    }
  }
  .m-2 {
    margin: calc(var(--spacing) * 2);
  }
  .m-4 {
    margin: calc(var(--spacing) * 4);
  }
  .m-8 {
    margin: calc(var(--spacing) * 8);
  }
  .mx-1 {
    margin-inline: var(--spacing);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-16 {
    margin-inline: calc(var(--spacing) * 16);
  }
  .mx-32 {
    margin-inline: calc(var(--spacing) * 32);
  }
  .mx-auto {
    margin-inline: auto;
  }
  @layer daisyui.l1.l2 {
    .file-input-ghost {
      background-color: transparent;
      transition: background-color 0.2s;
      box-shadow: none;
      border-color: #0000;
    }
    .file-input-ghost::file-selector-button {
      margin-inline-start: 0;
      margin-inline-end: calc(0.25rem * 4);
      height: 100%;
      cursor: pointer;
      padding-inline: calc(0.25rem * 4);
      webkit-user-select: none;
      user-select: none;
      margin-block: 0;
      border-start-end-radius: calc(var(--join-ss, var(--radius-field) - var(--border)));
      border-end-end-radius: calc(var(--join-es, var(--radius-field) - var(--border)));
    }
    .file-input-ghost:focus, .file-input-ghost:focus-within {
      background-color: var(--color-base-100);
      color: var(--color-base-content);
      border-color: #0000;
      box-shadow: none;
    }
  }
  .my-0 {
    margin-block: 0px;
  }
  .my-1 {
    margin-block: var(--spacing);
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  @layer daisyui.l1.l2.l3 {
    .breadcrumbs {
      max-width: 100%;
      overflow-x: auto;
      padding-block: calc(0.25rem * 2);
    }
    .breadcrumbs  > menu, .breadcrumbs   > ul, .breadcrumbs   > ol {
      display: flex;
      min-height: min-content;
      align-items: center;
      white-space: nowrap;
       > li {
        display: flex;
        align-items: center;
         > * {
          display: flex;
          cursor: pointer;
          align-items: center;
          gap: calc(0.25rem * 2);
          &:hover {
            @media (hover: hover) {
              text-decoration-line: underline;
            }
          }
          &:focus {
            --tw-outline-style: none;
            outline-style: none;
            @media (forced-colors: active) {
              outline: 2px solid transparent;
              outline-offset: 2px;
            }
          }
          &:focus-visible {
            outline: 2px solid currentColor;
            outline-offset: 2px;
          }
        }
        & + *:before {
          content: "";
          margin-inline-start: calc(0.25rem * 2);
          margin-inline-end: calc(0.25rem * 3);
          display: block;
          height: calc(0.25rem * 1.5);
          width: calc(0.25rem * 1.5);
          opacity: 40%;
          rotate: 45deg;
          border-top: 1px solid;
          border-right: 1px solid;
          background-color: #0000;
        }
        [dir="rtl"] & + *:before {
          rotate: -135deg;
        }
      }
    }
    .label {
      display: inline-flex;
      align-items: center;
      gap: calc(0.25rem * 1.5);
      white-space: nowrap;
      color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .label {
        color: color-mix(in oklab, currentcolor 60%, transparent);
      }
    }
    .label:has(input) {
      cursor: pointer;
    }
    .label:is(.input > *, .select > *) {
      display: flex;
      height: calc(100% - 0.5rem);
      align-items: center;
      padding-inline: calc(0.25rem * 3);
      white-space: nowrap;
      font-size: inherit;
      &:first-child {
        margin-inline-start: calc(0.25rem * -3);
        margin-inline-end: calc(0.25rem * 3);
        border-inline-end: var(--border) solid currentColor;
        @supports (color: color-mix(in lab, red, red)) {
          border-inline-end: var(--border) solid color-mix(in oklab, currentColor 10%, #0000);
        }
      }
      &:last-child {
        margin-inline-start: calc(0.25rem * 3);
        margin-inline-end: calc(0.25rem * -3);
        border-inline-start: var(--border) solid currentColor;
        @supports (color: color-mix(in lab, red, red)) {
          border-inline-start: var(--border) solid color-mix(in oklab, currentColor 10%, #0000);
        }
      }
    }
    .label\! {
      display: inline-flex !important;
      align-items: center !important;
      gap: calc(0.25rem * 1.5) !important;
      white-space: nowrap !important;
      color: currentcolor !important;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .label\! {
        color: color-mix(in oklab, currentcolor 60%, transparent) !important;
      }
    }
    .label\!:has(input) {
      cursor: pointer !important;
    }
    .label\!:is(.input > *, .select > *) {
      display: flex !important;
      height: calc(100% - 0.5rem) !important;
      align-items: center !important;
      padding-inline: calc(0.25rem * 3) !important;
      white-space: nowrap !important;
      font-size: inherit !important;
      &:first-child {
        margin-inline-start: calc(0.25rem * -3) !important;
        margin-inline-end: calc(0.25rem * 3) !important;
        border-inline-end: var(--border) solid currentColor !important;
        @supports (color: color-mix(in lab, red, red)) {
          border-inline-end: var(--border) solid color-mix(in oklab, currentColor 10%, #0000) !important;
        }
      }
      &:last-child {
        margin-inline-start: calc(0.25rem * 3) !important;
        margin-inline-end: calc(0.25rem * -3) !important;
        border-inline-start: var(--border) solid currentColor !important;
        @supports (color: color-mix(in lab, red, red)) {
          border-inline-start: var(--border) solid color-mix(in oklab, currentColor 10%, #0000) !important;
        }
      }
    }
  }
  .join-item {
    @layer daisyui.l1.l2.l3.l4 {
       > * {
        --join-ss: initial;
        --join-se: initial;
        --join-es: initial;
        --join-ee: initial;
      }
    }
    border-style: solid;
    border-width: var(--border, 1px);
    border-start-start-radius: var(--join-ss);
    border-start-end-radius: var(--join-se);
    border-end-start-radius: var(--join-es);
    border-end-end-radius: var(--join-ee);
    &:not(:first-child, :disabled, [disabled], .btn-disabled) {
      margin-inline-start: calc(var(--border, 1px) * -1 * var(--join-h));
      margin-block-start: calc(var(--border, 1px) * -1 * var(--join-v));
    }
    &:is(:disabled, [disabled], .btn-disabled) {
      border-width: var(--border, 1px);
      border-inline-end-width: calc(var(--border, 1px) * var(--join-v));
      border-block-end-width: calc(var(--border, 1px) * var(--join-h));
    }
  }
  @layer daisyui.l1.l2 {
    .steps-vertical {
      grid-auto-rows: 1fr;
      grid-auto-flow: row;
    }
    .steps-vertical .step {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-template-columns: 40px 1fr;
      grid-template-rows: repeat(1, minmax(0, 1fr));
      grid-template-rows: auto;
      gap: 0.5rem;
      min-height: 4rem;
      justify-items: start;
      &:before {
        height: 100%;
        width: calc(0.25rem * 2);
        translate: -50% -50%;
        margin-inline-start: 50%;
      }
      [dir="rtl"] &:before {
        translate: 50% -50%;
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    .fieldset-legend {
      margin-bottom: calc(0.25rem * -1);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: calc(0.25rem * 2);
      padding-block: calc(0.25rem * 2);
      color: var(--color-base-content);
      font-weight: 600;
      margin-inline-end: auto;
    }
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .-mt-8 {
    margin-top: calc(var(--spacing) * -8);
  }
  .mt-0 {
    margin-top: 0px;
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .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-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-\[65px\] {
    margin-top: 65px;
  }
  .mr-1 {
    margin-right: var(--spacing);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  @layer daisyui.l1.l2.l3 {
    .footer-title {
      margin-bottom: calc(0.25rem * 2);
      text-transform: uppercase;
      opacity: 60%;
      font-weight: 600;
    }
  }
  .-mb-2 {
    margin-bottom: calc(var(--spacing) * -2);
  }
  .mb-1 {
    margin-bottom: var(--spacing);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .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-24 {
    margin-bottom: calc(var(--spacing) * 24);
  }
  .-ml-2 {
    margin-left: calc(var(--spacing) * -2);
  }
  .ml-0\.5 {
    margin-left: calc(var(--spacing) * 0.5);
  }
  .ml-1 {
    margin-left: var(--spacing);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-4\! {
    margin-left: calc(var(--spacing) * 4) !important;
  }
  .ml-5 {
    margin-left: calc(var(--spacing) * 5);
  }
  .ml-6 {
    margin-left: calc(var(--spacing) * 6);
  }
  .ml-auto {
    margin-left: auto;
  }
  @layer daisyui.l1.l2.l3 {
    .carousel-item {
      box-sizing: content-box;
      display: flex;
      flex: none;
      scroll-snap-align: start;
    }
    .status {
      display: inline-block;
      aspect-ratio: 1 / 1;
      width: calc(0.25rem * 2);
      height: calc(0.25rem * 2);
      border-radius: var(--radius-selector);
      background-color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .status {
        background-color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
      }
    }
    .status {
      background-position: center;
      background-repeat: no-repeat;
      vertical-align: middle;
      color: color-mix(in srgb, #000 30%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .status {
        color: color-mix(in oklab, var(--color-black) 30%, transparent);
      }
    }
    .status {
      background-image: radial-gradient( circle at 35% 30%, oklch(1 0 0 / calc(var(--depth) * 0.5)), #0000 );
      box-shadow: 0 2px 3px -1px currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .status {
        box-shadow: 0 2px 3px -1px color-mix(in oklab, currentColor calc(var(--depth) * 100%), #0000);
      }
    }
    .status\! {
      display: inline-block !important;
      aspect-ratio: 1 / 1 !important;
      width: calc(0.25rem * 2) !important;
      height: calc(0.25rem * 2) !important;
      border-radius: var(--radius-selector) !important;
      background-color: var(--color-base-content) !important;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .status\! {
        background-color: color-mix(in oklab, var(--color-base-content) 20%, transparent) !important;
      }
    }
    .status\! {
      background-position: center !important;
      background-repeat: no-repeat !important;
      vertical-align: middle !important;
      color: color-mix(in srgb, #000 30%, transparent) !important;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .status\! {
        color: color-mix(in oklab, var(--color-black) 30%, transparent) !important;
      }
    }
    .status\! {
      background-image: radial-gradient( circle at 35% 30%, oklch(1 0 0 / calc(var(--depth) * 0.5)), #0000 ) !important;
      box-shadow: 0 2px 3px -1px currentColor !important;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .status\! {
        box-shadow: 0 2px 3px -1px color-mix(in oklab, currentColor calc(var(--depth) * 100%), #0000) !important;
      }
    }
    .mockup-phone {
      display: inline-grid;
      justify-items: center;
      border: 5px solid #6b6b6b;
      border-radius: 65px;
      background-color: #000;
      padding: 6px;
      overflow: hidden;
      width: 100%;
      max-width: 462px;
      aspect-ratio: 462 / 978;
    }
    @supports (corner-shape: superellipse(1.45)) {
      .mockup-phone {
        border-radius: 90px;
        corner-shape: superellipse(1.45);
      }
    }
    .badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: calc(0.25rem * 2);
      border-radius: var(--radius-selector);
      vertical-align: middle;
      color: var(--badge-fg);
      border: var(--border) solid var(--badge-color, var(--color-base-200));
      font-size: 0.875rem;
      width: fit-content;
      background-size: auto, calc(var(--noise) * 100%);
      background-image: none, var(--fx-noise);
      background-color: var(--badge-bg);
      --badge-bg: var(--badge-color, var(--color-base-100));
      --badge-fg: var(--color-base-content);
      --size: calc(var(--size-selector, 0.25rem) * 6);
      height: var(--size);
      padding-inline: calc(var(--size) / 2 - var(--border));
    }
  }
  .kbd {
    box-shadow: none;
    @layer daisyui.l1.l2.l3 {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: var(--radius-field);
      background-color: var(--color-base-200);
      vertical-align: middle;
      color: var(--color-base-content);
      padding-inline: 0.5em;
      border: var(--border) solid var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        border: var(--border) solid color-mix(in srgb, var(--color-base-content) 20%, #0000);
      }
      border-bottom: calc(var(--border) + 1px) solid var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        border-bottom: calc(var(--border) + 1px) solid color-mix(in srgb, var(--color-base-content) 20%, #0000);
      }
      --size: calc(var(--size-selector, 0.25rem) * 6);
      font-size: 0.875rem;
      height: var(--size);
      min-width: var(--size);
    }
  }
  .text-rotate {
    height: 1lh;
    @layer daisyui.l1.l2.l3 {
      display: inline-block;
      overflow: hidden;
      vertical-align: bottom;
      white-space: nowrap;
      transition-property: none;
      --duration: var(--tw-duration);
       > * {
        display: grid;
        justify-items: start;
        height: calc(var(--items, 1) * 100%);
        &:has(*:nth-child(2)) {
          --items: 2;
          animation: rotator var(--duration, 10s) linear(0 0% 49%, 0.5 50% 99%, 1 100% 100%) infinite;
        }
        &:has(*:nth-child(3)) {
          --items: 3;
          animation: rotator var(--duration, 10s) linear(0 0% 32%, 0.333333 33% 65%, 0.666666 66% 99%, 1 100% 100%) infinite;
        }
        &:has(*:nth-child(4)) {
          --items: 4;
          animation: rotator var(--duration, 10s) linear(0 0% 24%, 0.25 25% 49%, 0.5 50% 74%, 0.75 75% 99%, 1 100% 100%) infinite;
        }
        &:has(*:nth-child(5)) {
          --items: 5;
          animation: rotator var(--duration, 10s) linear(0 0% 19%, 0.2 20% 39%, 0.4 40% 59%, 0.6 60% 79%, 0.8 80% 99%, 1 100% 100%) infinite;
        }
        &:has(*:nth-child(6)) {
          --items: 6;
          animation: rotator var(--duration, 10s) linear( 0 0% 15%, 0.16666 16% 32%, 0.333333 33% 49%, 0.5 50% 65%, 0.666666 66% 82%, 0.833333 83% 99%, 1 100% 100% ) infinite;
        }
         > * {
          align-content: baseline;
          clip-path: inset(0.5px 0px 0.5px 0px);
          &:nth-child(1) {
            translate: var(--first-item-position);
          }
        }
      }
      &:hover {
         > * {
          animation-play-state: paused;
        }
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    .tabs {
      display: flex;
      flex-wrap: wrap;
      --tabs-height: auto;
      --tabs-direction: row;
      --tab-height: calc(var(--size-field, 0.25rem) * 10);
      height: var(--tabs-height);
      flex-direction: var(--tabs-direction);
    }
    .footer {
      display: grid;
      width: 100%;
      grid-auto-flow: row;
      place-items: start;
      column-gap: calc(0.25rem * 4);
      row-gap: calc(0.25rem * 10);
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
    .footer > :not(script, style, template) {
      display: grid;
      place-items: start;
      gap: calc(0.25rem * 2);
    }
    .footer.footer-center {
      grid-auto-flow: column dense;
      place-items: center;
      text-align: center;
      & > *:not(script, style, template) {
        place-items: center;
      }
    }
    .stat {
      display: inline-grid;
      width: 100%;
      column-gap: calc(0.25rem * 4);
      padding-inline: calc(0.25rem * 6);
      padding-block: calc(0.25rem * 4);
      grid-template-columns: repeat(1, 1fr);
    }
    .stat:not(:last-child) {
      border-inline-end: var(--border) dashed currentColor;
      @supports (color: color-mix(in lab, red, red)) {
        border-inline-end: var(--border) dashed color-mix(in oklab, currentColor 10%, #0000);
      }
      border-block-end: none;
    }
    .stat\! {
      display: inline-grid !important;
      width: 100% !important;
      column-gap: calc(0.25rem * 4) !important;
      padding-inline: calc(0.25rem * 6) !important;
      padding-block: calc(0.25rem * 4) !important;
      grid-template-columns: repeat(1, 1fr) !important;
    }
    .stat\!:not(:last-child) {
      border-inline-end: var(--border) dashed currentColor !important;
      @supports (color: color-mix(in lab, red, red)) {
        border-inline-end: var(--border) dashed color-mix(in oklab, currentColor 10%, #0000) !important;
      }
      border-block-end: none !important;
    }
    .navbar-end {
      display: inline-flex;
      align-items: center;
      width: 50%;
      justify-content: flex-end;
    }
    .navbar-start {
      display: inline-flex;
      align-items: center;
      width: 50%;
      justify-content: flex-start;
    }
    .card-body {
      display: flex;
      flex: auto;
      flex-direction: column;
      gap: calc(0.25rem * 2);
      padding: var(--card-p, 1.5rem);
      font-size: var(--card-fs, 0.875rem);
    }
  }
  @layer daisyui.l1.l2.l3.l4 {
    .card-body p {
      flex-grow: 1;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .navbar-center {
      display: inline-flex;
      align-items: center;
      flex-shrink: 0;
    }
    .fab-flower {
      display: grid;
      --position: 0rem;
    }
    .fab-flower  > *:nth-child(1), .fab-flower   > .fab-main-action, .fab-flower   > .fab-close {
      --position: 0rem;
    }
    .fab-flower  > * {
      grid-area: 1/1;
      --degree: 180deg;
      --flip-degree: calc(180deg - var(--degree));
      transform: translateX(calc(cos(var(--degree)) * var(--position))) translateY(calc(sin(var(--degree)) * -1 * var(--position)));
      [dir="rtl"] & {
        transform: translateX(calc(cos(var(--flip-degree)) * var(--position))) translateY(calc(sin(var(--flip-degree)) * -1 * var(--position)));
      }
    }
    .fab-flower  > :nth-child(n + 7) {
      display: none;
    }
    .fab-flower:has(:nth-child(3)) {
      --position: 140%;
       > :nth-child(3) {
        --degree: 135deg;
      }
    }
    .fab-flower:has(:nth-child(4)) {
      --position: 140%;
       > :nth-child(3) {
        --degree: 165deg;
      }
       > :nth-child(4) {
        --degree: 105deg;
      }
    }
    .fab-flower:has(:nth-child(5)) {
      --position: 180%;
       > :nth-child(3) {
        --degree: 180deg;
      }
       > :nth-child(4) {
        --degree: 135deg;
      }
       > :nth-child(5) {
        --degree: 90deg;
      }
    }
    .fab-flower:has(:nth-child(6)) {
      --position: 220%;
       > :nth-child(3) {
        --degree: 180deg;
      }
       > :nth-child(4) {
        --degree: 150deg;
      }
       > :nth-child(5) {
        --degree: 120deg;
      }
       > :nth-child(6) {
        --degree: 90deg;
      }
    }
    .fab-flower:not(:has(.fab-main-action, .fab-close))  > :nth-child(n + 6) {
      display: none;
    }
    .fab-flower:not(:has(.fab-main-action, .fab-close)):has(:nth-child(2)) {
      --position: 140%;
       > :nth-child(2) {
        --degree: 135deg;
      }
    }
    .fab-flower:not(:has(.fab-main-action, .fab-close)):has(:nth-child(3)) {
      --position: 140%;
       > :nth-child(2) {
        --degree: 165deg;
      }
       > :nth-child(3) {
        --degree: 105deg;
      }
    }
    .fab-flower:not(:has(.fab-main-action, .fab-close)):has(:nth-child(4)) {
      --position: 180%;
       > :nth-child(2) {
        --degree: 180deg;
      }
       > :nth-child(3) {
        --degree: 135deg;
      }
       > :nth-child(4) {
        --degree: 90deg;
      }
    }
    .fab-flower:not(:has(.fab-main-action, .fab-close)):has(:nth-child(5)) {
      --position: 220%;
       > :nth-child(2) {
        --degree: 180deg;
      }
       > :nth-child(3) {
        --degree: 150deg;
      }
       > :nth-child(4) {
        --degree: 120deg;
      }
       > :nth-child(5) {
        --degree: 90deg;
      }
    }
    .fieldset-label {
      display: flex;
      align-items: center;
      gap: calc(0.25rem * 1.5);
      color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .fieldset-label {
        color: color-mix(in oklab, var(--color-base-content) 60%, transparent);
      }
    }
    .fieldset-label:has(input) {
      cursor: pointer;
    }
    .carousel {
      display: inline-flex;
      overflow-x: scroll;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
    }
    @media (prefers-reduced-motion: no-preference) {
      .carousel {
        scroll-behavior: smooth;
      }
    }
    .carousel::-webkit-scrollbar {
      display: none;
    }
  }
  .alert {
    border-width: var(--border);
    border-color: var(--alert-border-color, var(--color-base-200));
    @layer daisyui.l1.l2.l3 {
      border-style: solid;
      --alert-border-color: var(--color-base-200);
      display: grid;
      align-items: center;
      gap: calc(0.25rem * 4);
      border-radius: var(--radius-box);
      padding-inline: calc(0.25rem * 4);
      padding-block: calc(0.25rem * 3);
      color: var(--color-base-content);
      background-color: var(--alert-color, var(--color-base-200));
      justify-content: start;
      justify-items: start;
      grid-auto-flow: column;
      grid-template-columns: auto;
      text-align: start;
      font-size: 0.875rem;
      line-height: 1.25rem;
      background-size: auto, calc(var(--noise) * 33%);
      background-image: none, var(--fx-noise);
      box-shadow: 0 3px 0 -2px oklch(100% 0 0 / calc(var(--depth) * 0.08)) inset, 0 1px #000, 0 4px 3px -2px oklch(0% 0 0 / calc(var(--depth) * 0.08));
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 3px 0 -2px oklch(100% 0 0 / calc(var(--depth) * 0.08)) inset, 0 1px color-mix( in oklab, color-mix(in oklab, #000 20%, var(--alert-color, var(--color-base-200))) calc(var(--depth) * 20%), #0000 ), 0 4px 3px -2px oklch(0% 0 0 / calc(var(--depth) * 0.08));
      }
      &:has(:nth-child(2)) {
        grid-template-columns: auto minmax(auto, 1fr);
      }
    }
  }
  .alert\! {
    border-width: var(--border) !important;
    border-color: var(--alert-border-color, var(--color-base-200)) !important;
    @layer daisyui.l1.l2.l3 {
      border-style: solid !important;
      --alert-border-color: var(--color-base-200) !important;
      display: grid !important;
      align-items: center !important;
      gap: calc(0.25rem * 4) !important;
      border-radius: var(--radius-box) !important;
      padding-inline: calc(0.25rem * 4) !important;
      padding-block: calc(0.25rem * 3) !important;
      color: var(--color-base-content) !important;
      background-color: var(--alert-color, var(--color-base-200)) !important;
      justify-content: start !important;
      justify-items: start !important;
      grid-auto-flow: column !important;
      grid-template-columns: auto !important;
      text-align: start !important;
      font-size: 0.875rem !important;
      line-height: 1.25rem !important;
      background-size: auto, calc(var(--noise) * 33%) !important;
      background-image: none, var(--fx-noise) !important;
      box-shadow: 0 3px 0 -2px oklch(100% 0 0 / calc(var(--depth) * 0.08)) inset, 0 1px #000, 0 4px 3px -2px oklch(0% 0 0 / calc(var(--depth) * 0.08)) !important;
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 3px 0 -2px oklch(100% 0 0 / calc(var(--depth) * 0.08)) inset, 0 1px color-mix( in oklab, color-mix(in oklab, #000 20%, var(--alert-color, var(--color-base-200))) calc(var(--depth) * 20%), #0000 ), 0 4px 3px -2px oklch(0% 0 0 / calc(var(--depth) * 0.08)) !important;
      }
      &:has(:nth-child(2)) {
        grid-template-columns: auto minmax(auto, 1fr) !important;
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    .fieldset {
      display: grid;
      gap: calc(0.25rem * 1.5);
      padding-block: 0.25rem;
      font-size: 0.75rem;
      grid-template-columns: 1fr;
      grid-auto-rows: max-content;
    }
    .chat {
      display: grid;
      grid-auto-rows: min-content;
      column-gap: calc(0.25rem * 3);
      padding-block: 0.25rem;
      --mask-chat: url("data:image/svg+xml,%3csvg width='13' height='13' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M0 11.5004C0 13.0004 2 13.0004 2 13.0004H12H13V0.00036329L12.5 0C12.5 0 11.977 2.09572 11.8581 2.50033C11.6075 3.35237 10.9149 4.22374 9 5.50036C6 7.50036 0 10.0004 0 11.5004Z'/%3e%3c/svg%3e");
    }
    .card-actions {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      gap: calc(0.25rem * 2);
    }
  }
  @layer daisyui.l1.l2 {
    .avatar-placeholder > div {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .card-title {
      display: flex;
      align-items: center;
      gap: calc(0.25rem * 2);
      font-size: var(--cardtitle-fs, 1.125rem);
      font-weight: 600;
    }
    .avatar-group {
      display: flex;
      overflow: hidden;
    }
    .avatar-group .avatar {
      overflow: hidden;
      border-radius: calc(infinity * 1px);
      border: 4px solid var(--color-base-100);
    }
  }
  :root .prose {
    --tw-prose-body: var(--color-base-content);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-prose-body: color-mix(in oklab, var(--color-base-content) 80%, #0000);
    }
    --tw-prose-headings: var(--color-base-content);
    --tw-prose-lead: var(--color-base-content);
    --tw-prose-links: var(--color-base-content);
    --tw-prose-bold: var(--color-base-content);
    --tw-prose-counters: var(--color-base-content);
    --tw-prose-bullets: var(--color-base-content);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-prose-bullets: color-mix(in oklab, var(--color-base-content) 50%, #0000);
    }
    --tw-prose-hr: var(--color-base-content);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-prose-hr: color-mix(in oklab, var(--color-base-content) 20%, #0000);
    }
    --tw-prose-quotes: var(--color-base-content);
    --tw-prose-quote-borders: var(--color-base-content);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-prose-quote-borders: color-mix(in oklab, var(--color-base-content) 20%, #0000);
    }
    --tw-prose-captions: var(--color-base-content);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-prose-captions: color-mix(in oklab, var(--color-base-content) 50%, #0000);
    }
    --tw-prose-code: var(--color-base-content);
    --tw-prose-pre-code: var(--color-neutral-content);
    --tw-prose-pre-bg: var(--color-neutral);
    --tw-prose-th-borders: var(--color-base-content);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-prose-th-borders: color-mix(in oklab, var(--color-base-content) 50%, #0000);
    }
    --tw-prose-td-borders: var(--color-base-content);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-prose-td-borders: color-mix(in oklab, var(--color-base-content) 20%, #0000);
    }
    --tw-prose-kbd: var(--color-base-content);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-prose-kbd: color-mix(in oklab, var(--color-base-content) 80%, #0000);
    }
    :where(code):not(pre > code) {
      background-color: var(--color-base-200);
      border-radius: var(--radius-selector);
      border: var(--border) solid var(--color-base-300);
      padding-inline: 0.5em;
      padding-block: 0.2em;
      font-weight: inherit;
      &:before, &:after {
        display: none;
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    .mask {
      display: inline-block;
      vertical-align: middle;
      mask-size: contain;
      mask-repeat: no-repeat;
      mask-position: center;
    }
  }
  .\!block {
    display: block !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .flex\! {
    display: flex !important;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .hidden\! {
    display: none !important;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .inline-grid {
    display: inline-grid;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .table\! {
    display: table !important;
  }
  .aspect-\[16\/10\] {
    aspect-ratio: 16/10;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  @layer daisyui.l1.l2 {
    .divider-horizontal {
      --divider-m: 0 1rem;
    }
    .divider-horizontal.divider {
      height: auto;
      width: calc(0.25rem * 4);
      flex-direction: column;
      &:before {
        height: 100%;
        width: calc(0.25rem * 0.5);
      }
      &:after {
        height: 100%;
        width: calc(0.25rem * 0.5);
      }
    }
    .btn-circle {
      border-radius: calc(infinity * 1px);
      padding-inline: 0;
      width: var(--size);
      height: var(--size);
    }
    .btn-square {
      padding-inline: 0;
      width: var(--size);
      height: var(--size);
    }
  }
  .size-1 {
    width: var(--spacing);
    height: var(--spacing);
  }
  .size-3 {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }
  .size-3\.5 {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .size-12 {
    width: calc(var(--spacing) * 12);
    height: calc(var(--spacing) * 12);
  }
  .size-14 {
    width: calc(var(--spacing) * 14);
    height: calc(var(--spacing) * 14);
  }
  .size-16 {
    width: calc(var(--spacing) * 16);
    height: calc(var(--spacing) * 16);
  }
  .size-20 {
    width: calc(var(--spacing) * 20);
    height: calc(var(--spacing) * 20);
  }
  .size-24 {
    width: calc(var(--spacing) * 24);
    height: calc(var(--spacing) * 24);
  }
  .size-28 {
    width: calc(var(--spacing) * 28);
    height: calc(var(--spacing) * 28);
  }
  .size-\[70px\] {
    width: 70px;
    height: 70px;
  }
  .size-\[800px\] {
    width: 800px;
    height: 800px;
  }
  @layer daisyui.l1.l2 {
    .status-lg {
      width: calc(0.25rem * 3);
      height: calc(0.25rem * 3);
    }
    .status-md {
      width: calc(0.25rem * 2);
      height: calc(0.25rem * 2);
    }
    .status-sm {
      width: 0.25rem;
      height: 0.25rem;
    }
    .status-xl {
      width: calc(0.25rem * 4);
      height: calc(0.25rem * 4);
    }
    .status-xs {
      width: calc(0.25rem * 0.5);
      height: calc(0.25rem * 0.5);
    }
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9\/10 {
    height: calc(9 / 10 * 100%);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-28 {
    height: calc(var(--spacing) * 28);
  }
  .h-40 {
    height: calc(var(--spacing) * 40);
  }
  .h-44 {
    height: calc(var(--spacing) * 44);
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .h-96 {
    height: calc(var(--spacing) * 96);
  }
  .h-\[0\.32em\] {
    height: 0.32em;
  }
  .h-\[414px\] {
    height: 414px;
  }
  .h-\[calc\(100\%-4rem\)\] {
    height: calc(100% - 4rem);
  }
  .h-\[calc\(100vh-65px\)\] {
    height: calc(100vh - 65px);
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[450px\] {
    max-height: 450px;
  }
  .min-h-0 {
    min-height: 0px;
  }
  .min-h-96 {
    min-height: calc(var(--spacing) * 96);
  }
  @layer daisyui.l1.l2.l3 {
    .cally {
      font-size: 0.7rem;
    }
    .cally::part(container) {
      padding: 0.5rem 1rem;
      user-select: none;
    }
    .cally ::part(th) {
      font-weight: normal;
      block-size: auto;
    }
    .cally::part(header) {
      direction: ltr;
    }
    .cally ::part(head) {
      opacity: 0.5;
      font-size: 0.7rem;
    }
    .cally::part(button) {
      border-radius: var(--radius-field);
      border: none;
      padding: 0.5rem;
      background: #0000;
    }
    .cally::part(button):hover {
      background: var(--color-base-200);
    }
    .cally ::part(day) {
      border-radius: var(--radius-field);
      font-size: 0.7rem;
    }
    .cally ::part(day):hover:not(selected, today) {
      background: var(--color-base-200);
    }
    .cally ::part(button day today) {
      background: var(--color-primary);
      color: var(--color-primary-content);
    }
    .cally ::part(selected) {
      color: var(--color-base-100);
      background: var(--color-base-content);
      border-radius: var(--radius-field);
    }
    .cally ::part(range-inner) {
      border-radius: 0;
    }
    .cally ::part(range-start) {
      border-start-end-radius: 0;
      border-end-end-radius: 0;
    }
    .cally ::part(range-end) {
      border-start-start-radius: 0;
      border-end-start-radius: 0;
    }
    .cally ::part(range-start range-end) {
      border-radius: var(--radius-field);
    }
    .cally calendar-month {
      width: 100%;
    }
  }
  @layer daisyui.l1.l2 {
    .dock-active:after {
      width: calc(0.25rem * 10);
      background-color: currentcolor;
      color: currentcolor;
    }
    .loading-lg {
      width: calc(var(--size-selector, 0.25rem) * 7);
    }
    .rating-half * {
      width: calc(var(--size) * 0.5);
    }
  }
  .w-2\/3 {
    width: calc(2 / 3 * 100%);
  }
  .w-5\/6 {
    width: calc(5 / 6 * 100%);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-14\! {
    width: calc(var(--spacing) * 14) !important;
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-36 {
    width: calc(var(--spacing) * 36);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-44 {
    width: calc(var(--spacing) * 44);
  }
  .w-48 {
    width: calc(var(--spacing) * 48);
  }
  .w-52 {
    width: calc(var(--spacing) * 52);
  }
  .w-56 {
    width: calc(var(--spacing) * 56);
  }
  .w-60 {
    width: calc(var(--spacing) * 60);
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .w-64\! {
    width: calc(var(--spacing) * 64) !important;
  }
  .w-72 {
    width: calc(var(--spacing) * 72);
  }
  .w-80 {
    width: calc(var(--spacing) * 80);
  }
  .w-96 {
    width: calc(var(--spacing) * 96);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[400px\] {
    width: 400px;
  }
  .w-\[500px\] {
    width: 500px;
  }
  .w-\[600px\] {
    width: 600px;
  }
  .w-\[736px\] {
    width: 736px;
  }
  .w-\[calc\(100vw-10rem\)\] {
    width: calc(100vw - 10rem);
  }
  .w-auto\! {
    width: auto !important;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-full\! {
    width: 100% !important;
  }
  .w-max {
    width: max-content;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-60 {
    max-width: calc(var(--spacing) * 60);
  }
  .max-w-64 {
    max-width: calc(var(--spacing) * 64);
  }
  .max-w-80 {
    max-width: calc(var(--spacing) * 80);
  }
  .max-w-96 {
    max-width: calc(var(--spacing) * 96);
  }
  .max-w-100 {
    max-width: calc(var(--spacing) * 100);
  }
  .max-w-\[80\%\] {
    max-width: 80%;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[1000px\] {
    max-width: 1000px;
  }
  .max-w-\[1470px\] {
    max-width: 1470px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-none {
    max-width: none;
  }
  .max-w-prose {
    max-width: 65ch;
  }
  .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-16 {
    min-width: calc(var(--spacing) * 16);
  }
  .min-w-32 {
    min-width: calc(var(--spacing) * 32);
  }
  .min-w-52 {
    min-width: calc(var(--spacing) * 52);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-y-px {
    --tw-translate-y: -1px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-90 {
    --tw-scale-x: 90%;
    --tw-scale-y: 90%;
    --tw-scale-z: 90%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-\[0\.6\] {
    scale: 0.6;
  }
  .scale-\[0\.55\] {
    scale: 0.55;
  }
  @layer daisyui.l1 {
    .swap-rotate .swap-on, .swap-rotate  input:indeterminate ~ .swap-on {
      rotate: 45deg;
    }
    .swap-rotate input:is(:checked, :indeterminate) ~ .swap-on, .swap-rotate.swap-active .swap-on {
      rotate: 0deg;
    }
    .swap-rotate input:is(:checked, :indeterminate) ~ .swap-off, .swap-rotate.swap-active .swap-off {
      rotate: calc(45deg * -1);
    }
  }
  .-rotate-2 {
    rotate: calc(2deg * -1);
  }
  .-rotate-12 {
    rotate: calc(12deg * -1);
  }
  .-rotate-45 {
    rotate: calc(45deg * -1);
  }
  .rotate-12 {
    rotate: 12deg;
  }
  @layer daisyui.l1 {
    .swap-flip {
      transform-style: preserve-3d;
      perspective: 20rem;
    }
    .swap-flip .swap-on, .swap-flip  .swap-indeterminate, .swap-flip  input:indeterminate ~ .swap-on {
      transform: rotateY(180deg);
      backface-visibility: hidden;
    }
    .swap-flip input:is(:checked, :indeterminate) ~ .swap-on, .swap-flip.swap-active .swap-on {
      transform: rotateY(0deg);
    }
    .swap-flip input:is(:checked, :indeterminate) ~ .swap-off, .swap-flip.swap-active .swap-off {
      transform: rotateY(-180deg);
      backface-visibility: hidden;
      opacity: 100%;
    }
  }
  .\[transform\:translateY\(46px\)_scale\(\.4\)\] {
    transform: translateY(46px) scale(.4);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .transform\! {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,) !important;
  }
  @layer daisyui.l1.l2.l3 {
    .skeleton {
      border-radius: var(--radius-box);
      background-color: var(--color-base-300);
    }
    @media (prefers-reduced-motion: reduce) {
      .skeleton {
        transition-duration: 15s;
      }
    }
    .skeleton {
      will-change: background-position;
      background-image: linear-gradient( 105deg, #0000 0% 40%, var(--color-base-100) 50%, #0000 60% 100% );
      background-size: 200% auto;
      background-position-x: -50%;
    }
    @media (prefers-reduced-motion: no-preference) {
      .skeleton {
        animation: skeleton 1.8s ease-in-out infinite;
      }
    }
  }
  @layer daisyui.l1.l2 {
    .aura-glow {
      animation: none;
      background-image: radial-gradient(closest-corner at center, currentColor 0%, transparent 90%);
    }
    .aura-glow:before {
      animation: aura-glow var(--tw-duration, 6s) ease-out infinite;
    }
    .aura-glow:after {
      animation: aura-glow-after var(--tw-duration, 6s) ease-out infinite;
    }
    .aura-holo {
      background-image: repeating-conic-gradient( from var(--aura-angle), oklch(0.82 0.17 327), oklch(0.75 0.12 274), oklch(0.82 0.11 191), oklch(0.91 0.11 105), oklch(0.88 0.08 68), oklch(0.82 0.17 327) 10% );
      animation: aura var(--tw-duration, 20s) linear infinite;
    }
  }
  .animate-bounce {
    animation: var(--animate-bounce);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  @layer daisyui.l1.l2.l3 {
    .link {
      cursor: pointer;
      text-decoration-line: underline;
    }
    .link:focus {
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
    .link:focus-visible {
      outline: 2px solid currentColor;
      outline-offset: 2px;
    }
  }
  .cursor-auto\! {
    cursor: auto !important;
  }
  .cursor-default\! {
    cursor: default !important;
  }
  .cursor-none {
    cursor: none;
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-not-allowed\! {
    cursor: not-allowed !important;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .touch-none {
    touch-action: none;
  }
  .resize {
    resize: both;
  }
  .scroll-mt-24 {
    scroll-margin-top: calc(var(--spacing) * 24);
  }
  .scroll-p-20 {
    scroll-padding: calc(var(--spacing) * 20);
  }
  @layer daisyui.l1.l2 {
    .alert-vertical {
      justify-content: center;
      justify-items: center;
      grid-auto-flow: row;
      grid-template-columns: auto;
      text-align: center;
    }
    .alert-vertical:has(:nth-child(2)) {
      grid-template-columns: auto;
    }
    .footer-horizontal {
      grid-auto-flow: column;
    }
    .footer-horizontal.footer-center {
      grid-auto-flow: row dense;
    }
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-\[auto_auto\] {
    grid-template-columns: auto auto;
  }
  .grid-cols-\[minmax\(0\,1fr\)\] {
    grid-template-columns: minmax(0,1fr);
  }
  .join-vertical {
    flex-direction: column;
    --join-v: 1;
    --join-h: 0;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col\! {
    flex-direction: column !important;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-content-center {
    place-content: center;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .justify-items-center {
    justify-items: center;
  }
  .gap-0 {
    gap: 0px;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .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);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-px {
    gap: 1px;
  }
  :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-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-8 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
  }
  .gap-x-1 {
    column-gap: var(--spacing);
  }
  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  :where(.-space-x-3 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * -3) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * -3) * calc(1 - var(--tw-space-x-reverse)));
  }
  :where(.space-x-1 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(var(--spacing) * var(--tw-space-x-reverse));
    margin-inline-end: calc(var(--spacing) * calc(1 - var(--tw-space-x-reverse)));
  }
  :where(.space-x-2 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
  }
  :where(.space-x-4 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  :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-base-300 > :not(:last-child)) {
    border-color: var(--color-base-300);
  }
  .justify-self-stretch {
    justify-self: stretch;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-clip {
    overflow-x: clip;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .otp-joined {
    --otp-gap: 0rem;
    clip-path: inset(-3.5px 0 -3.5px -3.5px);
     > span {
      &:first-of-type {
        border-start-end-radius: 0;
        border-end-end-radius: 0;
      }
      &:not(&:last-of-type) {
        border-inline-end-style: var(--tw-border-style);
        border-inline-end-width: 0px;
      }
      &:not(&:first-of-type, &:last-of-type) {
        border-radius: 0;
      }
      &:last-of-type {
        border-start-start-radius: 0;
        border-end-start-radius: 0;
      }
    }
    &:after {
      outline-offset: calc((-1 * var(--border)) - 3px);
      @supports (font: -apple-system-body) {
        --otp-w: calc(var(--otp-ch) * 2 - 1px);
      }
    }
    &:has(input:valid:focus) {
       > span {
        outline-offset: calc((-1 * var(--border)) - 3px);
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    .timeline-box {
      border: var(--border) solid;
      border-radius: var(--radius-box);
      border-color: var(--color-base-300);
      background-color: var(--color-base-100);
      padding-inline: calc(0.25rem * 4);
      padding-block: calc(0.25rem * 2);
      font-size: 0.75rem;
      box-shadow: 0 1px 2px 0 oklch(0% 0 0/0.05);
    }
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[24px\] {
    border-radius: 24px;
  }
  .rounded-\[30px\] {
    border-radius: 30px;
  }
  .rounded-box {
    border-radius: var(--radius-box);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-lg\! {
    border-radius: var(--radius-lg) !important;
  }
  .rounded-none {
    border-radius: 0;
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-xs {
    border-radius: var(--radius-xs);
  }
  .rounded-t-lg\! {
    border-top-left-radius: var(--radius-lg) !important;
    border-top-right-radius: var(--radius-lg) !important;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-0\! {
    border-style: var(--tw-border-style) !important;
    border-width: 0px !important;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-8 {
    border-style: var(--tw-border-style);
    border-width: 8px;
  }
  .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-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  @layer daisyui.l1.l2 {
    .badge-dash {
      color: var(--badge-color);
      --badge-bg: #0000;
      background-image: none;
      border-color: currentColor;
      border-style: dashed;
    }
  }
  @layer daisyui.l1 {
    .alert-dash {
      background-color: transparent;
      color: var(--alert-color);
      border-style: dashed;
      box-shadow: none;
      background-image: none;
    }
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  @layer daisyui.l1.l2 {
    .badge-ghost {
      border-color: var(--color-base-200);
      background-color: var(--color-base-200);
      color: var(--color-base-content);
      background-image: none;
    }
    .badge-soft {
      color: var(--badge-color, var(--color-base-content));
      background-color: var(--badge-color, var(--color-base-content));
    }
    @supports (color: color-mix(in lab, red, red)) {
      .badge-soft {
        background-color: color-mix( in oklab, var(--badge-color, var(--color-base-content)) 8%, var(--color-base-100) );
      }
    }
    .badge-soft {
      border-color: var(--badge-color, var(--color-base-content));
    }
    @supports (color: color-mix(in lab, red, red)) {
      .badge-soft {
        border-color: color-mix( in oklab, var(--badge-color, var(--color-base-content)) 10%, var(--color-base-100) );
      }
    }
    .badge-soft {
      background-image: none;
    }
    .select-ghost {
      background-color: transparent;
      transition: background-color 0.2s;
      box-shadow: none;
      border-color: #0000;
    }
    .select-ghost:focus, .select-ghost:focus-within, .select-ghost:open {
      background-color: var(--color-base-100);
      color: var(--color-base-content);
      border-color: #0000;
      box-shadow: none;
    }
    .select-ghost::picker(select) {
      background-color: var(--color-base-100);
      color: var(--color-base-content);
    }
    .input-ghost {
      background-color: transparent;
      box-shadow: none;
      border-color: #0000;
    }
    .input-ghost:focus, .input-ghost:focus-within {
      background-color: var(--color-base-100);
      color: var(--color-base-content);
      border-color: #0000;
      box-shadow: none;
    }
    .textarea-ghost {
      background-color: transparent;
      box-shadow: none;
      border-color: #0000;
    }
    .textarea-ghost:focus, .textarea-ghost:focus-within {
      background-color: var(--color-base-100);
      color: var(--color-base-content);
      border-color: #0000;
      box-shadow: none;
    }
    .badge-outline {
      color: var(--badge-color);
      --badge-bg: #0000;
      background-image: none;
      border-color: currentColor;
    }
  }
  .border-accent {
    border-color: var(--color-accent);
  }
  .border-accent-content {
    border-color: var(--color-accent-content);
  }
  .border-base-200 {
    border-color: var(--color-base-200);
  }
  .border-base-300 {
    border-color: var(--color-base-300);
  }
  .border-base-content {
    border-color: var(--color-base-content);
  }
  .border-error {
    border-color: var(--color-error);
  }
  .border-info {
    border-color: var(--color-info);
  }
  .border-neutral-content {
    border-color: var(--color-neutral-content);
  }
  .border-primary {
    border-color: var(--color-primary);
  }
  .border-purple-300 {
    border-color: var(--color-purple-300);
  }
  .border-purple-600 {
    border-color: var(--color-purple-600);
  }
  .border-red-600 {
    border-color: var(--color-red-600);
  }
  .border-secondary {
    border-color: var(--color-secondary);
  }
  .border-success {
    border-color: var(--color-success);
  }
  .border-warning {
    border-color: var(--color-warning);
  }
  @layer daisyui.l1.l2 {
    :where(:not(ul, menu, details, .menu-title, .btn)).menu-active {
      --tw-outline-style: none;
      outline-style: none;
    }
    @media (forced-colors: active) {
      :where(:not(ul, menu, details, .menu-title, .btn)).menu-active {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
    :where(:not(ul, menu, details, .menu-title, .btn)).menu-active {
      color: var(--menu-active-fg);
      background-color: var(--menu-active-bg);
      background-size: auto, calc(var(--noise) * 100%);
      background-image: none, var(--fx-noise);
    }
  }
  @layer daisyui.l1 {
    .alert-outline {
      background-color: transparent;
      color: var(--alert-color);
      box-shadow: none;
      background-image: none;
    }
  }
  @layer daisyui.l1.l2 {
    .chat-bubble-accent {
      background-color: var(--color-accent);
      color: var(--color-accent-content);
    }
    .chat-bubble-primary {
      background-color: var(--color-primary);
      color: var(--color-primary-content);
    }
    .chat-bubble-success {
      background-color: var(--color-success);
      color: var(--color-success-content);
    }
    .status-accent {
      background-color: var(--color-accent);
      color: var(--color-accent);
    }
    .status-error {
      background-color: var(--color-error);
      color: var(--color-error);
    }
    .status-info {
      background-color: var(--color-info);
      color: var(--color-info);
    }
    .status-neutral {
      background-color: var(--color-neutral);
      color: var(--color-neutral);
    }
    .status-primary {
      background-color: var(--color-primary);
      color: var(--color-primary);
    }
    .status-secondary {
      background-color: var(--color-secondary);
      color: var(--color-secondary);
    }
    .status-success {
      background-color: var(--color-success);
      color: var(--color-success);
    }
    .status-warning {
      background-color: var(--color-warning);
      color: var(--color-warning);
    }
    .table-zebra tbody tr:where(:nth-child(even)) {
      background-color: var(--color-base-200);
      :where(.table-pin-cols tr th) {
        background-color: var(--color-base-200);
      }
    }
    @media (hover: hover) {
      :is(:is(.table-zebra tbody tr.row-hover), .table-zebra tbody tr.row-hover:where(:nth-child(even))):hover {
        background-color: var(--color-base-300);
      }
    }
  }
  .bg-\[\#282c34\] {
    background-color: #282c34;
  }
  .bg-\[\#23221F\] {
    background-color: #23221F;
  }
  .bg-\[\#FED551\] {
    background-color: #FED551;
  }
  .bg-accent {
    background-color: var(--color-accent);
  }
  .bg-accent\/10 {
    background-color: var(--color-accent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-accent) 10%, transparent);
    }
  }
  .bg-accent\/15 {
    background-color: var(--color-accent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-accent) 15%, transparent);
    }
  }
  .bg-base-100 {
    background-color: var(--color-base-100);
  }
  .bg-base-100\! {
    background-color: var(--color-base-100) !important;
  }
  .bg-base-100\/80 {
    background-color: var(--color-base-100);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-base-100) 80%, transparent);
    }
  }
  .bg-base-100\/90 {
    background-color: var(--color-base-100);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-base-100) 90%, transparent);
    }
  }
  .bg-base-200 {
    background-color: var(--color-base-200);
  }
  .bg-base-200\/50 {
    background-color: var(--color-base-200);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-base-200) 50%, transparent);
    }
  }
  .bg-base-200\/80 {
    background-color: var(--color-base-200);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-base-200) 80%, transparent);
    }
  }
  .bg-base-300 {
    background-color: var(--color-base-300);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-blue-400 {
    background-color: var(--color-blue-400);
  }
  .bg-blue-700 {
    background-color: var(--color-blue-700);
  }
  .bg-error\/10 {
    background-color: var(--color-error);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-error) 10%, transparent);
    }
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-green-400 {
    background-color: var(--color-green-400);
  }
  .bg-green-500 {
    background-color: var(--color-green-500);
  }
  .bg-green-700 {
    background-color: var(--color-green-700);
  }
  .bg-info {
    background-color: var(--color-info);
  }
  .bg-info\/10 {
    background-color: var(--color-info);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-info) 10%, transparent);
    }
  }
  .bg-neutral {
    background-color: var(--color-neutral);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-primary\/15 {
    background-color: var(--color-primary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-primary) 15%, transparent);
    }
  }
  .bg-purple-200 {
    background-color: var(--color-purple-200);
  }
  .bg-red-400 {
    background-color: var(--color-red-400);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-red-600 {
    background-color: var(--color-red-600);
  }
  .bg-red-700 {
    background-color: var(--color-red-700);
  }
  .bg-secondary {
    background-color: var(--color-secondary);
  }
  .bg-secondary\/15 {
    background-color: var(--color-secondary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-secondary) 15%, transparent);
    }
  }
  .bg-success {
    background-color: var(--color-success);
  }
  .bg-success\/10 {
    background-color: var(--color-success);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-success) 10%, transparent);
    }
  }
  .bg-teal-200 {
    background-color: var(--color-teal-200);
  }
  .bg-teal-400 {
    background-color: var(--color-teal-400);
  }
  .bg-warning {
    background-color: var(--color-warning);
  }
  .bg-warning\/10 {
    background-color: var(--color-warning);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-warning) 10%, transparent);
    }
  }
  .bg-yellow-500 {
    background-color: var(--color-yellow-500);
  }
  @layer daisyui.l1.l2 {
    .divider-accent:before, .divider-accent:after {
      background-color: var(--color-accent);
    }
    .divider-error:before, .divider-error:after {
      background-color: var(--color-error);
    }
    .divider-info:before, .divider-info:after {
      background-color: var(--color-info);
    }
    .divider-neutral:before, .divider-neutral:after {
      background-color: var(--color-neutral);
    }
    .divider-primary:before, .divider-primary:after {
      background-color: var(--color-primary);
    }
    .divider-secondary:before, .divider-secondary:after {
      background-color: var(--color-secondary);
    }
    .divider-success:before, .divider-success:after {
      background-color: var(--color-success);
    }
    .divider-warning:before, .divider-warning:after {
      background-color: var(--color-warning);
    }
  }
  .bg-linear-to-b {
    --tw-gradient-position: to bottom;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to bottom in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-linear-to-r {
    --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));
  }
  @layer daisyui.l1.l2 {
    .skeleton-text {
      background-clip: text;
      webkit-background-clip: text;
      color: transparent;
      background-image: linear-gradient( 105deg, var(--color-base-content) 0% 40%, var(--color-base-content) 50%, var(--color-base-content) 60% 100% );
    }
    @supports (color: color-mix(in lab, red, red)) {
      .skeleton-text {
        background-image: linear-gradient( 105deg, color-mix(in oklab, var(--color-base-content) 20%, transparent) 0% 40%, var(--color-base-content) 50%, color-mix(in oklab, var(--color-base-content) 20%, transparent) 60% 100% );
      }
    }
  }
  @layer daisyui {
    .btn-link {
      text-decoration-line: underline;
      --btn-bg: #0000;
      color: var(--btn-color, var(--color-primary));
      --btn-border: #0000;
      background-image: none;
      --btn-inset: 0 0 0 0 oklch(0% 0 0/0);
      --btn-shadow: 0 0 0 0 oklch(0% 0 0/0);
    }
  }
  @layer daisyui.l1 {
    .alert-soft {
      color: var(--alert-color, var(--color-base-content));
      background: var(--alert-color, var(--color-base-content));
    }
    @supports (color: color-mix(in lab, red, red)) {
      .alert-soft {
        background: color-mix( in oklab, var(--alert-color, var(--color-base-content)) 8%, var(--color-base-100) );
      }
    }
    .alert-soft {
      --alert-border-color: var(--alert-color, var(--color-base-content));
    }
    @supports (color: color-mix(in lab, red, red)) {
      .alert-soft {
        --alert-border-color: color-mix(
      in oklab,
      var(--alert-color, var(--color-base-content)) 10%,
      var(--color-base-100)
    );
      }
    }
    .alert-soft {
      box-shadow: none;
      background-image: none;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .btn-dash {
      --btn-bg: #0000;
      color: var(--btn-rest-fg, var(--btn-color, var(--color-base-content)));
      --btn-border: var(--btn-color, var(--color-base-content));
      --btn-border-style: solid;
      background-image: none;
      --btn-inset: 0 0 0 0 oklch(0% 0 0/0);
      --btn-shadow: 0 0 0 0 oklch(0% 0 0/0);
      --btn-border-style: dashed;
    }
    .btn-outline {
      --btn-bg: #0000;
      color: var(--btn-rest-fg, var(--btn-color, var(--color-base-content)));
      --btn-border: var(--btn-color, var(--color-base-content));
      --btn-border-style: solid;
      background-image: none;
      --btn-inset: 0 0 0 0 oklch(0% 0 0/0);
      --btn-shadow: 0 0 0 0 oklch(0% 0 0/0);
    }
    .btn-soft {
      --btn-bg: var(--btn-color, var(--color-base-content));
    }
    @supports (color: color-mix(in lab, red, red)) {
      .btn-soft {
        --btn-bg: color-mix(
      in oklab,
      var(--btn-color, var(--color-base-content)) 8%,
      var(--btn-soft-bg, var(--color-base-100))
    );
      }
    }
    .btn-soft {
      color: var(--btn-rest-fg, var(--btn-color, var(--color-base-content)));
      --btn-border: var(--btn-color, var(--color-base-content));
    }
    @supports (color: color-mix(in lab, red, red)) {
      .btn-soft {
        --btn-border: color-mix(
      in oklab,
      var(--btn-color, var(--color-base-content)) 10%,
      var(--btn-soft-bg, var(--color-base-100))
    );
      }
    }
    .btn-soft {
      --btn-border-style: solid;
      background-image: none;
      --btn-inset: 0 0 0 0 oklch(0% 0 0/0);
      --btn-shadow: 0 0 0 0 oklch(0% 0 0/0);
    }
    .btn-ghost {
      --btn-bg: #0000;
      color: var(--btn-rest-fg, var(--btn-color, var(--color-base-content, currentColor)));
      --btn-border: #0000;
      background-image: none;
      --btn-inset: 0 0 0 0 oklch(0% 0 0/0);
      --btn-shadow: 0 0 0 0 oklch(0% 0 0/0);
    }
  }
  @layer daisyui.l1.l2 {
    .aura-dual {
      background-image: repeating-conic-gradient( from var(--aura-angle), transparent 0%, transparent 40%, currentColor 50% );
    }
    .aura-gold {
      background-image: repeating-conic-gradient( from var(--aura-angle), oklch(0.6598 0.1863 72.37), oklch(0.9635 0.0768 102.94), oklch(0.7157 0.1691 82.23), oklch(0.9602 0.0792 103.13), oklch(0.6066 0.1181 76.17), oklch(0.6598 0.1863 72.37) 50% );
    }
    .aura-silver {
      background-image: repeating-conic-gradient( from var(--aura-angle), oklch(0.3 0 0), oklch(0.9 0 0), oklch(0.6 0 0), oklch(0.9 0 0), oklch(0.5 0 0), oklch(0.3 0 0) 50% );
    }
  }
  .from-blue-500 {
    --tw-gradient-from: var(--color-blue-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-primary {
    --tw-gradient-from: var(--color-primary);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-primary\/5 {
    --tw-gradient-from: var(--color-primary);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-primary) 5%, 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));
  }
  .via-base-100 {
    --tw-gradient-via: var(--color-base-100);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-base-100 {
    --tw-gradient-to: var(--color-base-100);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-blue-700 {
    --tw-gradient-to: var(--color-blue-700);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-secondary {
    --tw-gradient-to: var(--color-secondary);
    --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));
  }
  @layer daisyui.l1.l2 {
    .loading-ball {
      mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='12' cy='5' rx='4' ry='4'%3E%3Canimate attributeName='cy' values='5;20;20.5;20;5' keyTimes='0;0.469;0.5;0.531;1' dur='2s' repeatCount='indefinite' keySplines='.33,0,.66,.33;.33,.66,.66,1'/%3E%3Canimate attributeName='rx' values='4;4;4.8;4;4' keyTimes='0;0.469;0.5;0.531;1' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='ry' values='4;4;3;4;4' keyTimes='0;0.469;0.5;0.531;1' dur='2s' repeatCount='indefinite'/%3E%3C/ellipse%3E%3C/svg%3E");
    }
    @media (prefers-reduced-motion: no-preference) {
      .loading-ball {
        mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='12' cy='5' rx='4' ry='4'%3E%3Canimate attributeName='cy' values='5;20;20.5;20;5' keyTimes='0;0.469;0.5;0.531;1' dur='.8s' repeatCount='indefinite' keySplines='.33,0,.66,.33;.33,.66,.66,1'/%3E%3Canimate attributeName='rx' values='4;4;4.8;4;4' keyTimes='0;0.469;0.5;0.531;1' dur='.8s' repeatCount='indefinite'/%3E%3Canimate attributeName='ry' values='4;4;3;4;4' keyTimes='0;0.469;0.5;0.531;1' dur='.8s' repeatCount='indefinite'/%3E%3C/ellipse%3E%3C/svg%3E");
      }
    }
    .loading-bars {
      mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='6' height='22'%3E%3Canimate attributeName='y' values='1;5;1' keyTimes='0;0.938;1' dur='2.4s' repeatCount='indefinite'/%3E%3Canimate attributeName='height' values='22;14;22' keyTimes='0;0.938;1' dur='2.4s' repeatCount='indefinite'/%3E%3Canimate attributeName='opacity' values='1;0.2;1' keyTimes='0;0.938;1' dur='2.4s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='9' y='1' width='6' height='22'%3E%3Canimate attributeName='y' values='1;5;1' keyTimes='0;0.938;1' dur='2.4s' repeatCount='indefinite' begin='-0.65s'/%3E%3Canimate attributeName='height' values='22;14;22' keyTimes='0;0.938;1' dur='2.4s' repeatCount='indefinite' begin='-0.65s'/%3E%3Canimate attributeName='opacity' values='1;0.2;1' keyTimes='0;0.938;1' dur='2.4s' repeatCount='indefinite' begin='-0.65s'/%3E%3C/rect%3E%3Crect x='17' y='1' width='6' height='22'%3E%3Canimate attributeName='y' values='1;5;1' keyTimes='0;0.938;1' dur='2.4s' repeatCount='indefinite' begin='-0.5s'/%3E%3Canimate attributeName='height' values='22;14;22' keyTimes='0;0.938;1' dur='2.4s' repeatCount='indefinite' begin='-0.5s'/%3E%3Canimate attributeName='opacity' values='1;0.2;1' keyTimes='0;0.938;1' dur='2.4s' repeatCount='indefinite' begin='-0.5s'/%3E%3C/rect%3E%3C/svg%3E");
    }
    @media (prefers-reduced-motion: no-preference) {
      .loading-bars {
        mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='6' height='22'%3E%3Canimate attributeName='y' values='1;5;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite'/%3E%3Canimate attributeName='height' values='22;14;22' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite'/%3E%3Canimate attributeName='opacity' values='1;0.2;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='9' y='1' width='6' height='22'%3E%3Canimate attributeName='y' values='1;5;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.65s'/%3E%3Canimate attributeName='height' values='22;14;22' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.65s'/%3E%3Canimate attributeName='opacity' values='1;0.2;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.65s'/%3E%3C/rect%3E%3Crect x='17' y='1' width='6' height='22'%3E%3Canimate attributeName='y' values='1;5;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.5s'/%3E%3Canimate attributeName='height' values='22;14;22' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.5s'/%3E%3Canimate attributeName='opacity' values='1;0.2;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.5s'/%3E%3C/rect%3E%3C/svg%3E");
      }
    }
    .loading-dots {
      mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='12' r='3'%3E%3Canimate attributeName='cy' values='12;6;12;12' keyTimes='0;0.286;0.571;1' dur='3s' repeatCount='indefinite' keySplines='.33,0,.66,.33;.33,.66,.66,1'/%3E%3C/circle%3E%3Ccircle cx='12' cy='12' r='3'%3E%3Canimate attributeName='cy' values='12;6;12;12' keyTimes='0;0.286;0.571;1' dur='3s' repeatCount='indefinite' keySplines='.33,0,.66,.33;.33,.66,.66,1' begin='0.1s'/%3E%3C/circle%3E%3Ccircle cx='20' cy='12' r='3'%3E%3Canimate attributeName='cy' values='12;6;12;12' keyTimes='0;0.286;0.571;1' dur='3s' repeatCount='indefinite' keySplines='.33,0,.66,.33;.33,.66,.66,1' begin='0.2s'/%3E%3C/circle%3E%3C/svg%3E");
    }
    @media (prefers-reduced-motion: no-preference) {
      .loading-dots {
        mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='12' r='3'%3E%3Canimate attributeName='cy' values='12;6;12;12' keyTimes='0;0.286;0.571;1' dur='1.05s' repeatCount='indefinite' keySplines='.33,0,.66,.33;.33,.66,.66,1'/%3E%3C/circle%3E%3Ccircle cx='12' cy='12' r='3'%3E%3Canimate attributeName='cy' values='12;6;12;12' keyTimes='0;0.286;0.571;1' dur='1.05s' repeatCount='indefinite' keySplines='.33,0,.66,.33;.33,.66,.66,1' begin='0.1s'/%3E%3C/circle%3E%3Ccircle cx='20' cy='12' r='3'%3E%3Canimate attributeName='cy' values='12;6;12;12' keyTimes='0;0.286;0.571;1' dur='1.05s' repeatCount='indefinite' keySplines='.33,0,.66,.33;.33,.66,.66,1' begin='0.2s'/%3E%3C/circle%3E%3C/svg%3E");
      }
    }
    .loading-infinity {
      mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='shape-rendering:auto;' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Cpath fill='none' stroke='black' stroke-width='10' stroke-dasharray='205.271 51.318' d='M24.3 30C11.4 30 5 43.3 5 50s6.4 20 19.3 20c19.3 0 32.1-40 51.4-40C88.6 30 95 43.3 95 50s-6.4 20-19.3 20C56.4 70 43.6 30 24.3 30z' stroke-linecap='round' style='transform:scale(0.8);transform-origin:50px 50px'%3E%3Canimate attributeName='stroke-dashoffset' repeatCount='indefinite' dur='6s' keyTimes='0;1' values='0;256.589'/%3E%3C/path%3E%3C/svg%3E");
    }
    @media (prefers-reduced-motion: no-preference) {
      .loading-infinity {
        mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='shape-rendering:auto;' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Cpath fill='none' stroke='black' stroke-width='10' stroke-dasharray='205.271 51.318' d='M24.3 30C11.4 30 5 43.3 5 50s6.4 20 19.3 20c19.3 0 32.1-40 51.4-40C88.6 30 95 43.3 95 50s-6.4 20-19.3 20C56.4 70 43.6 30 24.3 30z' stroke-linecap='round' style='transform:scale(0.8);transform-origin:50px 50px'%3E%3Canimate attributeName='stroke-dashoffset' repeatCount='indefinite' dur='2s' keyTimes='0;1' values='0;256.589'/%3E%3C/path%3E%3C/svg%3E");
      }
    }
    .loading-ring {
      mask-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' xmlns='http://www.w3.org/2000/svg' stroke='white'%3E%3Cg fill='none' fill-rule='evenodd' stroke-width='2'%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='0s' dur='5.4s' values='1;20' calcMode='spline' keyTimes='0;1' keySplines='0.165,0.84,0.44,1' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-opacity' begin='0s' dur='5.4s' values='1;0' calcMode='spline' keyTimes='0;1' keySplines='0.3,0.61,0.355,1' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='-0.9s' dur='5.4s' values='1;20' calcMode='spline' keyTimes='0;1' keySplines='0.165,0.84,0.44,1' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-opacity' begin='-0.9s' dur='5.4s' values='1;0' calcMode='spline' keyTimes='0;1' keySplines='0.3,0.61,0.355,1' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
    }
    @media (prefers-reduced-motion: no-preference) {
      .loading-ring {
        mask-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' xmlns='http://www.w3.org/2000/svg' stroke='white'%3E%3Cg fill='none' fill-rule='evenodd' stroke-width='2'%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='0s' dur='1.8s' values='1;20' calcMode='spline' keyTimes='0;1' keySplines='0.165,0.84,0.44,1' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-opacity' begin='0s' dur='1.8s' values='1;0' calcMode='spline' keyTimes='0;1' keySplines='0.3,0.61,0.355,1' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='-0.9s' dur='1.8s' values='1;20' calcMode='spline' keyTimes='0;1' keySplines='0.165,0.84,0.44,1' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-opacity' begin='-0.9s' dur='1.8s' values='1;0' calcMode='spline' keyTimes='0;1' keySplines='0.3,0.61,0.355,1' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
      }
    }
    .loading-spinner {
      mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='8s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='6s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='6s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
    }
    @media (prefers-reduced-motion: no-preference) {
      .loading-spinner {
        mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
      }
    }
    .mask-circle {
      mask-image: url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle fill='black' cx='100' cy='100' r='100' fill-rule='evenodd'/%3e%3c/svg%3e");
    }
    .mask-decagon {
      mask-image: url("data:image/svg+xml,%3csvg width='192' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 0 58.779 19.098 36.327 50v61.804l-36.327 50L96 200l-58.779-19.098-36.327-50V69.098l36.327-50z' fill-rule='evenodd'/%3e%3c/svg%3e");
    }
    .mask-diamond {
      mask-image: url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m100 0 100 100-100 100L0 100z' fill-rule='evenodd'/%3e%3c/svg%3e");
    }
    .mask-heart {
      mask-image: url("data:image/svg+xml,%3csvg width='200' height='185' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M100 184.606a15.384 15.384 0 0 1-8.653-2.678C53.565 156.28 37.205 138.695 28.182 127.7 8.952 104.264-.254 80.202.005 54.146.308 24.287 24.264 0 53.406 0c21.192 0 35.869 11.937 44.416 21.879a2.884 2.884 0 0 0 4.356 0C110.725 11.927 125.402 0 146.594 0c29.142 0 53.098 24.287 53.4 54.151.26 26.061-8.956 50.122-28.176 73.554-9.023 10.994-25.383 28.58-63.165 54.228a15.384 15.384 0 0 1-8.653 2.673Z' fill='black' fill-rule='nonzero'/%3e%3c/svg%3e");
    }
    .mask-hexagon {
      mask-image: url("data:image/svg+xml,%3csvg width='182' height='201' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M.3 65.486c0-9.196 6.687-20.063 14.211-25.078l61.86-35.946c8.36-5.016 20.899-5.016 29.258 0l61.86 35.946c8.36 5.015 14.211 15.882 14.211 25.078v71.055c0 9.196-6.687 20.063-14.211 25.079l-61.86 35.945c-8.36 4.18-20.899 4.18-29.258 0L14.51 161.62C6.151 157.44.3 145.737.3 136.54V65.486Z' fill='black' fill-rule='nonzero'/%3e%3c/svg%3e");
    }
    .mask-hexagon-2 {
      mask-image: url("data:image/svg+xml,%3csvg width='200' height='182' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M64.786 181.4c-9.196 0-20.063-6.687-25.079-14.21L3.762 105.33c-5.016-8.36-5.016-20.9 0-29.259l35.945-61.86C44.723 5.851 55.59 0 64.786 0h71.055c9.196 0 20.063 6.688 25.079 14.211l35.945 61.86c4.18 8.36 4.18 20.899 0 29.258l-35.945 61.86c-4.18 8.36-15.883 14.211-25.079 14.211H64.786Z' fill='black' fill-rule='nonzero'/%3e%3c/svg%3e");
    }
    .mask-pentagon {
      mask-image: url("data:image/svg+xml,%3csvg width='192' height='181' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 0 95.106 69.098-36.327 111.804H37.22L.894 69.098z' fill-rule='evenodd'/%3e%3c/svg%3e");
    }
    .mask-squircle {
      mask-image: url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M100 0C20 0 0 20 0 100s20 100 100 100 100-20 100-100S180 0 100 0Z'/%3e%3c/svg%3e");
    }
    .mask-star {
      mask-image: url("data:image/svg+xml,%3csvg width='192' height='180' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 137.263-58.779 42.024 22.163-68.389L.894 68.481l72.476-.243L96 0l22.63 68.238 72.476.243-58.49 42.417 22.163 68.389z' fill-rule='evenodd'/%3e%3c/svg%3e");
    }
    .mask-star-2 {
      mask-image: url("data:image/svg+xml,%3csvg width='192' height='180' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 153.044-58.779 26.243 7.02-63.513L.894 68.481l63.117-13.01L96 0l31.989 55.472 63.117 13.01-43.347 47.292 7.02 63.513z' fill-rule='evenodd'/%3e%3c/svg%3e");
    }
    .mask-triangle {
      mask-image: url("data:image/svg+xml,%3csvg width='174' height='149' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m87 148.476-86.603.185L43.86 74.423 87 0l43.14 74.423 43.463 74.238z' fill-rule='evenodd'/%3e%3c/svg%3e");
    }
    .mask-triangle-2 {
      mask-image: url("data:image/svg+xml,%3csvg width='174' height='150' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m87 .738 86.603-.184-43.463 74.238L87 149.214 43.86 74.792.397.554z' fill-rule='evenodd'/%3e%3c/svg%3e");
    }
    .mask-triangle-3 {
      mask-image: url("data:image/svg+xml,%3csvg width='150' height='174' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m149.369 87.107.185 86.603-74.239-43.463L.893 87.107l74.422-43.14L149.554.505z' fill-rule='evenodd'/%3e%3c/svg%3e");
    }
    .mask-triangle-4 {
      mask-image: url("data:image/svg+xml,%3csvg width='150' height='174' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M.631 87.107.446.505l74.239 43.462 74.422 43.14-74.422 43.14L.446 173.71z' fill-rule='evenodd'/%3e%3c/svg%3e");
    }
  }
  .mask-circle {
    --tw-mask-radial-shape: circle;
  }
  .bg-repeat {
    background-repeat: repeat;
  }
  @layer daisyui.l1.l2 {
    .mask-half-1 {
      mask-size: 200%;
      mask-position: left;
    }
    .mask-half-1:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      mask-position: right;
    }
    .mask-half-2 {
      mask-size: 200%;
      mask-position: right;
    }
    .mask-half-2:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      mask-position: left;
    }
  }
  .fill-base-content {
    fill: var(--color-base-content);
  }
  .fill-pink-500 {
    fill: var(--color-pink-500);
  }
  @layer daisyui.l1.l2 {
    .checkbox-lg {
      padding: 0.3125rem;
      --size: calc(var(--size-selector, 0.25rem) * 7);
    }
    .checkbox-md {
      padding: 0.25rem;
      --size: calc(var(--size-selector, 0.25rem) * 6);
    }
    .checkbox-sm {
      padding: 0.1875rem;
      --size: calc(var(--size-selector, 0.25rem) * 5);
    }
    .checkbox-xl {
      padding: 0.375rem;
      --size: calc(var(--size-selector, 0.25rem) * 8);
    }
    .checkbox-xs {
      padding: 0.125rem;
      --size: calc(var(--size-selector, 0.25rem) * 4);
    }
  }
  .p-0 {
    padding: 0px;
  }
  .p-0\! {
    padding: 0px !important;
  }
  .p-1 {
    padding: var(--spacing);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  @layer daisyui.l1.l2.l3 {
    .menu-title {
      padding-inline: calc(0.25rem * 3);
      padding-block: calc(0.25rem * 2);
      color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .menu-title {
        color: color-mix(in oklab, var(--color-base-content) 40%, transparent);
      }
    }
    .menu-title {
      font-size: 0.875rem;
      font-weight: 600;
    }
  }
  @layer daisyui.l1.l2 {
    .table-sm :not(thead, tfoot) tr {
      font-size: 0.75rem;
    }
    .table-sm :where(th, td) {
      padding-inline: calc(0.25rem * 3);
      padding-block: calc(0.25rem * 2);
    }
  }
  .px-0\! {
    padding-inline: 0px !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-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-6\! {
    padding-inline: calc(var(--spacing) * 6) !important;
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-16\! {
    padding-inline: calc(var(--spacing) * 16) !important;
  }
  .py-0 {
    padding-block: 0px;
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\! {
    padding-block: calc(var(--spacing) * 2) !important;
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-9 {
    padding-block: calc(var(--spacing) * 9);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .ps-2\! {
    padding-inline-start: calc(var(--spacing) * 2) !important;
  }
  .pe-2\! {
    padding-inline-end: calc(var(--spacing) * 2) !important;
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-14 {
    padding-top: calc(var(--spacing) * 14);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }
  .pb-32 {
    padding-bottom: calc(var(--spacing) * 32);
  }
  .pb-40 {
    padding-bottom: calc(var(--spacing) * 40);
  }
  .pb-48 {
    padding-bottom: calc(var(--spacing) * 48);
  }
  .pb-64 {
    padding-bottom: calc(var(--spacing) * 64);
  }
  .pl-1 {
    padding-left: var(--spacing);
  }
  .pl-2\! {
    padding-left: calc(var(--spacing) * 2) !important;
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  @layer daisyui.l1.l2 {
    .file-input-sm {
      --size: calc(var(--size-field, 0.25rem) * 8);
      font-size: 0.75rem;
      line-height: 1.5rem;
    }
    .file-input-sm::file-selector-button {
      font-size: 0.75rem;
    }
  }
  .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-7xl {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--line-height));
  }
  .text-9xl {
    font-size: var(--text-9xl);
    line-height: var(--tw-leading, var(--text-9xl--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));
  }
  @layer daisyui.l1.l2 {
    .tabs-lg {
      --tab-height: calc(var(--size-field, 0.25rem) * 12);
    }
    .tabs-lg > .tab {
      font-size: 1.125rem;
      --tab-p: 1rem;
      --tab-radius-min: calc(1.5rem - var(--border));
    }
    .tabs-md {
      --tab-height: calc(var(--size-field, 0.25rem) * 10);
    }
    .tabs-md > .tab {
      font-size: 0.875rem;
      --tab-p: 0.75rem;
      --tab-radius-min: calc(0.75rem - var(--border));
    }
    .tabs-sm {
      --tab-height: calc(var(--size-field, 0.25rem) * 8);
    }
    .tabs-sm > .tab {
      font-size: 0.875rem;
      --tab-p: 0.5rem;
      --tab-radius-min: calc(0.5rem - var(--border));
    }
    .tabs-xl {
      --tab-height: calc(var(--size-field, 0.25rem) * 14);
    }
    .tabs-xl > .tab {
      font-size: 1.125rem;
      --tab-p: 1.25rem;
      --tab-radius-min: calc(2rem - var(--border));
    }
    .tabs-xs {
      --tab-height: calc(var(--size-field, 0.25rem) * 6);
    }
    .tabs-xs > .tab {
      font-size: 0.75rem;
      --tab-p: 0.375rem;
      --tab-radius-min: calc(0.5rem - var(--border));
    }
    .badge-lg {
      --size: calc(var(--size-selector, 0.25rem) * 7);
      font-size: 1rem;
    }
    .badge-md {
      --size: calc(var(--size-selector, 0.25rem) * 6);
      font-size: 0.875rem;
    }
    .badge-sm {
      --size: calc(var(--size-selector, 0.25rem) * 5);
      font-size: 0.75rem;
    }
    .badge-xs {
      --size: calc(var(--size-selector, 0.25rem) * 4);
      font-size: 0.625rem;
    }
    .kbd-lg {
      --size: calc(var(--size-selector, 0.25rem) * 7);
      font-size: 1rem;
    }
    .kbd-md {
      --size: calc(var(--size-selector, 0.25rem) * 6);
      font-size: 0.875rem;
    }
    .kbd-sm {
      --size: calc(var(--size-selector, 0.25rem) * 5);
      font-size: 0.75rem;
    }
    .kbd-xl {
      --size: calc(var(--size-selector, 0.25rem) * 8);
      font-size: 1.125rem;
    }
    .kbd-xs {
      --size: calc(var(--size-selector, 0.25rem) * 4);
      font-size: 0.625rem;
    }
    .otp-lg {
      font-size: 2rem;
      --otp-size: calc(var(--size-field, 0.25rem) * 12);
    }
    .otp-md {
      font-size: 1.75rem;
      --otp-size: calc(var(--size-field, 0.25rem) * 10);
    }
    .otp-sm {
      font-size: 1.5rem;
      --otp-size: calc(var(--size-field, 0.25rem) * 8);
    }
    .otp-xl {
      font-size: 2.5rem;
      --otp-size: calc(var(--size-field, 0.25rem) * 14);
    }
    .otp-xs {
      font-size: 1.25rem;
      --otp-size: calc(var(--size-field, 0.25rem) * 6);
    }
  }
  .leading-9 {
    --tw-leading: calc(var(--spacing) * 9);
    line-height: calc(var(--spacing) * 9);
  }
  .leading-\[2\] {
    --tw-leading: 2;
    line-height: 2;
  }
  .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-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[\.1em\] {
    --tw-tracking: .1em;
    letter-spacing: .1em;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .text-balance {
    text-wrap: balance;
  }
  .break-all {
    word-break: break-all;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  @layer daisyui.l1.l2 {
    .alert-error {
      color: var(--color-error-content);
      --alert-border-color: var(--color-error);
      --alert-color: var(--color-error);
    }
    .alert-info {
      color: var(--color-info-content);
      --alert-border-color: var(--color-info);
      --alert-color: var(--color-info);
    }
    .alert-success {
      color: var(--color-success-content);
      --alert-border-color: var(--color-success);
      --alert-color: var(--color-success);
    }
    .alert-warning {
      color: var(--color-warning-content);
      --alert-border-color: var(--color-warning);
      --alert-color: var(--color-warning);
    }
    .file-input-accent {
      --btn-color: var(--color-accent);
    }
    .file-input-accent::file-selector-button {
      color: var(--color-accent-content);
    }
    :is(.file-input-accent), .file-input-accent:focus, .file-input-accent:focus-within {
      --input-color: var(--color-accent);
    }
    .file-input-primary {
      --btn-color: var(--color-primary);
    }
    .file-input-primary::file-selector-button {
      color: var(--color-primary-content);
    }
    :is(.file-input-primary), .file-input-primary:focus, .file-input-primary:focus-within {
      --input-color: var(--color-primary);
    }
    .file-input-secondary {
      --btn-color: var(--color-secondary);
    }
    .file-input-secondary::file-selector-button {
      color: var(--color-secondary-content);
    }
    :is(.file-input-secondary), .file-input-secondary:focus, .file-input-secondary:focus-within {
      --input-color: var(--color-secondary);
    }
    .checkbox-accent {
      color: var(--color-accent-content);
      --input-color: var(--color-accent);
    }
    .checkbox-error {
      color: var(--color-error-content);
      --input-color: var(--color-error);
    }
    .checkbox-info {
      color: var(--color-info-content);
      --input-color: var(--color-info);
    }
    .checkbox-neutral {
      color: var(--color-neutral-content);
      --input-color: var(--color-neutral);
    }
    .checkbox-primary {
      color: var(--color-primary-content);
      --input-color: var(--color-primary);
    }
    .checkbox-secondary {
      color: var(--color-secondary-content);
      --input-color: var(--color-secondary);
    }
    .checkbox-success {
      color: var(--color-success-content);
      --input-color: var(--color-success);
    }
    .checkbox-warning {
      color: var(--color-warning-content);
      --input-color: var(--color-warning);
    }
    .link-primary {
      color: var(--color-primary);
    }
    @media (hover: hover) {
      .link-primary:hover {
        color: var(--color-primary);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-primary) 80%, #000);
        }
      }
    }
    .link-secondary {
      color: var(--color-secondary);
    }
    @media (hover: hover) {
      .link-secondary:hover {
        color: var(--color-secondary);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-secondary) 80%, #000);
        }
      }
    }
    .link-success {
      color: var(--color-success);
    }
    @media (hover: hover) {
      .link-success:hover {
        color: var(--color-success);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-success) 80%, #000);
        }
      }
    }
    .range-accent {
      color: var(--color-accent);
      --range-thumb: var(--color-accent-content);
    }
    .range-error {
      color: var(--color-error);
      --range-thumb: var(--color-error-content);
    }
    .range-primary {
      color: var(--color-primary);
      --range-thumb: var(--color-primary-content);
    }
    .range-secondary {
      color: var(--color-secondary);
      --range-thumb: var(--color-secondary-content);
    }
    .range-success {
      color: var(--color-success);
      --range-thumb: var(--color-success-content);
    }
    .range-warning {
      color: var(--color-warning);
      --range-thumb: var(--color-warning-content);
    }
    .tooltip-info {
      --tt-bg: var(--color-info);
    }
    .tooltip-info  > .tooltip-content, .tooltip-info[data-tip]:before {
      color: var(--color-info-content);
    }
    .tooltip-primary {
      --tt-bg: var(--color-primary);
    }
    .tooltip-primary  > .tooltip-content, .tooltip-primary[data-tip]:before {
      color: var(--color-primary-content);
    }
    .tooltip-success {
      --tt-bg: var(--color-success);
    }
    .tooltip-success  > .tooltip-content, .tooltip-success[data-tip]:before {
      color: var(--color-success-content);
    }
    .tooltip-warning {
      --tt-bg: var(--color-warning);
    }
    .tooltip-warning  > .tooltip-content, .tooltip-warning[data-tip]:before {
      color: var(--color-warning-content);
    }
    .progress-accent {
      color: var(--color-accent);
    }
    .progress-error {
      color: var(--color-error);
    }
    .progress-info {
      color: var(--color-info);
    }
    .progress-primary {
      color: var(--color-primary);
    }
    .progress-secondary {
      color: var(--color-secondary);
    }
    .progress-success {
      color: var(--color-success);
    }
    .progress-warning {
      color: var(--color-warning);
    }
  }
  .text-\[\#449944\] {
    color: #449944;
  }
  .text-accent {
    color: var(--color-accent);
  }
  .text-accent-content {
    color: var(--color-accent-content);
  }
  .text-base-100 {
    color: var(--color-base-100);
  }
  .text-base-200 {
    color: var(--color-base-200);
  }
  .text-base-content {
    color: var(--color-base-content);
  }
  .text-base-content\! {
    color: var(--color-base-content) !important;
  }
  .text-base-content\/50 {
    color: var(--color-base-content);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-base-content) 50%, transparent);
    }
  }
  .text-base-content\/60 {
    color: var(--color-base-content);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-base-content) 60%, transparent);
    }
  }
  .text-base-content\/70 {
    color: var(--color-base-content);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-base-content) 70%, transparent);
    }
  }
  .text-black {
    color: var(--color-black);
  }
  .text-blue-500 {
    color: var(--color-blue-500);
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-blue-800 {
    color: var(--color-blue-800);
  }
  .text-cyan-400 {
    color: var(--color-cyan-400);
  }
  .text-error {
    color: var(--color-error);
  }
  .text-fuchsia-500 {
    color: var(--color-fuchsia-500);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-green-600 {
    color: var(--color-green-600);
  }
  .text-info {
    color: var(--color-info);
  }
  .text-neutral-content {
    color: var(--color-neutral-content);
  }
  .text-orange-600 {
    color: var(--color-orange-600);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-primary-content {
    color: var(--color-primary-content);
  }
  .text-purple-500 {
    color: var(--color-purple-500);
  }
  .text-purple-600 {
    color: var(--color-purple-600);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-red-800 {
    color: var(--color-red-800);
  }
  .text-rose-500 {
    color: var(--color-rose-500);
  }
  .text-secondary {
    color: var(--color-secondary);
  }
  .text-secondary-content {
    color: var(--color-secondary-content);
  }
  .text-sky-400 {
    color: var(--color-sky-400);
  }
  .text-sky-500 {
    color: var(--color-sky-500);
  }
  .text-slate-600 {
    color: var(--color-slate-600);
  }
  .text-success {
    color: var(--color-success);
  }
  .text-teal-800 {
    color: var(--color-teal-800);
  }
  .text-transparent {
    color: transparent;
  }
  .text-warning {
    color: var(--color-warning);
  }
  .text-warning-content {
    color: var(--color-warning-content);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-yellow-400 {
    color: var(--color-yellow-400);
  }
  .text-yellow-500 {
    color: var(--color-yellow-500);
  }
  .text-yellow-500\! {
    color: var(--color-yellow-500) !important;
  }
  .capitalize {
    text-transform: capitalize;
  }
  .capitalize\! {
    text-transform: capitalize !important;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  @layer daisyui.l1.l2 {
    .link-hover {
      text-decoration-line: none;
    }
    @media (hover: hover) {
      .link-hover:hover {
        text-decoration-line: underline;
      }
    }
  }
  .no-underline {
    text-decoration-line: none;
  }
  .no-underline\! {
    text-decoration-line: none !important;
  }
  .prose :where(a.btn:not(.btn-link)):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .caret-primary\! {
    caret-color: var(--color-primary) !important;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-10 {
    opacity: 10%;
  }
  .opacity-20 {
    opacity: 20%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-85 {
    opacity: 85%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xs {
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .blur-xs {
    --tw-blur: blur(var(--blur-xs));
    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,);
  }
  .drop-shadow {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.1))) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.06)));
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow( 0 1px 1px rgb(0 0 0 / 0.06));
    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,);
  }
  .drop-shadow-md {
    --tw-drop-shadow-size: drop-shadow(0 3px 3px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.12)));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-md));
    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,);
  }
  .grayscale {
    --tw-grayscale: grayscale(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,);
  }
  .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,);
  }
  .invert\! {
    --tw-invert: invert(100%) !important;
    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,) !important;
  }
  .sepia {
    --tw-sepia: sepia(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,);
  }
  .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,) !important;
  }
  .backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-blur-md {
    --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,);
  }
  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-blur-xs {
    --tw-backdrop-blur: blur(var(--blur-xs));
    -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-\[transform\,opacity\] {
    transition-property: transform,opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-3000 {
    --tw-duration: 3000ms;
    transition-duration: 3000ms;
  }
  .duration-6000 {
    --tw-duration: 6000ms;
    transition-duration: 6000ms;
  }
  .duration-\[\.6s\] {
    --tw-duration: .6s;
    transition-duration: .6s;
  }
  .ease-\[cubic-bezier\(\.34\,1\.56\,\.64\,1\)\] {
    --tw-ease: cubic-bezier(.34,1.56,.64,1);
    transition-timing-function: cubic-bezier(.34,1.56,.64,1);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .will-change-\[transform\,opacity\] {
    will-change: transform,opacity;
  }
  .\[contain\:layout\] {
    contain: layout;
  }
  @layer daisyui.l1.l2 {
    .indicator-end {
      --indicator-s: auto;
      --indicator-e: 0;
      --indicator-x: 50%;
    }
    [dir="rtl"] .indicator-end {
      --indicator-s: 0;
      --indicator-e: auto;
      --indicator-x: -50%;
    }
    .indicator-start {
      --indicator-s: 0;
      --indicator-e: auto;
      --indicator-x: -50%;
    }
    [dir="rtl"] .indicator-start {
      --indicator-s: auto;
      --indicator-e: 0;
      --indicator-x: 50%;
    }
    .indicator-center {
      --indicator-s: 50%;
      --indicator-e: auto;
      --indicator-x: -50%;
    }
    [dir="rtl"] .indicator-center {
      --indicator-e: 50%;
      --indicator-x: 50%;
    }
    .input-lg {
      --in-size-mul: 12;
      --font-size-min: 1.125rem;
      --spin-my: -3;
    }
    .floating-label:has(.input-lg) {
      --top-mul: 6;
      --font-size: 1.125rem;
    }
    .input-md {
      --in-size-mul: 10;
      --font-size-min: 0.875rem;
      --spin-my: -3;
    }
    .floating-label:has(.input-md) {
      --top-mul: 5;
      --font-size: 0.875rem;
    }
    .input-sm {
      --in-size-mul: 8;
      --font-size-min: 0.75rem;
      --spin-my: -2;
    }
    .floating-label:has(.input-sm) {
      --top-mul: 4;
      --font-size: 0.75rem;
    }
    .input-xs {
      --in-size-mul: 6;
      --font-size-min: 0.6875rem;
      --spin-my: -1;
    }
    .floating-label:has(.input-xs) {
      --top-mul: 3;
      --font-size: 0.6875rem;
    }
    .select-lg {
      --sl-size-mul: 12;
      --font-size-min: 1.125rem;
      --option-px: 4;
    }
    .floating-label:has(.select-lg) {
      --top-mul: 6;
      --font-size: 1.125rem;
    }
    .select-sm {
      --sl-size-mul: 8;
      --font-size-min: 0.75rem;
      --option-px: 2.5;
    }
    .floating-label:has(.select-sm) {
      --top-mul: 4;
      --font-size: 0.75rem;
    }
    .select-xs {
      --sl-size-mul: 6;
      --font-size-min: 0.6875rem;
      --option-px: 2;
    }
    .floating-label:has(.select-xs) {
      --top-mul: 3;
      --font-size: 0.6875rem;
    }
    .btn-accent {
      --btn-color: var(--color-accent);
      --btn-fg: var(--color-accent-content);
      --btn-soft-bg: initial;
    }
    .btn-error {
      --btn-color: var(--color-error);
      --btn-fg: var(--color-error-content);
      --btn-soft-bg: initial;
    }
    .btn-info {
      --btn-color: var(--color-info);
      --btn-fg: var(--color-info-content);
      --btn-soft-bg: initial;
    }
    .btn-lg {
      --fontsize: 1.125rem;
      --btn-p: 1.25rem;
      --size: calc(var(--size-field, 0.25rem) * 12);
    }
    .btn-primary {
      --btn-color: var(--color-primary);
      --btn-fg: var(--color-primary-content);
      --btn-soft-bg: initial;
    }
    .btn-secondary {
      --btn-color: var(--color-secondary);
      --btn-fg: var(--color-secondary-content);
      --btn-soft-bg: initial;
    }
    .btn-sm {
      --fontsize: 0.75rem;
      --btn-p: 0.75rem;
      --size: calc(var(--size-field, 0.25rem) * 8);
    }
    .btn-success {
      --btn-color: var(--color-success);
      --btn-fg: var(--color-success-content);
      --btn-soft-bg: initial;
    }
    .btn-warning {
      --btn-color: var(--color-warning);
      --btn-fg: var(--color-warning-content);
      --btn-soft-bg: initial;
    }
    .btn-xs {
      --fontsize: 0.6875rem;
      --btn-p: 0.5rem;
      --size: calc(var(--size-field, 0.25rem) * 6);
    }
    .card-lg .card-body {
      --card-p: 2rem;
      --card-fs: 1rem;
    }
    .card-lg .card-title {
      --cardtitle-fs: 1.25rem;
    }
    .card-sm .card-body {
      --card-p: 1rem;
      --card-fs: 0.75rem;
    }
    .card-sm .card-title {
      --cardtitle-fs: 1rem;
    }
    .indicator-bottom {
      --indicator-t: auto;
      --indicator-b: 0;
      --indicator-y: 50%;
    }
    .indicator-middle {
      --indicator-t: 50%;
      --indicator-b: auto;
      --indicator-y: -50%;
    }
    .indicator-top {
      --indicator-t: 0;
      --indicator-b: auto;
      --indicator-y: -50%;
    }
    .textarea-sm {
      --font-size-min: 0.75rem;
    }
    .floating-label:has(.textarea-sm) {
      --top-mul: 4;
      --font-size: 0.75rem;
    }
    .badge-accent {
      --badge-color: var(--color-accent);
      --badge-fg: var(--color-accent-content);
    }
    .badge-error {
      --badge-color: var(--color-error);
      --badge-fg: var(--color-error-content);
    }
    .badge-info {
      --badge-color: var(--color-info);
      --badge-fg: var(--color-info-content);
    }
    .badge-neutral {
      --badge-color: var(--color-neutral);
      --badge-fg: var(--color-neutral-content);
    }
    .badge-primary {
      --badge-color: var(--color-primary);
      --badge-fg: var(--color-primary-content);
    }
    .badge-secondary {
      --badge-color: var(--color-secondary);
      --badge-fg: var(--color-secondary-content);
    }
    .badge-success {
      --badge-color: var(--color-success);
      --badge-fg: var(--color-success-content);
    }
    .badge-warning {
      --badge-color: var(--color-warning);
      --badge-fg: var(--color-warning-content);
    }
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .\[--tab-bg\:\#282c34\] {
    --tab-bg: #282c34;
  }
  .\[animation-delay\:250ms\]\! {
    animation-delay: 250ms !important;
  }
  .\[animation-delay\:500ms\]\! {
    animation-delay: 500ms !important;
  }
  .\[animation-delay\:750ms\]\! {
    animation-delay: 750ms !important;
  }
  .\[link\:doc\/command_line_usage\.rdoc\] {
    link: doc/command line usage.rdoc;
  }
  .\[link\:doc\/glossary\.rdoc\] {
    link: doc/glossary.rdoc;
  }
  .\[link\:doc\/rakefile\.rdoc\] {
    link: doc/rakefile.rdoc;
  }
  .\[link\:doc\/rational\.rdoc\] {
    link: doc/rational.rdoc;
  }
  .\[rdoc-ref\:BigDecimal\@Not\+a\+Number\] {
    rdoc-ref: BigDecimal@Not+a+Number;
  }
  .\[rdoc-ref\:File\@Access\+Modes\] {
    rdoc-ref: File@Access+Modes;
  }
  .\[rdoc-ref\:IO\@Position\] {
    rdoc-ref: IO@Position;
  }
  .\[rdoc-ref\:SomeClass\] {
    rdoc-ref: SomeClass;
  }
  .\[rdoc-ref\:doc\/command_line_usage\.rdoc\] {
    rdoc-ref: doc/command line usage.rdoc;
  }
  .\[rdoc-ref\:doc\/glossary\.rdoc\] {
    rdoc-ref: doc/glossary.rdoc;
  }
  .\[rdoc-ref\:doc\/rakefile\.rdoc\] {
    rdoc-ref: doc/rakefile.rdoc;
  }
  .\[rdoc-ref\:doc\/rational\.rdoc\] {
    rdoc-ref: doc/rational.rdoc;
  }
  .\[ruby-core\:4261\] {
    ruby-core: 4261;
  }
  .\[ruby-core\:85266\] {
    ruby-core: 85266;
  }
  .\[ruby-dev\:27513\] {
    ruby-dev: 27513;
  }
  .\[ruby-dev\:28445\] {
    ruby-dev: 28445;
  }
  .\[ruby-dev\:29520\] {
    ruby-dev: 29520;
  }
  .\[test-unit-users-en\:00026\] {
    test-unit-users-en: 00026;
  }
  .\[test-unit-users-en\:00035\] {
    test-unit-users-en: 00035;
  }
  .\[test-unit-users-en\:00089\] {
    test-unit-users-en: 00089;
  }
  .\[test-unit-users-en\:00098\] {
    test-unit-users-en: 00098;
  }
  @layer daisyui.l1.l2 {
    .aura-lg {
      --aura-padding: 0.15625rem;
    }
    .aura-md {
      --aura-padding: 0.125rem;
    }
    .aura-rainbow {
      background: conic-gradient( from var(--aura-angle) in oklch longer hue, transparent 10%, oklch(80% 0.15 0deg), oklch(80% 0.15 360deg), transparent 90% );
    }
    .aura-sm {
      --aura-padding: 0.0625rem;
    }
    .aura-xl {
      --aura-padding: 0.25rem;
    }
    .aura-xs {
      --aura-padding: 0rem;
    }
    .card-border {
      border: var(--border) solid var(--color-base-200);
    }
    :is(.input-accent), .input-accent:focus, .input-accent:focus-within {
      --input-color: var(--color-accent);
    }
    :is(.input-error), .input-error:focus, .input-error:focus-within {
      --input-color: var(--color-error);
    }
    :is(.input-primary), .input-primary:focus, .input-primary:focus-within {
      --input-color: var(--color-primary);
    }
    :is(.input-secondary), .input-secondary:focus, .input-secondary:focus-within {
      --input-color: var(--color-secondary);
    }
    :is(.otp-accent), .otp-accent:focus, .otp-accent:focus-within {
      --input-color: var(--color-accent);
    }
    :is(.otp-error), .otp-error:focus, .otp-error:focus-within {
      --input-color: var(--color-error);
    }
    :is(.otp-info), .otp-info:focus, .otp-info:focus-within {
      --input-color: var(--color-info);
    }
    :is(.otp-neutral), .otp-neutral:focus, .otp-neutral:focus-within {
      --input-color: var(--color-neutral);
    }
    :is(.otp-primary), .otp-primary:focus, .otp-primary:focus-within {
      --input-color: var(--color-primary);
    }
    :is(.otp-secondary), .otp-secondary:focus, .otp-secondary:focus-within {
      --input-color: var(--color-secondary);
    }
    :is(.otp-success), .otp-success:focus, .otp-success:focus-within {
      --input-color: var(--color-success);
    }
    :is(.otp-warning), .otp-warning:focus, .otp-warning:focus-within {
      --input-color: var(--color-warning);
    }
    .radio-accent {
      --input-color: var(--color-accent);
    }
    .radio-primary {
      --input-color: var(--color-primary);
    }
    .radio-secondary {
      --input-color: var(--color-secondary);
    }
    .rating-lg {
      --size: var(--size-selector, 0.25rem) * 7;
    }
    .rating-sm {
      --size: var(--size-selector, 0.25rem) * 5;
    }
    .rating-xs {
      --size: var(--size-selector, 0.25rem) * 4;
    }
    :is(.select-accent), .select-accent:focus, .select-accent:focus-within, .select-accent:open {
      --input-color: var(--color-accent);
    }
    :is(.select-primary), .select-primary:focus, .select-primary:focus-within, .select-primary:open {
      --input-color: var(--color-primary);
    }
    :is(.select-secondary), .select-secondary:focus, .select-secondary:focus-within, .select-secondary:open {
      --input-color: var(--color-secondary);
    }
    :is(.select-warning), .select-warning:focus, .select-warning:focus-within, .select-warning:open {
      --input-color: var(--color-warning);
    }
    :is(.textarea-accent), .textarea-accent:focus, .textarea-accent:focus-within {
      --input-color: var(--color-accent);
    }
    :is(.textarea-primary), .textarea-primary:focus, .textarea-primary:focus-within {
      --input-color: var(--color-primary);
    }
    :is(.textarea-secondary), .textarea-secondary:focus, .textarea-secondary:focus-within {
      --input-color: var(--color-secondary);
    }
    .toggle-accent:checked, .toggle-accent[aria-checked="true"] {
      --input-color: var(--color-accent);
    }
    .toggle-error:checked, .toggle-error[aria-checked="true"] {
      --input-color: var(--color-error);
    }
    .toggle-lg:is([type="checkbox"]), .toggle-lg:has([type="checkbox"]) {
      --size: calc(var(--size-selector, 0.25rem) * 7);
    }
    .toggle-neutral:checked, .toggle-neutral[aria-checked="true"] {
      --input-color: var(--color-neutral);
    }
    .toggle-primary:checked, .toggle-primary[aria-checked="true"] {
      --input-color: var(--color-primary);
    }
    .toggle-secondary:checked, .toggle-secondary[aria-checked="true"] {
      --input-color: var(--color-secondary);
    }
    .toggle-sm:is([type="checkbox"]), .toggle-sm:has([type="checkbox"]) {
      --size: calc(var(--size-selector, 0.25rem) * 5);
    }
    .toggle-success:checked, .toggle-success[aria-checked="true"] {
      --input-color: var(--color-success);
    }
    .toggle-warning:checked, .toggle-warning[aria-checked="true"] {
      --input-color: var(--color-warning);
    }
  }
  @media (hover: hover) {
    .group-hover\:scale-125:is(:where(.group):hover *) {
      --tw-scale-x: 125%;
      --tw-scale-y: 125%;
      --tw-scale-z: 125%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
    .group-hover\:-rotate-3:is(:where(.group):hover *) {
      rotate: calc(3deg * -1);
    }
    .group-hover\:animate-heartbeat:is(:where(.group):hover *) {
      animation: var(--animate-heartbeat);
    }
    .group-hover\:animate-heartbeat-echo:is(:where(.group):hover *) {
      animation: var(--animate-heartbeat-echo);
    }
    .group-hover\:text-red-600\!:is(:where(.group):hover *) {
      color: var(--color-red-600) !important;
    }
    .group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 100%;
    }
  }
  .group-focus\:scale-125:is(:where(.group):focus *) {
    --tw-scale-x: 125%;
    --tw-scale-y: 125%;
    --tw-scale-z: 125%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .group-focus\:-rotate-3:is(:where(.group):focus *) {
    rotate: calc(3deg * -1);
  }
  .group-focus\:border-info:is(:where(.group):focus *) {
    border-color: var(--color-info);
  }
  .peer-checked\:visible:is(:where(.peer):checked ~ *) {
    visibility: visible;
  }
  .selection\:bg-secondary ::selection {
    background-color: var(--color-secondary);
  }
  .selection\:bg-secondary::selection {
    background-color: var(--color-secondary);
  }
  .selection\:text-secondary-content ::selection {
    color: var(--color-secondary-content);
  }
  .selection\:text-secondary-content::selection {
    color: var(--color-secondary-content);
  }
  .placeholder\:text-primary\/60\!::placeholder {
    color: var(--color-primary) !important;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-primary) 60%, transparent) !important;
    }
  }
  .before\:ml-4::before {
    content: var(--tw-content);
    margin-left: calc(var(--spacing) * 4);
  }
  .before\:\!hidden::before {
    content: var(--tw-content);
    display: none !important;
  }
  .before\:hidden::before {
    content: var(--tw-content);
    display: none;
  }
  .before\:text-xs::before {
    content: var(--tw-content);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .after\:ml-4::after {
    content: var(--tw-content);
    margin-left: calc(var(--spacing) * 4);
  }
  .after\:bg-black\!::after {
    content: var(--tw-content);
    background-color: var(--color-black) !important;
  }
  .after\:text-green-500\!::after {
    content: var(--tw-content);
    color: var(--color-green-500) !important;
  }
  .first\:mt-2:first-child {
    margin-top: calc(var(--spacing) * 2);
  }
  @media (hover: hover) {
    .hover\:size-20:hover {
      width: calc(var(--spacing) * 20);
      height: calc(var(--spacing) * 20);
    }
    .hover\:-translate-y-1:hover {
      --tw-translate-y: calc(var(--spacing) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .hover\:scale-105:hover {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
    .hover\:scale-110:hover {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
    .hover\:-rotate-6:hover {
      rotate: calc(6deg * -1);
    }
    .hover\:cursor-pointer:hover {
      cursor: pointer;
    }
    .hover\:border-primary:hover {
      border-color: var(--color-primary);
    }
    .hover\:bg-base-200:hover {
      background-color: var(--color-base-200);
    }
    .hover\:bg-green-600:hover {
      background-color: var(--color-green-600);
    }
    .hover\:bg-secondary:hover {
      background-color: var(--color-secondary);
    }
    .hover\:text-base-100\!:hover {
      color: var(--color-base-100) !important;
    }
    .hover\:text-black:hover {
      color: var(--color-black);
    }
    .hover\:text-secondary:hover {
      color: var(--color-secondary);
    }
    .hover\:text-white:hover {
      color: var(--color-white);
    }
    .hover\:opacity-100:hover {
      opacity: 100%;
    }
    .hover\:shadow-lg:hover {
      --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    .hover\:shadow-xl:hover {
      --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    @layer daisyui.l1.l2 {
      .hover\:btn-secondary:hover {
        --btn-color: var(--color-secondary);
        --btn-fg: var(--color-secondary-content);
        --btn-soft-bg: initial;
      }
    }
  }
  .focus\:border-primary\!:focus {
    border-color: var(--color-primary) !important;
  }
  .focus\:bg-secondary:focus {
    background-color: var(--color-secondary);
  }
  .focus\:text-white:focus {
    color: var(--color-white);
  }
  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  .active\:bg-base-300:active {
    background-color: var(--color-base-300);
  }
  @media (width < 64rem) {
    @layer daisyui.l1.l2.l3 {
      .max-lg\:tooltip {
        position: relative;
        display: inline-block;
        --tt-bg: var(--color-neutral);
        --tt-off: calc(100% + 0.5rem);
        --tt-tail: calc(100% + 1px + 0.25rem);
        --tt-tail-off: 0.5rem;
      }
      .max-lg\:tooltip > .tooltip-content, .max-lg\:tooltip[data-tip]:before {
        position: absolute;
        max-width: 20rem;
        border-radius: var(--radius-field);
        padding-inline: calc(0.25rem * 2);
        padding-block: 0.25rem;
        text-align: center;
        white-space: normal;
        color: var(--color-neutral-content);
        opacity: 0%;
        font-size: 0.875rem;
        line-height: 1.25;
        background-color: var(--tt-bg);
        width: max-content;
        pointer-events: none;
        z-index: 2;
        --tw-content: attr(data-tip);
        content: var(--tw-content);
      }
      .max-lg\:tooltip:after {
        opacity: 0%;
        background-color: var(--tt-bg);
        content: "";
        pointer-events: none;
        width: 0.625rem;
        height: 0.25rem;
        display: block;
        position: absolute;
        mask-repeat: no-repeat;
        mask-position: -1px 0;
        --mask-tooltip: url("data:image/svg+xml,%3Csvg width='10' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.500009 1C3.5 1 3.00001 4 5.00001 4C7 4 6.5 1 9.5 1C10 1 10 0.499897 10 0H0C-1.99338e-08 0.5 0 1 0.500009 1Z' fill='black'/%3E%3C/svg%3E%0A");
        mask-image: var(--mask-tooltip);
      }
      @media (prefers-reduced-motion: no-preference) {
        .max-lg\:tooltip > .tooltip-content, .max-lg\:tooltip[data-tip]:before, .max-lg\:tooltip:after {
          transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 75ms, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 75ms;
        }
      }
      :is(.max-lg\:tooltip:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))).tooltip-open, .max-lg\:tooltip:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):hover, .max-lg\:tooltip:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):has(:focus-visible)) > .tooltip-content, :is(.max-lg\:tooltip:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))).tooltip-open, .max-lg\:tooltip:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):hover, .max-lg\:tooltip:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):has(:focus-visible))[data-tip]:before, :is(.max-lg\:tooltip:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))).tooltip-open, .max-lg\:tooltip:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):hover, .max-lg\:tooltip:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):has(:focus-visible)):after {
        opacity: 100%;
        --tt-pos: 0rem;
        @media (prefers-reduced-motion: no-preference) {
          transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
        }
      }
    }
    @layer daisyui.l1.l2 {
      .max-lg\:tooltip  > .tooltip-content, .max-lg\:tooltip[data-tip]:before {
        transform: translateX(var(--tt-trans, -50%)) translateY(var(--tt-pos, 0.25rem));
        inset: auto auto var(--tt-off) 50%;
      }
      .max-lg\:tooltip:after {
        transform: translateX(var(--tt-trans, -50%)) translateY(var(--tt-pos, 0.25rem));
        inset: auto auto var(--tt-tail) 50%;
      }
      .max-lg\:tooltip-left  > .tooltip-content, .max-lg\:tooltip-left[data-tip]:before {
        transform: translateX(calc(var(--tt-pos, 0.25rem) - 0.25rem)) translateY(var(--tt-trans, -50%));
        left: auto;
        right: var(--tt-off);
        inset-block: var(--tt-inset, 50% auto);
      }
      .max-lg\:tooltip-left:after {
        transform: translateX(var(--tt-pos, 0.25rem)) translateY(var(--tt-trans, -50%)) rotate(-90deg);
        left: auto;
        right: calc(var(--tt-tail) + 1px);
        inset-block: var(--tt-tail-inset, 50% auto);
      }
      .max-lg\:tooltip-secondary {
        --tt-bg: var(--color-secondary);
      }
      .max-lg\:tooltip-secondary  > .tooltip-content, .max-lg\:tooltip-secondary[data-tip]:before {
        color: var(--color-secondary-content);
      }
    }
  }
  @media (width < 40rem) {
    @layer daisyui.l1.l2 {
      .max-sm\:megamenu-vertical {
        position: relative;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 0;
        opacity: 0%;
        background-color: var(--color-base-100);
        border-inline-width: 0;
        position-area: block-end;
        max-block-size: calc(100% - 0.25rem);
        --mm-backdrop: transparent;
        translate: 0 -0.5rem;
        scale: 0.98;
        transition: opacity 200ms ease-out, translate 200ms ease-out, scale 200ms ease-out, display 200ms ease-out allow-discrete, overlay 200ms ease-out allow-discrete;
      }
      .max-sm\:megamenu-vertical:not([popover]:popover-open) {
        position: revert;
        display: none;
      }
      .max-sm\:megamenu-vertical:popover-open {
        --mm-mt: 0;
        --mm-display: block;
      }
      .max-sm\:megamenu-vertical [popovertarget] {
        pointer-events: none;
        font-size: 0.875rem;
        font-weight: 600;
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 40%, transparent);
        }
        &:after {
          content: none;
        }
      }
      .max-sm\:megamenu-vertical [popover] {
        position: relative;
        display: block;
        overflow: visible;
        background-color: transparent;
        opacity: 100%;
        border: none;
      }
    }
    .max-sm\:flex-col {
      flex-direction: column;
    }
  }
  @media (width >= 40rem) {
    .sm\:col-span-2 {
      grid-column: span 2 / span 2;
    }
    .sm\:mx-16 {
      margin-inline: calc(var(--spacing) * 16);
    }
    @layer daisyui.l1.l2 {
      .sm\:steps-horizontal {
        grid-auto-columns: 1fr;
        display: inline-grid;
        grid-auto-flow: column;
        overflow: hidden;
        overflow-x: auto;
      }
      .sm\:steps-horizontal .step {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-template-columns: auto;
        grid-template-rows: repeat(2, minmax(0, 1fr));
        grid-template-rows: 40px 1fr;
        place-items: center;
        text-align: center;
        min-width: 4rem;
        &:before {
          height: calc(0.25rem * 2);
          width: 100%;
          translate: 0;
          margin-inline-start: -100%;
        }
        [dir="rtl"] &:before {
          translate: 0;
        }
      }
    }
    .sm\:flex {
      display: flex;
    }
    .sm\:hidden {
      display: none;
    }
    .sm\:w-56 {
      width: calc(var(--spacing) * 56);
    }
    .sm\:w-auto {
      width: auto;
    }
    @layer daisyui.l1.l2 {
      .sm\:alert-horizontal {
        justify-content: start;
        justify-items: start;
        grid-auto-flow: column;
        grid-template-columns: auto;
        text-align: start;
      }
      .sm\:alert-horizontal:has(:nth-child(2)) {
        grid-template-columns: auto minmax(auto, 1fr);
      }
    }
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .sm\:flex-row {
      flex-direction: row;
    }
    .sm\:items-baseline {
      align-items: baseline;
    }
    .sm\:items-center {
      align-items: center;
    }
    .sm\:justify-between {
      justify-content: space-between;
    }
    .sm\:gap-0 {
      gap: 0px;
    }
    .sm\:gap-2 {
      gap: calc(var(--spacing) * 2);
    }
    .sm\:border-r {
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }
    .sm\:border-b-0 {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
    .sm\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
    .sm\:px-3 {
      padding-inline: calc(var(--spacing) * 3);
    }
    .sm\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
    .sm\:text-left {
      text-align: left;
    }
    .sm\:text-6xl {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
    .sm\:text-7xl {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
    .sm\:text-9xl {
      font-size: var(--text-9xl);
      line-height: var(--tw-leading, var(--text-9xl--line-height));
    }
  }
  @media (width >= 48rem) {
    @layer daisyui.l1.l2 {
      .md\:tooltip-right  > .tooltip-content, .md\:tooltip-right[data-tip]:before {
        transform: translateX(calc(var(--tt-pos, -0.25rem) + 0.25rem)) translateY(var(--tt-trans, -50%));
        left: var(--tt-off);
        right: auto;
        inset-block: var(--tt-inset, 50% auto);
      }
      .md\:tooltip-right:after {
        transform: translateX(var(--tt-pos, -0.25rem)) translateY(var(--tt-trans, -50%)) rotate(90deg);
        left: calc(var(--tt-tail) + 1px);
        right: auto;
        inset-block: var(--tt-tail-inset, 50% auto);
      }
    }
    .md\:block {
      display: block;
    }
    .md\:flex {
      display: flex;
    }
    .md\:hidden {
      display: none;
    }
    .md\:h-3\/4 {
      height: calc(3 / 4 * 100%);
    }
    .md\:w-1\/2 {
      width: calc(1 / 2 * 100%);
    }
    .md\:w-1\/3 {
      width: calc(1 / 3 * 100%);
    }
    .md\:w-48 {
      width: calc(var(--spacing) * 48);
    }
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .md\:flex-row {
      flex-direction: row;
    }
    .md\:items-center {
      align-items: center;
    }
    .md\:justify-center {
      justify-content: center;
    }
    .md\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
    :where(.md\:space-y-0 > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: 0;
      margin-block-end: 0;
    }
    :where(.md\:space-x-1 > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(var(--spacing) * var(--tw-space-x-reverse));
      margin-inline-end: calc(var(--spacing) * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:py-32 {
      padding-block: calc(var(--spacing) * 32);
    }
    .md\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  @media (width >= 64rem) {
    .lg\:mx-32 {
      margin-inline: calc(var(--spacing) * 32);
    }
    .lg\:prose-lg {
      font-size: 1.125rem;
      line-height: 1.7777778;
    }
    .lg\:prose-lg :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em;
    }
    .lg\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 1.2222222em;
      line-height: 1.4545455;
      margin-top: 1.0909091em;
      margin-bottom: 1.0909091em;
    }
    .lg\:prose-lg :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.6666667em;
      margin-bottom: 1.6666667em;
      padding-inline-start: 1em;
    }
    .lg\:prose-lg :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 2.6666667em;
      margin-top: 0;
      margin-bottom: 0.8333333em;
      line-height: 1;
    }
    .lg\:prose-lg :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 1.6666667em;
      margin-top: 1.8666667em;
      margin-bottom: 1.0666667em;
      line-height: 1.3333333;
    }
    .lg\:prose-lg :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 1.3333333em;
      margin-top: 1.6666667em;
      margin-bottom: 0.6666667em;
      line-height: 1.5;
    }
    .lg\:prose-lg :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.7777778em;
      margin-bottom: 0.4444444em;
      line-height: 1.5555556;
    }
    .lg\:prose-lg :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.7777778em;
      margin-bottom: 1.7777778em;
    }
    .lg\:prose-lg :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.7777778em;
      margin-bottom: 1.7777778em;
    }
    .lg\:prose-lg :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    .lg\:prose-lg :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.7777778em;
      margin-bottom: 1.7777778em;
    }
    .lg\:prose-lg :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 0.8888889em;
      border-radius: 0.3125rem;
      padding-top: 0.2222222em;
      padding-inline-end: 0.4444444em;
      padding-bottom: 0.2222222em;
      padding-inline-start: 0.4444444em;
    }
    .lg\:prose-lg :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 0.8888889em;
    }
    .lg\:prose-lg :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 0.8666667em;
    }
    .lg\:prose-lg :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 0.875em;
    }
    .lg\:prose-lg :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 0.8888889em;
      line-height: 1.75;
      margin-top: 2em;
      margin-bottom: 2em;
      border-radius: 0.375rem;
      padding-top: 1em;
      padding-inline-end: 1.5em;
      padding-bottom: 1em;
      padding-inline-start: 1.5em;
    }
    .lg\:prose-lg :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em;
      padding-inline-start: 1.5555556em;
    }
    .lg\:prose-lg :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em;
      padding-inline-start: 1.5555556em;
    }
    .lg\:prose-lg :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0.6666667em;
      margin-bottom: 0.6666667em;
    }
    .lg\:prose-lg :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0.4444444em;
    }
    .lg\:prose-lg :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0.4444444em;
    }
    .lg\:prose-lg :where(.lg\:prose-lg > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0.8888889em;
      margin-bottom: 0.8888889em;
    }
    .lg\:prose-lg :where(.lg\:prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.3333333em;
    }
    .lg\:prose-lg :where(.lg\:prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-bottom: 1.3333333em;
    }
    .lg\:prose-lg :where(.lg\:prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.3333333em;
    }
    .lg\:prose-lg :where(.lg\:prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-bottom: 1.3333333em;
    }
    .lg\:prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0.8888889em;
      margin-bottom: 0.8888889em;
    }
    .lg\:prose-lg :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em;
    }
    .lg\:prose-lg :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.3333333em;
    }
    .lg\:prose-lg :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0.6666667em;
      padding-inline-start: 1.5555556em;
    }
    .lg\:prose-lg :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 3.1111111em;
      margin-bottom: 3.1111111em;
    }
    .lg\:prose-lg :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    .lg\:prose-lg :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    .lg\:prose-lg :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    .lg\:prose-lg :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    .lg\:prose-lg :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 0.8888889em;
      line-height: 1.5;
    }
    .lg\:prose-lg :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-end: 0.75em;
      padding-bottom: 0.75em;
      padding-inline-start: 0.75em;
    }
    .lg\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    .lg\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    .lg\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-top: 0.75em;
      padding-inline-end: 0.75em;
      padding-bottom: 0.75em;
      padding-inline-start: 0.75em;
    }
    .lg\:prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    .lg\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    .lg\:prose-lg :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.7777778em;
      margin-bottom: 1.7777778em;
    }
    .lg\:prose-lg :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    .lg\:prose-lg :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 0.8888889em;
      line-height: 1.5;
      margin-top: 1em;
    }
    .lg\:prose-lg :where(.lg\:prose-lg > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    .lg\:prose-lg :where(.lg\:prose-lg > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-bottom: 0;
    }
    .lg\:block {
      display: block;
    }
    .lg\:block\! {
      display: block !important;
    }
    .lg\:flex {
      display: flex;
    }
    .lg\:grid {
      display: grid;
    }
    .lg\:inline-block {
      display: inline-block;
    }
    .lg\:w-\[800px\] {
      width: 800px;
    }
    .lg\:w-\[900px\] {
      width: 900px;
    }
    .lg\:w-full {
      width: 100%;
    }
    .lg\:max-w-4\/5 {
      max-width: calc(4 / 5 * 100%);
    }
    .lg\:max-w-\[800px\] {
      max-width: 800px;
    }
    .lg\:max-w-\[900px\] {
      max-width: 900px;
    }
    @layer daisyui.l1.l2 {
      .lg\:footer-horizontal {
        grid-auto-flow: column;
      }
      .lg\:footer-horizontal.footer-center {
        grid-auto-flow: row dense;
      }
    }
    .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\:flex-row {
      flex-direction: row;
    }
    .lg\:flex-row-reverse {
      flex-direction: row-reverse;
    }
    .lg\:flex-wrap {
      flex-wrap: wrap;
    }
    .lg\:items-center {
      align-items: center;
    }
    .lg\:pr-64 {
      padding-right: calc(var(--spacing) * 64);
    }
    .lg\:text-6xl {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
    .lg\:text-8xl {
      font-size: var(--text-8xl);
      line-height: var(--tw-leading, var(--text-8xl--line-height));
    }
  }
  @media (width >= 80rem) {
    @layer daisyui.l1.l2.l3 {
      .xl\:drawer-open  > .drawer-toggle:checked  ~ .drawer-side {
        scrollbar-color: revert-layer;
      }
      :root:has(.xl\:drawer-open  > .drawer-toggle:checked) {
        --page-scroll-lock: revert-layer;
      }
    }
    @layer daisyui.l1.l2 {
      .xl\:drawer-open  > .drawer-side {
        overflow-y: auto;
      }
      .xl\:drawer-open  > .drawer-toggle {
        display: none;
         ~ .drawer-side {
          pointer-events: auto;
          visibility: visible;
          position: sticky;
          display: block;
          width: auto;
          overscroll-behavior: auto;
          opacity: 100%;
           > .drawer-overlay {
            cursor: default;
            background-color: transparent;
          }
        }
        &:checked ~ .drawer-side {
          pointer-events: auto;
          visibility: visible;
        }
      }
    }
    @layer daisyui.l1 {
      .xl\:drawer-open  > .drawer-toggle ~ .drawer-side > :not(.drawer-overlay) {
        translate: 0%;
        [dir="rtl"] & {
          translate: 0%;
        }
      }
    }
    .xl\:fixed\! {
      position: fixed !important;
    }
    .xl\:top-\[65px\] {
      top: 65px;
    }
    .xl\:left-\[max\(0px\,calc\(50vw-735px\)\)\] {
      left: max(0px, calc(50vw - 735px));
    }
    .xl\:mt-0 {
      margin-top: 0px;
    }
    .xl\:hidden {
      display: none;
    }
    .xl\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .xl\:pl-68 {
      padding-left: calc(var(--spacing) * 68);
    }
  }
  :root:has(input.theme-controller[value=dark]:checked) .dark\:block\! {
    display: block !important;
  }
  @media (prefers-color-scheme: dark) {
    .dark\:block\! {
      display: block !important;
    }
  }
  :root:has(input.theme-controller[value=dark]:checked) .dark\:hidden\! {
    display: none !important;
  }
  @media (prefers-color-scheme: dark) {
    .dark\:hidden\! {
      display: none !important;
    }
  }
  :root:has(input.theme-controller[value=dark]:checked) .dark\:border-base-300 {
    border-color: var(--color-base-300);
  }
  @media (prefers-color-scheme: dark) {
    .dark\:border-base-300 {
      border-color: var(--color-base-300);
    }
  }
  :root:has(input.theme-controller[value=dark]:checked) .dark\:fill-base-100 {
    fill: var(--color-base-100);
  }
  @media (prefers-color-scheme: dark) {
    .dark\:fill-base-100 {
      fill: var(--color-base-100);
    }
  }
  :root:has(input.theme-controller[value=dark]:checked) .dark\:caret-secondary\! {
    caret-color: var(--color-secondary) !important;
  }
  @media (prefers-color-scheme: dark) {
    .dark\:caret-secondary\! {
      caret-color: var(--color-secondary) !important;
    }
  }
  :root:has(input.theme-controller[value=dark]:checked) .dark\:placeholder\:text-base-content\/60\!::placeholder {
    color: var(--color-base-content) !important;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-base-content) 60%, transparent) !important;
    }
  }
  @media (prefers-color-scheme: dark) {
    .dark\:placeholder\:text-base-content\/60\!::placeholder {
      color: var(--color-base-content) !important;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-base-content) 60%, transparent) !important;
      }
    }
  }
  :root:has(input.theme-controller[value=dark]:checked) .dark\:focus\:border-secondary\!:focus {
    border-color: var(--color-secondary) !important;
  }
  @media (prefers-color-scheme: dark) {
    .dark\:focus\:border-secondary\!:focus {
      border-color: var(--color-secondary) !important;
    }
  }
  :root:has(input.theme-controller[value=dark]:checked) .dark\:focus\:placeholder\:text-secondary\/60\!:focus::placeholder {
    color: var(--color-secondary) !important;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-secondary) 60%, transparent) !important;
    }
  }
  @media (prefers-color-scheme: dark) {
    .dark\:focus\:placeholder\:text-secondary\/60\!:focus::placeholder {
      color: var(--color-secondary) !important;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-secondary) 60%, transparent) !important;
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    :where(.where\:menu) {
      display: flex;
      width: fit-content;
      flex-direction: column;
      flex-wrap: wrap;
      padding: calc(0.25rem * 2);
      --menu-active-fg: var(--color-neutral-content);
      --menu-active-bg: var(--color-neutral);
      font-size: 0.875rem;
    }
    :where(.where\:menu) :where(li ul, li menu) {
      position: relative;
      margin-inline-start: calc(0.25rem * 4);
      padding-inline-start: calc(0.25rem * 2);
      white-space: nowrap;
      &:before {
        position: absolute;
        inset-inline-start: calc(0.25rem * 0);
        top: calc(0.25rem * 3);
        bottom: calc(0.25rem * 3);
        background-color: var(--color-base-content);
        opacity: 10%;
        width: var(--border);
        content: "";
      }
    }
    :where(.where\:menu) :where(li > .menu-dropdown:not(.menu-dropdown-show)) {
      display: none;
    }
    :where(.where\:menu) :where(li:not(.menu-title) > *:not(ul, menu, details, .menu-title, .btn)), :where(.where\:menu)  :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
      display: grid;
      grid-auto-flow: column;
      align-content: flex-start;
      align-items: center;
      gap: calc(0.25rem * 2);
      border-radius: var(--radius-field);
      padding-inline: calc(0.25rem * 3);
      padding-block: calc(0.25rem * 1.5);
      text-align: start;
      transition-property: color, background-color, box-shadow;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
      grid-auto-columns: minmax(auto, max-content) auto max-content;
      user-select: none;
    }
    :where(.where\:menu) :where(li > details > summary) {
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
      &::-webkit-details-marker {
        display: none;
      }
    }
    :is(:where(.where\:menu) :where(li > details > summary), :where(.where\:menu)  :where(li > .menu-dropdown-toggle)):after {
      justify-self: flex-end;
      display: block;
      height: 0.375rem;
      width: 0.375rem;
      rotate: -135deg;
      translate: 0 -1px;
      transition-property: rotate, translate;
      transition-duration: 0.2s;
      content: "";
      transform-origin: 50% 50%;
      box-shadow: 2px 2px inset;
      pointer-events: none;
    }
    :where(.where\:menu) details {
      overflow: hidden;
      interpolate-size: allow-keywords;
    }
    :where(.where\:menu) details::details-content {
      block-size: 0;
      @media (prefers-reduced-motion: no-preference) {
        transition-behavior: allow-discrete;
        transition-property: block-size, content-visibility;
        transition-duration: 0.2s;
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
      }
    }
    :where(.where\:menu) details[open]::details-content {
      block-size: auto;
    }
    :where(.where\:menu) :where(li > details[open] > summary):after, :where(.where\:menu)  :where(li > .menu-dropdown-toggle.menu-dropdown-show):after {
      rotate: 45deg;
      translate: 0 1px;
    }
    :where(.where\:menu) :where(li:not(.menu-title, .disabled) > *:not(ul, menu, details, .menu-title), li:not(.menu-title, .disabled) > details > summary:not(.menu-title) ):not(.menu-active, :active, .btn).menu-focus, :where(.where\:menu) :where(li:not(.menu-title, .disabled) > *:not(ul, menu, details, .menu-title), li:not(.menu-title, .disabled) > details > summary:not(.menu-title) ):not(.menu-active, :active, .btn):focus-visible {
      cursor: pointer;
      background-color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
      }
      color: var(--color-base-content);
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
    :where(.where\:menu) :where(li:not(.menu-title, .disabled) > *:not(ul, menu, details, .menu-title):not(.menu-active, :active, .btn):hover, li:not(.menu-title, .disabled) > details > summary:not(.menu-title):not(.menu-active, :active, .btn):hover ) {
      cursor: pointer;
      background-color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
      }
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
      box-shadow: 0 1px oklch(0% 0 0 / 0.01) inset, 0 -1px oklch(100% 0 0 / 0.01) inset;
    }
    :where(.where\:menu) :where(li:empty) {
      background-color: var(--color-base-content);
      opacity: 10%;
      margin: 0.5rem 1rem;
      height: 1px;
    }
    :where(.where\:menu) :where(li) {
      position: relative;
      display: flex;
      flex-shrink: 0;
      flex-direction: column;
      flex-wrap: wrap;
      align-items: stretch;
      .badge {
        justify-self: flex-end;
      }
      & > *:not(ul, menu, .menu-title, details, .btn):active, & > *:not(ul, menu, .menu-title, details, .btn).menu-active, & > details > summary:active {
        --tw-outline-style: none;
        outline-style: none;
        @media (forced-colors: active) {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
        color: var(--menu-active-fg);
        background-color: var(--menu-active-bg);
        background-size: auto, calc(var(--noise) * 100%);
        background-image: none, var(--fx-noise);
        &:not(&:active) {
          box-shadow: 0 2px calc(var(--depth) * 3px) -2px var(--menu-active-bg);
        }
      }
      &.menu-disabled, [disabled] {
        pointer-events: none;
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
        }
      }
    }
    :where(.where\:menu) .dropdown:focus-within .menu-dropdown-toggle:after {
      rotate: 45deg;
      translate: 0 1px;
    }
    :where(.where\:menu) .dropdown-content {
      margin-top: calc(0.25rem * 2);
      padding: calc(0.25rem * 2);
      &:before {
        display: none;
      }
    }
    :where(.where\:dropdown) {
      position: relative;
      display: inline-block;
      position-area: var(--anchor-v, bottom) var(--anchor-h, span-right);
    }
    :where(.where\:dropdown) > :not(:has( ~ [class*="dropdown-content"])):focus {
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
    :where(.where\:dropdown) .dropdown-content {
      position: absolute;
    }
    :where(.where\:dropdown).dropdown-close .dropdown-content, :where(.where\:dropdown):not(details, .dropdown-open, .dropdown-hover:hover, :focus-within) .dropdown-content, :where(.where\:dropdown).dropdown-hover:not(:hover) [tabindex]:first-child:focus:not(:focus-visible) ~ .dropdown-content {
      display: none;
      transform-origin: top;
      opacity: 0%;
      scale: 95%;
    }
    :where(.where\:dropdown)[popover], :where(.where\:dropdown)  .dropdown-content {
      z-index: 999;
      @media (prefers-reduced-motion: no-preference) {
        animation: dropdown 0.2s;
        transition-property: opacity, scale, display, overlay;
        transition-behavior: allow-discrete;
        transition-duration: 0.2s;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      }
    }
    @starting-style {
      :where(.where\:dropdown)[popover], :where(.where\:dropdown)  .dropdown-content {
        scale: 95%;
        opacity: 0;
      }
    }
    :is(:where(.where\:dropdown):not(.dropdown-close).dropdown-open, :where(.where\:dropdown):not(.dropdown-close):not(.dropdown-hover):focus, :where(.where\:dropdown):not(.dropdown-close):focus-within)  > [tabindex]:first-child {
      pointer-events: none;
    }
    :is(:where(.where\:dropdown):not(.dropdown-close).dropdown-open, :where(.where\:dropdown):not(.dropdown-close):not(.dropdown-hover):focus, :where(.where\:dropdown):not(.dropdown-close):focus-within) .dropdown-content {
      opacity: 100%;
      scale: 100%;
    }
    :where(.where\:dropdown):not(.dropdown-close).dropdown-hover:hover .dropdown-content {
      opacity: 100%;
      scale: 100%;
    }
    :where(.where\:dropdown):is(details) {
      overflow: revert-layer;
      summary {
        &::-webkit-details-marker {
          display: none;
        }
      }
    }
    :where(.where\:dropdown):where([popover]) {
      background: #0000;
    }
    :where(.where\:dropdown)[popover] {
      position: fixed;
      color: inherit;
      @supports not (position-area: bottom) {
        margin: auto;
        &.dropdown-close, &.dropdown-open:not(:popover-open) {
          display: none;
          transform-origin: top;
          opacity: 0%;
          scale: 95%;
        }
        &::backdrop {
          background-color: color-mix(in oklab, #000 30%, #0000);
        }
      }
      &.dropdown-close, &:not(.dropdown-open, :popover-open) {
        display: none;
        transform-origin: top;
        opacity: 0%;
        scale: 95%;
      }
    }
    :where(:where(.where\:btn)) {
      width: unset;
    }
  }
  .prose :where(a:where(.where\:btn):not(.btn-link)):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    text-decoration-line: none;
  }
  @layer daisyui.l1.l2.l3 {
    :where(.where\:btn) {
      --size: calc(var(--size-field, 0.25rem) * 10);
      --btn-p: 1rem;
      --btn-fg: var(--color-base-content);
      display: inline-flex;
      flex-shrink: 0;
      cursor: pointer;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: center;
      gap: calc(0.25rem * 1.5);
      text-align: center;
      vertical-align: middle;
      outline-offset: 2px;
      webkit-user-select: none;
      user-select: none;
      font-weight: 600;
      border-start-start-radius: var(--join-ss, var(--radius-field));
      border-start-end-radius: var(--join-se, var(--radius-field));
      border-end-start-radius: var(--join-es, var(--radius-field));
      border-end-end-radius: var(--join-ee, var(--radius-field));
      border-width: var(--border);
      touch-action: manipulation;
      transition-property: color, background-color, border-color, box-shadow, transform;
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
      transition-duration: 0.2s;
      --btn-bg: var(--btn-color, var(--color-base-200));
      --btn-border: var(--btn-color, var(--color-base-200));
    }
    @supports (color: color-mix(in lab, red, red)) {
      :where(.where\:btn) {
        --btn-border: color-mix(
      in oklab,
      var(--btn-color, var(--color-base-200)),
      #000 calc(var(--depth) * 5%)
    );
      }
    }
    :where(.where\:btn) {
      --btn-soft-bg: initial;
      --btn-shadow: 0 3px 2px -2px var(--btn-bg),
      0 4px 3px -2px var(--btn-bg);
    }
    @supports (color: color-mix(in lab, red, red)) {
      :where(.where\:btn) {
        --btn-shadow: 0 3px 2px -2px color-mix(in oklab, var(--btn-bg) calc(var(--depth) * 30%), #0000),
      0 4px 3px -2px color-mix(in oklab, var(--btn-bg) calc(var(--depth) * 30%), #0000);
      }
    }
    :where(.where\:btn) {
      --btn-inset: 0 0.5px 0 0.5px oklch(100% 0 0 / calc(var(--depth) * 6%));
      height: var(--size);
      padding-inline: var(--btn-p);
      font-size: var(--fontsize, 0.875rem);
      background-color: var(--btn-bg);
      color: var(--btn-fg);
      border-color: var(--btn-border);
      border-style: var(--btn-border-style, solid);
      outline-color: var(--btn-color, var(--color-base-content));
      --tw-prose-links: var(--btn-fg);
      background-image: none, var(--fx-noise);
      background-size: auto, calc(var(--noise, 0) * 100%);
      text-shadow: 0 0.5px oklch(100% 0 0 / calc(var(--depth) * 0.15));
      box-shadow: var(--btn-inset) inset, var(--btn-shadow);
    }
    :where(.where\:btn):is([type="checkbox"], [type="radio"]) {
      appearance: none;
      &[aria-label]::after {
        --tw-content: attr(aria-label);
        content: var(--tw-content);
      }
    }
  }
  @layer daisyui.l1 {
    :where(.where\:btn):where(:checked:not(.filter [type="radio"].where\:btn)) {
      --btn-color: var(--color-primary);
      --btn-fg: var(--color-primary-content);
    }
    @media (hover: hover) {
      :where(.where\:btn):hover {
        --btn-bg: var(--btn-color, var(--color-base-200));
        @supports (color: color-mix(in lab, red, red)) {
          --btn-bg: color-mix(in oklab, var(--btn-color, var(--color-base-200)), #000 7%);
        }
        color: var(--btn-fg);
        --btn-border: var(--btn-bg);
        @supports (color: color-mix(in lab, red, red)) {
          --btn-border: color-mix(in oklab, var(--btn-bg), #000 calc(var(--depth) * 5%));
        }
        --btn-border-style: solid;
        --btn-inset: 0 0.5px 0 0.5px oklch(100% 0 0 / calc(var(--depth) * 6%));
        --btn-shadow: 0 3px 2px -2px var(--btn-bg),
          0 4px 3px -2px var(--btn-bg);
        @supports (color: color-mix(in lab, red, red)) {
          --btn-shadow: 0 3px 2px -2px color-mix(in oklab, var(--btn-bg) calc(var(--depth) * 30%), #0000),
          0 4px 3px -2px color-mix(in oklab, var(--btn-bg) calc(var(--depth) * 30%), #0000);
        }
      }
    }
    :where(.where\:btn):active:not(.btn-active) {
      translate: 0 0.5px;
      --btn-bg: var(--btn-color, var(--color-base-200));
      @supports (color: color-mix(in lab, red, red)) {
        --btn-bg: color-mix(in oklab, var(--btn-color, var(--color-base-200)), #000 5%);
      }
      color: var(--btn-fg, var(--color-base-content));
      --btn-border: var(--btn-color, var(--color-base-200));
      @supports (color: color-mix(in lab, red, red)) {
        --btn-border: color-mix(in oklab, var(--btn-color, var(--color-base-200)), #000 7%);
      }
      --btn-border-style: solid;
      --btn-inset: 0 0 0 0 oklch(0% 0 0/0);
      --btn-shadow: 0 0 0 0 oklch(0% 0 0/0);
    }
    :where(.where\:btn):where(:checked:not(.filter [type="radio"].where\:btn), :not([type="radio"], [type="checkbox"]):focus-visible ) {
      --btn-bg: var(--btn-color, var(--color-base-200));
      color: var(--btn-fg, var(--color-base-content));
      --btn-border: var(--btn-bg);
      @supports (color: color-mix(in lab, red, red)) {
        --btn-border: color-mix(in oklab, var(--btn-bg), #000 calc(var(--depth) * 5%));
      }
      --btn-border-style: solid;
      --btn-inset: 0 0.5px 0 0.5px oklch(100% 0 0 / calc(var(--depth) * 6%));
      --btn-shadow: 0 3px 2px -2px var(--btn-bg),
        0 4px 3px -2px var(--btn-bg);
      @supports (color: color-mix(in lab, red, red)) {
        --btn-shadow: 0 3px 2px -2px color-mix(in oklab, var(--btn-bg) calc(var(--depth) * 30%), #0000),
        0 4px 3px -2px color-mix(in oklab, var(--btn-bg) calc(var(--depth) * 30%), #0000);
      }
      isolation: isolate;
    }
    :where(.where\:btn):focus-visible, :where(.where\:btn):has(:focus-visible) {
      outline-width: 2px;
      outline-style: solid;
      isolation: isolate;
    }
  }
  @layer daisyui {
    :where(.where\:btn):is(:disabled, [disabled], [aria-disabled="true"]) {
      pointer-events: none;
      color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      :where(.where\:btn):is(:disabled, [disabled], [aria-disabled="true"]) {
        color: color-mix(in oklch, var(--color-base-content) 20%, #0000);
      }
    }
    :where(.where\:btn):is(:disabled, [disabled], [aria-disabled="true"]) {
      --btn-bg: #0000;
      --btn-border: #0000;
      background-image: none;
      --btn-inset: 0 0 0 0 oklch(0% 0 0/0);
      --btn-shadow: 0 0 0 0 oklch(0% 0 0/0);
    }
    :where(.where\:btn):is(:disabled, [disabled], [aria-disabled="true"]):not(.btn-link, .btn-ghost) {
      background-color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
      }
    }
  }
  :where(.where\:absolute) {
    position: absolute;
  }
  :where(.where\:relative) {
    position: relative;
  }
  :where(.where\:top-2) {
    top: calc(var(--spacing) * 2);
  }
  :where(.where\:right-2) {
    right: calc(var(--spacing) * 2);
  }
  :where(.where\:z-\[1\]) {
    z-index: 1;
  }
  :where(.where\:my-0\.5) {
    margin-block: calc(var(--spacing) * 0.5);
  }
  :where(.where\:mt-2) {
    margin-top: calc(var(--spacing) * 2);
  }
  :where(.where\:mb-2) {
    margin-bottom: calc(var(--spacing) * 2);
  }
  @layer daisyui.l1.l2.l3 {
    :where(.where\:mask) {
      display: inline-block;
      vertical-align: middle;
      mask-size: contain;
      mask-repeat: no-repeat;
      mask-position: center;
    }
  }
  :where(.where\:flex) {
    display: flex;
  }
  :where(.where\:grid) {
    display: grid;
  }
  :where(.where\:inline-flex) {
    display: inline-flex;
  }
  :where(.where\:aspect-\[3\/2\]) {
    aspect-ratio: 3/2;
  }
  @layer daisyui.l1.l2 {
    :where(.where\:btn-circle) {
      border-radius: calc(infinity * 1px);
      padding-inline: 0;
      width: var(--size);
      height: var(--size);
    }
    :where(.where\:btn-square) {
      padding-inline: 0;
      width: var(--size);
      height: var(--size);
    }
  }
  :where(.where\:size-1) {
    width: var(--spacing);
    height: var(--spacing);
  }
  :where(.where\:size-4) {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  :where(.where\:size-5) {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  :where(.where\:size-6) {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  :where(.where\:size-8) {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  :where(.where\:w-24) {
    width: calc(var(--spacing) * 24);
  }
  :where(.where\:w-52) {
    width: calc(var(--spacing) * 52);
  }
  :where(.where\:shrink-0) {
    flex-shrink: 0;
  }
  :where(.where\:grid-cols-2) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  :where(.where\:flex-row) {
    flex-direction: row;
  }
  :where(.where\:place-items-center) {
    place-items: center;
  }
  :where(.where\:items-center) {
    align-items: center;
  }
  :where(.where\:justify-between) {
    justify-content: space-between;
  }
  :where(.where\:gap-2) {
    gap: calc(var(--spacing) * 2);
  }
  :where(.where\:gap-x-1) {
    column-gap: var(--spacing);
  }
  :where(.where\:gap-x-2) {
    column-gap: calc(var(--spacing) * 2);
  }
  :where(.where\:rounded) {
    border-radius: 0.25rem;
  }
  :where(.where\:rounded-box) {
    border-radius: var(--radius-box);
  }
  :where(.where\:rounded-full) {
    border-radius: calc(infinity * 1px);
  }
  :where(.where\:rounded-md) {
    border-radius: var(--radius-md);
  }
  :where(.where\:border) {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  :where(.where\:border-base-300) {
    border-color: var(--color-base-300);
  }
  :where(.where\:bg-accent) {
    background-color: var(--color-accent);
  }
  :where(.where\:bg-base-100) {
    background-color: var(--color-base-100);
  }
  :where(.where\:bg-base-content) {
    background-color: var(--color-base-content);
  }
  :where(.where\:bg-neutral) {
    background-color: var(--color-neutral);
  }
  :where(.where\:bg-primary) {
    background-color: var(--color-primary);
  }
  :where(.where\:bg-secondary) {
    background-color: var(--color-secondary);
  }
  @layer daisyui.l1.l2.l3 {
    :where(.where\:btn-ghost) {
      --btn-bg: #0000;
      color: var(--btn-rest-fg, var(--btn-color, var(--color-base-content, currentColor)));
      --btn-border: #0000;
      background-image: none;
      --btn-inset: 0 0 0 0 oklch(0% 0 0/0);
      --btn-shadow: 0 0 0 0 oklch(0% 0 0/0);
    }
  }
  @layer daisyui.l1.l2 {
    :where(.where\:mask-star) {
      mask-image: url("data:image/svg+xml,%3csvg width='192' height='180' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 137.263-58.779 42.024 22.163-68.389L.894 68.481l72.476-.243L96 0l22.63 68.238 72.476.243-58.49 42.417 22.163 68.389z' fill-rule='evenodd'/%3e%3c/svg%3e");
    }
  }
  :where(.where\:p-1) {
    padding: var(--spacing);
  }
  :where(.where\:p-2) {
    padding: calc(var(--spacing) * 2);
  }
  :where(.where\:text-xl) {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  :where(.where\:font-bold) {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  :where(.where\:text-neutral-500) {
    color: var(--color-neutral-500);
  }
  :where(.where\:text-neutral-content) {
    color: var(--color-neutral-content);
  }
  :where(.where\:opacity-0) {
    opacity: 0%;
  }
  :where(.where\:shadow) {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  :where(.where\:shadow-lg) {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  :where(.where\:shadow-sm) {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  :where(.where\:transition-opacity) {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  :where(.where\:duration-300) {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  @layer daisyui.l1.l2 {
    :where(.where\:btn-xs) {
      --fontsize: 0.6875rem;
      --btn-p: 0.5rem;
      --size: calc(var(--size-field, 0.25rem) * 6);
    }
  }
  .\[\&_\.ais-Highlight-highlighted\]\:bg-secondary\/80\! .ais-Highlight-highlighted {
    background-color: var(--color-secondary) !important;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-secondary) 80%, transparent) !important;
    }
  }
  .\[\&_\.ais-Highlight-highlighted\]\:text-white\! .ais-Highlight-highlighted {
    color: var(--color-white) !important;
  }
  .\[\&_\.ais-Snippet-highlighted\]\:bg-secondary\/80\! .ais-Snippet-highlighted {
    background-color: var(--color-secondary) !important;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-secondary) 80%, transparent) !important;
    }
  }
  .\[\&_\.ais-Snippet-highlighted\]\:text-white\! .ais-Snippet-highlighted {
    color: var(--color-white) !important;
  }
  .\[\&_\.fab\]\:absolute .fab {
    position: absolute;
  }
  .\[\&_\.label\]\:items-start .label {
    align-items: flex-start;
  }
  .\[\&_\.label\]\:whitespace-normal .label {
    white-space: normal;
  }
  .\[\&_\.modal\]\:visible .modal {
    visibility: visible;
  }
  .\[\&_\.modal\]\:absolute .modal {
    position: absolute;
  }
  .\[\&_\.modal\]\:bg-black\/40 .modal {
    background-color: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
  .\[\&_\.modal-box\]\:\[translate\:0\] .modal-box {
    translate: 0;
  }
  .\[\&_\.modal-box\]\:\[scale\:1\] .modal-box {
    scale: 1;
  }
  .\[\&_\.modal-box\]\:opacity-100 .modal-box {
    opacity: 100%;
  }
  .\[\&_\.toast\]\:absolute .toast {
    position: absolute;
  }
  .\[\&_code\]\:wrap-anywhere code {
    overflow-wrap: anywhere;
  }
  .\[\&_hr\]\:w-8 hr {
    width: calc(var(--spacing) * 8);
  }
  .\[\&_span\]\:font-mono span {
    font-family: var(--font-mono);
  }
  .\[\&_span\]\:text-5xl span {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .\[\&\.tab-active\]\:text-white\!.tab-active {
    color: var(--color-white) !important;
  }
  .\[\&\.tab-active\]\:\[--tab-bg\:\#282c34\]\!.tab-active {
    --tab-bg: #282c34 !important;
  }
  .\[\&\:\:-moz-progress-bar\]\:\[transition\:width_200ms_ease-out\]::-moz-progress-bar {
    transition: width 200ms ease-out;
  }
  .\[\&\:\:-webkit-progress-value\]\:\[transition\:width_200ms_ease-out\]::-webkit-progress-value {
    transition: width 200ms ease-out;
  }
  .\[\&\:focus_\.ais-Highlight-highlighted\]\:bg-black\/80\!:focus .ais-Highlight-highlighted {
    background-color: color-mix(in srgb, #000 80%, transparent) !important;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 80%, transparent) !important;
    }
  }
  .\[\&\:focus_\.ais-Highlight-highlighted\]\:text-white\!:focus .ais-Highlight-highlighted {
    color: var(--color-white) !important;
  }
  .\[\&\:focus_\.ais-Snippet-highlighted\]\:bg-black\/80\!:focus .ais-Snippet-highlighted {
    background-color: color-mix(in srgb, #000 80%, transparent) !important;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 80%, transparent) !important;
    }
  }
  .\[\&\:focus_\.ais-Snippet-highlighted\]\:text-white\!:focus .ais-Snippet-highlighted {
    color: var(--color-white) !important;
  }
  .\[\&\:hover_\.ais-Highlight-highlighted\]\:bg-black\/80\!:hover .ais-Highlight-highlighted {
    background-color: color-mix(in srgb, #000 80%, transparent) !important;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 80%, transparent) !important;
    }
  }
  .\[\&\:hover_\.ais-Highlight-highlighted\]\:text-white\!:hover .ais-Highlight-highlighted {
    color: var(--color-white) !important;
  }
  .\[\&\:hover_\.ais-Snippet-highlighted\]\:bg-black\/80\!:hover .ais-Snippet-highlighted {
    background-color: color-mix(in srgb, #000 80%, transparent) !important;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 80%, transparent) !important;
    }
  }
  .\[\&\:hover_\.ais-Snippet-highlighted\]\:text-white\!:hover .ais-Snippet-highlighted {
    color: var(--color-white) !important;
  }
  .\[\&\>img\]\:size-full > img {
    width: 100%;
    height: 100%;
  }
  .\[\&\>img\]\:object-cover > img {
    object-fit: cover;
  }
}
.tooltip:focus-visible:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty)))[data-tip]::before, .tooltip:focus-visible:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty)))::after, .tooltip:focus-visible:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))) > .tooltip-content {
  opacity: 1;
  --tt-pos: 0rem;
}
.floating-label.floating-sticky > span {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
  top: 0;
  translate: -12.5% calc(-50% - .125em);
  scale: .75;
}
:root:has([data-doc-example-target="preview"] .drawer-toggle:checked):not(:has(#sidenav-drawer:checked)) {
  --page-scroll-lock: initial;
}
.max-w-prose {
  max-width: var(--max-prose-width);
}
.prose {
  max-width: var(--max-prose-width);
}
@layer base {
  :where(:root),:root:has(input.theme-controller[value=light]:checked),[data-theme=light] {
    color-scheme: light;
    --color-base-100: oklch(100% 0 0);
    --color-base-200: oklch(98% 0 0);
    --color-base-300: oklch(95% 0 0);
    --color-base-content: oklch(21% 0.006 285.885);
    --color-primary: oklch(45% 0.24 277.023);
    --color-primary-content: oklch(93% 0.034 272.788);
    --color-secondary: oklch(65% 0.241 354.308);
    --color-secondary-content: oklch(94% 0.028 342.258);
    --color-accent: oklch(77% 0.152 181.912);
    --color-accent-content: oklch(38% 0.063 188.416);
    --color-neutral: oklch(14% 0.005 285.823);
    --color-neutral-content: oklch(92% 0.004 286.32);
    --color-info: oklch(74% 0.16 232.661);
    --color-info-content: oklch(29% 0.066 243.157);
    --color-success: oklch(76% 0.177 163.223);
    --color-success-content: oklch(37% 0.077 168.94);
    --color-warning: oklch(82% 0.189 84.429);
    --color-warning-content: oklch(41% 0.112 45.904);
    --color-error: oklch(71% 0.194 13.428);
    --color-error-content: oklch(27% 0.105 12.094);
    --radius-selector: 0.5rem;
    --radius-field: 0.25rem;
    --radius-box: 0.5rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 1;
    --noise: 0;
  }
  @media (prefers-color-scheme: dark) {
    :root:not([data-theme]) {
      color-scheme: dark;
      --color-base-100: oklch(25.33% 0.016 252.42);
      --color-base-200: oklch(23.26% 0.014 253.1);
      --color-base-300: oklch(21.15% 0.012 254.09);
      --color-base-content: oklch(97.807% 0.029 256.847);
      --color-primary: oklch(58% 0.233 277.117);
      --color-primary-content: oklch(96% 0.018 272.314);
      --color-secondary: oklch(65% 0.241 354.308);
      --color-secondary-content: oklch(94% 0.028 342.258);
      --color-accent: oklch(77% 0.152 181.912);
      --color-accent-content: oklch(38% 0.063 188.416);
      --color-neutral: oklch(14% 0.005 285.823);
      --color-neutral-content: oklch(92% 0.004 286.32);
      --color-info: oklch(74% 0.16 232.661);
      --color-info-content: oklch(29% 0.066 243.157);
      --color-success: oklch(76% 0.177 163.223);
      --color-success-content: oklch(37% 0.077 168.94);
      --color-warning: oklch(82% 0.189 84.429);
      --color-warning-content: oklch(41% 0.112 45.904);
      --color-error: oklch(71% 0.194 13.428);
      --color-error-content: oklch(27% 0.105 12.094);
      --radius-selector: 0.5rem;
      --radius-field: 0.25rem;
      --radius-box: 0.5rem;
      --size-selector: 0.25rem;
      --size-field: 0.25rem;
      --border: 1px;
      --depth: 1;
      --noise: 0;
    }
  }
  :root:has(input.theme-controller[value=light]:checked),[data-theme=light] {
    color-scheme: light;
    --color-base-100: oklch(100% 0 0);
    --color-base-200: oklch(98% 0 0);
    --color-base-300: oklch(95% 0 0);
    --color-base-content: oklch(21% 0.006 285.885);
    --color-primary: oklch(45% 0.24 277.023);
    --color-primary-content: oklch(93% 0.034 272.788);
    --color-secondary: oklch(65% 0.241 354.308);
    --color-secondary-content: oklch(94% 0.028 342.258);
    --color-accent: oklch(77% 0.152 181.912);
    --color-accent-content: oklch(38% 0.063 188.416);
    --color-neutral: oklch(14% 0.005 285.823);
    --color-neutral-content: oklch(92% 0.004 286.32);
    --color-info: oklch(74% 0.16 232.661);
    --color-info-content: oklch(29% 0.066 243.157);
    --color-success: oklch(76% 0.177 163.223);
    --color-success-content: oklch(37% 0.077 168.94);
    --color-warning: oklch(82% 0.189 84.429);
    --color-warning-content: oklch(41% 0.112 45.904);
    --color-error: oklch(71% 0.194 13.428);
    --color-error-content: oklch(27% 0.105 12.094);
    --radius-selector: 0.5rem;
    --radius-field: 0.25rem;
    --radius-box: 0.5rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 1;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=dark]:checked),[data-theme=dark] {
    color-scheme: dark;
    --color-base-100: oklch(25.33% 0.016 252.42);
    --color-base-200: oklch(23.26% 0.014 253.1);
    --color-base-300: oklch(21.15% 0.012 254.09);
    --color-base-content: oklch(97.807% 0.029 256.847);
    --color-primary: oklch(58% 0.233 277.117);
    --color-primary-content: oklch(96% 0.018 272.314);
    --color-secondary: oklch(65% 0.241 354.308);
    --color-secondary-content: oklch(94% 0.028 342.258);
    --color-accent: oklch(77% 0.152 181.912);
    --color-accent-content: oklch(38% 0.063 188.416);
    --color-neutral: oklch(14% 0.005 285.823);
    --color-neutral-content: oklch(92% 0.004 286.32);
    --color-info: oklch(74% 0.16 232.661);
    --color-info-content: oklch(29% 0.066 243.157);
    --color-success: oklch(76% 0.177 163.223);
    --color-success-content: oklch(37% 0.077 168.94);
    --color-warning: oklch(82% 0.189 84.429);
    --color-warning-content: oklch(41% 0.112 45.904);
    --color-error: oklch(71% 0.194 13.428);
    --color-error-content: oklch(27% 0.105 12.094);
    --radius-selector: 0.5rem;
    --radius-field: 0.25rem;
    --radius-box: 0.5rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 1;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=synthwave]:checked),[data-theme=synthwave] {
    color-scheme: dark;
    --color-base-100: oklch(15% 0.09 281.288);
    --color-base-200: oklch(20% 0.09 281.288);
    --color-base-300: oklch(25% 0.09 281.288);
    --color-base-content: oklch(78% 0.115 274.713);
    --color-primary: oklch(71% 0.202 349.761);
    --color-primary-content: oklch(28% 0.109 3.907);
    --color-secondary: oklch(82% 0.111 230.318);
    --color-secondary-content: oklch(29% 0.066 243.157);
    --color-accent: oklch(75% 0.183 55.934);
    --color-accent-content: oklch(26% 0.079 36.259);
    --color-neutral: oklch(45% 0.24 277.023);
    --color-neutral-content: oklch(87% 0.065 274.039);
    --color-info: oklch(74% 0.16 232.661);
    --color-info-content: oklch(29% 0.066 243.157);
    --color-success: oklch(77% 0.152 181.912);
    --color-success-content: oklch(27% 0.046 192.524);
    --color-warning: oklch(90% 0.182 98.111);
    --color-warning-content: oklch(42% 0.095 57.708);
    --color-error: oklch(73.7% 0.121 32.639);
    --color-error-content: oklch(23.501% 0.096 290.329);
    --radius-selector: 1rem;
    --radius-field: 0.5rem;
    --radius-box: 1rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 0;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=retro]:checked),[data-theme=retro] {
    color-scheme: light;
    --color-base-100: oklch(91.637% 0.034 90.515);
    --color-base-200: oklch(88.272% 0.049 91.774);
    --color-base-300: oklch(84.133% 0.065 90.856);
    --color-base-content: oklch(41% 0.112 45.904);
    --color-primary: oklch(80% 0.114 19.571);
    --color-primary-content: oklch(39% 0.141 25.723);
    --color-secondary: oklch(92% 0.084 155.995);
    --color-secondary-content: oklch(44% 0.119 151.328);
    --color-accent: oklch(68% 0.162 75.834);
    --color-accent-content: oklch(41% 0.112 45.904);
    --color-neutral: oklch(44% 0.011 73.639);
    --color-neutral-content: oklch(86% 0.005 56.366);
    --color-info: oklch(58% 0.158 241.966);
    --color-info-content: oklch(96% 0.059 95.617);
    --color-success: oklch(51% 0.096 186.391);
    --color-success-content: oklch(96% 0.059 95.617);
    --color-warning: oklch(64% 0.222 41.116);
    --color-warning-content: oklch(96% 0.059 95.617);
    --color-error: oklch(70% 0.191 22.216);
    --color-error-content: oklch(40% 0.123 38.172);
    --radius-selector: 0.25rem;
    --radius-field: 0.25rem;
    --radius-box: 0.5rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 0;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=cyberpunk]:checked),[data-theme=cyberpunk] {
    color-scheme: light;
    --color-base-100: oklch(94.51% 0.179 104.32);
    --color-base-200: oklch(91.51% 0.179 104.32);
    --color-base-300: oklch(85.51% 0.179 104.32);
    --color-base-content: oklch(0% 0 0);
    --color-primary: oklch(74.22% 0.209 6.35);
    --color-primary-content: oklch(14.844% 0.041 6.35);
    --color-secondary: oklch(83.33% 0.184 204.72);
    --color-secondary-content: oklch(16.666% 0.036 204.72);
    --color-accent: oklch(71.86% 0.217 310.43);
    --color-accent-content: oklch(14.372% 0.043 310.43);
    --color-neutral: oklch(23.04% 0.065 269.31);
    --color-neutral-content: oklch(94.51% 0.179 104.32);
    --color-info: oklch(72.06% 0.191 231.6);
    --color-info-content: oklch(0% 0 0);
    --color-success: oklch(64.8% 0.15 160);
    --color-success-content: oklch(0% 0 0);
    --color-warning: oklch(84.71% 0.199 83.87);
    --color-warning-content: oklch(0% 0 0);
    --color-error: oklch(71.76% 0.221 22.18);
    --color-error-content: oklch(0% 0 0);
    --radius-selector: 0rem;
    --radius-field: 0rem;
    --radius-box: 0rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 0;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=wireframe]:checked),[data-theme=wireframe] {
    color-scheme: light;
    --color-base-100: oklch(100% 0 0);
    --color-base-200: oklch(97% 0 0);
    --color-base-300: oklch(94% 0 0);
    --color-base-content: oklch(20% 0 0);
    --color-primary: oklch(87% 0 0);
    --color-primary-content: oklch(26% 0 0);
    --color-secondary: oklch(87% 0 0);
    --color-secondary-content: oklch(26% 0 0);
    --color-accent: oklch(87% 0 0);
    --color-accent-content: oklch(26% 0 0);
    --color-neutral: oklch(87% 0 0);
    --color-neutral-content: oklch(26% 0 0);
    --color-info: oklch(44% 0.11 240.79);
    --color-info-content: oklch(90% 0.058 230.902);
    --color-success: oklch(43% 0.095 166.913);
    --color-success-content: oklch(90% 0.093 164.15);
    --color-warning: oklch(47% 0.137 46.201);
    --color-warning-content: oklch(92% 0.12 95.746);
    --color-error: oklch(44% 0.177 26.899);
    --color-error-content: oklch(88% 0.062 18.334);
    --radius-selector: 0rem;
    --radius-field: 0.25rem;
    --radius-box: 0.25rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 0;
    --noise: 0;
  }
  @property --radialprogress {
    syntax: "<percentage>";
    inherits: true;
    initial-value: 0%;
  }
  @property --aura-angle {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg;
  }
  :root {
    scrollbar-color: currentColor #0000;
    @supports (color: color-mix(in lab, red, red)) {
      scrollbar-color: color-mix(in oklch, currentColor 35%, #0000) #0000;
    }
    --fx-noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.34' numOctaves='4' stitchTiles='stitch'%3E%3C/feTurbulence%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(/%23a)' opacity='0.2'%3E%3C/rect%3E%3C/svg%3E");
    --page-scroll-lock: initial;
    --page-overflow: var(--page-scroll-lock) hidden;
  }
  :root:not(span) {
    overflow: var(--page-overflow);
  }
  :root {
    --page-has-backdrop: var(--page-scroll-lock) 1;
    --page-scroll-bg: var(--page-scroll-lock)
    var(--root-bg, #0000);
    @supports (color: color-mix(in lab, red, red)) {
      --page-scroll-bg: var(--page-scroll-lock)
    color-mix(in srgb, var(--root-bg, #0000), oklch(0% 0 0) calc(var(--page-has-backdrop, 0) * 40%));
    }
    background-image: var(--page-scroll-lock) linear-gradient(var(--root-bg, #0000), var(--root-bg, #0000));
    transition: var(--page-scroll-lock) background-color 0.3s ease-out;
    animation: var(--page-scroll-lock) set-page-has-scroll forwards;
    animation-timeline: var(--page-scroll-lock) scroll();
    --page-has-scroll: initial;
    scrollbar-gutter: var(--page-has-scroll) var(--page-scroll-lock) stable;
  }
  @keyframes set-page-has-scroll {
    0%, to {
      --page-has-scroll:  ;
    }
  }
  :root, [data-theme] {
    background-color: var(--root-bg);
    color: var(--color-base-content);
  }
  :root {
    background-color: var(--page-scroll-bg, var(--root-bg));
  }
  :where(:root, [data-theme]) {
    --root-bg: var(--color-base-100);
  }
}
@keyframes dropdown {
  0% {
    opacity: 0;
  }
}
@keyframes rotator {
  89.9999%, 100% {
    --first-item-position: 0 0%;
  }
  90%, 99.9999% {
    --first-item-position: 0 calc(var(--items) * 100%);
  }
  100% {
    translate: 0 -100%;
  }
}
@keyframes radio {
  0% {
    padding: 5px;
  }
  50% {
    padding: 3px;
  }
}
@keyframes toast {
  0% {
    scale: 0.9;
    opacity: 0;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
@keyframes skeleton {
  0% {
    background-position: 150%;
  }
  100% {
    background-position: -50%;
  }
}
@keyframes progress {
  50% {
    background-position-x: -115%;
  }
}
@keyframes rating {
  0%, 40% {
    scale: 1.1;
    filter: brightness(1.05) contrast(1.05);
  }
}
@keyframes aura {
  to {
    --aura-angle: 360deg;
    transform: translateZ(1px);
  }
}
@keyframes aura-glow {
  20%, 80% {
    opacity: 0.7;
    filter: blur(0.25rem);
  }
  50% {
    opacity: 1;
    filter: blur(0.75rem);
  }
}
@keyframes aura-glow-after {
  20%, 80% {
    opacity: 0.3;
    filter: blur(1rem);
  }
  50% {
    opacity: 0.6;
    filter: blur(1.5rem);
  }
}
@keyframes menu {
  0% {
    opacity: 0;
  }
}
@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-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-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-space-x-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-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes heartbeat {
  0%, 70%, 100% {
    transform: scale(1);
  }
  14%, 42% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
}
@keyframes heartbeat-echo {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --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-space-x-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
    }
  }
}
