/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
.\@container\/input:not(#\#) {
  container-type: inline-size;
  container-name: input;
}
.\@container\/main:not(#\#) {
  container-type: inline-size;
  container-name: main;
}
.\@container\/mainview:not(#\#) {
  container-type: inline-size;
  container-name: mainview;
}
.\@container\/nav:not(#\#) {
  container-type: inline-size;
  container-name: nav;
}
.\@container:not(#\#) {
  container-type: inline-size;
}
.pointer-events-none:not(#\#) {
  pointer-events: none;
}
.invisible:not(#\#) {
  visibility: hidden;
}
.visible:not(#\#) {
  visibility: visible;
}
.absolute:not(#\#) {
  position: absolute;
}
.fixed:not(#\#) {
  position: fixed;
}
.relative:not(#\#) {
  position: relative;
}
.static:not(#\#) {
  position: static;
}
.sticky:not(#\#) {
  position: sticky;
}
.-left-\[26px\]:not(#\#) {
  left: calc(26px * -1);
}
.isolate:not(#\#) {
  isolation: isolate;
}
.z-1:not(#\#) {
  z-index: 1;
}
.z-2:not(#\#) {
  z-index: 2;
}
.z-3:not(#\#) {
  z-index: 3;
}
.z-10:not(#\#) {
  z-index: 10;
}
.z-25:not(#\#) {
  z-index: 25;
}
.z-40:not(#\#) {
  z-index: 40;
}
.order-first:not(#\#) {
  order: -9999;
}
.col-span-2:not(#\#) {
  grid-column: span 2 / span 2;
}
.container:not(#\#) {
  width: 100%;
}
.mx-auto:not(#\#) {
  margin-left: auto;
  margin-right: auto;
}
.-ms-\[13px\]:not(#\#) {
  margin-left: calc(13px * -1);
}
.ms-auto:not(#\#) {
  margin-left: auto;
}
.me-\[0\.5\]:not(#\#) {
  margin-right: 0.5;
}
.me-auto:not(#\#) {
  margin-right: auto;
}
.-mr-\[36px\]:not(#\#) {
  margin-right: calc(36px * -1);
}
.-ml-\[36px\]:not(#\#) {
  margin-left: calc(36px * -1);
}
.ml-auto:not(#\#) {
  margin-left: auto;
}
.box-border:not(#\#) {
  box-sizing: border-box;
}
.block:not(#\#) {
  display: block;
}
.contents:not(#\#) {
  display: contents;
}
.flex:not(#\#) {
  display: flex;
}
.grid:not(#\#) {
  display: grid;
}
.hidden:not(#\#) {
  display: none;
}
.hidden\! {
  display: none !important;
}
.inline:not(#\#) {
  display: inline;
}
.inline\! {
  display: inline !important;
}
.inline-block:not(#\#) {
  display: inline-block;
}
.inline-flex:not(#\#) {
  display: inline-flex;
}
.table:not(#\#) {
  display: table;
}
.aspect-square:not(#\#) {
  aspect-ratio: 1 / 1;
}
.size-\[18px\]:not(#\#) {
  width: 18px;
  height: 18px;
}
.h-dvh:not(#\#) {
  height: 100dvh;
}
.h-full:not(#\#) {
  height: 100%;
}
.max-h-\[40px\]:not(#\#) {
  max-height: 40px;
}
.min-h-svh:not(#\#) {
  min-height: 100svh;
}
.w-1\/2:not(#\#) {
  width: calc(1/2 * 100%);
}
.w-\[1px\]:not(#\#) {
  width: 1px;
}
.w-full:not(#\#) {
  width: 100%;
}
.w-max:not(#\#) {
  width: -moz-max-content;
  width: max-content;
}
.max-w-\[50\%\]:not(#\#) {
  max-width: 50%;
}
.max-w-\[51rem\]:not(#\#) {
  max-width: 51rem;
}
.max-w-\[100\%\]:not(#\#) {
  max-width: 100%;
}
.max-w-full:not(#\#) {
  max-width: 100%;
}
.max-w-none:not(#\#) {
  max-width: none;
}
.flex-shrink:not(#\#) {
  flex-shrink: 1;
}
.flex-shrink-0:not(#\#) {
  flex-shrink: 0;
}
.shrink-0:not(#\#) {
  flex-shrink: 0;
}
.flex-grow:not(#\#) {
  flex-grow: 1;
}
.grow:not(#\#) {
  flex-grow: 1;
}
.border-collapse:not(#\#) {
  border-collapse: collapse;
}
.origin-center:not(#\#) {
  transform-origin: center;
}
.scale-0:not(#\#) {
  --tw-scale-x: 0%;
  --tw-scale-y: 0%;
  --tw-scale-z: 0%;
  scale: 0% 0%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.rotate-0:not(#\#) {
  rotate: 0deg;
}
.transform:not(#\#) {
  transform:          ;
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-pointer:not(#\#) {
  cursor: pointer;
}
.resize:not(#\#) {
  resize: both;
}
.list-inside:not(#\#) {
  list-style-position: inside;
}
.list-disc:not(#\#) {
  list-style-type: disc;
}
.grid-cols-1:not(#\#) {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2:not(#\#) {
  grid-template-columns: repeat(2, 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(#\#) {
  align-items: center;
  justify-items: center;
  place-items: center;
}
.items-center:not(#\#) {
  align-items: center;
}
.items-end:not(#\#) {
  align-items: flex-end;
}
.items-start:not(#\#) {
  align-items: flex-start;
}
.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;
}
.gap-\[2px\]:not(#\#) {
  gap: 2px;
}
.self-center:not(#\#) {
  align-self: center;
}
.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-l-none:not(#\#) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rounded-r-none:not(#\#) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.border:not(#\#) {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-2:not(#\#) {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.border-t:not(#\#) {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-b:not(#\#) {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-transparent:not(#\#) {
  border-color: transparent;
}
.bg-\[\#800000\]:not(#\#) {
  background-color: #800000;
}
.bg-transparent:not(#\#) {
  background-color: transparent;
}
.bg-gradient-to-b:not(#\#) {
  --tw-gradient-position: to bottom in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.via-80\%:not(#\#) {
  --tw-gradient-via-position: 80%;
}
.to-transparent:not(#\#) {
  --tw-gradient-to: 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));
}
.\[mask-image\:linear-gradient\(to_right\,transparent_0\,black_0px\,black_calc\(100\%_-_40px\)\,transparent_100\%\)\]:not(#\#) {
  -webkit-mask-image: linear-gradient(to right,transparent 0,black 0px,black calc(100% - 40px),transparent 100%);
          mask-image: linear-gradient(to right,transparent 0,black 0px,black calc(100% - 40px),transparent 100%);
}
.bg-center:not(#\#) {
  background-position: center;
}
.bg-no-repeat:not(#\#) {
  background-repeat: no-repeat;
}
.stroke-\[2\]:not(#\#) {
  stroke-width: 2;
}
.object-cover:not(#\#) {
  -o-object-fit: cover;
     object-fit: cover;
}
.text-center:not(#\#) {
  text-align: center;
}
.text-left:not(#\#) {
  text-align: left;
}
.align-bottom:not(#\#) {
  vertical-align: bottom;
}
.align-text-bottom:not(#\#) {
  vertical-align: text-bottom;
}
.leading-\[1\.3\]:not(#\#) {
  --tw-leading: 1.3;
  line-height: 1.3;
}
.leading-\[normal\]:not(#\#) {
  --tw-leading: normal;
  line-height: normal;
}
.tracking-\[-0\.1px\]:not(#\#) {
  --tw-tracking: -0.1px;
  letter-spacing: -0.1px;
}
.text-wrap:not(#\#) {
  text-wrap: wrap;
}
.break-words:not(#\#) {
  word-wrap: break-word;
}
.whitespace-nowrap:not(#\#) {
  white-space: nowrap;
}
.whitespace-pre-wrap:not(#\#) {
  white-space: pre-wrap;
}
.text-\[\#800000\]:not(#\#) {
  color: #800000;
}
.text-\[\#ffd700\]:not(#\#) {
  color: #ffd700;
}
.capitalize:not(#\#) {
  text-transform: capitalize;
}
.lowercase:not(#\#) {
  text-transform: lowercase;
}
.underline:not(#\#) {
  text-decoration-line: underline;
}
.antialiased:not(#\#) {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0:not(#\#) {
  opacity: 0;
}
.opacity-60:not(#\#) {
  opacity: 0.6;
}
.opacity-90:not(#\#) {
  opacity: 0.9;
}
.opacity-100:not(#\#) {
  opacity: 1;
}
.ring-0:not(#\#) {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + 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);
}
.ring-1:not(#\#) {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.outline:not(#\#) {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.grayscale:not(#\#) {
  --tw-grayscale: grayscale(100%);
  filter:       grayscale(100%)          ;
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.invert:not(#\#) {
  --tw-invert: invert(100%);
  filter:           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:                  ;
  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:not(#\#) {
  -webkit-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:                  ;
  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: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, display, visibility, content-visibility, overlay, pointer-events;
  transition-timing-function: ease;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: 0s;
  transition-duration: var(--tw-duration, 0s);
}
.transition-all:not(#\#) {
  transition-property: all;
  transition-timing-function: ease;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: 0s;
  transition-duration: var(--tw-duration, 0s);
}
.transition-colors:not(#\#) {
  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: ease;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: 0s;
  transition-duration: var(--tw-duration, 0s);
}
.transition-opacity:not(#\#) {
  transition-property: opacity;
  transition-timing-function: ease;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: 0s;
  transition-duration: var(--tw-duration, 0s);
}
.transition-shadow:not(#\#) {
  transition-property: box-shadow;
  transition-timing-function: ease;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: 0s;
  transition-duration: var(--tw-duration, 0s);
}
.transition-transform:not(#\#) {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: ease;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: 0s;
  transition-duration: var(--tw-duration, 0s);
}
.duration-100:not(#\#) {
  --tw-duration: 100ms;
  transition-duration: 100ms;
}
.duration-150:not(#\#) {
  --tw-duration: 150ms;
  transition-duration: 150ms;
}
.duration-200:not(#\#) {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.will-change-\[mask-image\]:not(#\#) {
  will-change: mask-image;
}
.select-none:not(#\#) {
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.\[core\:alert\]:not(#\#) {
  core: alert;
}
.\[core\:debug\]:not(#\#) {
  core: debug;
}
.\[core\:info\]:not(#\#) {
  core: info;
}
.\[core\:notice\]:not(#\#) {
  core: notice;
}
.\[watchdog\:debug\]:not(#\#) {
  watchdog: debug;
}
.ring-inset:not(#\#) {
  --tw-ring-inset: inset;
}
:where(.group):focus-within:not(#\#) .group-focus-within\:opacity-100 {
  opacity: 1;
}
@media (hover: hover) {
  :where(.group):hover:not(#\#) .group-hover\:opacity-100 {
    opacity: 1;
  }
}
@media (hover: hover) {
  :where(.group\/table):hover:not(#\#) .group-hover\/table\:opacity-100 {
    opacity: 1;
  }
}
.before\:absolute:not(#\#)::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:rounded-full:not(#\#)::before {
  content: var(--tw-content);
  border-radius: calc(infinity * 1px);
}
.before\:ring-0:not(#\#)::before {
  content: var(--tw-content);
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + 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);
}
.before\:transition-all:not(#\#)::before {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: ease;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: 0s;
  transition-duration: var(--tw-duration, 0s);
}
.before\:\[clip-path\:circle\(0\%_at_50\%_50\%\)\]:not(#\#)::before {
  content: var(--tw-content);
  clip-path: circle(0% at 50% 50%);
}
.focus-within\:ring-1:focus-within:not(#\#) {
  --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);
}
@media (hover: hover) {
  .hover\:bg-\[\#660000\]:hover:not(#\#) {
    background-color: #660000;
  }
}
@media (hover: hover) {
  .hover\:text-\[\#660000\]:hover:not(#\#) {
    color: #660000;
  }
}
@media (hover: hover) {
  .hover\:text-\[\#a60000\]:hover:not(#\#) {
    color: #a60000;
  }
}
@media (hover: hover) {
  .hover\:text-\[\#ccc\]:hover:not(#\#) {
    color: #ccc;
  }
}
@media (hover: hover) {
  .hover\:text-\[\#ffd700\]:hover:not(#\#) {
    color: #ffd700;
  }
}
@media (hover: hover) {
  .hover\:no-underline:hover:not(#\#) {
    text-decoration-line: none;
  }
}
@media (hover: hover) {
  .hover\:underline:hover:not(#\#) {
    text-decoration-line: underline;
  }
}
@media (hover: hover) {
  .hover\:opacity-75:hover:not(#\#) {
    opacity: 0.75;
  }
}
@media (hover: hover) {
  .hover\:opacity-100:hover:not(#\#) {
    opacity: 1;
  }
}
@media (hover: hover) {
  .hover\:filter-none:hover:not(#\#) {
    filter: none;
  }
}
.focus\:border-\[\#800000\]:focus:not(#\#) {
  border-color: #800000;
}
.focus\:ring-\[\#800000\]:focus:not(#\#) {
  --tw-ring-color: #800000;
}
.focus\:outline-none:focus:not(#\#) {
  --tw-outline-style: none;
  outline-style: none;
}
.focus-visible\:ring-1:focus-visible:not(#\#) {
  --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-visible\:ring-transparent:focus-visible:not(#\#) {
  --tw-ring-color: transparent;
}
.focus-visible\:outline-none:focus-visible:not(#\#) {
  --tw-outline-style: none;
  outline-style: none;
}
.disabled\:cursor-not-allowed:disabled:not(#\#) {
  cursor: not-allowed;
}
.disabled\:opacity-0:disabled:not(#\#) {
  opacity: 0;
}
.disabled\:opacity-60:disabled:not(#\#) {
  opacity: 0.6;
}
:where(.group):focus-within:not(#\#) .group-focus-within\:disabled\:opacity-60:disabled {
  opacity: 0.6;
}
@media (hover: hover) {
  :where(.group):hover:not(#\#) .group-hover\:disabled\:opacity-60:disabled {
    opacity: 0.6;
  }
}
@media (hover: hover) {
  .disabled\:hover\:bg-transparent:disabled:hover:not(#\#) {
    background-color: transparent;
  }
}
@container preview (width >= 0px) {
  .\@\[0px\]\/preview\:hidden:not(#\#) {
    display: none;
  }
}
@container nav (width >= 640px) {
  .\@\[640px\]\/nav\:flex:not(#\#) {
    display: flex;
  }
}
@container mainview (width >= 1280px) {
  .\@\[1280px\]\/mainview\:z-40:not(#\#) {
    z-index: 40;
  }
}
@container nav (width >= 80rem) {
  .\@\[80rem\]\/nav\:from-transparent:not(#\#) {
    --tw-gradient-from: 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));
  }
}
@container nav (width >= 80rem) {
  .\@\[80rem\]\/nav\:via-transparent:not(#\#) {
    --tw-gradient-via: transparent;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-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: rgba(0,0,0,0);
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: rgba(0,0,0,0);
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: rgba(0,0,0,0);
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 rgba(0,0,0,0);
}
@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 rgba(0,0,0,0);
}
@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 rgba(0,0,0,0);
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 rgba(0,0,0,0);
}
@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 rgba(0,0,0,0);
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@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-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scale-z: 1;
    --tw-rotate-x: initial;
    --tw-rotate-y: initial;
    --tw-rotate-z: initial;
    --tw-skew-x: initial;
    --tw-skew-y: initial;
    --tw-border-style: solid;
    --tw-gradient-position: initial;
    --tw-gradient-from: rgba(0,0,0,0);
    --tw-gradient-via: rgba(0,0,0,0);
    --tw-gradient-to: rgba(0,0,0,0);
    --tw-gradient-stops: initial;
    --tw-gradient-via-stops: initial;
    --tw-gradient-from-position: 0%;
    --tw-gradient-via-position: 50%;
    --tw-gradient-to-position: 100%;
    --tw-leading: initial;
    --tw-tracking: initial;
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-color: initial;
    --tw-shadow-alpha: 100%;
    --tw-inset-shadow: 0 0 rgba(0,0,0,0);
    --tw-inset-shadow-color: initial;
    --tw-inset-shadow-alpha: 100%;
    --tw-ring-color: initial;
    --tw-ring-shadow: 0 0 rgba(0,0,0,0);
    --tw-inset-ring-color: initial;
    --tw-inset-ring-shadow: 0 0 rgba(0,0,0,0);
    --tw-ring-inset: initial;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
    --tw-outline-style: solid;
    --tw-blur: initial;
    --tw-brightness: initial;
    --tw-contrast: initial;
    --tw-grayscale: initial;
    --tw-hue-rotate: initial;
    --tw-invert: initial;
    --tw-opacity: initial;
    --tw-saturate: initial;
    --tw-sepia: initial;
    --tw-drop-shadow: initial;
    --tw-drop-shadow-color: initial;
    --tw-drop-shadow-alpha: 100%;
    --tw-drop-shadow-size: initial;
    --tw-backdrop-blur: initial;
    --tw-backdrop-brightness: initial;
    --tw-backdrop-contrast: initial;
    --tw-backdrop-grayscale: initial;
    --tw-backdrop-hue-rotate: initial;
    --tw-backdrop-invert: initial;
    --tw-backdrop-opacity: initial;
    --tw-backdrop-saturate: initial;
    --tw-backdrop-sepia: initial;
    --tw-duration: initial;
    --tw-content: "";
  }
}