/* Flow to Freedom — 5-Level Journey (TN) */
.v2-flow-journey {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
}

.v2-flow-hero {
  padding: 4px 2px 8px;
}
.v2-flow-hero-kicker {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #d4a853;
  margin: 0 0 6px;
}
.v2-flow-hero-title {
  font-family: Cormorant, Georgia, serif;
  font-size: clamp(28px, 4vw, 40px);
  margin: 0 0 6px;
  color: #f4efe6;
  line-height: 1.1;
}
.v2-flow-hero-tag {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 700;
  color: rgba(212, 168, 83, 0.9);
}
.v2-flow-hero-lead {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #8fa8b8;
  max-width: 52rem;
}

.v2-flow-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 1100px) {
  .v2-flow-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .v2-flow-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
  .v2-flow-grid { grid-template-columns: 1fr; }
}

.v2-flow-level-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  padding: 16px 14px 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(160deg, rgba(12, 22, 34, 0.95), rgba(8, 14, 22, 0.88));
  cursor: pointer;
  font-family: inherit;
  color: inherit;
  transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  min-height: 168px;
}
.v2-flow-level-card:hover {
  transform: translateY(-3px);
  border-color: rgba(212, 168, 83, 0.35);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}
.v2-flow-level-card.is-core {
  border-color: rgba(0, 229, 255, 0.4);
  background: linear-gradient(155deg, rgba(10, 28, 36, 0.5), rgba(8, 14, 24, 0.92));
}
.v2-flow-level-num {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.75;
  margin-bottom: 6px;
}
.v2-flow-level-title {
  font-family: Cormorant, Georgia, serif;
  font-size: 20px;
  line-height: 1.15;
  margin: 0 0 4px;
  color: #f0ebe3;
}
.v2-flow-level-sub {
  font-size: 12px;
  line-height: 1.35;
  color: #8fa8b8;
  margin: 0 0 10px;
  flex: 1;
}
.v2-flow-level-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
}
.v2-flow-check {
  color: #76e0a0;
  font-size: 12px;
}
.v2-flow-badge {
  display: inline-flex;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.v2-flow-badge--available { color: #d4c4a0; border-color: rgba(212, 196, 160, 0.32); background: rgba(212, 196, 160, 0.07); }
.v2-flow-badge--in-progress { color: #7ee8ff; border-color: rgba(64, 208, 232, 0.35); background: rgba(64, 208, 232, 0.08); }
.v2-flow-badge--coming-soon { color: #9ab0c0; border-color: rgba(154, 176, 192, 0.25); background: rgba(255, 255, 255, 0.04); }
.v2-flow-badge--core { color: #d4af37; border-color: rgba(212, 175, 55, 0.38); background: rgba(212, 175, 55, 0.1); }
.v2-flow-badge--play { color: #d4af37; border-color: rgba(212, 175, 55, 0.38); background: rgba(212, 175, 55, 0.1); }

.v2-flow-level-card[data-color="violet"] { --flow-accent: 201, 162, 39; }
.v2-flow-level-card[data-color="blue-gold"] { --flow-accent: 201, 162, 39; }
.v2-flow-level-card[data-color="red-orange"] { --flow-accent: 255, 140, 0; }
.v2-flow-level-card[data-color="green-gold"] { --flow-accent: 88, 200, 130; }
.v2-flow-level-card[data-color="gold"] { --flow-accent: 0, 229, 255; }
.v2-flow-level-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(90deg, rgba(var(--flow-accent, 212, 168, 83), 0.7), transparent);
}

.v2-flow-detail {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.v2-flow-detail-back {
  align-self: flex-start;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #dce8f0;
  cursor: pointer;
  font-family: inherit;
}
.v2-flow-detail-head h2 {
  font-family: Cormorant, Georgia, serif;
  font-size: clamp(26px, 3.5vw, 36px);
  margin: 0 0 4px;
  color: #f4efe6;
}
.v2-flow-detail-head p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.55;
  color: #8fa8b8;
}
.v2-flow-detail-fn {
  font-size: 13px;
  font-weight: 700;
  color: #d4a853;
  margin: 0 0 12px;
}
.v2-flow-detail-quote {
  margin: 0;
  padding: 12px 14px;
  border-left: 3px solid rgba(212, 168, 83, 0.5);
  font-family: Cormorant, Georgia, serif;
  font-size: 17px;
  line-height: 1.4;
  color: #e8dfd0;
  background: rgba(212, 168, 83, 0.06);
  border-radius: 0 10px 10px 0;
}

.v2-flow-modules {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.v2-flow-mod {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px 14px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 16, 26, 0.65);
}
.v2-flow-mod.is-done { border-color: rgba(118, 224, 160, 0.2); }
.v2-flow-mod.is-playable { border-color: rgba(212, 175, 55, 0.28); }
.v2-flow-mod-main h3 {
  margin: 0 0 4px;
  font-size: 16px;
  color: #f0ebe3;
}
.v2-flow-mod-note {
  margin: 0;
  font-size: 12px;
  color: #6d8a9c;
  line-height: 1.4;
}
.v2-flow-mod-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}
.v2-flow-mod-btn {
  padding: 10px 16px;
  border-radius: 10px;
  border: none;
  font-weight: 800;
  font-size: 13px;
  cursor: pointer;
  font-family: inherit;
}
.v2-flow-mod-btn--play {
  background: linear-gradient(135deg, #2d8a5c, #76e0a0);
  color: #062012;
}
.v2-flow-mod-btn--play:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.v2-flow-mod-btn--soon {
  background: rgba(255, 255, 255, 0.06);
  color: #9ab0c0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: default;
}
.v2-flow-mod-done {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #d4a853;
  background: rgba(8, 14, 22, 0.88);
  border: 1px solid rgba(212, 168, 83, 0.42);
  font-size: 11px;
  line-height: 1;
}

/* Level-Detail — Spielkacheln mit Badge-Logos (alle Level) */
.ftf-level-games {
  display: grid;
  gap: 14px;
  margin-top: 4px;
  align-items: stretch;
}
.ftf-level-games[data-module-count="4"] {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.ftf-level-games[data-module-count="3"] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ftf-level-games[data-module-count="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 920px;
}
.ftf-level-games[data-module-count="1"] {
  grid-template-columns: minmax(0, min(100%, 380px));
  justify-content: center;
}
/* Wie ftf-level-card auf der Startseite — weiche Rundungen statt Clip-Path */
.ftf-detail .ftf-level-games .v2-spiel-card--tile {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 300px;
  clip-path: none;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: linear-gradient(165deg, rgba(22, 38, 58, 0.88), rgba(12, 20, 34, 0.82));
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.28);
  transition: transform 0.18s ease, border-color 0.18s, box-shadow 0.18s, background 0.18s;
}
.ftf-detail .ftf-level-games .v2-spiel-card--tile:not(:disabled):hover,
.ftf-detail .ftf-level-games .v2-spiel-card--tile.is-soon:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--spiel-rgb), 0.35);
  background: linear-gradient(165deg, rgba(18, 30, 44, 0.98), rgba(10, 18, 28, 0.92));
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}
.ftf-detail .ftf-level-games .v2-spiel-corner {
  display: none;
}
.ftf-detail .ftf-level-games .v2-spiel-top-bar {
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 20px 20px 0 0;
  opacity: 0.85;
  background: linear-gradient(90deg, rgba(var(--spiel-rgb), 0.85), transparent);
  box-shadow: none;
}
.ftf-detail .ftf-level-games .v2-spiel-card--tile:not(:disabled):hover .v2-spiel-top-bar,
.ftf-detail .ftf-level-games .v2-spiel-card--tile.is-soon:hover .v2-spiel-top-bar {
  opacity: 1;
  box-shadow: 0 0 12px rgba(var(--spiel-rgb), 0.35);
}
.ftf-level-games .v2-spiel-card--tile[aria-disabled="true"],
.ftf-level-games .v2-spiel-card--tile.is-locked,
.ftf-level-games .v2-spiel-card--tile.is-waiting {
  opacity: 0.82;
  cursor: pointer;
}
.ftf-level-games .v2-spiel-card--tile.is-soon {
  text-decoration: none;
  color: inherit;
  opacity: 0.9;
}
.ftf-level-games .v2-spiel-card--tile.is-soon:hover {
  opacity: 1;
}
.ftf-level-games .v2-spiel-card--tile.is-soon .v2-spiel-live {
  background: rgba(212, 168, 83, 0.18);
  color: #d9a441;
  border-radius: 999px;
}
.ftf-detail .ftf-level-games .v2-spiel-card--tile.v2-spiel-card--core {
  border-color: rgba(var(--ftf-accent, 0, 229, 255), 0.42);
  background: linear-gradient(160deg, rgba(var(--ftf-accent, 0, 229, 255), 0.08), rgba(8, 14, 24, 0.92));
  box-shadow: 0 0 32px rgba(var(--ftf-accent, 0, 229, 255), 0.1);
}
.ftf-level-games .v2-spiel-card--tile .v2-spiel-card-inner {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
}
.ftf-level-games .v2-spiel-card--tile .v2-spiel-card-main {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}
.ftf-level-games .v2-spiel-card--tile .v2-spiel-body {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  align-items: stretch;
  align-content: stretch;
  text-align: center;
  gap: 12px;
  padding: 20px 14px 16px;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
}
.ftf-detail .ftf-level-games .v2-spiel-card--tile .v2-spiel-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: radial-gradient(
    circle at 35% 30%,
    rgba(var(--spiel-rgb), 0.28),
    rgba(8, 16, 24, 0.95) 68%
  );
  border: 1px solid rgba(var(--spiel-rgb), 0.45);
  box-shadow:
    0 0 18px rgba(var(--spiel-rgb), 0.28),
    inset 0 0 14px rgba(var(--spiel-rgb), 0.1);
}
.ftf-detail .ftf-level-games .v2-spiel-card--tile .v2-spiel-icon .v2-game-badge {
  width: 56px;
  height: 56px;
  border-radius: 12px;
}
.ftf-level-games .v2-spiel-card--tile .v2-spiel-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-width: 0;
  min-height: 0;
}
.ftf-level-games .v2-spiel-card--tile .v2-spiel-title {
  font-size: clamp(17px, 1.6vw, 22px);
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ftf-level-games .v2-spiel-card--tile .v2-spiel-divider {
  margin: 0 auto 10px;
}
.ftf-level-games .v2-spiel-card--tile .v2-spiel-desc {
  font-size: 11px;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(3 * 1.45em);
  width: 100%;
}
.ftf-level-games .v2-spiel-card--tile .v2-spiel-action {
  width: 100%;
  margin-top: 0;
  align-self: end;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}
.ftf-detail .ftf-level-games .v2-spiel-card--tile .v2-spiel-live {
  border-radius: 999px;
}
.ftf-detail .ftf-level-games .v2-spiel-card--tile .v2-spiel-open {
  width: 100%;
  max-width: none;
  justify-content: center;
  font-size: 10px;
  padding: 11px 14px;
  clip-path: none;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(var(--spiel-rgb), 0.28);
}
.ftf-detail .ftf-level-games .v2-spiel-card--tile:disabled .v2-spiel-open {
  border-radius: 12px;
}
.ftf-tile-done {
  position: absolute;
  top: 12px;
  right: 12px;
  left: auto;
  z-index: 2;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #d4a853;
  background: rgba(8, 14, 22, 0.88);
  border: 1px solid rgba(212, 168, 83, 0.42);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
  pointer-events: none;
}
.ftf-tile-done svg {
  width: 13px;
  height: 13px;
  display: block;
}
.ftf-detail .ftf-level-games .v2-spiel-card--tile.is-complete {
  border-color: rgba(212, 168, 83, 0.28);
}
@media (max-width: 1100px) {
  .ftf-level-games[data-module-count="3"],
  .ftf-level-games[data-module-count="4"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ftf-level-games[data-module-count="2"] {
    max-width: none;
  }
}
@media (max-width: 560px) {
  .ftf-level-games {
    grid-template-columns: 1fr;
  }
  .ftf-level-games .v2-spiel-card--tile {
    min-height: 0;
  }
}

.v2-flow-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}
.v2-flow-cta-row .btn { font-weight: 800; }

/* Moderator — Level & Spiel (Styles in design-v2-moderator.css) */

/* Kein Gitter hinter Level- und Spielkacheln */
.participant-hub .v2-grid-pattern {
  display: none;
}

/* ── Flow to Freedom — Übersicht (TN) ── */
.ftf-journey {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
}

/* ── Hero (Port Fortuna → Libertara, responsiv) ── */
.hero-flow {
  position: relative;
  width: 100%;
  min-height: clamp(320px, 62vh, 640px);
  border-radius: 0 0 32px 32px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: clamp(32px, 6vw, 88px);
  background-color: #0a0e14;
  isolation: isolate;
}
.hero-flow__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero-flow__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 46% center;
}
.hero-flow--photo .hero-overlay {
  background:
    linear-gradient(
      100deg,
      rgba(6, 8, 14, 0.9) 0%,
      rgba(6, 8, 14, 0.45) 34%,
      rgba(6, 8, 14, 0.12) 58%,
      rgba(6, 8, 14, 0.42) 100%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.45) 100%);
}
.hero-flow--artwork .hero-content {
  display: none;
}
.hero-flow--artwork .hero-overlay {
  display: none;
}
.hero-flow--artwork .hero-flow__img {
  object-fit: cover;
  object-position: center center;
}
.hero-flow--artwork.hero-flow--compact {
  min-height: clamp(200px, 30vh, 300px);
}
/* TN-Dashboard: kein Schatten-Overlay, Startbild vollständig sichtbar */
.ftf-ds-layout--player .hero-flow--artwork .hero-overlay {
  display: none;
  background: none;
}
.ftf-ds-layout--player .hero-flow--artwork .hero-flow__img {
  object-fit: cover;
  object-position: center center;
}
.ftf-ds-layout--player .hero-flow--artwork.hero-flow--compact {
  min-height: 0;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  aspect-ratio: 1024 / 576;
  height: auto;
  padding: 0;
  align-items: stretch;
  border-radius: 0;
  background-color: #0a0e14;
}
body.participant-hub:has(.hero-flow--artwork) .ftf-ds-chrome,
body.participant-hub:has(.hero-flow--artwork) .v2-atmo-layer,
body.participant-hub:has(#joinPreviewBackdrop:not(.hidden)) .ftf-ds-chrome {
  opacity: 0;
  visibility: hidden;
}
.hero-flow--artwork .hero-overlay {
  display: none !important;
  background: none !important;
  opacity: 0 !important;
}
.hero-flow-scene {
  display: none;
}
.hero-scene-dark {
  position: absolute;
  inset: 0;
  width: 52%;
  background:
    radial-gradient(ellipse 90% 80% at 20% 60%, rgba(60, 20, 30, 0.55), transparent 60%),
    linear-gradient(100deg, #06040c 0%, #120818 40%, transparent 100%);
}
.hero-scene-dark::after {
  content: "";
  position: absolute;
  inset: 10% 8% 8% 4%;
  background:
    repeating-linear-gradient(
      12deg,
      transparent,
      transparent 18px,
      rgba(120, 50, 50, 0.08) 18px,
      rgba(120, 50, 50, 0.08) 20px
    ),
    repeating-linear-gradient(
      -8deg,
      transparent,
      transparent 28px,
      rgba(80, 40, 60, 0.06) 28px,
      rgba(80, 40, 60, 0.06) 30px
    );
  opacity: 0.9;
}
.hero-scene-light {
  position: absolute;
  inset: 0;
  left: 38%;
  background:
    radial-gradient(ellipse 90% 70% at 75% 48%, rgba(255, 200, 110, 0.42), transparent 58%),
    linear-gradient(248deg, transparent 0%, rgba(40, 55, 80, 0.35) 35%, rgba(90, 70, 40, 0.25) 60%, rgba(200, 160, 80, 0.18) 100%);
}
.hero-scene-light::before {
  content: "";
  position: absolute;
  bottom: 18%;
  right: 8%;
  width: 42%;
  height: 22%;
  background: linear-gradient(180deg, transparent, rgba(255, 220, 140, 0.12) 40%, rgba(30, 40, 60, 0.35) 100%);
  clip-path: polygon(8% 100%, 0 55%, 12% 40%, 22% 50%, 35% 30%, 48% 45%, 62% 25%, 75% 38%, 88% 20%, 100% 35%, 100% 100%);
  opacity: 0.85;
}
.hero-scene-compass {
  position: absolute;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
  width: min(22vw, 180px);
  height: min(22vw, 180px);
  border-radius: 50%;
  border: 2px solid rgba(217, 164, 65, 0.45);
  box-shadow:
    0 0 50px rgba(217, 164, 65, 0.22),
    inset 0 0 35px rgba(0, 0, 0, 0.55);
}
.hero-scene-compass::before,
.hero-scene-compass::after {
  content: "";
  position: absolute;
  background: rgba(217, 164, 65, 0.35);
}
.hero-scene-compass::before {
  left: 50%;
  top: 8%;
  bottom: 8%;
  width: 2px;
  transform: translateX(-50%);
}
.hero-scene-compass::after {
  top: 50%;
  left: 8%;
  right: 8%;
  height: 2px;
  transform: translateY(-50%);
}
.hero-scene-figure {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -100%);
  width: min(4vw, 28px);
  height: min(10vh, 72px);
  border-radius: 40% 40% 8px 8px;
  background: linear-gradient(180deg, rgba(246, 229, 189, 0.85), rgba(180, 150, 110, 0.5));
  box-shadow: 0 0 24px rgba(246, 199, 106, 0.25);
}
.hero-scene-figure::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 140%;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  filter: blur(4px);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 70% 45%, rgba(255, 185, 80, 0.18), transparent 35%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.55));
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
  color: #fff;
}
.hero-tagline {
  margin: 0 0 12px;
  font-size: clamp(15px, 2.2vw, 22px);
  font-weight: 600;
  line-height: 1.35;
  color: rgba(246, 229, 189, 0.92);
  letter-spacing: 0.02em;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}
.hero-content h1 {
  font-family: Georgia, "Cormorant", serif;
  font-size: clamp(42px, 7vw, 96px);
  line-height: 0.95;
  margin: 0 0 20px;
  color: #f6e5bd;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.55);
}
.hero-lead {
  max-width: 560px;
  font-size: clamp(16px, 1.8vw, 21px);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
}

/* Tablet — Fokus auf Figuren & Libertara */
@media (max-width: 1024px) {
  .hero-flow {
    min-height: clamp(300px, 52vh, 520px);
    padding: 36px 28px;
  }
  .hero-flow__img {
    object-position: 58% center;
  }
  .hero-flow--photo .hero-overlay {
    background:
      linear-gradient(
        100deg,
        rgba(6, 8, 14, 0.88) 0%,
        rgba(6, 8, 14, 0.35) 40%,
        rgba(6, 8, 14, 0.2) 100%
      ),
      linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.48));
  }
  .hero-content { max-width: 520px; }
  .hero-scene-compass { width: min(30vw, 140px); height: min(30vw, 140px); }
}

/* TN-Dashboard — kompaktes Hero, Untertitel sichtbar, Level-Kacheln darunter */
.hero-flow--compact {
  min-height: clamp(168px, 24vh, 248px);
  padding: 16px 20px 14px;
  border-radius: 0 0 18px 18px;
  align-items: flex-end;
}
.hero-flow--compact .hero-lead {
  display: block;
  max-width: 100%;
  margin: 8px 0 0;
  font-size: clamp(12px, 1.45vw, 15px);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
}
.hero-flow--compact .hero-tagline {
  margin: 0 0 6px;
  font-size: clamp(11px, 1.2vw, 13px);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.9;
}
.hero-flow--compact .hero-content h1 {
  font-size: clamp(22px, 4vw, 34px);
  margin: 0;
  line-height: 1.05;
}
.hero-flow--compact .hero-content {
  max-width: 100%;
}
.ftf-ds-layout--player .ftf-journey {
  gap: 10px;
}
.ftf-ds-layout--player .ftf-topnav {
  padding: 8px 12px;
  gap: 8px 12px;
}
.ftf-ds-layout--player .v2-now-active {
  margin-bottom: 8px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  border-radius: 8px;
}
@media (max-width: 600px) {
  .hero-flow--compact {
    min-height: clamp(152px, 22vh, 220px);
    padding: 14px 16px 12px;
  }
  .hero-flow--compact .hero-content h1 {
    font-size: clamp(20px, 6vw, 28px);
  }
  .hero-flow--compact .hero-lead {
    font-size: 12px;
    line-height: 1.4;
  }
}

/* Handy — Text unten, Bildmittelpunkt rechts (Weg & Stadt) */
@media (max-width: 600px) {
  .hero-flow:not(.hero-flow--compact) {
    min-height: clamp(380px, 72vh, 560px);
    border-radius: 0 0 24px 24px;
    align-items: flex-end;
    padding: 24px 18px 32px;
  }
  .hero-flow__img {
    object-position: 72% 38%;
  }
  .hero-flow--photo .hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(6, 8, 14, 0.55) 0%,
        rgba(6, 8, 14, 0.15) 38%,
        rgba(6, 8, 14, 0.82) 72%,
        rgba(6, 8, 14, 0.94) 100%
      );
  }
  .hero-content {
    max-width: none;
    width: 100%;
  }
  .hero-content h1 { font-size: clamp(34px, 11vw, 52px); }
  .hero-tagline { font-size: 14px; }
  .hero-lead {
    font-size: 14px;
    line-height: 1.45;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
  }
}

/* Sehr schmale Displays */
@media (max-width: 380px) {
  .hero-flow__img {
    object-position: 78% 36%;
  }
  .hero-flow:not(.hero-flow--compact) {
    min-height: clamp(360px, 68vh, 500px);
    padding: 20px 14px 28px;
  }
}

.ftf-topnav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
  padding: 12px 16px;
  border-radius: 16px;
  border: 1px solid rgba(212, 168, 83, 0.18);
  background: rgba(8, 14, 22, 0.75);
  backdrop-filter: blur(8px);
}
.ftf-topnav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex: 1 1 180px;
  max-width: 320px;
}
.ftf-topnav-identity {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.ftf-nav-seminar {
  font-family: Cormorant, Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  color: #f4efe6;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ftf-nav-participant {
  font-size: 12px;
  font-weight: 600;
  color: #8fa8b8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ftf-logo-mark {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(212, 168, 83, 0.25), rgba(212, 168, 83, 0.05));
  border: 1px solid rgba(212, 168, 83, 0.35);
  color: #d4a853;
  font-size: 14px;
}
.ftf-logo-text {
  font-family: Cormorant, Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  color: #f4efe6;
}
.ftf-topnav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  flex: 1;
  justify-content: center;
}
.ftf-nav-link {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: transparent;
  color: #8fa8b8;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  transition: color 0.15s, background 0.15s, border-color 0.15s;
}
.ftf-nav-link:hover { color: #dce8f0; background: rgba(255, 255, 255, 0.04); }
.ftf-nav-link.is-active {
  color: #f4efe6;
  border-color: rgba(212, 168, 83, 0.35);
  background: rgba(212, 168, 83, 0.1);
}
.ftf-topnav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  flex-shrink: 0;
}
.ftf-topnav-actions .lang-switch {
  margin: 0;
  border-color: rgba(212, 168, 83, 0.28);
  background: rgba(8, 14, 22, 0.55);
}
.participant-hub .ftf-topnav-actions .lang-btn {
  color: #8fa8b8;
}
.participant-hub .ftf-topnav-actions .lang-btn:hover {
  color: #dce8f0;
  background: rgba(212, 168, 83, 0.1);
}
.participant-hub .ftf-topnav-actions .lang-btn.active,
.participant-hub .lang-switch--fixed .lang-btn.active {
  background: rgba(212, 168, 83, 0.2);
  color: #f6e5bd;
  box-shadow: inset 0 0 0 1px rgba(212, 168, 83, 0.45);
}
.participant-hub .lang-switch--fixed {
  border-color: rgba(212, 168, 83, 0.28);
}
.ftf-topnav-actions .btn-sm {
  white-space: nowrap;
}
@media (max-width: 480px) {
  .ftf-topnav-actions {
    flex-shrink: 1;
    min-width: 0;
    max-width: 100%;
    gap: 6px;
    flex-wrap: wrap;
  }
  .ftf-topnav-actions .btn-sm {
    font-size: 11px;
    padding: 5px 9px;
    max-width: calc(50vw - 24px);
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.ftf-topnav--detail {
  margin-bottom: 16px;
}
.ftf-stat-pill--gold {
  color: #ffd166;
  border-color: rgba(255, 209, 102, 0.35);
  background: rgba(255, 209, 102, 0.08);
}

.ftf-hero {
  display: grid;
  grid-template-columns: 1fr minmax(220px, 42%);
  gap: 24px 32px;
  align-items: center;
  padding: 8px 4px 4px;
}
@media (max-width: 900px) {
  .ftf-hero { grid-template-columns: 1fr; }
  .ftf-hero-visual { order: -1; max-height: 200px; }
}
.ftf-hero-kicker {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d4a853;
  margin: 0 0 8px;
}
.ftf-hero-title {
  font-family: Cormorant, Georgia, serif;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.05;
  margin: 0 0 6px;
  background: linear-gradient(135deg, #f8e8c8 0%, #d4a853 45%, #c9982e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.ftf-hero-tag {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 700;
  color: rgba(212, 168, 83, 0.85);
}
.ftf-hero-lead {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.6;
  color: #8fa8b8;
  max-width: 36rem;
}
.ftf-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.ftf-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  font-family: inherit;
  border: 1px solid transparent;
  transition: transform 0.15s, box-shadow 0.15s;
}
.ftf-btn:hover { transform: translateY(-1px); }
.ftf-btn--primary {
  background: linear-gradient(135deg, #c9982e, #f0d078 55%, #d4a853);
  color: #1a1208;
  box-shadow: 0 8px 24px rgba(212, 168, 83, 0.25);
}
.ftf-btn--outline {
  background: rgba(8, 16, 26, 0.8);
  border-color: rgba(212, 168, 83, 0.45);
  color: #e8dfd0;
}

.ftf-mountain {
  position: relative;
  height: 280px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(180deg, #0a1420 0%, #121c2a 40%, #0c1218 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.ftf-mountain-glow {
  position: absolute;
  top: 8%;
  right: 12%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 220, 120, 0.55), rgba(255, 200, 80, 0.1) 55%, transparent 70%);
  box-shadow: 0 0 60px rgba(255, 200, 80, 0.35);
}
.ftf-mountain-ridge {
  position: absolute;
  inset: auto 0 0;
  height: 75%;
  background:
    linear-gradient(165deg, transparent 40%, rgba(30, 45, 60, 0.9) 55%),
    linear-gradient(195deg, transparent 50%, rgba(20, 32, 48, 0.95) 65%),
    linear-gradient(175deg, transparent 35%, rgba(15, 25, 38, 1) 50%);
  clip-path: polygon(0 100%, 15% 55%, 35% 70%, 50% 35%, 68% 55%, 85% 25%, 100% 45%, 100% 100%);
}
.ftf-path-track {
  position: absolute;
  inset: 12% 8% 18% 12%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ftf-path-step {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
}
.ftf-path-dot {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 800;
  background: rgba(212, 168, 83, 0.2);
  border: 2px solid rgba(212, 168, 83, 0.5);
  color: #ffd166;
  flex-shrink: 0;
}
.ftf-path-step[data-step="5"] .ftf-path-dot {
  background: rgba(255, 209, 102, 0.35);
  border-color: #ffd166;
  box-shadow: 0 0 16px rgba(255, 209, 102, 0.4);
}
.ftf-path-label {
  font-weight: 800;
  color: #dce8f0;
  min-width: 72px;
}
.ftf-path-level {
  color: #6a8a9a;
  font-size: 10px;
}

.ftf-levels-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 1200px) {
  .ftf-levels-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .ftf-levels-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
  .ftf-levels-grid { grid-template-columns: 1fr; }
}

.ftf-level-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 18px 16px 14px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(165deg, rgba(14, 24, 36, 0.95), rgba(8, 14, 22, 0.9));
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s, box-shadow 0.18s;
  min-height: 320px;
  outline: none;
}
.ftf-level-card:hover,
.ftf-level-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(212, 168, 83, 0.35);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}
.ftf-level-card--core,
.ftf-level-card.is-core {
  border-color: rgba(0, 229, 255, 0.4);
  background: linear-gradient(160deg, rgba(10, 28, 36, 0.5), rgba(8, 14, 24, 0.94));
  box-shadow: 0 0 32px rgba(0, 229, 255, 0.1);
  min-height: 300px;
}
.ftf-level-card[data-color="violet"] {
  --ftf-accent: 201, 162, 39;
  background: linear-gradient(165deg, rgba(78, 58, 145, 0.58), rgba(30, 18, 72, 0.94));
  border-color: rgba(201, 162, 39, 0.22);
}
.ftf-level-card[data-color="blue-gold"] {
  --ftf-accent: 201, 162, 39;
  background: linear-gradient(165deg, rgba(22, 72, 148, 0.56), rgba(10, 28, 78, 0.94));
  border-color: rgba(201, 162, 39, 0.22);
}
.ftf-level-card[data-color="red-orange"] {
  --ftf-accent: 255, 140, 0;
  background: linear-gradient(165deg, rgba(148, 55, 28, 0.58), rgba(68, 18, 12, 0.94));
  border-color: rgba(255, 140, 0, 0.18);
}
.ftf-level-card[data-color="green-gold"] {
  --ftf-accent: 88, 200, 130;
  background: linear-gradient(165deg, rgba(22, 118, 68, 0.55), rgba(10, 52, 28, 0.94));
  border-color: rgba(88, 200, 130, 0.18);
}
.ftf-level-card[data-color="gold"] {
  --ftf-accent: 245, 185, 66;
  background: linear-gradient(165deg, rgba(148, 98, 22, 0.56), rgba(68, 38, 10, 0.94));
  border-color: rgba(245, 185, 66, 0.22);
}
.ftf-level-card[data-color="violet"]:hover,
.ftf-level-card[data-color="violet"]:focus-visible { border-color: rgba(201, 162, 39, 0.38); }
.ftf-level-card[data-color="blue-gold"]:hover,
.ftf-level-card[data-color="blue-gold"]:focus-visible { border-color: rgba(201, 162, 39, 0.38); }
.ftf-level-card[data-color="red-orange"]:hover,
.ftf-level-card[data-color="red-orange"]:focus-visible { border-color: rgba(255, 140, 0, 0.45); }
.ftf-level-card[data-color="green-gold"]:hover,
.ftf-level-card[data-color="green-gold"]:focus-visible { border-color: rgba(88, 200, 130, 0.4); }
.ftf-level-card[data-color="gold"]:hover,
.ftf-level-card[data-color="gold"]:focus-visible,
.ftf-level-card.is-core:hover,
.ftf-level-card.is-core:focus-visible { border-color: rgba(245, 185, 66, 0.45); }
.ftf-level-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(90deg, rgba(var(--ftf-accent, 212, 168, 83), 0.85), transparent);
}
.ftf-level-card[data-color="gold"]::before,
.ftf-level-card.is-core::before {
  background: linear-gradient(90deg, rgba(245, 185, 66, 0.85), rgba(255, 215, 0, 0.6), transparent);
}
.ftf-level-icon-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 10px;
}
.ftf-level-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(
    circle at 35% 30%,
    rgba(var(--ftf-accent, 212, 168, 83), 0.22),
    rgba(var(--ftf-accent, 212, 168, 83), 0.06) 68%
  );
  border: 1px solid rgba(var(--ftf-accent, 212, 168, 83), 0.45);
  color: rgb(var(--ftf-accent, 212, 168, 83));
  box-shadow:
    0 0 18px rgba(var(--ftf-accent, 212, 168, 83), 0.28),
    inset 0 0 14px rgba(var(--ftf-accent, 212, 168, 83), 0.1);
}
.ftf-level-icon--badge {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: transparent;
  border: none;
  box-shadow: none;
}
.ftf-level-icon--badge.ftf-detail-icon {
  width: 72px;
  height: 72px;
}
.ftf-level-badge {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
  filter: drop-shadow(0 4px 14px rgba(var(--ftf-accent, 212, 168, 83), 0.35));
}
.ftf-level-card[data-color="violet"] .ftf-level-badge {
  filter: drop-shadow(0 4px 16px rgba(201, 162, 39, 0.45));
}
.ftf-level-card[data-color="violet"] .ftf-level-title {
  color: #f0dca8;
}
.ftf-level-card[data-color="blue-gold"] .ftf-level-badge {
  filter: drop-shadow(0 4px 16px rgba(212, 175, 55, 0.45));
}
.ftf-level-card[data-color="blue-gold"] .ftf-level-title {
  color: #f0dca8;
}
.ftf-level-card[data-color="red-orange"] .ftf-level-badge {
  filter: drop-shadow(0 4px 16px rgba(255, 140, 0, 0.5));
}
.ftf-level-card[data-color="green-gold"] .ftf-level-badge {
  filter: drop-shadow(0 4px 16px rgba(88, 200, 130, 0.45));
}
.ftf-level-card[data-color="gold"] .ftf-level-badge,
.ftf-level-card--core .ftf-level-badge,
.ftf-level-card.is-core .ftf-level-badge {
  filter: drop-shadow(0 4px 18px rgba(0, 229, 255, 0.5));
}
.ftf-detail[data-color="violet"] { --ftf-accent: 201, 162, 39; }
.ftf-detail[data-color="blue-gold"] { --ftf-accent: 201, 162, 39; }
.ftf-detail[data-color="red-orange"] { --ftf-accent: 255, 140, 0; }
.ftf-detail[data-color="green-gold"] { --ftf-accent: 88, 200, 130; }
.ftf-detail[data-color="gold"] { --ftf-accent: 0, 229, 255; }
.ftf-detail .ftf-detail-head .ftf-level-badge {
  filter: drop-shadow(0 6px 20px rgba(var(--ftf-accent, 212, 168, 83), 0.45));
}
.ftf-level-icon svg {
  width: 26px;
  height: 26px;
  filter: drop-shadow(0 0 6px rgba(var(--ftf-accent, 212, 168, 83), 0.45));
}
.ftf-level-num {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8fa8b8;
  margin: 0;
}
.ftf-level-title {
  font-family: Cormorant, Georgia, serif;
  font-size: 20px;
  line-height: 1.15;
  margin: 0 0 6px;
  color: #f4efe6;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.ftf-level-sub {
  font-size: 12px;
  line-height: 1.4;
  color: #c9a84a;
  margin: 0 0 8px;
  flex: 0;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.ftf-level-card--showcase .ftf-level-sub {
  margin-bottom: 8px;
}
.ftf-level-desc {
  font-size: 13px;
  line-height: 1.5;
  color: #9ab0c0;
  margin: 0 0 10px;
  flex: 1;
}
.ftf-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}
.ftf-pill {
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: #c8d8e4;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
}
.ftf-pill:hover {
  background: rgba(var(--ftf-accent, 212, 168, 83), 0.15);
  border-color: rgba(var(--ftf-accent, 212, 168, 83), 0.35);
}
.ftf-pill:disabled,
.ftf-pill--locked {
  opacity: 0.55;
  cursor: pointer;
}
.ftf-pill--soon { opacity: 0.65; cursor: pointer; }
.ftf-pill--gold {
  border-color: rgba(255, 209, 102, 0.4);
  color: #ffd166;
}
.ftf-pill--running {
  border-color: #ff8a1f !important;
  box-shadow:
    0 0 0 2px rgba(255, 138, 31, 0.5),
    0 0 16px rgba(255, 138, 31, 0.18);
  color: #ffd4a8;
  font-weight: 700;
}
.ftf-pill--running:hover {
  border-color: #ffb347 !important;
  box-shadow:
    0 0 0 2px rgba(255, 179, 71, 0.6),
    0 0 20px rgba(255, 138, 31, 0.24);
}
/* Aktiv laufendes Spiel: keine winzige Pille, sondern eine große, volle
   "Jetzt spielen"-Fläche — nach vorne gezogen und gut sichtbar/antippbar. */
.ftf-pills .ftf-pill--running {
  flex: 1 1 100%;
  order: -1;
  padding: 18px 22px;
  font-size: 19px;
  border-radius: 16px;
  text-align: center;
  background: rgba(255, 138, 31, 0.16);
  animation: ftfRunningPulse 1.8s ease-in-out infinite;
}
.ftf-pills .ftf-pill--running::after {
  content: " \25B6";
}
@keyframes ftfRunningPulse {
  0%, 100% { box-shadow: 0 0 0 2px rgba(255, 138, 31, 0.5), 0 0 16px rgba(255, 138, 31, 0.18); }
  50%      { box-shadow: 0 0 0 3px rgba(255, 138, 31, 0.7), 0 0 26px rgba(255, 138, 31, 0.32); }
}
.ftf-level-status,
.ftf-level-foot {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.ftf-status-ring {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  border: 2px solid rgba(var(--ftf-accent, 212, 168, 83), 0.35);
  background: conic-gradient(rgba(var(--ftf-accent, 212, 168, 83), 0.5) calc(var(--pct, 0) * 1%), rgba(255,255,255,0.06) 0);
  color: rgb(var(--ftf-accent, 212, 168, 83));
}
.ftf-badge {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.ftf-badge--available { color: #d4c4a0; border-color: rgba(212, 196, 160, 0.3); background: rgba(212, 196, 160, 0.07); }
.ftf-badge--in-progress { color: #9ec8e0; border-color: rgba(100, 160, 200, 0.32); background: rgba(100, 160, 200, 0.08); }
.ftf-badge--coming-soon { color: #9ab0c0; border-color: rgba(154, 176, 192, 0.25); background: rgba(255, 255, 255, 0.04); }
.ftf-badge--core { color: #d4af37; border-color: rgba(212, 175, 55, 0.38); background: rgba(212, 175, 55, 0.1); }
.ftf-level-card .ftf-badge--available,
.ftf-level-card .ftf-badge--core {
  color: rgb(var(--ftf-accent, 212, 175, 55));
  border-color: rgba(var(--ftf-accent, 212, 175, 55), 0.32);
  background: rgba(var(--ftf-accent, 212, 175, 55), 0.09);
}
.ftf-level-check { font-size: 11px; color: #d4af37; margin-left: auto; }
.ftf-core-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
  align-items: center;
}
.ftf-core-badge {
  margin-left: auto;
  font-size: 10px;
  font-weight: 800;
  color: #d4af37;
  letter-spacing: 0.04em;
}

.ftf-footer {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  border-radius: 16px;
  border: 1px solid rgba(212, 168, 83, 0.2);
  background: rgba(8, 14, 22, 0.65);
}
.ftf-footer p {
  margin: 0;
  flex: 1;
  font-size: 14px;
  line-height: 1.55;
  color: #9ab0c0;
  text-align: center;
  font-style: italic;
}
.ftf-footer-icon { font-size: 18px; opacity: 0.7; }

.ftf-detail .v2-flow-detail-back {
  border-radius: 12px;
  border-color: rgba(212, 168, 83, 0.22);
  background: rgba(8, 14, 22, 0.65);
}
.ftf-detail .v2-flow-detail-back:hover {
  border-color: rgba(212, 168, 83, 0.4);
  background: rgba(212, 168, 83, 0.08);
}
.ftf-detail .ftf-detail-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px 20px;
  align-items: start;
  padding: 20px 22px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(165deg, rgba(14, 24, 36, 0.95), rgba(8, 14, 22, 0.9));
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}
.ftf-detail .v2-flow-detail-quote {
  border-left: none;
  border-radius: 16px;
  border: 1px solid rgba(212, 168, 83, 0.22);
  padding: 14px 18px;
  margin-top: 12px;
}
.ftf-detail-icon { width: 72px; height: 72px; }
.ftf-detail-title {
  font-family: Cormorant, Georgia, serif;
  font-size: clamp(28px, 4vw, 40px);
  margin: 0 0 4px;
  color: #f4efe6;
}
.ftf-detail-sub { color: #8fa8b8; margin: 0 0 8px; }
.ftf-detail-desc {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.55;
  color: #9ab0c0;
}
.ftf-nav-link--back {
  border-color: rgba(var(--ftf-accent, 212, 175, 55), 0.22);
}

/* Level-Unterseiten — harmonisch, aber je Level eigenes Farbprofil */
.ftf-detail .ftf-hero-kicker {
  color: rgb(var(--ftf-accent, 212, 175, 55));
  letter-spacing: 0.14em;
}
.ftf-detail .v2-flow-detail-fn {
  color: rgba(var(--ftf-accent, 212, 175, 55), 0.92);
  font-weight: 700;
}
.ftf-detail .v2-flow-detail-back {
  border-color: rgba(var(--ftf-accent, 212, 175, 55), 0.22);
}
.ftf-detail .v2-flow-detail-back:hover {
  border-color: rgba(var(--ftf-accent, 212, 175, 55), 0.42);
  background: rgba(var(--ftf-accent, 212, 175, 55), 0.08);
  color: rgb(var(--ftf-accent, 212, 175, 55));
}
.ftf-detail .v2-flow-detail-quote {
  border-color: rgba(var(--ftf-accent, 212, 175, 55), 0.28);
  background: rgba(var(--ftf-accent, 212, 175, 55), 0.04);
  color: #c8d4de;
}
.ftf-detail[data-color="violet"] .ftf-detail-head {
  background: linear-gradient(165deg, rgba(12, 11, 9, 0.97), rgba(6, 7, 11, 0.93));
  border-color: rgba(201, 162, 39, 0.22);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(201, 162, 39, 0.08);
}
.ftf-detail[data-color="violet"] .ftf-detail-title {
  background: linear-gradient(135deg, #f8e8c8 0%, #d4af37 48%, #c9982e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.ftf-detail[data-color="blue-gold"] .ftf-detail-head {
  background: linear-gradient(165deg, rgba(12, 17, 30, 0.97), rgba(7, 10, 20, 0.93));
  border-color: rgba(201, 162, 39, 0.22);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(201, 162, 39, 0.08);
}
.ftf-detail[data-color="blue-gold"] .ftf-detail-title {
  background: linear-gradient(135deg, #f8e8c8 0%, #d4af37 48%, #c9982e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.ftf-detail[data-color="red-orange"] .ftf-detail-head {
  background: linear-gradient(165deg, rgba(32, 14, 6, 0.97), rgba(14, 8, 6, 0.93));
  border-color: rgba(255, 140, 0, 0.22);
}
.ftf-detail[data-color="green-gold"] .ftf-detail-head {
  background: linear-gradient(165deg, rgba(8, 24, 14, 0.97), rgba(5, 12, 8, 0.93));
  border-color: rgba(88, 200, 130, 0.22);
}
.ftf-detail[data-color="gold"] .ftf-detail-head {
  background: linear-gradient(165deg, rgba(22, 16, 8, 0.97), rgba(10, 8, 6, 0.93));
  border-color: rgba(245, 185, 66, 0.22);
}

.ftf-detail .ftf-level-games .v2-spiel-card--tile {
  border-color: rgba(255, 255, 255, 0.09);
}
.ftf-detail[data-color="violet"] .ftf-level-games .v2-spiel-card--tile {
  background: linear-gradient(165deg, rgba(12, 11, 9, 0.96), rgba(6, 7, 11, 0.9));
  border-color: rgba(201, 162, 39, 0.14);
}
.ftf-detail[data-color="blue-gold"] .ftf-level-games .v2-spiel-card--tile {
  background: linear-gradient(165deg, rgba(12, 17, 28, 0.96), rgba(7, 10, 18, 0.9));
  border-color: rgba(201, 162, 39, 0.14);
}
.ftf-detail[data-color="red-orange"] .ftf-level-games .v2-spiel-card--tile {
  background: linear-gradient(165deg, rgba(28, 14, 8, 0.96), rgba(12, 8, 6, 0.9));
}
.ftf-detail[data-color="green-gold"] .ftf-level-games .v2-spiel-card--tile {
  background: linear-gradient(165deg, rgba(8, 22, 14, 0.96), rgba(5, 12, 8, 0.9));
}
.ftf-detail[data-color="gold"] .ftf-level-games .v2-spiel-card--tile {
  background: linear-gradient(165deg, rgba(8, 20, 28, 0.96), rgba(5, 10, 18, 0.9));
}
.ftf-detail .ftf-level-games .v2-spiel-card--tile:not(:disabled):hover,
.ftf-detail .ftf-level-games .v2-spiel-card--tile.is-soon:hover {
  border-color: rgba(var(--ftf-accent, 212, 175, 55), 0.38);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.4),
    0 0 24px rgba(var(--ftf-accent, 212, 175, 55), 0.08);
}
.ftf-detail .ftf-level-games .v2-spiel-top-bar {
  background: linear-gradient(
    90deg,
    rgba(var(--ftf-accent, 212, 175, 55), 0.75),
    rgba(var(--spiel-rgb), 0.55),
    transparent
  );
}
.ftf-detail .ftf-level-games .v2-spiel-card--tile .v2-spiel-live {
  background: rgba(var(--ftf-accent, 212, 175, 55), 0.11);
  color: rgb(var(--ftf-accent, 212, 175, 55));
  border: 1px solid rgba(var(--ftf-accent, 212, 175, 55), 0.3);
}
.ftf-detail .ftf-level-games .v2-spiel-card--tile.is-soon .v2-spiel-live {
  background: rgba(154, 176, 192, 0.1);
  color: #9ab0c0;
  border-color: rgba(154, 176, 192, 0.28);
}
.ftf-detail .ftf-level-games .v2-spiel-card--tile.v2-spiel-card--highlight,
.ftf-detail .ftf-level-games .v2-spiel-card--tile.v2-spiel-card--playable {
  border-color: rgba(var(--ftf-accent, 212, 175, 55), 0.42);
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(var(--ftf-accent, 212, 175, 55), 0.18),
    0 0 28px rgba(var(--ftf-accent, 212, 175, 55), 0.1);
}
.ftf-detail .ftf-level-games .v2-spiel-card--tile.v2-spiel-card--highlight .v2-spiel-top-bar,
.ftf-detail .ftf-level-games .v2-spiel-card--tile.v2-spiel-card--playable .v2-spiel-top-bar {
  opacity: 1;
  box-shadow: 0 0 14px rgba(var(--ftf-accent, 212, 175, 55), 0.35);
}
.ftf-detail .ftf-level-games .v2-spiel-card--tile .v2-spiel-divider {
  background: linear-gradient(
    90deg,
    transparent,
    rgba(var(--ftf-accent, 212, 175, 55), 0.55),
    transparent
  );
  width: 56px;
}
.ftf-detail[data-color="gold"] .ftf-level-games .v2-spiel-card--tile.v2-spiel-card--core .v2-spiel-top-bar {
  background: linear-gradient(90deg, rgba(245, 185, 66, 0.85), rgba(255, 215, 0, 0.55), transparent);
}

/* Level 5 — Gold wie Badge */
.ftf-detail[data-color="gold"] .ftf-detail-title {
  background: linear-gradient(135deg, #fff0c8 0%, #f5b942 48%, #c9a227 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.ftf-detail[data-color="gold"] .ftf-level-games .v2-spiel-top-bar {
  background: linear-gradient(90deg, rgba(245, 185, 66, 0.72), rgba(201, 162, 39, 0.18), transparent);
}
.ftf-detail[data-color="gold"] .ftf-level-games .v2-spiel-card--tile .v2-spiel-icon {
  background: radial-gradient(
    circle at 35% 30%,
    rgba(245, 185, 66, 0.18),
    rgba(10, 8, 6, 0.95) 68%
  );
  border-color: rgba(245, 185, 66, 0.28);
  box-shadow: 0 0 16px rgba(245, 185, 66, 0.12);
}
.ftf-detail[data-color="gold"] .ftf-level-games .v2-spiel-card--tile .v2-spiel-divider {
  background: linear-gradient(90deg, transparent, rgba(245, 185, 66, 0.42), transparent);
}
.ftf-detail[data-color="gold"] .ftf-level-games .v2-spiel-card--tile .v2-spiel-live {
  background: rgba(245, 185, 66, 0.1);
  color: #f0dca8;
  border-color: rgba(245, 185, 66, 0.26);
}
.ftf-detail[data-color="gold"] .ftf-level-games .v2-spiel-card--tile:not(:disabled):hover,
.ftf-detail[data-color="gold"] .ftf-level-games .v2-spiel-card--tile.is-soon:hover {
  border-color: rgba(245, 185, 66, 0.32);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.4),
    0 0 20px rgba(245, 185, 66, 0.08);
}
.ftf-level-card[data-color="gold"] .ftf-pill--gold,
.ftf-detail[data-color="gold"] .ftf-pill--gold {
  border-color: rgba(245, 185, 66, 0.35);
  color: #f0dca8;
}

/* Level-Detail — Play-Button nutzt Spiel-Theme der Kachel (--spiel-* am Card) */
.ftf-detail .ftf-level-games .v2-spiel-card--tile:not(:disabled) .v2-spiel-open,
.ftf-detail .ftf-level-games .v2-spiel-card--tile.is-waiting .v2-spiel-open {
  background: linear-gradient(135deg, var(--spiel-deep, var(--spiel-main)) 0%, var(--spiel-main) 52%, var(--spiel-light) 100%);
  box-shadow: 0 4px 18px rgba(var(--spiel-rgb), 0.38);
  color: #fff;
}
.ftf-detail .ftf-level-games .v2-spiel-card--tile.theme-lifeflowGold:not(:disabled) .v2-spiel-open,
.ftf-detail .ftf-level-games .v2-spiel-card--tile.theme-libertara:not(:disabled) .v2-spiel-open,
.ftf-detail .ftf-level-games .v2-spiel-card--tile.theme-spiel4:not(:disabled) .v2-spiel-open {
  color: #1a1208;
}

/* Level 1 — Akzente Gold/Navy wie Badge & Überschrift */
.ftf-detail[data-color="violet"] .ftf-level-games .v2-spiel-top-bar {
  background: linear-gradient(90deg, rgba(201, 162, 39, 0.82), rgba(201, 162, 39, 0.15), transparent);
}
.ftf-detail[data-color="violet"] .ftf-level-games .v2-spiel-card--tile .v2-spiel-icon {
  background: radial-gradient(
    circle at 35% 30%,
    rgba(201, 162, 39, 0.2),
    rgba(6, 7, 11, 0.95) 68%
  );
  border-color: rgba(201, 162, 39, 0.32);
  box-shadow: 0 0 16px rgba(201, 162, 39, 0.18);
}
.ftf-detail[data-color="violet"] .ftf-level-games .v2-spiel-card--tile .v2-spiel-divider {
  background: linear-gradient(90deg, transparent, rgba(201, 162, 39, 0.5), transparent);
}
.ftf-detail[data-color="violet"] .ftf-level-games .v2-spiel-card--tile .v2-spiel-live {
  background: rgba(201, 162, 39, 0.1);
  color: #e8c86a;
  border-color: rgba(201, 162, 39, 0.28);
}
.ftf-detail[data-color="violet"] .ftf-level-games .v2-spiel-card--tile:not(:disabled):hover,
.ftf-detail[data-color="violet"] .ftf-level-games .v2-spiel-card--tile.is-soon:hover {
  border-color: rgba(201, 162, 39, 0.32);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.4),
    0 0 20px rgba(201, 162, 39, 0.08);
}

/* Level 2 — Akzente Gold/Navy wie Badge & Überschrift */
.ftf-detail[data-color="blue-gold"] .ftf-level-games .v2-spiel-top-bar {
  background: linear-gradient(90deg, rgba(201, 162, 39, 0.82), rgba(201, 162, 39, 0.15), transparent);
}
.ftf-detail[data-color="blue-gold"] .ftf-level-games .v2-spiel-card--tile .v2-spiel-icon {
  background: radial-gradient(
    circle at 35% 30%,
    rgba(201, 162, 39, 0.2),
    rgba(8, 11, 20, 0.95) 68%
  );
  border-color: rgba(201, 162, 39, 0.32);
  box-shadow: 0 0 16px rgba(201, 162, 39, 0.18);
}
.ftf-detail[data-color="blue-gold"] .ftf-level-games .v2-spiel-card--tile .v2-spiel-divider {
  background: linear-gradient(90deg, transparent, rgba(201, 162, 39, 0.5), transparent);
}
.ftf-detail[data-color="blue-gold"] .ftf-level-games .v2-spiel-card--tile .v2-spiel-live {
  background: rgba(201, 162, 39, 0.1);
  color: #e8c86a;
  border-color: rgba(201, 162, 39, 0.28);
}
.ftf-detail[data-color="blue-gold"] .ftf-level-games .v2-spiel-card--tile:not(:disabled):hover,
.ftf-detail[data-color="blue-gold"] .ftf-level-games .v2-spiel-card--tile.is-soon:hover {
  border-color: rgba(201, 162, 39, 0.32);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.4),
    0 0 20px rgba(201, 162, 39, 0.08);
}

/* Showcase — nur Ansicht, keine Spiel-Links */
.ftf-journey--showcase .ftf-showcase-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin: 0 0 16px;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid rgba(201, 162, 39, 0.28);
  background: rgba(201, 162, 39, 0.07);
}
.ftf-showcase-banner__tag {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e8c86a;
  border: 1px solid rgba(201, 162, 39, 0.35);
  background: rgba(201, 162, 39, 0.12);
}
.ftf-showcase-banner__text {
  margin: 0;
  flex: 1;
  min-width: 200px;
  font-size: 13px;
  line-height: 1.45;
  color: #9ab0c0;
}
.ftf-badge--showcase {
  color: #d4c4a0;
  border-color: rgba(212, 196, 160, 0.32);
  background: rgba(212, 196, 160, 0.08);
}
.ftf-level-showcase-hint {
  margin: 0 0 12px;
  font-size: 12px;
  color: #8fa8b8;
}
.ftf-level-card--showcase {
  cursor: pointer;
}
.ftf-showcase-tile {
  cursor: pointer;
  text-align: inherit;
  width: 100%;
}
.ftf-showcase-tile .v2-spiel-action {
  display: flex;
}
.ftf-showcase-tile .v2-spiel-corner {
  display: none;
}
.ftf-showcase-mod-tag {
  margin-bottom: 8px;
}
.ftf-journey--showcase .v2-flow-detail-back {
  cursor: pointer;
  pointer-events: auto;
}
.ftf-journey--showcase .ftf-level-card[data-flow-level] {
  cursor: pointer;
}

/* Showcase Level-Detail — Kachel über den Modulen */
.ftf-level-intro-card {
  cursor: default;
  min-height: 0;
  margin-bottom: 8px;
}
.ftf-level-intro-card .ftf-detail-icon {
  width: 72px;
  height: 72px;
}
.ftf-level-intro-card .ftf-level-title {
  font-size: clamp(22px, 3vw, 28px);
}
.ftf-level-fn {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(var(--ftf-accent, 212, 175, 55), 0.92);
}
.ftf-level-intro-quote {
  margin: 12px 0 0;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(var(--ftf-accent, 212, 175, 55), 0.22);
  background: rgba(var(--ftf-accent, 212, 175, 55), 0.05);
  font-size: 13px;
  line-height: 1.5;
  color: #9ab0c0;
  font-style: italic;
}
.ftf-level-intro-video {
  margin: 18px 0 6px;
}
.ftf-level-intro-video-btn {
  display: grid;
  grid-template-columns: minmax(140px, 220px) 1fr;
  gap: 16px;
  align-items: center;
  width: 100%;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(165deg, rgba(14, 24, 36, 0.92), rgba(8, 14, 22, 0.88));
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.ftf-level-intro-video-btn:hover,
.ftf-level-intro-video-btn:focus-visible {
  border-color: rgba(var(--ftf-accent, 212, 168, 83), 0.45);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
  transform: translateY(-1px);
  outline: none;
}
.ftf-level-intro-video-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(20, 32, 48, 0.95), rgba(8, 12, 20, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.ftf-level-intro-video-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ftf-level-intro-video-img.is-missing {
  opacity: 0;
}
.ftf-level-intro-video-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(4, 10, 18, 0.38);
  transition: background 0.2s ease;
}
.ftf-level-intro-video-btn:hover .ftf-level-intro-video-play,
.ftf-level-intro-video-btn:focus-visible .ftf-level-intro-video-play {
  background: rgba(4, 10, 18, 0.52);
}
.ftf-level-intro-video-play svg {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.55));
}
.ftf-level-intro-video-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.ftf-level-intro-video-kicker {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(var(--ftf-accent, 212, 168, 83), 0.9);
}
.ftf-level-intro-video-label {
  font-family: Cormorant, Georgia, serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  line-height: 1.2;
  color: #e8f0f8;
}
.ftf-level-intro-video-cta {
  font-size: 12px;
  font-weight: 700;
  color: #9ab0c0;
}
.ftf-detail[data-color="violet"] .ftf-level-intro-video-btn {
  border-color: rgba(201, 162, 39, 0.2);
}
.ftf-detail[data-color="blue-gold"] .ftf-level-intro-video-btn {
  border-color: rgba(201, 162, 39, 0.2);
}
.ftf-detail[data-color="red-orange"] .ftf-level-intro-video-btn {
  border-color: rgba(255, 140, 0, 0.22);
}
.ftf-detail[data-color="green-gold"] .ftf-level-intro-video-btn {
  border-color: rgba(88, 200, 130, 0.22);
}
.ftf-detail[data-color="gold"] .ftf-level-intro-video-btn {
  border-color: rgba(245, 185, 66, 0.22);
}
@media (max-width: 560px) {
  .ftf-level-intro-video-btn {
    grid-template-columns: 1fr;
  }
  .ftf-level-intro-video-thumb {
    max-width: 280px;
    width: 100%;
  }
}

.ftf-level-modules-title {
  margin: 8px 0 14px;
  font-family: Cormorant, Georgia, serif;
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 700;
  color: #dce8f0;
  letter-spacing: 0.04em;
}
.ftf-journey--showcase .ftf-showcase-tile .v2-spiel-desc {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
  color: #8fa8b8;
  font-size: 12px;
  line-height: 1.5;
  max-width: 36ch;
  margin: 0 auto;
}

/* TN-Layout: Journey volle Breite */
.participant-hub {
  overflow-x: clip;
}
.participant-hub .v2-main--journey-full {
  max-width: none;
  width: 100%;
  padding: 0 0 max(88px, env(safe-area-inset-bottom, 0px));
  overflow-x: clip;
}
.ftf-journey--start {
  padding: 0;
  gap: 14px;
}
.ftf-journey--start > .hero-flow {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  border-radius: 0;
}
.ftf-journey--start .ftf-levels {
  padding: 0 clamp(12px, 2vw, 28px) 8px;
}

/* TN Vorschlag A: Level über Landkarte — Karte komplett oben, Level unten (TN_LEVELS_ABOVE_MAP) */
.ftf-journey--start.ftf-journey--levels-first {
  padding-top: clamp(6px, 1.5vh, 14px);
}
.ftf-journey--start.ftf-journey--levels-first .ftf-journey-bar {
  position: sticky;
  top: 0;
  z-index: 40;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  padding:
    max(10px, env(safe-area-inset-top, 0px))
    clamp(12px, 2vw, 28px)
    10px;
  background: linear-gradient(
    180deg,
    rgba(20, 42, 62, 0.98) 0%,
    rgba(20, 42, 62, 0.94) 78%,
    rgba(20, 42, 62, 0.82) 100%
  );
  backdrop-filter: blur(12px) saturate(1.1);
  -webkit-backdrop-filter: blur(12px) saturate(1.1);
  border-bottom: 1px solid rgba(212, 168, 83, 0.14);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}
.ftf-journey--start.ftf-journey--levels-first .ftf-journey-stack {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  min-height: 0;
  overflow: visible;
  isolation: isolate;
  margin-top: clamp(2px, 0.5vh, 8px);
}
.ftf-journey--start.ftf-journey--levels-first .ftf-journey-stack > .hero-flow {
  position: relative;
  z-index: 0;
  margin: 0;
  width: 100%;
  max-width: none;
  min-height: 0;
  height: auto;
  aspect-ratio: 1024 / 576;
  max-height: none;
  border-radius: 0;
  padding: 0;
  align-items: stretch;
  background-color: #1c3245;
}
.ftf-journey--start.ftf-journey--levels-first .ftf-journey-stack > .hero-flow .hero-flow__media {
  position: absolute;
  inset: 0;
}
.ftf-journey--start.ftf-journey--levels-first .ftf-journey-stack > .hero-flow .hero-flow__img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center top;
  filter: saturate(1.04) brightness(0.96);
}
.ftf-journey--start.ftf-journey--levels-first .ftf-journey-stack > .ftf-levels {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2cm;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 clamp(12px, 2vw, 28px) clamp(10px, 2vw, 18px);
  pointer-events: none;
  overflow: visible;
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 18%,
    rgba(6, 10, 16, 0.06) 32%,
    rgba(6, 10, 16, 0.22) 62%,
    rgba(6, 10, 16, 0.42) 100%
  );
}
.ftf-journey--start.ftf-journey--levels-first .ftf-journey-stack > .ftf-levels .ftf-levels-grid {
  pointer-events: auto;
  min-width: 0;
}
.ftf-journey--start.ftf-journey--levels-first .ftf-journey-stack .ftf-level-card {
  min-height: clamp(228px, 30vh, 292px);
  background: linear-gradient(165deg, rgba(14, 24, 36, 0.72), rgba(8, 14, 22, 0.66));
  backdrop-filter: blur(11px) saturate(1.08);
  -webkit-backdrop-filter: blur(11px) saturate(1.08);
  box-shadow:
    0 10px 36px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.ftf-journey--start.ftf-journey--levels-first .ftf-journey-stack .ftf-level-card.is-core,
.ftf-journey--start.ftf-journey--levels-first .ftf-journey-stack .ftf-level-card--core {
  background: linear-gradient(160deg, rgba(10, 28, 36, 0.62), rgba(8, 14, 24, 0.68));
}
.ftf-journey--start.ftf-journey--levels-first .ftf-journey-stack .ftf-level-card[data-color="violet"] {
  background: linear-gradient(165deg, rgba(14, 13, 10, 0.74), rgba(7, 8, 12, 0.68));
}
.ftf-journey--start.ftf-journey--levels-first .ftf-journey-stack .ftf-level-card[data-color="blue-gold"] {
  background: linear-gradient(165deg, rgba(14, 18, 28, 0.74), rgba(8, 11, 20, 0.68));
}
.ftf-journey--start.ftf-journey--levels-first .ftf-journey-stack .ftf-level-card[data-color="red-orange"] {
  background: linear-gradient(165deg, rgba(28, 14, 6, 0.74), rgba(12, 8, 6, 0.68));
}
.ftf-journey--start.ftf-journey--levels-first .ftf-journey-stack .ftf-level-card[data-color="green-gold"] {
  background: linear-gradient(165deg, rgba(6, 22, 12, 0.74), rgba(5, 12, 8, 0.68));
}
.ftf-journey--start.ftf-journey--levels-first .ftf-journey-stack .ftf-level-card[data-color="gold"] {
  background: linear-gradient(165deg, rgba(22, 16, 8, 0.74), rgba(10, 8, 6, 0.68));
}
.ftf-journey--start.ftf-journey--levels-first .ftf-journey-stack .ftf-level-title {
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
}
.ftf-journey--start.ftf-journey--levels-first .ftf-journey-stack .ftf-level-sub {
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}
.ftf-ds-layout--player .ftf-journey--levels-first .ftf-journey-stack > .hero-flow {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .ftf-journey--start.ftf-journey--levels-first .ftf-journey-stack .ftf-level-card {
    background: linear-gradient(165deg, rgba(14, 24, 36, 0.96), rgba(8, 14, 22, 0.94));
  }
}

/* Tablet + Handy: Karte oben, Kacheln darunter (kein Overlay — nichts abgeschnitten) */
@media (max-width: 1024px) {
  .ftf-journey--start.ftf-journey--levels-first .ftf-journey-stack {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .ftf-journey--start.ftf-journey--levels-first .ftf-journey-stack > .hero-flow {
    flex: 0 0 auto;
  }
  .ftf-journey--start.ftf-journey--levels-first .ftf-journey-stack > .ftf-levels {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 10px;
    padding: 0 clamp(10px, 3vw, 20px) 18px;
    pointer-events: auto;
    overflow: visible;
    background: none;
    justify-content: flex-start;
  }
  .ftf-journey--start.ftf-journey--levels-first .ftf-levels-grid {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 12px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: clamp(10px, 3vw, 20px);
    -webkit-overflow-scrolling: touch;
    padding: 4px clamp(2px, 1vw, 8px) 10px;
    scrollbar-width: thin;
    scrollbar-color: rgba(212, 168, 83, 0.4) transparent;
  }
  .ftf-journey--start.ftf-journey--levels-first .ftf-levels-grid::-webkit-scrollbar {
    height: 5px;
  }
  .ftf-journey--start.ftf-journey--levels-first .ftf-levels-grid::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(212, 168, 83, 0.4);
  }
  .ftf-journey--start.ftf-journey--levels-first .ftf-journey-stack .ftf-level-card,
  .ftf-journey--start.ftf-journey--levels-first .ftf-level-card {
    flex: 0 0 min(82vw, 300px);
    width: min(82vw, 300px);
    scroll-snap-align: center;
    min-height: 268px;
    max-height: none;
    align-self: stretch;
  }
  .ftf-journey--start.ftf-journey--levels-first .ftf-level-card.is-core,
  .ftf-journey--start.ftf-journey--levels-first .ftf-level-card--core {
    min-height: 268px;
  }
  .ftf-journey--start.ftf-journey--levels-first .ftf-level-icon {
    width: 42px;
    height: 42px;
  }
  .ftf-journey--start.ftf-journey--levels-first .ftf-level-title {
    font-size: clamp(17px, 4.5vw, 20px);
  }
  .ftf-journey--start.ftf-journey--levels-first .ftf-level-sub {
    font-size: 11px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

@media (max-width: 640px) {
  .ftf-journey--start.ftf-journey--levels-first .ftf-journey-bar {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
  .ftf-journey--start.ftf-journey--levels-first .ftf-journey-stack {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
  .ftf-journey--start.ftf-journey--levels-first .ftf-journey-stack > .hero-flow {
    aspect-ratio: 1024 / 576;
    max-height: min(42vh, 260px);
  }
  .ftf-journey--start.ftf-journey--levels-first .ftf-journey-bar-identity {
    flex: 1 1 120px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 10px;
    min-width: 0;
  }
  .ftf-journey--start.ftf-journey--levels-first .ftf-journey-bar-name {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
  }
  .ftf-journey--start.ftf-journey--levels-first .ftf-journey-bar-actions {
    margin-left: auto;
    width: auto;
    flex: 0 0 auto;
    justify-content: flex-end;
    gap: 6px;
  }
  .ftf-journey--start.ftf-journey--levels-first .ftf-journey-bar-actions .btn-sm,
  .ftf-journey--start.ftf-journey--levels-first .ftf-journey-bar-actions .lang-btn {
    min-height: 44px;
    min-width: 44px;
  }
}

/* Handy: Kacheln untereinander — volle Breite, kein Wischen nötig */
@media (max-width: 480px) {
  .ftf-journey--start.ftf-journey--levels-first .ftf-journey-stack > .ftf-levels {
    padding: 0 12px 16px;
  }
  .ftf-journey--start.ftf-journey--levels-first .ftf-levels-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    overflow: visible;
    scroll-snap-type: none;
    padding: 0;
  }
  .ftf-journey--start.ftf-journey--levels-first .ftf-journey-stack .ftf-level-card,
  .ftf-journey--start.ftf-journey--levels-first .ftf-level-card {
    flex: none;
    width: 100%;
    max-width: none;
    min-height: 0;
    scroll-snap-align: none;
  }
  .ftf-journey--start.ftf-journey--levels-first .ftf-level-card.is-core,
  .ftf-journey--start.ftf-journey--levels-first .ftf-level-card--core {
    min-height: 0;
  }
  .ftf-journey--start.ftf-journey--levels-first .ftf-level-sub {
    -webkit-line-clamp: unset;
    display: block;
    overflow: visible;
  }
}

.ftf-journey-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  margin: 0;
  padding: 10px clamp(12px, 2vw, 28px) 4px;
}
.ftf-journey-bar-identity {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 14px;
  min-width: 0;
}
.ftf-journey-bar-name {
  font-size: 15px;
  font-weight: 700;
  color: #f4efe6;
  line-height: 1.2;
}
.ftf-journey-bar-team {
  font-size: 12px;
  font-weight: 600;
  color: #8fa8b8;
  line-height: 1.2;
}
.ftf-journey-bar-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-left: auto;
}
.ftf-journey-bar-actions .lang-switch,
.ftf-journey-bar-actions .btn {
  flex-shrink: 0;
}
.ftf-journey-bar-actions .lang-switch {
  margin: 0;
  border-color: rgba(212, 168, 83, 0.28);
  background: rgba(8, 14, 22, 0.55);
}
.participant-hub .ftf-journey-bar-actions .lang-btn {
  color: #8fa8b8;
}
.participant-hub .ftf-journey-bar-actions .lang-btn:hover {
  color: #dce8f0;
  background: rgba(212, 168, 83, 0.1);
}
.participant-hub .ftf-journey-bar-actions .lang-btn.active {
  background: rgba(212, 168, 83, 0.2);
  color: #f6e5bd;
  box-shadow: inset 0 0 0 1px rgba(212, 168, 83, 0.45);
}
.ftf-journey-bar-actions .btn-sm {
  white-space: nowrap;
}
.ftf-journey-actions {
  position: fixed;
  top: max(10px, env(safe-area-inset-top, 0px));
  right: max(10px, env(safe-area-inset-right, 0px));
  z-index: 650;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  pointer-events: none;
}
.ftf-journey-actions > * {
  pointer-events: auto;
}
.ftf-journey-actions .lang-switch,
.ftf-journey-actions .btn {
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}
.ftf-level-card.is-running {
  border-color: #ff8a1f !important;
  box-shadow:
    0 0 0 2px rgba(255, 138, 31, 0.55),
    0 14px 36px rgba(255, 138, 31, 0.14);
}
.ftf-level-card.is-running:hover,
.ftf-level-card.is-running:focus-visible {
  border-color: #ffb347 !important;
  box-shadow:
    0 0 0 2px rgba(255, 179, 71, 0.65),
    0 16px 40px rgba(255, 138, 31, 0.2);
}
.ftf-level-card.is-running .ftf-badge {
  background: rgba(255, 138, 31, 0.18);
  border-color: rgba(255, 138, 31, 0.45);
  color: #ffd4a8;
}
/* Läuft + spielbar — einzelnes Spiel in Level-Kacheln */
.ftf-level-games .v2-spiel-card--tile.is-running,
.ftf-detail .ftf-level-games .v2-spiel-card--tile.is-running {
  border-color: #ff8a1f !important;
  box-shadow:
    0 0 0 2px rgba(255, 138, 31, 0.55),
    0 12px 32px rgba(255, 138, 31, 0.14);
}
.ftf-level-games .v2-spiel-card--tile.is-running .v2-spiel-top-bar,
.ftf-detail .ftf-level-games .v2-spiel-card--tile.is-running .v2-spiel-top-bar {
  background: linear-gradient(90deg, #ff8a1f, #ffb347);
  opacity: 1;
  box-shadow: 0 0 14px rgba(255, 138, 31, 0.45);
}
.ftf-level-games .v2-spiel-card--tile.is-running:hover,
.ftf-detail .ftf-level-games .v2-spiel-card--tile.is-running:hover {
  border-color: #ffb347 !important;
  box-shadow:
    0 0 0 2px rgba(255, 179, 71, 0.65),
    0 14px 36px rgba(255, 138, 31, 0.2);
}
.ftf-level-games .v2-spiel-card--tile.is-running .v2-spiel-live,
.ftf-detail .ftf-level-games .v2-spiel-card--tile.is-running .v2-spiel-live {
  background: rgba(255, 138, 31, 0.18);
  border-color: rgba(255, 138, 31, 0.45);
  color: #ffd4a8;
}
/* Aktiv laufendes Spiel groß über die volle Breite (statt kleiner Kachel) und
   nach vorne gezogen — Teilnehmer sehen sofort, was jetzt gespielt wird. */
.ftf-level-games .v2-spiel-card--tile.is-running,
.ftf-detail .ftf-level-games .v2-spiel-card--tile.is-running {
  grid-column: 1 / -1;
  order: -1;
  min-height: 300px;
}
.ftf-detail .ftf-level-games .v2-spiel-card--tile.is-running .v2-spiel-icon {
  transform: scale(1.35);
}
.ftf-level-games .v2-spiel-card--tile.is-running .v2-spiel-title {
  font-size: 1.7rem;
}
.ftf-level-games .v2-spiel-card--tile.is-running .v2-spiel-desc {
  font-size: 1.05rem;
}
.ftf-level-games .v2-spiel-card--tile.is-running .v2-spiel-open {
  font-size: 1.05rem;
  font-weight: 800;
}
@media (max-width: 560px) {
  .ftf-level-games .v2-spiel-card--tile.is-running {
    min-height: 240px;
  }
}
@media (max-width: 700px) {
  .participant-hub .v2-main--journey-full {
    padding-top: 0;
    padding-bottom: 96px;
  }
  .ftf-topnav {
    flex-direction: column;
    align-items: stretch;
  }
  .ftf-topnav-brand { max-width: none; }
  .ftf-topnav-links { justify-content: flex-start; }
  .ftf-topnav-actions {
    margin-left: 0;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.ftf-journey {
  padding: 0 clamp(12px, 2vw, 28px) 8px;
}
.ftf-journey > .hero-flow {
  margin-left: calc(-1 * clamp(12px, 2vw, 28px));
  margin-right: calc(-1 * clamp(12px, 2vw, 28px));
  width: calc(100% + 2 * clamp(12px, 2vw, 28px));
  max-width: 100vw;
}
.v2-layout--journey {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: none;
}
@media (min-width: 1024px) {
  .v2-layout--journey {
    display: flex !important;
    grid-template-columns: none !important;
  }
  .v2-layout--journey .v2-program {
    display: flex !important;
  }
}
.v2-layout--journey .v2-program-head.is-compact { display: none; }
.v2-layout--journey .v2-program {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0;
}
.v2-layout--journey #flowJourneyMount {
  width: 100%;
  min-width: 0;
}
.ftf-journey {
  max-width: none;
}

/* ── Canvas: Mockup-Bild mit Text-/Link-Hotspots ── */
.ftf-journey--canvas {
  width: 100%;
  padding: 0;
}
.ftf-canvas {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  line-height: 0;
}
.ftf-canvas-bg {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
  user-select: none;
  border-radius: 4px;
}
.ftf-canvas-layer {
  position: absolute;
  inset: 0;
  line-height: 1.35;
  pointer-events: none;
}
.ftf-canvas-layer > * {
  pointer-events: auto;
}

.ftf-board-nav {
  position: absolute;
  top: 4.5%;
  left: 17%;
  right: 22%;
  height: 5%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 4px;
  padding: 0;
}
.ftf-board-nav-btn {
  flex: 1;
  max-width: 18%;
  height: 100%;
  border: none;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.15);
  color: rgba(212, 168, 83, 0.55);
  font-size: clamp(8px, 0.75vw, 11px);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
  transition: color 0.15s, background 0.15s, box-shadow 0.15s;
}
.ftf-board-nav-btn:hover,
.ftf-board-nav-btn.is-active {
  color: #ffd166;
  background: rgba(212, 168, 83, 0.12);
  box-shadow: 0 0 12px rgba(255, 209, 102, 0.2);
}

.ftf-hotspot--stats {
  position: absolute;
  top: 4.2%;
  right: 3%;
  display: flex;
  gap: 6px;
  pointer-events: none;
}
.ftf-hotspot--stats .ftf-stat-pill {
  font-size: clamp(9px, 0.7vw, 11px);
  padding: 4px 8px;
}

.ftf-hotspot--hero {
  position: absolute;
  left: 3.2%;
  top: 13.5%;
  width: 36%;
  height: 22%;
  padding: 10px 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
.ftf-hotspot--hero .ftf-hero-kicker {
  margin: 0;
  font-size: clamp(8px, 0.65vw, 10px);
}
.ftf-hotspot--hero .ftf-hero-title {
  margin: 0;
  font-size: clamp(16px, 2.2vw, 28px);
  line-height: 1.05;
}
.ftf-hotspot--hero .ftf-hero-lead {
  margin: 0;
  font-size: clamp(9px, 0.85vw, 12px);
  line-height: 1.4;
  color: #9ab0c0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ftf-hotspot--cta {
  position: absolute;
  left: 3.2%;
  top: 36.5%;
  width: 36%;
  height: 6.5%;
  display: flex;
  gap: 8px;
  align-items: stretch;
  padding: 0 4px;
}
.ftf-hotspot--cta .ftf-btn {
  flex: 1;
  padding: 0 8px;
  font-size: clamp(9px, 0.8vw, 12px);
  border-radius: 10px;
  min-height: 0;
  justify-content: center;
}

.ftf-hotspot--tiles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.ftf-tile-hotspot {
  position: absolute;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  padding: 0 6px;
  box-sizing: border-box;
}
.ftf-tile-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 38% 8px 12%;
  box-sizing: border-box;
  min-height: 0;
}
.ftf-tile-hotspot--core .ftf-tile-inner {
  padding-top: 40%;
}
.ftf-tile-num {
  font-size: clamp(7px, 0.55vw, 9px);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6a8a9a;
  margin-bottom: 2px;
}
.ftf-tile-title {
  margin: 0 0 2px;
  font-family: Cormorant, Georgia, serif;
  font-size: clamp(10px, 1vw, 14px);
  line-height: 1.1;
  color: #f4efe6;
}
.ftf-tile-sub {
  margin: 0 0 6px;
  font-size: clamp(7px, 0.6vw, 9px);
  line-height: 1.25;
  color: #8fa8b8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ftf-tile-pills {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 100%;
  margin-bottom: 6px;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
.ftf-tile-pills .ftf-pill {
  width: 100%;
  padding: 4px 6px;
  font-size: clamp(7px, 0.55vw, 9px);
  text-align: center;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.45);
  border-color: rgba(255, 255, 255, 0.14);
}
.ftf-tile-hotspot[data-color="violet"] .ftf-pill:hover { border-color: rgba(212, 175, 55, 0.5); }
.ftf-tile-hotspot[data-color="blue-gold"] .ftf-pill:hover { border-color: rgba(212, 175, 55, 0.5); }
.ftf-tile-hotspot[data-color="red-orange"] .ftf-pill:hover { border-color: rgba(255, 140, 0, 0.5); }
.ftf-tile-hotspot[data-color="green-gold"] .ftf-pill:hover { border-color: rgba(88, 200, 130, 0.5); }
.ftf-tile-hotspot[data-color="gold"] .ftf-pill:hover { border-color: rgba(0, 229, 255, 0.5); }
.ftf-tile-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.ftf-tile-foot .ftf-badge {
  font-size: clamp(6px, 0.5vw, 8px);
  padding: 2px 6px;
}
.ftf-tile-check {
  font-size: clamp(7px, 0.55vw, 9px);
  color: #76e0a0;
}
.ftf-tile-core {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  justify-content: center;
  margin-top: 4px;
}
.ftf-pill--sm {
  font-size: clamp(6px, 0.5vw, 8px) !important;
  padding: 3px 6px !important;
}
.ftf-tile-open {
  margin-top: auto;
  width: 100%;
  padding: 4px 6px;
  border: 1px solid rgba(212, 168, 83, 0.25);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.35);
  color: rgba(212, 168, 83, 0.85);
  font-size: clamp(7px, 0.55vw, 9px);
  font-weight: 800;
  cursor: pointer;
  font-family: inherit;
}
.ftf-tile-open:hover {
  background: rgba(212, 168, 83, 0.15);
  color: #ffd166;
}

.ftf-hotspot--footer {
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: 3.5%;
  height: 7%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  pointer-events: none;
}
.ftf-hotspot--footer p {
  margin: 0;
  font-size: clamp(9px, 0.85vw, 13px);
  line-height: 1.45;
  color: #9ab0c0;
  text-align: center;
  font-style: italic;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 720px) {
  .ftf-board-nav-btn { font-size: 0; }
  .ftf-board-nav-btn.is-active { box-shadow: inset 0 0 0 2px rgba(255, 209, 102, 0.5); }
  .ftf-tile-open { display: none; }
  .ftf-tile-inner { padding-top: 42%; }
}

/* Statistiken — unter dem Journey-Spruch, per Button einblendbar */
.ftf-stats-panel {
  width: 100%;
  margin-top: 28px;
  padding: 24px 20px 28px;
  border-radius: 20px;
  border: 1px solid rgba(212, 168, 83, 0.22);
  background: rgba(8, 14, 22, 0.75);
}
.ftf-stats-panel--hidden {
  display: none !important;
}
.ftf-stats-panel:not(.ftf-stats-panel--hidden):not([hidden]) {
  display: block;
  animation: ftf-stats-in 0.35s ease-out both;
}
@keyframes ftf-stats-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}
.ftf-stats-title {
  font-family: Cormorant, Georgia, serif;
  font-size: clamp(26px, 3vw, 34px);
  margin: 0 0 6px;
  color: #f4efe6;
}
.ftf-stats-lead {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.5;
  color: #8fa8b8;
}
.ftf-stats-today {
  margin: 0 0 16px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 209, 102, 0.3);
  background: rgba(255, 209, 102, 0.08);
  font-size: 13px;
  font-weight: 700;
  color: #e8dfd0;
  line-height: 1.45;
}
.ftf-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}
@media (max-width: 700px) {
  .ftf-stats-grid { grid-template-columns: 1fr; }
}
.ftf-stats-alltime {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.ftf-stats-alltime > h3 {
  font-family: Cormorant, Georgia, serif;
  font-size: 22px;
  margin: 0 0 6px;
  color: #ffd166;
}
.ftf-stats-alltime-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 14px;
}
@media (max-width: 700px) {
  .ftf-stats-alltime-grid { grid-template-columns: 1fr; }
}
.ftf-stats-alltime-grid h4 {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 800;
  color: #dce8f0;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ============================================================
   Wellenanimation — Journey Map (Meeresbewegung)
   SVG 800×100 mit 5 Wellenlinien — background-size: 800px 100%
   füllt die gesamte Bildhöhe. Zwei Ebenen, verschiedene Geschw.
   ============================================================ */

@keyframes ocean-wave-slow {
  from { background-position: 0 0; }
  to   { background-position: -800px 0; }
}

@keyframes ocean-wave-mid {
  from { background-position: 0 0; }
  to   { background-position: -600px 0; }
}

/* Ebene 1 — 5 breite Wellenlinien über gesamte Höhe, 18 s */
.hero-flow--artwork .hero-flow__media::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='100'%3E%3Cpath d='M0,18 C133,10 267,26 400,18 C533,10 667,26 800,18' fill='none' stroke='white' stroke-width='2' stroke-opacity='0.32'/%3E%3Cpath d='M0,36 C133,27 267,45 400,36 C533,27 667,45 800,36' fill='none' stroke='white' stroke-width='2.5' stroke-opacity='0.38'/%3E%3Cpath d='M0,54 C133,44 267,64 400,54 C533,44 667,64 800,54' fill='none' stroke='white' stroke-width='2' stroke-opacity='0.3'/%3E%3Cpath d='M0,70 C133,62 267,78 400,70 C533,62 667,78 800,70' fill='none' stroke='white' stroke-width='1.5' stroke-opacity='0.25'/%3E%3Cpath d='M0,84 C133,76 267,92 400,84 C533,76 667,92 800,84' fill='none' stroke='white' stroke-width='1.5' stroke-opacity='0.2'/%3E%3C/svg%3E");
  background-size: 800px 100%;
  background-repeat: repeat-x;
  opacity: 0.75;
  animation: ocean-wave-slow 18s linear infinite;
}

/* Ebene 2 — 4 versetzt, 12 s — erzeugt Tiefe durch Überlagerung */
.hero-flow--artwork .hero-flow__media::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='100'%3E%3Cpath d='M0,25 C100,17 200,33 300,25 C400,17 500,33 600,25' fill='none' stroke='white' stroke-width='1.5' stroke-opacity='0.28'/%3E%3Cpath d='M0,44 C100,36 200,52 300,44 C400,36 500,52 600,44' fill='none' stroke='white' stroke-width='2' stroke-opacity='0.32'/%3E%3Cpath d='M0,62 C100,54 200,70 300,62 C400,54 500,70 600,62' fill='none' stroke='white' stroke-width='1.5' stroke-opacity='0.26'/%3E%3Cpath d='M0,78 C100,70 200,86 300,78 C400,70 500,86 600,78' fill='none' stroke='white' stroke-width='1.5' stroke-opacity='0.22'/%3E%3C/svg%3E");
  background-size: 600px 100%;
  background-repeat: repeat-x;
  opacity: 0.65;
  animation: ocean-wave-mid 12s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .hero-flow--artwork .hero-flow__media::before,
  .hero-flow--artwork .hero-flow__media::after { animation: none; }
}
