/* =====================================================
   1xSlots Casino — style.css
   Palette: Сумерки/Пурпур
   Prefix: .flux- + 5-char hash b2v7w
   Fonts: Kanit 600/700 + Roboto Condensed 400
   ===================================================== */

/* --- Reset & Base --- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #0d0810;
  color: #fdf4ff;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: 'Kanit', sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

a {
  color: #ec4899;
  text-decoration: none;
  transition: color 0.2s;
}

a:hover {
  color: #f472b6;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

/* --- Wrapper --- */
.flux-wrap-b2v7w {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

/* --- CTA Buttons --- */
.flux-cta-b2v7w {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 8px;
  font-family: 'Kanit', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.03em;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  text-decoration: none;
}

.flux-cta-b2v7w:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.flux-cta-primary-b2v7w {
  background: linear-gradient(135deg, #7c3aed 0%, #ec4899 100%);
  color: #fdf4ff;
}

.flux-cta-primary-b2v7w:hover {
  background: linear-gradient(135deg, #6d28d9 0%, #db2777 100%);
  color: #fdf4ff;
}

.flux-cta-secondary-b2v7w {
  background: transparent;
  border: 2px solid #7c3aed;
  color: #fdf4ff;
}

.flux-cta-secondary-b2v7w:hover {
  background: rgba(124, 58, 237, 0.15);
  color: #fdf4ff;
}

.flux-cta-nav-b2v7w {
  padding: 8px 20px;
  background: linear-gradient(135deg, #7c3aed 0%, #ec4899 100%);
  color: #fdf4ff;
  font-size: 14px;
}

.flux-cta-card-b2v7w {
  padding: 10px 20px;
  background: linear-gradient(135deg, #7c3aed 0%, #ec4899 100%);
  color: #fdf4ff;
  font-size: 14px;
  width: 100%;
  margin-top: 12px;
}

.flux-cta-slot-b2v7w {
  padding: 8px 16px;
  background: rgba(124, 58, 237, 0.2);
  border: 1px solid #7c3aed;
  color: #fdf4ff;
  font-size: 13px;
  width: 100%;
  margin-top: 10px;
}

.flux-cta-slot-b2v7w:hover {
  background: rgba(124, 58, 237, 0.4);
  color: #fdf4ff;
}

.flux-cta-footer-b2v7w {
  padding: 10px 24px;
  background: linear-gradient(135deg, #7c3aed 0%, #ec4899 100%);
  color: #fdf4ff;
  font-size: 14px;
  margin-top: 16px;
}

/* --- Navigation --- */
.flux-nav-b2v7w {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(13, 8, 16, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(124, 58, 237, 0.3);
}

.flux-nav-b2v7w .flux-wrap-b2v7w {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}

.flux-logo-b2v7w {
  font-family: 'Kanit', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #fdf4ff;
  letter-spacing: 0.02em;
}

.flux-logo-b2v7w:hover {
  color: #ec4899;
}

.flux-menu-b2v7w {
  display: flex;
  gap: 4px;
}

.flux-menu-b2v7w li a {
  color: rgba(253, 244, 255, 0.75);
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 6px;
  transition: color 0.2s, background 0.2s;
}

.flux-menu-b2v7w li a:hover {
  color: #fdf4ff;
  background: rgba(124, 58, 237, 0.2);
}

/* --- Hero --- */
.flux-hero-b2v7w {
  padding: 80px 0 64px;
  text-align: center;
  background: radial-gradient(ellipse at 50% 0%, rgba(124, 58, 237, 0.25) 0%, transparent 70%);
}

.flux-hero-badge-b2v7w {
  display: inline-block;
  background: rgba(124, 58, 237, 0.2);
  border: 1px solid rgba(124, 58, 237, 0.5);
  border-radius: 20px;
  padding: 6px 18px;
  font-size: 13px;
  color: #c4b5fd;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

.flux-h1-b2v7w {
  font-size: clamp(26px, 4vw, 44px);
  font-weight: 700;
  color: #fdf4ff;
  max-width: 900px;
  margin: 0 auto 16px;
  line-height: 1.15;
}

.flux-hero-sub-b2v7w {
  font-size: 17px;
  color: rgba(253, 244, 255, 0.7);
  max-width: 680px;
  margin: 0 auto 40px;
}

.flux-hero-stats-b2v7w {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.flux-stat-b2v7w {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flux-stat-val-b2v7w {
  font-family: 'Kanit', sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #ec4899;
  line-height: 1;
}

.flux-stat-lbl-b2v7w {
  font-size: 13px;
  color: rgba(253, 244, 255, 0.6);
  margin-top: 4px;
}

.flux-hero-btns-b2v7w {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* --- Sections --- */
.flux-main-b2v7w {
  padding: 0 0 64px;
}

.flux-section-b2v7w {
  padding: 64px 0;
  border-bottom: 1px solid rgba(124, 58, 237, 0.15);
}

.flux-section-b2v7w:last-child {
  border-bottom: none;
}

.flux-h2-b2v7w {
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 700;
  color: #fdf4ff;
  margin-bottom: 24px;
  position: relative;
  padding-left: 16px;
}

.flux-h2-b2v7w::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 70%;
  background: linear-gradient(180deg, #7c3aed, #ec4899);
  border-radius: 2px;
}

.flux-section-intro-b2v7w {
  color: rgba(253, 244, 255, 0.75);
  margin-bottom: 28px;
  font-size: 16px;
}

.flux-prose-b2v7w p {
  margin-bottom: 16px;
  color: rgba(253, 244, 255, 0.85);
}

.flux-section-cta-b2v7w {
  margin-top: 32px;
  text-align: center;
}

/* --- Bonus Cards --- */
.flux-bonus-grid-b2v7w {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 24px;
}

.flux-bonus-card-b2v7w {
  background: rgba(124, 58, 237, 0.1);
  border: 1px solid rgba(124, 58, 237, 0.35);
  border-radius: 12px;
  padding: 24px 20px;
  text-align: center;
  transition: border-color 0.2s, background 0.2s;
}

.flux-bonus-card-b2v7w:hover {
  border-color: rgba(236, 72, 153, 0.5);
  background: rgba(124, 58, 237, 0.18);
}

.flux-bonus-num-b2v7w {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7c3aed, #ec4899);
  color: #fdf4ff;
  font-family: 'Kanit', sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin: 0 auto 12px;
}

.flux-bonus-title-b2v7w {
  font-size: 14px;
  color: rgba(253, 244, 255, 0.6);
  margin-bottom: 8px;
}

.flux-bonus-amount-b2v7w {
  font-family: 'Kanit', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #ec4899;
  margin-bottom: 6px;
}

.flux-bonus-max-b2v7w {
  font-size: 14px;
  color: rgba(253, 244, 255, 0.75);
}

.flux-bonus-total-b2v7w {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: rgba(236, 72, 153, 0.1);
  border: 1px solid rgba(236, 72, 153, 0.3);
  border-radius: 10px;
  padding: 16px 24px;
  margin-top: 8px;
  font-size: 16px;
  color: rgba(253, 244, 255, 0.75);
}

.flux-bonus-total-val-b2v7w {
  font-family: 'Kanit', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #ec4899;
}

/* --- Slot Cards --- */
.flux-slots-grid-b2v7w {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
  margin-bottom: 32px;
}

.flux-slot-card-b2v7w {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(124, 58, 237, 0.25);
  border-radius: 10px;
  padding: 18px 14px;
  transition: border-color 0.2s, background 0.2s;
}

.flux-slot-card-b2v7w:hover {
  border-color: rgba(124, 58, 237, 0.6);
  background: rgba(124, 58, 237, 0.1);
}

.flux-slot-name-b2v7w {
  font-family: 'Kanit', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #fdf4ff;
  margin-bottom: 4px;
}

.flux-slot-provider-b2v7w {
  font-size: 12px;
  color: rgba(253, 244, 255, 0.5);
  margin-bottom: 10px;
}

.flux-slot-meta-b2v7w {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

.flux-slot-rtp-b2v7w {
  font-size: 12px;
  background: rgba(124, 58, 237, 0.2);
  border-radius: 4px;
  padding: 2px 8px;
  color: #c4b5fd;
}

.flux-slot-max-b2v7w {
  font-size: 12px;
  background: rgba(236, 72, 153, 0.15);
  border-radius: 4px;
  padding: 2px 8px;
  color: #f9a8d4;
}

.flux-slots-cta-b2v7w {
  text-align: center;
}

/* --- VIP Table --- */
.flux-vip-table-wrap-b2v7w {
  overflow-x: auto;
  margin-bottom: 20px;
}

.flux-vip-table-b2v7w {
  min-width: 480px;
}

.flux-vip-table-b2v7w th,
.flux-vip-table-b2v7w td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(124, 58, 237, 0.15);
  font-size: 15px;
}

.flux-vip-table-b2v7w thead th {
  font-family: 'Kanit', sans-serif;
  font-weight: 600;
  color: rgba(253, 244, 255, 0.6);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: rgba(124, 58, 237, 0.08);
}

.flux-vip-row-b2v7w:hover td {
  background: rgba(124, 58, 237, 0.07);
}

.flux-vip-top-b2v7w td {
  color: #ec4899;
}

.flux-vip-badge-b2v7w {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 20px;
  font-family: 'Kanit', sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.flux-vip-drift-b2v7w { background: rgba(148, 163, 184, 0.15); color: #94a3b8; }
.flux-vip-cruise-b2v7w { background: rgba(34, 197, 94, 0.15); color: #86efac; }
.flux-vip-sprint-b2v7w { background: rgba(59, 130, 246, 0.15); color: #93c5fd; }
.flux-vip-rush-b2v7w { background: rgba(124, 58, 237, 0.25); color: #c4b5fd; }
.flux-vip-surge-b2v7w { background: rgba(236, 72, 153, 0.2); color: #f9a8d4; }
.flux-vip-flash-b2v7w { background: linear-gradient(135deg, rgba(124,58,237,0.35), rgba(236,72,153,0.35)); color: #fdf4ff; border: 1px solid rgba(236,72,153,0.5); }

.flux-vip-note-b2v7w {
  font-size: 14px;
  color: rgba(253, 244, 255, 0.6);
  line-height: 1.6;
}

/* --- Cashier Table --- */
.flux-cashier-table-wrap-b2v7w {
  overflow-x: auto;
}

.flux-cashier-table-b2v7w th,
.flux-cashier-table-b2v7w td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(124, 58, 237, 0.15);
  font-size: 15px;
}

.flux-cashier-table-b2v7w thead th {
  font-family: 'Kanit', sans-serif;
  font-weight: 600;
  color: rgba(253, 244, 255, 0.6);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: rgba(124, 58, 237, 0.08);
}

.flux-cashier-table-b2v7w tbody tr:hover td {
  background: rgba(124, 58, 237, 0.07);
}

/* --- Login Steps --- */
.flux-login-steps-b2v7w {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
  margin: 24px 0;
}

.flux-step-b2v7w {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.2);
  border-radius: 10px;
  padding: 16px;
}

.flux-step-num-b2v7w {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #7c3aed, #ec4899);
  color: #fdf4ff;
  font-family: 'Kanit', sans-serif;
  font-weight: 700;
  font-size: 15px;
}

.flux-step-text-b2v7w {
  font-size: 14px;
  color: rgba(253, 244, 255, 0.85);
  line-height: 1.5;
}

/* --- License Cards --- */
.flux-license-grid-b2v7w {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}

.flux-license-card-b2v7w {
  background: rgba(124, 58, 237, 0.07);
  border: 1px solid rgba(124, 58, 237, 0.25);
  border-radius: 12px;
  padding: 24px 20px;
}

.flux-license-icon-b2v7w {
  font-size: 24px;
  margin-bottom: 10px;
}

.flux-license-title-b2v7w {
  font-family: 'Kanit', sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #fdf4ff;
  margin-bottom: 8px;
}

.flux-license-text-b2v7w {
  font-size: 14px;
  color: rgba(253, 244, 255, 0.7);
  line-height: 1.6;
}

/* --- Reviews --- */
.flux-reviews-grid-b2v7w {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.flux-review-b2v7w {
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.25);
  border-radius: 12px;
  padding: 22px 20px;
}

.flux-review-header-b2v7w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.flux-review-author-b2v7w {
  font-family: 'Kanit', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #fdf4ff;
}

.flux-review-stars-b2v7w {
  color: #f59e0b;
  font-size: 16px;
  letter-spacing: 1px;
}

.flux-review-text-b2v7w {
  font-size: 14px;
  color: rgba(253, 244, 255, 0.8);
  line-height: 1.6;
}

/* --- Author Note --- */
.flux-author-note-b2v7w {
  padding: 24px;
  background: rgba(124, 58, 237, 0.06);
  border-left: 3px solid #7c3aed;
  border-radius: 0 8px 8px 0;
  margin: 0 0 8px;
}

.flux-author-note-b2v7w p {
  font-size: 13px;
  color: rgba(253, 244, 255, 0.55);
  line-height: 1.6;
}

/* --- FAQ --- */
.flux-faq-section-b2v7w {
  border-top: 1px solid rgba(124, 58, 237, 0.15);
}

.flux-faq-b2v7w {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.flux-faq-item-b2v7w {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(124, 58, 237, 0.25);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.2s;
}

.flux-faq-item-b2v7w[open] {
  border-color: rgba(124, 58, 237, 0.55);
}

.flux-faq-q-b2v7w {
  padding: 16px 20px;
  cursor: pointer;
  font-family: 'Kanit', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #fdf4ff;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}

.flux-faq-q-b2v7w::-webkit-details-marker {
  display: none;
}

.flux-faq-q-b2v7w::after {
  content: '+';
  font-size: 22px;
  color: #7c3aed;
  flex-shrink: 0;
  margin-left: 12px;
  transition: transform 0.2s;
}

.flux-faq-item-b2v7w[open] .flux-faq-q-b2v7w::after {
  transform: rotate(45deg);
}

.flux-faq-a-b2v7w {
  padding: 0 20px 18px;
  font-size: 15px;
  color: rgba(253, 244, 255, 0.75);
  line-height: 1.65;
}

/* --- Footer --- */
.flux-footer-b2v7w {
  background: rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(124, 58, 237, 0.2);
  padding: 48px 0 32px;
}

.flux-footer-grid-b2v7w {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.flux-footer-logo-b2v7w {
  font-family: 'Kanit', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fdf4ff;
  margin-bottom: 12px;
}

.flux-footer-desc-b2v7w {
  font-size: 14px;
  color: rgba(253, 244, 255, 0.55);
  line-height: 1.6;
}

.flux-footer-heading-b2v7w {
  font-family: 'Kanit', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: rgba(253, 244, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}

.flux-footer-links-b2v7w {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.flux-footer-links-b2v7w li,
.flux-footer-links-b2v7w a {
  font-size: 14px;
  color: rgba(253, 244, 255, 0.65);
}

.flux-footer-links-b2v7w a:hover {
  color: #ec4899;
}

.flux-footer-legal-b2v7w {
  border-top: 1px solid rgba(124, 58, 237, 0.15);
  padding-top: 24px;
}

.flux-footer-legal-b2v7w p {
  font-size: 12px;
  color: rgba(253, 244, 255, 0.4);
  line-height: 1.7;
  margin-bottom: 8px;
}

.flux-footer-age-b2v7w {
  color: rgba(236, 72, 153, 0.6) !important;
}

/* --- Responsive --- */
@media (max-width: 900px) {
  .flux-menu-b2v7w {
    display: none;
  }

  .flux-footer-grid-b2v7w {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}

@media (max-width: 600px) {
  .flux-hero-b2v7w {
    padding: 48px 0 40px;
  }

  .flux-hero-stats-b2v7w {
    gap: 20px;
  }

  .flux-section-b2v7w {
    padding: 40px 0;
  }

  .flux-bonus-grid-b2v7w,
  .flux-slots-grid-b2v7w {
    grid-template-columns: 1fr 1fr;
  }

  .flux-footer-grid-b2v7w {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
