/*! tailwindcss v4.3.2 | 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;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@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 {
  .static {
    position: static;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .border {
    border-style: var(--tw-border-style);
    border-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, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
}
* {
  box-sizing: border-box;
}
html.dark {
  color-scheme: dark;
}
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background: #000;
  color: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: 'Inter', sans-serif;
}
#splash-cursor {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
#cursor-follower {
  position: fixed;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: rgba(156,163,175,0.5);
  border-radius: 9999px;
  pointer-events: none;
  z-index: 9999;
  display: none;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}
@media (min-width: 1024px) {
  #cursor-follower {
    display: block;
  }
}
#main-content {
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 1.5rem;
  gap: 2.5rem;
  text-align: center;
  transition: all 0.7s ease-out;
}
@media (min-width: 768px) {
  #main-content {
    gap: 4rem;
  }
}
.eyebrow-text {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: rgba(255,255,255,0.5);
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeUp 0.8s ease-out forwards;
}
@media (min-width: 768px) {
  .eyebrow-text {
    font-size: 0.75rem;
  }
}
.hero-title {
  font-size: 3rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0;
  transform: translateY(2rem);
  animation: fadeUp 1s ease-out 0.2s forwards;
}
@media (min-width: 640px) {
  .hero-title {
    font-size: 4.5rem;
  }
}
@media (min-width: 768px) {
  .hero-title {
    font-size: 6rem;
  }
}
@media (min-width: 1024px) {
  .hero-title {
    font-size: 8rem;
  }
}
.subtitle-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeUp 1s ease-out 0.4s forwards;
}
.divider-line {
  width: 4rem;
  height: 1px;
  background: rgba(255,255,255,0.2);
}
.subtitle-text {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: rgba(255,255,255,0.85);
  margin: 0;
}
@media (min-width: 768px) {
  .subtitle-text {
    font-size: 1.875rem;
  }
}
.launch-btn-wrap {
  margin-top: 1rem;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeUp 1s ease-out 0.6s forwards;
}
#launch-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 1rem 2.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease-out, color 0.3s ease-out, transform 0.3s ease-out;
}
@media (min-width: 768px) {
  #launch-btn {
    font-size: 0.875rem;
  }
}
#launch-btn:hover {
  background: #fff;
  color: #000;
  transform: scale(1.05);
}
.launch-btn-icon {
  width: 1rem;
  height: 1rem;
  margin-left: 0.75rem;
  opacity: 0.5;
  transition: opacity 0.3s ease-out;
}
#launch-btn:hover .launch-btn-icon {
  opacity: 1;
}
.footer-text-wrap {
  position: absolute;
  bottom: 2.5rem;
  opacity: 0;
  animation: fadeUp 1s ease-out 0.8s forwards;
}
.footer-text {
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: rgba(255,255,255,0.4);
  margin: 0;
}
@media (min-width: 768px) {
  .footer-text {
    font-size: 10px;
  }
}
#countdown-overlay {
  position: fixed;
  inset: 0;
  z-index: 50;
  background: #040404;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
  -webkit-user-select: none;
  user-select: none;
  display: flex;
}
#countdown-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}
.font-blanka {
  font-family: 'Blanka', 'Inter', sans-serif;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-5px, 5px);
  }
  40% {
    transform: translate(5px, -5px);
  }
  60% {
    transform: translate(-5px, -5px);
  }
  80% {
    transform: translate(5px, 5px);
  }
}
.animate-shake {
  animation: shake 0.25s ease-in-out infinite;
}
:root {
  --red: #f2f2f2;
  --red-soft: #ffffff;
  --red-dim: #2a2a2a;
  --steel: #d8d8d8;
  --steel-dim: #8a8a8a;
  --panel: #0a0a0a;
}
#countdown-overlay {
  font-family: 'Rajdhani', sans-serif;
}
.stage {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(ellipse at center, rgba(60,0,0,0.35) 0%, rgba(0,0,0,0.9) 45%, #000 75%);
  overflow: hidden;
}
.photo-grid {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: flex-start;
  opacity: 0.22;
  filter: contrast(1.05) saturate(0.9);
  z-index: 1;
}
.photo-col {
  position: relative;
  width: 33.34%;
  height: 100%;
  overflow: hidden;
  mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
  will-change: transform;
}
.photo-col::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,0,0,0.6));
  z-index: 2;
}
.photo-col.edge-fade-l::before, .photo-col.edge-fade-r::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
}
.photo-col.edge-fade-l::before {
  background: linear-gradient(90deg, #000 0%, transparent 40%);
}
.photo-col.edge-fade-r::before {
  background: linear-gradient(90deg, transparent 60%, #000 100%);
}
.photo-strip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.photo-strip img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  filter: grayscale(1);
}
.photo-strip.scroll-down {
  animation: scrollDown 34s linear infinite;
  animation-play-state: paused;
}
.photo-strip.scroll-up {
  animation: scrollUp 34s linear infinite;
  animation-play-state: paused;
}
#countdown-overlay.is-active .photo-strip {
  animation-play-state: running;
}
@keyframes scrollDown {
  0% {
    transform: translate3d(0, -50%, 0);
  }
  100% {
    transform: translate3d(0, 0%, 0);
  }
}
@keyframes scrollUp {
  0% {
    transform: translate3d(0, 0%, 0);
  }
  100% {
    transform: translate3d(0, -50%, 0);
  }
}
.number-wrap {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56vh;
}
.digit {
  position: relative;
  font-family: 'Orbitron', sans-serif;
  font-weight: 900;
  font-size: min(42vw, 46vh);
  line-height: 1;
  color: #141414;
  -webkit-text-stroke: 3px var(--red);
  text-stroke: 3px var(--red);
  text-shadow: 0 0 8px var(--red), 0 0 22px var(--red-soft), 0 0 55px rgba(255,255,255,0.85), 0 0 110px rgba(255,255,255,0.5);
  letter-spacing: -0.02em;
  filter: drop-shadow(0 25px 40px rgba(255,255,255,0.2));
  will-change: transform, opacity;
  transform: translate3d(0, 0, 0);
}
.digit.two-char {
  font-size: min(30vw, 34vh);
  letter-spacing: -0.05em;
}
.digit.flicker {
  animation: digitIn 0.7s cubic-bezier(.2,1.4,.4,1) both, flicker 2.6s linear infinite 0.7s;
}
@keyframes digitIn {
  0% {
    opacity: 0;
    transform: scale(0.8) translate3d(0, 15px, 0);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
  }
}
@keyframes flicker {
  0%, 100% {
    opacity: 1;
    filter: brightness(1);
  }
  92% {
    opacity: 1;
    filter: brightness(1);
  }
  93% {
    opacity: 0.75;
    filter: brightness(0.6);
  }
  94% {
    opacity: 1;
    filter: brightness(1);
  }
  95% {
    opacity: 0.8;
    filter: brightness(0.7);
  }
  96% {
    opacity: 1;
    filter: brightness(1);
  }
}
.footer-band {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 26px;
}
.organized-by {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--steel);
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  letter-spacing: 0.35em;
  font-size: 13px;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.organized-by span.line {
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--steel-dim));
}
.organized-by span.line.right {
  background: linear-gradient(90deg, var(--steel-dim), transparent);
}
.ticker-band {
  position: relative;
  width: 92vw;
  max-width: 1400px;
  height: 52px;
  background: linear-gradient(180deg, #0d0d0d, #000);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 999px;
  overflow: hidden;
  box-shadow: 0 0 25px rgba(255,255,255,0.2), inset 0 0 20px rgba(255,255,255,0.06);
}
.ticker-track {
  position: absolute;
  white-space: nowrap;
  display: flex;
  align-items: center;
  height: 100%;
  animation: scrollTicker 22s linear infinite;
  animation-play-state: paused;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
#countdown-overlay.is-active .ticker-track {
  animation-play-state: running;
}
.ticker-track span {
  color: var(--steel);
  padding: 0 18px;
}
.ticker-track span.accent {
  color: var(--red);
}
.ticker-track span.dot {
  color: rgba(255,255,255,0.25);
}
@keyframes scrollTicker {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.vignette {
  position: absolute;
  inset: 0;
  z-index: 7;
  pointer-events: none;
  background: radial-gradient(ellipse at center, transparent 40%, rgba(0,0,0,0.75) 100%);
}
.scanlines {
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: none;
  background: repeating-linear-gradient(180deg, rgba(255,255,255,0.015) 0px, rgba(255,255,255,0.015) 1px, transparent 1px, transparent 3px);
  opacity: 0.4;
}
@media (max-width: 700px) {
  .digit {
    font-size: 44vw;
  }
  .digit.two-char {
    font-size: 32vw;
  }
  .ticker-track {
    font-size: 13px;
  }
  .photo-col {
    width: 33.34%;
  }
  .photo-strip img {
    height: 170px;
  }
}
#digit {
  transition: opacity 0.5s ease, transform 0.5s ease, filter 0.5s ease;
}
.split-half {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  overflow: hidden;
  background: transparent;
  z-index: 2;
  transition: transform 1.2s cubic-bezier(.76,0,.24,1);
  will-change: transform;
}
.split-half-top {
  top: 0;
}
.split-half-bottom {
  bottom: 0;
}
.split-half-top.split-open {
  transform: translate3d(0, -100%, 0);
}
.split-half-bottom.split-open {
  transform: translate3d(0, 100%, 0);
}
.split-half-inner {
  position: absolute;
  left: 0;
  width: 100%;
  height: 200%;
}
.split-half-inner.top-inner {
  top: 0;
}
.split-half-inner.bottom-inner {
  bottom: 0;
}
.reveal-text-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  z-index: 1;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.9s ease, transform 0.9s ease;
  pointer-events: none;
}
.reveal-text-wrap.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.reveal-line {
  width: 70px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--red), transparent);
  margin-bottom: 6px;
}
.reveal-title {
  font-family: 'Blanka', 'Inter', sans-serif;
  font-size: min(11vw, 9vh);
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 12px var(--red), 0 0 30px var(--red-soft), 0 0 70px rgba(255,255,255,0.6);
}
.reveal-sub {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  letter-spacing: 0.4em;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--steel);
}
@media (max-width: 700px) {
  .reveal-title {
    font-size: 13vw;
  }
}
@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-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-ease {
  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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-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-ease: initial;
    }
  }
}
