/* ARENA landing v5 — cinematic manifest */
:root {
  --w5-bg: #030303;
  --w5-surface: #0a0a0a;
  --w5-line: rgba(255, 255, 255, 0.08);
  --w5-text: #fafafa;
  --w5-muted: #a3a3a3;
  --w5-neon: #39ff14;
  --w5-neon-dim: rgba(57, 255, 20, 0.35);
  --w5-red: #ff3355;
  --w5-font: "Syne", "Segoe UI", system-ui, sans-serif;
  --w5-mono: "IBM Plex Mono", ui-monospace, monospace;
  --w5-display: "Bebas Neue", "Syne", sans-serif;
}

html.page-wmm5 {
  scroll-behavior: smooth;
  background: #030303 !important;
  background-image: radial-gradient(ellipse 100% 60% at 50% 0%, rgba(57, 255, 20, 0.06), transparent 55%) !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
}

html.theme-cyber.page-wmm5 body.manualfc-body.page-home::before {
  opacity: 0.42;
}

body.page-wmm5 {
  margin: 0;
  color: var(--w5-text);
  font-family: var(--w5-font);
  cursor: crosshair;
}

.w5 {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px 96px;
}

.w5-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

/* ─── BOOT ─── */
.w5-boot {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  transition: opacity 0.6s ease, visibility 0.6s;
}

.w5-boot.w5-boot--done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.w5-boot-inner {
  width: min(92vw, 420px);
  padding: 32px 28px;
  border: 1px solid var(--w5-neon-dim);
  background: rgba(0, 8, 0, 0.9);
  box-shadow: 0 0 60px rgba(57, 255, 20, 0.15);
}

.w5-boot-line {
  margin: 0 0 12px;
  font-family: var(--w5-mono);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  color: var(--w5-neon);
}

.w5-boot-bar {
  height: 4px;
  background: #111;
  margin-bottom: 16px;
  overflow: hidden;
}

.w5-boot-fill {
  height: 100%;
  width: 0%;
  background: var(--w5-neon);
  box-shadow: 0 0 12px var(--w5-neon);
  transition: width 0.15s linear;
}

.w5-boot-log {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  min-height: 120px;
  font-family: var(--w5-mono);
  font-size: 0.65rem;
  line-height: 1.7;
  color: var(--w5-muted);
}

.w5-boot-log li {
  opacity: 0;
  animation: w5-log-in 0.3s forwards;
}

.w5-boot-log li.ok { color: #86efac; }
.w5-boot-log li.fail { color: var(--w5-red); }

@keyframes w5-log-in {
  from { opacity: 0; transform: translateX(-8px); }
  to { opacity: 1; transform: none; }
}

.w5-boot-skip {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--w5-neon-dim);
  background: transparent;
  color: var(--w5-neon);
  font-family: var(--w5-mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s, background 0.2s;
}

.w5-boot-skip.visible {
  opacity: 1;
}

.w5-boot-skip:hover {
  background: rgba(57, 255, 20, 0.12);
}

/* ─── HONESTY METER ─── */
.w5-honesty {
  position: fixed;
  left: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: center center;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 8px;
  pointer-events: none;
}

.w5-honesty-lbl {
  font-family: var(--w5-mono);
  font-size: 0.55rem;
  letter-spacing: 0.2em;
  color: var(--w5-muted);
}

.w5-honesty-track {
  width: 80px;
  height: 3px;
  background: #222;
  border-radius: 2px;
  overflow: hidden;
}

.w5-honesty-fill {
  height: 100%;
  width: 0%;
  background: var(--w5-neon);
  box-shadow: 0 0 8px var(--w5-neon);
}

/* ─── KILL FEED ─── */
.w5-feed {
  position: fixed;
  top: 80px;
  right: 12px;
  z-index: 40;
  width: min(220px, 42vw);
  display: flex;
  flex-direction: column;
  gap: 6px;
  pointer-events: none;
}

.w5-feed-item {
  padding: 8px 10px;
  border-left: 3px solid var(--w5-neon);
  background: rgba(0, 0, 0, 0.75);
  font-family: var(--w5-mono);
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  color: var(--w5-text);
  animation: w5-feed-in 0.4s ease, w5-feed-out 0.4s ease 3.2s forwards;
}

@keyframes w5-feed-in {
  from { opacity: 0; transform: translateX(20px); }
  to { opacity: 1; transform: none; }
}

@keyframes w5-feed-out {
  to { opacity: 0; transform: translateX(10px); }
}

/* ─── CHAPTERS ─── */
.w5-act {
  margin: 0 0 8px;
  font-family: var(--w5-mono);
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--w5-neon);
}

.w5-chapter {
  margin-bottom: 72px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.w5-chapter.w5-visible {
  opacity: 1;
  transform: none;
}

.w5-chapter h2 {
  margin: 0 0 10px;
  font-family: var(--w5-display);
  font-size: clamp(2rem, 8vw, 3.2rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 0.95;
  text-transform: uppercase;
}

.w5-chapter-lead {
  margin: 0 0 24px;
  max-width: 34rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--w5-muted);
}

/* ─── HERO ─── */
.w5-hero {
  position: relative;
  min-height: min(95vh, 900px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 0 48px;
  margin-bottom: 48px;
  overflow: hidden;
}

.w5-hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.5;
}

.w5-hero-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 50%, transparent 30%, rgba(0, 0, 0, 0.85) 100%);
  pointer-events: none;
}

.w5-title {
  position: relative;
  margin: 0 0 16px;
}

.w5-title-row {
  display: block;
  font-family: var(--w5-mono);
  font-size: clamp(0.75rem, 2.5vw, 0.9rem);
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--w5-muted);
  margin-bottom: 8px;
}

.w5-title-arena {
  display: block;
  font-family: var(--w5-display);
  font-size: clamp(4rem, 18vw, 9rem);
  line-height: 0.85;
  letter-spacing: 0.02em;
  color: var(--w5-text);
  position: relative;
}

.w5-title-arena::after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  top: 0;
  color: var(--w5-neon);
  opacity: 0.35;
  animation: w5-glitch 3s infinite;
  clip-path: inset(0 0 55% 0);
}

@keyframes w5-glitch {
  0%, 90%, 100% { transform: none; opacity: 0.35; }
  92% { transform: translate(-3px, 2px); opacity: 0.6; }
  94% { transform: translate(3px, -1px); opacity: 0.2; }
}

.w5-tagline {
  position: relative;
  margin: 0 0 14px;
  font-size: clamp(1rem, 3vw, 1.2rem);
  font-weight: 700;
  color: var(--w5-neon);
  text-shadow: 0 0 24px rgba(57, 255, 20, 0.35);
}

.w5-lead {
  position: relative;
  margin: 0 0 28px;
  max-width: 32rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--w5-muted);
}

.w5-lead strong {
  color: var(--w5-text);
}

.w5-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border: 2px solid var(--w5-neon);
  background: transparent;
  color: var(--w5-neon);
  font-family: var(--w5-mono);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
}

.w5-cta--primary:hover {
  background: rgba(57, 255, 20, 0.12);
  box-shadow: 0 0 32px rgba(57, 255, 20, 0.35);
  transform: translateY(-2px);
}

.w5-cta--ghost {
  border-color: var(--w5-line);
  color: var(--w5-text);
}

.w5-cta--mega {
  padding: 18px 40px;
  font-size: 0.85rem;
  background: var(--w5-neon);
  color: #000;
  animation: w5-mega-pulse 2.5s ease-in-out infinite;
}

@keyframes w5-mega-pulse {
  0%, 100% { box-shadow: 0 0 24px rgba(57, 255, 20, 0.4); }
  50% { box-shadow: 0 0 56px rgba(57, 255, 20, 0.65); transform: scale(1.02); }
}

/* ─── DUEL SLIDER ─── */
.w5-duel-stage {
  position: relative;
  height: min(420px, 70vh);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--w5-line);
  --w5-split: 50%;
}

.w5-duel-pane {
  position: absolute;
  inset: 0;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
}

.w5-duel-pane ul {
  list-style: none;
  margin: auto 0 0;
  padding: 0;
}

.w5-duel-pane li {
  margin-bottom: 10px;
  font-size: 0.88rem;
  line-height: 1.45;
}

.w5-duel-pane--auto {
  background: linear-gradient(135deg, #1a0808, #0a0a0a);
  clip-path: inset(0 calc(100% - var(--w5-split)) 0 0);
  z-index: 2;
}

.w5-duel-pane--auto li {
  color: #fca5a5;
}

.w5-duel-pane--manual {
  background: linear-gradient(135deg, #061806, #0a0a0a);
  z-index: 1;
}

.w5-duel-pane--manual li {
  color: #bbf7d0;
}

.w5-duel-badge {
  align-self: flex-start;
  padding: 4px 12px;
  font-family: var(--w5-display);
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}

.w5-duel-badge--bad {
  color: var(--w5-red);
  border: 1px solid rgba(255, 51, 85, 0.4);
}

.w5-duel-badge--good {
  color: var(--w5-neon);
  border: 1px solid var(--w5-neon-dim);
}

.w5-duel-noise {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background: repeating-linear-gradient(45deg, #fff 0 1px, transparent 1px 4px);
  pointer-events: none;
}

.w5-duel-glow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(transparent, rgba(57, 255, 20, 0.08));
  pointer-events: none;
}

.w5-duel-slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
  z-index: 10;
}

.w5-duel-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--w5-split);
  width: 4px;
  margin-left: -2px;
  background: var(--w5-neon);
  box-shadow: 0 0 16px var(--w5-neon);
  z-index: 5;
  pointer-events: none;
}

.w5-duel-handle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 8px 6px;
  background: #000;
  border: 1px solid var(--w5-neon);
  font-family: var(--w5-mono);
  font-size: 0.55rem;
  color: var(--w5-neon);
  white-space: nowrap;
}

/* ─── SHREDDER ─── */
.w5-shred-arena {
  position: relative;
  min-height: 320px;
  padding: 24px 16px 16px;
  border-radius: 8px;
  border: 1px solid var(--w5-line);
  background: var(--w5-surface);
  overflow: hidden;
}

.w5-shred-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.w5-shred-targets {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  z-index: 2;
}

.w5-crutch {
  padding: 12px 16px;
  border: 1px solid rgba(255, 51, 85, 0.45);
  border-radius: 4px;
  background: rgba(40, 8, 12, 0.6);
  color: #fecaca;
  font-family: var(--w5-mono);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: transform 0.15s, opacity 0.3s;
}

.w5-crutch:hover {
  transform: scale(1.05);
  border-color: var(--w5-red);
}

.w5-crutch.w5-crutch--dead {
  pointer-events: none;
  animation: w5-crutch-die 0.5s forwards;
}

@keyframes w5-crutch-die {
  0% { transform: scale(1); opacity: 1; }
  40% { transform: scale(1.15) rotate(4deg); filter: brightness(2); }
  100% { transform: scale(0) rotate(20deg); opacity: 0; }
}

.w5-shred-score {
  position: relative;
  margin: 20px 0 0;
  text-align: center;
  font-family: var(--w5-mono);
  font-size: 0.75rem;
  color: var(--w5-muted);
  z-index: 2;
}

.w5-shred-score strong {
  color: var(--w5-neon);
  font-size: 1.2rem;
}

/* ─── ONE RULE ─── */
.w5-rule {
  text-align: center;
  padding: 48px 20px;
  border-top: 1px solid var(--w5-line);
  border-bottom: 1px solid var(--w5-line);
}

.w5-rule-quote {
  margin: 0 0 32px;
  padding: 0;
  border: none;
}

.w5-rule-glitch {
  display: block;
  font-family: var(--w5-display);
  font-size: clamp(3rem, 14vw, 6rem);
  color: transparent;
  -webkit-text-stroke: 1px var(--w5-neon);
  margin-bottom: 20px;
  animation: w5-stroke-pulse 2s ease-in-out infinite;
}

@keyframes w5-stroke-pulse {
  0%, 100% { -webkit-text-stroke-color: var(--w5-neon); filter: drop-shadow(0 0 8px rgba(57,255,20,0.4)); }
  50% { -webkit-text-stroke-color: #fff; filter: drop-shadow(0 0 20px rgba(57,255,20,0.7)); }
}

.w5-rule-quote p {
  margin: 0 auto;
  max-width: 28rem;
  font-size: clamp(1.05rem, 3vw, 1.35rem);
  line-height: 1.55;
  font-weight: 500;
}

.w5-rule-quote em {
  font-style: normal;
  color: var(--w5-neon);
  font-weight: 700;
}

.w5-rule-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.w5-rule-stat {
  text-align: center;
}

.w5-rule-num {
  display: block;
  font-family: var(--w5-display);
  font-size: 2.8rem;
  color: var(--w5-neon);
  line-height: 1;
}

.w5-rule-stat small {
  font-family: var(--w5-mono);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--w5-muted);
}

/* ─── CONSTELLATION ─── */
.w5-const-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
}

.w5-const-svg {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}

.w5-const-lines {
  opacity: 0;
  transition: opacity 1s 0.3s;
}

.w5-constellation.w5-visible .w5-const-lines {
  opacity: 1;
}

.w5-node {
  fill: #222;
  stroke: var(--w5-neon-dim);
  stroke-width: 2;
  opacity: 0;
  transform-origin: center;
  transition: fill 0.3s, r 0.3s;
}

.w5-constellation.w5-visible .w5-node {
  animation: w5-node-pop 0.5s ease forwards;
}

.w5-constellation.w5-visible .w5-node:nth-child(1) { animation-delay: 0.1s; }
.w5-constellation.w5-visible .w5-node:nth-child(2) { animation-delay: 0.2s; }
.w5-constellation.w5-visible .w5-node:nth-child(3) { animation-delay: 0.3s; }
.w5-constellation.w5-visible .w5-node:nth-child(4) { animation-delay: 0.4s; }
.w5-constellation.w5-visible .w5-node:nth-child(5) { animation-delay: 0.5s; }
.w5-constellation.w5-visible .w5-node--core { animation-delay: 0.65s; }

@keyframes w5-node-pop {
  from { opacity: 0; transform: scale(0); }
  to { opacity: 1; transform: scale(1); }
}

.w5-node--core {
  fill: var(--w5-neon);
  stroke: #fff;
  filter: drop-shadow(0 0 10px var(--w5-neon));
}

.w5-const-legend {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--w5-muted);
}

.w5-const-legend li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
}

.w5-const-legend li::before {
  content: "◆";
  position: absolute;
  left: 0;
  color: var(--w5-neon);
  font-size: 0.5rem;
  top: 0.35em;
}

/* ─── MOMENTS CAROUSEL ─── */
.w5-moments {
  margin-bottom: 72px;
}

.w5-moment-track {
  position: relative;
  min-height: 200px;
}

.w5-moment {
  position: absolute;
  inset: 0;
  padding: 28px 24px;
  border: 1px solid var(--w5-line);
  border-radius: 8px;
  background: var(--w5-surface);
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.45s, transform 0.45s;
  pointer-events: none;
}

.w5-moment.is-active {
  opacity: 1;
  transform: none;
  pointer-events: auto;
  border-color: var(--w5-neon-dim);
  box-shadow: 0 0 40px rgba(57, 255, 20, 0.08);
}

.w5-moment-min {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  background: rgba(57, 255, 20, 0.12);
  font-family: var(--w5-display);
  font-size: 1.8rem;
  color: var(--w5-neon);
}

.w5-moment h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.w5-moment p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--w5-muted);
}

.w5-moment-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
}

.w5-moment-btn {
  width: 44px;
  height: 44px;
  border: 1px solid var(--w5-line);
  border-radius: 50%;
  background: transparent;
  color: var(--w5-text);
  font-size: 1.1rem;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}

.w5-moment-btn:hover {
  border-color: var(--w5-neon);
  color: var(--w5-neon);
}

.w5-moment-indicator {
  font-family: var(--w5-mono);
  font-size: 0.72rem;
  color: var(--w5-muted);
}

/* ─── CONTRACT ─── */
.w5-contract-list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}

.w5-contract-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--w5-line);
  font-size: 0.92rem;
  opacity: 0;
  transform: translateX(-16px);
  transition: opacity 0.4s, transform 0.4s;
}

.w5-contract.w5-visible .w5-contract-item {
  opacity: 1;
  transform: none;
}

.w5-contract.w5-visible .w5-contract-item:nth-child(1) { transition-delay: 0.05s; }
.w5-contract.w5-visible .w5-contract-item:nth-child(2) { transition-delay: 0.12s; }
.w5-contract.w5-visible .w5-contract-item:nth-child(3) { transition-delay: 0.19s; }
.w5-contract.w5-visible .w5-contract-item:nth-child(4) { transition-delay: 0.26s; }
.w5-contract.w5-visible .w5-contract-item:nth-child(5) { transition-delay: 0.33s; }

.w5-check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border: 2px solid var(--w5-neon-dim);
  border-radius: 4px;
  position: relative;
}

.w5-contract-item.w5-checked .w5-check {
  background: var(--w5-neon);
  border-color: var(--w5-neon);
}

.w5-contract-item.w5-checked .w5-check::after {
  content: "✓";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 0.75rem;
  font-weight: 700;
}

.w5-eco {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.w5-eco-link {
  flex: 1 1 140px;
  padding: 14px 12px;
  border: 1px solid var(--w5-line);
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  color: var(--w5-text);
  font-size: 0.82rem;
  font-weight: 600;
  transition: border-color 0.2s, transform 0.2s;
}

.w5-eco-link:hover {
  border-color: var(--w5-neon-dim);
  transform: translateY(-2px);
}

/* ─── FINALE ─── */
.w5-finale {
  position: relative;
  text-align: center;
  padding: 56px 24px;
  margin-bottom: 32px;
  overflow: hidden;
}

.w5-finale-rings {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.w5-finale-rings span {
  position: absolute;
  border: 1px solid var(--w5-neon-dim);
  border-radius: 50%;
  animation: w5-ring 4s ease-out infinite;
}

.w5-finale-rings span:nth-child(1) { width: 120px; height: 120px; animation-delay: 0s; }
.w5-finale-rings span:nth-child(2) { width: 200px; height: 200px; animation-delay: 0.8s; }
.w5-finale-rings span:nth-child(3) { width: 280px; height: 280px; animation-delay: 1.6s; }

@keyframes w5-ring {
  0% { transform: scale(0.6); opacity: 0.6; }
  100% { transform: scale(1.4); opacity: 0; }
}

.w5-finale h2 {
  position: relative;
  margin: 0 0 10px;
  font-family: var(--w5-display);
  font-size: clamp(2.5rem, 10vw, 4rem);
  letter-spacing: 0.06em;
}

.w5-finale > p {
  position: relative;
  margin: 0 0 24px;
  color: var(--w5-muted);
}

.w5-finale-actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.w5-versions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid var(--w5-line);
  font-size: 0.78rem;
  color: var(--w5-muted);
}

.w5-versions a {
  color: var(--w5-neon);
  text-decoration: none;
}

@media (max-width: 720px) {
  .w5-honesty,
  .w5-feed {
    display: none;
  }

  .w5-const-wrap {
    grid-template-columns: 1fr;
  }

  .w5-duel-stage {
    height: 480px;
  }

  .w5-cta {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .w5-chapter,
  .w5-moment,
  .w5-contract-item,
  .w5-node,
  .w5-title-arena::after,
  .w5-cta--mega,
  .w5-finale-rings span {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
