*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

: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 {
  --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");
  scrollbar-color: color-mix(in oklch, currentColor 35%, #0000) #0000;
}

@property --radialprogress {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 0%;
}

:root:not(span) {
  overflow: var(--page-overflow);
}

:root {
  background: var(--page-scroll-bg, var(--root-bg));
  --page-scroll-bg-on: linear-gradient(var(--root-bg, #0000), var(--root-bg, #0000))
    color-mix(in srgb, var(--root-bg, #0000), oklch(0% 0 0) calc(var(--page-has-backdrop, 0) * 40%));
  --page-scroll-transition-on: background-color 0.3s ease-out;
  transition: var(--page-scroll-transition);
  scrollbar-gutter: var(--page-scroll-gutter, unset);
  scrollbar-gutter: if(style(--page-has-scroll: 1): var(--page-scroll-gutter, unset) ; else: unset);
}

@keyframes set-page-has-scroll {

  0%, to {
    --page-has-scroll: 1;
  }
}

:root, [data-theme] {
  background: var(--page-scroll-bg, var(--root-bg));
  color: var(--color-base-content);
}

:where(:root, [data-theme]) {
  --root-bg: var(--color-base-100);
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
@keyframes rating {

  0%, 40% {
    scale: 1.1;
    filter: brightness(1.05) contrast(1.05);
  }
}
@layer daisyui.l1.l2.l3 {

  .\!dropdown {
    position: relative !important;
    display: inline-block !important;
    position-area: var(--anchor-v, bottom) var(--anchor-h, span-right) !important;
  }

  .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }

  @media (forced-colors: active) {

    .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
      outline: 2px solid transparent !important;
      outline-offset: 2px !important;
    }
  }

  .\!dropdown .dropdown-content {
    position: absolute !important;
  }

  .\!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 !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown[popover], .\!dropdown .dropdown-content {
    z-index: 999 !important;
  }

  @media (prefers-reduced-motion: no-preference) {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      animation: dropdown 0.2s !important;
      transition-property: opacity, scale, display !important;
      transition-behavior: allow-discrete !important;
      transition-duration: 0.2s !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
  }

  @starting-style {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      scale: 95% !important;
      opacity: 0 !important;
    }
  }

  .\!dropdown:not(.dropdown-close).dropdown-open > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):focus-within > [tabindex]:first-child {
    pointer-events: none !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-open .dropdown-content, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus .dropdown-content, .\!dropdown:not(.dropdown-close):focus-within .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-hover:hover .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:is(details) summary::-webkit-details-marker {
    display: none !important;
  }

  .\!dropdown:where([popover]) {
    background: #0000 !important;
  }

  .\!dropdown[popover] {
    position: fixed !important;
    color: inherit !important;
  }

  @supports not (position-area: bottom) {

    .\!dropdown[popover] {
      margin: auto !important;
    }

    .\!dropdown[popover].dropdown-close, .\!dropdown[popover].dropdown-open:not(:popover-open) {
      display: none !important;
      transform-origin: top !important;
      opacity: 0% !important;
      scale: 95% !important;
    }

    .\!dropdown[popover]::backdrop {
      background-color: color-mix(in oklab, #000 30%, #0000) !important;
    }
  }

  .\!dropdown[popover].dropdown-close, .\!dropdown[popover]:not(.dropdown-open, :popover-open) {
    display: none !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .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) {

    .dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
      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) {

    .dropdown[popover], .dropdown .dropdown-content {
      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 {

    .dropdown[popover], .dropdown .dropdown-content {
      scale: 95%;
      opacity: 0;
    }
  }

  .dropdown:not(.dropdown-close).dropdown-open > [tabindex]:first-child, .dropdown:not(.dropdown-close):not(.dropdown-hover):focus > [tabindex]:first-child, .dropdown:not(.dropdown-close):focus-within > [tabindex]:first-child {
    pointer-events: none;
  }

  .dropdown:not(.dropdown-close).dropdown-open .dropdown-content, .dropdown:not(.dropdown-close):not(.dropdown-hover):focus .dropdown-content, .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) summary::-webkit-details-marker {
    display: none;
  }

  .dropdown:where([popover]) {
    background: #0000;
  }

  .dropdown[popover] {
    position: fixed;
    color: inherit;
  }

  @supports not (position-area: bottom) {

    .dropdown[popover] {
      margin: auto;
    }

    .dropdown[popover].dropdown-close, .dropdown[popover].dropdown-open:not(:popover-open) {
      display: none;
      transform-origin: top;
      opacity: 0%;
      scale: 95%;
    }

    .dropdown[popover]::backdrop {
      background-color: color-mix(in oklab, #000 30%, #0000);
    }
  }

  .dropdown[popover].dropdown-close, .dropdown[popover]:not(.dropdown-open, :popover-open) {
    display: none;
    transform-origin: top;
    opacity: 0%;
    scale: 95%;
  }

  .\!dropdown {
    position: relative !important;
    display: inline-block !important;
    position-area: var(--anchor-v, bottom) var(--anchor-h, span-right) !important;
  }

  .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }

  @media (forced-colors: active) {

    .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
      outline: 2px solid transparent !important;
      outline-offset: 2px !important;
    }
  }

  .\!dropdown .dropdown-content {
    position: absolute !important;
  }

  .\!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 !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown[popover], .\!dropdown .dropdown-content {
    z-index: 999 !important;
  }

  @media (prefers-reduced-motion: no-preference) {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      animation: dropdown 0.2s !important;
      transition-property: opacity, scale, display !important;
      transition-behavior: allow-discrete !important;
      transition-duration: 0.2s !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
  }

  @starting-style {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      scale: 95% !important;
      opacity: 0 !important;
    }
  }

  .\!dropdown:not(.dropdown-close).dropdown-open > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):focus-within > [tabindex]:first-child {
    pointer-events: none !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-open .dropdown-content, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus .dropdown-content, .\!dropdown:not(.dropdown-close):focus-within .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-hover:hover .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:is(details) summary::-webkit-details-marker {
    display: none !important;
  }

  .\!dropdown:where([popover]) {
    background: #0000 !important;
  }

  .\!dropdown[popover] {
    position: fixed !important;
    color: inherit !important;
  }

  @supports not (position-area: bottom) {

    .\!dropdown[popover] {
      margin: auto !important;
    }

    .\!dropdown[popover].dropdown-close, .\!dropdown[popover].dropdown-open:not(:popover-open) {
      display: none !important;
      transform-origin: top !important;
      opacity: 0% !important;
      scale: 95% !important;
    }

    .\!dropdown[popover]::backdrop {
      background-color: color-mix(in oklab, #000 30%, #0000) !important;
    }
  }

  .\!dropdown[popover].dropdown-close, .\!dropdown[popover]:not(.dropdown-open, :popover-open) {
    display: none !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown {
    position: relative !important;
    display: inline-block !important;
    position-area: var(--anchor-v, bottom) var(--anchor-h, span-right) !important;
  }

  .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }

  @media (forced-colors: active) {

    .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
      outline: 2px solid transparent !important;
      outline-offset: 2px !important;
    }
  }

  .\!dropdown .dropdown-content {
    position: absolute !important;
  }

  .\!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 !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown[popover], .\!dropdown .dropdown-content {
    z-index: 999 !important;
  }

  @media (prefers-reduced-motion: no-preference) {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      animation: dropdown 0.2s !important;
      transition-property: opacity, scale, display !important;
      transition-behavior: allow-discrete !important;
      transition-duration: 0.2s !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
  }

  @starting-style {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      scale: 95% !important;
      opacity: 0 !important;
    }
  }

  .\!dropdown:not(.dropdown-close).dropdown-open > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):focus-within > [tabindex]:first-child {
    pointer-events: none !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-open .dropdown-content, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus .dropdown-content, .\!dropdown:not(.dropdown-close):focus-within .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-hover:hover .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:is(details) summary::-webkit-details-marker {
    display: none !important;
  }

  .\!dropdown:where([popover]) {
    background: #0000 !important;
  }

  .\!dropdown[popover] {
    position: fixed !important;
    color: inherit !important;
  }

  @supports not (position-area: bottom) {

    .\!dropdown[popover] {
      margin: auto !important;
    }

    .\!dropdown[popover].dropdown-close, .\!dropdown[popover].dropdown-open:not(:popover-open) {
      display: none !important;
      transform-origin: top !important;
      opacity: 0% !important;
      scale: 95% !important;
    }

    .\!dropdown[popover]::backdrop {
      background-color: color-mix(in oklab, #000 30%, #0000) !important;
    }
  }

  .\!dropdown[popover].dropdown-close, .\!dropdown[popover]:not(.dropdown-open, :popover-open) {
    display: none !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown {
    position: relative !important;
    display: inline-block !important;
    position-area: var(--anchor-v, bottom) var(--anchor-h, span-right) !important;
  }

  .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }

  @media (forced-colors: active) {

    .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
      outline: 2px solid transparent !important;
      outline-offset: 2px !important;
    }
  }

  .\!dropdown .dropdown-content {
    position: absolute !important;
  }

  .\!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 !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown[popover], .\!dropdown .dropdown-content {
    z-index: 999 !important;
  }

  @media (prefers-reduced-motion: no-preference) {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      animation: dropdown 0.2s !important;
      transition-property: opacity, scale, display !important;
      transition-behavior: allow-discrete !important;
      transition-duration: 0.2s !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
  }

  @starting-style {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      scale: 95% !important;
      opacity: 0 !important;
    }
  }

  .\!dropdown:not(.dropdown-close).dropdown-open > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):focus-within > [tabindex]:first-child {
    pointer-events: none !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-open .dropdown-content, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus .dropdown-content, .\!dropdown:not(.dropdown-close):focus-within .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-hover:hover .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:is(details) summary::-webkit-details-marker {
    display: none !important;
  }

  .\!dropdown:where([popover]) {
    background: #0000 !important;
  }

  .\!dropdown[popover] {
    position: fixed !important;
    color: inherit !important;
  }

  @supports not (position-area: bottom) {

    .\!dropdown[popover] {
      margin: auto !important;
    }

    .\!dropdown[popover].dropdown-close, .\!dropdown[popover].dropdown-open:not(:popover-open) {
      display: none !important;
      transform-origin: top !important;
      opacity: 0% !important;
      scale: 95% !important;
    }

    .\!dropdown[popover]::backdrop {
      background-color: color-mix(in oklab, #000 30%, #0000) !important;
    }
  }

  .\!dropdown[popover].dropdown-close, .\!dropdown[popover]:not(.dropdown-open, :popover-open) {
    display: none !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown {
    position: relative !important;
    display: inline-block !important;
    position-area: var(--anchor-v, bottom) var(--anchor-h, span-right) !important;
  }

  .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }

  @media (forced-colors: active) {

    .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
      outline: 2px solid transparent !important;
      outline-offset: 2px !important;
    }
  }

  .\!dropdown .dropdown-content {
    position: absolute !important;
  }

  .\!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 !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown[popover], .\!dropdown .dropdown-content {
    z-index: 999 !important;
  }

  @media (prefers-reduced-motion: no-preference) {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      animation: dropdown 0.2s !important;
      transition-property: opacity, scale, display !important;
      transition-behavior: allow-discrete !important;
      transition-duration: 0.2s !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
  }

  @starting-style {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      scale: 95% !important;
      opacity: 0 !important;
    }
  }

  .\!dropdown:not(.dropdown-close).dropdown-open > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):focus-within > [tabindex]:first-child {
    pointer-events: none !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-open .dropdown-content, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus .dropdown-content, .\!dropdown:not(.dropdown-close):focus-within .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-hover:hover .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:is(details) summary::-webkit-details-marker {
    display: none !important;
  }

  .\!dropdown:where([popover]) {
    background: #0000 !important;
  }

  .\!dropdown[popover] {
    position: fixed !important;
    color: inherit !important;
  }

  @supports not (position-area: bottom) {

    .\!dropdown[popover] {
      margin: auto !important;
    }

    .\!dropdown[popover].dropdown-close, .\!dropdown[popover].dropdown-open:not(:popover-open) {
      display: none !important;
      transform-origin: top !important;
      opacity: 0% !important;
      scale: 95% !important;
    }

    .\!dropdown[popover]::backdrop {
      background-color: color-mix(in oklab, #000 30%, #0000) !important;
    }
  }

  .\!dropdown[popover].dropdown-close, .\!dropdown[popover]:not(.dropdown-open, :popover-open) {
    display: none !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown {
    position: relative !important;
    display: inline-block !important;
    position-area: var(--anchor-v, bottom) var(--anchor-h, span-right) !important;
  }

  .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }

  @media (forced-colors: active) {

    .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
      outline: 2px solid transparent !important;
      outline-offset: 2px !important;
    }
  }

  .\!dropdown .dropdown-content {
    position: absolute !important;
  }

  .\!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 !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown[popover], .\!dropdown .dropdown-content {
    z-index: 999 !important;
  }

  @media (prefers-reduced-motion: no-preference) {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      animation: dropdown 0.2s !important;
      transition-property: opacity, scale, display !important;
      transition-behavior: allow-discrete !important;
      transition-duration: 0.2s !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
  }

  @starting-style {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      scale: 95% !important;
      opacity: 0 !important;
    }
  }

  .\!dropdown:not(.dropdown-close).dropdown-open > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):focus-within > [tabindex]:first-child {
    pointer-events: none !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-open .dropdown-content, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus .dropdown-content, .\!dropdown:not(.dropdown-close):focus-within .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-hover:hover .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:is(details) summary::-webkit-details-marker {
    display: none !important;
  }

  .\!dropdown:where([popover]) {
    background: #0000 !important;
  }

  .\!dropdown[popover] {
    position: fixed !important;
    color: inherit !important;
  }

  @supports not (position-area: bottom) {

    .\!dropdown[popover] {
      margin: auto !important;
    }

    .\!dropdown[popover].dropdown-close, .\!dropdown[popover].dropdown-open:not(:popover-open) {
      display: none !important;
      transform-origin: top !important;
      opacity: 0% !important;
      scale: 95% !important;
    }

    .\!dropdown[popover]::backdrop {
      background-color: color-mix(in oklab, #000 30%, #0000) !important;
    }
  }

  .\!dropdown[popover].dropdown-close, .\!dropdown[popover]:not(.dropdown-open, :popover-open) {
    display: none !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown {
    position: relative !important;
    display: inline-block !important;
    position-area: var(--anchor-v, bottom) var(--anchor-h, span-right) !important;
  }

  .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }

  @media (forced-colors: active) {

    .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
      outline: 2px solid transparent !important;
      outline-offset: 2px !important;
    }
  }

  .\!dropdown .dropdown-content {
    position: absolute !important;
  }

  .\!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 !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown[popover], .\!dropdown .dropdown-content {
    z-index: 999 !important;
  }

  @media (prefers-reduced-motion: no-preference) {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      animation: dropdown 0.2s !important;
      transition-property: opacity, scale, display !important;
      transition-behavior: allow-discrete !important;
      transition-duration: 0.2s !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
  }

  @starting-style {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      scale: 95% !important;
      opacity: 0 !important;
    }
  }

  .\!dropdown:not(.dropdown-close).dropdown-open > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):focus-within > [tabindex]:first-child {
    pointer-events: none !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-open .dropdown-content, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus .dropdown-content, .\!dropdown:not(.dropdown-close):focus-within .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-hover:hover .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:is(details) summary::-webkit-details-marker {
    display: none !important;
  }

  .\!dropdown:where([popover]) {
    background: #0000 !important;
  }

  .\!dropdown[popover] {
    position: fixed !important;
    color: inherit !important;
  }

  @supports not (position-area: bottom) {

    .\!dropdown[popover] {
      margin: auto !important;
    }

    .\!dropdown[popover].dropdown-close, .\!dropdown[popover].dropdown-open:not(:popover-open) {
      display: none !important;
      transform-origin: top !important;
      opacity: 0% !important;
      scale: 95% !important;
    }

    .\!dropdown[popover]::backdrop {
      background-color: color-mix(in oklab, #000 30%, #0000) !important;
    }
  }

  .\!dropdown[popover].dropdown-close, .\!dropdown[popover]:not(.dropdown-open, :popover-open) {
    display: none !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown {
    position: relative !important;
    display: inline-block !important;
    position-area: var(--anchor-v, bottom) var(--anchor-h, span-right) !important;
  }

  .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }

  @media (forced-colors: active) {

    .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
      outline: 2px solid transparent !important;
      outline-offset: 2px !important;
    }
  }

  .\!dropdown .dropdown-content {
    position: absolute !important;
  }

  .\!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 !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown[popover], .\!dropdown .dropdown-content {
    z-index: 999 !important;
  }

  @media (prefers-reduced-motion: no-preference) {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      animation: dropdown 0.2s !important;
      transition-property: opacity, scale, display !important;
      transition-behavior: allow-discrete !important;
      transition-duration: 0.2s !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
  }

  @starting-style {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      scale: 95% !important;
      opacity: 0 !important;
    }
  }

  .\!dropdown:not(.dropdown-close).dropdown-open > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):focus-within > [tabindex]:first-child {
    pointer-events: none !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-open .dropdown-content, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus .dropdown-content, .\!dropdown:not(.dropdown-close):focus-within .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-hover:hover .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:is(details) summary::-webkit-details-marker {
    display: none !important;
  }

  .\!dropdown:where([popover]) {
    background: #0000 !important;
  }

  .\!dropdown[popover] {
    position: fixed !important;
    color: inherit !important;
  }

  @supports not (position-area: bottom) {

    .\!dropdown[popover] {
      margin: auto !important;
    }

    .\!dropdown[popover].dropdown-close, .\!dropdown[popover].dropdown-open:not(:popover-open) {
      display: none !important;
      transform-origin: top !important;
      opacity: 0% !important;
      scale: 95% !important;
    }

    .\!dropdown[popover]::backdrop {
      background-color: color-mix(in oklab, #000 30%, #0000) !important;
    }
  }

  .\!dropdown[popover].dropdown-close, .\!dropdown[popover]:not(.dropdown-open, :popover-open) {
    display: none !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown {
    position: relative !important;
    display: inline-block !important;
    position-area: var(--anchor-v, bottom) var(--anchor-h, span-right) !important;
  }

  .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }

  @media (forced-colors: active) {

    .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
      outline: 2px solid transparent !important;
      outline-offset: 2px !important;
    }
  }

  .\!dropdown .dropdown-content {
    position: absolute !important;
  }

  .\!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 !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown[popover], .\!dropdown .dropdown-content {
    z-index: 999 !important;
  }

  @media (prefers-reduced-motion: no-preference) {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      animation: dropdown 0.2s !important;
      transition-property: opacity, scale, display !important;
      transition-behavior: allow-discrete !important;
      transition-duration: 0.2s !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
  }

  @starting-style {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      scale: 95% !important;
      opacity: 0 !important;
    }
  }

  .\!dropdown:not(.dropdown-close).dropdown-open > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):focus-within > [tabindex]:first-child {
    pointer-events: none !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-open .dropdown-content, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus .dropdown-content, .\!dropdown:not(.dropdown-close):focus-within .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-hover:hover .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:is(details) summary::-webkit-details-marker {
    display: none !important;
  }

  .\!dropdown:where([popover]) {
    background: #0000 !important;
  }

  .\!dropdown[popover] {
    position: fixed !important;
    color: inherit !important;
  }

  @supports not (position-area: bottom) {

    .\!dropdown[popover] {
      margin: auto !important;
    }

    .\!dropdown[popover].dropdown-close, .\!dropdown[popover].dropdown-open:not(:popover-open) {
      display: none !important;
      transform-origin: top !important;
      opacity: 0% !important;
      scale: 95% !important;
    }

    .\!dropdown[popover]::backdrop {
      background-color: color-mix(in oklab, #000 30%, #0000) !important;
    }
  }

  .\!dropdown[popover].dropdown-close, .\!dropdown[popover]:not(.dropdown-open, :popover-open) {
    display: none !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown {
    position: relative !important;
    display: inline-block !important;
    position-area: var(--anchor-v, bottom) var(--anchor-h, span-right) !important;
  }

  .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }

  @media (forced-colors: active) {

    .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
      outline: 2px solid transparent !important;
      outline-offset: 2px !important;
    }
  }

  .\!dropdown .dropdown-content {
    position: absolute !important;
  }

  .\!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 !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown[popover], .\!dropdown .dropdown-content {
    z-index: 999 !important;
  }

  @media (prefers-reduced-motion: no-preference) {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      animation: dropdown 0.2s !important;
      transition-property: opacity, scale, display !important;
      transition-behavior: allow-discrete !important;
      transition-duration: 0.2s !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
  }

  @starting-style {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      scale: 95% !important;
      opacity: 0 !important;
    }
  }

  .\!dropdown:not(.dropdown-close).dropdown-open > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):focus-within > [tabindex]:first-child {
    pointer-events: none !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-open .dropdown-content, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus .dropdown-content, .\!dropdown:not(.dropdown-close):focus-within .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-hover:hover .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:is(details) summary::-webkit-details-marker {
    display: none !important;
  }

  .\!dropdown:where([popover]) {
    background: #0000 !important;
  }

  .\!dropdown[popover] {
    position: fixed !important;
    color: inherit !important;
  }

  @supports not (position-area: bottom) {

    .\!dropdown[popover] {
      margin: auto !important;
    }

    .\!dropdown[popover].dropdown-close, .\!dropdown[popover].dropdown-open:not(:popover-open) {
      display: none !important;
      transform-origin: top !important;
      opacity: 0% !important;
      scale: 95% !important;
    }

    .\!dropdown[popover]::backdrop {
      background-color: color-mix(in oklab, #000 30%, #0000) !important;
    }
  }

  .\!dropdown[popover].dropdown-close, .\!dropdown[popover]:not(.dropdown-open, :popover-open) {
    display: none !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown {
    position: relative !important;
    display: inline-block !important;
    position-area: var(--anchor-v, bottom) var(--anchor-h, span-right) !important;
  }

  .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }

  @media (forced-colors: active) {

    .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
      outline: 2px solid transparent !important;
      outline-offset: 2px !important;
    }
  }

  .\!dropdown .dropdown-content {
    position: absolute !important;
  }

  .\!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 !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown[popover], .\!dropdown .dropdown-content {
    z-index: 999 !important;
  }

  @media (prefers-reduced-motion: no-preference) {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      animation: dropdown 0.2s !important;
      transition-property: opacity, scale, display !important;
      transition-behavior: allow-discrete !important;
      transition-duration: 0.2s !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
  }

  @starting-style {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      scale: 95% !important;
      opacity: 0 !important;
    }
  }

  .\!dropdown:not(.dropdown-close).dropdown-open > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):focus-within > [tabindex]:first-child {
    pointer-events: none !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-open .dropdown-content, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus .dropdown-content, .\!dropdown:not(.dropdown-close):focus-within .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-hover:hover .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:is(details) summary::-webkit-details-marker {
    display: none !important;
  }

  .\!dropdown:where([popover]) {
    background: #0000 !important;
  }

  .\!dropdown[popover] {
    position: fixed !important;
    color: inherit !important;
  }

  @supports not (position-area: bottom) {

    .\!dropdown[popover] {
      margin: auto !important;
    }

    .\!dropdown[popover].dropdown-close, .\!dropdown[popover].dropdown-open:not(:popover-open) {
      display: none !important;
      transform-origin: top !important;
      opacity: 0% !important;
      scale: 95% !important;
    }

    .\!dropdown[popover]::backdrop {
      background-color: color-mix(in oklab, #000 30%, #0000) !important;
    }
  }

  .\!dropdown[popover].dropdown-close, .\!dropdown[popover]:not(.dropdown-open, :popover-open) {
    display: none !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown {
    position: relative !important;
    display: inline-block !important;
    position-area: var(--anchor-v, bottom) var(--anchor-h, span-right) !important;
  }

  .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }

  @media (forced-colors: active) {

    .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
      outline: 2px solid transparent !important;
      outline-offset: 2px !important;
    }
  }

  .\!dropdown .dropdown-content {
    position: absolute !important;
  }

  .\!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 !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown[popover], .\!dropdown .dropdown-content {
    z-index: 999 !important;
  }

  @media (prefers-reduced-motion: no-preference) {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      animation: dropdown 0.2s !important;
      transition-property: opacity, scale, display !important;
      transition-behavior: allow-discrete !important;
      transition-duration: 0.2s !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
  }

  @starting-style {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      scale: 95% !important;
      opacity: 0 !important;
    }
  }

  .\!dropdown:not(.dropdown-close).dropdown-open > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):focus-within > [tabindex]:first-child {
    pointer-events: none !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-open .dropdown-content, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus .dropdown-content, .\!dropdown:not(.dropdown-close):focus-within .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-hover:hover .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:is(details) summary::-webkit-details-marker {
    display: none !important;
  }

  .\!dropdown:where([popover]) {
    background: #0000 !important;
  }

  .\!dropdown[popover] {
    position: fixed !important;
    color: inherit !important;
  }

  @supports not (position-area: bottom) {

    .\!dropdown[popover] {
      margin: auto !important;
    }

    .\!dropdown[popover].dropdown-close, .\!dropdown[popover].dropdown-open:not(:popover-open) {
      display: none !important;
      transform-origin: top !important;
      opacity: 0% !important;
      scale: 95% !important;
    }

    .\!dropdown[popover]::backdrop {
      background-color: color-mix(in oklab, #000 30%, #0000) !important;
    }
  }

  .\!dropdown[popover].dropdown-close, .\!dropdown[popover]:not(.dropdown-open, :popover-open) {
    display: none !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown {
    position: relative !important;
    display: inline-block !important;
    position-area: var(--anchor-v, bottom) var(--anchor-h, span-right) !important;
  }

  .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }

  @media (forced-colors: active) {

    .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
      outline: 2px solid transparent !important;
      outline-offset: 2px !important;
    }
  }

  .\!dropdown .dropdown-content {
    position: absolute !important;
  }

  .\!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 !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown[popover], .\!dropdown .dropdown-content {
    z-index: 999 !important;
  }

  @media (prefers-reduced-motion: no-preference) {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      animation: dropdown 0.2s !important;
      transition-property: opacity, scale, display !important;
      transition-behavior: allow-discrete !important;
      transition-duration: 0.2s !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
  }

  @starting-style {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      scale: 95% !important;
      opacity: 0 !important;
    }
  }

  .\!dropdown:not(.dropdown-close).dropdown-open > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):focus-within > [tabindex]:first-child {
    pointer-events: none !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-open .dropdown-content, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus .dropdown-content, .\!dropdown:not(.dropdown-close):focus-within .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-hover:hover .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:is(details) summary::-webkit-details-marker {
    display: none !important;
  }

  .\!dropdown:where([popover]) {
    background: #0000 !important;
  }

  .\!dropdown[popover] {
    position: fixed !important;
    color: inherit !important;
  }

  @supports not (position-area: bottom) {

    .\!dropdown[popover] {
      margin: auto !important;
    }

    .\!dropdown[popover].dropdown-close, .\!dropdown[popover].dropdown-open:not(:popover-open) {
      display: none !important;
      transform-origin: top !important;
      opacity: 0% !important;
      scale: 95% !important;
    }

    .\!dropdown[popover]::backdrop {
      background-color: color-mix(in oklab, #000 30%, #0000) !important;
    }
  }

  .\!dropdown[popover].dropdown-close, .\!dropdown[popover]:not(.dropdown-open, :popover-open) {
    display: none !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown {
    position: relative !important;
    display: inline-block !important;
    position-area: var(--anchor-v, bottom) var(--anchor-h, span-right) !important;
  }

  .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }

  @media (forced-colors: active) {

    .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
      outline: 2px solid transparent !important;
      outline-offset: 2px !important;
    }
  }

  .\!dropdown .dropdown-content {
    position: absolute !important;
  }

  .\!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 !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown[popover], .\!dropdown .dropdown-content {
    z-index: 999 !important;
  }

  @media (prefers-reduced-motion: no-preference) {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      animation: dropdown 0.2s !important;
      transition-property: opacity, scale, display !important;
      transition-behavior: allow-discrete !important;
      transition-duration: 0.2s !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
  }

  @starting-style {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      scale: 95% !important;
      opacity: 0 !important;
    }
  }

  .\!dropdown:not(.dropdown-close).dropdown-open > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):focus-within > [tabindex]:first-child {
    pointer-events: none !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-open .dropdown-content, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus .dropdown-content, .\!dropdown:not(.dropdown-close):focus-within .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-hover:hover .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:is(details) summary::-webkit-details-marker {
    display: none !important;
  }

  .\!dropdown:where([popover]) {
    background: #0000 !important;
  }

  .\!dropdown[popover] {
    position: fixed !important;
    color: inherit !important;
  }

  @supports not (position-area: bottom) {

    .\!dropdown[popover] {
      margin: auto !important;
    }

    .\!dropdown[popover].dropdown-close, .\!dropdown[popover].dropdown-open:not(:popover-open) {
      display: none !important;
      transform-origin: top !important;
      opacity: 0% !important;
      scale: 95% !important;
    }

    .\!dropdown[popover]::backdrop {
      background-color: color-mix(in oklab, #000 30%, #0000) !important;
    }
  }

  .\!dropdown[popover].dropdown-close, .\!dropdown[popover]:not(.dropdown-open, :popover-open) {
    display: none !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown {
    position: relative !important;
    display: inline-block !important;
    position-area: var(--anchor-v, bottom) var(--anchor-h, span-right) !important;
  }

  .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }

  @media (forced-colors: active) {

    .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
      outline: 2px solid transparent !important;
      outline-offset: 2px !important;
    }
  }

  .\!dropdown .dropdown-content {
    position: absolute !important;
  }

  .\!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 !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown[popover], .\!dropdown .dropdown-content {
    z-index: 999 !important;
  }

  @media (prefers-reduced-motion: no-preference) {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      animation: dropdown 0.2s !important;
      transition-property: opacity, scale, display !important;
      transition-behavior: allow-discrete !important;
      transition-duration: 0.2s !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
  }

  @starting-style {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      scale: 95% !important;
      opacity: 0 !important;
    }
  }

  .\!dropdown:not(.dropdown-close).dropdown-open > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):focus-within > [tabindex]:first-child {
    pointer-events: none !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-open .dropdown-content, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus .dropdown-content, .\!dropdown:not(.dropdown-close):focus-within .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-hover:hover .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:is(details) summary::-webkit-details-marker {
    display: none !important;
  }

  .\!dropdown:where([popover]) {
    background: #0000 !important;
  }

  .\!dropdown[popover] {
    position: fixed !important;
    color: inherit !important;
  }

  @supports not (position-area: bottom) {

    .\!dropdown[popover] {
      margin: auto !important;
    }

    .\!dropdown[popover].dropdown-close, .\!dropdown[popover].dropdown-open:not(:popover-open) {
      display: none !important;
      transform-origin: top !important;
      opacity: 0% !important;
      scale: 95% !important;
    }

    .\!dropdown[popover]::backdrop {
      background-color: color-mix(in oklab, #000 30%, #0000) !important;
    }
  }

  .\!dropdown[popover].dropdown-close, .\!dropdown[popover]:not(.dropdown-open, :popover-open) {
    display: none !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown {
    position: relative !important;
    display: inline-block !important;
    position-area: var(--anchor-v, bottom) var(--anchor-h, span-right) !important;
  }

  .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }

  @media (forced-colors: active) {

    .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
      outline: 2px solid transparent !important;
      outline-offset: 2px !important;
    }
  }

  .\!dropdown .dropdown-content {
    position: absolute !important;
  }

  .\!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 !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown[popover], .\!dropdown .dropdown-content {
    z-index: 999 !important;
  }

  @media (prefers-reduced-motion: no-preference) {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      animation: dropdown 0.2s !important;
      transition-property: opacity, scale, display !important;
      transition-behavior: allow-discrete !important;
      transition-duration: 0.2s !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
  }

  @starting-style {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      scale: 95% !important;
      opacity: 0 !important;
    }
  }

  .\!dropdown:not(.dropdown-close).dropdown-open > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):focus-within > [tabindex]:first-child {
    pointer-events: none !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-open .dropdown-content, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus .dropdown-content, .\!dropdown:not(.dropdown-close):focus-within .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-hover:hover .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:is(details) summary::-webkit-details-marker {
    display: none !important;
  }

  .\!dropdown:where([popover]) {
    background: #0000 !important;
  }

  .\!dropdown[popover] {
    position: fixed !important;
    color: inherit !important;
  }

  @supports not (position-area: bottom) {

    .\!dropdown[popover] {
      margin: auto !important;
    }

    .\!dropdown[popover].dropdown-close, .\!dropdown[popover].dropdown-open:not(:popover-open) {
      display: none !important;
      transform-origin: top !important;
      opacity: 0% !important;
      scale: 95% !important;
    }

    .\!dropdown[popover]::backdrop {
      background-color: color-mix(in oklab, #000 30%, #0000) !important;
    }
  }

  .\!dropdown[popover].dropdown-close, .\!dropdown[popover]:not(.dropdown-open, :popover-open) {
    display: none !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown {
    position: relative !important;
    display: inline-block !important;
    position-area: var(--anchor-v, bottom) var(--anchor-h, span-right) !important;
  }

  .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }

  @media (forced-colors: active) {

    .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
      outline: 2px solid transparent !important;
      outline-offset: 2px !important;
    }
  }

  .\!dropdown .dropdown-content {
    position: absolute !important;
  }

  .\!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 !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown[popover], .\!dropdown .dropdown-content {
    z-index: 999 !important;
  }

  @media (prefers-reduced-motion: no-preference) {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      animation: dropdown 0.2s !important;
      transition-property: opacity, scale, display !important;
      transition-behavior: allow-discrete !important;
      transition-duration: 0.2s !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
  }

  @starting-style {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      scale: 95% !important;
      opacity: 0 !important;
    }
  }

  .\!dropdown:not(.dropdown-close).dropdown-open > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):focus-within > [tabindex]:first-child {
    pointer-events: none !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-open .dropdown-content, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus .dropdown-content, .\!dropdown:not(.dropdown-close):focus-within .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-hover:hover .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:is(details) summary::-webkit-details-marker {
    display: none !important;
  }

  .\!dropdown:where([popover]) {
    background: #0000 !important;
  }

  .\!dropdown[popover] {
    position: fixed !important;
    color: inherit !important;
  }

  @supports not (position-area: bottom) {

    .\!dropdown[popover] {
      margin: auto !important;
    }

    .\!dropdown[popover].dropdown-close, .\!dropdown[popover].dropdown-open:not(:popover-open) {
      display: none !important;
      transform-origin: top !important;
      opacity: 0% !important;
      scale: 95% !important;
    }

    .\!dropdown[popover]::backdrop {
      background-color: color-mix(in oklab, #000 30%, #0000) !important;
    }
  }

  .\!dropdown[popover].dropdown-close, .\!dropdown[popover]:not(.dropdown-open, :popover-open) {
    display: none !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown {
    position: relative !important;
    display: inline-block !important;
    position-area: var(--anchor-v, bottom) var(--anchor-h, span-right) !important;
  }

  .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }

  @media (forced-colors: active) {

    .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
      outline: 2px solid transparent !important;
      outline-offset: 2px !important;
    }
  }

  .\!dropdown .dropdown-content {
    position: absolute !important;
  }

  .\!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 !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown[popover], .\!dropdown .dropdown-content {
    z-index: 999 !important;
  }

  @media (prefers-reduced-motion: no-preference) {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      animation: dropdown 0.2s !important;
      transition-property: opacity, scale, display !important;
      transition-behavior: allow-discrete !important;
      transition-duration: 0.2s !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
  }

  @starting-style {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      scale: 95% !important;
      opacity: 0 !important;
    }
  }

  .\!dropdown:not(.dropdown-close).dropdown-open > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):focus-within > [tabindex]:first-child {
    pointer-events: none !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-open .dropdown-content, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus .dropdown-content, .\!dropdown:not(.dropdown-close):focus-within .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-hover:hover .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:is(details) summary::-webkit-details-marker {
    display: none !important;
  }

  .\!dropdown:where([popover]) {
    background: #0000 !important;
  }

  .\!dropdown[popover] {
    position: fixed !important;
    color: inherit !important;
  }

  @supports not (position-area: bottom) {

    .\!dropdown[popover] {
      margin: auto !important;
    }

    .\!dropdown[popover].dropdown-close, .\!dropdown[popover].dropdown-open:not(:popover-open) {
      display: none !important;
      transform-origin: top !important;
      opacity: 0% !important;
      scale: 95% !important;
    }

    .\!dropdown[popover]::backdrop {
      background-color: color-mix(in oklab, #000 30%, #0000) !important;
    }
  }

  .\!dropdown[popover].dropdown-close, .\!dropdown[popover]:not(.dropdown-open, :popover-open) {
    display: none !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown {
    position: relative !important;
    display: inline-block !important;
    position-area: var(--anchor-v, bottom) var(--anchor-h, span-right) !important;
  }

  .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }

  @media (forced-colors: active) {

    .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
      outline: 2px solid transparent !important;
      outline-offset: 2px !important;
    }
  }

  .\!dropdown .dropdown-content {
    position: absolute !important;
  }

  .\!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 !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown[popover], .\!dropdown .dropdown-content {
    z-index: 999 !important;
  }

  @media (prefers-reduced-motion: no-preference) {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      animation: dropdown 0.2s !important;
      transition-property: opacity, scale, display !important;
      transition-behavior: allow-discrete !important;
      transition-duration: 0.2s !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
  }

  @starting-style {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      scale: 95% !important;
      opacity: 0 !important;
    }
  }

  .\!dropdown:not(.dropdown-close).dropdown-open > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):focus-within > [tabindex]:first-child {
    pointer-events: none !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-open .dropdown-content, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus .dropdown-content, .\!dropdown:not(.dropdown-close):focus-within .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-hover:hover .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:is(details) summary::-webkit-details-marker {
    display: none !important;
  }

  .\!dropdown:where([popover]) {
    background: #0000 !important;
  }

  .\!dropdown[popover] {
    position: fixed !important;
    color: inherit !important;
  }

  @supports not (position-area: bottom) {

    .\!dropdown[popover] {
      margin: auto !important;
    }

    .\!dropdown[popover].dropdown-close, .\!dropdown[popover].dropdown-open:not(:popover-open) {
      display: none !important;
      transform-origin: top !important;
      opacity: 0% !important;
      scale: 95% !important;
    }

    .\!dropdown[popover]::backdrop {
      background-color: color-mix(in oklab, #000 30%, #0000) !important;
    }
  }

  .\!dropdown[popover].dropdown-close, .\!dropdown[popover]:not(.dropdown-open, :popover-open) {
    display: none !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown {
    position: relative !important;
    display: inline-block !important;
    position-area: var(--anchor-v, bottom) var(--anchor-h, span-right) !important;
  }

  .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }

  @media (forced-colors: active) {

    .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
      outline: 2px solid transparent !important;
      outline-offset: 2px !important;
    }
  }

  .\!dropdown .dropdown-content {
    position: absolute !important;
  }

  .\!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 !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown[popover], .\!dropdown .dropdown-content {
    z-index: 999 !important;
  }

  @media (prefers-reduced-motion: no-preference) {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      animation: dropdown 0.2s !important;
      transition-property: opacity, scale, display !important;
      transition-behavior: allow-discrete !important;
      transition-duration: 0.2s !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
  }

  @starting-style {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      scale: 95% !important;
      opacity: 0 !important;
    }
  }

  .\!dropdown:not(.dropdown-close).dropdown-open > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):focus-within > [tabindex]:first-child {
    pointer-events: none !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-open .dropdown-content, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus .dropdown-content, .\!dropdown:not(.dropdown-close):focus-within .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-hover:hover .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:is(details) summary::-webkit-details-marker {
    display: none !important;
  }

  .\!dropdown:where([popover]) {
    background: #0000 !important;
  }

  .\!dropdown[popover] {
    position: fixed !important;
    color: inherit !important;
  }

  @supports not (position-area: bottom) {

    .\!dropdown[popover] {
      margin: auto !important;
    }

    .\!dropdown[popover].dropdown-close, .\!dropdown[popover].dropdown-open:not(:popover-open) {
      display: none !important;
      transform-origin: top !important;
      opacity: 0% !important;
      scale: 95% !important;
    }

    .\!dropdown[popover]::backdrop {
      background-color: color-mix(in oklab, #000 30%, #0000) !important;
    }
  }

  .\!dropdown[popover].dropdown-close, .\!dropdown[popover]:not(.dropdown-open, :popover-open) {
    display: none !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown {
    position: relative !important;
    display: inline-block !important;
    position-area: var(--anchor-v, bottom) var(--anchor-h, span-right) !important;
  }

  .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }

  @media (forced-colors: active) {

    .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
      outline: 2px solid transparent !important;
      outline-offset: 2px !important;
    }
  }

  .\!dropdown .dropdown-content {
    position: absolute !important;
  }

  .\!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 !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown[popover], .\!dropdown .dropdown-content {
    z-index: 999 !important;
  }

  @media (prefers-reduced-motion: no-preference) {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      animation: dropdown 0.2s !important;
      transition-property: opacity, scale, display !important;
      transition-behavior: allow-discrete !important;
      transition-duration: 0.2s !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
  }

  @starting-style {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      scale: 95% !important;
      opacity: 0 !important;
    }
  }

  .\!dropdown:not(.dropdown-close).dropdown-open > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):focus-within > [tabindex]:first-child {
    pointer-events: none !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-open .dropdown-content, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus .dropdown-content, .\!dropdown:not(.dropdown-close):focus-within .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-hover:hover .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:is(details) summary::-webkit-details-marker {
    display: none !important;
  }

  .\!dropdown:where([popover]) {
    background: #0000 !important;
  }

  .\!dropdown[popover] {
    position: fixed !important;
    color: inherit !important;
  }

  @supports not (position-area: bottom) {

    .\!dropdown[popover] {
      margin: auto !important;
    }

    .\!dropdown[popover].dropdown-close, .\!dropdown[popover].dropdown-open:not(:popover-open) {
      display: none !important;
      transform-origin: top !important;
      opacity: 0% !important;
      scale: 95% !important;
    }

    .\!dropdown[popover]::backdrop {
      background-color: color-mix(in oklab, #000 30%, #0000) !important;
    }
  }

  .\!dropdown[popover].dropdown-close, .\!dropdown[popover]:not(.dropdown-open, :popover-open) {
    display: none !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown {
    position: relative !important;
    display: inline-block !important;
    position-area: var(--anchor-v, bottom) var(--anchor-h, span-right) !important;
  }

  .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }

  @media (forced-colors: active) {

    .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
      outline: 2px solid transparent !important;
      outline-offset: 2px !important;
    }
  }

  .\!dropdown .dropdown-content {
    position: absolute !important;
  }

  .\!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 !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown[popover], .\!dropdown .dropdown-content {
    z-index: 999 !important;
  }

  @media (prefers-reduced-motion: no-preference) {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      animation: dropdown 0.2s !important;
      transition-property: opacity, scale, display !important;
      transition-behavior: allow-discrete !important;
      transition-duration: 0.2s !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
  }

  @starting-style {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      scale: 95% !important;
      opacity: 0 !important;
    }
  }

  .\!dropdown:not(.dropdown-close).dropdown-open > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):focus-within > [tabindex]:first-child {
    pointer-events: none !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-open .dropdown-content, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus .dropdown-content, .\!dropdown:not(.dropdown-close):focus-within .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-hover:hover .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:is(details) summary::-webkit-details-marker {
    display: none !important;
  }

  .\!dropdown:where([popover]) {
    background: #0000 !important;
  }

  .\!dropdown[popover] {
    position: fixed !important;
    color: inherit !important;
  }

  @supports not (position-area: bottom) {

    .\!dropdown[popover] {
      margin: auto !important;
    }

    .\!dropdown[popover].dropdown-close, .\!dropdown[popover].dropdown-open:not(:popover-open) {
      display: none !important;
      transform-origin: top !important;
      opacity: 0% !important;
      scale: 95% !important;
    }

    .\!dropdown[popover]::backdrop {
      background-color: color-mix(in oklab, #000 30%, #0000) !important;
    }
  }

  .\!dropdown[popover].dropdown-close, .\!dropdown[popover]:not(.dropdown-open, :popover-open) {
    display: none !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown {
    position: relative !important;
    display: inline-block !important;
    position-area: var(--anchor-v, bottom) var(--anchor-h, span-right) !important;
  }

  .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }

  @media (forced-colors: active) {

    .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
      outline: 2px solid transparent !important;
      outline-offset: 2px !important;
    }
  }

  .\!dropdown .dropdown-content {
    position: absolute !important;
  }

  .\!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 !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown[popover], .\!dropdown .dropdown-content {
    z-index: 999 !important;
  }

  @media (prefers-reduced-motion: no-preference) {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      animation: dropdown 0.2s !important;
      transition-property: opacity, scale, display !important;
      transition-behavior: allow-discrete !important;
      transition-duration: 0.2s !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
  }

  @starting-style {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      scale: 95% !important;
      opacity: 0 !important;
    }
  }

  .\!dropdown:not(.dropdown-close).dropdown-open > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):focus-within > [tabindex]:first-child {
    pointer-events: none !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-open .dropdown-content, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus .dropdown-content, .\!dropdown:not(.dropdown-close):focus-within .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-hover:hover .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:is(details) summary::-webkit-details-marker {
    display: none !important;
  }

  .\!dropdown:where([popover]) {
    background: #0000 !important;
  }

  .\!dropdown[popover] {
    position: fixed !important;
    color: inherit !important;
  }

  @supports not (position-area: bottom) {

    .\!dropdown[popover] {
      margin: auto !important;
    }

    .\!dropdown[popover].dropdown-close, .\!dropdown[popover].dropdown-open:not(:popover-open) {
      display: none !important;
      transform-origin: top !important;
      opacity: 0% !important;
      scale: 95% !important;
    }

    .\!dropdown[popover]::backdrop {
      background-color: color-mix(in oklab, #000 30%, #0000) !important;
    }
  }

  .\!dropdown[popover].dropdown-close, .\!dropdown[popover]:not(.dropdown-open, :popover-open) {
    display: none !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown {
    position: relative !important;
    display: inline-block !important;
    position-area: var(--anchor-v, bottom) var(--anchor-h, span-right) !important;
  }

  .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }

  @media (forced-colors: active) {

    .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
      outline: 2px solid transparent !important;
      outline-offset: 2px !important;
    }
  }

  .\!dropdown .dropdown-content {
    position: absolute !important;
  }

  .\!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 !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown[popover], .\!dropdown .dropdown-content {
    z-index: 999 !important;
  }

  @media (prefers-reduced-motion: no-preference) {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      animation: dropdown 0.2s !important;
      transition-property: opacity, scale, display !important;
      transition-behavior: allow-discrete !important;
      transition-duration: 0.2s !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
  }

  @starting-style {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      scale: 95% !important;
      opacity: 0 !important;
    }
  }

  .\!dropdown:not(.dropdown-close).dropdown-open > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):focus-within > [tabindex]:first-child {
    pointer-events: none !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-open .dropdown-content, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus .dropdown-content, .\!dropdown:not(.dropdown-close):focus-within .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-hover:hover .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:is(details) summary::-webkit-details-marker {
    display: none !important;
  }

  .\!dropdown:where([popover]) {
    background: #0000 !important;
  }

  .\!dropdown[popover] {
    position: fixed !important;
    color: inherit !important;
  }

  @supports not (position-area: bottom) {

    .\!dropdown[popover] {
      margin: auto !important;
    }

    .\!dropdown[popover].dropdown-close, .\!dropdown[popover].dropdown-open:not(:popover-open) {
      display: none !important;
      transform-origin: top !important;
      opacity: 0% !important;
      scale: 95% !important;
    }

    .\!dropdown[popover]::backdrop {
      background-color: color-mix(in oklab, #000 30%, #0000) !important;
    }
  }

  .\!dropdown[popover].dropdown-close, .\!dropdown[popover]:not(.dropdown-open, :popover-open) {
    display: none !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown {
    position: relative !important;
    display: inline-block !important;
    position-area: var(--anchor-v, bottom) var(--anchor-h, span-right) !important;
  }

  .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }

  @media (forced-colors: active) {

    .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
      outline: 2px solid transparent !important;
      outline-offset: 2px !important;
    }
  }

  .\!dropdown .dropdown-content {
    position: absolute !important;
  }

  .\!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 !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown[popover], .\!dropdown .dropdown-content {
    z-index: 999 !important;
  }

  @media (prefers-reduced-motion: no-preference) {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      animation: dropdown 0.2s !important;
      transition-property: opacity, scale, display !important;
      transition-behavior: allow-discrete !important;
      transition-duration: 0.2s !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
  }

  @starting-style {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      scale: 95% !important;
      opacity: 0 !important;
    }
  }

  .\!dropdown:not(.dropdown-close).dropdown-open > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):focus-within > [tabindex]:first-child {
    pointer-events: none !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-open .dropdown-content, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus .dropdown-content, .\!dropdown:not(.dropdown-close):focus-within .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-hover:hover .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:is(details) summary::-webkit-details-marker {
    display: none !important;
  }

  .\!dropdown:where([popover]) {
    background: #0000 !important;
  }

  .\!dropdown[popover] {
    position: fixed !important;
    color: inherit !important;
  }

  @supports not (position-area: bottom) {

    .\!dropdown[popover] {
      margin: auto !important;
    }

    .\!dropdown[popover].dropdown-close, .\!dropdown[popover].dropdown-open:not(:popover-open) {
      display: none !important;
      transform-origin: top !important;
      opacity: 0% !important;
      scale: 95% !important;
    }

    .\!dropdown[popover]::backdrop {
      background-color: color-mix(in oklab, #000 30%, #0000) !important;
    }
  }

  .\!dropdown[popover].dropdown-close, .\!dropdown[popover]:not(.dropdown-open, :popover-open) {
    display: none !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown {
    position: relative !important;
    display: inline-block !important;
    position-area: var(--anchor-v, bottom) var(--anchor-h, span-right) !important;
  }

  .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }

  @media (forced-colors: active) {

    .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
      outline: 2px solid transparent !important;
      outline-offset: 2px !important;
    }
  }

  .\!dropdown .dropdown-content {
    position: absolute !important;
  }

  .\!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 !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown[popover], .\!dropdown .dropdown-content {
    z-index: 999 !important;
  }

  @media (prefers-reduced-motion: no-preference) {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      animation: dropdown 0.2s !important;
      transition-property: opacity, scale, display !important;
      transition-behavior: allow-discrete !important;
      transition-duration: 0.2s !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
  }

  @starting-style {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      scale: 95% !important;
      opacity: 0 !important;
    }
  }

  .\!dropdown:not(.dropdown-close).dropdown-open > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):focus-within > [tabindex]:first-child {
    pointer-events: none !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-open .dropdown-content, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus .dropdown-content, .\!dropdown:not(.dropdown-close):focus-within .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-hover:hover .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:is(details) summary::-webkit-details-marker {
    display: none !important;
  }

  .\!dropdown:where([popover]) {
    background: #0000 !important;
  }

  .\!dropdown[popover] {
    position: fixed !important;
    color: inherit !important;
  }

  @supports not (position-area: bottom) {

    .\!dropdown[popover] {
      margin: auto !important;
    }

    .\!dropdown[popover].dropdown-close, .\!dropdown[popover].dropdown-open:not(:popover-open) {
      display: none !important;
      transform-origin: top !important;
      opacity: 0% !important;
      scale: 95% !important;
    }

    .\!dropdown[popover]::backdrop {
      background-color: color-mix(in oklab, #000 30%, #0000) !important;
    }
  }

  .\!dropdown[popover].dropdown-close, .\!dropdown[popover]:not(.dropdown-open, :popover-open) {
    display: none !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown {
    position: relative !important;
    display: inline-block !important;
    position-area: var(--anchor-v, bottom) var(--anchor-h, span-right) !important;
  }

  .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }

  @media (forced-colors: active) {

    .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
      outline: 2px solid transparent !important;
      outline-offset: 2px !important;
    }
  }

  .\!dropdown .dropdown-content {
    position: absolute !important;
  }

  .\!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 !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown[popover], .\!dropdown .dropdown-content {
    z-index: 999 !important;
  }

  @media (prefers-reduced-motion: no-preference) {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      animation: dropdown 0.2s !important;
      transition-property: opacity, scale, display !important;
      transition-behavior: allow-discrete !important;
      transition-duration: 0.2s !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
  }

  @starting-style {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      scale: 95% !important;
      opacity: 0 !important;
    }
  }

  .\!dropdown:not(.dropdown-close).dropdown-open > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):focus-within > [tabindex]:first-child {
    pointer-events: none !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-open .dropdown-content, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus .dropdown-content, .\!dropdown:not(.dropdown-close):focus-within .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-hover:hover .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:is(details) summary::-webkit-details-marker {
    display: none !important;
  }

  .\!dropdown:where([popover]) {
    background: #0000 !important;
  }

  .\!dropdown[popover] {
    position: fixed !important;
    color: inherit !important;
  }

  @supports not (position-area: bottom) {

    .\!dropdown[popover] {
      margin: auto !important;
    }

    .\!dropdown[popover].dropdown-close, .\!dropdown[popover].dropdown-open:not(:popover-open) {
      display: none !important;
      transform-origin: top !important;
      opacity: 0% !important;
      scale: 95% !important;
    }

    .\!dropdown[popover]::backdrop {
      background-color: color-mix(in oklab, #000 30%, #0000) !important;
    }
  }

  .\!dropdown[popover].dropdown-close, .\!dropdown[popover]:not(.dropdown-open, :popover-open) {
    display: none !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown {
    position: relative !important;
    display: inline-block !important;
    position-area: var(--anchor-v, bottom) var(--anchor-h, span-right) !important;
  }

  .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }

  @media (forced-colors: active) {

    .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
      outline: 2px solid transparent !important;
      outline-offset: 2px !important;
    }
  }

  .\!dropdown .dropdown-content {
    position: absolute !important;
  }

  .\!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 !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown[popover], .\!dropdown .dropdown-content {
    z-index: 999 !important;
  }

  @media (prefers-reduced-motion: no-preference) {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      animation: dropdown 0.2s !important;
      transition-property: opacity, scale, display !important;
      transition-behavior: allow-discrete !important;
      transition-duration: 0.2s !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
  }

  @starting-style {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      scale: 95% !important;
      opacity: 0 !important;
    }
  }

  .\!dropdown:not(.dropdown-close).dropdown-open > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):focus-within > [tabindex]:first-child {
    pointer-events: none !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-open .dropdown-content, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus .dropdown-content, .\!dropdown:not(.dropdown-close):focus-within .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-hover:hover .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:is(details) summary::-webkit-details-marker {
    display: none !important;
  }

  .\!dropdown:where([popover]) {
    background: #0000 !important;
  }

  .\!dropdown[popover] {
    position: fixed !important;
    color: inherit !important;
  }

  @supports not (position-area: bottom) {

    .\!dropdown[popover] {
      margin: auto !important;
    }

    .\!dropdown[popover].dropdown-close, .\!dropdown[popover].dropdown-open:not(:popover-open) {
      display: none !important;
      transform-origin: top !important;
      opacity: 0% !important;
      scale: 95% !important;
    }

    .\!dropdown[popover]::backdrop {
      background-color: color-mix(in oklab, #000 30%, #0000) !important;
    }
  }

  .\!dropdown[popover].dropdown-close, .\!dropdown[popover]:not(.dropdown-open, :popover-open) {
    display: none !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown {
    position: relative !important;
    display: inline-block !important;
    position-area: var(--anchor-v, bottom) var(--anchor-h, span-right) !important;
  }

  .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }

  @media (forced-colors: active) {

    .\!dropdown > *:not(:has(~ [class*="dropdown-content"])):focus {
      outline: 2px solid transparent !important;
      outline-offset: 2px !important;
    }
  }

  .\!dropdown .dropdown-content {
    position: absolute !important;
  }

  .\!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 !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }

  .\!dropdown[popover], .\!dropdown .dropdown-content {
    z-index: 999 !important;
  }

  @media (prefers-reduced-motion: no-preference) {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      animation: dropdown 0.2s !important;
      transition-property: opacity, scale, display !important;
      transition-behavior: allow-discrete !important;
      transition-duration: 0.2s !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
  }

  @starting-style {

    .\!dropdown[popover], .\!dropdown .dropdown-content {
      scale: 95% !important;
      opacity: 0 !important;
    }
  }

  .\!dropdown:not(.dropdown-close).dropdown-open > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus > [tabindex]:first-child, .\!dropdown:not(.dropdown-close):focus-within > [tabindex]:first-child {
    pointer-events: none !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-open .dropdown-content, .\!dropdown:not(.dropdown-close):not(.dropdown-hover):focus .dropdown-content, .\!dropdown:not(.dropdown-close):focus-within .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:not(.dropdown-close).dropdown-hover:hover .dropdown-content {
    opacity: 100% !important;
    scale: 100% !important;
  }

  .\!dropdown:is(details) summary::-webkit-details-marker {
    display: none !important;
  }

  .\!dropdown:where([popover]) {
    background: #0000 !important;
  }

  .\!dropdown[popover] {
    position: fixed !important;
    color: inherit !important;
  }

  @supports not (position-area: bottom) {

    .\!dropdown[popover] {
      margin: auto !important;
    }

    .\!dropdown[popover].dropdown-close, .\!dropdown[popover].dropdown-open:not(:popover-open) {
      display: none !important;
      transform-origin: top !important;
      opacity: 0% !important;
      scale: 95% !important;
    }

    .\!dropdown[popover]::backdrop {
      background-color: color-mix(in oklab, #000 30%, #0000) !important;
    }
  }

  .\!dropdown[popover].dropdown-close, .\!dropdown[popover]:not(.dropdown-open, :popover-open) {
    display: none !important;
    transform-origin: top !important;
    opacity: 0% !important;
    scale: 95% !important;
  }
}
@keyframes dropdown {

  0% {
    opacity: 0;
  }
}
@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);
  }

  .tab {
    position: relative;
    display: inline-flex;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    webkit-user-select: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    --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);
  }

  @media (hover: hover) {

    .tab:hover {
      color: var(--color-base-content);
    }
  }

  .tab:is(input[type="radio"]) {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  .tab:is(input[type="radio"]):after {
    --tw-content: attr(aria-label);
    content: var(--tw-content);
  }

  .tab:is(label) {
    position: relative;
  }

  .tab:is(label) input {
    position: absolute;
    inset: calc(0.25rem * 0);
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    opacity: 0%;
  }

  .tab:checked + .tab-content, .tab:is(label:has(:checked)) + .tab-content, .tab:is(.tab-active, [aria-selected="true"], [aria-current="true"], [aria-current="page"]) + .tab-content {
    display: block;
  }

  .tab:not( :checked, label:has(:checked), :hover, .tab-active, [aria-selected="true"], [aria-current="true"], [aria-current="page"] ) {
    color: color-mix(in oklab, var(--color-base-content) 50%, transparent);
  }

  .tab:not(input):empty {
    flex-grow: 1;
    cursor: default;
  }

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

  @media (forced-colors: active) {

    .tab:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }

  .tab:focus-visible, .tab:is(label:has(:checked:focus-visible)) {
    outline: 2px solid currentColor;
    outline-offset: -5px;
  }

  .tab[disabled] {
    pointer-events: none;
    opacity: 40%;
  }
}
@layer daisyui.l1.l2 {

  .tabs-border > .tab {
    --tab-border-color: #0000 #0000 var(--tab-border-color) #0000;
    position: relative;
    border-radius: var(--radius-field);
  }

  .tabs-border > .tab:before {
    content: "";
    background-color: var(--tab-border-color);
    transition: background-color 0.2s ease;
    width: 80%;
    height: 3px;
    border-radius: var(--radius-field);
    bottom: 0;
    left: 10%;
    position: absolute;
  }

  .tabs-border > .tab:is(.tab-active, [aria-selected="true"], [aria-current="true"], [aria-current="page"]):not( .tab-disabled, [disabled] ):before, .tabs-border > .tab:is(input:checked):before, .tabs-border > .tab:is(label:has(:checked)):before {
    --tab-border-color: currentColor;
    border-top: 3px solid;
  }

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

  .tabs-lift > .tab:is(.tab-active, [aria-selected="true"], [aria-current="true"], [aria-current="page"]):not( .tab-disabled, [disabled] ), .tabs-lift > .tab: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);
  }

  .tabs-lift > .tab:is(.tab-active, [aria-selected="true"], [aria-current="true"], [aria-current="page"]):not( .tab-disabled, [disabled] ):before, .tabs-lift > .tab:is(input:checked, label:has(:checked)):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);
  }

  .tabs-lift > .tab:is(.tab-active, [aria-selected="true"], [aria-current="true"], [aria-current="page"]):not( .tab-disabled, [disabled] ):first-child:before, .tabs-lift > .tab:is(input:checked, label:has(:checked)):first-child:before {
    --radius-start: none;
  }

  [dir="rtl"] .tabs-lift > .tab:is(.tab-active, [aria-selected="true"], [aria-current="true"], [aria-current="page"]):not( .tab-disabled, [disabled] ):first-child:before, [dir="rtl"] .tabs-lift > .tab:is(input:checked, label:has(:checked)):first-child:before {
    transform: rotateY(180deg);
  }

  .tabs-lift > .tab:is(.tab-active, [aria-selected="true"], [aria-current="true"], [aria-current="page"]):not( .tab-disabled, [disabled] ):last-child:before, .tabs-lift > .tab:is(input:checked, label:has(:checked)):last-child:before {
    --radius-end: none;
  }

  [dir="rtl"] .tabs-lift > .tab:is(.tab-active, [aria-selected="true"], [aria-current="true"], [aria-current="page"]):not( .tab-disabled, [disabled] ):last-child:before, [dir="rtl"] .tabs-lift > .tab:is(input:checked, label:has(:checked)):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);
  }

  .tabs-lift :checked + .tab-content:nth-child(1), .tabs-lift :checked + .tab-content:nth-child(n + 3), .tabs-lift label:has(:checked) + .tab-content:nth-child(1), .tabs-lift label:has(:checked) + .tab-content:nth-child(n + 3), .tabs-lift :is(.tab-active, [aria-selected="true"], [aria-current="true"], [aria-current="page"]) + .tab-content:nth-child(1), .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);
  }

  .tabs-top {
    --tabs-height: auto;
    --tabs-direction: row;
  }

  .tabs-top > .tab {
    --tab-order: 0;
    --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;
  }

  .tabs-top > .tab:is(.tab-active, [aria-selected="true"], [aria-current="true"], [aria-current="page"]):not( .tab-disabled, [disabled] ), .tabs-top > .tab:is(input:checked), .tabs-top > .tab:is(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));
  }

  .tabs-top: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-top > .tab-content {
    --tabcontent-order: 1;
    --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);
  }

  .tabs-top :checked + .tab-content:nth-child(1), .tabs-top :checked + .tab-content:nth-child(n + 3), .tabs-top label:has(:checked) + .tab-content:nth-child(1), .tabs-top label:has(:checked) + .tab-content:nth-child(n + 3), .tabs-top :is(.tab-active, [aria-selected="true"], [aria-current="true"], [aria-current="page"]) + .tab-content:nth-child(1), .tabs-top :is(.tab-active, [aria-selected="true"], [aria-current="true"], [aria-current="page"]) + .tab-content:nth-child(n + 3) {
    --tabcontent-radius-ss: var(--radius-box);
  }

  .tabs-bottom {
    --tabs-height: auto;
    --tabs-direction: row;
  }

  .tabs-bottom > .tab {
    --tab-order: 1;
    --tab-border: var(--border) 0 0 0;
    --tab-radius-ss: 0;
    --tab-radius-se: 0;
    --tab-radius-es: var(--tab-radius-limit);
    --tab-radius-ee: var(--tab-radius-limit);
    --tab-border-colors: var(--tab-border-color) #0000 #0000 #0000;
    --tab-paddings: 0 var(--tab-p) var(--border) var(--tab-p);
    --tab-corner-width: calc(100% + var(--tab-radius-limit) * 2);
    --tab-corner-height: var(--tab-radius-limit);
    --tab-corner-position: top left, top right;
  }

  .tabs-bottom > .tab:is(.tab-active, [aria-selected="true"], [aria-current="true"], [aria-current="page"]):not( .tab-disabled, [disabled] ), .tabs-bottom > .tab:is(input:checked), .tabs-bottom > .tab:is(label:has(:checked)) {
    --tab-border: 0 var(--border) var(--border) var(--border);
    --tab-border-colors: #0000 var(--tab-border-color) var(--tab-border-color)
          var(--tab-border-color);
    --tab-paddings: var(--border) calc(var(--tab-p) - var(--border)) 0
          calc(var(--tab-p) - var(--border));
    --tab-inset: 0 auto auto auto;
    --radius-start: radial-gradient(circle at bottom left, var(--tab-radius-grad));
    --radius-end: radial-gradient(circle at bottom right, var(--tab-radius-grad));
  }

  .tabs-bottom:has(> .tab-content) > .tab:first-child:not(.tab-active, [aria-selected="true"], [aria-current="true"], [aria-current="page"]) {
    --tab-border-colors: #0000 var(--tab-border-color) var(--tab-border-color)
            var(--tab-border-color);
  }

  .tabs-bottom > .tab-content {
    --tabcontent-order: 0;
    --tabcontent-margin: 0 0 calc(-1 * var(--border)) 0;
    --tabcontent-radius-ss: var(--radius-box);
    --tabcontent-radius-se: var(--radius-box);
    --tabcontent-radius-es: 0;
    --tabcontent-radius-ee: var(--radius-box);
  }

  .tabs-bottom > :checked + .tab-content:not(:nth-child(2)), .tabs-bottom > :is(label:has(:checked)) + .tab-content:not(:nth-child(2)), .tabs-bottom > :is(.tab-active, [aria-selected="true"], [aria-current="true"], [aria-current="page"]) + .tab-content:not(:nth-child(2)) {
    --tabcontent-radius-es: var(--radius-box);
  }

  .tabs-box {
    background-color: var(--color-base-200);
    padding: calc(0.25rem * 1);
    --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;
  }

  .tabs-box > .tab:focus-visible, .tabs-box > .tab:is(label:has(:checked:focus-visible)) {
    outline-offset: 2px;
  }

  .tabs-box > .tab: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 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) {

    .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)) {
      border: 1px solid;
    }
  }

  .tabs-box > .tab-content {
    margin-top: calc(0.25rem * 1);
    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) );
  }

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

  .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-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-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-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));
  }
}
@layer daisyui.l1.l2.l3 {

  .select {
    border: var(--border) solid #0000;
    position: relative;
    display: inline-flex;
    flex-shrink: 1;
    -webkit-appearance: none;
       -moz-appearance: none;
            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;
    width: clamp(3rem, 20rem, 100%);
    height: var(--size);
    font-size: 0.875rem;
    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;
    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;
    border-color: var(--input-color);
    --input-color: color-mix(in oklab, var(--color-base-content) 20%, #0000);
    --size: calc(var(--size-field, 0.25rem) * 10);
  }

  [dir="rtl"] .select {
    background-position: calc(0% + 12px) calc(1px + 50%), calc(0% + 16px) calc(1px + 50%);
  }

  [dir="rtl"] .select::picker(select), [dir="rtl"] .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);
    -webkit-appearance: none;
       -moz-appearance: none;
            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;
  }

  .select select:focus, .select select:focus-within {
    --tw-outline-style: none;
    outline-style: none;
  }

  @media (forced-colors: active) {

    .select select:focus, .select select:focus-within {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }

  .select select:not(:last-child) {
    margin-inline-end: calc(0.25rem * -5.5);
    background-image: none;
  }

  .select:focus, .select:focus-within {
    --input-color: var(--color-base-content);
    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;
  }

  .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);
    color: color-mix(in oklab, var(--color-base-content) 40%, transparent);
  }

  .select:has(> select[disabled])::-moz-placeholder, .select:is(:disabled, [disabled])::-moz-placeholder, fieldset:disabled .select::-moz-placeholder {
    color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
  }

  .select:has(> select[disabled])::placeholder, .select:is(:disabled, [disabled])::placeholder, fieldset:disabled .select::placeholder {
    color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
  }

  .select:has(> select[disabled]) > select[disabled] {
    cursor: not-allowed;
  }

  @supports ((-webkit-appearance: base-select) or (-moz-appearance: base-select) or (appearance: base-select)) {

    .select, .select select {
      -webkit-appearance: base-select;
         -moz-appearance: base-select;
              appearance: base-select;
    }

    .select::picker(select), .select select::picker(select) {
      -webkit-appearance: base-select;
         -moz-appearance: base-select;
              appearance: base-select;
    }
  }

  .select::picker(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));
  }

  .select::picker-icon, .select select::picker-icon {
    display: none;
  }

  .select optgroup, .select select optgroup {
    padding-top: 0.5em;
  }

  .select optgroup option:nth-child(1), .select select optgroup option:nth-child(1) {
    margin-top: 0.5em;
  }

  .select option, .select select option {
    border-radius: var(--radius-field);
    padding-inline: calc(0.25rem * 3);
    padding-block: calc(0.25rem * 1.5);
    transition-property: color, background-color;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    white-space: normal;
  }

  .select option:not(:disabled):hover, .select option:not(:disabled):focus-visible, .select select option:not(:disabled):hover, .select select option:not(:disabled):focus-visible {
    cursor: pointer;
    background-color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
    --tw-outline-style: none;
    outline-style: none;
  }

  @media (forced-colors: active) {

    .select option:not(:disabled):hover, .select option:not(:disabled):focus-visible, .select select option:not(:disabled):hover, .select select option:not(:disabled):focus-visible {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }

  .select option:not(:disabled):active, .select select option:not(:disabled):active {
    background-color: var(--color-neutral);
    color: var(--color-neutral-content);
    box-shadow: 0 2px calc(var(--depth) * 3px) -2px var(--color-neutral);
  }
}
@keyframes radio {

  0% {
    padding: 5px;
  }

  50% {
    padding: 3px;
  }
}
@keyframes toast {

  0% {
    scale: 0.9;
    opacity: 0;
  }

  100% {
    scale: 1;
    opacity: 1;
  }
}
@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%;
  }
}
@layer daisyui.l1.l2.l3 {

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

  .mockup-browser .mockup-browser-toolbar:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
    flex-direction: row-reverse;
  }

  .mockup-browser .mockup-browser-toolbar: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;
  }

  .mockup-browser .mockup-browser-toolbar .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;
  }

  .mockup-browser .mockup-browser-toolbar .input:before {
    content: "";
    width: calc(0.25rem * 4);
    height: calc(0.25rem * 4);
    opacity: 50%;
    background-color: currentColor;
    -webkit-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: 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;
    -webkit-mask-size: contain;
            mask-size: contain;
  }

  .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: 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);
  }
}
@layer daisyui.l1.l2 {

  .divider-horizontal {
    --divider-m: 0 1rem;
  }

  .divider-horizontal.divider {
    height: auto;
    width: calc(0.25rem * 4);
    flex-direction: column;
  }

  .divider-horizontal.divider:before {
    height: 100%;
    width: calc(0.25rem * 0.5);
  }

  .divider-horizontal.divider:after {
    height: 100%;
    width: calc(0.25rem * 0.5);
  }

  .divider-vertical {
    --divider-m: 1rem 0;
  }

  .divider-vertical.divider {
    height: calc(0.25rem * 4);
    width: auto;
    flex-direction: row;
  }

  .divider-vertical.divider:before {
    height: calc(0.25rem * 0.5);
    width: 100%;
  }

  .divider-vertical.divider:after {
    height: calc(0.25rem * 0.5);
    width: 100%;
  }
}
@layer daisyui.l1.l2.l3 {

  :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 {
    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;
    -webkit-user-select: none;
       -moz-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: color-mix(in oklab, var(--btn-bg), #000 calc(var(--depth) * 5%));
    --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);
  }

  @media (hover: hover) {

    .btn:hover {
      --btn-bg: color-mix(in oklab, var(--btn-color, var(--color-base-200)), #000 7%);
    }
  }

  .btn:focus-visible, .btn:has(:focus-visible) {
    outline-width: 2px;
    outline-style: solid;
    isolation: isolate;
  }

  .btn:active:not(.btn-active) {
    translate: 0 0.5px;
    --btn-bg: color-mix(in oklab, var(--btn-color, var(--color-base-200)), #000 5%);
    --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);
  }

  .btn:is(input[type="checkbox"], input[type="radio"]) {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .btn:is(input[type="checkbox"], input[type="radio"])[aria-label]::after {
    --tw-content: attr(aria-label);
    content: var(--tw-content);
  }

  .btn:where(input:checked:not(.filter .btn)) {
    --btn-color: var(--color-primary);
    --btn-fg: var(--color-primary-content);
    isolation: isolate;
  }
}
@layer daisyui.l1.l2 {

  .btn-disabled, .btn:disabled, .btn[disabled] {
    pointer-events: none;
    --btn-border: #0000;
    --btn-noise: none;
    --btn-fg: color-mix(in oklch, var(--color-base-content) 20%, #0000);
  }

  .btn-disabled:not(.btn-link, .btn-ghost), .btn:disabled:not(.btn-link, .btn-ghost), .btn[disabled]:not(.btn-link, .btn-ghost) {
    background-color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
    box-shadow: none;
  }
}
@layer daisyui.l1.l2.l3 {

  .btn-primary {
    --btn-color: var(--color-primary);
    --btn-fg: var(--color-primary-content);
  }
}
@layer daisyui.l1 {

  .btn-ghost:not(.btn-active, :hover, :active:focus, :focus-visible, input:checked:not(.filter .btn)) {
    --btn-shadow: "";
    --btn-bg: #0000;
    --btn-border: #0000;
    --btn-noise: none;
  }

  .btn-ghost:not(.btn-active, :hover, :active:focus, :focus-visible, input:checked:not(.filter .btn)):not(:disabled, [disabled], .btn-disabled) {
    outline-color: currentcolor;
    --btn-fg: var(--btn-color, currentColor);
  }

  @media (hover: none) {

    .btn-ghost:not(.btn-active, :active, :focus-visible, input:checked:not(.filter .btn)):hover {
      outline-color: currentcolor;
      --btn-shadow: "";
      --btn-bg: #0000;
      --btn-fg: var(--btn-color, currentColor);
      --btn-border: #0000;
      --btn-noise: none;
    }
  }

  .btn-outline:not( .btn-active, :hover, :active:focus, :focus-visible, input:checked:not(.filter .btn), :disabled, [disabled], .btn-disabled ), .btn-dash:not( .btn-active, :hover, :active:focus, :focus-visible, input:checked:not(.filter .btn), :disabled, [disabled], .btn-disabled ) {
    --btn-shadow: "";
    --btn-bg: #0000;
    --btn-fg: var(--btn-color);
    --btn-border: var(--btn-color);
    --btn-noise: none;
  }

  @media (hover: none) {

    .btn-outline:not(.btn-active, :active, :focus-visible, input:checked:not(.filter .btn)):hover, .btn-dash:not(.btn-active, :active, :focus-visible, input:checked:not(.filter .btn)):hover {
      --btn-shadow: "";
      --btn-bg: #0000;
      --btn-fg: var(--btn-color);
      --btn-border: var(--btn-color);
      --btn-noise: none;
    }
  }
}
@layer daisyui.l1.l2 {

  .btn-sm {
    --fontsize: 0.75rem;
    --btn-p: 0.75rem;
    --size: calc(var(--size-field, 0.25rem) * 8);
  }

  .btn-circle {
    border-radius: calc(infinity * 1px);
    padding-inline: calc(0.25rem * 0);
    width: var(--size);
    height: var(--size);
  }
}
@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;
  }
}
@keyframes skeleton {

  0% {
    background-position: 150%;
  }

  100% {
    background-position: -50%;
  }
}
@layer daisyui.l1.l2.l3 {

  .card {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: var(--radius-box);
    outline-width: 2px;
    transition: outline 0.2s ease-in-out;
    outline: 0 solid #0000;
    outline-offset: 2px;
  }

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

  @media (forced-colors: active) {

    .card:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }

  .card:focus-visible {
    outline-color: currentColor;
  }

  .card :where(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 :where(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;
  }

  .card:has(> input:is(input[type="checkbox"], input[type="radio"])) {
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .card:has(> :checked) {
    outline: 2px solid currentColor;
  }
}
@layer daisyui.l1.l2 {

  .image-full {
    display: grid;
  }

  .image-full > * {
    grid-column-start: 1;
    grid-row-start: 1;
  }

  .image-full > .card-body {
    position: relative;
    color: var(--color-neutral-content);
  }

  .image-full :where(figure) {
    overflow: hidden;
    border-radius: inherit;
  }

  .image-full > figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    filter: brightness(28%);
  }
}
@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;
  }

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

  .card-body :where(p) {
    flex-grow: 1;
  }
}
@layer daisyui.l1.l2 {

  .card-xs .card-body {
    --card-p: 0.5rem;
    --card-fs: 0.6875rem;
  }

  .card-xs .card-title {
    --cardtitle-fs: 0.875rem;
  }

  .card-sm .card-body {
    --card-p: 1rem;
    --card-fs: 0.75rem;
  }

  .card-sm .card-title {
    --cardtitle-fs: 1rem;
  }

  .card-md .card-body {
    --card-p: 1.5rem;
    --card-fs: 0.875rem;
  }

  .card-md .card-title {
    --cardtitle-fs: 1.125rem;
  }

  .card-lg .card-body {
    --card-p: 2rem;
    --card-fs: 1rem;
  }

  .card-lg .card-title {
    --cardtitle-fs: 1.25rem;
  }

  .card-xl .card-body {
    --card-p: 2.5rem;
    --card-fs: 1.125rem;
  }

  .card-xl .card-title {
    --cardtitle-fs: 1.375rem;
  }
}
@layer daisyui.l1.l2.l3 {

  .\!loading {
    pointer-events: none !important;
    display: inline-block !important;
    aspect-ratio: 1 / 1 !important;
    background-color: currentcolor !important;
    vertical-align: middle !important;
    width: calc(var(--size-selector, 0.25rem) * 6) !important;
    -webkit-mask-size: 100% !important;
            mask-size: 100% !important;
    -webkit-mask-repeat: no-repeat !important;
            mask-repeat: no-repeat !important;
    -webkit-mask-position: center !important;
            mask-position: center !important;
    -webkit-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") !important;
            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") !important;
  }

  .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);
    -webkit-mask-size: 100%;
            mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-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-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");
  }
}
@layer daisyui.l1.l2 {

  .loading-spinner {
    -webkit-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-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");
  }

  .loading-lg {
    width: calc(var(--size-selector, 0.25rem) * 7);
  }
}
@layer daisyui.l1.l2.l3 {

   {
    display: flex !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    flex-direction: column !important;
    flex-wrap: wrap !important;
    padding: calc(0.25rem * 2) !important;
    --menu-active-fg: var(--color-neutral-content) !important;
    --menu-active-bg: var(--color-neutral) !important;
    font-size: 0.875rem !important;
    position: relative !important;
    margin-inline-start: calc(0.25rem * 4) !important;
    padding-inline-start: calc(0.25rem * 2) !important;
    white-space: nowrap !important;
    position: absolute !important;
    inset-inline-start: calc(0.25rem * 0) !important;
    top: calc(0.25rem * 3) !important;
    bottom: calc(0.25rem * 3) !important;
    background-color: var(--color-base-content) !important;
    opacity: 10% !important;
    width: var(--border) !important;
    content: "" !important;
    display: none !important;
    display: grid !important;
    grid-auto-flow: column !important;
    align-content: flex-start !important;
    align-items: center !important;
    gap: calc(0.25rem * 2) !important;
    border-radius: var(--radius-field) !important;
    padding-inline: calc(0.25rem * 3) !important;
    padding-block: calc(0.25rem * 1.5) !important;
    text-align: start !important;
    transition-property: color, background-color, box-shadow !important;
    transition-duration: 0.2s !important;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
    grid-auto-columns: minmax(auto, max-content) auto max-content !important;
    text-wrap: balance !important;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
    --tw-outline-style: none !important;
    outline-style: none !important;
  }

  @media (forced-colors: active) {

     {
      outline: 2px solid transparent !important;
      outline-offset: 2px !important;
    }
    display: none !important;
    justify-self: flex-end !important;
    display: block !important;
    height: 0.375rem !important;
    width: 0.375rem !important;
    rotate: -135deg !important;
    translate: 0 -1px !important;
    transition-property: rotate, translate !important;
    transition-duration: 0.2s !important;
    content: "" !important;
    transform-origin: 50% 50% !important;
    box-shadow: 2px 2px inset !important;
    pointer-events: none !important;
    overflow: hidden !important;
    interpolate-size: allow-keywords !important;
    block-size: 0 !important;
  }

  @media (prefers-reduced-motion: no-preference) {

     {
      transition-behavior: allow-discrete !important;
      transition-property: block-size, content-visibility !important;
      transition-duration: 0.2s !important;
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
    }
    block-size: auto !important;
    rotate: 45deg !important;
    translate: 0 1px !important;
    cursor: pointer !important;
    background-color: color-mix(in oklab, var(--color-base-content) 10%, transparent) !important;
    color: var(--color-base-content) !important;
    --tw-outline-style: none !important;
    outline-style: none !important;
  }

  @media (forced-colors: active) {

     {
      outline: 2px solid transparent !important;
      outline-offset: 2px !important;
    }
    cursor: pointer !important;
    background-color: color-mix(in oklab, var(--color-base-content) 10%, transparent) !important;
    --tw-outline-style: none !important;
    outline-style: none !important;

     {
      outline: 2px solid transparent !important;
      outline-offset: 2px !important;
    }
    box-shadow: 0 1px oklch(0% 0 0 / 0.01) inset, 0 -1px oklch(100% 0 0 / 0.01) inset !important;
    background-color: var(--color-base-content) !important;
    opacity: 10% !important;
    margin: 0.5rem 1rem !important;
    height: 1px !important;
    position: relative !important;
    display: flex !important;
    flex-shrink: 0 !important;
    flex-direction: column !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    justify-self: flex-end !important;
    --tw-outline-style: none !important;
    outline-style: none !important;

     {
      outline: 2px solid transparent !important;
      outline-offset: 2px !important;
    }
    color: var(--menu-active-fg) !important;
    background-color: var(--menu-active-bg) !important;
    background-size: auto, calc(var(--noise) * 100%) !important;
    background-image: none, var(--fx-noise) !important;
    box-shadow: 0 2px calc(var(--depth) * 3px) -2px var(--menu-active-bg) !important;
    pointer-events: none !important;
    color: color-mix(in oklab, var(--color-base-content) 20%, transparent) !important;
  }

  .menu .\!dropdown:focus-within .menu-dropdown-toggle:after {
    rotate: 45deg !important;
    translate: 0 1px !important;
  }

   {
    margin-top: calc(0.25rem * 2) !important;
    padding: calc(0.25rem * 2) !important;
    display: none !important;
  }

  .menu {
    display: flex;
    width: -moz-fit-content;
    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) {
    position: relative;
    margin-inline-start: calc(0.25rem * 4);
    padding-inline-start: calc(0.25rem * 2);
    white-space: nowrap;
  }

  .menu :where(li ul):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, 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;
    text-wrap: balance;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .menu :where(li > details > summary) {
    --tw-outline-style: none;
    outline-style: none;
  }

  @media (forced-colors: active) {

    .menu :where(li > details > summary) {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }

  .menu :where(li > details > summary)::-webkit-details-marker {
    display: none;
  }

  .menu :where(li > details > summary):after, .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) {

    .menu details::details-content {
      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, 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, details, .menu-title), li:not(.menu-title, .disabled) > details > summary:not(.menu-title) ):not(.menu-active, :active, .btn):focus-visible {
    cursor: pointer;
    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) {

    .menu :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, .menu :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):focus-visible {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }

  .menu :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: color-mix(in oklab, var(--color-base-content) 10%, transparent);
    --tw-outline-style: none;
    outline-style: none;
  }

  @media (forced-colors: active) {

    .menu :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 ) {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }

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

  .menu :where(li) .badge {
    justify-self: flex-end;
  }

  .menu :where(li) > *:not(ul, .menu-title, details, .btn):active, .menu :where(li) > *:not(ul, .menu-title, details, .btn).menu-active, .menu :where(li) > details > summary:active {
    --tw-outline-style: none;
    outline-style: none;
  }

  @media (forced-colors: active) {

    .menu :where(li) > *:not(ul, .menu-title, details, .btn):active, .menu :where(li) > *:not(ul, .menu-title, details, .btn).menu-active, .menu :where(li) > details > summary:active {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }

  .menu :where(li) > *:not(ul, .menu-title, details, .btn):active, .menu :where(li) > *:not(ul, .menu-title, details, .btn).menu-active, .menu :where(li) > details > summary: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);
  }

  .menu :where(li) > *:not(ul, .menu-title, details, .btn):active:not(.menu :where(li) > *:not(ul, .menu-title, details, .btn):active:active), .menu :where(li) > *:not(ul, .menu-title, details, .btn).menu-active:not(.menu :where(li) > *:not(ul, .menu-title, details, .btn).menu-active:active), .menu :where(li) > details > summary:active:not(.menu :where(li) > details > summary:active:active) {
    box-shadow: 0 2px calc(var(--depth) * 3px) -2px var(--menu-active-bg);
  }

  .menu :where(li).menu-disabled {
    pointer-events: none;
    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);
  }

  .menu .dropdown-content:before {
    display: none;
  }
}
@keyframes menu {

  0% {
    opacity: 0;
  }
}
@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) {

    .link:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }

  .link:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
  }

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

  .list > :not(:last-child).list-row:after, .list > :not(:last-child) .list-row:after {
    content: "";
    border-bottom: var(--border) solid;
    inset-inline: var(--radius-box);
    position: absolute;
    bottom: calc(0.25rem * 0);
    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 {

  .table {
    font-size: 0.875rem;
    position: relative;
    width: 100%;
    border-collapse: separate;
    --tw-border-spacing-x: calc(0.25rem * 0);
    --tw-border-spacing-y: calc(0.25rem * 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) {

    .table tr.row-hover: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: 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 color-mix(in oklch, var(--color-base-content) 5%, #0000);
  }

  .table :where(.table-pin-rows thead tr) {
    position: sticky;
    top: calc(0.25rem * 0);
    z-index: 1;
    background-color: var(--color-base-100);
  }

  .table :where(.table-pin-rows tfoot tr) {
    position: sticky;
    bottom: calc(0.25rem * 0);
    z-index: 1;
    background-color: var(--color-base-100);
  }

  .table :where(.table-pin-cols tr th) {
    position: sticky;
    right: calc(0.25rem * 0);
    left: calc(0.25rem * 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 color-mix(in oklch, var(--color-base-content) 5%, #0000);
  }

  .hero {
    display: grid;
    width: 100%;
    place-items: center;
    background-size: cover;
    background-position: center;
  }

  .hero > * {
    grid-column-start: 1;
    grid-row-start: 1;
  }

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

  .label {
    display: inline-flex;
    align-items: center;
    gap: calc(0.25rem * 1.5);
    white-space: nowrap;
    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;
  }

  .label:is(.input > *, .select > *):first-child {
    margin-inline-start: calc(0.25rem * -3);
    margin-inline-end: calc(0.25rem * 3);
    border-inline-end: var(--border) solid color-mix(in oklab, currentColor 10%, #0000);
  }

  .label:is(.input > *, .select > *):last-child {
    margin-inline-start: calc(0.25rem * 3);
    margin-inline-end: calc(0.25rem * -3);
    border-inline-start: var(--border) solid color-mix(in oklab, currentColor 10%, #0000);
  }

  .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: color-mix(in oklab, var(--color-base-content) 20%, transparent);
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    color: color-mix(in oklab, var(--color-black) 30%, transparent);
    background-image: radial-gradient( circle at 35% 30%, oklch(1 0 0 / calc(var(--depth) * 0.5)), #0000 );
    box-shadow: 0 2px 3px -1px color-mix(in oklab, currentColor calc(var(--depth) * 100%), #0000);
  }
}
.alert {
  border-width: var(--border);
  border-color: var(--alert-border-color, var(--color-base-200));
}
@layer daisyui.l1.l2.l3 {

  .alert {
    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) * 100%);
    background-image: none, var(--fx-noise);
    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));
  }

  .alert:has(:nth-child(2)) {
    grid-template-columns: auto minmax(auto, 1fr);
  }
}
@layer daisyui.l1.l2 {

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

  .alert-error {
    color: var(--color-error-content);
    --alert-border-color: var(--color-error);
    --alert-color: var(--color-error);
  }
}
@layer daisyui.l1.l2.l3 {

  .input {
    cursor: text;
    border: var(--border) solid #0000;
    position: relative;
    display: inline-flex;
    flex-shrink: 1;
    -webkit-appearance: none;
       -moz-appearance: none;
            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;
    width: clamp(3rem, 20rem, 100%);
    height: var(--size);
    font-size: max(var(--font-size, 0.875rem), 0.875rem);
    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-color: var(--input-color);
    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;
    --size: calc(var(--size-field, 0.25rem) * 10);
    --input-color: color-mix(in oklab, var(--color-base-content) 20%, #0000);
  }

  .input:where(input) {
    display: inline-flex;
  }

  .input :where(input) {
    display: inline-flex;
    height: 100%;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: none;
  }

  .input :where(input):focus, .input :where(input):focus-within {
    --tw-outline-style: none;
    outline-style: none;
  }

  @media (forced-colors: active) {

    .input :where(input):focus, .input :where(input):focus-within {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }

  .input :where(input[type="url"]), .input :where(input[type="email"]) {
    direction: ltr;
  }

  .input :where(input[type="date"]) {
    display: inline-flex;
  }

  .input:focus, .input:focus-within {
    --input-color: var(--color-base-content);
    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);
    color: color-mix(in oklab, var(--color-base-content) 40%, transparent);
  }

  .input:has(> input[disabled])::-moz-placeholder, .input:is(:disabled, [disabled])::-moz-placeholder, fieldset:disabled .input::-moz-placeholder {
    color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
  }

  .input:has(> input[disabled])::placeholder, .input:is(:disabled, [disabled])::placeholder, fieldset:disabled .input::placeholder {
    color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
  }

  .input:has(> input[disabled]), .input:is(:disabled, [disabled]), fieldset:disabled .input {
    box-shadow: none;
  }

  .input:has(> input[disabled]) > input[disabled] {
    cursor: not-allowed;
  }

  .input::-webkit-date-and-time-value {
    text-align: inherit;
  }

  .input[type="number"]::-webkit-inner-spin-button {
    margin-block: calc(0.25rem * -3);
    margin-inline-end: calc(0.25rem * -3);
  }

  .input::-webkit-calendar-picker-indicator {
    position: absolute;
    inset-inline-end: 0.75em;
  }

  .input:has(> input[type="date"]) :where(input[type="date"]) {
    display: inline-flex;
    webkit-appearance: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .input:has(> input[type="date"]) input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    inset-inline-end: 0.75em;
    width: 1em;
    height: 1em;
    cursor: pointer;
  }

  .chat {
    display: grid;
    grid-auto-rows: min-content;
    -moz-column-gap: calc(0.25rem * 3);
         column-gap: calc(0.25rem * 3);
    padding-block: calc(0.25rem * 1);
    --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");
  }

  .progress {
    position: relative;
    height: calc(0.25rem * 2);
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    overflow: hidden;
    border-radius: var(--radius-box);
    background-color: color-mix(in oklab, currentcolor 20%, transparent);
    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) {

    .progress:indeterminate {
      animation: progress 5s ease-in-out infinite;
    }
  }

  @supports (-moz-appearance: none) {

    .progress:indeterminate::-moz-progress-bar {
      background-color: transparent;
    }

    @media (prefers-reduced-motion: no-preference) {

      .progress:indeterminate::-moz-progress-bar {
        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%;
      }
    }

    .progress::-moz-progress-bar {
      border-radius: var(--radius-box);
      background-color: currentcolor;
    }
  }

  @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;
    }
  }
}
@keyframes progress {

  50% {
    background-position-x: -115%;
  }
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.top-0 {
  top: 0px;
}
.top-2 {
  top: 0.5rem;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[65\] {
  z-index: 65;
}
.z-\[70\] {
  z-index: 70;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-16 {
  height: 4rem;
}
.h-4 {
  height: 1rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-full {
  height: 100%;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.min-h-screen {
  min-height: 100vh;
}
.w-16 {
  width: 4rem;
}
.w-4 {
  width: 1rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-\[390px\] {
  max-width: 390px;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-box {
  border-radius: var(--radius-box);
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-base-300 {
  border-color: var(--color-base-300);
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-primary {
  border-color: var(--color-primary);
}
.bg-base-100 {
  background-color: var(--color-base-100);
}
.bg-base-200 {
  background-color: var(--color-base-200);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/45 {
  background-color: rgb(0 0 0 / 0.45);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-primary {
  background-color: var(--color-primary);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.from-base-200 {
  --tw-gradient-from: var(--color-base-200) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-base-200 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--color-base-200) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-base-300 {
  --tw-gradient-to: var(--color-base-300) var(--tw-gradient-to-position);
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.normal-case {
  text-transform: none;
}
.text-base-content {
  color: var(--color-base-content);
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-primary {
  color: var(--color-primary);
}
.text-primary-content {
  color: var(--color-primary-content);
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  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(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.join {
  display: inline-flex;
  align-items: stretch;
  --join-ss: 0;
  --join-se: 0;
  --join-es: 0;
  --join-ee: 0;
}
.join :where(.join-item) {
  border-start-start-radius: var(--join-ss, 0);
  border-start-end-radius: var(--join-se, 0);
  border-end-start-radius: var(--join-es, 0);
  border-end-end-radius: var(--join-ee, 0);
}
.join :where(.join-item) * {
  --join-ss: var(--radius-field);
  --join-se: var(--radius-field);
  --join-es: var(--radius-field);
  --join-ee: var(--radius-field);
}
.join > .join-item:where(:first-child) {
  --join-ss: var(--radius-field);
  --join-se: 0;
  --join-es: var(--radius-field);
  --join-ee: 0;
}
.join :first-child:not(:last-child) :where(.join-item) {
  --join-ss: var(--radius-field);
  --join-se: 0;
  --join-es: var(--radius-field);
  --join-ee: 0;
}
.join > .join-item:where(:last-child) {
  --join-ss: 0;
  --join-se: var(--radius-field);
  --join-es: 0;
  --join-ee: var(--radius-field);
}
.join :last-child:not(:first-child) :where(.join-item) {
  --join-ss: 0;
  --join-se: var(--radius-field);
  --join-es: 0;
  --join-ee: var(--radius-field);
}
.join > .join-item:where(:only-child) {
  --join-ss: var(--radius-field);
  --join-se: var(--radius-field);
  --join-es: var(--radius-field);
  --join-ee: var(--radius-field);
}
.join :only-child :where(.join-item) {
  --join-ss: var(--radius-field);
  --join-se: var(--radius-field);
  --join-es: var(--radius-field);
  --join-ee: var(--radius-field);
}
.join > :where(:focus, :has(:focus)) {
  z-index: 1;
}
@media (hover: hover) {

  .join > :where(.btn:hover, :has(.btn:hover)) {
    isolation: isolate;
  }
}
.join-item:where(*:not(:first-child, :disabled, [disabled], .btn-disabled)) {
  margin-inline-start: calc(var(--border, 1px) * -1);
  margin-block-start: 0;
}
.join-item:where(*:is(:disabled, [disabled], .btn-disabled)) {
  border-width: var(--border, 1px) 0 var(--border, 1px) var(--border, 1px);
}
.join-vertical > .join-item:first-child {
  --join-ss: var(--radius-field);
  --join-se: var(--radius-field);
  --join-es: 0;
  --join-ee: 0;
}
.join-vertical :first-child:not(:last-child) .join-item {
  --join-ss: var(--radius-field);
  --join-se: var(--radius-field);
  --join-es: 0;
  --join-ee: 0;
}
.join-vertical > .join-item:last-child {
  --join-ss: 0;
  --join-se: 0;
  --join-es: var(--radius-field);
  --join-ee: var(--radius-field);
}
.join-vertical :last-child:not(:first-child) .join-item {
  --join-ss: 0;
  --join-se: 0;
  --join-es: var(--radius-field);
  --join-ee: var(--radius-field);
}
.join-vertical > .join-item:only-child {
  --join-ss: var(--radius-field);
  --join-se: var(--radius-field);
  --join-es: var(--radius-field);
  --join-ee: var(--radius-field);
}
.join-vertical :only-child .join-item {
  --join-ss: var(--radius-field);
  --join-se: var(--radius-field);
  --join-es: var(--radius-field);
  --join-ee: var(--radius-field);
}
.join-vertical .join-item:where(*:not(:first-child)) {
  margin-inline-start: 0;
  margin-block-start: calc(var(--border, 1px) * -1);
}
.join-horizontal > .join-item:first-child {
  --join-ss: var(--radius-field);
  --join-se: 0;
  --join-es: var(--radius-field);
  --join-ee: 0;
}
.join-horizontal :first-child:not(:last-child) .join-item {
  --join-ss: var(--radius-field);
  --join-se: 0;
  --join-es: var(--radius-field);
  --join-ee: 0;
}
.join-horizontal > .join-item:last-child {
  --join-ss: 0;
  --join-se: var(--radius-field);
  --join-es: 0;
  --join-ee: var(--radius-field);
}
.join-horizontal :last-child:not(:first-child) .join-item {
  --join-ss: 0;
  --join-se: var(--radius-field);
  --join-es: 0;
  --join-ee: var(--radius-field);
}
.join-horizontal > .join-item:only-child {
  --join-ss: var(--radius-field);
  --join-se: var(--radius-field);
  --join-es: var(--radius-field);
  --join-ee: var(--radius-field);
}
.join-horizontal :only-child .join-item {
  --join-ss: var(--radius-field);
  --join-se: var(--radius-field);
  --join-es: var(--radius-field);
  --join-ee: var(--radius-field);
}
.join-horizontal .join-item:where(*:not(:first-child)) {
  margin-inline-start: calc(var(--border, 1px) * -1);
  margin-block-start: 0;
}
.rounded-box {
  border-radius: var(--radius-box);
}

html,
body,
#app {
  min-height: 100%;
}

body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.overflow-y-scroll::-webkit-scrollbar {
  width: 6px !important;
  height: 6px !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.overflow-y-scroll::-webkit-scrollbar-track {
  background: rgba(209, 213, 219, 0.5) !important;
  border-radius: 3px;
}

.overflow-y-scroll::-webkit-scrollbar-thumb {
  background-color: rgb(156 163 175) !important;
  border-radius: 3px;
}

.overflow-y-scroll::-webkit-scrollbar-thumb:hover {
  background-color: rgb(107 114 128) !important;
}

.dark .overflow-y-scroll::-webkit-scrollbar-track {
  background: rgba(82, 82, 82, 0.5) !important;
}

.dark .overflow-y-scroll::-webkit-scrollbar-thumb {
  background-color: rgb(115 115 115) !important;
}

.dark .overflow-y-scroll::-webkit-scrollbar-thumb:hover {
  background-color: rgb(140 140 140) !important;
}

.hover\:bg-base-200:hover {
  background-color: var(--color-base-200);
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px) {

  .sm\:inline {
    display: inline;
  }
}

@media (min-width: 768px) {

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

@media (min-width: 1280px) {

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