@keyframes lcBtnBlink {
  0%, 100% { box-shadow: 0 0 16px rgba(196,168,74,0.5), 0 0 32px rgba(196,168,74,0.25); }
  50% { box-shadow: 0 0 32px rgba(212,184,78,0.9), 0 0 64px rgba(196,168,74,0.6), 0 0 96px rgba(196,168,74,0.3); }
}

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

html, body.lc-body { height: 100%; }

.lc-body {
  background: #071828;
  color: #fff;
  font-family: 'Inter', sans-serif;
}

::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: #071828; }
::-webkit-scrollbar-thumb { background: #c9a227; border-radius: 4px; }

.lc-layout {
  display: flex;
  min-height: 100vh;
  background: #071828;
}

/* Sidebar */
.lc-sidebar {
  width: 206px;
  min-width: 206px;
  flex-shrink: 0;
  background: linear-gradient(180deg, #0a2232 0%, #061520 100%);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  z-index: 10;
}

.lc-sidebar-logo {
  flex-shrink: 0;
  padding: 14px 14px 12px;
  border-bottom: 1px solid rgba(201,162,39,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
}

.lc-logo {
  width: 160px;
  height: 82px;
  object-fit: contain;
  display: block;
}

.lc-logo--mob { height: 70px; width: auto; }
.lc-logo--footer { width: 160px; height: 80px; }
.lc-logo--drawer { height: 60px; width: auto; object-fit: contain; }

.lc-sidebar-btns {
  padding: 14px 12px 6px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
}

.lc-sidebar-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,162,39,0.35), transparent);
  margin: 10px 16px 12px;
}

.lc-btn {
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  transition: background 0.2s, opacity 0.2s, border-color 0.2s;
}

.lc-btn-full { width: 100%; }

.lc-btn-primary {
  padding: 12px 0;
  background: linear-gradient(90deg, #a8882e 0%, #d4b84a 48%, #a8882e 100%);
  color: #071828;
  font-weight: 700;
  font-size: 14px;
  border: none;
  border-radius: 28px;
  animation: lcBtnBlink 2s ease-in-out infinite;
  letter-spacing: 0.4px;
}

.lc-btn-outline {
  padding: 11px 0;
  background: transparent;
  color: #c9a227;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #c9a227;
  border-radius: 28px;
}

.lc-btn-outline:hover { background: rgba(201,162,39,0.12); }

.lc-btn-hero {
  font-size: 16px;
  padding: 15px 36px;
  border-radius: 32px;
  white-space: nowrap;
}

.lc-btn-hero.lc-btn-outline {
  padding: 14px 30px;
  background: rgba(201,162,39,0.1);
  border: 2px solid rgba(201,162,39,0.7);
}

.lc-btn-hero.lc-btn-outline:hover {
  background: rgba(201,162,39,0.2);
  border-color: #c9a227;
}

.lc-btn-hero.lc-btn-primary { animation-duration: 1.8s; }

/* Menu slots */
.lc-nav-slot--desktop .lc-menu-list,
.lc-nav-slot--mobile .lc-menu-list {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.lc-nav-slot--desktop {
  padding: 0 8px;
  flex: 1;
}

.lc-nav-slot--desktop .lc-menu-link {
  display: block;
  padding: 10px 14px;
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  transition: color 0.2s, background 0.2s;
}

.lc-nav-slot--desktop .lc-menu-link:hover {
  color: #c9a227;
  background: rgba(201,162,39,0.09);
}

.lc-nav-slot--mobile .lc-menu-link {
  display: block;
  padding: 14px 24px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: color 0.2s, background 0.2s;
}

.lc-nav-slot--mobile .lc-menu-link:hover {
  color: #d4b84a;
  background: rgba(201,162,39,0.06);
}

.lc-gap {
  width: 7px;
  background: #fff;
  flex-shrink: 0;
}

/* Main */
.lc-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow-y: auto;
}

/* Hero */
.lc-hero {
  position: relative;
  height: 440px;
  flex-shrink: 0;
  overflow: hidden;
}

.lc-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('/wp-content/uploads/main2.webp');
  background-size: auto 100%;
  background-position: right center;
}

.lc-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6,12,26,0.97) 0%, rgba(6,12,26,0.88) 30%, rgba(6,12,26,0.3) 55%, transparent 100%);
}

.lc-mob-logo {
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  justify-content: center;
  z-index: 2;
}

.lc-hero-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 44px;
  z-index: 2;
}

.lc-hero-h1 {
  font-family: 'Playfair Display', serif;
  font-size: 46px;
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 32px;
  text-wrap: pretty;
}

.lc-hero-btns {
  display: flex;
  gap: 14px;
  align-items: center;
}

/* Winners */
.lc-winners {
  background: linear-gradient(180deg, #071828 0%, #0a2232 100%);
  flex-shrink: 0;
}

.lc-section-pad { padding: 26px 44px 30px; }

.lc-winners-title {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  color: #2dd4bf;
  font-weight: 700;
  margin-bottom: 4px;
}

.lc-winners-sub {
  color: rgba(255,255,255,0.4);
  font-size: 12px;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.lc-winner-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.lc-winner-icon {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
}

.lc-winner-text { flex: 1; min-width: 0; }

.lc-winner-name {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.lc-winner-muted {
  color: rgba(255,255,255,0.5);
  font-size: 14px;
}

.lc-winner-game {
  color: #2dd4bf;
  font-weight: 600;
  font-size: 14px;
}

.lc-winner-amount {
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

/* Content */
.lc-content-section {
  background: linear-gradient(180deg, #0a2232 0%, #061520 100%);
  padding: 72px 48px 80px;
}

.lc-content-inner { max-width: 900px; }

.lc-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  color: #c9a227;
  font-weight: 700;
  margin-bottom: 16px;
  text-wrap: pretty;
}

.lc-content h3 {
  color: #c9a227;
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  margin-bottom: 22px;
  margin-top: 40px;
}

.lc-content p {
  color: #fff;
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 52px;
  max-width: 820px;
  font-weight: 700;
}

.lc-content .lc-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 60px;
}

.lc-content .lc-col-card {
  border-left: 3px solid #c9a227;
  padding: 4px 0 4px 22px;
}

.lc-content .lc-col-card--teal { border-left-color: #2dd4bf; }
.lc-content .lc-col-card--gold { border-left-color: #d4b84a; }

.lc-content .lc-col-card h3 {
  font-size: 21px;
  margin-top: 0;
  margin-bottom: 12px;
}

.lc-content .lc-col-card--teal h3 { color: #2dd4bf; }
.lc-content .lc-col-card--gold h3 { color: #d4b84a; }

.lc-content .lc-col-card p {
  font-size: 14px;
  margin-bottom: 0;
}

.lc-content blockquote {
  border-left: 4px solid #c9a227;
  padding: 22px 30px;
  background: rgba(201,162,39,0.06);
  border-radius: 0 10px 10px 0;
  margin-bottom: 56px;
}

.lc-content blockquote p {
  font-size: 19px;
  font-style: italic;
  font-family: 'Playfair Display', serif;
  line-height: 1.65;
  margin-bottom: 10px;
}

.lc-content blockquote cite {
  color: #d4b84a;
  font-size: 13px;
  font-style: normal;
  display: block;
  margin-top: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.lc-content .lc-bonus-grid {
  border: 1px solid rgba(201,162,39,0.22);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 56px;
}

.lc-content .lc-bonus-head,
.lc-content .lc-bonus-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.lc-content .lc-bonus-head {
  background: rgba(201,162,39,0.14);
}

.lc-content .lc-bonus-head > div,
.lc-content .lc-bonus-row > div {
  padding: 14px 22px;
  border-right: 1px solid rgba(201,162,39,0.15);
}

.lc-content .lc-bonus-head > div:last-child,
.lc-content .lc-bonus-row > div:last-child { border-right: none; }

.lc-content .lc-bonus-head > div {
  color: #c9a227;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.lc-content .lc-bonus-row {
  border-top: 1px solid rgba(201,162,39,0.12);
}

.lc-content .lc-bonus-row:nth-child(even) { background: rgba(201,162,39,0.04); }

.lc-content .lc-bonus-row > div {
  padding: 15px 22px;
  font-size: 14px;
  font-weight: 600;
  border-right: 1px solid rgba(201,162,39,0.1);
}

.lc-content ul.lc-check {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.lc-content ul.lc-check li {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.5;
}

.lc-content ul.lc-check li::before {
  content: '\2726';
  color: #d4b84a;
  font-size: 16px;
  flex-shrink: 0;
}

.lc-content > div[style*="overflow"],
.lc-content .table-wrap {
  overflow-x: auto;
  margin-bottom: 44px;
  border-radius: 8px;
  border: 1px solid rgba(201,162,39,0.2);
  -webkit-overflow-scrolling: touch;
}

.lc-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
}

.lc-content table th {
  padding: 14px 16px;
  color: #c9a227;
  font-weight: 700;
  text-align: left;
  background: rgba(201,162,39,0.14);
  border-bottom: 1px solid rgba(201,162,39,0.28);
}

.lc-content table td {
  padding: 13px 16px;
  color: #fff;
  border-bottom: 1px solid rgba(201,162,39,0.1);
}

.lc-content details {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.lc-content details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  cursor: pointer;
  gap: 16px;
  user-select: none;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  list-style: none;
}

.lc-content details summary::-webkit-details-marker { display: none; }

.lc-content details summary::after {
  content: '+';
  color: #d4b84a;
  font-size: 22px;
  font-weight: 300;
  flex-shrink: 0;
  width: 24px;
  text-align: center;
  line-height: 1;
}

.lc-content details[open] summary::after { content: '\2212'; }

.lc-content details > div,
.lc-content details > p {
  border-left: 3px solid #d4b84a;
  padding: 4px 0 20px 20px;
  margin-top: -4px;
  color: rgba(255,255,255,0.85);
  font-size: 15px;
  line-height: 1.75;
  font-weight: 500;
}

/* Payments */
.lc-payments {
  background: linear-gradient(180deg, #061520 0%, #0a2232 100%);
  padding: 52px 44px 56px;
}

.lc-payments-label {
  text-align: center;
  color: #c9a227;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.lc-payments-line {
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c9a227, transparent);
  margin: 0 auto 36px;
}

.lc-payments-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 20px;
  justify-content: center;
  align-items: center;
}

.lc-payment-tile {
  width: 110px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(201,162,39,0.2);
  border-radius: 10px;
  padding: 10px 14px;
  opacity: 0.75;
  transition: all 0.25s;
}

.lc-payment-tile:hover {
  opacity: 1;
  border-color: rgba(201,162,39,0.7);
  box-shadow: 0 0 16px rgba(201,162,39,0.35);
  background: rgba(201,162,39,0.06);
}

.lc-payment-tile img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Footer */
.lc-footer {
  background: linear-gradient(180deg, #061520 0%, #03101c 100%);
  padding: 52px 44px 26px;
  border-top: 1px solid rgba(201,162,39,0.18);
}

.lc-footer-logo-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.lc-footer-social {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 28px;
}

.lc-social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: none;
  padding: 0;
  transition: transform 0.2s, box-shadow 0.2s;
}

.lc-social-btn:hover { transform: translateY(-3px); }

.lc-social-btn--ig {
  background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.lc-social-btn--ig:hover { box-shadow: 0 8px 20px rgba(220,39,67,0.5); }

.lc-social-btn--yt { background: #ff0000; }
.lc-social-btn--yt:hover { box-shadow: 0 8px 20px rgba(255,0,0,0.5); }

.lc-social-btn--in { background: #0077b5; }
.lc-social-btn--in:hover { box-shadow: 0 8px 20px rgba(0,119,181,0.5); }

.lc-nav-slot--footer {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}

.lc-nav-slot--footer .lc-footer-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
}

.lc-nav-slot--footer .lc-footer-link {
  color: rgba(255,255,255,0.55);
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: color 0.2s;
}

.lc-nav-slot--footer .lc-footer-link:hover { color: #d4b84a; }

.lc-footer-bar {
  border-top: 1px solid rgba(201,162,39,0.12);
  padding-top: 22px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lc-footer-note {
  color: rgba(255,255,255,0.45);
  font-size: 13px;
  letter-spacing: 0.3px;
}

.lc-footer-copy {
  color: rgba(255,255,255,0.22);
  font-size: 12px;
}

/* Mobile drawer */
.lc-mobile-drawer {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
  pointer-events: none;
}

.lc-mobile-drawer.is-open {
  display: flex;
  pointer-events: auto;
}

.lc-mobile-drawer.is-open .lc-drawer-panel {
  transform: translateX(0);
}

.lc-drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.lc-drawer-panel {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 75%;
  max-width: 300px;
  background: linear-gradient(180deg, #0a2232 0%, #061520 100%);
  display: flex;
  flex-direction: column;
  padding: 24px 0;
  overflow-y: auto;
  box-shadow: -4px 0 24px rgba(0,0,0,0.5);
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

.lc-drawer-close {
  align-self: flex-end;
  margin: 0 20px 20px;
  background: none;
  border: none;
  color: #d4b84a;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.lc-drawer-logo {
  padding: 0 20px 24px;
  border-bottom: 1px solid rgba(201,162,39,0.2);
}

.lc-nav-slot--mobile { padding: 12px 0; }

/* Mobile bottom nav */
.lc-mob-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #0a2232;
  border-top: 1px solid rgba(201,162,39,0.25);
  padding: 10px 20px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.lc-btn-mob {
  flex: 1;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 700;
  border-radius: 24px;
}

.lc-btn-mob-join { flex: 1.4; }

.lc-mob-hamburger.hamburger-btn {
  display: flex;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  flex-shrink: 0;
  background: none;
  border: none;
}

.lc-mob-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #d4b84a;
  border-radius: 2px;
}

@media (max-width: 768px) {
  table {
    display: block !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
}

@media (max-width: 768px) {
  .lc-sidebar,
  .lc-gap { display: none; }

  .lc-main { padding-bottom: 70px; }

  .lc-mob-logo { display: flex; }

  .lc-hero {
    height: 92svh;
    min-height: 500px;
  }

  .lc-hero-bg {
    background-image: url('/wp-content/uploads/mobile1.webp');
    background-size: cover;
    background-position: center center;
  }

  .lc-hero-overlay {
    background: linear-gradient(180deg, rgba(6,12,26,0.1) 0%, rgba(6,12,26,0.05) 35%, rgba(6,12,26,0.75) 65%, rgba(6,12,26,0.97) 100%);
  }

  .lc-hero-content {
    width: 100%;
    align-items: center;
    text-align: center;
    padding: 60px 28px 100px;
    justify-content: flex-end;
  }

  .lc-hero-h1 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 24px;
  }

  .lc-hero-btns {
    justify-content: center;
    flex-wrap: wrap;
  }

  .lc-section-pad,
  .lc-content-section { padding: 28px 20px 32px; }

  .lc-content .lc-grid-3 { grid-template-columns: 1fr; gap: 20px; }

  .lc-content ul.lc-check { grid-template-columns: 1fr; }

  .lc-content table { font-size: 12px; }

  .lc-content table th,
  .lc-content table td { padding: 10px; }

  .lc-payments { padding: 32px 20px; }

  .lc-payment-tile {
    width: 82px;
    height: 44px;
    padding: 6px 8px;
  }

  .lc-footer { padding: 32px 20px 20px; }

  .lc-winner-row { gap: 10px; padding: 10px 0; }

  .lc-winner-icon { width: 48px; height: 48px; }

  .lc-winner-amount { font-size: 16px; }

  .lc-mob-nav { display: flex; }
}

@media (max-width: 480px) {
  .lc-content h2 { font-size: 28px; }

  .lc-content h3 { font-size: 22px; }
}
