/* v5 — ultra horror, local only (no Google Fonts) */
:root {
  --bg: #050000;
  --bg-mid: #120303;
  --panel: #1a0505;
  --blood: #8b0000;
  --blood-deep: #4a0000;
  --blood-mid: #c40808;
  --hot: #ff1a1a;
  --hot-soft: #ff3b3b;
  --ember: #ff6a3d;
  --text: #f2e8e0;
  --muted: #9a847c;
  --dim: #5c4540;
  --font-display: "Times New Roman", "Liberation Serif", "Noto Serif", Times, serif;
  --font-ui: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-body: Georgia, "Times New Roman", serif;
  --safe-t: env(safe-area-inset-top, 0px);
  --safe-b: env(safe-area-inset-bottom, 0px);
  --safe-l: env(safe-area-inset-left, 0px);
  --safe-r: env(safe-area-inset-right, 0px);
  --ease-heart: cubic-bezier(0.4, 0, 0.2, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(ellipse 100% 80% at 50% 20%, #2a0606 0%, transparent 45%),
    radial-gradient(ellipse 90% 70% at 50% 40%, var(--bg-mid) 0%, var(--bg) 55%, #000 100%);
  background-color: var(--bg);
  line-height: 1.5;
  overflow-x: hidden;
  position: relative;
  isolation: isolate;
  -webkit-font-smoothing: antialiased;
}

/* ---- FX canvas ---- */
#fx-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

/* ---- Overlays ---- */
.overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

/* Light film grain — NO feTurbulence (it freezes phones) */
.grain {
  z-index: 8;
  opacity: 0.09;
  mix-blend-mode: overlay;
  background-image:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.03) 0,
      rgba(255, 255, 255, 0.03) 1px,
      transparent 1px,
      transparent 2px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.04) 0,
      rgba(0, 0, 0, 0.04) 1px,
      transparent 1px,
      transparent 3px
    );
  animation: grain-shift 0.35s steps(2) infinite;
  will-change: transform;
}

@keyframes grain-shift {
  0% { transform: translate(0, 0); }
  25% { transform: translate(-1%, 0.5%); }
  50% { transform: translate(0.8%, -0.8%); }
  75% { transform: translate(-0.4%, 1%); }
  100% { transform: translate(0, 0); }
}

.vignette {
  z-index: 2;
  background:
    radial-gradient(
      ellipse 65% 55% at 50% 42%,
      transparent 0%,
      transparent 32%,
      rgba(40, 0, 0, 0.25) 58%,
      rgba(0, 0, 0, 0.75) 82%,
      rgba(0, 0, 0, 0.95) 100%
    );
  animation: vignette-breathe 4.5s ease-in-out infinite;
}

@keyframes vignette-breathe {
  0%, 100% { opacity: 0.92; }
  50% { opacity: 1; }
}

.scanlines {
  z-index: 7;
  opacity: 0.28;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(0, 0, 0, 0.32) 2px,
    rgba(0, 0, 0, 0.32) 4px
  );
}

/* ---- Blood drips from ceiling ---- */
.blood-rail {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  z-index: 4;
  pointer-events: none;
}

.drip {
  position: absolute;
  top: 0;
  width: 6px;
  border-radius: 0 0 50% 50% / 0 0 60% 60%;
  background: linear-gradient(
    180deg,
    var(--blood-mid) 0%,
    var(--hot) 18%,
    var(--blood) 55%,
    var(--blood-deep) 100%
  );
  box-shadow:
    0 0 12px rgba(255, 26, 26, 0.55),
    0 0 4px rgba(255, 80, 40, 0.4);
  transform-origin: top center;
  animation: drip-fall 3.1s var(--ease-heart) infinite;
  opacity: 0;
}

.drip::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, var(--hot-soft), var(--blood));
  box-shadow: 0 0 8px rgba(255, 26, 26, 0.6);
  animation: drip-blob 3.1s var(--ease-heart) infinite;
}

.d1 { left: 8%; height: 42px; animation-duration: 2.7s; }
.d1::after { animation-duration: 2.7s; }
.d2 { left: 22%; width: 4px; height: 26px; animation-duration: 3.5s; animation-delay: 0.6s; }
.d2::after { animation-duration: 3.5s; animation-delay: 0.6s; width: 6px; height: 6px; margin-left: -3px; }
.d3 { left: 41%; height: 54px; width: 7px; animation-duration: 3s; animation-delay: 1.2s; }
.d3::after { animation-duration: 3s; animation-delay: 1.2s; }
.d4 { left: 63%; width: 3px; height: 20px; animation-duration: 4s; animation-delay: 0.3s; }
.d4::after { animation-duration: 4s; animation-delay: 0.3s; width: 5px; height: 5px; margin-left: -2.5px; }
.d5 { left: 78%; height: 36px; animation-duration: 2.9s; animation-delay: 1.7s; }
.d5::after { animation-duration: 2.9s; animation-delay: 1.7s; }
.d6 { left: 92%; width: 5px; height: 30px; animation-duration: 3.3s; animation-delay: 0.9s; }
.d6::after { animation-duration: 3.3s; animation-delay: 0.9s; }

@keyframes drip-fall {
  0% { transform: scaleY(0.08); opacity: 0; }
  8% { opacity: 1; }
  45% { transform: scaleY(1); opacity: 0.95; }
  70% { transform: scaleY(1.08) translateY(6px); opacity: 0.7; }
  100% { transform: scaleY(0.3) translateY(26px); opacity: 0; }
}

@keyframes drip-blob {
  0%, 40% { transform: scale(0.4); opacity: 0; }
  55% { transform: scale(1); opacity: 1; }
  80% { transform: scale(0.9) translateY(8px); opacity: 0.5; }
  100% { transform: scale(0.2) translateY(18px); opacity: 0; }
}

/* Blood splash corners */
.blood-corner {
  position: fixed;
  z-index: 3;
  pointer-events: none;
  width: min(42vw, 220px);
  height: min(42vw, 220px);
  opacity: 0.55;
  filter: blur(0.3px);
}

.blood-corner--tl {
  top: -20px;
  left: -20px;
  background:
    radial-gradient(ellipse 70% 55% at 20% 25%, rgba(180, 0, 0, 0.75) 0%, transparent 55%),
    radial-gradient(circle at 40% 50%, rgba(255, 30, 30, 0.35) 0%, transparent 40%);
}

.blood-corner--tr {
  top: -30px;
  right: -25px;
  background:
    radial-gradient(ellipse 65% 50% at 75% 20%, rgba(160, 0, 0, 0.7) 0%, transparent 55%),
    radial-gradient(circle at 60% 45%, rgba(255, 40, 20, 0.3) 0%, transparent 38%);
}

.blood-corner--bl {
  bottom: -40px;
  left: -30px;
  width: min(55vw, 280px);
  height: min(35vw, 180px);
  opacity: 0.4;
  background:
    radial-gradient(ellipse 80% 60% at 25% 80%, rgba(120, 0, 0, 0.65) 0%, transparent 60%);
}

/* ---- Stage ---- */
.stage {
  position: relative;
  z-index: 5;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding:
    calc(1.75rem + var(--safe-t))
    calc(1.1rem + var(--safe-r))
    calc(2.25rem + var(--safe-b))
    calc(1.1rem + var(--safe-l));
  max-width: 740px;
  margin: 0 auto;
}

.badge {
  font-family: var(--font-ui);
  font-size: clamp(0.58rem, 1.7vw, 0.72rem);
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--hot-soft);
  border: 1px solid rgba(196, 8, 8, 0.7);
  background: rgba(30, 5, 5, 0.7);
  padding: 0.42rem 0.95rem;
  margin-bottom: 1.2rem;
  box-shadow:
    0 0 18px rgba(255, 26, 26, 0.25),
    inset 0 0 12px rgba(139, 0, 0, 0.25);
  animation: badge-pulse 2.2s ease-in-out infinite;
}

@keyframes badge-pulse {
  0%, 100% {
    opacity: 0.88;
    box-shadow: 0 0 12px rgba(255, 26, 26, 0.18), inset 0 0 10px rgba(139, 0, 0, 0.2);
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 28px rgba(255, 26, 26, 0.45), inset 0 0 16px rgba(180, 0, 0, 0.35);
  }
}

/* ---- Glitch title ---- */
.title {
  position: relative;
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.5rem, 5.6vw, 3.05rem);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  line-height: 1.12;
  color: var(--text);
  text-shadow:
    0 0 14px rgba(255, 26, 26, 0.5),
    0 0 40px rgba(139, 0, 0, 0.35),
    0 2px 0 #1a0000;
  margin-bottom: 0.7rem;
}

.title.glitch::before,
.title.glitch::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.title.glitch::before {
  left: 2px;
  color: var(--hot);
  text-shadow: -2px 0 var(--blood-mid);
  animation: glitch-a 3s infinite linear alternate-reverse;
  opacity: 0.85;
  clip-path: inset(0 0 70% 0);
}

.title.glitch::after {
  left: -2px;
  color: #6eb8ff;
  text-shadow: 2px 0 #00c8ff;
  animation: glitch-b 2.4s infinite linear alternate-reverse;
  opacity: 0.5;
  clip-path: inset(60% 0 0 0);
}

@keyframes glitch-a {
  0% { clip-path: inset(0 0 88% 0); transform: translate(0); }
  12% { clip-path: inset(10% 0 58% 0); transform: translate(-3px, 0); }
  28% { clip-path: inset(40% 0 30% 0); transform: translate(3px, 0); }
  45% { clip-path: inset(68% 0 8% 0); transform: translate(-2px, 0); }
  62% { clip-path: inset(8% 0 72% 0); transform: translate(2px, 0); }
  80% { clip-path: inset(52% 0 20% 0); transform: translate(-1px, 0); }
  100% { clip-path: inset(25% 0 50% 0); transform: translate(0); }
}

@keyframes glitch-b {
  0% { clip-path: inset(85% 0 0 0); transform: translate(0); }
  18% { clip-path: inset(48% 0 22% 0); transform: translate(3px, 0); }
  36% { clip-path: inset(15% 0 55% 0); transform: translate(-3px, 0); }
  55% { clip-path: inset(70% 0 5% 0); transform: translate(2px, 0); }
  78% { clip-path: inset(30% 0 40% 0); transform: translate(-2px, 0); }
  100% { clip-path: inset(5% 0 70% 0); transform: translate(0); }
}

/* Blood under title */
.title-blood {
  position: relative;
  display: inline-block;
}

.title-blood::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: -6px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, var(--blood-mid) 20%, var(--hot) 50%, var(--blood-mid) 80%, transparent);
  box-shadow: 0 0 12px rgba(255, 26, 26, 0.6);
  animation: blood-line 2.8s ease-in-out infinite;
}

@keyframes blood-line {
  0%, 100% { opacity: 0.55; transform: scaleX(0.92); }
  50% { opacity: 1; transform: scaleX(1); }
}

.subheadline {
  font-style: italic;
  font-size: clamp(0.9rem, 2.2vw, 1.08rem);
  color: var(--muted);
  margin-bottom: 0.35rem;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

/* ---- Amount heartbeat ---- */
.debt {
  margin: 0.9rem 0 0.3rem;
}

.debt__label {
  font-family: var(--font-ui);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--dim);
  margin-bottom: 0.3rem;
}

.amount {
  font-family: var(--font-display);
  font-size: clamp(2.9rem, 14vw, 6.4rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: var(--hot);
  text-shadow:
    0 0 10px rgba(255, 26, 26, 0.95),
    0 0 28px rgba(225, 6, 0, 0.65),
    0 0 56px rgba(139, 0, 0, 0.45),
    0 3px 0 #2a0000;
  animation: amount-pulse 1.15s var(--ease-heart) infinite;
  will-change: transform, opacity;
}

.amount__currency {
  font-family: var(--font-ui);
  font-size: 0.42em;
  font-weight: 800;
  margin-left: 0.06em;
  vertical-align: 0.2em;
}

.debt__hint {
  font-family: var(--font-ui);
  font-size: clamp(0.65rem, 1.8vw, 0.78rem);
  font-weight: 700;
  letter-spacing: 0.3em;
  color: var(--blood-mid);
  margin-top: 0.55rem;
  text-shadow: 0 0 14px rgba(196, 8, 8, 0.5);
  animation: hint-flicker 5s step-end infinite;
}

@keyframes amount-pulse {
  0%, 100% { transform: scale(1); opacity: 1; filter: brightness(1); }
  12% { transform: scale(1.03); filter: brightness(1.15); }
  26% { transform: scale(1); opacity: 0.9; filter: brightness(0.95); }
  40% { transform: scale(1.018); filter: brightness(1.08); }
  55% { transform: scale(1); opacity: 1; filter: brightness(1); }
}

@keyframes hint-flicker {
  0%, 92%, 100% { opacity: 1; }
  93% { opacity: 0.35; }
  94% { opacity: 1; }
  96% { opacity: 0.5; }
  97% { opacity: 1; }
}

/* ---- Timer ---- */
.countdown {
  width: 100%;
  margin: 1.2rem 0 0.5rem;
}

.countdown__caption {
  font-family: var(--font-ui);
  font-size: clamp(0.65rem, 1.8vw, 0.75rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--dim);
  margin-bottom: 0.85rem;
}

.timer-block {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin: 0 auto;
  padding: 1.1rem 1.2rem;
  background:
    linear-gradient(160deg, rgba(50, 8, 8, 0.95), rgba(8, 0, 0, 0.98)),
    radial-gradient(ellipse at 50% 0%, rgba(255, 30, 30, 0.12), transparent 60%);
  border: 1px solid rgba(180, 10, 10, 0.8);
  border-radius: 8px;
  box-shadow:
    0 0 0 1px rgba(255, 26, 26, 0.12),
    0 0 32px rgba(225, 6, 0, 0.32),
    inset 0 0 28px rgba(80, 0, 0, 0.45);
  animation: heartbeat-glow 1.15s var(--ease-heart) infinite;
  will-change: transform, box-shadow;
  position: relative;
  overflow: hidden;
}

.timer-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 40, 40, 0.08), transparent);
  animation: shine 4.5s ease-in-out infinite;
  pointer-events: none;
}

@keyframes shine {
  0%, 100% { transform: translateX(0); opacity: 0; }
  40% { opacity: 1; }
  70% { transform: translateX(350%); opacity: 0; }
}

@keyframes heartbeat-glow {
  0%, 100% {
    transform: scale(1);
    box-shadow:
      0 0 0 1px rgba(255, 26, 26, 0.12),
      0 0 20px rgba(225, 6, 0, 0.28),
      inset 0 0 20px rgba(80, 0, 0, 0.4);
  }
  14% {
    transform: scale(1.022);
    box-shadow:
      0 0 0 1px rgba(255, 50, 50, 0.45),
      0 0 42px rgba(255, 26, 26, 0.6),
      inset 0 0 32px rgba(160, 0, 0, 0.55);
  }
  28% { transform: scale(1); }
  42% {
    transform: scale(1.014);
    box-shadow:
      0 0 0 1px rgba(225, 6, 0, 0.3),
      0 0 30px rgba(225, 6, 0, 0.42),
      inset 0 0 24px rgba(100, 0, 0, 0.5);
  }
  55% { transform: scale(1); }
}

.timer__unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 3.5rem;
  padding: 0.12rem 0.35rem;
  position: relative;
  z-index: 1;
}

.timer__value {
  font-family: var(--font-ui);
  font-size: clamp(1.6rem, 6.4vw, 2.55rem);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
  color: var(--hot);
  text-shadow: 0 0 16px rgba(255, 26, 26, 0.75);
  line-height: 1.1;
  min-width: 1.55em;
}

.timer__value.glitch-digit {
  color: #fff;
  text-shadow:
    -2px 0 var(--hot),
    2px 0 #4af,
    0 0 20px var(--hot);
  transform: translateX(2px);
}

.timer__label {
  font-family: var(--font-ui);
  font-size: clamp(0.5rem, 1.4vw, 0.58rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--dim);
  margin-top: 0.32rem;
}

.timer__sep {
  font-family: var(--font-ui);
  font-size: clamp(1.35rem, 5vw, 2rem);
  font-weight: 700;
  color: var(--blood-mid);
  align-self: center;
  padding-bottom: 1.05rem;
  opacity: 0.8;
  animation: sep-blink 1s step-end infinite;
  position: relative;
  z-index: 1;
}

@keyframes sep-blink {
  0%, 100% { opacity: 0.9; }
  50% { opacity: 0.2; }
}

.msk-now {
  margin-top: 0.75rem;
  font-family: var(--font-ui);
  font-size: clamp(0.62rem, 1.6vw, 0.72rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--dim);
  text-shadow: 0 0 10px rgba(139, 0, 0, 0.4);
}

/* ---- Warnings ---- */
.warnings {
  margin-top: 1.45rem;
  display: flex;
  flex-direction: column;
  gap: 0.42rem;
  max-width: 28em;
}

.warning-line {
  font-size: clamp(0.85rem, 2.2vw, 1rem);
  color: var(--muted);
  opacity: 0.32;
  transition: opacity 0.55s ease, color 0.55s ease, text-shadow 0.55s ease;
}

.warning-line.is-active {
  opacity: 1;
  color: #f5d0c8;
  text-shadow: 0 0 14px rgba(255, 40, 40, 0.4);
}

.footer {
  margin-top: 1.85rem;
  font-size: clamp(0.78rem, 1.8vw, 0.88rem);
  color: var(--dim);
  max-width: 28em;
}

.footer strong {
  color: var(--blood-mid);
  text-shadow: 0 0 10px rgba(196, 8, 8, 0.4);
}

/* ---- Expired ---- */
.expired-overlay {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  text-align: center;
  background: rgba(5, 0, 0, 0.88);
  animation: overlay-in 0.55s ease-out both;
}

.expired-overlay[hidden] {
  display: none !important;
}

.expired-overlay__veil {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 40%, rgba(180, 0, 0, 0.4) 0%, transparent 55%),
    linear-gradient(180deg, rgba(40, 0, 0, 0.2), rgba(0, 0, 0, 0.9));
  pointer-events: none;
  animation: veil-pulse 2.5s ease-in-out infinite;
}

@keyframes veil-pulse {
  0%, 100% { opacity: 0.85; }
  50% { opacity: 1; }
}

.expired-overlay__content {
  position: relative;
  z-index: 1;
  max-width: 36rem;
  animation: content-shake 0.55s ease-in-out infinite;
}

@keyframes content-shake {
  0%, 100% { transform: translate(0, 0); }
  25% { transform: translate(-2px, 1px); }
  50% { transform: translate(2px, -1px); }
  75% { transform: translate(-1px, -2px); }
}

@keyframes overlay-in {
  from { opacity: 0; transform: scale(1.06); filter: brightness(1.6); }
  to { opacity: 1; transform: scale(1); filter: none; }
}

.expired-overlay__eyebrow {
  font-family: var(--font-ui);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.4em;
  color: #c44;
  margin-bottom: 0.8rem;
  animation: sep-blink 1.1s step-end infinite;
}

.expired-overlay__title {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 11vw, 4.6rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff0f0;
  text-shadow:
    0 0 12px #ff0000,
    0 0 32px #8b0000,
    0 0 56px rgba(255, 0, 0, 0.5);
  margin-bottom: 0.9rem;
}

.expired-overlay__subtitle {
  font-family: var(--font-ui);
  font-size: clamp(1.05rem, 4.5vw, 1.7rem);
  font-weight: 800;
  letter-spacing: 0.2em;
  color: var(--hot);
  text-shadow: 0 0 18px rgba(255, 0, 0, 0.8);
  margin-bottom: 0.9rem;
  animation: amount-pulse 1.4s ease-in-out infinite;
}

.expired-overlay__amount {
  font-family: var(--font-ui);
  font-size: clamp(0.9rem, 2.8vw, 1.1rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #e8b4b4;
  border-top: 1px solid rgba(180, 0, 0, 0.5);
  border-bottom: 1px solid rgba(180, 0, 0, 0.5);
  padding: 0.6rem 1rem;
  display: inline-block;
  margin-bottom: 1.15rem;
}

.expired-overlay__whisper {
  font-style: italic;
  color: rgba(200, 160, 160, 0.65);
  letter-spacing: 0.06em;
  animation: whisper 4s ease-in-out infinite;
}

@keyframes whisper {
  0%, 100% { opacity: 0.4; letter-spacing: 0.06em; }
  50% { opacity: 0.85; letter-spacing: 0.14em; }
}

body.expired .stage {
  filter: blur(2px) saturate(1.5) brightness(0.35);
  pointer-events: none;
}

body.expired .blood-rail .drip {
  animation-duration: 1.3s;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
  .stage {
    justify-content: flex-start;
    padding-top: calc(2.25rem + var(--safe-t));
  }
  .d6 { display: none; }
}

@media (max-width: 480px) {
  .timer__sep { display: none; }
  .timer__unit {
    min-width: 22%;
    flex: 1 1 22%;
  }
  .badge {
    letter-spacing: 0.12em;
    font-size: 0.55rem;
  }
  .title {
    letter-spacing: 0.04em;
  }
  .d4, .d5 { display: none; }
  .grain { opacity: 0.06; }
  .scanlines { opacity: 0.18; }
  .blood-corner { opacity: 0.4; }
}

@media (max-height: 500px) and (orientation: landscape) {
  .stage {
    justify-content: flex-start;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .subheadline,
  .debt__hint,
  .warnings,
  .footer,
  .blood-rail,
  .blood-corner {
    display: none;
  }
  .amount { font-size: 2.2rem; }
  .timer-block { padding: 0.55rem 0.8rem; }
}

@media (prefers-reduced-motion: reduce) {
  .grain,
  .vignette,
  .drip,
  .drip::after,
  .badge,
  .title.glitch::before,
  .title.glitch::after,
  .title-blood::after,
  .amount,
  .debt__hint,
  .timer-block,
  .timer-block::before,
  .timer__sep,
  .expired-overlay__content,
  .expired-overlay__eyebrow,
  .expired-overlay__subtitle,
  .expired-overlay__whisper,
  .expired-overlay__veil {
    animation: none !important;
  }
  .title.glitch::before,
  .title.glitch::after {
    content: none;
  }
  .warning-line { opacity: 0.75; }
  .warning-line.is-active { opacity: 1; }
}
