/* Page-specific styles for leaderboard.html (Saison 1 Archiv).
   Shared tokens, resets, topbar/brand, .btn, .panel and footer rules
   live in styles.css — this file only adds what this page needs on top. */

/* ---------- Hero ---------- */
.lb-hero { padding-block: clamp(32px, 5vw, 52px) clamp(20px, 3vw, 32px); text-align: center; }
.lb-hero h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); text-transform: uppercase; color: var(--accent); margin-top: 10px; }
.lb-hero p { color: var(--text-dim); margin: 10px auto 0; max-width: 60ch; }

/* ---------- Switcher ---------- */
.switcher { display: flex; justify-content: center; gap: 8px; margin-bottom: clamp(20px, 3vw, 30px); }
.switch-btn {
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.02em; font-size: 0.92rem;
  background: var(--surface); border: 1px solid var(--border-strong); color: var(--text-dim);
  border-radius: 999px; padding: 0.7em 1.6em; cursor: pointer; transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.switch-btn:hover { border-color: var(--accent); color: var(--text); }
.switch-btn.active { background: var(--accent); border-color: var(--accent); color: var(--accent-ink); }

/* ---------- Frame panel ---------- */
.panel-chrome .dots { display: flex; gap: 6px; }
.panel-chrome .dots span { width: 8px; height: 8px; border-radius: 50%; background: var(--border-strong); }
.panel-chrome .panel-label { font-family: var(--font-mono); font-size: 0.72rem; color: var(--text-faint); letter-spacing: 0.04em; }
.lb-frame-wrap { position: relative; width: 100%; height: clamp(480px, 75vh, 900px); background: #fff; }
.lb-frame-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.lb-fallback { text-align: center; font-size: 0.86rem; color: var(--text-faint); margin: 16px 0 0; }
.lb-fallback a { color: var(--accent); text-decoration: none; }
.lb-fallback a:hover { text-decoration: underline; }

main { padding-bottom: clamp(50px, 7vw, 80px); }
