/* NV Casino – Neon Dark Styles v=1 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

/* === CSS VARIABLES === */
:root {
  --bg-deep: #0B0B1A;
  --bg-mid: #120F2E;
  --bg-light: #1A1445;
  --cta-start: #FF2D7A;
  --cta-end: #FF6A9F;
  --purple: #6C3BFF;
  --purple-light: #7B61FF;
  --neon-start: #00CFFF;
  --gold: #FFC107;
  --gold-light: #FFD54F;
  --white: #FFFFFF;
  --text-secondary: #B0B3C7;
  --text-muted: #8A8FA3;
  --card-bg: #1C1F3A;
  --card-bg-alt: #23264A;
  --card-hover: #2E3270;
  --border: rgba(255, 255, 255, 0.08);
  --header-h: 70px;
}

/* === RESET === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 16px);
}
body {
  font-family: 'Poppins', Inter, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-secondary);
  background: linear-gradient(180deg, var(--bg-light) 0%, var(--bg-mid) 50%, var(--bg-deep) 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

/* Radial ambient blobs */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background:
    radial-gradient(ellipse 600px 400px at 20% 30%, rgba(108, 59, 255, 0.15) 0%, transparent 70%),
    radial-gradient(ellipse 500px 350px at 80% 60%, rgba(255, 45, 122, 0.10) 0%, transparent 70%),
    radial-gradient(ellipse 400px 300px at 50% 80%, rgba(0, 207, 255, 0.08) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
body > * { position: relative; z-index: 1; }

/* === SKIP LINK === */
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.sr-only:focus {
  width: auto; height: auto;
  padding: 0.5rem 1rem;
  margin: 0.5rem;
  overflow: visible;
  clip: auto;
  white-space: normal;
  background: var(--cta-start);
  color: var(--white);
  border-radius: 6px;
  z-index: 9999;
  top: 0; left: 0;
}

/* === HEADER === */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(11, 11, 26, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow 0.3s ease;
}
.site-header.is-pinned {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.65);
}
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  flex-shrink: 0;
}
.logo img {
  height: 52px;
  width: auto;
  flex-shrink: 0;
  display: block;
}

/* Header buttons */
.header-buttons {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* === BUTTONS === */
.btn-register,
.btn-login,
.btn-cta,
.btn-purple {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.4rem;
  border-radius: 14px;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: opacity 0.2s, transform 0.2s, box-shadow 0.2s;
  white-space: nowrap;
}

.btn-register,
.btn-cta {
  background: linear-gradient(135deg, var(--cta-start), var(--cta-end));
  color: var(--white);
  box-shadow: 0 4px 20px rgba(255, 45, 122, 0.40);
}
.btn-register:hover,
.btn-cta:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  box-shadow: 0 6px 28px rgba(255, 45, 122, 0.55);
}

.btn-login {
  background: transparent;
  color: var(--purple-light);
  border: 2px solid var(--purple-light);
}
.btn-login:hover {
  background: rgba(123, 97, 255, 0.12);
  color: var(--white);
}

.btn-purple {
  background: linear-gradient(135deg, var(--purple), var(--purple-light));
  color: var(--white);
  box-shadow: 0 4px 16px rgba(108, 59, 255, 0.35);
}
.btn-purple:hover { opacity: 0.9; transform: translateY(-1px); }

/* === BREADCRUMBS === */
.breadcrumbs {
  max-width: 1200px;
  margin: 0.75rem auto 0;
  padding: 0 1.5rem;
  font-size: 0.8rem;
  color: var(--text-muted);
}
.breadcrumbs a { color: var(--text-muted); text-decoration: none; }
.breadcrumbs a:hover { color: var(--neon-start); }
.breadcrumbs .current { color: var(--cta-start); }
.breadcrumbs .sep { margin: 0 0.35rem; }

/* === HERO === */
.hero {
  text-align: center;
  padding: 3.5rem 1.5rem 2.5rem;
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: '';
  position: absolute;
  right: -80px; top: -40px;
  width: 580px; height: 420px;
  background: radial-gradient(ellipse, rgba(255, 45, 122, 0.13) 0%, transparent 70%);
  pointer-events: none;
}
.hero h1 {
  font-size: clamp(1.75rem, 5vw, 3rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.25;
  margin-bottom: 1rem;
}
.hero-highlight {
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-lead {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: var(--text-secondary);
  max-width: 700px;
  margin: 0 auto 2rem;
  line-height: 1.65;
}
.hero .btn-cta {
  padding: 0.85rem 2.5rem;
  font-size: 1.05rem;
  border-radius: 16px;
}

/* === CONTAINER === */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem 3rem;
}

/* === CONTENT CARD === */
.content-card {
  background: linear-gradient(180deg, var(--card-bg) 0%, var(--card-bg-alt) 100%);
  border-radius: 18px;
  border: 1px solid var(--border);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  margin-bottom: 2rem;
}
.content-card::before {
  content: '';
  display: block;
  height: 3px;
  background: linear-gradient(90deg, var(--cta-start), var(--purple), var(--neon-start));
}
.prose {
  padding: 2rem 2.5rem;
}

/* === PROSE TYPOGRAPHY === */
.prose h2 {
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 700;
  color: var(--white);
  margin: 2rem 0 1rem;
  padding-left: 1rem;
  border-left: 3px solid var(--cta-start);
  line-height: 1.3;
}
.prose h2:first-child { margin-top: 0; }
.prose h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--neon-start);
  margin: 1.5rem 0 0.6rem;
}
.prose p {
  margin-bottom: 1rem;
  color: var(--text-secondary);
}
.prose ul,
.prose ol {
  margin: 0.6rem 0 1rem 1.5rem;
  color: var(--text-secondary);
}
.prose li { margin-bottom: 0.35rem; }
.prose strong { color: var(--white); }
.prose a { color: var(--neon-start); text-decoration: none; }
.prose a:hover { text-decoration: underline; }

/* Step lists */
.step-list {
  list-style: none;
  margin-left: 0;
  counter-reset: steps;
}
.step-list li {
  counter-increment: steps;
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.6rem;
  align-items: flex-start;
}
.step-list li::before {
  content: counter(steps);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  background: linear-gradient(135deg, var(--purple), var(--purple-light));
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--white);
  flex-shrink: 0;
  margin-top: 0.1rem;
}

/* === BONUS BANNER === */
.app-bonus {
  background: linear-gradient(135deg, rgba(255, 193, 7, 0.08) 0%, rgba(255, 45, 122, 0.06) 100%);
  border: 1px solid rgba(255, 193, 7, 0.3);
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  margin: 1.5rem 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.bonus-icon { font-size: 1.8rem; flex-shrink: 0; }
.bonus-text strong { color: var(--gold); display: block; font-size: 1.05rem; margin-bottom: 0.2rem; }
.bonus-text span { color: var(--text-secondary); font-size: 0.875rem; }

/* === FEATURE GRID === */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
  align-items: start;
  grid-auto-rows: min-content;
}
.feature-card {
  background: linear-gradient(135deg, rgba(108,59,255,0.18) 0%, rgba(0,207,255,0.08) 100%);
  border: 1px solid rgba(108,59,255,0.35);
  border-radius: 12px;
  padding: 1.25rem;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  align-self: start;
  height: auto;
  min-height: 0;
}
.feature-card:hover {
  transform: scale(1.02);
  box-shadow: 0 0 22px rgba(0, 207, 255, 0.22);
  border-color: rgba(0, 207, 255, 0.3);
}
.feature-icon { font-size: 2rem; margin-bottom: 0.5rem; display: block; }
.feature-card h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0.35rem;
}
.feature-card p { font-size: 0.82rem; color: var(--text-muted); margin: 0; }

/* === WIDGET PANEL === */
.widget-panel {
  background: linear-gradient(135deg, var(--card-bg) 0%, var(--card-bg-alt) 100%);
  border: 1px solid rgba(108, 59, 255, 0.4);
  border-radius: 16px;
  padding: 2rem;
  margin: 2rem 0;
}
.widget-panel h2 {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 1.5rem;
  padding-left: 0;
  border-left: none;
  border-image: none;
}

/* Bonus calculator */
.calc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.calc-item label {
  display: block;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 0.4rem;
}
.calc-item input[type=range] {
  width: 100%;
  accent-color: var(--purple);
  cursor: pointer;
  margin-bottom: 0.3rem;
}
.calc-value {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--neon-start);
}
.calc-result {
  background: rgba(108, 59, 255, 0.1);
  border: 1px solid rgba(108, 59, 255, 0.35);
  border-radius: 10px;
  padding: 1.1rem 1.5rem;
  text-align: center;
  margin-bottom: 0.75rem;
}
.result-label { font-size: 0.85rem; color: var(--text-muted); }
.result-value {
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--gold);
  margin-top: 0.2rem;
}
.calc-total { font-size: 0.9rem; color: var(--text-secondary); margin-top: 0.4rem; }
.calc-note { font-size: 0.75rem; color: var(--text-muted); margin-top: 0.5rem; text-align: center; }

/* Slots lobby */
.slots-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.slot-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.slot-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 24px rgba(108, 59, 255, 0.35);
  border-color: rgba(108, 59, 255, 0.5);
}
.slot-thumb {
  width: 100%;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, var(--card-bg-alt), var(--bg-mid));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  position: relative;
  gap: 0.25rem;
}
.demo-badge {
  position: absolute;
  top: 6px; right: 6px;
  background: rgba(108, 59, 255, 0.85);
  color: var(--white);
  font-size: 0.62rem;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
  letter-spacing: 0.04em;
}
.slot-info { padding: 0.6rem 0.6rem 0.75rem; }
.slot-name {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--white);
  display: block;
}
.slot-provider { font-size: 0.68rem; color: var(--text-muted); }
.lobby-cta { text-align: center; }

/* Quiz */
.quiz-question {
  font-weight: 600;
  color: var(--white);
  margin-bottom: 1rem;
  font-size: 1rem;
}
.quiz-options {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 1.25rem;
}
.quiz-option {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}
.quiz-option:hover {
  background: var(--card-hover);
  border-color: var(--purple);
}
.quiz-option input[type=radio] { accent-color: var(--purple); cursor: pointer; }
.quiz-option label { cursor: pointer; color: var(--text-secondary); font-size: 0.9rem; }
.quiz-result {
  display: none;
  background: rgba(0, 207, 255, 0.08);
  border: 1px solid rgba(0, 207, 255, 0.3);
  border-radius: 10px;
  padding: 1rem 1.5rem;
  color: var(--neon-start);
  font-weight: 600;
  font-size: 0.9rem;
}
.quiz-note { font-size: 0.75rem; color: var(--text-muted); margin-top: 0.5rem; }

/* Demo roulette */
.roulette-widget {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.roulette-wheel {
  width: 160px; height: 160px;
  border-radius: 50%;
  border: 4px solid var(--purple);
  background: conic-gradient(
    #B71C1C 0deg 10deg, #1A237E 10deg 20deg, #B71C1C 20deg 30deg,
    #1A237E 30deg 40deg, #B71C1C 40deg 50deg, #1A237E 50deg 60deg,
    #B71C1C 60deg 70deg, #1A237E 70deg 80deg, #B71C1C 80deg 90deg,
    #1A237E 90deg 100deg, #2E7D32 100deg 110deg, #B71C1C 110deg 120deg,
    #1A237E 120deg 130deg, #B71C1C 130deg 140deg, #1A237E 140deg 150deg,
    #B71C1C 150deg 160deg, #1A237E 160deg 170deg, #B71C1C 170deg 180deg,
    #1A237E 180deg 190deg, #B71C1C 190deg 200deg, #1A237E 200deg 210deg,
    #B71C1C 210deg 220deg, #1A237E 220deg 230deg, #B71C1C 230deg 240deg,
    #1A237E 240deg 250deg, #B71C1C 250deg 260deg, #1A237E 260deg 270deg,
    #B71C1C 270deg 280deg, #1A237E 280deg 290deg, #B71C1C 290deg 300deg,
    #1A237E 300deg 310deg, #B71C1C 310deg 320deg, #1A237E 320deg 330deg,
    #B71C1C 330deg 340deg, #1A237E 340deg 350deg, #2E7D32 350deg 360deg
  );
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 30px rgba(108, 59, 255, 0.45);
  transition: transform 3s cubic-bezier(0.17, 0.67, 0.12, 0.99);
}
.roulette-number {
  font-size: 3rem;
  font-weight: 700;
  color: var(--gold);
  min-width: 80px;
  text-align: center;
  min-height: 3.5rem;
  line-height: 1;
}
.roulette-note { font-size: 0.75rem; color: var(--text-muted); text-align: center; }

/* === TABLES === */
.table-wrapper {
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  margin: 1.5rem 0;
}
.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.data-table thead tr {
  background: linear-gradient(90deg, var(--purple), var(--purple-light));
}
.data-table th {
  padding: 0.85rem 1rem;
  text-align: left;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
}
.data-table td {
  padding: 0.8rem 1rem;
  color: var(--text-secondary);
  border-bottom: 1px solid var(--border);
}
.data-table td b { color: var(--gold); }
.data-table tbody tr:hover { background: var(--card-hover); }
.data-table tbody tr:last-child td { border-bottom: none; }
.data-table tbody tr:nth-child(even) { background: rgba(255,255,255,0.02); }

/* Top-Gewinne table inside widget */
.widget-panel .table-wrapper {
  border-color: rgba(108, 59, 255, 0.3);
}

/* === CTA BLOCK === */
.cta-block {
  background: linear-gradient(135deg, rgba(255, 45, 122, 0.12) 0%, rgba(108, 59, 255, 0.12) 100%);
  border: 1px solid rgba(255, 45, 122, 0.3);
  border-radius: 18px;
  padding: 3rem 2rem;
  text-align: center;
  margin: 2rem 0;
}
.cta-block h2 {
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: var(--white);
  margin-bottom: 1rem;
  border-left: none;
  padding-left: 0;
}
.cta-block p { color: var(--text-secondary); max-width: 600px; margin: 0 auto 1.5rem; }
.cta-block .btn-cta { padding: 0.9rem 3rem; font-size: 1.1rem; border-radius: 16px; }
.cta-disclaimer { font-size: 0.75rem; color: var(--text-muted); margin-top: 1rem; }

/* === FOOTER === */
.site-footer {
  background: rgba(11, 11, 26, 0.96);
  border-top: 1px solid var(--border);
  padding: 2rem 1.5rem;
  text-align: center;
}
.pay-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.25rem;
}
.pay-chip {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 0.35rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: 0.03em;
}
.footer-copy { font-size: 0.8rem; color: var(--text-muted); line-height: 1.8; }
.footer-copy a { color: var(--text-muted); text-decoration: none; }
.footer-copy a:hover { color: var(--neon-start); }
.footer-18 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 50%;
  width: 28px; height: 28px;
  font-weight: 700;
  font-size: 0.72rem;
  color: var(--text-secondary);
  margin-left: 0.4rem;
  vertical-align: middle;
}

/* === RESPONSIVE ≤768px === */
@media (max-width: 768px) {
  :root { --header-h: 110px; }

  body { font-size: 0.875rem; line-height: 1.55; }

  .header-inner {
    height: auto;
    flex-direction: column;
    padding: 0.75rem 1rem 0.65rem;
    gap: 0.55rem;
    align-items: stretch;
  }
  .logo { justify-content: center; }
  .header-buttons {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }
  .btn-register, .btn-login { min-height: 42px; }

  .hero { padding: 2rem 1rem 1.5rem; }
  .hero h1 { font-size: clamp(1.35rem, 5.5vw, 1.75rem); }
  .hero-lead { font-size: 0.875rem; }

  .container { padding: 0 1rem 2rem; }
  .prose { padding: 1.25rem 1rem; }

  .prose h2 { font-size: clamp(1.05rem, 4vw, 1.35rem); }
  .prose h3 { font-size: 0.95rem; }
  .prose p,
  .prose li { font-size: 0.875rem; }

  .content-card { border-radius: 14px; }

  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-card { padding: 1rem; }
  .feature-icon { font-size: 1.6rem; }
  .feature-card h3 { font-size: 0.9rem; }

  .widget-panel { padding: 1.25rem 1rem; }
  .widget-panel h2 { font-size: 1.1rem; margin-bottom: 1rem; }

  .calc-grid { grid-template-columns: 1fr; gap: 1rem; }

  .slots-grid { grid-template-columns: repeat(2, 1fr); }

  /* Table → card layout */
  .table-wrapper {
    border: none;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
  }
  .data-table thead { display: none; }
  .data-table,
  .data-table tbody,
  .data-table tr { display: block; }
  .data-table tr {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .data-table td {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.4rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    font-size: 0.8rem;
  }
  .data-table td:last-child { border-bottom: none; }
  .data-table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: var(--text-muted);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    flex-shrink: 0;
    min-width: 100px;
    padding-top: 0.05rem;
  }

  .cta-block { padding: 2rem 1rem; }
  .cta-block .btn-cta { padding: 0.85rem 2rem; font-size: 1rem; }

  .roulette-wheel { width: 130px; height: 130px; }

  .breadcrumbs { padding: 0 1rem; }
}

/* === RESPONSIVE ≤380px === */
@media (max-width: 380px) {
  body { font-size: 0.8125rem; }
  .prose h2 { font-size: clamp(0.95rem, 4.5vw, 1.1rem); }
  .header-inner { padding: 0.6rem 0.75rem 0.55rem; }
  .hero { padding: 1.5rem 0.75rem 1rem; }
  .container { padding: 0 0.75rem 1.5rem; }
  .slots-grid { grid-template-columns: 1fr 1fr; gap: 0.6rem; }
}

/* Inline fallback — duplicated below for critical path, do not remove */
