/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
@layer properties;
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.top-0 {
  top: 0;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.float-right {
  float: right;
}
.container {
  width: 100%;
  @media (width >= 40rem) {
    max-width: 40rem;
  }
  @media (width >= 48rem) {
    max-width: 48rem;
  }
  @media (width >= 64rem) {
    max-width: 64rem;
  }
  @media (width >= 80rem) {
    max-width: 80rem;
  }
  @media (width >= 96rem) {
    max-width: 96rem;
  }
}
.mx-8 {
  margin-inline: calc(var(--spacing, 0.25rem) * 8);
}
.my-2 {
  margin-block: calc(var(--spacing, 0.25rem) * 2);
}
.my-8 {
  margin-block: calc(var(--spacing, 0.25rem) * 8);
}
.mt-2 {
  margin-top: calc(var(--spacing, 0.25rem) * 2);
}
.mt-8 {
  margin-top: calc(var(--spacing, 0.25rem) * 8);
}
.mt-24 {
  margin-top: calc(var(--spacing, 0.25rem) * 24);
}
.mb-2 {
  margin-bottom: calc(var(--spacing, 0.25rem) * 2);
}
.mb-8 {
  margin-bottom: calc(var(--spacing, 0.25rem) * 8);
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-2 {
  height: calc(var(--spacing, 0.25rem) * 2);
}
.h-40 {
  height: calc(var(--spacing, 0.25rem) * 40);
}
.h-48 {
  height: calc(var(--spacing, 0.25rem) * 48);
}
.h-full {
  height: 100%;
}
.max-h-0 {
  max-height: 0;
}
.w-0 {
  width: 0;
}
.w-11\/12 {
  width: calc(11 / 12 * 100%);
}
.w-40 {
  width: calc(var(--spacing, 0.25rem) * 40);
}
.w-full {
  width: 100%;
}
.max-w-sm {
  max-width: var(--container-sm, 24rem);
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.origin-center {
  transform-origin: center;
}
.scale-95 {
  --tw-scale-x: 95%;
  --tw-scale-y: 95%;
  --tw-scale-z: 95%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.rotate-6 {
  rotate: 6deg;
}
.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;
}
.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-row {
  flex-direction: row;
}
.content-center {
  align-content: center;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-center {
  justify-items: center;
}
.gap-1 {
  gap: var(--spacing, 0.25rem);
}
.gap-2 {
  gap: calc(var(--spacing, 0.25rem) * 2);
}
.gap-4 {
  gap: calc(var(--spacing, 0.25rem) * 4);
}
.place-self-stretch {
  place-self: stretch;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-lg {
  border-radius: var(--radius-lg, 0.5rem);
}
.rounded-xl {
  border-radius: var(--radius-xl, 0.75rem);
}
.bg-gray-100 {
  background-color: var(--color-gray-100, oklch(96.7% 0.003 264.542));
}
.bg-gray-200 {
  background-color: var(--color-gray-200, oklch(92.8% 0.006 264.531));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  background-color: var(--color-white, #fff);
}
.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-blue-500 {
  --tw-gradient-from: var(--color-blue-500, oklch(62.3% 0.214 259.815));
  --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-indigo-800 {
  --tw-gradient-to: var(--color-indigo-800, oklch(39.8% 0.195 277.366));
  --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));
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-center {
  object-position: center;
}
.p-2 {
  padding: calc(var(--spacing, 0.25rem) * 2);
}
.p-5 {
  padding: calc(var(--spacing, 0.25rem) * 5);
}
.px-0 {
  padding-inline: 0;
}
.px-4 {
  padding-inline: calc(var(--spacing, 0.25rem) * 4);
}
.py-0 {
  padding-block: 0;
}
.py-2 {
  padding-block: calc(var(--spacing, 0.25rem) * 2);
}
.py-3 {
  padding-block: calc(var(--spacing, 0.25rem) * 3);
}
.text-center {
  text-align: center;
}
.font-mono {
  font-family: var(--font-mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace);
}
.text-2xl {
  font-size: var(--text-2xl, 1.5rem);
  line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
}
.text-3xl {
  font-size: var(--text-3xl, 1.875rem);
  line-height: var(--tw-leading, var(--text-3xl--line-height, calc(2.25 / 1.875)));
}
.text-4xl {
  font-size: var(--text-4xl, 2.25rem);
  line-height: var(--tw-leading, var(--text-4xl--line-height, calc(2.5 / 2.25)));
}
.text-6xl {
  font-size: var(--text-6xl, 3.75rem);
  line-height: var(--tw-leading, var(--text-6xl--line-height, 1));
}
.text-lg {
  font-size: var(--text-lg, 1.125rem);
  line-height: var(--tw-leading, var(--text-lg--line-height, calc(1.75 / 1.125)));
}
.text-xl {
  font-size: var(--text-xl, 1.25rem);
  line-height: var(--tw-leading, var(--text-xl--line-height, calc(1.75 / 1.25)));
}
.font-semibold {
  --tw-font-weight: var(--font-weight-semibold, 600);
  font-weight: var(--font-weight-semibold, 600);
}
.text-gray-400 {
  color: var(--color-gray-400, oklch(70.7% 0.022 261.325));
}
.text-green-500 {
  color: var(--color-green-500, oklch(72.3% 0.219 149.579));
}
.text-indigo-500 {
  color: var(--color-indigo-500, oklch(58.5% 0.233 277.117));
}
.text-red-500 {
  color: var(--color-red-500, oklch(63.7% 0.237 25.331));
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.line-through {
  text-decoration-line: line-through;
}
.opacity-30 {
  opacity: 30%;
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.ring-indigo-500 {
  --tw-ring-color: var(--color-indigo-500, oklch(58.5% 0.233 277.117));
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
  transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
  transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
}
.duration-150 {
  --tw-duration: 150ms;
  transition-duration: 150ms;
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.group-hover\:max-h-40 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      max-height: calc(var(--spacing, 0.25rem) * 40);
    }
  }
}
.group-hover\:px-8 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      padding-inline: calc(var(--spacing, 0.25rem) * 8);
    }
  }
}
.group-hover\:py-2 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      padding-block: calc(var(--spacing, 0.25rem) * 2);
    }
  }
}
.hover\:shadow-xl {
  &:hover {
    @media (hover: hover) {
      --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
}
.hover\:ring-2 {
  &:hover {
    @media (hover: hover) {
      --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);
    }
  }
}
.sm\:inline {
  @media (width >= 40rem) {
    display: inline;
  }
}
.sm\:w-auto {
  @media (width >= 40rem) {
    width: auto;
  }
}
.sm\:scale-105 {
  @media (width >= 40rem) {
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;
    --tw-scale-z: 105%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
.sm\:rotate-3 {
  @media (width >= 40rem) {
    rotate: 3deg;
  }
}
.sm\:justify-start {
  @media (width >= 40rem) {
    justify-content: flex-start;
  }
}
.sm\:gap-x-2 {
  @media (width >= 40rem) {
    column-gap: calc(var(--spacing, 0.25rem) * 2);
  }
}
.md\:absolute {
  @media (width >= 48rem) {
    position: absolute;
  }
}
.md\:inset-y-0 {
  @media (width >= 48rem) {
    inset-block: 0;
  }
}
.md\:col-span-2 {
  @media (width >= 48rem) {
    grid-column: span 2 / span 2;
  }
}
.md\:col-span-3 {
  @media (width >= 48rem) {
    grid-column: span 3 / span 3;
  }
}
.md\:mt-28 {
  @media (width >= 48rem) {
    margin-top: calc(var(--spacing, 0.25rem) * 28);
  }
}
.md\:mr-48 {
  @media (width >= 48rem) {
    margin-right: calc(var(--spacing, 0.25rem) * 48);
  }
}
.md\:ml-48 {
  @media (width >= 48rem) {
    margin-left: calc(var(--spacing, 0.25rem) * 48);
  }
}
.md\:h-full {
  @media (width >= 48rem) {
    height: 100%;
  }
}
.md\:w-2 {
  @media (width >= 48rem) {
    width: calc(var(--spacing, 0.25rem) * 2);
  }
}
.md\:w-4\/5 {
  @media (width >= 48rem) {
    width: calc(4 / 5 * 100%);
  }
}
.md\:w-48 {
  @media (width >= 48rem) {
    width: calc(var(--spacing, 0.25rem) * 48);
  }
}
.md\:scale-110 {
  @media (width >= 48rem) {
    --tw-scale-x: 110%;
    --tw-scale-y: 110%;
    --tw-scale-z: 110%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
.md\:grid-cols-5 {
  @media (width >= 48rem) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.md\:flex-col {
  @media (width >= 48rem) {
    flex-direction: column;
  }
}
.md\:flex-row {
  @media (width >= 48rem) {
    flex-direction: row;
  }
}
.md\:flex-row-reverse {
  @media (width >= 48rem) {
    flex-direction: row-reverse;
  }
}
.md\:bg-gradient-to-b {
  @media (width >= 48rem) {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
}
.md\:text-4xl {
  @media (width >= 48rem) {
    font-size: var(--text-4xl, 2.25rem);
    line-height: var(--tw-leading, var(--text-4xl--line-height, calc(2.5 / 2.25)));
  }
}
.md\:text-5xl {
  @media (width >= 48rem) {
    font-size: var(--text-5xl, 3rem);
    line-height: var(--tw-leading, var(--text-5xl--line-height, 1));
  }
}
.lg\:mr-96 {
  @media (width >= 64rem) {
    margin-right: calc(var(--spacing, 0.25rem) * 96);
  }
}
.lg\:ml-96 {
  @media (width >= 64rem) {
    margin-left: calc(var(--spacing, 0.25rem) * 96);
  }
}
.lg\:w-1\/2 {
  @media (width >= 64rem) {
    width: calc(1 / 2 * 100%);
  }
}
.lg\:w-2\/3 {
  @media (width >= 64rem) {
    width: calc(2 / 3 * 100%);
  }
}
.lg\:w-96 {
  @media (width >= 64rem) {
    width: calc(var(--spacing, 0.25rem) * 96);
  }
}
.lg\:flex-row {
  @media (width >= 64rem) {
    flex-direction: row;
  }
}
.xl\:rotate-2 {
  @media (width >= 80rem) {
    rotate: 2deg;
  }
}
.xl\:grid-cols-2 {
  @media (width >= 80rem) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.xl\:flex-row {
  @media (width >= 80rem) {
    flex-direction: row;
  }
}
@layer base {
  *, *::before, *::after {
    box-sizing: border-box;
  }
  body {
    margin: 0;
    background-color: var(--color-gray-100, oklch(96.7% 0.003 264.542));
    padding: 0;
  }
  h1, h2, h3, h4, h5, h6 {
    margin: 0;
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
    --tw-gradient-from: var(--color-blue-500, oklch(62.3% 0.214 259.815));
    --tw-gradient-to: var(--color-indigo-800, oklch(39.8% 0.195 277.366));
    --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));
    background-clip: text;
    --tw-font-weight: var(--font-weight-semibold, 600);
    font-weight: var(--font-weight-semibold, 600);
    color: transparent;
  }
  h1 {
    font-size: var(--text-2xl, 1.5rem);
    line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
  }
  h2 {
    font-size: var(--text-xl, 1.25rem);
    line-height: var(--tw-leading, var(--text-xl--line-height, calc(1.75 / 1.25)));
  }
  hr {
    color: var(--color-gray-200, oklch(92.8% 0.006 264.531));
  }
  a {
    color: var(--color-blue-500, oklch(62.3% 0.214 259.815));
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .gold {
    --tw-font-weight: var(--font-weight-black, 900);
    font-weight: var(--font-weight-black, 900);
    color: var(--color-yellow-400, oklch(85.2% 0.199 91.936));
  }
  .silver {
    --tw-font-weight: var(--font-weight-black, 900);
    font-weight: var(--font-weight-black, 900);
    color: var(--color-gray-300, oklch(87.2% 0.01 258.338));
  }
  .bronze {
    --tw-font-weight: var(--font-weight-black, 900);
    font-weight: var(--font-weight-black, 900);
    color: var(--color-yellow-600, oklch(68.1% 0.162 75.834));
  }
  .current {
    margin-block: calc(var(--spacing, 0.25rem) * -2);
    border-bottom-right-radius: var(--radius-lg, 0.5rem);
    border-bottom-left-radius: var(--radius-lg, 0.5rem);
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
    --tw-gradient-from: var(--color-indigo-800, oklch(39.8% 0.195 277.366));
    --tw-gradient-via: var(--color-blue-500, oklch(62.3% 0.214 259.815));
    --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);
    --tw-gradient-to: var(--color-white, #fff);
    --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));
    padding: calc(var(--spacing, 0.25rem) * 2);
    color: var(--color-white, #fff);
  }
  .my-gradient-cols {
    --tw-gradient-from: var(--color-blue-500, oklch(62.3% 0.214 259.815));
    --tw-gradient-to: var(--color-indigo-800, oklch(39.8% 0.195 277.366));
    --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));
  }
  .favicon {
    height: calc(var(--spacing, 0.25rem) * 4);
    width: calc(var(--spacing, 0.25rem) * 4);
  }
  .gold-medal::before {
    content: "1";
  }
}
.my-center-x {
  left: 50%;
  transform: translateX(-50%);
}
.my-center-y {
  top: 50%;
  transform: translateY(-50%);
}
.my-center-xy {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.silver-medal::before {
  content: "2";
}
.bronze-medal::before {
  content: "3";
}
@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-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-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-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-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
    }
  }
}
