/* Casino ohne LUGAS — unique ranking layout */
:root {
  --bg: #0f1419;
  --bg-2: #171d25;
  --panel: #1c2430;
  --panel-2: #232d3b;
  --line: #2e3a4a;
  --text: #eef2f7;
  --muted: #9aa8b8;
  --accent: #ff6b2c;
  --accent-2: #ff8f5a;
  --green: #3dd68c;
  --gold: #f0b429;
  --radius: 14px;
  --shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: radial-gradient(1200px 600px at 10% -10%, #243044 0%, var(--bg) 55%);
  color: var(--text);
  font-family: "IBM Plex Sans", ui-sans-serif, system-ui, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin: 0; }
a { text-decoration: none; color: inherit; }
ul, ol { margin: 0; padding: 0; list-style: none; }

.page { max-width: 980px; margin: 0 auto; padding: 0 1rem 3rem; }

.topbar {
  position: sticky; top: 0; z-index: 20;
  backdrop-filter: blur(10px);
  background: rgba(15, 20, 25, 0.85);
  border-bottom: 1px solid var(--line);
}
.topbar-inner {
  max-width: 980px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.75rem 1rem; gap: 0.35rem 1rem;
}
.brand {
  font-family: Outfit, sans-serif; font-weight: 800; letter-spacing: 0.04em; font-size: 0.95rem;
}
.brand span { color: var(--accent); }
.topbar-meta { font-size: 0.72rem; color: var(--muted); max-width: 11rem; text-align: right; line-height: 1.3; }
@media (max-width: 420px) {
  .topbar-meta { display: none; }
}

.hero { padding: 2.25rem 0 1.5rem; }
.hero-inner { max-width: 40rem; }
.eyebrow {
  display: inline-block;
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--accent-2); margin-bottom: 0.75rem;
}
.hero h1 {
  font-family: Outfit, sans-serif;
  font-size: clamp(1.6rem, 4vw, 2.45rem);
  font-weight: 800; line-height: 1.15; letter-spacing: -0.02em;
}
.hero-text { margin-top: 0.9rem; color: var(--muted); font-size: 1rem; }
.hero-stats {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem; margin-top: 1.5rem;
}
.stat {
  background: var(--panel); border: 1px solid var(--line); border-radius: 12px;
  padding: 0.85rem 0.75rem; text-align: center;
}
.stat strong {
  display: block; font-family: Outfit, sans-serif; font-size: 1.35rem; font-weight: 700; color: var(--green);
}
.stat span { font-size: 0.72rem; color: var(--muted); }

.ranking { margin-top: 1rem; }
.section-head { margin-bottom: 1rem; }
.section-head h2 {
  font-family: Outfit, sans-serif; font-size: 1.25rem; font-weight: 700;
}
.section-head p { margin-top: 0.35rem; color: var(--muted); font-size: 0.9rem; }

.row {
  display: grid;
  grid-template-columns: 2.1rem minmax(0, 1fr);
  grid-template-areas:
    "rank head"
    "main main"
    "cta  cta";
  column-gap: 0.7rem;
  row-gap: 0.75rem;
  align-items: center;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.95rem;
  margin-bottom: 0.9rem;
  position: relative;
  box-shadow: var(--shadow);
}
.row.featured {
  border-color: rgba(255, 107, 44, 0.45);
  background: linear-gradient(160deg, #243041 0%, var(--panel) 55%);
}
.rank-badge {
  grid-area: rank;
  width: 1.85rem; height: 1.85rem; border-radius: 8px;
  display: grid; place-items: center;
  font-family: Outfit, sans-serif; font-weight: 800; font-size: 0.85rem;
  background: var(--panel-2); color: var(--text); border: 1px solid var(--line);
  margin-top: 0;
}
.row.featured .rank-badge { background: var(--accent); border-color: var(--accent); color: #1a0f0a; }

.row-head {
  grid-area: head;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
}
.row-logo {
  width: 6.4rem; height: 3.6rem; flex: 0 0 6.4rem;
  display: flex; align-items: center; justify-content: center;
  background: #fff; border-radius: 10px; padding: 0.35rem;
}
.row-logo img { max-height: 100%; max-width: 100%; object-fit: contain; }

.row-main { grid-area: main; min-width: 0; width: 100%; }
.row-head { flex-wrap: nowrap; }
.row-title { display: flex; flex-direction: column; align-items: flex-start; gap: 0.25rem; }
.row-title { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; }
.row-title h3 { font-family: Outfit, sans-serif; font-size: 1.2rem; font-weight: 700; }
.score-box {
  display: inline-flex; align-items: baseline; gap: 0.15rem;
  background: rgba(61, 214, 140, 0.12); border: 1px solid rgba(61, 214, 140, 0.35);
  color: var(--green); border-radius: 999px; padding: 0.2rem 0.65rem;
}
.score { font-family: Outfit, sans-serif; font-weight: 800; font-size: 1rem; }
.score-label { font-size: 0.7rem; opacity: 0.85; }

.row-bonus {
  margin-top: 0.7rem; background: var(--panel-2); border-radius: 10px; padding: 0.75rem 0.85rem;
  font-weight: 600; font-size: 0.95rem;
}
.row-bonus span {
  display: block; font-size: 0.68rem; font-weight: 600; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 0.2rem;
}

.row-points { margin-top: 0.75rem; display: grid; gap: 0.35rem; }
.row-points li {
  position: relative; padding-left: 1.1rem; color: var(--muted); font-size: 0.88rem;
}
.row-points li::before {
  content: ""; position: absolute; left: 0; top: 0.45rem;
  width: 0.45rem; height: 0.45rem; border-radius: 50%; background: var(--accent);
}

.pay-icons {
  display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 0.85rem;
}
.pay-icons img {
  width: 2.35rem; height: 1.55rem; object-fit: contain;
  background: #fff; border-radius: 6px; padding: 2px 4px;
}

.row-cta { grid-area: cta; margin-top: 0; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 100%; border-radius: 12px; padding: 0.9rem 1rem;
  font-family: Outfit, sans-serif; font-weight: 700; font-size: 0.95rem;
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.btn-primary {
  background: linear-gradient(135deg, var(--accent), #ff3d00);
  color: #fff; box-shadow: 0 8px 24px rgba(255, 107, 44, 0.28);
}
.btn-primary:hover { transform: translateY(-1px); background: linear-gradient(135deg, var(--accent-2), var(--accent)); }
.cta-note { display: block; text-align: center; margin-top: 0.45rem; font-size: 0.72rem; color: var(--muted); }

.info-grid {
  display: grid; gap: 0.9rem; margin-top: 2rem;
}
.info-card {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.2rem;
}
.info-card h2 {
  font-family: Outfit, sans-serif; font-size: 1.05rem; font-weight: 700; margin-bottom: 0.6rem;
}
.info-card p { color: var(--muted); font-size: 0.92rem; margin-bottom: 0.65rem; }
.info-card p:last-child { margin-bottom: 0; }
.checklist { display: grid; gap: 0.45rem; }
.checklist li {
  padding: 0.55rem 0.7rem; border-radius: 8px; background: var(--panel-2);
  color: var(--text); font-size: 0.88rem;
  border-left: 3px solid var(--accent);
}

.faq { margin-top: 1.5rem; }
.faq h2 {
  font-family: Outfit, sans-serif; font-size: 1.15rem; font-weight: 700; margin-bottom: 0.75rem;
}
details {
  background: var(--panel); border: 1px solid var(--line); border-radius: 12px;
  padding: 0.85rem 1rem; margin-bottom: 0.55rem;
}
summary {
  cursor: pointer; font-weight: 600; font-family: Outfit, sans-serif; font-size: 0.95rem;
  list-style: none;
}
summary::-webkit-details-marker { display: none; }
details p { margin-top: 0.55rem; color: var(--muted); font-size: 0.9rem; }

.footer {
  margin-top: 2.25rem; padding-top: 1.25rem; border-top: 1px solid var(--line);
  color: var(--muted); font-size: 0.8rem;
}
.footer p { margin-bottom: 0.5rem; }
.footer-domain { opacity: 0.7; }

.row-title { flex: 1; min-width: 0; }
.row-title h3 { line-height: 1.2; }

@media (min-width: 860px) {
  .page { padding: 0 1.25rem 4rem; }
  .hero { padding: 3rem 0 2rem; }
  .row {
    grid-template-columns: 2.1rem 7.25rem minmax(0, 1fr) 180px;
    grid-template-areas:
      "rank logo main cta"
      "rank logo main cta";
    align-items: center;
    padding: 1.1rem 1.15rem;
  }
  .row-head {
    grid-area: logo;
    display: block;
  }
  .row-logo { width: 7.25rem; height: 4.25rem; }
  .row-title { margin-bottom: 0.15rem; }
  .rank-badge { margin-top: 0; }
  .btn { width: 100%; min-width: 0; }
  .cta-note { text-align: center; }
  .info-grid { grid-template-columns: 1.2fr 0.8fr; gap: 1rem; }
}
