.schedule-hero-heading {
  font-size: 64px;
  font-weight: 700;
}

.section-badge {
  display: inline-block;
  width: fit-content;
  padding: 4px 12px;
  border-radius: 16px;
  background: #efe9ff;
  color: #7b4fc9;
  font-weight: 600 !important;
  font:
    14px "Roboto",
    sans-serif;
  text-align: center;
}

.section-title,
.season-title {
  margin-top: 10px;
  font-size: 55px;
  font-weight: 700;
  color: #70459b;
}

.schedule-hero {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url("../img/03-05-2026/Web/Web-Light Mode.webp") center bottom / cover no-repeat;
}

.schedule-container {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  margin-top: 20px;
  padding: 0;
  border-radius: 6px;
  background-color: #f2ecf6;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-family: "Barlow Condensed", sans-serif;
}

.schedule-item {
  padding: 15px 10px;
  border-bottom: 1px solid #fff;
}

.schedule-item.no-border {
  border-bottom: none;
}

.highlighted {
  border-left: 6px solid #70459b;
  background: linear-gradient(90deg,
      rgba(140, 59, 207, 0.2) 0%,
      rgba(242, 236, 246, 0.2) 100%);
}

.schedule-header {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  color: #70459b;
  white-space: pre-line;
}

.schedule-subheader {
  font-size: 1.1rem;
  font-weight: 700;
  color: #c098c6;
}

.schedule-time,
.schedule-location {
  color: #000;
}

.schedule-date-month {
  font-size: 16px;
  font-weight: 700;
  color: #70459b;
}

.schedule-date-day {
  font-size: 40px;
  font-weight: 700;
  color: #70459b;
}

.month-header {
  margin-top: 15px;
  padding: 10px 10px 10px 30px;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, #70459b 0%, #f2ecf6 100%);
}

.not-available {
  color: gray;
}

/* Standings */
.standings-container {
  position: static;
  width: 100%;
  height: auto;
  overflow: visible;
  transform: none;
  border-radius: 6px;
  background-color: #f2ecf6;
  box-shadow: none;
}

.standings-container table {
  max-width: 720px;
  margin: 0 auto;
  border: none;
  border-collapse: collapse;
  background-color: #fff;
  color: #70459b;
}

.standings-container table td,
.standings-container table th {
  border-bottom: 1px solid #70459b;
}

.standings-container .table>tbody>tr:last-child>* {
  border-bottom-width: 0 !important;
  box-shadow: none !important;
}

.standings-container table th,
.standings-container table td {
  vertical-align: middle;
}

.standings-container table th {
  padding: 12px;
  border: none;
  background-color: #70459b;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
}

.standings-container table tbody td {
  padding: 12px;
  background-color: #fff;
  color: #70459b;
}

.standings-container table td:first-child,
.standings-container table th:first-child {
  width: 120px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.standings-container table td:nth-child(3),
.standings-container table td:nth-child(4),
.standings-container table th:nth-child(3),
.standings-container table th:nth-child(4) {
  width: 120px;
  text-align: center;
  font-weight: 600;
}

.standings-container table th:nth-child(2) {
  text-align: center;
  font-weight: 600;
}

.schedule-details.bracket {
  margin-top: 4px;
  line-height: 1.35;
  color: #e9e9e9;
}

#spinner {
  opacity: 1;
  transition: opacity 0.5s ease;
}

#spinner:not(.show) {
  opacity: 0;
  pointer-events: none;
}

.bracket-callout {
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #c098c6;
}

.bracket-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  color: #fff;
  font-weight: 500;
}

.bracket-title .icon {
  font-size: 19px;
  line-height: 1;
}

.bracket-round-full {
  margin-bottom: 40px;
}

.bracket-round {
  margin-top: 14px;
  font-weight: 800;
  color: #c098c6;
}

.bracket-subround {
  margin-top: 8px;
  color: #fff;
  font-style: italic;
}

.bracket-list {
  margin: 8px 0 0;
  padding-left: 32px;
}

.bracket-list li {
  position: relative;
  margin: 4px 0;
  color: #000;
}

.schedule-list li::marker,
.bracket-list li::marker {
  font-size: 1.1rem;
}

.schedule-list {
  font-size: 16px;
  font-weight: 700;
  color: #c098c6;
  margin: 8px 0 0;
  padding-left: 32px;
}

.bracket-full-width {
  position: relative;
  left: 33%;
  width: 100vw;
  margin-top: 20px;
  transform: translateX(-50%);
  overflow-x: hidden;
}

.bracket-wrapper {
  max-width: 750px;
  margin: 0 auto;
}

.seed-bar {
  padding: 15px 12px;
  border: 1px solid #3b3b3b;
  border-radius: 6px;
  color: #fff;
  font:
    12px/1.35 "Roboto",
    sans-serif;
}

.seed-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.seed-legend {
  grid-column: 1 / -1;
  margin-top: 6px;
  font-size: 11px;
  text-align: center;
  opacity: 0.85;
}

.seed-bar-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px 18px;
}

.seed-mobile {
  display: none;
}

.seed-bar-grid-mobile {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 12px;
}

.bracket-media {
  margin-top: 14px;
}

.bracket-media img {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 60px;
}

.tabs {
  max-width: 800px;
  margin: 15px auto;
  text-align: center;
}

.tabs>input[type="radio"] {
  position: absolute;
  left: -9999px;
}

.tabs>label {
  display: inline-block;
  margin-right: 6px;
  padding: 10px 14px;
  border-bottom: 1px solid #af8cbd;
  color: #af8cbd;
  cursor: pointer;
  user-select: none;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.tabs>label:hover {
  border-color: #70459b;
  color: #70459b;
}

.tab-panel {
  display: none;
}

#scheduleTab:checked~.tab-panels .tab-panel:nth-child(1),
#standingsTab:checked~.tab-panels .tab-panel:nth-child(2) {
  display: block;
}

#scheduleTab:checked+label,
#standingsTab:checked+label {
  border-color: #70459b;
  color: #70459b;
}

.custom-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  margin: 0.4rem 0.35rem 0 0;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1 L5 5 L1 9' stroke='%23FFFFFF' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

/* Dark mode */
body[data-theme="dark"] .section-badge {
  background: rgba(159, 112, 198, 0.2);
  color: #fff;
}

body[data-theme="dark"] .schedule-hero {
  background: url("../img/03-05-2026/Web/Web-Dark Mode.webp") center bottom / cover no-repeat !important;
}

body[data-theme="dark"] .schedule-container {
  background-color: #191919;
}

body[data-theme="dark"] .schedule-item {
  border-bottom: 1px solid #764c9f;
}

body[data-theme="dark"] .schedule-item.no-border {
  border-bottom: none;
}

body[data-theme="dark"] .highlighted {
  border-left-color: #70459b;
  background: linear-gradient(90deg,
      rgba(251, 251, 251, 0.2) 0%,
      rgba(25, 25, 25, 0.2) 26%);
}

body[data-theme="dark"] .schedule-time,
body[data-theme="dark"] .schedule-location,
body[data-theme="dark"] .schedule-item.highlighted .schedule-date-month,
body[data-theme="dark"] .schedule-item.highlighted .schedule-date-day,
body[data-theme="dark"] .bracket-list li,
body[data-theme="dark"] .bracket-list li::before {
  color: #fff;
}

body[data-theme="dark"] .month-header {
  background: linear-gradient(90deg, #70459b 0%, #191919 100%);
}

body[data-theme="dark"] .standings-container {
  background-color: #261f3b;
}

body[data-theme="dark"] .standings-container table tbody td {
  background-color: #191919;
  color: #fff;
}

body[data-theme="dark"] .tabs>label {
  border-bottom-color: #70459b;
  color: #70459b;
}

body[data-theme="dark"] .tabs>label:hover {
  border-color: #af8cbd;
  color: #af8cbd;
}

body[data-theme="dark"] #scheduleTab:checked+label,
body[data-theme="dark"] #standingsTab:checked+label {
  border-color: #af8cbd;
  color: #af8cbd;
}

/* Mobile */
@media (max-width: 576px) {
  .schedule-hero {
    height: 280px;
    background: url("../img/03-05-2026/Mobile/Mobile-Light Mode.webp") center bottom / cover no-repeat !important;
  }

  body[data-theme="dark"] .schedule-hero {
    height: 280px;
    background: url("../img/03-05-2026/Mobile/Mobile-Dark Mode.webp") center bottom / cover no-repeat !important;
  }

  .schedule-hero-heading {
    font-size: 70px;
  }

  #seasonTitle {
    font-size: 36px;
  }

  .month-header {
    font-size: 30px;
  }

  .standings-container table th,
  .standings-container table th:first-child {
    font-size: 20px;
  }

  .standings-container table td:first-child {
    font-size: 22px;
  }

  .standings-container table td:first-child,
  .standings-container table th:first-child,
  .standings-container table td:nth-child(3),
  .standings-container table td:nth-child(4),
  .standings-container table th:nth-child(3),
  .standings-container table th:nth-child(4) {
    width: 15%;
  }

  .standings-container table td:nth-child(2),
  .standings-container table td:nth-child(3),
  .standings-container table td:nth-child(4) {
    font-size: 16px;
  }

  .seed-desktop {
    display: none;
  }

  .seed-mobile {
    display: block;
  }

  .seed-item {
    white-space: normal;
  }

  .bracket-media img {
    padding: 0 10px 90px;
  }

  .seed-bar.seed-mobile {
    margin: 0 20px;
  }

  .tabs>label {
    font-size: 28px;
  }
}

/* -------------------------------------- */
/* DROPDOWN MENU */
/* -------------------------------------- */
.program-dropdown {
  position: absolute;
  width: 297px;
  margin-top: 30px;
}

body[data-theme="dark"] .program-dropdown .dropdown-selected,
body[data-theme="dark"] .dropdown-options {
  background: #1a182b;
  border: 1px solid #f8fafc;
  color: #f8fafc;
}

body[data-theme="dark"] .dropdown-options.open {
  border: 1px solid #70459b;
}

body[data-theme="dark"] .program-dropdown.open .dropdown-selected {
  border: 1px solid #70459b !important;
}

body[data-theme="dark"] .dropdown-options li {
  color: #f8fafc;
}

body[data-theme="dark"] .dropdown-options li:hover,
body[data-theme="dark"] .dropdown-options li.active {
  color: #f8fafc;
  background: #70459b40;
}

.dropdown-selected {
  padding: 12px 16px;
  font-size: 24px;
  border: 2px solid #d8c4ef;
  border-radius: 16px;
  color: #70459b;
  background: white;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Barlow Condensed", sans-serif;
}

#programContent,
#programTitle {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.dropdown-options {
  list-style: none;
  padding: 0;
  margin: 0;
  background: white;
  border-radius: 14px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(10px);
  transition: 0.2s ease;
}

.dropdown-options li {
  padding: 12px 16px;
  font-size: 24px;
  color: #70459b;
  cursor: pointer;
  transition: background 0.15s ease;
  text-align: left;
  font-family: "Barlow Condensed", sans-serif;
}

.dropdown-options.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(5px);
}

.dropdown-options li:hover,
.dropdown-options li.active {
  background: #f2ecf6;
  font-weight: 600;
}

.dropdown-selected .chevron-right path {
  stroke: #70459b;
}

/* Dark mode */
body[data-theme="dark"] .dropdown-selected .chevron-right path {
  stroke: #ffffff;
}

/* mobile optimization */
@media (max-width: 999px) {
  .program-dropdown {
    position: relative;
    width: 346px;
    margin: 35px auto 25px;
  }
}