#header.u-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
  padding: 0 24px;
  min-height: auto;
  flex-wrap: nowrap;
  background: linear-gradient(to bottom, #000000 85%, #0f9214 100%);
}

.site-banner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0 10px 0;
  background: #000000;
}
.site-banner__link {
  display: inline-block;
  text-decoration: none;
  line-height: 0;
}
.site-banner__img {
  display: block;
  width: 1000px;
  height: 187px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
  border: 1px solid rgba(255,255,255,0.15);
  background: #0b1a2a;
}
.site-banner__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1000px;
  height: 187px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.02)),
    repeating-linear-gradient(135deg, rgba(255,255,255,0.06) 0 12px, rgba(255,255,255,0.02) 12px 24px),
    #0b1a2a;
  color: rgba(255,255,255,0.85);
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.6px;
  border: 1px dashed rgba(255,255,255,0.28);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06), 0 6px 18px rgba(0,0,0,0.25);
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .site-banner__img,
  .site-banner__placeholder {
    width: 320px;
    height: 50px;
    font-size: 0.85rem;
  }
}

#header.u-header .u-menu {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
  width: 50%;
}

#header.u-header .u-custom-menu,
#header.u-header .u-nav-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* Hide hamburger menu on desktop */
#header.u-header .menu-collapse {
  display: none;
}

/* Hamburger menu styling */
#header.u-header .menu-collapse .u-hamburger-link {
  color: #ffffff;
}

#header.u-header .menu-collapse .u-svg-link,
#header.u-header .menu-collapse .u-svg-content {
  fill: #ffffff;
}

/* Show nav items on desktop, hide on mobile */
@media (min-width: 1200px) {
  #header.u-header .u-nav-container {
    display: flex !important;
  }
  #header.u-header .u-nav-container-collapse {
    display: none !important;
  }
  #header.u-header .menu-collapse {
    display: none !important;
  }
}

/* Hide nav items and show hamburger on tablets and mobile */
@media (max-width: 1199px) {
  #header.u-header .u-nav-container {
    display: none !important;
  }
  #header.u-header .menu-collapse {
    display: block !important;
  }
  #header.u-header .u-menu {
    width: auto;
  }
}

/* Stack game selection grid on mobile */
@media (max-width: 991px) {
  .game-selection-grid {
    grid-template-columns: 1fr !important;
    gap: 4em !important;
  }
}

#header.u-header .u-nav-1 {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 8px;
  width: 100%;
}

#header.u-header .header-branding {
  flex: 0 0 auto;
}

.header-branding {
  display: flex;
  align-items: center;
  gap: 2em;
  padding: 6px 24px 8px;
  margin: 0;
  flex-wrap: nowrap;
  flex: 0 0 auto;
  order: 1;
}

.header-branding .u-logo {
  margin: 0;
}

.header-site-title {
  margin: 0;
  line-height: 1.1;
}

#header.u-header .header-site-title {
  font-family: "Abril Fatface", cursive !important;
  font-weight: 700 !important;
  font-size: 3.6rem;
  letter-spacing: 0.06em;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.55);
  background: none !important;
  background-image: none !important;
  -webkit-text-fill-color: currentColor !important;
  color: inherit;
  margin: 0;
}

@media (max-width: 991px) {
  .header-branding {
    padding: 8px 18px 10px;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  #header.u-header {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 16px 10px;
    gap: 16px;
  }
  .header-branding {
    flex-wrap: wrap;
    gap: 1.2em;
  }
  .header-branding .u-logo-image {
    display: block;
    height: auto !important;
    width: auto !important;
    max-height: 48px;
    object-fit: contain;
  }
  .header-branding .u-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
  }
  .header-site-title {
    text-align: center;
  }
}

.week-header {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 20px auto 12px;
  padding: 0 12px;
}

.week-header .u-text-1 {
  margin: 0;
}

.week-cycle-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background: rgba(255, 255, 255, 0.28);
  border: 3px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
}

.week-cycle-btn.is-hidden-week {
  display: none !important;
}

.week-cycle-btn:hover {
  background: rgba(255, 255, 255, 0.55);
  border-color: #ffffff;
  transform: scale(1.12);
  box-shadow: 0 0 22px rgba(255, 255, 255, 0.8);
}

.week-cycle-btn:active {
  transform: scale(0.95);
}

.week-cycle-btn svg {
  pointer-events: none;
}

.week-cycle-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.week-cycle-btn:disabled:hover {
  background: rgba(255, 255, 255, 0.28);
}

@media (max-width: 575px) {
  .header-branding .u-logo-image {
    max-height: 42px;
  }
  .week-cycle-btn {
    width: 46px;
    height: 46px;
    border-width: 2px;
  }
  .week-header {
    gap: 10px;
  }
}

.u-section-1 {
  background-image: url("images/NflTeamLogosBackgroundHDWallpaper.jpg");
  background-position: 50% 50%;
  min-height: 592px;
}

.u-section-1 .u-group-1 {
  min-height: 579px;
  background-image: none;
  height: auto;
  box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.4);
  --radius: 19px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.u-section-1 .u-container-layout-1 {
  padding: 0;
}

.hero-guest-message {
  font-size: 1.1rem;
  text-align: justify;
  margin: 20px auto 10px;
  max-width: 620px;
  color: #1a1a1a;
  font-weight: 600;
}

.u-section-1 .u-line-1 {
  transform-origin: right center;
  border-style: solid;
  position: absolute;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-1 .u-line-2 {
  transform-origin: left center;
  border-style: solid;
  position: absolute;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  top: 106px;
  left: -7px;
  width: 1247px;
}

.u-section-1 .u-line-3 {
  transform-origin: left center;
  border-style: solid;
  position: absolute;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  top: 117px;
  left: -7px;
  width: 1247px;
}

.u-section-1 .u-text-1 {
  font-weight: 700;
  font-family: "Abril Fatface";
  text-shadow: 0px 0px 28px rgba(255,255,255,1);
  margin: 0 -20px 0 20px;
}

.u-section-1 .u-text-2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: -43px -586px 0 586px;
}

.u-section-1 .u-layout-wrap-1 {
  width: 786px;
  margin: 37px auto 0;
}

.u-section-1 .u-layout-cell-1,
.u-section-1 .u-layout-cell-2 {
  min-height: 244px;
  display: block;
}

.u-section-1 .u-container-layout-2,
.u-section-1 .u-container-layout-3 {
  padding: 30px;
  text-align: center;
}

.u-section-1 .u-text-3,
.u-section-1 .u-text-4 {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
}


.u-section-1 .u-group-2 {
  width: 820px;
  min-height: 168px;
  height: auto;
  margin: 20px auto 0;
}

.u-section-1 .u-container-layout-4 {
  padding-bottom: 30px;
}

/* 2×2 Grid Layout for Hero Section */
.hero-grid-2x2 {
  display: flex;
  gap: 1em;
  width: 100%;
  background: transparent;
}

.hero-grid-column {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hero-grid-column--left {
  flex: 0 0 30%;
  max-width: 30%;
}

.hero-grid-column--right {
  flex: 0 0 calc(70% - 1em);
  max-width: calc(70% - 1em);
}

.hero-grid-cell {
  padding: 0.5em;
  background: transparent;
}

/* Player cards: no wrap until 5+ in a row */
.hero-grid-cell--roster .dashboard-roster-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hero-grid-cell--roster .dashboard-roster-cell {
  flex: 0 0 calc(25% - 12px);
  max-width: calc(25% - 12px);
}

/* Only wrap when there are 5 or more players */
.hero-grid-cell--roster .dashboard-roster-grid[data-player-count="1"] .dashboard-roster-cell,
.hero-grid-cell--roster .dashboard-roster-grid[data-player-count="2"] .dashboard-roster-cell,
.hero-grid-cell--roster .dashboard-roster-grid[data-player-count="3"] .dashboard-roster-cell,
.hero-grid-cell--roster .dashboard-roster-grid[data-player-count="4"] .dashboard-roster-cell {
  flex: 1 1 auto;
  max-width: none;
}

.hero-grid-cell--roster .hero-pool-title {
  text-align: center;
  margin: 4px 0 10px 0;
  font-size: 1.6rem;
  font-weight: 800;
  color: #1a1a1a;
}

#dashboardRosterContainer {
  max-height: 560px;
  overflow: auto;
}

.hero-grid-cell--roster .dashboard-roster-cell {
  min-height: 120px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-grid-cell--roster .dashboard-roster-avatar {
  width: 56px;
  height: 56px;
}

.hero-grid-cell--roster .dashboard-roster-name {
  font-size: 0.95rem;
}

.hero-grid-cell--roster .dashboard-roster-scores {
  gap: 2px;
  padding: 6px 8px;
  font-size: 0.65rem;
}

.hero-grid-cell--roster .dashboard-roster-score-label {
  font-size: 0.6rem;
}

.hero-grid-cell--roster .dashboard-roster-score-value {
  font-size: 0.7rem;
}

.hero-grid-cell--roster .dashboard-roster-score-value--season {
  font-size: 0.75rem;
}

/* Scoring graph - High-tech horizontal layout */
.hero-grid-cell--chart .score-chart-container {
  max-width: 100%;
  width: 100%;
  background: linear-gradient(135deg, rgba(5, 15, 25, 0.95), rgba(10, 20, 35, 0.98));
  border: 1px solid rgba(15, 146, 20, 0.3);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(15, 146, 20, 0.2);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.hero-grid-cell--chart .score-chart-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, 
    transparent,
    rgba(15, 146, 20, 0.6) 20%,
    rgba(0, 255, 204, 0.8) 50%,
    rgba(15, 146, 20, 0.6) 80%,
    transparent);
  animation: scanline 3s linear infinite;
}

@keyframes scanline {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}

.hero-grid-cell--chart .score-chart-title {
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #00ffcc;
  text-align: center;
  margin: 0 0 16px 0;
  text-shadow: 
    0 0 10px rgba(0, 255, 204, 0.6),
    0 2px 4px rgba(0, 0, 0, 0.8);
}

.hero-grid-cell--chart .score-chart-legend {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 16px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  border: 1px solid rgba(15, 146, 20, 0.2);
}

.hero-grid-cell--chart .legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.9);
}

.hero-grid-cell--chart .legend-item::before {
  content: '';
  width: 24px;
  height: 10px;
  border-radius: 3px;
  box-shadow: 0 0 8px currentColor;
}

.hero-grid-cell--chart .legend-week::before {
  background: linear-gradient(to right, #00d4ff, #00ffcc);
  box-shadow: 0 0 12px rgba(0, 255, 204, 0.7);
}

.hero-grid-cell--chart .legend-season::before {
  background: linear-gradient(to right, #ff6b35, #ffa500);
  box-shadow: 0 0 12px rgba(255, 165, 0, 0.7);
}

.hero-grid-cell--chart .score-bar-graph {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  padding: 8px 0;
}

.hero-grid-cell--chart .score-bar-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 4px 0;
  transition: all 0.3s ease;
}

.hero-grid-cell--chart .score-bar-group:hover {
  background: rgba(15, 146, 20, 0.1);
  border-radius: 6px;
  padding: 4px 8px;
  margin: 0 -8px;
}

.hero-grid-cell--chart .score-bar-name {
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  min-width: 100px;
  max-width: 100px;
  text-align: right;
  flex-shrink: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  position: relative;
}

.hero-grid-cell--chart .score-bar-name::after {
  content: '';
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 60%;
  background: linear-gradient(to bottom, 
    transparent,
    rgba(15, 146, 20, 0.5),
    transparent);
}

.hero-grid-cell--chart .score-bar-pair {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
  min-width: 0;
}

.hero-grid-cell--chart .score-bar {
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 8px;
  border-radius: 0 10px 10px 0;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 
    0 2px 8px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.hero-grid-cell--chart .score-bar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg,
    transparent,
    rgba(255, 255, 255, 0.1) 50%,
    transparent);
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

.hero-grid-cell--chart .score-bar:hover {
  transform: scaleX(1.02);
  box-shadow: 
    0 4px 16px rgba(15, 146, 20, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.hero-grid-cell--chart .score-bar--week {
  background: linear-gradient(to right, 
    #00a8cc,
    #00d4ff,
    #00ffcc);
  background-size: 200% 100%;
  border: 1px solid rgba(0, 255, 204, 0.5);
  box-shadow: 
    0 2px 8px rgba(0, 212, 255, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.hero-grid-cell--chart .score-bar--season {
  background: linear-gradient(to right,
    #ff6b35,
    #ffa500,
    #ff8c42);
  background-size: 200% 100%;
  border: 1px solid rgba(255, 165, 0, 0.5);
  box-shadow: 
    0 2px 8px rgba(255, 107, 53, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.hero-grid-cell--chart .score-bar-value {
  font-size: 0.75rem;
  font-weight: 800;
  color: #fff;
  text-shadow: 
    0 0 8px rgba(0, 255, 204, 0.8),
    0 1px 2px rgba(0, 0, 0, 0.9);
  letter-spacing: 0.5px;
  position: relative;
  z-index: 1;
}

.dashboard-roster-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 12px;
}



@media (max-width: 1200px) {
  .dashboard-roster-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 992px) {
  .dashboard-roster-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .dashboard-roster-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  .dashboard-roster-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.dashboard-roster-cell {
  background: linear-gradient(135deg, rgba(10, 20, 35, 0.85), rgba(5, 15, 25, 0.95));
  border: 2px solid #000;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.dashboard-roster-cell::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(15, 146, 20, 0.6) 20%,
    rgba(15, 146, 20, 0.8) 50%,
    rgba(15, 146, 20, 0.6) 80%,
    transparent);
}

.dashboard-roster-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(15, 146, 20, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(15, 146, 20, 0.4);
  box-shadow: 
    0 4px 12px rgba(0, 0, 0, 0.4),
    0 0 20px rgba(15, 146, 20, 0.2);
  position: relative;
}

.dashboard-roster-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dashboard-roster-avatar.is-complete,
.dashboard-roster-cell.is-complete .dashboard-roster-avatar {
  box-shadow: 0 0 0 4px rgba(46, 204, 113, 0.8);
}

.dashboard-roster-avatar.is-partial,
.dashboard-roster-cell.is-partial .dashboard-roster-avatar {
  box-shadow: 0 0 0 4px rgba(255, 193, 7, 0.85);
}

.dashboard-roster-avatar.is-none,
.dashboard-roster-cell.is-none .dashboard-roster-avatar {
  box-shadow: 0 0 0 4px rgba(231, 76, 60, 0.9);
}

/* Weekly winner gold border */
.dashboard-roster-cell.weekly-winner {
  border: 3px solid #FFD700;
  border-bottom: 8px solid #FFD700;
  box-shadow: 
    0 10px 24px rgba(0, 0, 0, 0.28), 
    0 2px 8px rgba(0, 0, 0, 0.18),
    0 0 20px rgba(255, 215, 0, 0.4);
}

.dashboard-roster-cell.weekly-winner::after {
  content: attr(data-week-label) ' LEADER';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: #FFD700;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  white-space: nowrap;
}

.dashboard-roster-cell.weekly-winner.week-complete::after {
  content: attr(data-week-label) ' WINNER';
}

/* Weekly tie orange border */
.dashboard-roster-cell.weekly-tie {
  border: 3px solid #FF8C00;
  border-bottom: 8px solid #FF8C00;
  box-shadow: 
    0 10px 24px rgba(0, 0, 0, 0.28), 
    0 2px 8px rgba(0, 0, 0, 0.18),
    0 0 20px rgba(255, 140, 0, 0.4);
}

.dashboard-roster-cell.weekly-tie::after {
  content: attr(data-week-label) ' TIED';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: #FF8C00;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  white-space: nowrap;
}

.dashboard-roster-cell.weekly-tie.week-complete::after {
  content: attr(data-week-label) ' TIED';
}

.dashboard-roster-cell {
  position: relative;
}

.dashboard-roster-name {
  font-weight: 700;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.dashboard-roster-scores {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 4px;
  padding: 8px 10px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
  border-radius: 6px;
  border: 1px solid rgba(15, 146, 20, 0.2);
  font-size: 0.7rem;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4);
}

.dashboard-roster-score-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dashboard-roster-score-label {
  color: rgba(15, 146, 20, 0.9);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.6rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.dashboard-roster-score-value {
  font-weight: 700;
  color: #00ffcc;
  font-size: 0.75rem;
  text-shadow: 0 0 8px rgba(0, 255, 204, 0.4);
}

.dashboard-roster-score-value--season {
  color: #00ff88;
  font-size: 0.8rem;
  text-shadow: 0 0 8px rgba(0, 255, 136, 0.4);
}


.dashboard-roster__hint {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  margin: 12px 0 0;
  font-size: 0.95rem;
}

.u-section-1 .u-group-elements-1 {
  width: 120px;
  min-height: 119px;
  height: auto;
  margin: 21px auto 0 240px;
}

.u-section-1 .u-image-1 {
  height: 90px;
  margin-top: 0;
  margin-bottom: 0;
}

.u-section-1 .u-text-5 {
  margin: 1px 0 0;
}

.u-section-1 .u-group-elements-2 {
  width: 119px;
  min-height: 118px;
  height: auto;
  margin: -118px auto 0 21px;
}

.u-section-1 .u-image-2 {
  height: 90px;
  margin-top: 0;
  margin-bottom: 0;
}

.u-section-1 .u-text-6 {
  margin: -1px auto 0;
}

.u-section-1 .u-group-elements-3 {
  width: 120px;
  min-height: 119px;
  height: auto;
  margin: -120px auto 0 679px;
}

.u-section-1 .u-image-3 {
  height: 90px;
  margin-top: 0;
  margin-bottom: 0;
}

.u-section-1 .u-text-7 {
  margin: 0;
}

.u-section-1 .u-group-elements-4 {
  width: 119px;
  min-height: 117px;
  height: auto;
  margin: -117px auto 0 460px;
}

.u-section-1 .u-image-4 {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.u-section-1 .u-text-8 {
  margin: -1px 0 0;
}

.u-section-1 .u-btn-1 {
  background-image: none;
  --top-left-radius: 15px;
  --bottom-right-radius: 15px;
  --top-right-radius: 0px;
  --bottom-left-radius: 0px;
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
  --radius: 0px;
  margin: -56px 28px 0 auto;
}

/* My Pools nav dropdown */
.nav-pools {
  position: relative;
}

.nav-pools__toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.nav-pools__toggle--mobile {
  justify-content: center;
}

.nav-pools__chevron {
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.nav-pools.is-open .nav-pools__chevron {
  transform: rotate(-135deg);
}

.nav-pools__menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translate(-50%, 12px);
  min-width: 260px;
  background: rgba(7, 16, 32, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 150;
}

.nav-pools__menu--mobile {
  position: static;
  transform: none;
  margin-top: 12px;
  width: 100%;
  box-shadow: none;
}

.nav-pools.is-open .nav-pools__menu {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}

.nav-pools.is-open .nav-pools__menu--mobile {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.nav-pools__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nav-pools__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.nav-pools__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #f5f5f5;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 10px 14px;
  font-family: 'Montserrat', Arial, sans-serif;
  transition: background 0.2s ease;
}

.nav-pools__link:hover {
  background: rgba(39, 174, 96, 0.35);
}

.nav-pools__item-name {
  font-weight: 600;
  margin: 0;
}

.nav-pools__item-meta {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
}

.nav-pools__empty {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  text-align: center;
}

.nav-pools.nav-pools--error .nav-pools__empty {
  color: #ff7675;
}

@media (max-width: 992px) {
  .nav-pools__menu {
    left: 0;
    right: 0;
    transform: none;
  }
}

@media (max-width: 1199px) {
   .u-section-1 {
    min-height: 488px;
  }

  .u-section-1 .u-group-1 {
    --radius: 16px;
    min-height: 609px;
    height: auto;
  }

  .u-section-1 .u-line-2 {
    width: auto;
  }

  .u-section-1 .u-line-3 {
    top: 73px;
    width: 1047px;
  }

  .u-section-1 .u-text-1 {
    margin-right: 0;
    margin-left: 0;
  }

  .u-section-1 .u-text-2 {
    width: auto;
    margin-top: -41px;
    margin-right: -440px;
    margin-left: 440px;
  }

  .u-section-1 .u-layout-wrap-1 {
    width: 648px;
    margin-top: 34px;
  }

  .u-section-1 .u-group-2 {
    margin-top: 56px;
    height: auto;
  }

  .u-section-1 .u-image-4 {
    height: NaNpx;
  }

  .u-section-1 .u-btn-1 {
    margin-top: -20px;
    margin-right: 7px;
  }
}

@media (max-width: 991px) {
   .u-section-1 {
    min-height: 374px;
  }

  .u-section-1 .u-line-3 {
    width: 827px;
  }

  .u-section-1 .u-text-2 {
    margin-top: -45px;
    margin-right: -425px;
    margin-left: 425px;
  }

  .u-section-1 .u-layout-wrap-1 {
    width: 720px;
    margin-top: 35px;
  }

  .u-section-1 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: 100px;
  }

  .u-section-1 .u-group-2 {
    width: 720px;
  }

  .u-section-1 .u-group-elements-1 {
    margin-top: 12px;
    margin-left: 189px;
    min-height: 108px;
  }

  .u-section-1 .u-image-1 {
    height: 79px;
  }

  .u-section-1 .u-group-elements-2 {
    margin-top: -109px;
    margin-left: 10px;
    min-height: 107px;
  }

  .u-section-1 .u-image-2 {
    height: 79px;
  }

  .u-section-1 .u-text-6 {
    margin-top: 10px;
  }

  .u-section-1 .u-group-elements-3 {
    margin-right: 10px;
    margin-left: auto;
    min-height: 108px;
  }

  .u-section-1 .u-image-3 {
    height: 79px;
  }

  .u-section-1 .u-group-elements-4 {
    margin-top: -108px;
    margin-right: 190px;
    margin-left: auto;
  }

  .u-section-1 .u-btn-1 {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
   .u-section-1 {
    min-height: 888px;
  }

  .u-section-1 .u-group-1 {
    min-height: 875px;
  }

  .u-section-1 .u-line-3 {
    top: 60px;
    width: 647px;
  }

  .u-section-1 .u-text-1 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .u-section-1 .u-text-2 {
    font-size: 1.25rem;
    margin-top: -34px;
    margin-right: -319px;
    margin-left: 359px;
  }

  .u-section-1 .u-layout-wrap-1 {
    width: 540px;
    margin-top: 14px;
  }

  .u-section-1 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-container-layout-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-group-2 {
    width: 540px;
    min-height: 194px;
    margin-top: 50px;
    margin-right: 44px;
  }

  .u-section-1 .u-group-elements-1 {
    min-height: 89px;
    margin-top: 0;
    margin-left: 139px;
  }

  .u-section-1 .u-image-1 {
    height: 59px;
  }

  .u-section-1 .u-group-elements-2 {
    min-height: 98px;
    margin-top: -89px;
    margin-left: 0;
  }

  .u-section-1 .u-image-2 {
    height: 59px;
  }

  .u-section-1 .u-group-elements-3 {
    min-height: 88px;
    margin-top: -98px;
    margin-right: 0;
  }

  .u-section-1 .u-image-3 {
    height: 59px;
  }

  .u-section-1 .u-group-elements-4 {
    margin-top: -88px;
    margin-right: 140px;
  }

  .u-section-1 .u-btn-1 {
    margin-top: -50px;
    margin-right: 20px;
  }
}

@media (max-width: 575px) {
   .u-section-1 {
    min-height: 592px;
  }

  .u-section-1 .u-group-1 {
    min-height: 578px;
  }

  .u-section-1 .u-container-layout-1 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .u-section-1 .u-line-3 {
    width: 447px;
  }

  .u-section-1 .u-text-1 {
    width: auto;
    margin-right: 14px;
    margin-left: 0;
  }

  .u-section-1 .u-text-2 {
    margin-top: 11px;
    margin-left: 7px;
    margin-right: 7px;
  }

  .u-section-1 .u-layout-wrap-1 {
    margin-top: 11px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-1 .u-group-2 {
    min-height: 328px;
    margin-top: 25px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-1 .u-group-elements-1 {
    min-height: 67px;
    margin-top: 127px;
    margin-left: 0;
  }

  .u-section-1 .u-image-1 {
    height: 37px;
  }

  .u-section-1 .u-group-elements-2 {
    min-height: 76px;
    margin-top: -180px;
    margin-left: 13px;
  }

  .u-section-1 .u-image-2 {
    height: 37px;
  }

  .u-section-1 .u-group-elements-3 {
    width: 118px;
    min-height: 75px;
    margin-top: -35px;
    margin-right: 58px;
  }

  .u-section-1 .u-image-3 {
    height: 37px;
  }

  .u-section-1 .u-group-elements-4 {
    margin-top: 7px;
    margin-right: 51px;
  }

  .u-section-1 .u-image-4 {
    height: 89px;
  }

  .u-section-1 .u-btn-1 {
    margin-top: 14px;
    margin-right: 0;
  }
} .u-section-2 {
  background-image: url("images/Are-College-Football-Fields-Bigger-Than-High-School-Ones-2197643100.jpg");
  background-position: 50% 50%;
  position: relative;
}

.u-section-2 .u-sheet-1 {
  min-height: 1175px;
  position: relative;
}

.u-section-2 .u-text-1 {
  font-family: "Abril Fatface";
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 2px 2px 14px rgba(128,128,128,1);
  margin: 27px auto 0;
}

.u-section-2 .u-group-1 {
  width: 100%;
  height: auto;
  --radius: 10px;
  box-shadow: 
    0 8px 16px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  min-height: 180px;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid rgba(15, 146, 20, 0.3);
  background: linear-gradient(135deg, rgba(10, 20, 35, 0.85), rgba(5, 15, 25, 0.95));
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.u-section-2 .u-group-1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(15, 146, 20, 0.7) 30%,
    rgba(15, 146, 20, 0.9) 50%,
    rgba(15, 146, 20, 0.7) 70%,
    transparent);
  z-index: 1;
}

.u-section-2 .u-group-1:hover {
  border-color: rgba(15, 146, 20, 0.5);
}

.u-section-2 .u-group-1.selected {
  border: 2px solid rgba(15, 146, 20, 0.9);
  box-shadow: 
    0 8px 16px rgba(0, 0, 0, 0.5),
    0 0 30px rgba(15, 146, 20, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.u-section-2 .u-image-2 {
  visibility: hidden;
}

.u-section-2 .u-group-1.selected .u-image-2 {
  visibility: visible;
}

.u-section-2 .u-container-layout-1 {
  padding: 0;
  position: relative;
}

.u-section-2 .u-image-1 {
  --radius: 8px;
  height: 120px;
  transition-duration: 0.3s;
  margin-top: 0;
  margin-bottom: 0;
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px);
  object-fit: cover;
  width: 100%;
  border: 2px solid rgba(15, 146, 20, 0.2);
}

.u-section-2 .u-icon-1 {
  width: 35px;
  height: 34px;
  background-image: linear-gradient(#0f9214, #b3b3b3);
  --top-right-radius: 18px;
  margin: -34px auto 0 0;
  padding: 7px;
}

.u-section-2 .u-image-2 {
  width: 93px;
  height: 93px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.u-section-2 .u-btn-1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin: 8px auto 0 8px;
  padding: 0;
}

.u-section-2 .u-icon-2 {
  font-size: 1.4em;
}

.u-section-2 .u-text-2 {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
  font-weight: 700;
  margin: 8px auto 0;
  font-size: 0.95rem;
  color: #00ffcc;
  letter-spacing: 1px;
}

.u-section-2 .u-group-2 {
  width: 100%;
  height: auto;
  --radius: 10px;
  box-shadow: 
    0 8px 16px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  min-height: 180px;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid rgba(15, 146, 20, 0.3);
  background: linear-gradient(135deg, rgba(10, 20, 35, 0.85), rgba(5, 15, 25, 0.95));
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.u-section-2 .u-group-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(15, 146, 20, 0.7) 30%,
    rgba(15, 146, 20, 0.9) 50%,
    rgba(15, 146, 20, 0.7) 70%,
    transparent);
  z-index: 1;
}

.u-section-2 .u-group-2:hover {
  border-color: rgba(15, 146, 20, 0.5);
}

.u-section-2 .u-group-2.selected {
  border: 2px solid rgba(15, 146, 20, 0.9);
  box-shadow: 
    0 8px 16px rgba(0, 0, 0, 0.5),
    0 0 30px rgba(15, 146, 20, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.u-section-2 .u-image-4 {
  width: 93px;
  height: 93px;
  margin: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.u-section-2 .u-group-2.selected .u-image-4 {
  visibility: visible;
}

.u-section-2 .u-container-layout-2 {
  padding: 0;
  position: relative;
}

.u-section-2 .u-image-3 {
  --radius: 8px;
  height: 120px;
  transition-duration: 0.3s;
  margin-top: 0;
  margin-bottom: 0;
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px);
  object-fit: cover;
  width: 100%;
  border: 2px solid rgba(15, 146, 20, 0.2);
}

.u-section-2 .u-btn-2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin: 8px auto 0 8px;
  padding: 0;
}

.u-section-2 .u-icon-3 {
  font-size: 1.4em;
}

.u-section-2 .u-text-3 {
  font-weight: 700;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
  margin: 8px auto 0;
  font-size: 0.95rem;
  color: #00ffcc;
  letter-spacing: 1px;
}

.u-section-2 .prev-game-btn,
.u-section-2 .next-game-btn {
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  border: 3px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #fff;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.card-button.is-disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.55;
  filter: grayscale(0.2);
}

.u-section-2 .prev-game-btn {
  /* left positioning removed for inline layout */
}

.u-section-2 .next-game-btn {
  /* right positioning removed for inline layout */
}

.u-section-2 .prev-game-btn:hover,
.u-section-2 .next-game-btn:hover {
  background: rgba(255, 255, 255, 0.5);
  border-color: #fff;
  transform: scale(1.15);
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.8);
}

.u-section-2 .prev-game-btn:active,
.u-section-2 .next-game-btn:active {
  transform: scale(0.95);
}

.u-section-2 .prev-game-btn svg,
.u-section-2 .next-game-btn svg {
  pointer-events: none;
}

.u-section-2 .u-group-3 {
  width: 100%;
  max-width: 100%;
  height: auto;
  --radius: 15px;
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.8);
  min-height: 197px;
  margin: 0;
}

.u-section-2 .u-container-layout-3 {
  padding: 14px 15px;
}

.u-section-2 .u-text-4 {
  margin: 0 auto 0 0;
}

.u-section-2 .u-text-5 {
  margin: 20px auto 0;
  text-align: center;
  display: block;
}

.u-section-2 .u-text-6 {
  margin: 10px auto 0;
  text-align: center;
}

#overUnderLine {
  margin: 10px auto 0;
  text-align: center;
}

#spreadLine {
  margin: 6px auto 0;
  text-align: center;
}

/* Bet options grid under kickoff */
.bet-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 12px auto 0;
  justify-content: center;
  align-items: start;
  max-width: 100%;
}

.bet-group {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 10px 12px;
  min-width: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.bet-group-title {
  font-weight: 700;
  margin: 0 0 6px 0;
  text-align: center;
  color: #0f9214;
  font-size: 0.95rem;
}

.bet-group-options {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}

.bet-option {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  color: #1a1a1a;
  font-size: 0.9rem;
}

.bet-options.is-disabled,
.bet-options.is-disabled input[type="radio"] {
  pointer-events: none;
  opacity: 0.6;
}

/* Force stack and prevent overflow on small screens */
@media (max-width: 600px) {
  .bet-options {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 100%;
  }
  .bet-group {
    min-width: 0;
    width: 100%;
  }
}

/* Stronger fallback: force block layout on typical phone widths */
@media (max-width: 767px) {
  .bet-options {
    display: block;
    max-width: 100%;
  }
  .bet-group {
    display: block;
    width: 100%;
    min-width: 0;
    margin-bottom: 12px;
  }
  .bet-group:last-child {
    margin-bottom: 0;
  }
}

.u-section-2 .u-tabs-1 {
  min-height: 528px;
  height: auto;
  margin-top: 6px;
  margin-bottom: 58px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  background: linear-gradient(135deg, rgba(10, 20, 35, 0.95), rgba(15, 30, 50, 0.95));
  border: 1px solid rgba(15, 146, 20, 0.2);
}

.u-section-2 .u-tab-list-1 {
  background: linear-gradient(135deg, #0f9214, #0a6b0f) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  padding: 8px 0;
  border-style: double;
}

.u-section-2 .u-tab-link-1,
.u-section-2 .u-tab-link-2,
.u-section-2 .u-tab-link-3,
.u-section-2 .u-tab-link-4,
.u-section-2 .u-tab-link-5,
.u-section-2 .u-tab-link-6,
.u-section-2 .u-tab-link-7,
.u-section-2 .u-tab-link-8 {
  font-weight: 700;
  font-size: calc(1rem - 2pt) !important;
  color: rgba(255, 255, 255, 0.85) !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
  border-radius: 10px 10px 0 0;
  margin: 0 3px;
  padding: 12px 20px !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)) !important;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: none;
  box-shadow: 
    2px 0 8px rgba(0, 0, 0, 0.3),
    -2px 0 8px rgba(0, 0, 0, 0.3),
    0 -2px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}

.u-section-2 .u-tab-link-1:hover,
.u-section-2 .u-tab-link-2:hover,
.u-section-2 .u-tab-link-3:hover,
.u-section-2 .u-tab-link-4:hover,
.u-section-2 .u-tab-link-5:hover,
.u-section-2 .u-tab-link-6:hover,
.u-section-2 .u-tab-link-7:hover,
.u-section-2 .u-tab-link-8:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1)) !important;
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 
    2px 0 12px rgba(0, 0, 0, 0.4),
    -2px 0 12px rgba(0, 0, 0, 0.4),
    0 -4px 16px rgba(15, 146, 20, 0.3);
}

.u-section-2 .u-tab-link-1.active,
.u-section-2 .u-tab-link-2.active,
.u-section-2 .u-tab-link-3.active,
.u-section-2 .u-tab-link-4.active,
.u-section-2 .u-tab-link-5.active,
.u-section-2 .u-tab-link-6.active,
.u-section-2 .u-tab-link-7.active,
.u-section-2 .u-tab-link-8.active {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(245, 245, 245, 0.95)) !important;
  color: #0f9214 !important;
  box-shadow: 
    3px 0 12px rgba(0, 0, 0, 0.4),
    -3px 0 12px rgba(0, 0, 0, 0.4),
    0 -6px 20px rgba(15, 146, 20, 0.4),
    inset 0 2px 4px rgba(15, 146, 20, 0.1);
  border-color: rgba(15, 146, 20, 0.3);
}

.u-section-2 .u-tab-pane-1,
.u-section-2 .u-tab-pane-2,
.u-section-2 .u-tab-pane-3,
.u-section-2 .u-tab-pane-4,
.u-section-2 .u-tab-pane-5,
.u-section-2 .u-tab-pane-6,
.u-section-2 .u-tab-pane-7,
.u-section-2 .u-tab-pane-8 {
  background: rgba(255, 255, 255, 0.02) !important;
  backdrop-filter: blur(10px);
}

.u-section-2 .u-container-layout-4 {
  padding: 0;
}

.u-section-2 .u-shape-1 {
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
  width: 1140px;
  left: -2px;
  right: auto;
}

.u-section-2 .u-tab-pane-2 {
  background-image: none;
}

.u-section-2 .u-container-layout-5 {
  padding: 0;
}

.u-section-2 .u-layout-wrap-1 {
  margin-top: 0;
  margin-bottom: 0;
}

.u-section-2 .u-layout-cell-1 {
  min-height: 476px;
}

.u-section-2 .u-container-layout-6 {
  padding: 30px;
}

.u-section-2 .u-layout-cell-2 {
  min-height: 476px;
}

.u-section-2 .u-container-layout-7 {
  padding: 30px;
}

.u-section-2 .u-tab-pane-3 {
  background-image: none;
}

.u-section-2 .u-container-layout-8 {
  padding: 30px;
}

.u-section-2 .u-tab-pane-4 {
  background-image: none;
}

.u-section-2 .u-container-layout-9 {
  padding: 30px;
}

.u-section-2 .u-tab-pane-5 {
  background-image: none;
}

.u-section-2 .u-container-layout-10 {
  padding: 30px;
}

.u-section-2 .u-tab-pane-6 {
  background-image: none;
}

.u-section-2 .u-container-layout-11 {
  padding: 30px;
}

.u-section-2 .u-tab-pane-7 {
  background-image: none;
}

.u-section-2 .u-container-layout-12 {
  padding: 30px;
}

.u-section-2 .u-tab-pane-8 {
  background-image: none;
}

.u-section-2 .u-container-layout-13 {
  padding: 30px;
}

@media (max-width: 1199px) {
  .u-section-2 .u-group-1 {
    margin: 0;
    height: auto;
  }

  .u-section-2 .u-group-2 {
    margin: 0;
    height: auto;
  }

  .u-section-2 .u-group-3 {
    width: 100%;
    max-width: 100%;
    margin: 0;
    height: auto;
  }

  .u-section-2 .u-shape-1 {
    width: 940px;
    left: 0;
  }

  .u-section-2 .u-layout-cell-1 {
    min-height: 392px;
  }

  .u-section-2 .u-layout-cell-2 {
    min-height: 392px;
  }
}

@media (max-width: 991px) {
  .u-section-2 .u-sheet-1 {
    min-height: 1459px;
  }

  .u-section-2 .u-group-1 {
    margin: 0;
  }

  .u-section-2 .u-group-2 {
    margin: 0;
  }

  .u-section-2 .u-group-3 {
    margin-top: 29px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-2 .u-tabs-1 {
    min-height: 783px;
    margin-top: 8px;
    margin-bottom: 60px;
  }

  .u-section-2 .u-shape-1 {
    width: 720px;
  }

  .u-section-2 .u-layout-cell-1 {
    min-height: 300px;
  }

  .u-section-2 .u-layout-cell-2 {
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-sheet-1 {
    min-height: 1401px;
  }

  .u-section-2 .u-group-1 {
    margin: 0;
  }

  .u-section-2 .u-group-2 {
    margin: 0;
  }

  .u-section-2 .u-group-3 {
    margin-top: 11px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-2 .u-container-layout-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-2 .u-tabs-1 {
    margin-top: 2px;
  }

  .u-section-2 .u-shape-1 {
    width: 540px;
  }

  .u-section-2 .u-layout-cell-1 {
    min-height: 450px;
  }

  .u-section-2 .u-container-layout-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-2 .u-layout-cell-2 {
    min-height: 450px;
  }

  .u-section-2 .u-container-layout-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-2 .u-container-layout-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-2 .u-container-layout-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-2 .u-container-layout-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-2 .u-container-layout-11 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-2 .u-container-layout-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-2 .u-container-layout-13 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-sheet-1 {
    min-height: 1668px;
  }

  .u-section-2 .u-group-1 {
    margin: 0;
  }

  .u-section-2 .u-group-2 {
    margin: 0;
  }

  .u-section-2 .u-shape-1 {
    width: 340px;
  }

  .u-section-2 .u-layout-cell-1 {
    min-height: 283px;
  }

  .u-section-2 .u-layout-cell-2 {
    min-height: 283px;
  }
}

.u-section-2 .u-image-1,
.u-section-2 .u-image-1:before,
.u-section-2 .u-image-1 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-2 .u-image-1.u-image-1.u-image-1:hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-2 .u-image-1.u-image-1.u-image-1.hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-2 .u-image-3,
.u-section-2 .u-image-3:before,
.u-section-2 .u-image-3 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-2 .u-image-3.u-image-3.u-image-3:hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-2 .u-image-3.u-image-3.u-image-3.hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-3 {
  background: #000000 !important;
}

.u-section-3 .u-sheet-1 {
  min-height: 1459px;
}

.u-section-3 .u-table-1 {
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(15, 146, 20, 0.3);
  background: linear-gradient(135deg, rgba(10, 20, 35, 0.95), rgba(5, 15, 25, 0.98));
  backdrop-filter: blur(10px);
}

/* Compact the bottom games table for better fit */
.u-table-1 table {
  font-size: 0.85rem;
  line-height: 1.3;
  border-collapse: separate;
  border-spacing: 0;
}

.u-table-1 th,
.u-table-1 td {
  font-size: 0.85rem;
  line-height: 1.3;
  padding: 12px 10px !important;
  border-bottom: 1px solid rgba(15, 146, 20, 0.2) !important;
}

.u-table-1 td {
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.9);
}

.u-section-3 .u-table-header-1 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background: linear-gradient(90deg, rgba(15, 146, 20, 0.8), rgba(15, 146, 20, 0.6)) !important;
  color: #ffffff !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  border-bottom: 2px solid rgba(15, 146, 20, 0.9) !important;
  position: relative;
}

.u-section-3 .u-table-header-1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(0, 255, 204, 0.6) 20%,
    rgba(0, 255, 204, 0.8) 50%,
    rgba(0, 255, 204, 0.6) 80%,
    transparent);
}

.u-section-3 .u-table-cell-1,
.u-section-3 .u-table-cell-2,
.u-section-3 .u-table-cell-3,
.u-section-3 .u-table-cell-4 {
  background: rgba(15, 146, 20, 0.15) !important;
  text-transform: uppercase;
  font-weight: 700;
  color: #00ffcc !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.u-section-3 .u-table-body-1 {
  line-height: 1;
}

/* Table row styling */
.u-table-1 tbody tr {
  background: rgba(10, 20, 35, 0.3);
  transition: all 0.2s ease;
}

.u-table-1 tbody tr:nth-child(even) {
  background: rgba(5, 15, 25, 0.4);
}

.u-table-1 tbody tr:hover {
  background: rgba(15, 146, 20, 0.15) !important;
  box-shadow: inset 0 0 0 1px rgba(15, 146, 20, 0.4);
}

/* Correct/Incorrect pick styling */
.pick-correct {
  color: #00ff88 !important;
  font-weight: 700;
  text-shadow: 0 0 8px rgba(0, 255, 136, 0.5);
}

.pick-incorrect {
  color: #ff4444 !important;
  font-weight: 700;
  text-shadow: 0 0 8px rgba(255, 68, 68, 0.5);
}

.spread-correct {
  color: #00ff88 !important;
  font-weight: 700;
  text-shadow: 0 0 8px rgba(0, 255, 136, 0.5);
}

.spread-incorrect {
  color: #ff4444 !important;
  font-weight: 700;
  text-shadow: 0 0 8px rgba(255, 68, 68, 0.5);
}

.ou-correct {
  color: #00ff88 !important;
  font-weight: 700;
  text-shadow: 0 0 8px rgba(0, 255, 136, 0.5);
}

.ou-incorrect {
  color: #ff4444 !important;
  font-weight: 700;
  text-shadow: 0 0 8px rgba(255, 68, 68, 0.5);
}

.u-section-3 .u-table-cell-5 {
  font-weight: 700;
}

.u-section-3 .u-table-cell-6 {
  font-weight: 700;
}

.u-section-3 .u-table-cell-7 {
  font-weight: 700;
  background-image: none;
}

.u-section-3 .u-table-cell-9 {
  font-weight: 700;
}

.u-section-3 .u-table-cell-10 {
  font-weight: 700;
}

.u-section-3 .u-table-cell-11 {
  font-weight: 700;
  background-image: none;
}

.u-section-3 .u-table-cell-13 {
  font-weight: 700;
}

.u-section-3 .u-table-cell-14 {
  font-weight: 700;
}

.u-section-3 .u-table-cell-15 {
  font-weight: 700;
  background-image: none;
}

.u-section-3 .u-table-cell-17 {
  font-weight: 700;
}

.u-section-3 .u-table-cell-18 {
  font-weight: 700;
}

.u-section-3 .u-table-cell-19 {
  font-weight: 700;
  background-image: none;
}

.u-section-3 .u-table-cell-21 {
  font-weight: 700;
}

.u-section-3 .u-table-cell-22 {
  font-weight: 700;
}

.u-section-3 .u-table-cell-23 {
  font-weight: 700;
  background-image: none;
}

.u-section-3 .u-table-cell-25 {
  font-weight: 700;
}

.u-section-3 .u-table-cell-26 {
  font-weight: 700;
}

.u-section-3 .u-table-cell-27 {
  font-weight: 700;
  background-image: none;
}

.u-section-3 .u-table-cell-29 {
  font-weight: 700;
}

.u-section-3 .u-table-cell-30 {
  font-weight: 700;
}

.u-section-3 .u-table-cell-31 {
  font-weight: 700;
  background-image: none;
}

.u-section-3 .u-table-cell-33 {
  font-weight: 700;
}

.u-section-3 .u-table-cell-34 {
  font-weight: 700;
}

.u-section-3 .u-table-cell-35 {
  font-weight: 700;
  background-image: none;
}

.u-section-3 .u-table-cell-37 {
  font-weight: 700;
}

.u-section-3 .u-table-cell-38 {
  font-weight: 700;
}

.u-section-3 .u-table-cell-39 {
  font-weight: 700;
  background-image: none;
}

.u-section-3 .u-table-cell-41 {
  font-weight: 700;
}

.u-section-3 .u-table-cell-42 {
  font-weight: 700;
}

.u-section-3 .u-table-cell-43 {
  font-weight: 700;
  background-image: none;
}

.u-section-3 .u-table-cell-45 {
  font-weight: 700;
}

.u-section-3 .u-table-cell-46 {
  font-weight: 700;
}

.u-section-3 .u-table-cell-47 {
  font-weight: 700;
  background-image: none;
}

.u-section-3 .u-table-cell-49 {
  font-weight: 700;
}

.u-section-3 .u-table-cell-50 {
  font-weight: 700;
}

.u-section-3 .u-table-cell-51 {
  font-weight: 700;
  background-image: none;
}

.u-section-3 .u-table-cell-53 {
  font-weight: 700;
}

.u-section-3 .u-table-cell-54 {
  font-weight: 700;
}

.u-section-3 .u-table-cell-55 {
  font-weight: 700;
  background-image: none;
}

.u-section-3 .u-table-cell-57 {
  font-weight: 700;
}

.u-section-3 .u-table-cell-58 {
  font-weight: 700;
}

.u-section-3 .u-table-cell-59 {
  font-weight: 700;
  background-image: none;
}

.u-block-1138-35 {
  background-image: none;
}

.u-section-3 .u-btn-1 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 1.125rem;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 0.3;
  background-image: none;
  margin: 53px auto 25px;
  padding: 14px 38px 15px 37px;
}

@media (max-width: 991px) {
  .u-section-3 .u-table-1 {
    margin-top: 314px;
  }
}

@media (max-width: 767px) {
  .u-section-3 .u-table-1 {
    margin-top: 294px;
  }
}

@media (max-width: 575px) {
  .u-section-3 .u-table-1 {
    margin-top: 306px;
  }
}
.favored-team {
  color: #1f7a1f !important;
  font-weight: 700;
}

.underdog-team {
  color: #c0392b !important;
  font-weight: 700;
}

.headlines-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px 16px;
}

.headline-item {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
  padding: 12px 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.headline-item.placeholder {
  background: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
}

.headline-title {
  font-weight: 700;
  font-size: 1rem;
  color: #1a2a3a;
  text-decoration: none;
  display: inline-block;
}

.headline-title:hover {
  color: #0f9214;
  text-decoration: underline;
}

.headline-meta {
  margin-top: 6px;
  font-size: 0.85rem;
  color: #4a4a4a;
}
.winner-halo {
  box-shadow: 0 0 0 4px rgba(255, 215, 0, 0.8);
  border-radius: 6px;
  padding: 2px 6px;
}
.upset-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  margin-right: 6px;
  color: #c0392b;
  font-weight: 700;
}
.is-upset-cell {
  background: #fff3cd !important; /* soft yellow */
}

/* Score status colors */
.score-status--final {
  color: #c0392b !important; /* red - game finished */
  font-weight: 700;
}
.score-status--live {
  color: #ffffff !important; /* white - game in progress */
  font-weight: 700;
}
.score-status--pending {
  color: #777 !important; /* grey */
}
.score-status--pre {
  color: #000 !important; /* black for not started yet (but scores hidden via JS) */
  font-weight: 700;
}
.u-section-1 .u-layout-cell-1,
.u-section-1 .u-layout-cell-2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

/* Score Chart Styles */
.score-chart-section {
  margin: 32px auto;
  max-width: 1200px;
  padding: 0 24px;
}

.score-chart-container {
  max-width: 380px;
  border: 2px solid #000;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 16px;
  padding: 14px;
  margin-left: auto;
  margin-right: auto;
}

#scoreChart {
  border-radius: 12px;
  overflow: hidden;
}

.hero-col--right {
  width: auto;
}

.score-chart-section {
  width: auto;
  display: inline-block;
}

/* Prize card styling */
.hero-prize-card {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #fff;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(6px);
  height: 100%;
}

.hero-prize-header h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-prize-media {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 100px;
}

.hero-prize-media img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.hero-prize-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
  text-align: center;
  font-style: italic;
}

/* Responsive adjustments for 2×2 grid */
@media (max-width: 1199px) {
  .hero-grid-column--left {
    flex: 0 0 35%;
    max-width: 35%;
  }
  
  .hero-grid-column--right {
    flex: 0 0 calc(65% - 1em);
    max-width: calc(65% - 1em);
  }
}

@media (max-width: 991px) {
  .hero-grid-2x2 {
    flex-direction: column;
    gap: 0;
  }
  
  .hero-grid-column--left,
  .hero-grid-column--right {
    flex: 1 1 auto;
    max-width: 100%;
  }
  
  /* Stack player cards in mobile view */
  .hero-grid-cell--roster .dashboard-roster-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
