/* theme: gold-premium — Rollxo Casino AT 2026 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;600;700;800&display=swap");

:root {
  --header-bg: #0d0f12;
  --header-color: #f5f4ef;
  --header-hover: #d4af37;
  --header-border: rgba(212, 175, 55, 0.28);

  --page-bg: #0b0c0e;
  --page-color: #f5f4ef;
  --body-bg: #0b0c0e;
  --ink: #f5f4ef;
  --ink-soft: rgba(245, 244, 239, 0.74);
  --ink-faint: rgba(245, 244, 239, 0.56);

  --footer-bg: #0d0f12;
  --footer-color: rgba(245, 244, 239, 0.82);
  --footer-hover: #d4af37;

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

  --brand: #d4af37;
  --brand-deep: #9a7b1a;
  --green: #18c95f;
  --gold: #e5c76b;
  --gold-main: #d4af37;
  --line: rgba(212, 175, 55, 0.28);
  --surface: #15181e;
  --surface-raised: #1c2129;
}

body {
  font-family: Inter, Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 12% 18%, rgba(212, 175, 55, 0.1), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(229, 199, 107, 0.08), transparent 24%),
    radial-gradient(circle at 78% 72%, rgba(154, 123, 26, 0.08), transparent 26%),
    var(--body-bg);
}

h1, h2, h3 {
  font-family: Outfit, Inter, sans-serif;
  font-weight: 700;
}

h1 { max-width: 28ch; }

.brand-lockup__logo,
.brand-lockup__sign {
  box-shadow: 0 12px 32px rgba(212, 175, 55, 0.34);
}

.pill-link {
  color: #15110c;
  background: linear-gradient(145deg, #fde68a, var(--brand), var(--brand-deep));
  box-shadow: 0 16px 38px rgba(212, 175, 55, 0.28);
}

.solid-link {
  color: #15110c;
  background: linear-gradient(145deg, #fde68a, var(--brand));
  box-shadow: 0 16px 38px rgba(212, 175, 55, 0.22);
}

.hero-stage {
  background:
    linear-gradient(120deg, rgba(11, 12, 14, 0.18), transparent 35%),
    linear-gradient(145deg, #15181e 0%, #0d0f12 58%, #1a1610 100%);
  box-shadow: 0 24px 70px rgba(212, 175, 55, 0.12);
}

.hero-stage::before {
  background: radial-gradient(circle, rgba(212, 175, 55, 0.32), transparent 64%);
}

.hero-stage::after {
  background: radial-gradient(circle, rgba(229, 199, 107, 0.16), transparent 64%);
}

.small-label,
.tag {
  color: var(--gold);
  background: rgba(212, 175, 55, 0.1);
  border-color: rgba(212, 175, 55, 0.28);
}

.small-label::before {
  background: var(--gold);
  box-shadow: 0 0 16px color-mix(in srgb, var(--gold) 70%, transparent);
}

.glass-card,
.glass-panel,
.info-card,
.offer-ticket,
.score-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(21, 24, 30, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.media-frame {
  background:
    linear-gradient(145deg, rgba(212, 175, 55, 0.12), rgba(154, 123, 26, 0.08)),
    var(--surface);
}

.offer-ticket::after {
  background: rgba(212, 175, 55, 0.16);
}

.quick-table th {
  background: linear-gradient(145deg, rgba(212, 175, 55, 0.22), rgba(154, 123, 26, 0.12));
}

.cta-band {
  border-color: rgba(212, 175, 55, 0.28);
  background:
    linear-gradient(145deg, rgba(212, 175, 55, 0.16), rgba(154, 123, 26, 0.1)),
    rgba(255, 255, 255, 0.04);
}

.disclosure {
  border-color: rgba(212, 175, 55, 0.28);
  background: rgba(212, 175, 55, 0.07);
}

.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: #4ade80; }
.con-list li::marker { color: #f87171; }

.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: transparent;
  font: 800 0.78rem/1 Outfit, Inter, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.kasse-tabs button.is-active {
  color: #15110c;
  background: var(--brand);
}

.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 .text-panel { padding: 0 18px 18px; }

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

.rating-mark {
  color: var(--gold);
  font-weight: 800;
}

.dock-cta__panel {
  background: rgba(13, 15, 18, 0.92);
  border-color: var(--line);
}

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

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

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