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

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
  color: #1a1a1a;
  background-color: #f8f9fa
}

a {
  text-decoration: none
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px
}

.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.header-top {
  background: linear-gradient(135deg, #ff8c00, #ffa500, #ffb347);
  padding: 0
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 800;
  font-size: 20px
}

.logo-icon {
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 6px;
  position: relative
}

.logo-icon::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  height: 6px;
  background: linear-gradient(135deg, #ff8c00, #ffa500);
  border-radius: 2px
}

.logo-icon::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 8px;
  right: 8px;
  height: 6px;
  background: linear-gradient(135deg, #ff8c00, #ffa500);
  border-radius: 2px
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1
}

.logo-subtitle {
  font-size: 11px;
  font-weight: 400;
  opacity: .9
}

.top-nav {
  display: flex;
  gap: 32px
}

.top-nav a {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 0 8px;
  position: relative;
  transition: opacity .3s
}

.top-nav a:hover {
  opacity: .85
}

.top-nav a::before {
  content: '⚡';
  margin-right: 6px;
  font-size: 16px
}

.header-helpline {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .2px;
  text-align: center;
}

.auth-buttons {
  display: flex;
  gap: 12px
}

.btn-auth {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 8px 20px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  transition: all .3s;
  text-transform: uppercase;
  letter-spacing: .5px
}

.btn-auth:hover {
  background: #fff;
  color: #ff8c00
}

.btn-signup {
  background: #fff;
  color: #ff8c00
}

.btn-signup:hover {
  background: transparent;
  color: #fff
}

.header-bottom {
  background: linear-gradient(135deg, #ffd700, #ffed4e);
  border-bottom: 3px solid #f0c000
}

.sports-nav {
  display: flex;
  gap: 24px;
  padding: 12px 0;
  overflow-x: auto
}

.sport-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 6px;
  transition: all .3s;
  white-space: nowrap
}

.sport-link:hover {
  background: rgba(255, 255, 255, .5)
}

.sport-link svg {
  width: 20px;
  height: 20px
}

.breadcrumbs {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  padding: 16px 0;
  font-size: 14px;
  color: #666
}

.breadcrumbs a {
  color: #ff8c00;
  font-weight: 600;
  transition: color .3s
}

.breadcrumbs a:hover {
  color: #ff6600
}

.breadcrumbs span {
  margin: 0 8px
}

.hero-section {
  background: #fff;
  padding: 60px 0;
  border-bottom: 1px solid #e5e7eb
}

.hero-title {
  font-size: 36px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 32px;
  line-height: 1.2
}

.info-block {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  background: #f8f9fa;
  padding: 32px;
  border-radius: 12px;
  border-left: 4px solid #ffd700;
  max-width: 100%
}

.info-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #ffd700, #ffed4e);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 800;
  color: #333;
  flex-shrink: 0
}

.info-content p {
  margin-bottom: 12px;
  color: #333;
  line-height: 1.7
}

.info-content p:last-child {
  margin-bottom: 0
}

.sportsbooks-section {
  background: #f8f9fa;
  padding: 60px 0
}

.sportsbook-card {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 32px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
  display: grid;
  grid-template-columns: 240px 1fr 260px;
  gap: 24px;
  align-items: center;
  position: relative;
  transition: all .3s
}

.sportsbook-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, .12);
  transform: translateY(-2px)
}

.rank-badge {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #2c3e50, #34495e);
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .2)
}

.operator-info {
  display: flex;
  flex-direction: column;
  gap: 12px
}

/* Map card children to grid columns for new layout */
.sportsbook-card > .operator-info { grid-column: 1; }
.sportsbook-card > .offer-info { grid-column: 2; }
.sportsbook-card > .cta-section { grid-column: 3; }
.sportsbook-card > .claim-btn { grid-column: 3; width: 100%; margin-top: 8px; }

.operator-logo {
  max-width: 200px;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain
}

.operator-meta {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.established {
  font-size: 13px;
  color: #666
}

.show-more {
  color: #ff8c00;
  font-weight: 600;
  font-size: 14px;
  transition: color .3s
}

.show-more:hover {
  color: #ff6600
}

.offer-info {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.offer-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3
}

.license {
  font-size: 14px;
  color: #666
}

.cta-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px
}

.claim-btn {
  background: linear-gradient(135deg, #e74c3c, #c0392b);
  color: #fff;
  border: none;
  padding: 16px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all .3s;
  text-transform: uppercase;
  letter-spacing: .5px;
  box-shadow: 0 4px 12px rgba(231, 76, 60, .3)
}

.claim-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(231, 76, 60, .4)
}

.promo-badge {
  background: linear-gradient(135deg, #27ae60, #229954);
  color: #fff;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(39, 174, 96, .3)
}

.payment-icons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center
}

.payment-icons img {
  height: 24px;
  width: auto;
  opacity: .8;
  transition: opacity .3s
}

.payment-icons img:hover {
  opacity: 1
}

.article-meta {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
  margin-top: 20px;
  font-size: 13px;
  color: #666;
  flex-wrap: wrap
}

.author-info {
  display: flex;
  align-items: center;
  gap: 8px
}

.twitter-icon {
  width: 14px;
  height: 14px;
  fill: #1d9bf0
}

.twitter-handle {
  color: #1d9bf0
}

.fact-check {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #27ae60
}

.check-icon {
  width: 14px;
  height: 14px;
  fill: currentColor
}

.terms-disclaimer {
  grid-column: 1/-1;
  font-size: 12px;
  color: #999;
  text-align: center;
  padding-top: 16px;
  border-top: 1px solid #e5e7eb;
  margin-top: 16px
}

.footer {
  background: linear-gradient(135deg, #0a1929, #1a2332);
  color: #94a3b8
}

.footer-trust {
  background: #050d18;
  padding: 24px 0;
  border-bottom: 1px solid #1e293b
}

.trust-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap
}

.trust-logos img {
  height: 40px;
  width: auto;
  opacity: .6;
  transition: opacity .3s
}

.trust-logos img:hover {
  opacity: .8
}

.trust-logos a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.age-badge-18 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-width: 40px;
  padding: 0 10px;
  border-radius: 20px;
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(220,38,38,.35);
}

/* Subpage content styles */
.content-section {
  background: #fff;
  padding: 60px 0;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb
}

.content-wrapper {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
  padding: 32px
}

.content-wrapper h1 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 16px;
  color: #111827
}

.content-wrapper h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 8px;
  color: #1f2937
}

.content-wrapper p,
.content-wrapper li {
  color: #374151;
  line-height: 1.75;
  font-size: 15px
}

.content-wrapper ul {
  padding-left: 20px;
  margin: 8px 0 16px;
  list-style: disc
}

.update-date {
  color: #6b7280;
  font-size: 13px;
  margin-bottom: 16px
}

@media (max-width:768px) {
  .content-wrapper {
    padding: 20px
  }
}

.footer-main {
  padding: 48px 0 24px
}

.footer-content {
  display: flex;
  margin-bottom: 32px
}

.disclaimer-section h3 {
  color: #ffd700;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px
}

.disclaimer-section p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 12px;
  color: #94a3b8
}

.responsible-gaming h3 {
  color: #ffd700;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center
}

.rg-links {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.rg-links a {
  background: #1e293b;
  color: #e2e8f0;
  padding: 12px 16px;
  border-radius: 6px;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  transition: all .3s
}

.rg-links a:hover {
  background: #2d3748;
  transform: translateY(-1px)
}

.footer-disclaimer {
  padding: 24px;
  background: #0d1821;
  border-radius: 8px;
  margin-bottom: 24px
}

.footer-disclaimer p {
  font-size: 13px;
  line-height: 1.7;
  color: #94a3b8
}

.footer-bottom {
  border-top: 1px solid #1e293b;
  padding-top: 24px;
  text-align: center
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 16px;
  flex-wrap: wrap
}

.footer-links a {
  color: #ffd700;
  font-size: 14px;
  transition: color .3s
}

.footer-links a:hover {
  color: #ffed4e
}

.copyright {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 8px
}

.footer-notice {
  font-size: 12px;
  color: #64748b
}

.age-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .85);
  backdrop-filter: blur(8px);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px
}

.age-modal.show {
  display: flex
}

.age-modal-content {
  background: #fff;
  border-radius: 16px;
  padding: 48px;
  text-align: center;
  max-width: 520px;
  width: 100%;
  box-shadow: 0 25px 50px rgba(0, 0, 0, .4)
}

.age-modal-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  border-radius: 50%;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 8px 16px rgba(220, 38, 38, .3)
}

.age-modal h2 {
  font-size: 28px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 16px
}

.age-modal p {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 32px
}

.age-warning {
  display: none;
  font-size: 14px;
  color: #b91c1c;
  background: #fee2e2;
  border: 1px solid #fecaca;
  padding: 10px 12px;
  border-radius: 8px;
  margin-bottom: 16px;
}

.age-modal-buttons {
  display: flex;
  gap: 16px;
  justify-content: center
}

.age-btn {
  padding: 14px 32px;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all .3s;
  min-width: 140px
}

.age-btn-yes {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #fff;
  box-shadow: 0 4px 12px rgba(34, 197, 94, .3)
}

.age-btn-yes:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(34, 197, 94, .4)
}

.age-btn-no {
  background: #f3f4f6;
  color: #374151;
  border: 2px solid #e5e7eb
}

.age-btn-no:hover {
  background: #e5e7eb
}

@media (max-width:1200px) {
  .sportsbook-card {
    grid-template-columns: 220px 1fr 220px;
    gap: 20px
  }
  .operator-logo { max-width: 180px; max-height: 52px; }
}

@media (max-width:768px) {
  .header-container {
    height: auto;
    flex-wrap: wrap;
    padding: 12px 20px
  }

  .logo {
    font-size: 18px
  }

  .logo-icon {
    width: 32px;
    height: 32px
  }

  .top-nav {
    display: none
  }

  .header-helpline {
    font-size: 13px;
    line-height: 1.3;
    padding: 6px 0;
  }

  .auth-buttons {
    width: 100%;
    justify-content: center;
    margin-top: 12px
  }

  .sports-nav {
    gap: 12px;
    padding: 8px 0
  }

  .sport-link {
    padding: 6px 12px;
    font-size: 13px
  }

  .hero-title {
    font-size: 28px
  }

  .info-block {
    flex-direction: column;
    padding: 20px
  }

  .info-icon {
    width: 40px;
    height: 40px;
    font-size: 20px
  }

  .sportsbook-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
    text-align: center
  }

  .rank-badge {
    margin: 0 auto
  }

  .operator-logo {
    margin: 0 auto;
    max-width: 200px;
    max-height: 56px
  }

  .cta-section { grid-column: 1 }
  .sportsbook-card > .operator-info,
  .sportsbook-card > .offer-info,
  .sportsbook-card > .cta-section,
  .sportsbook-card > .claim-btn { grid-column: 1 }
  .claim-btn { width: 100% }

  .article-meta {
    justify-content: center;
    text-align: center
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .footer-links {
    flex-direction: column;
    gap: 12px
  }

  .container {
    padding: 0 20px
  }
}

@media (max-width:480px) {
  .hero-title {
    font-size: 24px
  }

  .offer-title {
    font-size: 18px
  }

  .claim-btn {
    padding: 14px 32px;
    font-size: 14px
  }

  .age-modal-content {
    padding: 32px 24px
  }

  .age-modal h2 {
    font-size: 24px
  }

  .age-modal-buttons {
    flex-direction: column
  }
}

/* Auth Modals */
.auth-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .85);
  backdrop-filter: blur(6px);
  z-index: 10001;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px
}

.auth-modal.show {
  display: flex
}

.auth-modal-content {
  background: #fff;
  border-radius: 14px;
  width: 100%;
  max-width: 500px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .4);
  overflow: hidden
}

.auth-modal-header {
  background: linear-gradient(135deg, #ff8c00, #ffa500);
  color: #fff;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.auth-modal-title {
  font-weight: 800;
  font-size: 18px
}

.auth-modal-close {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 22px;
  cursor: pointer
}

.auth-modal-body {
  padding: 20px
}

.auth-form {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.auth-form .field {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.auth-form label {
  font-size: 13px;
  color: #374151;
  font-weight: 600
}

.auth-form input {
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px
}

.auth-actions {
  display: flex;
  gap: 10px;
  margin-top: 8px
}

.btn-primary {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #fff;
  border: none;
  padding: 12px 16px;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer
}

.btn-secondary {
  background: #f3f4f6;
  color: #111827;
  border: 1px solid #e5e7eb;
  padding: 12px 16px;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer
}

.auth-switch {
  margin-top: 8px;
  font-size: 13px;
  color: #555
}

.auth-switch button {
  background: none;
  border: none;
  color: #ff8c00;
  font-weight: 700;
  cursor: pointer
}