/* 7K Casino — Palette: Обсидиан/Лайм */
/* Prefix: .hub- */

:root {
  --bg: #060b06;
  --lime: #84cc16;
  --amber: #fbbf24;
  --text: #f2f5ee;
  --surface: #0d1a0d;
  --surface2: #112211;
  --border: #1e2e1e;
  --text-muted: #9eb39e;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body.hub-body-m2n8k {
  background-color: var(--bg);
  color: var(--text);
  font-family: 'Nunito Sans', system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.7;
  min-height: 100vh;
}

/* ── Navigation ────────────────────────────────── */
.hub-nav-a9x3z {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(6, 11, 6, 0.95);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(8px);
}

.hub-nav-inner-p4q7w {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 32px;
  height: 64px;
}

.hub-logo-r3k5m {
  text-decoration: none;
  display: flex;
  align-items: baseline;
  gap: 4px;
  flex-shrink: 0;
}

.hub-logo-text-v8j2n {
  font-family: 'Unbounded', sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--lime);
  letter-spacing: -0.02em;
}

.hub-logo-sub-x1p6h {
  font-family: 'Unbounded', sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--text-muted);
}

.hub-nav-list-b5c9d {
  list-style: none;
  display: flex;
  gap: 4px;
  flex: 1;
}

.hub-nav-link-t2w4f {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.875rem;
  padding: 8px 12px;
  border-radius: 8px;
  transition: color 0.2s, background 0.2s;
}

.hub-nav-link-t2w4f:hover {
  color: var(--text);
  background: var(--surface);
}

.hub-btn-cta-s6e1r {
  margin-left: auto;
  background: var(--lime);
  color: #060b06;
  text-decoration: none;
  font-family: 'Unbounded', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 10px;
  transition: background 0.2s, transform 0.15s;
  white-space: nowrap;
  flex-shrink: 0;
}

.hub-btn-cta-s6e1r:hover {
  background: #a3e635;
  transform: translateY(-1px);
}

/* ── Hero ────────────────────────────────────── */
.hub-hero-q7p1k {
  background: linear-gradient(160deg, #0a1a0a 0%, #060b06 60%);
  padding: 80px 24px 0;
  text-align: center;
}

.hub-hero-inner-n3u8s {
  max-width: 860px;
  margin: 0 auto;
}

.hub-h1-f9d2m {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(1.5rem, 4vw, 2.6rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--text);
  margin-bottom: 20px;
}

.hub-h1-f9d2m em {
  font-style: normal;
  color: var(--lime);
}

.hub-hero-desc-w5g4k {
  font-size: 1.1rem;
  color: var(--text-muted);
  margin-bottom: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.hub-btn-hero-j1l7z {
  display: inline-block;
  background: var(--lime);
  color: #060b06;
  text-decoration: none;
  font-family: 'Unbounded', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 16px 36px;
  border-radius: 12px;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  margin-bottom: 56px;
}

.hub-btn-hero-j1l7z:hover {
  background: #a3e635;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(132, 204, 22, 0.3);
}

/* Aggregate strip */
.hub-strip-c6r2p {
  background: var(--surface);
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}

.hub-strip-cell-e8h3t {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 32px;
  border-right: 1px solid var(--border);
  flex: 1;
  min-width: 140px;
}

.hub-strip-cell-e8h3t:last-child {
  border-right: none;
}

.hub-strip-num-y4v9q {
  font-family: 'Unbounded', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--lime);
  white-space: nowrap;
}

.hub-strip-lbl-o2m5x {
  font-size: 0.75rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 2px;
}

/* ── Sections ──────────────────────────────────── */
.hub-main-a3f7k {
  max-width: 1200px;
  margin: 0 auto;
}

.hub-section-p8n2v {
  padding: 72px 24px;
}

.hub-section-alt-u7c2k {
  background: var(--surface);
}

.hub-h2-r6w3q {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(1.2rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: var(--text);
  margin-bottom: 32px;
  line-height: 1.3;
}

.hub-content-b4d9j p {
  margin-bottom: 16px;
  color: var(--text);
  max-width: 820px;
}

.hub-content-b4d9j a {
  color: var(--lime);
  text-decoration: none;
}

.hub-content-b4d9j a:hover {
  text-decoration: underline;
}

/* Mirror box */
.hub-mirror-box-k5r1m {
  background: var(--surface2);
  border: 1px solid var(--lime);
  border-radius: 16px;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.hub-mirror-label-q9n4w {
  font-family: 'Unbounded', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  margin: 0;
}

.hub-btn-mirror-t3x8p {
  background: var(--lime);
  color: #060b06;
  text-decoration: none;
  font-family: 'Unbounded', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 10px;
  white-space: nowrap;
  transition: background 0.2s;
}

.hub-btn-mirror-t3x8p:hover {
  background: #a3e635;
}

/* Steps */
.hub-steps-list-h2f8d {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 28px;
  max-width: 640px;
}

.hub-step-item-v6j3n {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: var(--surface2);
  border-radius: 12px;
  padding: 16px 20px;
}

.hub-step-num-s9k1r {
  font-family: 'Unbounded', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--lime);
  flex-shrink: 0;
  width: 28px;
}

/* Secondary button */
.hub-btn-secondary-m4e7w {
  display: inline-block;
  border: 2px solid var(--lime);
  color: var(--lime);
  text-decoration: none;
  font-family: 'Unbounded', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 10px;
  transition: background 0.2s, color 0.2s;
  margin-top: 8px;
}

.hub-btn-secondary-m4e7w:hover {
  background: var(--lime);
  color: #060b06;
}

/* Bonus cards */
.hub-bonus-grid-c2r9x {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.hub-bonus-card-l8v5m {
  background: var(--surface2);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 24px 20px;
  text-align: center;
}

.hub-bonus-dep-f3j1k {
  font-size: 0.8rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

.hub-bonus-pct-z7t4q {
  font-family: 'Unbounded', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--lime);
  margin-bottom: 6px;
}

.hub-bonus-max-w6g2n {
  font-size: 0.9rem;
  color: var(--amber);
  font-weight: 600;
}

/* Slot cards */
.hub-slots-grid-p1n7f {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.hub-slot-card-d4k9r {
  background: var(--surface2);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 18px 16px;
  transition: border-color 0.2s;
}

.hub-slot-card-d4k9r:hover {
  border-color: var(--lime);
}

.hub-slot-name-u3w6m {
  font-family: 'Unbounded', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 6px;
  line-height: 1.3;
}

.hub-slot-provider-b8h2t {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.hub-slot-rtp-e5c1v {
  font-size: 0.75rem;
  color: var(--amber);
  font-weight: 600;
}

/* VIP table */
.hub-vip-table-r2m8k {
  margin-bottom: 24px;
  overflow-x: auto;
}

/* Cash table */
.hub-cash-table-f7p3s {
  margin-bottom: 24px;
  overflow-x: auto;
}

/* Shared table styles */
.hub-table-n5j4w {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.hub-table-n5j4w th {
  background: var(--surface2);
  color: var(--text-muted);
  font-family: 'Unbounded', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid var(--border);
}

.hub-table-n5j4w td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--border);
  color: var(--text);
}

.hub-table-n5j4w tbody tr:hover td {
  background: rgba(132, 204, 22, 0.04);
}

/* Reviews */
.hub-reviews-grid-k4n8c {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 32px;
}

.hub-review-card-s2d7f {
  background: var(--surface2);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 24px;
}

.hub-review-header-q1p5r {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.hub-review-author-v3m9k {
  font-family: 'Unbounded', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text);
}

.hub-review-stars-h8j2n {
  color: var(--amber);
  font-size: 0.9rem;
}

.hub-review-date-w6t4x {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-left: auto;
}

.hub-review-text-b9r1e {
  font-size: 0.9rem;
  color: var(--text);
  line-height: 1.6;
}

/* FAQ */
.hub-faq-list-c3v7b {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 820px;
}

.hub-faq-item-n1m4w {
  background: var(--surface2);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.2s;
}

.hub-faq-item-n1m4w[open] {
  border-color: var(--lime);
}

.hub-faq-q-r8j5k {
  cursor: pointer;
  padding: 18px 20px;
  font-family: 'Unbounded', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  user-select: none;
}

.hub-faq-q-r8j5k::-webkit-details-marker {
  display: none;
}

.hub-faq-q-r8j5k::after {
  content: '+';
  color: var(--lime);
  font-size: 1.2rem;
  flex-shrink: 0;
  transition: transform 0.2s;
}

.hub-faq-item-n1m4w[open] .hub-faq-q-r8j5k::after {
  transform: rotate(45deg);
}

.hub-faq-a-p2g9t {
  padding: 0 20px 18px;
}

.hub-faq-a-p2g9t p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ── Author note ──────────────────────────────── */
.hub-author-note-q3d8m {
  background: var(--surface2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 20px 24px;
}

.hub-author-inner-z5n2p {
  max-width: 1200px;
  margin: 0 auto;
}

.hub-author-text-f7k4r {
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ── Footer ──────────────────────────────────── */
.hub-footer-w8m4k {
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: 48px 24px;
}

.hub-footer-inner-j6r3n {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 40px;
  align-items: start;
}

.hub-footer-logo-e2s7h {
  font-family: 'Unbounded', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--lime);
}

.hub-footer-tagline-b4p8m {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 6px;
}

.hub-footer-nav-x5k2w {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 4px;
}

.hub-footer-nav-x5k2w a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.2s;
}

.hub-footer-nav-x5k2w a:hover {
  color: var(--lime);
}

.hub-footer-legal-r1m6q {
  font-size: 0.75rem;
  color: var(--text-muted);
  line-height: 1.7;
  text-align: right;
}

.hub-footer-legal-r1m6q a {
  color: var(--text-muted);
  text-decoration: underline;
}

.hub-footer-age-n3j5d {
  color: var(--amber);
  margin-top: 8px;
  font-weight: 600;
}

/* ── Responsive ──────────────────────────────── */
@media (max-width: 768px) {
  .hub-nav-list-b5c9d {
    display: none;
  }

  .hub-hero-q7p1k {
    padding: 48px 16px 0;
  }

  .hub-strip-cell-e8h3t {
    padding: 16px 16px;
    min-width: 120px;
  }

  .hub-strip-num-y4v9q {
    font-size: 1rem;
  }

  .hub-section-p8n2v {
    padding: 48px 16px;
  }

  .hub-mirror-box-k5r1m {
    flex-direction: column;
    text-align: center;
  }

  .hub-footer-inner-j6r3n {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hub-footer-legal-r1m6q {
    text-align: center;
  }

  .hub-footer-nav-x5k2w {
    justify-content: center;
  }

  .hub-bonus-grid-c2r9x {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .hub-bonus-grid-c2r9x {
    grid-template-columns: 1fr 1fr;
  }

  .hub-slots-grid-p1n7f {
    grid-template-columns: repeat(2, 1fr);
  }
}
