/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
.collapse:not(#\#) {
  visibility: collapse;
}
.invisible:not(#\#) {
  visibility: hidden;
}
.visible:not(#\#) {
  visibility: visible;
}
.sr-only:not(#\#) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.absolute:not(#\#) {
  position: absolute;
}
.fixed:not(#\#) {
  position: fixed;
}
.relative:not(#\#) {
  position: relative;
}
.static:not(#\#) {
  position: static;
}
.sticky:not(#\#) {
  position: sticky;
}
.z-10:not(#\#) {
  z-index: 10;
}
.z-40:not(#\#) {
  z-index: 40;
}
.z-50:not(#\#) {
  z-index: 50;
}
.col-12:not(#\#) {
  grid-column: 12;
}
.float-left:not(#\#) {
  float: left;
}
.float-right:not(#\#) {
  float: right;
}
.container:not(#\#) {
  width: 100%;
}
.mx-auto:not(#\#) {
  margin-inline: auto;
}
.ml-auto:not(#\#) {
  margin-left: auto;
}
.block:not(#\#) {
  display: block;
}
.contents:not(#\#) {
  display: contents;
}
.flex:not(#\#) {
  display: flex;
}
.grid:not(#\#) {
  display: grid;
}
.hidden:not(#\#) {
  display: none;
}
.inline:not(#\#) {
  display: inline;
}
.inline-block:not(#\#) {
  display: inline-block;
}
.table:not(#\#) {
  display: table;
}
.table-row:not(#\#) {
  display: table-row;
}
.h-\[80vh\]:not(#\#) {
  height: 80vh;
}
.h-\[calc\(100\%-3rem\)\]:not(#\#) {
  height: calc(100% - 3rem);
}
.h-auto:not(#\#) {
  height: auto;
}
.h-full:not(#\#) {
  height: 100%;
}
.h-screen:not(#\#) {
  height: 100vh;
}
.max-h-\[80vh\]:not(#\#) {
  max-height: 80vh;
}
.max-h-full:not(#\#) {
  max-height: 100%;
}
.max-h-screen:not(#\#) {
  max-height: 100vh;
}
.min-h-screen:not(#\#) {
  min-height: 100vh;
}
.w-1\/2:not(#\#) {
  width: calc(1/2 * 100%);
}
.w-1\/3:not(#\#) {
  width: calc(1/3 * 100%);
}
.w-1\/4:not(#\#) {
  width: calc(1/4 * 100%);
}
.w-5\/6:not(#\#) {
  width: calc(5/6 * 100%);
}
.w-11\/12:not(#\#) {
  width: calc(11/12 * 100%);
}
.w-auto:not(#\#) {
  width: auto;
}
.w-full:not(#\#) {
  width: 100%;
}
.flex-1:not(#\#) {
  flex: 1;
}
.flex-auto:not(#\#) {
  flex: auto;
}
.flex-grow:not(#\#) {
  flex-grow: 1;
}
.border-collapse:not(#\#) {
  border-collapse: collapse;
}
.transform:not(#\#) {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-not-allowed:not(#\#) {
  cursor: not-allowed;
}
.cursor-pointer:not(#\#) {
  cursor: pointer;
}
.resize:not(#\#) {
  resize: both;
}
.list-inside:not(#\#) {
  list-style-position: inside;
}
.list-disc:not(#\#) {
  list-style-type: disc;
}
.list-none:not(#\#) {
  list-style-type: none;
}
.appearance-none:not(#\#) {
  appearance: none;
}
.grid-cols-1:not(#\#) {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2:not(#\#) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3:not(#\#) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col:not(#\#) {
  flex-direction: column;
}
.flex-row:not(#\#) {
  flex-direction: row;
}
.flex-wrap:not(#\#) {
  flex-wrap: wrap;
}
.place-items-center:not(#\#) {
  place-items: center;
}
.items-center:not(#\#) {
  align-items: center;
}
.justify-around:not(#\#) {
  justify-content: space-around;
}
.justify-between:not(#\#) {
  justify-content: space-between;
}
.justify-center:not(#\#) {
  justify-content: center;
}
.justify-end:not(#\#) {
  justify-content: flex-end;
}
.justify-start:not(#\#) {
  justify-content: flex-start;
}
.divide-y:not(#\#) {
  :where(& > :not(:last-child)):not(#\#) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }
}
.truncate:not(#\#) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-hidden:not(#\#) {
  overflow: hidden;
}
.overflow-x-auto:not(#\#) {
  overflow-x: auto;
}
.overflow-x-hidden:not(#\#) {
  overflow-x: hidden;
}
.overflow-y-auto:not(#\#) {
  overflow-y: auto;
}
.rounded-full:not(#\#) {
  border-radius: calc(infinity * 1px);
}
.rounded-none:not(#\#) {
  border-radius: 0;
}
.border:not(#\#) {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-0:not(#\#) {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.border-1:not(#\#) {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-2:not(#\#) {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.border-4:not(#\#) {
  border-style: var(--tw-border-style);
  border-width: 4px;
}
.border-t:not(#\#) {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-r:not(#\#) {
  border-right-style: var(--tw-border-style);
  border-right-width: 1px;
}
.border-b:not(#\#) {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-b-1:not(#\#) {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-dashed:not(#\#) {
  --tw-border-style: dashed;
  border-style: dashed;
}
.border-solid:not(#\#) {
  --tw-border-style: solid;
  border-style: solid;
}
.bg-transparent:not(#\#) {
  background-color: transparent;
}
.bg-gradient-to-r:not(#\#) {
  --tw-gradient-position: to right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.fill-current:not(#\#) {
  fill: currentcolor;
}
.object-cover:not(#\#) {
  object-fit: cover;
}
.object-center:not(#\#) {
  object-position: center;
}
.object-top:not(#\#) {
  object-position: top;
}
.text-center:not(#\#) {
  text-align: center;
}
.text-left:not(#\#) {
  text-align: left;
}
.text-right:not(#\#) {
  text-align: right;
}
.leading-none:not(#\#) {
  --tw-leading: 1;
  line-height: 1;
}
.break-words:not(#\#) {
  overflow-wrap: break-word;
}
.whitespace-pre-wrap:not(#\#) {
  white-space: pre-wrap;
}
.capitalize:not(#\#) {
  text-transform: capitalize;
}
.lowercase:not(#\#) {
  text-transform: lowercase;
}
.normal-case:not(#\#) {
  text-transform: none;
}
.uppercase:not(#\#) {
  text-transform: uppercase;
}
.italic:not(#\#) {
  font-style: italic;
}
.ordinal:not(#\#) {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
}
.no-underline:not(#\#) {
  text-decoration-line: none;
}
.underline:not(#\#) {
  text-decoration-line: underline;
}
.opacity-5:not(#\#) {
  opacity: 5%;
}
.opacity-50:not(#\#) {
  opacity: 50%;
}
.opacity-75:not(#\#) {
  opacity: 75%;
}
.outline:not(#\#) {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.invert:not(#\#) {
  --tw-invert: invert(100%);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.filter:not(#\#) {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.filter\! {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,) !important;
}
.transition:not(#\#) {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-all:not(#\#) {
  transition-property: all;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-opacity:not(#\#) {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.duration-150:not(#\#) {
  --tw-duration: 150ms;
  transition-duration: 150ms;
}
.ease-linear:not(#\#) {
  --tw-ease: linear;
  transition-timing-function: linear;
}
.outline-none:not(#\#) {
  --tw-outline-style: none;
  outline-style: none;
}
.group-open\:rotate-90:not(#\#) {
  &:is(:where(.group):is([open], :popover-open, :open) *):not(#\#) {
    rotate: 90deg;
  }
}
.marker\:content-none:not(#\#) {
  &:not(#\#) *::marker {
    --tw-content: none;
    content: none;
  }
  &:not(#\#)::marker {
    --tw-content: none;
    content: none;
  }
  &:not(#\#) *::-webkit-details-marker {
    --tw-content: none;
    content: none;
  }
  &:not(#\#)::-webkit-details-marker {
    --tw-content: none;
    content: none;
  }
}
.hover\:cursor-pointer:not(#\#) {
  &:hover:not(#\#) {
    @media (hover: hover) {
      cursor: pointer;
    }
  }
}
.focus\:ring-2:not(#\#) {
  &:focus:not(#\#) {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.focus\:outline-none:not(#\#) {
  &:focus:not(#\#) {
    --tw-outline-style: none;
    outline-style: none;
  }
}
.disabled\:opacity-50:not(#\#) {
  &:disabled:not(#\#) {
    opacity: 50%;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
