/*! tailwindcss v4.0.5 | MIT License | https://tailwindcss.com */
.pointer-events-none {
  pointer-events: none;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.sr-only {
  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 {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.top-1\/2 {
  top: calc(1/2 * 100%);
}
.top-full {
  top: 100%;
}
.left-1\/2 {
  left: calc(1/2 * 100%);
}
.-z-10 {
  z-index: calc(10 * -1);
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.container {
  width: 100%;
}
.mx-auto {
  margin-inline: auto;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.h-\[600px\] {
  height: 600px;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[60vh\] {
  max-height: 60vh;
}
.max-h-\[calc\(100vh-184px\)\] {
  max-height: calc(100vh - 184px);
}
.max-h-\[calc\(100vh-300px\)\] {
  max-height: calc(100vh - 300px);
}
.min-h-\[calc\(100vh-184px\)\] {
  min-height: calc(100vh - 184px);
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/2 {
  width: calc(1/2 * 100%);
}
.w-full {
  width: 100%;
}
.w-max {
  width: max-content;
}
.max-w-\[50\%\] {
  max-width: 50%;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-none {
  max-width: none;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-full {
  min-width: 100%;
}
.flex-1 {
  flex: 1;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.table-auto {
  table-layout: auto;
}
.-translate-x-1\/2 {
  --tw-translate-x: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-x-full {
  --tw-translate-x: -100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-x-full {
  --tw-translate-x: 100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-full {
  --tw-translate-y: 100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.scale-\[1\.02\] {
  scale: 1.02;
}
.rotate-180 {
  rotate: 180deg;
}
.transform {
  transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
}
.cursor-pointer {
  cursor: pointer;
}
.list-inside {
  list-style-position: inside;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-stretch {
  align-items: stretch;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.divide-y {
  :where(& > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }
}
.divide-\[\#ACBC92\]\/50 {
  :where(& > :not(:last-child)) {
    border-color: color-mix(in oklab, #ACBC92 50%, transparent);
  }
}
.divide-\[\#e2e8e0\] {
  :where(& > :not(:last-child)) {
    border-color: #e2e8e0;
  }
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-0 {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-r {
  border-right-style: var(--tw-border-style);
  border-right-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
}
.border-l-4 {
  border-left-style: var(--tw-border-style);
  border-left-width: 4px;
}
.border-\[\#9CAF82\] {
  border-color: #9CAF82;
}
.border-\[\#9CAF82\]\/30 {
  border-color: color-mix(in oklab, #9CAF82 30%, transparent);
}
.border-\[\#A53714\] {
  border-color: #A53714;
}
.border-\[\#ACBC92\] {
  border-color: #ACBC92;
}
.border-\[\#E0E0E0\] {
  border-color: #E0E0E0;
}
.border-\[\#c49a7a\] {
  border-color: #c49a7a;
}
.border-\[\#e1e7d3\] {
  border-color: #e1e7d3;
}
.border-\[\#e2e8e0\] {
  border-color: #e2e8e0;
}
.border-transparent {
  border-color: transparent;
}
.bg-\[\#8C2D10\] {
  background-color: #8C2D10;
}
.bg-\[\#9CAF82\] {
  background-color: #9CAF82;
}
.bg-\[\#9CAF82\]\/10 {
  background-color: color-mix(in oklab, #9CAF82 10%, transparent);
}
.bg-\[\#A53714\] {
  background-color: #A53714;
}
.bg-\[\#ACBC92\] {
  background-color: #ACBC92;
}
.bg-\[\#E5ECB9\] {
  background-color: #E5ECB9;
}
.bg-\[\#F5E9DE\] {
  background-color: #F5E9DE;
}
.bg-\[\#F5F5F5\] {
  background-color: #F5F5F5;
}
.bg-\[\#F8F3ED\] {
  background-color: #F8F3ED;
}
.bg-\[\#F8F8F8\] {
  background-color: #F8F8F8;
}
.bg-\[\#FFFFF\] {
  background-color: #FFFFF;
}
.bg-\[\#e1e7d3\] {
  background-color: #e1e7d3;
}
.bg-\[\#f0f4e8\] {
  background-color: #f0f4e8;
}
.bg-\[\#f5f7f0\] {
  background-color: #f5f7f0;
}
.bg-\[\#f8f9fa\] {
  background-color: #f8f9fa;
}
.bg-transparent {
  background-color: transparent;
}
.bg-gradient-to-b {
  --tw-gradient-position: to bottom in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  --tw-gradient-position: to bottom right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  --tw-gradient-position: to right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.from-\[\#2C3E1A\] {
  --tw-gradient-from: #2C3E1A;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.from-\[\#A53714\] {
  --tw-gradient-from: #A53714;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.from-\[\#A53714\]\/5 {
  --tw-gradient-from: color-mix(in oklab, #A53714 5%, transparent);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.from-\[\#f0f4e8\] {
  --tw-gradient-from: #f0f4e8;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.from-\[\#f8f8f8\] {
  --tw-gradient-from: #f8f8f8;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-\[\#8C2D10\] {
  --tw-gradient-to: #8C2D10;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-\[\#8a2e11\] {
  --tw-gradient-to: #8a2e11;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-\[\#ACBC92\] {
  --tw-gradient-to: #ACBC92;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-\[\#E67E22\]\/5 {
  --tw-gradient-to: color-mix(in oklab, #E67E22 5%, transparent);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-\[\#e1e7d3\] {
  --tw-gradient-to: #e1e7d3;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.bg-cover {
  background-size: cover;
}
.bg-clip-text {
  background-clip: text;
}
.bg-center {
  background-position: center;
}
.object-cover {
  object-fit: cover;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.align-top {
  vertical-align: top;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-\[\#2C3E1A\] {
  color: #2C3E1A;
}
.text-\[\#2C3E50\] {
  color: #2C3E50;
}
.text-\[\#5a6a3a\] {
  color: #5a6a3a;
}
.text-\[\#5a3928\] {
  color: #5a3928;
}
.text-\[\#8C2D10\] {
  color: #8C2D10;
}
.text-\[\#9CAF82\] {
  color: #9CAF82;
}
.text-\[\#A53714\] {
  color: #A53714;
}
.text-\[\#ACBC92\] {
  color: #ACBC92;
}
.text-transparent {
  color: transparent;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration-line: underline;
}
.accent-\[\#ACBC92\] {
  accent-color: #ACBC92;
}
.opacity-0 {
  opacity: 0%;
}
.opacity-40 {
  opacity: 40%;
}
.opacity-90 {
  opacity: 90%;
}
.opacity-100 {
  opacity: 100%;
}
.shadow-\[0_-4px_6px_-1px_rgba\(0\,0\,0\,0\.1\)\] {
  --tw-shadow: 0 -4px 6px -1px var(--tw-shadow-color, rgba(0,0,0,0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.duration-150 {
  --tw-duration: 150ms;
  transition-duration: 150ms;
}
.duration-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.duration-500 {
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
.group-hover\:rotate-90 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      rotate: 90deg;
    }
  }
}
.group-hover\:bg-\[\#ACBC92\]\/50 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      background-color: color-mix(in oklab, #ACBC92 50%, transparent);
    }
  }
}
.group-hover\:opacity-100 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
}
.odd\:bg-\[\#f9faf7\] {
  &:nth-child(odd) {
    background-color: #f9faf7;
  }
}
.hover\:scale-105 {
  &:hover {
    @media (hover: hover) {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
}
.hover\:scale-\[1\.02\] {
  &:hover {
    @media (hover: hover) {
      scale: 1.02;
    }
  }
}
.hover\:border-\[\#A53714\] {
  &:hover {
    @media (hover: hover) {
      border-color: #A53714;
    }
  }
}
.hover\:border-\[\#A53714\]\/30 {
  &:hover {
    @media (hover: hover) {
      border-color: color-mix(in oklab, #A53714 30%, transparent);
    }
  }
}
.hover\:border-\[\#ACBC92\] {
  &:hover {
    @media (hover: hover) {
      border-color: #ACBC92;
    }
  }
}
.hover\:bg-\[\#5F1C0A\] {
  &:hover {
    @media (hover: hover) {
      background-color: #5F1C0A;
    }
  }
}
.hover\:bg-\[\#6e220c\] {
  &:hover {
    @media (hover: hover) {
      background-color: #6e220c;
    }
  }
}
.hover\:bg-\[\#8C2D10\] {
  &:hover {
    @media (hover: hover) {
      background-color: #8C2D10;
    }
  }
}
.hover\:bg-\[\#8a2e11\] {
  &:hover {
    @media (hover: hover) {
      background-color: #8a2e11;
    }
  }
}
.hover\:bg-\[\#9CAF82\] {
  &:hover {
    @media (hover: hover) {
      background-color: #9CAF82;
    }
  }
}
.hover\:bg-\[\#A53714\] {
  &:hover {
    @media (hover: hover) {
      background-color: #A53714;
    }
  }
}
.hover\:bg-\[\#ACBC92\] {
  &:hover {
    @media (hover: hover) {
      background-color: #ACBC92;
    }
  }
}
.hover\:bg-\[\#ACBC92\]\/10 {
  &:hover {
    @media (hover: hover) {
      background-color: color-mix(in oklab, #ACBC92 10%, transparent);
    }
  }
}
.hover\:bg-\[\#F8F3ED\] {
  &:hover {
    @media (hover: hover) {
      background-color: #F8F3ED;
    }
  }
}
.hover\:bg-\[\#f0f4e8\] {
  &:hover {
    @media (hover: hover) {
      background-color: #f0f4e8;
    }
  }
}
.hover\:bg-\[\#f5f7f2\] {
  &:hover {
    @media (hover: hover) {
      background-color: #f5f7f2;
    }
  }
}
.hover\:text-\[\#5F1C0A\] {
  &:hover {
    @media (hover: hover) {
      color: #5F1C0A;
    }
  }
}
.hover\:text-\[\#8C2D10\] {
  &:hover {
    @media (hover: hover) {
      color: #8C2D10;
    }
  }
}
.hover\:text-\[\#8a2e11\] {
  &:hover {
    @media (hover: hover) {
      color: #8a2e11;
    }
  }
}
.hover\:text-\[\#A53714\] {
  &:hover {
    @media (hover: hover) {
      color: #A53714;
    }
  }
}
.hover\:text-\[\#ACBC92\] {
  &:hover {
    @media (hover: hover) {
      color: #ACBC92;
    }
  }
}
.hover\:underline {
  &:hover {
    @media (hover: hover) {
      text-decoration-line: underline;
    }
  }
}
.hover\:opacity-90 {
  &:hover {
    @media (hover: hover) {
      opacity: 90%;
    }
  }
}
.focus\:border-transparent {
  &:focus {
    border-color: transparent;
  }
}
.focus\:ring-1 {
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.focus\:ring-2 {
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.focus\:ring-\[\#8C2D10\] {
  &:focus {
    --tw-ring-color: #8C2D10;
  }
}
.focus\:ring-\[\#9CAF82\] {
  &:focus {
    --tw-ring-color: #9CAF82;
  }
}
.focus\:ring-\[\#A53714\] {
  &:focus {
    --tw-ring-color: #A53714;
  }
}
.focus\:ring-\[\#ACBC92\] {
  &:focus {
    --tw-ring-color: #ACBC92;
  }
}
.focus\:outline-none {
  &:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
}
.disabled\:cursor-not-allowed {
  &:disabled {
    cursor: not-allowed;
  }
}
.disabled\:opacity-50 {
  &:disabled {
    opacity: 50%;
  }
}
.disabled\:opacity-60 {
  &:disabled {
    opacity: 60%;
  }
}
.rtl\:justify-end {
  &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
    justify-content: flex-end;
  }
}
.checkbox-container input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #4CAF50;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.checkbox-container input[type="checkbox"]:checked {
  background-color: #4CAF50;
  border-color: #4CAF50;
}
.checkbox-container input[type="checkbox"]:checked::after {
  content: "✔";
  display: block;
  text-align: center;
  color: black;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.checkbox-container input[type="checkbox"]:hover {
  transform: scale(1.1);
}
@keyframes slideUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  90% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}
#save-notification {
  animation: slideUp 3s ease-in-out forwards;
  display: none;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fadeIn {
  animation: fadeIn 0.5s ease-out forwards;
}
.animate-fadeInUp {
  animation: fadeInUp 0.6s ease-out forwards;
}
.checkbox-container input:checked~svg {
  opacity: 1;
}
#confirmDialog {
  transition: opacity 0.2s ease;
}
#confirmDialog.hidden {
  opacity: 0;
  pointer-events: none;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
