/* wrapped.css – Schießsaison Wrapped Styles */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/open-sans-latin-300-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/open-sans-latin-400-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/open-sans-latin-600-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/open-sans-latin-700-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/montserrat-latin-400-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/montserrat-latin-500-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/montserrat-latin-600-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/montserrat-latin-700-normal.woff2') format('woff2');
}

/* ── Reset & Base ── */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Open Sans', sans-serif;
  background: #0a0a1a;
  color: #ffffff;
  overflow: hidden;
  height: 100vh;
}

/* ── Password Overlay ── */
#password-overlay {
  position: fixed;
  inset: 0;
  background: #0a0a1a;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

#password-overlay form {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

#password-overlay #auth-container {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  max-width: 320px;
  width: 100%;
}

.auth-logo {
  width: 90px;
  height: auto;
  margin-bottom: 16px;
  filter: drop-shadow(0 4px 12px rgba(255, 255, 255, 0.15));
}

#key-error {
  color: #ff5252;
  margin-bottom: 12px;
  display: none;
  font-size: 0.9rem;
}

#key-form {
  margin-bottom: 20px;
}

#key-input {
  padding: 10px 16px;
  font-size: 1rem;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 8px;
  margin-bottom: 12px;
  display: block;
  width: 100%;
  background: rgba(255,255,255,0.1);
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}

#key-input::placeholder {
  color: rgba(255,255,255,0.5);
}

#key-form button[type="submit"] {
  padding: 10px 28px;
  font-size: 1rem;
  background: #3a7d3a;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  transition: background 0.3s;
  width: 100%;
}

#key-form button[type="submit"]:hover {
  background: #2e6b2e;
}

/* ── Demo divider & button (wrapped auth overlay) ── */
.auth-demo-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 16px 0;
  color: rgba(255,255,255,0.45);
  font-size: 0.8rem;
}

.auth-demo-divider::before,
.auth-demo-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,0.15);
}

.demo-btn-wrapped {
  width: 100%;
  padding: 10px 20px;
  font-size: 0.95rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.75);
  border: 2px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, transform 0.1s;
}

.demo-btn-wrapped:hover {
  border-color: rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.12);
}

.demo-btn-wrapped:active {
  transform: scale(0.97);
}

.auth-divider {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.15);
  margin-bottom: 16px;
}

.auth-admin-label {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 8px;
}

#password-overlay h2 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 1.5rem;
}

#password-overlay input {
  padding: 10px 16px;
  font-size: 1rem;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 8px;
  margin-bottom: 12px;
  display: block;
  width: 100%;
  background: rgba(255,255,255,0.1);
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}

#password-overlay input::placeholder {
  color: rgba(255,255,255,0.5);
}

#password-form button {
  padding: 10px 28px;
  font-size: 1rem;
  background: #00e676;
  color: #0a0a1a;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  transition: background 0.3s;
}

#password-form button:hover {
  background: #69f0ae;
}

#password-error {
  color: #ff5252;
  margin-top: 10px;
  display: none;
}

/* ── Start Screen ── */
.wrapped-start {
  position: fixed;
  inset: 0;
  background: linear-gradient(135deg, #0a0a1a, #1a1a2e);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.wrapped-start-inner {
  text-align: center;
  display: none;
}

.wrapped-start-inner img {
  width: 100px;
  margin-bottom: 20px;
}

.wrapped-start-inner h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  margin-bottom: 8px;
  font-weight: 700;
}

.wrapped-start-inner p {
  color: rgba(255,255,255,0.6);
  margin-bottom: 24px;
  font-size: 0.95rem;
}

.wrapped-start-inner label {
  display: block;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 4px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.wrapped-start-inner select {
  width: 280px;
  padding: 10px 14px;
  font-size: 1rem;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 16px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23aaa' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}

.wrapped-start-inner select option {
  background: #1a1a2e;
  color: #fff;
}

.btn-start {
  display: inline-block;
  padding: 14px 36px;
  font-size: 1.1rem;
  background: #00e676;
  color: #0a0a1a;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  margin-top: 8px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn-start:hover {
  transform: scale(1.05);
  box-shadow: 0 0 30px rgba(0,230,118,0.4);
}

/* ── Slides Container ── */
.slides-container {
  height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  display: none;
}

.slides-container::-webkit-scrollbar {
  display: none;
}

.slides-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* ── Single Slide ── */
.slide {
  height: 100vh;
  width: 100%;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

/* Allow slides to scroll when content overflows on small screens */
.slide-summary,
.slide-funfacts,
.slide-accuracy,
.slide-tempo {
  overflow-y: auto;
}

/* ── Gradient Backgrounds ── */
.slide-gradient-1  { background: linear-gradient(180deg, #0a0a1a, #1a1a2e); }
.slide-gradient-2  { background: linear-gradient(180deg, #1a1a2e, #16213e); }
.slide-gradient-3  { background: linear-gradient(180deg, #16213e, #0d2137); }
.slide-gradient-4  { background: linear-gradient(180deg, #0d2137, #1a0a2e); }
.slide-gradient-5  { background: linear-gradient(180deg, #1a0a2e, #2e0a1a); }
.slide-gradient-6  { background: linear-gradient(180deg, #2e0a1a, #1a2e0a); }
.slide-gradient-7  { background: linear-gradient(180deg, #1a2e0a, #0a2e1a); }
.slide-gradient-8  { background: linear-gradient(180deg, #0a2e1a, #0a1a2e); }
.slide-gradient-9  { background: linear-gradient(180deg, #0a1a2e, #1a0a2e); }
.slide-gradient-10 { background: linear-gradient(180deg, #1a0a2e, #2e1a0a); }
.slide-gradient-11 { background: linear-gradient(180deg, #2e1a0a, #0a2e2e); }
.slide-gradient-12 { background: linear-gradient(180deg, #0a2e2e, #0a0a1a); }
.slide-gradient-13 { background: linear-gradient(180deg, #0a0a1a, #1a1a2e); }
.slide-gradient-a  { background: linear-gradient(180deg, #1a2e2e, #0d1a2e); }
.slide-gradient-b  { background: linear-gradient(180deg, #0d1a2e, #2e1a2e); }
.slide-gradient-c  { background: linear-gradient(180deg, #2e1a2e, #1a2e1a); }
.slide-gradient-d  { background: linear-gradient(180deg, #1a2e1a, #0a1a2e); }
.slide-gradient-e  { background: linear-gradient(180deg, #0a1a2e, #2e0a2e); }
.slide-gradient-f  { background: linear-gradient(180deg, #2e0a2e, #0a2e2e); }

/* ── Animations ── */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes scaleIn {
  from { opacity: 0; transform: scale(0.5); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(10px); }
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.7; transform: scale(1.1); }
}

@keyframes slideInLeft {
  from { width: 0; }
  to { width: var(--target-width); }
}

@keyframes glowPulse {
  0%, 100% { box-shadow: 0 0 20px rgba(255,215,0,0.3); }
  50% { box-shadow: 0 0 40px rgba(255,215,0,0.6); }
}

@keyframes particleRise {
  0% { opacity: 1; transform: translateY(0) scale(1); }
  100% { opacity: 0; transform: translateY(-120px) scale(0.3); }
}

@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

@keyframes slideCardIn {
  from { opacity: 0; transform: translateY(60px) scale(0.9); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

/* ── Animated Elements ── */
.slide .animated {
  opacity: 0;
  transform: translateY(30px);
}

.slide.slide--visible .animated {
  animation: fadeInUp 0.6s ease forwards;
}

.slide.slide--visible .animated:nth-child(1) { animation-delay: 0.1s; }
.slide.slide--visible .animated:nth-child(2) { animation-delay: 0.3s; }
.slide.slide--visible .animated:nth-child(3) { animation-delay: 0.5s; }
.slide.slide--visible .animated:nth-child(4) { animation-delay: 0.7s; }
.slide.slide--visible .animated:nth-child(5) { animation-delay: 0.9s; }
.slide.slide--visible .animated:nth-child(6) { animation-delay: 1.1s; }

/* ── Progress Dots ── */
.progress-dots {
  position: fixed;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  flex-direction: column;
  gap: 8px;
  z-index: 200;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  cursor: pointer;
  transition: all 0.3s;
  border: none;
}

.dot.active {
  background: #00e676;
  transform: scale(1.5);
}

.dot:hover {
  background: rgba(255,255,255,0.6);
}

/* ── Typography ── */
.slide-headline {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
  color: #fff;
}

.slide-subtitle {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.7);
  text-align: center;
  margin-bottom: 1rem;
}

/* ── Slide 1: Welcome ── */
.wrapped-logo {
  width: 100px;
  height: auto;
  margin-bottom: 1.5rem;
}

.crosshair {
  font-size: 3rem;
  color: #00e676;
  animation: pulse 2s ease-in-out infinite;
  margin-bottom: 1rem;
}

.swipe-hint {
  position: absolute;
  bottom: 2rem;
  text-align: center;
  color: rgba(255,255,255,0.6);
  font-size: 0.9rem;
  animation: bounce 1.5s ease-in-out infinite;
  transition: opacity 0.5s;
}

.swipe-arrow {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 4px;
}

.slide-headline-accent {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
  color: #00e676;
}

/* ── Slide 2: Stats Grid ── */
.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  max-width: 500px;
  width: 100%;
}

.stat-card {
  text-align: center;
  padding: 1.5rem 1rem;
  background: rgba(255,255,255,0.05);
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.1);
}

.stat-number {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #00e676;
  line-height: 1;
  margin-bottom: 8px;
}

.stat-label {
  display: block;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ── Slide 3: Disciplines ── */
.disciplines-list {
  width: 100%;
  max-width: 500px;
}

.discipline-bar {
  margin-bottom: 1rem;
}

.discipline-name {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 4px;
  color: #fff;
}

.badge-special {
  display: inline-block;
  font-size: 0.65rem;
  background: rgba(255,215,0,0.2);
  color: #ffd700;
  padding: 2px 8px;
  border-radius: 10px;
  margin-left: 6px;
  vertical-align: middle;
}

.bar-wrapper {
  height: 24px;
  background: rgba(255,255,255,0.1);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 2px;
}

.bar-fill {
  height: 100%;
  border-radius: 12px;
  width: 0;
  transition: none;
}

.slide.slide--visible .bar-fill {
  animation: slideInLeft 1s ease forwards;
}

.discipline-count {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
}

/* ── Slide 4: Accuracy – Target Canvas ── */
.accuracy-content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto 0;
  width: 100%;
}

.accuracy-target-canvas {
  display: block;
  margin: 0 auto 1.5rem;
}

.accuracy-stats {
  text-align: center;
}

.accuracy-highlight {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: rgba(255,255,255,0.8);
}

.highlight-num {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: #ffd700;
}

/* ── Slide 5: Best Teiler ── */
.teiler-canvas-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.teiler-canvas-wrap canvas {
  display: block;
}

.slide.slide--visible .teiler-canvas-wrap {
  animation: scaleIn 1s ease forwards;
}

.teiler-value {
  text-align: center;
  margin-bottom: 0.5rem;
}

.teiler-value .big-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #ffd700;
}

.teiler-sub {
  text-align: center;
  font-size: 1rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: 0.5rem;
}

.teiler-info {
  text-align: center;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
}

/* ── Slide 6: Best Series ── */
.best-series-canvas {
  display: block;
  margin: 0 auto 1rem;
}

.best-series-score {
  text-align: center;
  margin-bottom: 0.5rem;
}

.best-series-score .big-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: #00e676;
}

.best-series-info {
  text-align: center;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 0.75rem;
}

.best-series-replay-btn {
  margin-top: 0.75rem;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.12);
  color: #fff;
  border: 2px solid rgba(255,255,255,0.25);
  cursor: pointer;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
}

.best-series-replay-btn:hover {
  transform: scale(1.1);
  background: rgba(255,255,255,0.22);
  box-shadow: 0 0 16px rgba(255,255,255,0.15);
}

.best-series-replay-btn:active {
  transform: scale(0.95);
  background: rgba(255,255,255,0.28);
}

.best-series-replay-btn svg {
  display: block;
}

.best-series-replay-btn .icon-play {
  margin-left: 2px;
}

.shot-badges {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: rgba(255,255,255,0.8);
  letter-spacing: 2px;
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  margin: 0.5rem auto;
  max-width: 380px;
}

.shot-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* ── Slide 7: Development ── */
.slide-gradient-8 .slide-headline {
  margin-top: 1.5rem;
}

.dev-comparison {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.dev-block {
  text-align: center;
  padding: 1.2rem 1.8rem;
  background: rgba(255,255,255,0.05);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.1);
}

.dev-label {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  margin-bottom: 4px;
}

.dev-value {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
}

.dev-arrow {
  font-size: 2rem;
  color: rgba(255,255,255,0.4);
}

.dev-result {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.diff-positive { color: #00e676; }
.diff-gold { color: #ffd700; }
.diff-neutral { color: rgba(255,255,255,0.7); }

.dev-block-mid {
  border-color: rgba(255,215,0,0.25);
}

.dev-extra-stats {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 0.5rem;
}

.dev-extra-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.dev-extra-val {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}

.dev-extra-lbl {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.dev-explanation {
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.35);
  margin-top: 0.75rem;
  font-style: italic;
}

.trend-canvas {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/* ── Slide 8: Consistency ── */
.slide-gradient-9 .slide-headline {
  margin-top: 1.5rem;
}

.consistency-number {
  text-align: center;
  margin-bottom: 0.2rem;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background: rgba(255,255,255,0.05);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.1);
}

.consistency-number .big-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 4rem;
  font-weight: 700;
  color: #00e676;
}

.consistency-label {
  text-align: center;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.con-phases {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.con-phase {
  text-align: center;
  padding: 1.2rem 1.8rem;
  background: rgba(255,255,255,0.05);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.1);
  min-width: 75px;
}

.con-phase-label {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
  margin-bottom: 4px;
}

.con-phase-value {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #00e676;
}

.con-extra-stats {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 0.3rem;
}

.con-extra-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.con-extra-val {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
}

.con-extra-lbl {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.con-explanation {
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.35);
  margin-top: 0.5rem;
  font-style: italic;
}

.scatter-canvas {
  display: block;
  margin: 0 auto 0.75rem;
  max-width: 100%;
}

.consistency-text {
  text-align: center;
  font-size: 1.3rem;
  color: rgba(255,255,255,0.8);
}

/* ── Slide 9: Top 5 – legacy selectors removed, see Big Cards Stack above ── */

.top5-mini-score {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
}

.top5-mini-date {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.5);
}

/* ── Slide 10: Ranking ── */
.rank-percentile {
  text-align: center;
  margin-bottom: 0.5rem;
}

.rank-percentile .big-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 5rem;
  font-weight: 700;
  color: #00e676;
}

.rank-text {
  text-align: center;
  font-size: 1.1rem;
  color: rgba(255,255,255,0.8);
  margin-bottom: 1.5rem;
}

.rank-bar-wrapper {
  width: 100%;
  max-width: 400px;
  height: 16px;
  background: rgba(255,255,255,0.1);
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto 1rem;
}

.rank-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #00e676, #69f0ae);
  border-radius: 8px;
  width: 0;
}

.slide.slide--visible .rank-bar-fill {
  animation: slideInLeft 1.5s ease forwards;
  animation-delay: 0.5s;
}

.rank-position {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #ffd700;
  margin-bottom: 1rem;
}

.rank-note {
  text-align: center;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.4);
  max-width: 400px;
}

.rank-motivation {
  text-align: center;
  font-size: 1.05rem;
  font-weight: 600;
  color: #69f0ae;
  margin-top: 0.75rem;
}

.rank-hero {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 0.5rem;
}

.rank-text-highlight {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1.5rem;
}

.rank-personal-stats {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.rank-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 80px;
}

.rank-stat-value {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #ffd700;
}

.rank-stat-label {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.7);
  margin-top: 0.2rem;
}

/* ── Slide 11: Fun Facts ── */
.slide-funfacts .slide-headline {
  margin-top: 1.5rem;
}

.fun-facts-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 450px;
  width: 100%;
}

.fun-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: rgba(255,255,255,0.05);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.1);
}

.fun-icon {
  font-size: 1.8rem;
  flex-shrink: 0;
}

.fun-big {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #00e676;
  flex-shrink: 0;
  min-width: 80px;
}

.fun-text {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.7);
}

/* ── Slide 12: Summary ── */
.summary-card {
  background: rgba(255,255,255,0.06);
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 0 40px rgba(0,230,118,0.1);
  max-width: 380px;
  width: 100%;
  margin-bottom: 1.5rem;
}

.summary-target-wrap {
  text-align: center;
  margin-bottom: 1rem;
}

.summary-target-canvas {
  width: 220px;
  height: 220px;
  display: block;
  margin: 0 auto 0.5rem;
}

.summary-target-label {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
  margin: 0;
}

.summary-club-name {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
  margin: 0 0 0.5rem;
  letter-spacing: 0.05em;
}

.summary-comp-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: #00e676;
  margin-bottom: 0.75rem;
}

.summary-logo {
  width: 60px;
  height: auto;
  margin-bottom: 0.5rem;
}

.summary-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
}

.summary-stats {
  text-align: left;
}

.summary-stat {
  font-size: 0.9rem;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.8);
}

.summary-stat:last-child {
  border-bottom: none;
}

.summary-saison {
  margin-top: 1rem;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.summary-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.wrapped-btn {
  display: inline-block;
  padding: 12px 28px;
  font-size: 0.95rem;
  background: #00e676;
  color: #0a0a1a;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}

.wrapped-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0,230,118,0.3);
}

.wrapped-btn-secondary {
  background: rgba(255,255,255,0.1);
  color: #fff;
}

.wrapped-btn-secondary:hover {
  background: rgba(255,255,255,0.2);
  box-shadow: 0 0 20px rgba(255,255,255,0.1);
}

/* ── Share Section ── */
.share-section {
  margin-top: 1.5rem;
  text-align: center;
  width: 100%;
  max-width: 380px;
}

.share-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: rgba(255,255,255,0.8);
  margin-bottom: 0.75rem;
}

.share-buttons {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  justify-content: center;
}

.share-btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 0.85rem;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  transition: transform 0.2s, box-shadow 0.2s;
  white-space: nowrap;
}

.share-btn:hover {
  transform: scale(1.05);
}

.share-btn-download {
  background: rgba(255,255,255,0.1);
  color: #fff;
}

.share-btn-download:hover {
  background: rgba(255,255,255,0.18);
  box-shadow: 0 0 16px rgba(255,255,255,0.1);
}

.share-btn-whatsapp {
  background: #25D366;
  color: #fff;
}

.share-btn-whatsapp:hover {
  box-shadow: 0 0 16px rgba(37,211,102,0.4);
}

.share-btn-story {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  color: #fff;
}

.share-btn-story:hover {
  box-shadow: 0 0 16px rgba(225,48,108,0.4);
}

.share-hint {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 1rem;
  line-height: 1.4;
}

/* ── Slide 4: Accuracy – Distribution Breakdown ── */
.accuracy-meta {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.4);
  margin-top: 0.5rem;
}

.dist-breakdown {
  width: 100%;
  max-width: 400px;
  margin-top: 1.5rem;
}

.dist-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: rgba(255,255,255,0.7);
  margin-bottom: 0.75rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.dist-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.4rem;
}

.dist-ring {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.8);
  min-width: 32px;
  text-align: right;
}

.dist-bar-wrap {
  flex: 1;
  height: 16px;
  background: rgba(255,255,255,0.08);
  border-radius: 8px;
  overflow: hidden;
}

.dist-bar-fill {
  height: 100%;
  border-radius: 8px;
  width: 0;
  transition: none;
}

.slide.slide--visible .dist-bar-fill {
  animation: slideInLeft 0.8s ease forwards;
}

.dist-count {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
  min-width: 60px;
  text-align: left;
}

.dist-count small {
  color: rgba(255,255,255,0.4);
}

/* ── Slide 9: Top 5 – Tinder-Style Swiper ── */
.top5-swiper {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 400px;
  overflow: hidden;
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

.top5-swiper:active {
  cursor: grabbing;
}

.top5-card-big {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,0.06);
  border-radius: 16px;
  padding: 1.25rem;
  border: 1px solid rgba(255,255,255,0.12);
  opacity: 0.4;
  transition: transform 0.35s ease, opacity 0.35s ease;
  box-sizing: border-box;
}

.top5-card-gold {
  border-color: rgba(255,215,0,0.5);
  background: rgba(255,215,0,0.08);
  animation: glowPulse 2s ease-in-out infinite;
}

.top5-card-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.top5-rank {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.1rem;
}

.top5-medal {
  font-size: 2rem;
}

.top5-rank-num {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: #ffd700;
}

.top5-canvas {
  display: block;
}

.top5-score {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
}

.top5-score small {
  font-size: 0.8rem;
  font-weight: 400;
  color: rgba(255,255,255,0.5);
}

.top5-meta {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.5);
  text-align: center;
}

.top5-stats {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.25rem;
}

.top5-stat {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
  background: rgba(255,255,255,0.06);
  padding: 0.25rem 0.6rem;
  border-radius: 8px;
}

/* ── Top 5 Indicator Dots ── */
.top5-indicators {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 1rem;
}

.top5-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  transition: all 0.3s;
}

.top5-dot.active {
  background: #00e676;
  transform: scale(1.4);
}

.top5-swipe-hint {
  text-align: center;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
  margin-top: 0.75rem;
}

/* ── Particle Overlay ── */
.particle {
  position: absolute;
  pointer-events: none;
  animation: particleRise 3s ease-out forwards;
  z-index: 10;
  bottom: 10%;
}

/* ── Shimmer effect for headlines ── */
.slide.slide--visible .slide-headline-accent {
  background: linear-gradient(90deg, #00e676, #ffd700, #00e676);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: fadeInUp 0.6s ease forwards, shimmer 3s ease-in-out 0.6s infinite;
}

/* ── Slide 9: Prevent inner scroll conflict ── */
.slide-top5 {
  overflow-y: hidden;
}

.top5-headline {
  margin-top: 1.5rem;
}

/* ── Responsive ── */
@media (min-width: 769px) {
  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
    max-width: 700px;
  }

  .stat-number {
    font-size: 3.2rem;
  }
}

@media (max-width: 768px) {
  .slide {
    padding: 1.5rem 1rem;
  }

  .slide-gradient-8,
  .slide-gradient-9 {
    justify-content: space-evenly;
  }

  .slide-headline {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }

  .slide-headline-accent {
    font-size: 1.6rem;
  }

  .stat-number {
    font-size: 2.5rem;
  }

  .stat-card {
    padding: 1rem 0.75rem;
    border-radius: 12px;
  }

  .stats-grid {
    gap: 1rem;
  }

  .accuracy-target-canvas {
    width: 180px !important;
    height: 180px !important;
    margin-bottom: 0.75rem;
  }

  .slide-accuracy .accuracy-stats {
    margin-bottom: 0.25rem;
  }

  .slide-accuracy .accuracy-highlight {
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
  }

  .slide-accuracy .accuracy-meta {
    margin-top: 0.25rem;
  }

  .slide-accuracy .dist-breakdown {
    margin-top: 0.75rem;
  }

  .slide-accuracy .dist-row {
    margin-bottom: 0.2rem;
  }

  .slide-accuracy .dist-bar-wrap {
    height: 12px;
  }

  .best-series-canvas {
    width: 240px !important;
    height: 240px !important;
  }

  .teiler-canvas-wrap canvas {
    width: 220px !important;
    height: 220px !important;
  }

  .teiler-value .big-number {
    font-size: 2.2rem;
  }

  .best-series-score .big-number {
    font-size: 2.5rem;
  }

  .consistency-number .big-number {
    font-size: 2.5rem;
  }

  .rank-percentile .big-number {
    font-size: 3.5rem;
  }

  .rank-stat-value {
    font-size: 1.5rem;
  }

  .rank-personal-stats {
    gap: 1rem;
  }

  .dev-comparison {
    gap: 0.4rem;
  }

  .dev-block {
    padding: 0.8rem 0.7rem;
    flex: 1;
    min-width: 0;
  }

  .dev-label {
    font-size: 0.9rem;
  }

  .dev-value {
    font-size: 2rem;
  }

  .dev-arrow {
    font-size: 1.2rem;
  }

  .dev-result {
    font-size: 1.3rem;
  }

  .dev-extra-stats {
    gap: 1rem;
  }

  .dev-extra-val {
    font-size: 1.3rem;
  }

  .con-phases {
    gap: 0.5rem;
  }

  .con-phase {
    padding: 0.8rem 0.7rem;
    flex: 1;
    min-width: 0;
  }

  .con-phase-value {
    font-size: 2rem;
  }

  .con-phase-label {
    font-size: 0.9rem;
  }

  .top5-swiper {
    height: calc(100vh - 180px);
    max-width: 100%;
  }

  .top5-canvas {
    width: 200px !important;
    height: 200px !important;
  }

  .top5-score {
    font-size: 1.8rem;
  }

  .top5-card-big {
    padding: 1.25rem;
    border-radius: 20px;
    height: 100%;
  }

  .trend-canvas {
    width: 300px !important;
    height: 100px !important;
  }

  .scatter-canvas {
    width: 300px !important;
    height: 140px !important;
  }

  .progress-dots {
    right: 0.5rem;
    gap: 6px;
  }

  .dot {
    width: 6px;
    height: 6px;
  }

  .fun-card {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }

  .fun-big {
    min-width: auto;
  }

  .wrapped-start-inner select {
    width: 240px;
  }

  /* ── Summary slide mobile fix ── */
  .slide-summary,
  .slide-funfacts {
    padding: 1.5rem 1rem 2rem;
    justify-content: flex-start;
    padding-top: 2.5rem;
  }

  .summary-card {
    padding: 1.25rem;
    border-radius: 16px;
    max-width: 100%;
  }

  .summary-name {
    font-size: 1.1rem;
  }

  .summary-stat {
    font-size: 0.85rem;
    padding: 5px 0;
  }

  .summary-actions {
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
    max-width: 280px;
    margin-top: 1rem;
  }

  .summary-actions .wrapped-btn {
    width: 100%;
    text-align: center;
    padding: 14px 20px;
    font-size: 0.95rem;
  }

  .share-section {
    max-width: 280px;
  }

  .share-buttons {
    flex-direction: column;
    gap: 0.5rem;
  }

  .share-btn {
    width: 100%;
    text-align: center;
    padding: 12px 16px;
    font-size: 0.85rem;
  }

  .wrapped-start-inner h1 {
    font-size: 1.6rem;
  }

  .crosshair {
    font-size: 2.5rem;
  }

  .wrapped-logo {
    width: 80px;
  }

  .swipe-hint {
    font-size: 0.8rem;
    bottom: 1.5rem;
  }
}

/* ── Small phones ── */
@media (max-width: 380px) {
  .slide-summary,
  .slide-funfacts {
    padding: 1rem 0.75rem 1.5rem;
    padding-top: 2rem;
  }

  .accuracy-target-canvas {
    width: 150px !important;
    height: 150px !important;
    margin-bottom: 0.5rem;
  }

  .slide-accuracy .accuracy-highlight {
    font-size: 0.85rem;
    margin-bottom: 0.2rem;
  }

  .slide-accuracy .dist-breakdown {
    margin-top: 0.5rem;
  }

  .summary-card {
    padding: 1rem;
  }

  .summary-name {
    font-size: 1rem;
  }

  .summary-stat {
    font-size: 0.8rem;
  }

  .summary-logo {
    width: 45px;
  }

  .summary-target-canvas {
    width: 160px;
    height: 160px;
  }

  .stat-number {
    font-size: 2rem;
  }

  .slide-headline {
    font-size: 1.2rem;
  }

  .wrapped-start-inner h1 {
    font-size: 1.4rem;
  }

  .wrapped-start-inner select {
    width: 220px;
  }

  .dev-block {
    padding: 0.5rem 0.4rem;
  }

  .dev-value {
    font-size: 1.6rem;
  }

  .dev-label {
    font-size: 0.75rem;
  }

  .dev-arrow {
    font-size: 1rem;
  }

  .dev-result {
    font-size: 1.05rem;
  }

  .dev-extra-val {
    font-size: 1.05rem;
  }

  .consistency-number .big-number {
    font-size: 2.5rem;
  }

  .con-phase {
    padding: 0.5rem 0.4rem;
    min-width: 55px;
  }

  .con-phase-value {
    font-size: 1.6rem;
  }

  .con-phase-label {
    font-size: 0.75rem;
  }

  .con-extra-val {
    font-size: 1rem;
  }
}

@media (min-width: 1025px) {
  .best-series-canvas {
    width: 350px !important;
    height: 350px !important;
  }

  .teiler-canvas-wrap canvas {
    width: 300px !important;
    height: 300px !important;
  }
}

/* ── Slide A: Schießtempo (redesigned) ── */
.tempo-gauge-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0.3rem 0 0.5rem;
}
.tempo-gauge-canvas {
  display: block;
  width: 270px;
  height: 170px;
}
.tempo-gauge-value {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: baseline;
  gap: 2px;
}
.tempo-gauge-value .big-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}
.tempo-gauge-unit {
  font-size: 1.2rem;
  color: rgba(255,255,255,0.6);
  font-weight: 600;
}
.tempo-gauge-label {
  text-align: center;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: -2px;
}
.tempo-gauge-spm {
  text-align: center;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.35);
  margin-top: 2px;
}
.tempo-club-avg {
  text-align: center;
  font-size: 0.8rem;
  color: rgba(68,138,255,0.7);
  margin-top: 4px;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.tempo-pills {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  margin: 0.8rem 0;
}
.tempo-pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.2rem;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 0.5rem 1.1rem;
}
.tempo-pill-fast { border-color: rgba(0,230,118,0.3); }
.tempo-pill-slow { border-color: rgba(255,152,0,0.3); }
.tempo-pill-icon { font-size: 1.2rem; }
.tempo-pill-val {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  white-space: nowrap;
}
.tempo-pill-lbl {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
}
.tempo-pill-date {
  width: 100%;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.4);
  text-align: center;
}
.tempo-accuracy {
  width: 100%;
  max-width: 380px;
  margin: 0.5rem auto;
}
.tempo-accuracy-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.6rem;
  text-align: center;
}
.tempo-bar-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.tempo-bar-label {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.7);
  min-width: 110px;
  white-space: nowrap;
}
.tempo-bar-label small {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.4);
}
.tempo-bar-track {
  flex: 1;
  height: 12px;
  background: rgba(255,255,255,0.08);
  border-radius: 6px;
  overflow: hidden;
}
.tempo-bar-fill {
  height: 100%;
  border-radius: 6px;
  transition: width 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.tempo-bar-fast { background: linear-gradient(90deg, #00e676, #69f0ae); }
.tempo-bar-slow { background: linear-gradient(90deg, #ff9100, #ffab40); }
.tempo-bar-val {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  min-width: 32px;
  text-align: right;
}
.tempo-footer {
  text-align: center;
  margin-top: 0.6rem;
}
.tempo-rhythm-badge {
  display: inline-block;
  background: rgba(255,215,0,0.12);
  border: 1px solid rgba(255,215,0,0.25);
  border-radius: 50px;
  padding: 0.4rem 1.2rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #ffd700;
  margin-bottom: 0.5rem;
}
.tempo-footer .tempo-recommendation {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.55);
  margin-top: 0.3rem;
}

/* ── Slide C: Stammplatz (redesigned) ── */
.sp-hero {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(0,230,118,0.2);
  border-radius: 20px;
  padding: 1.2rem 1.8rem;
  margin: 0.8rem auto;
  max-width: 340px;
}
.sp-hero-ring {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,230,118,0.25) 0%, rgba(0,230,118,0.05) 70%);
  border: 2px solid #00e676;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sp-hero-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #00e676;
}
.sp-hero-info {
  display: flex;
  flex-direction: column;
}
.sp-hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}
.sp-hero-sub {
  font-size: 1rem;
  color: rgba(255,255,255,0.55);
}
.sp-bars {
  width: 100%;
  max-width: 360px;
  margin: 0.8rem auto;
}
.sp-bar-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0;
}
.sp-bar-fav .sp-bar-label {
  color: #00e676;
  font-weight: 700;
}
.sp-bar-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255,255,255,0.8);
  min-width: 75px;
}
.sp-bar-track {
  flex: 1;
  height: 12px;
  background: rgba(255,255,255,0.08);
  border-radius: 6px;
  overflow: hidden;
}
.sp-bar-fill {
  height: 100%;
  border-radius: 6px;
  transition: width 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.sp-bar-pct {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: rgba(255,255,255,0.6);
  min-width: 36px;
  text-align: right;
}
.sp-bar-top5 {
  font-size: 0.85rem;
  margin-left: 4px;
  flex-shrink: 0;
}

/* Shooting lanes visual */
.sp-lanes {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 1rem auto;
  max-width: 400px;
  flex-wrap: wrap;
}
.sp-lane {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 88px;
  padding: 16px 10px;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  transition: all 0.3s ease;
}
.sp-lane-used {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.15);
}
.sp-lane-fav {
  background: rgba(0,230,118,0.12);
  border-color: rgba(0,230,118,0.4);
}
.sp-lane-top5 {
  background: rgba(255,215,0,0.1);
  border-color: rgba(255,215,0,0.4);
  box-shadow: 0 0 8px rgba(255,215,0,0.2);
}
.sp-lane-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
}
.sp-lane-used .sp-lane-num {
  color: rgba(255,255,255,0.8);
}
.sp-lane-fav .sp-lane-num {
  color: #00e676;
}
.sp-lane-top5 .sp-lane-num {
  color: #ffd700;
}
.sp-lane-medals {
  font-size: 2.4rem;
  line-height: 1;
}
.sp-medals-hint {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.45);
  text-align: center;
  margin: 0.4rem auto 0;
  max-width: 320px;
}

.sp-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
.sp-footer-icon { font-size: 1.2rem; }
.sp-footer-text {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.45);
}

/* ── Slide D: Schießzeit ── */
.zeit-main {
  text-align: center;
  margin: 1.5rem 0 0.5rem;
}
.zeit-big {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #ffd700;
}
.zeit-sub {
  text-align: center;
  color: rgba(255,255,255,0.6);
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}
.zeit-detail {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}
.zeit-card {
  background: rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 1.2rem 1.5rem;
  text-align: center;
  min-width: 130px;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.zeit-icon { font-size: 1.5rem; }
.zeit-val { font-family: 'Montserrat', sans-serif; font-size: 1.4rem; font-weight: 700; }
.zeit-label { font-size: 0.8rem; color: rgba(255,255,255,0.6); }

/* ── Slide E: Rhythmus ── */
.rhythmus-main {
  text-align: center;
  margin: 1.5rem 0 0.5rem;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.3rem;
}
.rhythmus-main .big-number {
  font-size: 4rem;
}
.rhythmus-unit {
  font-size: 1.5rem;
  color: rgba(255,255,255,0.7);
}
.rhythmus-sub {
  text-align: center;
  color: rgba(255,255,255,0.6);
  font-size: 0.95rem;
  margin-bottom: 1rem;
}
.rhythmus-text {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  color: #ffd700;
  font-family: 'Montserrat', sans-serif;
}

/* ── Slide F: Trainingsabend ── */
.abend-timeline {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  margin: 2rem 0;
  flex-wrap: wrap;
}
.abend-block {
  background: rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 1.5rem 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  min-width: 120px;
}
.abend-icon { font-size: 2rem; }
.abend-time {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #00e676;
}
.abend-label {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
}
.abend-arrow {
  font-size: 2rem;
  color: rgba(255,255,255,0.4);
}
.abend-duration {
  text-align: center;
  font-size: 1.1rem;
  color: rgba(255,255,255,0.7);
}

/* ── Best Series Shot Timeline ── */
.series-timeline {
  position: relative;
  width: 100%;
  max-width: 340px;
  height: 32px;
  margin: 0.75rem auto 0.25rem;
}
.series-timeline-track {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(255,255,255,0.12);
  border-radius: 2px;
  transform: translateY(-50%);
}
.series-timeline-dot {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 2;
}
.series-timeline-dot.visible {
  opacity: 1;
}
.series-timeline-cursor {
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 20px;
  background: #fff;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 8px rgba(255,255,255,0.5);
  z-index: 3;
  transition: none;
}
.series-timeline-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 2px;
  font-size: 0.7rem;
  color: rgba(255,255,255,0.35);
  font-family: 'Montserrat', sans-serif;
}

/* ── Responsive adjustments for new slides ── */
@media (max-width: 768px) {
  .tempo-gauge-canvas { width: 230px; height: 145px; }
  .tempo-gauge-value .big-number { font-size: 2.4rem; }
  .tempo-pills { gap: 0.5rem; }
  .tempo-pill { padding: 0.4rem 0.8rem; }
  .tempo-accuracy { max-width: 320px; }
  .tempo-bar-label { min-width: 95px; font-size: 0.8rem; }
  .sp-hero { max-width: 300px; padding: 1rem 1.4rem; }
  .sp-hero-ring { width: 60px; height: 60px; }
  .sp-hero-num { font-size: 1.7rem; }
  .sp-hero-title { font-size: 1.2rem; }
  .sp-bars { max-width: 320px; }
  .sp-bar-label { font-size: 0.85rem; }
  .sp-lanes {
    flex-wrap: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    justify-content: flex-start;
    padding: 0 1rem;
  }
  .sp-lanes::-webkit-scrollbar { display: none; }
  .sp-lane { width: 40px; flex-shrink: 0; }
  .sp-lane-num { font-size: 1.85rem; }
  .zeit-big { font-size: 2.2rem; }
  .zeit-detail { flex-direction: column; align-items: center; }
  .rhythmus-main .big-number { font-size: 3rem; }
  .abend-timeline { flex-direction: column; }
  .abend-time { font-size: 1.6rem; }
  .abend-arrow { transform: rotate(90deg); }
  .series-timeline { max-width: 280px; }
}
