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

body {
  background: #0A0A0A;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}

/* Scoreboard Ticker */
.scoreboard-wrap {
  background: #1A1A1A;
  border-bottom: 1px solid #333;
}

.scoreboard-track {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scoreboard-card {
  min-width: 480px;
  border-right: 1px solid #333;
  padding: 20px 32px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

.scoreboard-arrow {
  width: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1A1A1A;
  border: none;
  color: #555;
  cursor: pointer;
  transition: color 0.2s;
  z-index: 2;
  flex-shrink: 0;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}

.scoreboard-arrow:hover {
  color: #fff;
}

.team-logo {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  flex-shrink: 0;
}

.score-badge {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 28px;
}

.loss-indicator {
  background: #666;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}

.location-badge {
  border: 1px solid #666;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #bbb;
  font-weight: 600;
  width: 70px;
  border-radius: 100px;
  text-align: center;
  padding: 2px 0px;
}

.watch-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: none;
  border-radius: 999px;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 20px;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
  margin-left: auto;
  flex-shrink: 0;
}

.watch-btn:hover {
  background: #e0e0e0;
}

.watch-btn svg {
  color: #111;
}

.date-text {
  font-size: 16px;
  color: #999;
  font-weight: 500;
}

.hero-content.absolute {
  pointer-events: none;
}

/* News hero section */

.hero-slide {
  pointer-events: none;
}

#heroSection .hero-content {
  pointer-events: none;
}

#heroSection .hero-content.opacity-100 {
  pointer-events: auto;
}

#heroSection .hero-content.opacity-100 a {
  pointer-events: auto;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 768px) {
  #heroSection {
    height: 100vh;
    min-height: 580px;
  }

  #heroSection .hero-content h1 {
    font-size: 1.75rem;
    line-height: 1.1;
  }
}



/* Players */

.player-slide {
  width: 100%;
}

@media (min-width: 768px) {
  .player-slide {
    width: 33.333%;
  }
}

@media (min-width: 1024px) {
  .player-slide {
    width: 20%;
  }
}

/* Tickets Section */
.ticket-slide {
  width: 85%;
}

@media (min-width: 640px) {
  .ticket-slide {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .ticket-slide {
    width: 33.333%;
  }
}

@media (min-width: 1024px) {
  .ticket-slide {
    width: 25%;
  }
}

@media (max-width: 640px) {
  .ticket-slide .h-\[420px\] {
    height: 360px;
  }
}

@media (max-width: 640px) {
  .ticket-slide img.w-16 {
    width: 56px;
    height: 56px;
  }

  .ticket-slide h3.text-2xl {
    font-size: 1.5rem;
  }

  .ticket-slide .p-5 {
    padding: 16px;
  }
}

/* Red accent line */
.red-line {
  width: 40px;
  height: 3px;
  background: #C8102E;
}

/* Schedule table */
.schedule-row {
  border-bottom: 1px solid #222;
}

.schedule-row:hover {
  background: #1A1A1A;
}

/* Tab active */
.tab-active {
  background: #C8102E;
  color: #fff;
}

.tab-inactive {
  background: transparent;
  color: #999;
  border: 1px solid #333;
}

/* Smooth scroll */
html {
  scroll-behavior: smooth;
}

/* News card overlay */
.news-overlay {
  background: linear-gradient(transparent 30%, rgba(0, 0, 0, 0.85) 100%);
}

/* Hero overlay */
.hero-overlay {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.3) 100%);
}

/* Badge styles */
.badge-red {
  background: #C8102E;
  color: #fff;
  font-size: 10px;
  padding: 2px 8px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.badge-upcoming {
  background: #333;
  color: #fff;
  font-size: 10px;
  padding: 2px 8px;
  text-transform: uppercase;
  font-weight: 700;
}

.badge-featured {
  background: #C8102E;
  color: #fff;
  font-size: 10px;
  padding: 2px 8px;
  text-transform: uppercase;
  font-weight: 700;
}

/* Season tickets gradient */
.season-tickets-bg {
  background: linear-gradient(135deg, #1A1A1A 0%, #111 50%, #1A0A0E 100%);
  border: 1px solid #222;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #0A0A0A;
}

::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 4px;
}

.btn-red {
  background: #C8102E;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}

.btn-red:hover {
  background: #A00D24;
}

.btn-outline {
  background: transparent;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px 20px;
  border: 1px solid #444;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-outline:hover {
  border-color: #fff;
}

/* Player card */
.player-card img {
  filter: grayscale(30%);
  transition: filter 0.3s, transform 0.3s;
}

.player-card:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

/* Ticket card */
.ticket-card {
  background: #151515;
  border: 1px solid #222;
  transition: border-color 0.3s;
}

.ticket-card:hover {
  border-color: #C8102E;
}

/* Sub-label */
.sub-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #C8102E;
  font-weight: 600;
}

@media (max-width: 768px) {
  .scoreboard-card {
    min-width: 300px;
    padding: 14px 16px;
    gap: 12px;
  }

  .team-logo {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }

  .date-text {
    font-size: 13px;
  }

  .location-badge {
    font-size: 10px;
    padding: 2px 10px;
  }

  .watch-btn {
    font-size: 12px;
    padding: 7px 16px;
  }

  .scoreboard-arrow {
    width: 32px;
    min-width: 32px;
  }
}