/* theme: custom — Golden Ledger on hub skeleton, Crown Coins AT 2026 */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;600;700&family=Manrope:wght@600;700;800&display=swap");

:root {
  --header-bg: #0d0d0d;
  --header-color: #f5f0e7;
  --header-hover: #ffd700;
  --header-border: rgba(255, 215, 0, 0.18);

  --page-bg: #070707;
  --page-color: #f5f0e7;
  --body-bg: #070707;
  --ink: #f5f0e7;
  --ink-soft: rgba(245, 240, 231, 0.74);
  --ink-faint: rgba(245, 240, 231, 0.54);

  --footer-bg: #0d0d0d;
  --footer-color: rgba(245, 240, 231, 0.78);
  --footer-hover: #ffd700;

  --link-color: #ffd700;
  --list-mark: #ffd700;

  --brand: #ffd700;
  --brand-deep: #b8860b;
  --green: #d4af37;
  --gold: #ffd700;
  --line: rgba(255, 215, 0, 0.16);
  --surface: #121212;
  --surface-raised: #1a1a1a;
}

body {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 215, 0, 0.1), transparent 26%),
    radial-gradient(circle at 86% 14%, rgba(184, 134, 11, 0.12), transparent 30%),
    radial-gradient(circle at 70% 82%, rgba(255, 215, 0, 0.06), transparent 24%),
    var(--body-bg);
}

h1, h2, h3 {
  font-family: Manrope, "DM Sans", sans-serif;
  font-weight: 800;
}

h1 { max-width: 22ch; }

.brand-lockup__logo,
.brand-lockup__sign {
  object-fit: contain;
  background: #111;
  box-shadow: 0 12px 32px rgba(255, 215, 0, 0.22);
}

.pill-link {
  color: #14120b;
  background: linear-gradient(145deg, var(--gold), #e6c200);
  box-shadow: 0 16px 38px rgba(255, 215, 0, 0.28);
}

.solid-link {
  color: #14120b;
  background: linear-gradient(145deg, var(--gold), #ffe27a);
  box-shadow: 0 16px 38px rgba(255, 215, 0, 0.22);
}

.ghost-link {
  color: var(--ink);
  background: rgba(255, 215, 0, 0.08);
  border-color: rgba(255, 215, 0, 0.28);
}

.hero-stage {
  background:
    linear-gradient(120deg, rgba(255, 215, 0, 0.1), transparent 35%),
    linear-gradient(145deg, #161410 0%, #0d0d0d 58%, #1a160c 100%);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

.hero-stage::before {
  background: radial-gradient(circle, rgba(255, 215, 0, 0.28), transparent 64%);
}

.hero-stage::after {
  background: radial-gradient(circle, rgba(184, 134, 11, 0.2), transparent 64%);
}

.small-label,
.tag {
  color: #14120b;
  background: var(--gold);
  border-color: rgba(255, 215, 0, 0.4);
}

.small-label::before {
  background: #14120b;
  box-shadow: 0 0 16px rgba(20, 18, 11, 0.45);
}

.glass-card,
.glass-panel,
.info-card,
.offer-ticket,
.score-card {
  background:
    linear-gradient(145deg, rgba(255, 215, 0, 0.06), rgba(255, 255, 255, 0.02)),
    var(--surface);
}

.score-card__top span { color: var(--gold); }
.metric { background: rgba(255, 215, 0, 0.06); }
.metric strong { color: #fff; }

.age-note {
  color: var(--ink);
  background: rgba(255, 215, 0, 0.1);
  border-color: rgba(255, 215, 0, 0.28);
}

.media-frame,
.phone-frame {
  background:
    linear-gradient(145deg, rgba(255, 215, 0, 0.12), rgba(255, 255, 255, 0.02)),
    var(--surface);
}

.phone-frame {
  overflow: hidden;
  box-shadow: inset 0 0 0 3px var(--gold), 0 18px 50px rgba(0, 0, 0, 0.28);
}

.offer-ticket::after {
  background: rgba(255, 215, 0, 0.14);
}

.quick-table { background: var(--surface); }

.quick-table th {
  color: #14120b;
  background: linear-gradient(145deg, var(--gold), #c9a227);
}

.quick-table tr:nth-child(even) td {
  background: rgba(255, 215, 0, 0.04);
}

.cta-band {
  border-color: rgba(255, 215, 0, 0.24);
  background:
    linear-gradient(145deg, rgba(255, 215, 0, 0.14), rgba(255, 255, 255, 0.03)),
    var(--surface);
}

.disclosure {
  border-color: rgba(255, 215, 0, 0.28);
  background: rgba(255, 215, 0, 0.08);
}

.text-panel ol,
.text-panel ul,
.info-card ol,
.info-card ul,
.offer-ticket ul {
  margin: 0;
  padding-left: 1.15rem;
}

.text-panel li,
.info-card li,
.offer-ticket li { margin: 0.4rem 0; }

.text-panel li::marker,
.info-card li::marker,
.offer-ticket li::marker,
.content-inject li::marker {
  color: var(--list-mark);
}

.pro-list li::marker { color: #7dcea0; }
.con-list li::marker { color: #e07a7a; }

.tabs-group { margin-top: 16px; }

.kasse-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.kasse-tabs button {
  min-height: 52px;
  padding: 12px 16px;
  border: 0;
  color: var(--ink-faint);
  background: var(--surface);
  font: 800 0.78rem/1 Manrope, "DM Sans", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.kasse-tabs button.is-active {
  color: #14120b;
  background: var(--gold);
}

.kasse-panel {
  padding: 18px;
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  background: var(--surface);
}

.kasse-panel[hidden] { display: none; }

.kasse-panel h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
}

.faq-list details { background: var(--surface); }
.faq-list details .text-panel { padding: 0 18px 18px; }

.section-nav {
  gap: 16px;
  font-size: 0.84rem;
}

.rating-mark {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 8px;
  color: #14120b;
  background: var(--gold);
  font-weight: 800;
}

.currency-console { margin-top: 16px; }

.coin-switch {
  display: flex;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 16px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.coin-switch button {
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  color: var(--ink-soft);
  background: transparent;
  font: 800 0.92rem/1 Manrope, "DM Sans", sans-serif;
  cursor: pointer;
}

.coin-switch button.is-active {
  color: #14120b;
  background: var(--gold);
}

.coin-grid {
  display: grid;
  gap: 12px;
}

.coin-panel {
  opacity: 0.62;
  transition: opacity 0.25s ease;
}

.coin-panel.is-active { opacity: 1; }

.coin-mark {
  display: grid;
  width: 64px;
  height: 64px;
  margin-bottom: 12px;
  place-items: center;
  border: 4px double var(--gold);
  border-radius: 50%;
  color: var(--gold);
  background: rgba(255, 215, 0, 0.08);
  font: 800 1.15rem/1 Manrope, sans-serif;
}

.dock-cta__panel,
.bottom-dock .dock-cta__panel {
  background: rgba(13, 13, 13, 0.94);
  border-color: var(--line);
}

.feature-stack li {
  background: var(--surface);
  border-color: var(--line);
}

.feature-stack li::before {
  background: linear-gradient(145deg, var(--gold), var(--brand-deep));
}

.topbar.is-scrolled {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
}

.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .fade-in {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 1180px) {
  .topbar .ghost-link { display: none; }
}

@media (min-width: 700px) {
  .coin-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 699px) {
  .coin-switch { width: 100%; }
  .coin-switch button { flex: 1; }
  .coin-panel:not(.is-active) { display: none; }
}
