/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --text-8xl: 6rem;
    --text-8xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --animate-bounce: bounce 1s infinite;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-inter: "Inter", sans-serif;
    --font-clash: "Clash Grotesk", sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .min-h-\[700px\] {
    min-height: 700px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-200 {
    max-width: calc(var(--spacing) * 200);
  }
  .min-w-4 {
    min-width: calc(var(--spacing) * 4);
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .translate-y-1 {
    --tw-translate-y: calc(var(--spacing) * 1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-2 {
    --tw-translate-y: calc(var(--spacing) * 2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-bounce {
    animation: var(--animate-bounce);
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-1 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-4 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-\[\#FD5621\] {
    background-color: #FD5621;
  }
  .bg-\[url\(\/assets\/imgs\/header\.png\)\] {
    background-image: url(/assets/imgs/header.png);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .text-center {
    text-align: center;
  }
  .font-clash {
    font-family: var(--font-clash);
  }
  .font-inter {
    font-family: var(--font-inter);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-\[\#00DE74\] {
    color: #00DE74;
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .text-shadow-sm\/15 {
    --tw-text-shadow-alpha: 15%;
    text-shadow: 0px 1px 0px var(--tw-text-shadow-color, oklab(from rgb(0 0 0 / 0.075) l a b / 15%)), 0px 1px 1px var(--tw-text-shadow-color, oklab(from rgb(0 0 0 / 0.075) l a b / 15%)), 0px 2px 2px var(--tw-text-shadow-color, oklab(from rgb(0 0 0 / 0.075) l a b / 15%));
  }
  .text-shadow-sm {
    text-shadow: 0px 1px 0px var(--tw-text-shadow-color, rgb(0 0 0 / 0.075)), 0px 1px 1px var(--tw-text-shadow-color, rgb(0 0 0 / 0.075)), 0px 2px 2px var(--tw-text-shadow-color, rgb(0 0 0 / 0.075));
  }
  .sm\:text-6xl {
    @media (width >= 40rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .sm\:text-lg {
    @media (width >= 40rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:min-h-\[70vh\] {
    @media (width >= 48rem) {
      min-height: 70vh;
    }
  }
  .md\:min-w-12 {
    @media (width >= 48rem) {
      min-width: calc(var(--spacing) * 12);
    }
  }
  .md\:px-15 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 15);
    }
  }
  .md\:py-7 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 7);
    }
  }
  .xl\:absolute {
    @media (width >= 80rem) {
      position: absolute;
    }
  }
  .xl\:block {
    @media (width >= 80rem) {
      display: block;
    }
  }
  .xl\:min-h-screen {
    @media (width >= 80rem) {
      min-height: 100vh;
    }
  }
  .xl\:text-2xl {
    @media (width >= 80rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .xl\:text-7xl {
    @media (width >= 80rem) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .xl\:text-8xl {
    @media (width >= 80rem) {
      font-size: var(--text-8xl);
      line-height: var(--tw-leading, var(--text-8xl--line-height));
    }
  }
  .dark\:block {
    &:where(.dark, .dark *) {
      display: block;
    }
  }
  .dark\:hidden {
    &:where(.dark, .dark *) {
      display: none;
    }
  }
  .dark\:bg-\[\#070200\] {
    &:where(.dark, .dark *) {
      background-color: #070200;
    }
  }
  .dark\:bg-\[url\(\/assets\/imgs\/headernight\.png\)\] {
    &:where(.dark, .dark *) {
      background-image: url(/assets/imgs/headernight.png);
    }
  }
  .dark\:text-white {
    &:where(.dark, .dark *) {
      color: var(--color-white);
    }
  }
}
@font-face {
  font-family: "Clash Grotesk";
  src: url("../fonts/clash-grotesk/ClashGrotesk-Variable.woff2") format("woff2"), url("../fonts/clash-grotesk/ClashGrotesk-Variable.woff") format("woff");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --page-gutter: clamp(1rem, 4vw, 2rem);
  --marqee-edge-fade: clamp(3.5rem, 12vw, 10rem);
}
body {
  overflow-x: hidden;
}
.site-shell {
  width: 100%;
  padding-inline: var(--page-gutter);
}
.content-section {
  display: flex;
  min-height: 70vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: var(--section-gap);
  padding: clamp(3rem, 8vw, 6rem) 0;
}
.section-title {
  margin: 0;
  font-size: var(--section-title);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  line-height: 0.95;
}
.divider {
  height: clamp(4rem, 9vw, 6.25rem);
}
.divider svg {
  display: block;
  width: 100%;
  height: clamp(4.5rem, 10vw, 7.5rem);
}
.ksmp-button {
  font-size: var(--button-text);
  height: 3rem;
  line-height: 1;
  padding-block: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-white);
}
.hero-panel {
  display: flex;
  width: 100%;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--color-white);
  gap: clamp(1rem, 2vw, 1.5rem);
  padding: clamp(2rem, 5vw, 3rem) var(--page-gutter);
}
.hero-stat {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.35rem;
  font-size: var(--hero-stat);
}
.hero-title {
  max-width: 14ch;
  margin: 0;
  font-size: var(--hero-title);
  line-height: 0.9;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.hero-copy {
  max-width: min(42rem, 100%);
  margin: 0;
  font-size: var(--hero-copy);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  line-height: 1.3;
}
.hero-actions {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(0.75rem, 2vw, 1.25rem);
}
.marqee-shell {
  position: relative;
  width: 100%;
  max-width: 100vw;
  padding-inline: var(--page-gutter);
}
.marqee-shell::after {
  content: "";
  position: absolute;
  inset: 0 var(--page-gutter);
  z-index: 2;
  pointer-events: none;
  background: linear-gradient( to right, white 0, rgba(255, 255, 255, 0.96) calc(var(--marqee-edge-fade) * 0.16), rgba(255, 255, 255, 0.82) calc(var(--marqee-edge-fade) * 0.34), rgba(255, 255, 255, 0.56) calc(var(--marqee-edge-fade) * 0.56), rgba(255, 255, 255, 0.24) calc(var(--marqee-edge-fade) * 0.8), transparent var(--marqee-edge-fade), transparent calc(100% - var(--marqee-edge-fade)), rgba(255, 255, 255, 0.24) calc(100% - (var(--marqee-edge-fade) * 0.8)), rgba(255, 255, 255, 0.56) calc(100% - (var(--marqee-edge-fade) * 0.56)), rgba(255, 255, 255, 0.82) calc(100% - (var(--marqee-edge-fade) * 0.34)), rgba(255, 255, 255, 0.96) calc(100% - (var(--marqee-edge-fade) * 0.16)), white 100% );
}
.dark .marqee-shell::after {
  background: linear-gradient( to right, #070200 0, rgba(7, 2, 0, 0.96) calc(var(--marqee-edge-fade) * 0.16), rgba(7, 2, 0, 0.82) calc(var(--marqee-edge-fade) * 0.34), rgba(7, 2, 0, 0.56) calc(var(--marqee-edge-fade) * 0.56), rgba(7, 2, 0, 0.24) calc(var(--marqee-edge-fade) * 0.8), transparent var(--marqee-edge-fade), transparent calc(100% - var(--marqee-edge-fade)), rgba(7, 2, 0, 0.24) calc(100% - (var(--marqee-edge-fade) * 0.8)), rgba(7, 2, 0, 0.56) calc(100% - (var(--marqee-edge-fade) * 0.56)), rgba(7, 2, 0, 0.82) calc(100% - (var(--marqee-edge-fade) * 0.34)), rgba(7, 2, 0, 0.96) calc(100% - (var(--marqee-edge-fade) * 0.16)), #070200 100% );
}
.marqee {
  --s: 350px;
  --g: 50px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scroll-padding-inline: var(--page-gutter);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.marqee::-webkit-scrollbar {
  display: none;
}
.marqee.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}
.marqee-track {
  display: flex;
  width: max-content;
  gap: clamp(1rem, 3vw, var(--g));
}
.marqee-item {
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  flex: 0 0 min(var(--s), 82vw);
  width: min(var(--s), 82vw);
}
.marqee-item img, .marqee-item a img {
  pointer-events: none;
  -webkit-user-drag: none;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  display: block;
  width: 100%;
  -webkit-user-select: none;
  user-select: none;
}
.kingdom-card img, .kingdom-card a img {
  aspect-ratio: 1.47 / 1;
}
.marqee-item p {
  font-size: clamp(1.1rem, 2.5vw, 2rem);
  padding-top: calc(var(--spacing) * 2);
  font-family: var(--font-clash);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.marqee-button {
  font-size: clamp(0.95rem, 1.6vw, 1.125rem);
  height: 3rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-white);
}
.marqee-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  margin-top: clamp(0.75rem, 2vw, 1.25rem);
  gap: 0.75rem;
}
.marqee-icon-group {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--spacing) * 2);
}
@media (hover: hover) and (pointer: fine) {
  .marqee {
    cursor: grab;
    scroll-snap-type: none;
  }
}
@media (hover: none), (pointer: coarse), (max-width: 640px) {
  .marqee-shell::after {
    content: none;
    display: none;
    background: none;
  }
  .marqee-shell {
    padding-inline: 0.75rem;
  }
  .marqee {
    --g: 0.875rem;
    touch-action: auto;
    scroll-padding-inline: 0.75rem;
    scroll-snap-type: x proximity;
  }
  .marqee[style*="--s: 500px"] {
    --s: 82vw;
  }
  .marqee[style*="--s: 350px"] {
    --s: 72vw;
  }
  .marqee-meta {
    justify-content: center;
    text-align: center;
  }
  .marqee-item {
    scroll-snap-align: start;
  }
}
@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;
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-text-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-outline-style: solid;
      --tw-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
    }
  }
}
