@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&family=Bebas+Neue&display=swap");

:root {
  --navy: #000b1d;
  --navy-2: #041428;
  --velvet: #000b1d;
  --felt: #041428;
  --felt-deep: #020a18;
  --ink: #f4f8ff;
  --muted: #9eb4d0;
  --gold: #ffd700;
  --gold-deep: #c9a000;
  --gold-chrome: #ffe566;
  --cyan: #00d4ff;
  --red: #e10600;
  --hot: #ff3b5c;
  --line: rgba(0, 212, 255, 0.32);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  color: var(--ink);
  line-height: 1.45;
  background:
    radial-gradient(720px 380px at 78% 18%, rgba(0, 212, 255, 0.16), transparent 58%),
    radial-gradient(640px 420px at 12% 0%, rgba(255, 215, 0, 0.1), transparent 52%),
    radial-gradient(900px 500px at 50% 110%, rgba(0, 80, 160, 0.28), transparent 60%),
    linear-gradient(180deg, #000b1d 0%, #020818 55%, #00040d 100%);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(0, 212, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 212, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.45;
  animation: none;
}

a { color: var(--gold); }
.rg-bar {
  width: 100%;
  margin: 0;
  padding: 0.4rem 1rem;
  background: #020617;
  border-bottom: 1px solid var(--line);
  color: #d7e6f8;
  font-size: 0.78rem;
  line-height: 1.35;
  text-align: center;
}
.rg-bar p {
  max-width: 1120px;
  margin: 0 auto;
}
.rg-bar a { color: var(--gold); font-weight: 700; }
.rg-age {
  display: inline-block;
  margin-right: 0.35rem;
  padding: 0.05rem 0.4rem;
  border-radius: 4px;
  background: var(--gold);
  color: #000b1d;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  vertical-align: baseline;
}
.rg-foot { color: var(--gold); }
.rg-adline {
  padding: 0.85rem 1rem;
  border: 1px dashed var(--line);
  border-radius: 12px;
  background: rgba(0, 212, 255, 0.06);
  font-weight: 700;
}

.nav, .hero, .panel, .foot, .flash, .marquee {
  max-width: 1120px;
  margin: 0 auto;
  padding: 1.15rem 1.4rem;
}

.marquee {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: linear-gradient(90deg, #03101f, #071a33 40%, #03101f);
  box-shadow: 0 0 24px rgba(0, 212, 255, 0.12), inset 0 0 20px rgba(255, 215, 0, 0.05);
  color: var(--gold);
  font-family: Inter, sans-serif;
  font-weight: 700;
  letter-spacing: 0.14em;
  font-size: 0.82rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: ticker 22s linear infinite;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.nav nav { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
.nav a:not(.btn) {
  color: #d7e6f8;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
  font-weight: 700;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: Inter, sans-serif;
  font-weight: 800;
  font-size: 1.12rem;
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.02em;
  text-shadow: none;
}
.brand-stack {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}
.brand-host {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--muted);
}
.brand-clover {
  width: 1.55rem;
  height: 1.55rem;
  color: var(--gold);
  filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.55));
  flex: 0 0 auto;
}
.inline { display: inline; }
.nav button {
  font: inherit;
  cursor: pointer;
  border: 0;
  background: none;
  color: #d7e6f8;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
  font-weight: 700;
}

.btn {
  display: inline-block;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid transparent;
  background: #071427;
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
}
.btn.gold {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffe566 0%, #ffd700 42%, #e6c200 100%);
  color: #000b1d;
  border: 0;
  box-shadow: 0 0 28px rgba(255, 215, 0, 0.35);
  animation: pulse 1.8s ease-in-out infinite;
}
.btn.gold::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40%;
  width: 35%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  transform: skewX(-20deg);
  animation: shine 2.4s ease-in-out infinite;
}
.btn.gold:hover { filter: brightness(1.08); transform: translateY(-1px); }
.btn.ghost {
  background: rgba(0, 212, 255, 0.08);
  color: #e8f7ff;
  box-shadow: inset 0 0 0 1px var(--line);
}
.btn.small { padding: 0.4rem 0.9rem; font-size: 0.78rem; animation: none; }

.kicker {
  font-family: Inter, sans-serif;
  letter-spacing: 0.22em;
  color: var(--cyan);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0.4rem;
  text-shadow: 0 0 16px rgba(0, 212, 255, 0.35);
}
h1, h2, h3 {
  font-family: Inter, sans-serif;
  font-weight: 800;
  margin: 0.15rem 0 0.55rem;
  letter-spacing: -0.03em;
}
h1 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.08;
  color: #fff;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  filter: none;
}
h1 .accent {
  display: block;
  color: var(--gold);
  text-shadow: 0 0 24px rgba(255, 215, 0, 0.35);
}
.lede { font-size: 1.15rem; color: var(--muted); max-width: 44rem; }
.disclaimer, .muted, .foot { color: var(--muted); }
.steps.method {
  max-width: 44rem;
  margin: 0.4rem 0 1.2rem;
  padding-left: 1.35rem;
  color: #d7e6f8;
  font-size: 1.05rem;
  line-height: 1.55;
}
.steps.method li { margin: 0.45rem 0; }
.cta-row { display: flex; flex-wrap: wrap; gap: 0.9rem; margin: 1.3rem 0; }
.cta-hero {
  justify-content: center;
  gap: 1rem;
  margin: 1.6rem 0 0.4rem;
}
.cta-hero form, .cta-hero > a { flex: 1 1 12rem; max-width: 18rem; }
.btn.xl {
  width: 100%;
  padding: 1.1rem 1.4rem;
  font-size: 1.05rem;
  text-align: center;
}

.ads-surface .hero {
  padding-top: 1.6rem;
}
.ads-surface .lede {
  max-width: 18rem;
  font-size: 1.35rem;
  line-height: 1.35;
  font-weight: 600;
  color: #e8f0fa;
}
.ads-surface .steps.method {
  font-size: 1.15rem;
  max-width: 22rem;
}
.ads-surface .pricing .muted {
  min-height: 2.4rem;
  font-size: 1.05rem;
  color: #d7e6f8;
}
.ads-surface .signals h3 {
  margin-bottom: 0.15rem;
}
.ads-surface .signals p {
  margin: 0;
}

.hero {
  position: relative;
  text-align: center;
  padding-top: 0.4rem;
}
.hero .lede, .hero .disclaimer, .hero .last-draw { margin-left: auto; margin-right: auto; }
.last-draw { max-width: 40rem; margin: 1.4rem auto 0; }
.last-draw.compact { margin: 0.8rem 0 0.4rem; }
.last-draw.compact .hero-balls { margin: 0.55rem auto 0.35rem; padding: 0.7rem 0.8rem 0.85rem; }
.draw-caption {
  margin: 0;
  font-family: Inter, sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
  color: var(--cyan);
}
.ball-legend {
  margin: 0.25rem 0 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #d7e6f8;
}
.last-draw.compact .draw-caption { font-size: 0.95rem; }
.last-draw.compact .ball-legend { font-size: 0.78rem; }
.hero-balls {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 1.4rem auto 1.1rem;
  max-width: 40rem;
  padding: 1.1rem 1.2rem 1.3rem;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 50% 120%, rgba(0, 212, 255, 0.16), transparent 55%),
    linear-gradient(180deg, #071a33, #020a18 70%);
  box-shadow:
    inset 0 0 0 1px var(--line),
    0 0 40px rgba(0, 212, 255, 0.12);
}
.jackpot {
  display: inline-block;
  margin: 0.4rem 0 0.8rem;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  background: rgba(0, 212, 255, 0.08);
  border: 1px solid var(--line);
  color: #e8f7ff;
  font-family: Inter, sans-serif;
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 0.92rem;
  text-transform: uppercase;
  box-shadow: 0 0 20px rgba(0, 212, 255, 0.12);
}

.draw-board {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 0.85rem;
  margin: 1.15rem 0 1.3rem;
  text-align: left;
}
.draw-board article {
  padding: 1rem 1.15rem 1.1rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 215, 0, 0.08), transparent 42%),
    rgba(0, 212, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(0, 212, 255, 0.08);
}
.draw-board h2 {
  margin: 0.15rem 0 0.35rem;
  font-size: 1.35rem;
  letter-spacing: 0.02em;
}
.draw-board .jackpot {
  display: block;
  width: fit-content;
  margin: 0.15rem 0 0.45rem;
  color: var(--gold);
}
.draw-act { margin-top: 0.35rem; }
.draw-count {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin: 0 0 0.75rem;
}
.draw-count-label {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}
.draw-count-clock {
  display: flex;
  gap: 0.4rem;
}
.draw-count-unit {
  min-width: 3rem;
  padding: 0.4rem 0.45rem 0.35rem;
  border-radius: 12px;
  background: rgba(0, 8, 20, 0.55);
  border: 1px solid var(--line);
  text-align: center;
  box-shadow: inset 0 0 12px rgba(255, 215, 0, 0.08);
}
.draw-count-unit strong {
  display: block;
  font-size: 1.35rem;
  font-variant-numeric: tabular-nums;
  color: var(--gold);
  line-height: 1.1;
}
.draw-count-unit small {
  display: block;
  margin-top: 0.12rem;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}
.draw-act.is-live .draw-count-label::after {
  content: " — Ziehung";
}

.panel {
  background:
    linear-gradient(180deg, rgba(0, 212, 255, 0.07), transparent 28%),
    linear-gradient(180deg, rgba(7, 26, 51, 0.92), rgba(2, 10, 24, 0.96));
  border: 1px solid var(--line);
  border-radius: 22px;
  margin: 1.1rem auto;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45), inset 0 0 40px rgba(0, 212, 255, 0.04);
}
.panel.narrow { max-width: 560px; }
.panel.legal { max-width: 760px; }
.legal h2 {
  font-family: Inter, sans-serif;
  color: var(--gold);
  font-size: 1.05rem;
  margin: 1.5rem 0 0.45rem;
}
.legal h3 {
  color: var(--cyan);
  font-size: 0.95rem;
  margin: 1rem 0 0.35rem;
}
.legal ul { padding-left: 1.2rem; }
.legal li { margin: 0.25rem 0; }
.facts .data-grid {
  display: grid;
  grid-template-columns: minmax(9rem, 14rem) 1fr;
  gap: 0.4rem 1.2rem;
  margin: 0.9rem 0 0.2rem;
}
.facts .data-grid dt {
  margin: 0;
  color: var(--gold);
  font-weight: 700;
  font-size: 0.88rem;
}
.facts .data-grid dd {
  margin: 0;
  color: var(--muted);
}
.grid3, .twins, .pricing { display: grid; gap: 0.9rem; }
.grid3, .twins { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.twins.twins-charts { grid-template-columns: repeat(auto-fit, minmax(420px, 1fr)); }
.pricing { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }

.grid3 article, .twins article, .pricing article, .ticket {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0.95rem 1rem;
  background: linear-gradient(180deg, rgba(0, 212, 255, 0.08), rgba(0, 0, 0, 0.25));
  box-shadow: inset 0 0 20px rgba(0, 212, 255, 0.04);
}
.pricing .featured {
  outline: 2px solid var(--gold);
  box-shadow: 0 0 28px rgba(255, 200, 40, 0.28);
  transform: scale(1.02);
}
.price {
  font-family: Inter, sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
  margin: 0.1rem 0;
  color: var(--gold);
  text-shadow: 0 0 18px rgba(255, 215, 0, 0.35);
  letter-spacing: -0.03em;
}
.ok { color: #7dffa8; font-weight: 700; }
.flash {
  background: linear-gradient(90deg, #071a33, #03101f);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 0 18px rgba(0, 212, 255, 0.12);
}
.form { display: grid; gap: 0.7rem; }
.form input:not([type=checkbox]) {
  width: 100%;
  padding: 0.7rem 0.8rem;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #020a18;
  color: var(--ink);
}
.check { display: flex; gap: 0.5rem; align-items: flex-start; }
.errors { color: #ff9aa8; }

.balls, .hero-balls { display: flex; flex-wrap: wrap; gap: 0.55rem; }
.ball {
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: Inter, sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: 0;
  color: #0a1220;
  background:
    radial-gradient(circle at 32% 28%, #fff 0 10%, transparent 14%),
    radial-gradient(circle at 50% 45%, #ffffff 0%, #e8eef8 55%, #b7c4d8 100%);
  box-shadow:
    0 0 16px rgba(0, 212, 255, 0.35),
    0 10px 18px rgba(0, 0, 0, 0.4),
    inset 0 -8px 10px rgba(20, 40, 70, 0.18);
  animation: bob 2.8s ease-in-out infinite;
}
.hero-balls .ball:first-child {
  box-shadow:
    0 0 0 3px rgba(255, 215, 0, 0.85),
    0 0 22px rgba(255, 215, 0, 0.45),
    0 10px 18px rgba(0, 0, 0, 0.4);
}
.hero-balls .ball:nth-child(2) { animation-delay: 0.15s; }
.hero-balls .ball:nth-child(3) { animation-delay: 0.3s; }
.hero-balls .ball:nth-child(4) { animation-delay: 0.45s; }
.hero-balls .ball:nth-child(5) { animation-delay: 0.6s; }
.hero-balls .ball:nth-child(6) { animation-delay: 0.75s; }
.hero-balls .ball:nth-child(7) { animation-delay: 0.9s; }
.ball.bonus {
  color: #fff;
  background:
    radial-gradient(circle at 32% 28%, #fff 0 8%, transparent 11%),
    radial-gradient(circle at 30% 30%, #ffb3b8 0%, #ff3b5c 40%, #e10600 72%, #7a0000 100%);
  box-shadow: 0 10px 0 #6a0000, 0 16px 22px rgba(0, 0, 0, 0.45);
}
.ball.star {
  color: #2a1a00;
  background:
    radial-gradient(circle at 32% 28%, #fff 0 8%, transparent 11%),
    radial-gradient(circle at 30% 30%, #fffef0 0%, #ffe27a 36%, #f0c14b 68%, #b8860b 100%);
  box-shadow:
    0 10px 0 #8a6500,
    0 0 18px rgba(255, 230, 120, 0.65),
    0 16px 22px rgba(0, 0, 0, 0.45);
  outline: 2px solid #fff6c2;
  outline-offset: 1px;
}
.balls .ball { width: 3.6rem; height: 3.6rem; font-size: 1.6rem; animation: none; }

.r-hit {
  font-family: Inter, sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  color: var(--gold);
  margin: 0.15rem 0;
}
.twin-chart .twin-kicker {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 0.35rem;
}
.twin-chart .twin-num {
  display: grid;
  place-items: center;
  min-width: 2.1rem;
  height: 2.1rem;
  padding: 0 0.35rem;
  border-radius: 999px;
  background: rgba(255, 215, 0, 0.12);
  border: 1px solid rgba(255, 215, 0, 0.45);
  color: var(--gold);
  font-family: Inter, sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
}
.twin-chart .twin-kicker strong {
  color: var(--ink);
  font-size: 1.05rem;
}
.twin-spark {
  margin: 0.35rem -0.15rem 0.45rem;
}
.twin-spark svg { width: 100%; height: auto; display: block; }
.twin-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
  list-style: none;
  padding: 0;
  margin: 0 0 0.45rem;
  color: #d7e6f8;
  font-size: 0.78rem;
}
.twin-legend .swatch {
  display: inline-block;
  width: 0.85rem;
  height: 0.22rem;
  margin-right: 0.28rem;
  border-radius: 2px;
  vertical-align: middle;
}
.twin-legend .swatch.zahl { background: var(--gold); }
.twin-legend .swatch.kurs { background: var(--cyan); }
.twin-chart > p { color: #d7e6f8; margin: 0.2rem 0; }
.steps { padding-left: 1.2rem; }
.steps li { margin: 0.35rem 0; }
.foot {
  font-size: 0.85rem;
  text-align: center;
  padding-bottom: 2.2rem;
}
.brand-tagline {
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 0.8rem;
}
.crumbs a { color: var(--gold); text-decoration: none; }
.faq, .draw-list { display: grid; gap: 0.7rem; padding: 0; list-style: none; }
.faq article { border-top: 1px solid var(--line); padding-top: 0.7rem; }
.draw-list li a {
  color: var(--ink);
  text-decoration: none;
  display: block;
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(212, 175, 55, 0.25);
}
.draw-list li a:hover { color: var(--gold); }
.year-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  list-style: none;
  padding: 0;
}
.year-cloud a {
  display: inline-block;
  padding: 0.35rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  text-decoration: none;
  color: var(--gold);
}
.year-nav, .draw-pager {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.story p { font-size: 1.05rem; color: #f3e0a6; }

.draw-chart {
  margin: 0.7rem 0 1.3rem;
  overflow-x: auto;
  padding: 0.55rem;
  border-radius: 14px;
  background: #050308;
  box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.22);
}
.draw-chart svg { width: 100%; height: auto; display: block; }
.draw-chart-stars { max-width: 28rem; }
.warm-note {
  color: var(--gold);
  font-size: 1.05rem;
  margin: 0.2rem 0 0.8rem;
}
.draw-charts h3, .draw-physics h3 {
  margin-top: 1.1rem;
}
.draw-physics .twins p { color: #d7e6f8; }

@keyframes pulse {
  0%, 100% { box-shadow: 0 0 22px rgba(255, 215, 0, 0.28); }
  50% { box-shadow: 0 0 36px rgba(255, 215, 0, 0.55); }
}
@keyframes bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}
@keyframes ticker {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
@keyframes twinkle {
  0% { opacity: 0.12; }
  50% { opacity: 0.22; }
  100% { opacity: 0.12; }
}
@keyframes shine {
  0% { left: -40%; }
  55%, 100% { left: 120%; }
}

.signals article { overflow: hidden; }
.signals h3 { margin-top: 0.15rem; }
.signals p { color: #d7e6f8; }
.viz {
  position: relative;
  height: 220px;
  margin: -0.2rem -0.2rem 0.95rem;
  border-radius: 14px;
  background: #050308;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(0, 212, 255, 0.22);
}
.viz-photo {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.viz-photo img {
  display: block;
  width: 118%;
  height: 118%;
  object-fit: cover;
  transform-origin: 55% 45%;
}
.viz-field .viz-photo img {
  object-position: 72% 42%;
  animation: field-drift 16s ease-in-out infinite alternate;
}
.viz-sun .viz-photo img {
  object-position: 78% 58%;
  animation: sun-breathe 7s ease-in-out infinite;
  filter: saturate(1.12) contrast(1.05);
}
.viz-photo-scroll {
  display: flex;
  width: 200%;
  height: 100%;
  animation: stock-scroll 22s linear infinite;
}
.viz-photo-scroll img {
  width: 50%;
  height: 100%;
  flex: 0 0 50%;
  object-fit: cover;
  object-position: 70% 50%;
  animation: none;
}
.viz-sheen {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(420px 180px at 50% 20%, rgba(0, 212, 255, 0.16), transparent 62%),
    linear-gradient(180deg, transparent 40%, rgba(0, 8, 20, 0.55) 100%);
}
.viz-sun .viz-sheen {
  background:
    radial-gradient(280px 160px at 78% 48%, rgba(255, 140, 20, 0.28), transparent 58%),
    linear-gradient(180deg, transparent 42%, rgba(20, 4, 0, 0.5) 100%);
  animation: sun-glow 4.5s ease-in-out infinite;
}
.viz-field .viz-sheen {
  animation: field-glow 5.5s ease-in-out infinite;
}
.viz-readout {
  position: absolute;
  z-index: 2;
  left: 0.55rem;
  bottom: 0.5rem;
  margin: 0;
  padding: 0.18rem 0.6rem;
  border-radius: 999px;
  background: rgba(5, 3, 8, 0.78);
  border: 1px solid rgba(0, 212, 255, 0.28);
  font-family: Inter, sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--gold);
  font-size: 0.92rem;
  text-shadow: none;
}
.viz-unit {
  margin-left: 0.15rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: #c9b48a;
}

.tape {
  position: absolute;
  z-index: 2;
  top: 0.55rem;
  right: 0.5rem;
  left: auto;
  margin: 0;
  padding: 0.16rem 0.5rem;
  max-width: 38%;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(5, 3, 8, 0.7);
  color: #d7c39a;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0.03em;
  font-size: 0.62rem;
  font-weight: 600;
  animation: none;
  white-space: nowrap;
  text-align: right;
  text-overflow: ellipsis;
}

@keyframes field-drift {
  from { transform: scale(1.02) translate(0, 0); }
  to { transform: scale(1.12) translate(-3%, 2%); }
}
@keyframes field-glow {
  0%, 100% { opacity: 0.7; }
  50% { opacity: 1; }
}
@keyframes sun-breathe {
  0%, 100% { transform: scale(1.04); filter: saturate(1.12) brightness(1); }
  50% { transform: scale(1.12); filter: saturate(1.22) brightness(1.08); }
}
@keyframes sun-glow {
  0%, 100% { opacity: 0.75; }
  50% { opacity: 1; }
}
@keyframes stock-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .viz-photo img, .viz-photo-scroll, .viz-sheen {
    animation: none !important;
    transform: none !important;
    filter: none !important;
  }
}

@media (max-width: 640px) {
  h1 { font-size: 2rem; }
  .ball { width: 2.7rem; height: 2.7rem; font-size: 1.2rem; }
  .price { font-size: 2.4rem; }
  .rg-bar { font-size: 0.72rem; padding: 0.35rem 0.7rem; }
  .facts .data-grid { grid-template-columns: 1fr; }
  .facts .data-grid dt { margin-top: 0.45rem; }
  .draw-count-unit { min-width: 2.55rem; padding: 0.3rem 0.28rem; }
  .draw-count-unit strong { font-size: 1.1rem; }
  .twins.twins-charts {
    grid-template-columns: minmax(260px, 1fr);
    grid-auto-flow: row;
    overflow-x: auto;
    padding-bottom: 0.2rem;
  }
}
