/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Outfit", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-blue-50: oklch(97% 0.014 254.604);
    --color-blue-100: oklch(93.2% 0.032 255.585);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-violet-50: oklch(96.9% 0.016 293.756);
    --color-violet-100: oklch(94.3% 0.029 294.588);
    --color-violet-400: oklch(70.2% 0.183 293.541);
    --color-violet-500: oklch(60.6% 0.25 292.717);
    --color-violet-600: oklch(54.1% 0.281 293.009);
    --color-violet-700: oklch(49.1% 0.27 292.581);
    --color-violet-800: oklch(43.2% 0.232 292.759);
    --color-violet-900: oklch(38% 0.189 293.745);
    --color-purple-400: oklch(71.4% 0.203 305.504);
    --color-purple-600: oklch(55.8% 0.288 302.321);
    --color-purple-800: oklch(43.8% 0.218 303.724);
    --color-purple-900: oklch(38.1% 0.176 304.987);
    --color-pink-50: oklch(97.1% 0.014 343.198);
    --color-pink-100: oklch(94.8% 0.028 342.258);
    --color-pink-500: oklch(65.6% 0.241 354.308);
    --color-pink-600: oklch(59.2% 0.249 0.584);
    --color-pink-800: oklch(45.9% 0.187 3.815);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --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-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --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-9xl: 8rem;
    --text-9xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / 0.15);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --blur-3xl: 64px;
    --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);
    --font-display: "Titan One", sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        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 utilities {
    .drawer-open {
      @layer daisyui.modifier {
        :where(& > .drawer-side) {
          overflow-y: auto;
        }
        > .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;
            }
            & > *:not(.drawer-overlay) {
              translate: 0%;
              [dir="rtl"] & {
                translate: 0%;
              }
            }
          }
          &:checked ~ .drawer-side {
            pointer-events: auto;
            visibility: visible;
          }
        }
      }
    }
    .menu {
      @layer daisyui.component {
        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(li ul) {
          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(li > .menu-dropdown:not(.menu-dropdown-show)) {
          display: none;
        }
        :where(li:not(.menu-title) > *:not(ul, details, .menu-title, .btn)), :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;
          text-wrap: balance;
          user-select: none;
        }
        :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;
          }
        }
        :where(li > details > summary), :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(li > details[open] > summary):after, :where(li > .menu-dropdown-toggle.menu-dropdown-show):after {
          rotate: 45deg;
          translate: 0 1px;
        }
        :where( li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title), li:not(.menu-title, .disabled) > details > summary:not(.menu-title) ):not(.menu-active, :active, .btn) {
          &.menu-focus, &: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( li:not(.menu-title, .disabled) > *:not(ul, 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(li:empty) {
          background-color: var(--color-base-content);
          opacity: 10%;
          margin: 0.5rem 1rem;
          height: 1px;
        }
        :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-title, details, .btn):active, & > *:not(ul, .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 {
            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);
            }
          }
        }
        .dropdown:focus-within {
          .menu-dropdown-toggle:after {
            rotate: 45deg;
            translate: 0 1px;
          }
        }
        .dropdown-content {
          margin-top: calc(0.25rem * 2);
          padding: calc(0.25rem * 2);
          &:before {
            display: none;
          }
        }
      }
    }
    .dropdown {
      @layer daisyui.component {
        position: relative;
        display: inline-block;
        position-area: var(--anchor-v, bottom) var(--anchor-h, span-right);
        & > *:not(summary):focus {
          --tw-outline-style: none;
          outline-style: none;
          @media (forced-colors: active) {
            outline: 2px solid transparent;
            outline-offset: 2px;
          }
        }
        .dropdown-content {
          position: absolute;
        }
        &:not(details, .dropdown-open, .dropdown-hover:hover, :focus-within) .dropdown-content, &.dropdown-hover:not(:hover) [tabindex]:first-child:focus:not(:focus-visible) ~ .dropdown-content {
          display: none;
          transform-origin: top;
          opacity: 0%;
          scale: 95%;
        }
        &[popover], .dropdown-content {
          z-index: 999;
          @media (prefers-reduced-motion: no-preference) {
            animation: dropdown 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);
          }
        }
        @starting-style {
          &[popover], .dropdown-content {
            scale: 95%;
            opacity: 0;
          }
        }
        &.dropdown-open, &:not(.dropdown-hover):focus, &:focus-within {
          > [tabindex]:first-child {
            pointer-events: none;
          }
          .dropdown-content {
            opacity: 100%;
          }
        }
        &.dropdown-hover:hover {
          .dropdown-content {
            opacity: 100%;
            scale: 100%;
          }
        }
        &:is(details) {
          summary {
            &::-webkit-details-marker {
              display: none;
            }
          }
        }
        &.dropdown-open, &:focus, &:focus-within {
          .dropdown-content {
            scale: 100%;
          }
        }
        &:where([popover]) {
          background: #0000;
        }
        &[popover] {
          position: fixed;
          color: inherit;
          @supports not (position-area: bottom) {
            margin: auto;
            &.dropdown-open:not(:popover-open) {
              display: none;
              transform-origin: top;
              opacity: 0%;
              scale: 95%;
            }
            &::backdrop {
              background-color: color-mix(in oklab, #000 30%, #0000);
            }
          }
          &:not(.dropdown-open, :popover-open) {
            display: none;
            transform-origin: top;
            opacity: 0%;
            scale: 95%;
          }
        }
      }
    }
    .btn {
      :where(&) {
        @layer daisyui.component {
          width: unset;
        }
      }
      @layer daisyui.component {
        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;
        padding-inline: var(--btn-p);
        color: var(--btn-fg);
        --tw-prose-links: var(--btn-fg);
        height: var(--size);
        font-size: var(--fontsize, 0.875rem);
        font-weight: 600;
        outline-color: var(--btn-color, var(--color-base-content));
        transition-property: color, background-color, border-color, box-shadow;
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
        transition-duration: 0.2s;
        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-color: var(--btn-bg);
        background-size: auto, calc(var(--noise) * 100%);
        background-image: none, var(--btn-noise);
        border-width: var(--border);
        border-style: solid;
        border-color: var(--btn-border);
        text-shadow: 0 0.5px oklch(100% 0 0 / calc(var(--depth) * 0.15));
        touch-action: manipulation;
        box-shadow: 0 0.5px 0 0.5px oklch(100% 0 0 / calc(var(--depth) * 6%)) 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-p: 1rem;
        --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-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-noise: var(--fx-noise);
        .prose & {
          text-decoration-line: none;
        }
        @media (hover: hover) {
          &: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%);
            }
          }
        }
        &:focus-visible, &:has(:focus-visible) {
          outline-width: 2px;
          outline-style: solid;
          isolation: isolate;
        }
        &: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%);
          }
          --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-shadow: 0 0 0 0 oklch(0% 0 0/0), 0 0 0 0 oklch(0% 0 0/0);
        }
        &:is(input[type="checkbox"], input[type="radio"]) {
          appearance: none;
          &::after {
            content: attr(aria-label);
          }
        }
        &:where(input:checked:not(.filter .btn)) {
          --btn-color: var(--color-primary);
          --btn-fg: var(--color-primary-content);
          isolation: isolate;
        }
      }
      &:disabled {
        @layer daisyui.modifier {
          &: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);
            }
            box-shadow: none;
          }
          pointer-events: none;
          --btn-border: #0000;
          --btn-noise: 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);
          }
          @media (hover: hover) {
            &:hover {
              pointer-events: none;
              background-color: var(--color-neutral);
              @supports (color: color-mix(in lab, red, red)) {
                background-color: color-mix(in oklab, var(--color-neutral) 20%, transparent);
              }
              --btn-border: #0000;
              --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);
              }
            }
          }
        }
      }
      &[disabled] {
        @layer daisyui.modifier {
          &: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);
            }
            box-shadow: none;
          }
          pointer-events: none;
          --btn-border: #0000;
          --btn-noise: 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);
          }
          @media (hover: hover) {
            &:hover {
              pointer-events: none;
              background-color: var(--color-neutral);
              @supports (color: color-mix(in lab, red, red)) {
                background-color: color-mix(in oklab, var(--color-neutral) 20%, transparent);
              }
              --btn-border: #0000;
              --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);
              }
            }
          }
        }
      }
    }
    .loading {
      @layer daisyui.component {
        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='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");
      }
    }
    .countdown {
      &.countdown {
        line-height: 1em;
      }
      @layer daisyui.component {
        display: inline-flex;
        & > * {
          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;
            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";
            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;
          }
        }
      }
    }
    .toast {
      @layer daisyui.component {
        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) {
            animation: toast 0.25s ease-out;
          }
        }
      }
    }
    .table {
      @layer daisyui.component {
        font-size: 0.875rem;
        position: relative;
        width: 100%;
        border-radius: var(--radius-box);
        text-align: left;
        &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
          text-align: right;
        }
        tr.row-hover {
          &, &:nth-child(even) {
            &:hover {
              @media (hover: hover) {
                background-color: var(--color-base-200);
              }
            }
          }
        }
        :where(th, td) {
          padding-inline: calc(0.25rem * 4);
          padding-block: calc(0.25rem * 3);
          vertical-align: middle;
        }
        :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;
        }
        :where(tfoot) {
          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);
          }
        }
        :where(.table-pin-rows thead tr) {
          position: sticky;
          top: calc(0.25rem * 0);
          z-index: 1;
          background-color: var(--color-base-100);
        }
        :where(.table-pin-rows tfoot tr) {
          position: sticky;
          bottom: calc(0.25rem * 0);
          z-index: 1;
          background-color: var(--color-base-100);
        }
        :where(.table-pin-cols tr th) {
          position: sticky;
          right: calc(0.25rem * 0);
          left: calc(0.25rem * 0);
          background-color: var(--color-base-100);
        }
        :where(thead tr, tbody tr:not(:last-child)) {
          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);
          }
        }
      }
    }
    .steps {
      @layer daisyui.component {
        display: inline-grid;
        grid-auto-flow: column;
        overflow: hidden;
        overflow-x: auto;
        counter-reset: step;
        grid-auto-columns: 1fr;
        .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: calc(0.25rem * 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);
            --tw-content: "";
            content: var(--tw-content);
            margin-inline-start: -100%;
          }
          > .step-icon, &:not(:has(.step-icon)):after {
            content: counter(step);
            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 {
            content: none;
          }
          &[data-content]:after {
            content: attr(data-content);
          }
        }
      }
      @layer daisyui.modifier {
        .step-neutral {
          + .step-neutral:before, &:after, > .step-icon {
            --step-bg: var(--color-neutral);
            --step-fg: var(--color-neutral-content);
          }
        }
        .step-primary {
          + .step-primary:before, &:after, > .step-icon {
            --step-bg: var(--color-primary);
            --step-fg: var(--color-primary-content);
          }
        }
        .step-secondary {
          + .step-secondary:before, &:after, > .step-icon {
            --step-bg: var(--color-secondary);
            --step-fg: var(--color-secondary-content);
          }
        }
        .step-accent {
          + .step-accent:before, &:after, > .step-icon {
            --step-bg: var(--color-accent);
            --step-fg: var(--color-accent-content);
          }
        }
        .step-info {
          + .step-info:before, &:after, > .step-icon {
            --step-bg: var(--color-info);
            --step-fg: var(--color-info-content);
          }
        }
        .step-success {
          + .step-success:before, &:after, > .step-icon {
            --step-bg: var(--color-success);
            --step-fg: var(--color-success-content);
          }
        }
        .step-warning {
          + .step-warning:before, &:after, > .step-icon {
            --step-bg: var(--color-warning);
            --step-fg: var(--color-warning-content);
          }
        }
        .step-error {
          + .step-error:before, &:after, > .step-icon {
            --step-bg: var(--color-error);
            --step-fg: var(--color-error-content);
          }
        }
      }
    }
    .checkbox {
      @layer daisyui.component {
        border: var(--border) solid var(--input-color, var(--color-base-content));
        @supports (color: color-mix(in lab, red, red)) {
          border: var(--border) solid var(--input-color, color-mix(in oklab, var(--color-base-content) 20%, #0000));
        }
        position: relative;
        display: inline-block;
        flex-shrink: 0;
        cursor: pointer;
        appearance: none;
        border-radius: var(--radius-selector);
        padding: calc(0.25rem * 1);
        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);
        &: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;
        }
        &:focus-visible {
          outline: 2px solid var(--input-color, currentColor);
          outline-offset: 2px;
        }
        &:checked, &[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;
            }
          }
        }
        &: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%);
          }
        }
      }
      &:disabled {
        @layer daisyui.modifier {
          cursor: not-allowed;
          opacity: 20%;
        }
      }
    }
    .radio {
      @layer daisyui.component {
        position: relative;
        display: inline-block;
        flex-shrink: 0;
        cursor: pointer;
        appearance: none;
        border-radius: calc(infinity * 1px);
        padding: calc(0.25rem * 1);
        vertical-align: middle;
        border: var(--border) solid var(--input-color, currentColor);
        @supports (color: color-mix(in lab, red, red)) {
          border: var(--border) solid var(--input-color, color-mix(in srgb, currentColor 20%, #0000));
        }
        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);
        &: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);
        }
        &:focus-visible {
          outline: 2px solid currentColor;
        }
        &:checked, &[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;
            }
          }
        }
      }
      &:disabled {
        @layer daisyui.modifier {
          cursor: not-allowed;
          opacity: 20%;
        }
      }
    }
    .rating {
      @layer daisyui.component {
        position: relative;
        display: inline-flex;
        vertical-align: middle;
        & input {
          border: none;
          appearance: none;
        }
        :where(*) {
          height: calc(0.25rem * 6);
          width: calc(0.25rem * 6);
          border-radius: 0;
          background-color: var(--color-base-content);
          opacity: 20%;
          @media (prefers-reduced-motion: no-preference) {
            animation: rating 0.25s ease-out;
          }
          &:is(input) {
            cursor: pointer;
          }
        }
        & .rating-hidden {
          width: calc(0.25rem * 2);
          background-color: transparent;
        }
        input[type="radio"]:checked {
          background-image: none;
        }
        * {
          &:checked, &[aria-checked="true"], &[aria-current="true"], &:has(~ *:checked, ~ *[aria-checked="true"], ~ *[aria-current="true"]) {
            opacity: 100%;
          }
          &:focus-visible {
            scale: 1.1;
            @media (prefers-reduced-motion: no-preference) {
              transition: scale 0.2s ease-out;
            }
          }
        }
        & *:active:focus {
          animation: none;
          scale: 1.1;
        }
      }
      @layer daisyui.modifier {
        &.rating-xs :where(*:not(.rating-hidden)) {
          width: calc(0.25rem * 4);
          height: calc(0.25rem * 4);
        }
        &.rating-sm :where(*:not(.rating-hidden)) {
          width: calc(0.25rem * 5);
          height: calc(0.25rem * 5);
        }
        &.rating-md :where(*:not(.rating-hidden)) {
          width: calc(0.25rem * 6);
          height: calc(0.25rem * 6);
        }
        &.rating-lg :where(*:not(.rating-hidden)) {
          width: calc(0.25rem * 7);
          height: calc(0.25rem * 7);
        }
        &.rating-xl :where(*:not(.rating-hidden)) {
          width: calc(0.25rem * 8);
          height: calc(0.25rem * 8);
        }
      }
    }
    .navbar {
      @layer daisyui.component {
        display: flex;
        width: 100%;
        align-items: center;
        padding: 0.5rem;
        min-height: 4rem;
      }
      :where(&) {
        @layer daisyui.modifier {
          position: relative;
        }
      }
    }
    .progress {
      @layer daisyui.component {
        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)) {
          background-color: color-mix(in oklab, currentcolor 20%, transparent);
        }
        color: var(--color-base-content);
        &: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) {
          &::-moz-progress-bar {
            border-radius: var(--radius-box);
            background-color: currentcolor;
          }
        }
        @supports (-webkit-appearance: none) {
          &::-webkit-progress-bar {
            border-radius: var(--radius-box);
            background-color: transparent;
          }
          &::-webkit-progress-value {
            border-radius: var(--radius-box);
            background-color: currentColor;
          }
        }
      }
    }
    .static {
      position: static;
    }
    .dropdown-right {
      @layer daisyui.modifier {
        --anchor-h: right;
        --anchor-v: span-bottom;
        .dropdown-content {
          inset-inline-start: 100%;
          top: calc(0.25rem * 0);
          bottom: auto;
          transform-origin: 0;
        }
      }
    }
    .dropdown-left {
      @layer daisyui.modifier {
        --anchor-h: left;
        --anchor-v: span-bottom;
        .dropdown-content {
          inset-inline-end: 100%;
          top: calc(0.25rem * 0);
          bottom: auto;
          transform-origin: 100%;
        }
      }
    }
    .dropdown-end {
      @layer daisyui.modifier {
        --anchor-h: span-left;
        :where(.dropdown-content) {
          inset-inline-end: calc(0.25rem * 0);
          translate: 0 0;
          [dir="rtl"] & {
            translate: 0 0;
          }
        }
        &.dropdown-left {
          --anchor-h: left;
          --anchor-v: span-top;
          .dropdown-content {
            top: auto;
            bottom: calc(0.25rem * 0);
          }
        }
        &.dropdown-right {
          --anchor-h: right;
          --anchor-v: span-top;
          .dropdown-content {
            top: auto;
            bottom: calc(0.25rem * 0);
          }
        }
      }
    }
    .textarea {
      @layer daisyui.component {
        border: var(--border) solid #0000;
        min-height: calc(0.25rem * 20);
        flex-shrink: 1;
        appearance: none;
        border-radius: var(--radius-field);
        background-color: var(--color-base-100);
        padding-block: calc(0.25rem * 2);
        vertical-align: middle;
        width: clamp(3rem, 20rem, 100%);
        padding-inline-start: 0.75rem;
        padding-inline-end: 0.75rem;
        font-size: max(var(--font-size, 0.875rem), 0.875rem);
        touch-action: manipulation;
        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)) {
          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-color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          --input-color: color-mix(in oklab, var(--color-base-content) 20%, #0000);
        }
        textarea {
          appearance: none;
          background-color: transparent;
          border: none;
          &:focus, &:focus-within {
            --tw-outline-style: none;
            outline-style: none;
            @media (forced-colors: active) {
              outline: 2px solid transparent;
              outline-offset: 2px;
            }
          }
        }
        &:focus, &: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) {
            &:focus, &:focus-within {
              --font-size: 1rem;
            }
          }
        }
        &:has(> textarea[disabled]), &: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);
          }
          &::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;
        }
        &:has(> textarea[disabled]) > textarea[disabled] {
          cursor: not-allowed;
        }
      }
    }
    .z-1 {
      z-index: 1;
    }
    .z-2 {
      z-index: 2;
    }
    .z-\[1\] {
      z-index: 1;
    }
    .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;
      }
    }
    .filter {
      @layer daisyui.component {
        display: flex;
        flex-wrap: wrap;
        input[type="radio"] {
          width: auto;
        }
        input {
          overflow: hidden;
          opacity: 100%;
          scale: 1;
          transition: margin 0.1s, opacity 0.3s, padding 0.3s, border-width 0.1s;
          &:not(:last-child) {
            margin-inline-end: calc(0.25rem * 1);
          }
          &.filter-reset {
            aspect-ratio: 1 / 1;
            &::after {
              content: "×";
            }
          }
        }
        &:not(:has(input:checked:not(.filter-reset))) {
          .filter-reset, input[type="reset"] {
            scale: 0;
            border-width: 0;
            margin-inline: calc(0.25rem * 0);
            width: calc(0.25rem * 0);
            padding-inline: calc(0.25rem * 0);
            opacity: 0%;
          }
        }
        &:has(input:checked:not(.filter-reset)) {
          input:not(:checked, .filter-reset, input[type="reset"]) {
            scale: 0;
            border-width: 0;
            margin-inline: calc(0.25rem * 0);
            width: calc(0.25rem * 0);
            padding-inline: calc(0.25rem * 0);
            opacity: 0%;
          }
        }
      }
    }
    .mx-auto {
      margin-inline: auto;
    }
    .mt-2 {
      margin-top: calc(var(--spacing) * 2);
    }
    .mt-3 {
      margin-top: calc(var(--spacing) * 3);
    }
    .mt-6 {
      margin-top: calc(var(--spacing) * 6);
    }
    .mt-12 {
      margin-top: calc(var(--spacing) * 12);
    }
    .mb-3 {
      margin-bottom: calc(var(--spacing) * 3);
    }
    .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-16 {
      margin-bottom: calc(var(--spacing) * 16);
    }
    .badge {
      @layer daisyui.component {
        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;
        padding-inline: calc(0.25rem * 3 - var(--border));
        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);
      }
    }
    .navbar-end {
      @layer daisyui.component {
        display: inline-flex;
        align-items: center;
        width: 50%;
        justify-content: flex-end;
      }
    }
    .navbar-start {
      @layer daisyui.component {
        display: inline-flex;
        align-items: center;
        width: 50%;
        justify-content: flex-start;
      }
    }
    .prose {
      :root & {
        --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;
          font-weight: inherit;
          &:before, &:after {
            display: none;
          }
        }
      }
    }
    .flex {
      display: flex;
    }
    .grid {
      display: grid;
    }
    .hidden {
      display: none;
    }
    .inline-block {
      display: inline-block;
    }
    .table {
      display: table;
    }
    .btn-square {
      @layer daisyui.modifier {
        padding-inline: calc(0.25rem * 0);
        width: var(--size);
        height: var(--size);
      }
    }
    .h-4 {
      height: calc(var(--spacing) * 4);
    }
    .h-6 {
      height: calc(var(--spacing) * 6);
    }
    .h-10 {
      height: calc(var(--spacing) * 10);
    }
    .h-12 {
      height: calc(var(--spacing) * 12);
    }
    .h-16 {
      height: calc(var(--spacing) * 16);
    }
    .h-screen {
      height: 100vh;
    }
    .max-h-128 {
      max-height: calc(var(--spacing) * 128);
    }
    .w-4 {
      width: calc(var(--spacing) * 4);
    }
    .w-6 {
      width: calc(var(--spacing) * 6);
    }
    .w-16 {
      width: calc(var(--spacing) * 16);
    }
    .w-52 {
      width: calc(var(--spacing) * 52);
    }
    .max-w-2xl {
      max-width: var(--container-2xl);
    }
    .max-w-3xl {
      max-width: var(--container-3xl);
    }
    .max-w-5xl {
      max-width: var(--container-5xl);
    }
    .max-w-6xl {
      max-width: var(--container-6xl);
    }
    .max-w-md {
      max-width: var(--container-md);
    }
    .flex-1 {
      flex: 1;
    }
    .flex-shrink {
      flex-shrink: 1;
    }
    .flex-grow {
      flex-grow: 1;
    }
    .grow {
      flex-grow: 1;
    }
    .border-collapse {
      border-collapse: collapse;
    }
    .transform {
      transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
    }
    .skeleton {
      @layer daisyui.component {
        border-radius: var(--radius-box);
        background-color: var(--color-base-300);
        @media (prefers-reduced-motion: reduce) {
          transition-duration: 15s;
        }
        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-repeat: no-repeat;
        background-position-x: -50%;
        @media (prefers-reduced-motion: no-preference) {
          animation: skeleton 1.8s ease-in-out infinite;
        }
      }
    }
    .link {
      @layer daisyui.component {
        cursor: pointer;
        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;
        }
      }
    }
    .resize {
      resize: both;
    }
    .flex-col {
      flex-direction: column;
    }
    .flex-wrap {
      flex-wrap: wrap;
    }
    .items-center {
      align-items: center;
    }
    .justify-between {
      justify-content: space-between;
    }
    .justify-center {
      justify-content: center;
    }
    .justify-end {
      justify-content: flex-end;
    }
    .gap-2 {
      gap: calc(var(--spacing) * 2);
    }
    .gap-4 {
      gap: calc(var(--spacing) * 4);
    }
    .gap-8 {
      gap: calc(var(--spacing) * 8);
    }
    .gap-12 {
      gap: calc(var(--spacing) * 12);
    }
    .space-y-2 {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
    .menu-sm {
      @layer daisyui.modifier {
        :where(li:not(.menu-title) > *:not(ul, details, .menu-title)), :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
          border-radius: var(--radius-field);
          padding-inline: calc(0.25rem * 2.5);
          padding-block: calc(0.25rem * 1);
          font-size: 0.75rem;
        }
        .menu-title {
          padding-inline: calc(0.25rem * 3);
          padding-block: calc(0.25rem * 2);
        }
      }
    }
    .rounded-2xl {
      border-radius: var(--radius-2xl);
    }
    .rounded-box {
      border-radius: var(--radius-box);
    }
    .rounded-box {
      border-radius: var(--radius-box);
    }
    .border {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
    .border-t {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
    .border-violet-100 {
      border-color: var(--color-violet-100);
    }
    .bg-base-100 {
      background-color: var(--color-base-100);
    }
    .bg-blue-100 {
      background-color: var(--color-blue-100);
    }
    .bg-gray-50 {
      background-color: var(--color-gray-50);
    }
    .bg-pink-100 {
      background-color: var(--color-pink-100);
    }
    .bg-violet-100 {
      background-color: var(--color-violet-100);
    }
    .bg-white {
      background-color: var(--color-white);
    }
    .bg-gradient-to-br {
      --tw-gradient-position: to bottom right in oklab;
      background-image: linear-gradient(var(--tw-gradient-stops));
    }
    .bg-gradient-to-r {
      --tw-gradient-position: to right in oklab;
      background-image: linear-gradient(var(--tw-gradient-stops));
    }
    .from-violet-50 {
      --tw-gradient-from: var(--color-violet-50);
      --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-violet-100 {
      --tw-gradient-from: var(--color-violet-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));
    }
    .from-violet-600 {
      --tw-gradient-from: var(--color-violet-600);
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
    .via-pink-50 {
      --tw-gradient-via: var(--color-pink-50);
      --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);
    }
    .via-purple-600 {
      --tw-gradient-via: var(--color-purple-600);
      --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-blue-50 {
      --tw-gradient-to: var(--color-blue-50);
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
    .to-pink-50 {
      --tw-gradient-to: var(--color-pink-50);
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
    .to-pink-100 {
      --tw-gradient-to: var(--color-pink-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-pink-600 {
      --tw-gradient-to: var(--color-pink-600);
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
    .bg-clip-text {
      background-clip: text;
    }
    .mask-repeat {
      mask-repeat: repeat;
    }
    .p-2 {
      padding: calc(var(--spacing) * 2);
    }
    .p-8 {
      padding: calc(var(--spacing) * 8);
    }
    .menu-title {
      @layer daisyui.component {
        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)) {
          color: color-mix(in oklab, var(--color-base-content) 40%, transparent);
        }
        font-size: 0.875rem;
        font-weight: 600;
      }
    }
    .px-4 {
      padding-inline: calc(var(--spacing) * 4);
    }
    .py-6 {
      padding-block: calc(var(--spacing) * 6);
    }
    .py-8 {
      padding-block: calc(var(--spacing) * 8);
    }
    .py-12 {
      padding-block: calc(var(--spacing) * 12);
    }
    .py-20 {
      padding-block: calc(var(--spacing) * 20);
    }
    .pt-6 {
      padding-top: calc(var(--spacing) * 6);
    }
    .text-center {
      text-align: center;
    }
    .font-display {
      font-family: var(--font-display);
    }
    .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-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));
    }
    .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);
    }
    .text-wrap {
      text-wrap: wrap;
    }
    .text-blue-500 {
      color: var(--color-blue-500);
    }
    .text-blue-600 {
      color: var(--color-blue-600);
    }
    .text-gray-400 {
      color: var(--color-gray-400);
    }
    .text-gray-500 {
      color: var(--color-gray-500);
    }
    .text-gray-600 {
      color: var(--color-gray-600);
    }
    .text-gray-700 {
      color: var(--color-gray-700);
    }
    .text-gray-900 {
      color: var(--color-gray-900);
    }
    .text-pink-600 {
      color: var(--color-pink-600);
    }
    .text-purple-400 {
      color: var(--color-purple-400);
    }
    .text-purple-800 {
      color: var(--color-purple-800);
    }
    .text-purple-900 {
      color: var(--color-purple-900);
    }
    .text-secondary {
      color: var(--color-secondary);
    }
    .text-transparent {
      color: transparent;
    }
    .text-violet-600 {
      color: var(--color-violet-600);
    }
    .text-violet-700 {
      color: var(--color-violet-700);
    }
    .text-white {
      color: var(--color-white);
    }
    .underline {
      text-decoration-line: underline;
    }
    .opacity-95 {
      opacity: 95%;
    }
    .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-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);
    }
    .outline {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
    }
    .btn-ghost {
      @layer daisyui.modifier {
        &:not(.btn-active, :hover, :active:focus, :focus-visible) {
          --btn-shadow: "";
          --btn-bg: #0000;
          --btn-border: #0000;
          --btn-noise: none;
          &:not(:disabled, [disabled], .btn-disabled) {
            outline-color: currentcolor;
            --btn-fg: currentColor;
          }
        }
        @media (hover: none) {
          &:hover:not(.btn-active, :active, :focus-visible, :disabled, [disabled], .btn-disabled) {
            --btn-shadow: "";
            --btn-bg: #0000;
            --btn-border: #0000;
            --btn-noise: none;
            --btn-fg: currentColor;
          }
        }
      }
    }
    .drop-shadow-2xl {
      --tw-drop-shadow-size: drop-shadow(0 25px 25px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.15)));
      --tw-drop-shadow: drop-shadow(var(--drop-shadow-2xl));
      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,);
    }
    .filter {
      filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    }
    .transition {
      transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
    .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-shadow {
      transition-property: box-shadow;
      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));
    }
    .ease-out {
      --tw-ease: var(--ease-out);
      transition-timing-function: var(--ease-out);
    }
    .btn-outline {
      @layer daisyui.modifier {
        &:not( .btn-active, :hover, :active:focus, :focus-visible, :disabled, [disabled], .btn-disabled, :checked ) {
          --btn-shadow: "";
          --btn-bg: #0000;
          --btn-fg: var(--btn-color);
          --btn-border: var(--btn-color);
          --btn-noise: none;
        }
        @media (hover: none) {
          &:hover:not( .btn-active, :active, :focus-visible, :disabled, [disabled], .btn-disabled, :checked ) {
            --btn-shadow: "";
            --btn-bg: #0000;
            --btn-fg: var(--btn-color);
            --btn-border: var(--btn-color);
            --btn-noise: none;
          }
        }
      }
    }
    .btn-lg {
      @layer daisyui.modifier {
        --fontsize: 1.125rem;
        --btn-p: 1.25rem;
        --size: calc(var(--size-field, 0.25rem) * 12);
      }
    }
    .btn-sm {
      @layer daisyui.modifier {
        --fontsize: 0.75rem;
        --btn-p: 0.75rem;
        --size: calc(var(--size-field, 0.25rem) * 8);
      }
    }
    .btn-primary {
      @layer daisyui.modifier {
        --btn-color: var(--color-primary);
        --btn-fg: var(--color-primary-content);
      }
    }
    .btn-secondary {
      @layer daisyui.modifier {
        --btn-color: var(--color-secondary);
        --btn-fg: var(--color-secondary-content);
      }
    }
    .hover\:scale-105 {
      &:hover {
        @media (hover: hover) {
          --tw-scale-x: 105%;
          --tw-scale-y: 105%;
          --tw-scale-z: 105%;
          scale: var(--tw-scale-x) var(--tw-scale-y);
        }
      }
    }
    .hover\:text-violet-600 {
      &:hover {
        @media (hover: hover) {
          color: var(--color-violet-600);
        }
      }
    }
    .hover\:underline {
      &:hover {
        @media (hover: hover) {
          text-decoration-line: underline;
        }
      }
    }
    .hover\:opacity-80 {
      &:hover {
        @media (hover: hover) {
          opacity: 80%;
        }
      }
    }
    .hover\:shadow-md {
      &:hover {
        @media (hover: hover) {
          --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);
        }
      }
    }
    .hover\:shadow-xl {
      &:hover {
        @media (hover: 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);
        }
      }
    }
    .sm\:flex-row {
      @media (width >= 40rem) {
        flex-direction: row;
      }
    }
    .md\:grid-cols-2 {
      @media (width >= 48rem) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }
    .md\:grid-cols-3 {
      @media (width >= 48rem) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }
    .md\:flex-row {
      @media (width >= 48rem) {
        flex-direction: row;
      }
    }
    .md\:px-0 {
      @media (width >= 48rem) {
        padding-inline: calc(var(--spacing) * 0);
      }
    }
    .md\:text-left {
      @media (width >= 48rem) {
        text-align: left;
      }
    }
    .md\:text-right {
      @media (width >= 48rem) {
        text-align: right;
      }
    }
    .lg\:flex {
      @media (width >= 64rem) {
        display: flex;
      }
    }
    .lg\:hidden {
      @media (width >= 64rem) {
        display: none;
      }
    }
    .lg\:grid-cols-3 {
      @media (width >= 64rem) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }
    .lg\:flex-row {
      @media (width >= 64rem) {
        flex-direction: row;
      }
    }
    .lg\:justify-start {
      @media (width >= 64rem) {
        justify-content: flex-start;
      }
    }
    .lg\:py-32 {
      @media (width >= 64rem) {
        padding-block: calc(var(--spacing) * 32);
      }
    }
    .lg\:text-left {
      @media (width >= 64rem) {
        text-align: left;
      }
    }
    .lg\:text-2xl {
      @media (width >= 64rem) {
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--line-height));
      }
    }
    .lg\:text-5xl {
      @media (width >= 64rem) {
        font-size: var(--text-5xl);
        line-height: var(--tw-leading, var(--text-5xl--line-height));
      }
    }
    .lg\:text-6xl {
      @media (width >= 64rem) {
        font-size: var(--text-6xl);
        line-height: var(--tw-leading, var(--text-6xl--line-height));
      }
    }
    .xl\:px-0 {
      @media (width >= 80rem) {
        padding-inline: calc(var(--spacing) * 0);
      }
    }
  }
}
.container {
  margin-inline: auto;
  max-width: var(--container-7xl);
  @media (width >= 40rem) {
    padding-inline: calc(var(--spacing) * 6);
  }
  @media (width >= 64rem) {
    padding-inline: calc(var(--spacing) * 8);
  }
}
@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;
  }
}
@layer base {
  :root {
    --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");
  }
}
@layer base {
  :root {
    scrollbar-color: currentColor #0000;
    @supports (color: color-mix(in lab, red, red)) {
      scrollbar-color: color-mix(in oklch, currentColor 35%, #0000) #0000;
    }
  }
}
@layer base {
  @property --radialprogress {
    syntax: "<percentage>";
    inherits: true;
    initial-value: 0%;
  }
}
@layer base {
  :root:has( .modal-open, .modal[open], .modal:target, .modal-toggle:checked, .drawer:not([class*="drawer-open"]) > .drawer-toggle:checked ) {
    overflow: hidden;
  }
}
@layer base {
  :where( :root:has( .modal-open, .modal[open], .modal:target, .modal-toggle:checked, .drawer:not(.drawer-open) > .drawer-toggle:checked ) ) {
    scrollbar-gutter: stable;
    background-image: linear-gradient(var(--color-base-100), var(--color-base-100));
    --root-bg: var(--color-base-100);
    @supports (color: color-mix(in lab, red, red)) {
      --root-bg: color-mix(in srgb, var(--color-base-100), oklch(0% 0 0) 40%);
    }
  }
  :where(.modal[open], .modal-open, .modal-toggle:checked + .modal):not(.modal-start, .modal-end) {
    scrollbar-gutter: stable;
  }
  @supports (width: if(else: 1px)) and (animation-timeline: scroll()) {
    :root {
      animation: set-page-has-scroll forwards;
      animation-timeline: scroll();
    }
    @keyframes set-page-has-scroll {
      0%, to {
        --page-has-scroll: 1;
      }
    }
    :where( :root:has( .modal-open, .modal[open], .modal:target, .modal-toggle:checked, .drawer:not(.drawer-open) > .drawer-toggle:checked ) ) {
      scrollbar-gutter: if(style(--page-has-scroll: 1): stable; else: unset);
    }
  }
}
@layer base {
  :root, [data-theme] {
    background-color: var(--root-bg, var(--color-base-100));
    color: var(--color-base-content);
  }
}
@keyframes rating {
  0%, 40% {
    scale: 1.1;
    filter: brightness(1.05) contrast(1.05);
  }
}
@keyframes dropdown {
  0% {
    opacity: 0;
  }
}
@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%;
  }
}
@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: #a855f7;
    --color-primary-content: #ffffff;
    --color-secondary: #ec4899;
    --color-secondary-content: #ffffff;
    --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;
    --color-tertiary: #3b82f6;
    --color-tertiary-content: #ffffff;
  }
}
@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-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-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-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-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-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
