/*
  DK Football Sunday
  Fantasy football league stylesheet

  Original site created: 2018
  Cleaned/reorganized: 2026

  Theme:
  - Tecmo Bowl / 8-bit
  - Black panels
  - White text
  - Tecmo green accent
*/
/* =========================================================
   BASE
   ========================================================= */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%; }

body {
  height: auto;
  font-family: 'VT323', monospace;
  background-color: #00a800;
  background-image: url(/assets/tecmostadium-large-9a6fb20475cb3ad45985a58ef8f88a4e165fa166c308e299b00274ff4b37cc44.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: top center; }

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

/* =========================================================
   IMAGES / LOGOS
   ========================================================= */
.main-logo {
  position: absolute;
  top: 5px;
  left: 20px;
  height: 125px;
  width: auto;
  padding: 5px;
  transition: all 0.3s; }

.main-logo-mobile {
  display: none;
  position: absolute;
  top: 0;
  left: 5px;
  height: 100px;
  width: auto;
  padding: 5px;
  transition: all 0.3s; }

.menu-dk-logo {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  height: 30px;
  width: auto;
  margin: 0 auto; }

.mobile-menu-dk-logo {
  position: absolute;
  top: -10px;
  left: 0;
  right: 15px;
  height: 45px;
  width: auto;
  margin: 0 auto; }

.champ-trophy {
  position: relative;
  height: 20px;
  width: auto; }

/* =========================================================
   DESKTOP HEADER / STADIUM HERO
   ========================================================= */
.top-bar,
.standings-top-bar {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  max-width: 1000px;
  height: 400px;
  margin: 0 auto;
  background-image: url(/assets/TECMO-KICKER-9ae4a0de6a574e03bd5e08e961b9b73fa8a952aa83a872670008816da81296f3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.top-bottom-bar,
.standings-top-bottom-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
  width: 100%;
  max-width: 1000px;
  height: 150px;
  margin: 0 auto;
  background: #000;
  transition: all 0.3s; }

.button-selection-holder,
.standings-button-selection-holder {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 150px;
  margin: 0 auto;
  overflow: hidden;
  background: none; }

.button-list,
.standings-button-list {
  float: right;
  margin: 30px 50px 0 0;
  padding: 0;
  list-style: none;
  color: #030;
  transition: all 0.3s; }

.button-list li,
.standings-button-list li {
  float: left;
  width: 125px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: none;
  cursor: pointer; }

.navBar-top-dropdown {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 65px;
  line-height: 60px;
  color: #fff;
  font-size: 28px;
  font-weight: lighter;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  transition: all 0.3s; }

.navBar-top-dropdown:hover {
  color: #00a800;
  transition: all 0.25s; }

.navBar-top-dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 5px;
  background: #00a800;
  transform: scaleX(0);
  transform-origin: bottom center;
  transition: transform 0.3s; }

.navBar-top-dropdown:hover::after {
  transform: scaleX(1); }

/* =========================================================
   MAIN PAGE HOLDERS / CONTENT
   ========================================================= */
.home-block-holder,
.standings-block-holder {
  position: absolute;
  top: 525px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto 25px;
  background: #00a800; }

.standings-block-holder {
  top: 550px; }

.content-holder,
.schedule-content-holder,
.standings-content-holder,
.players-content-holder {
  position: relative;
  width: 95%;
  height: auto;
  margin: 0 auto 25px;
  overflow: hidden;
  background: none;
  text-align: center; }

.payout-block,
.standings-block,
.schedule-block,
.dk-league-page-block,
.players-block {
  position: relative;
  width: 98%;
  height: 400px;
  margin: 0 auto 25px;
  background: #000;
  color: #fff;
  box-shadow: 0 5px 5px #333; }

.payout-block,
.players-block,
.standings-block,
.schedule-block {
  height: auto; }

.schedule-block {
  padding-bottom: 25px; }

.schedule-block h1 {
  padding-top: 20px; }

/* =========================================================
   SELECTORS
   ========================================================= */
.week-select,
#season-select,
#season {
  padding: 5px;
  font-family: inherit;
  font-size: 18px; }

.selector-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem; }

.selector-row .season-selector,
.selector-row .week-selector {
  display: flex;
  align-items: center; }

.season-selector-standings {
  margin-bottom: 10px; }

/* =========================================================
   HOME PAGE
   ========================================================= */
.home-desc {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center; }

#home-editable-text {
  margin: 0 auto;
  padding: 30px;
  font-size: 22px;
  font-weight: lighter; }

.home-desc img {
  width: 75%;
  height: auto; }

.payout-tbl,
.rules-tbl,
.new-season-tbl {
  position: relative;
  width: 600px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 10px;
  border-collapse: collapse;
  font-size: 22px;
  font-weight: lighter;
  text-align: center; }

.payout-tbl tr:first-child {
  border-bottom: 4px solid #fff; }

.payout-tbl tr td:last-child {
  text-align: center; }

.payout-tbl tr:hover,
.rules-tbl tr:hover,
.new-season-tbl tr:hover {
  background: #fff;
  color: #000; }

.payout-tbl td,
.rules-tbl td,
.new-season-tbl td {
  padding: 10px; }

/* =========================================================
   MOBILE MENU BUTTON
   ========================================================= */
.home-header,
.standings-home-header {
  display: none;
  overflow: hidden; }

.box-shadow-sec {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 25;
  display: inline;
  float: right;
  width: 35px;
  height: 30px;
  margin-top: 8px;
  margin-right: 8px;
  padding: 2px 2px 6px;
  cursor: pointer; }

.box-shadow-menu,
.box-shadow-menu-2 {
  position: relative;
  z-index: 25;
  padding-left: 1.25em;
  cursor: pointer;
  background: none;
  transition: all 0.3s; }

.box-shadow-menu::before,
.box-shadow-menu::after,
.box-shadow-menu-2::after {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 4px;
  background: #000;
  border: 2px solid #00a800;
  box-shadow: none;
  transition: all 0.3s; }

.box-shadow-menu::before {
  top: 15px;
  transition: all 0.5s; }

.box-shadow-menu::after {
  top: 5px; }

.box-shadow-menu-2::after {
  top: 25px; }

.box-shadow-menu.changed::before {
  top: 15px;
  left: 65px;
  background: #00a800; }

.box-shadow-menu.changed::after {
  top: 15px;
  background: #00a800;
  transform: rotate(45deg); }

.box-shadow-menu-2.changing::after {
  top: 15px;
  background: #00a800;
  transform: rotate(-45deg); }

/* =========================================================
   MOBILE DROP-DOWN MENU
   ========================================================= */
.holder {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: hidden;
  background-image: url(/assets/tecmo_lead-dark-b23b2d3234ff2b218e59f678f2d03236cd29eaf1f203371962d14191be22344a.png);
  background-position: center;
  background-size: cover;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.3s;
  box-shadow: 0 3px 10px 5px #111; }

.holder.show,
.show {
  transform: scaleY(1); }

.holder ul {
  width: 100%;
  margin-top: 60px;
  padding: 0; }

.holder li {
  position: relative;
  width: 100%;
  height: 100px;
  line-height: 100px;
  list-style-type: none;
  font-size: 32px;
  font-variant: small-caps;
  font-weight: lighter;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s; }

.holder li a {
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s; }

.holder li:hover {
  border-left: 4px solid #0f0; }

.holder li:hover a {
  color: #00a800; }

/* =========================================================
   STANDINGS PAGE
   ========================================================= */
.standings-tbl-holder {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  text-align: center; }

.standings-tbl,
.mobile-standings-tbl {
  position: relative;
  width: 95%;
  margin: 10px auto;
  padding-bottom: 10px;
  color: #fff;
  border-collapse: collapse;
  font-size: 22px;
  font-weight: lighter;
  text-align: center; }

.mobile-standings-tbl {
  display: none; }

.standings-tbl th,
.standings-tbl td,
.mobile-standings-tbl th,
.mobile-standings-tbl td {
  padding: 5px 4px; }

.standings-tbl tr:hover,
.mobile-standings-tbl tr:hover {
  background: #fff;
  color: #000; }

.standings-tbl-holder tr:hover th {
  background: #000;
  color: #fff;
  cursor: pointer; }

.standings-tbl-holder h1 {
  margin-top: 0; }

.standings-tbl-holder h3 {
  padding-bottom: 10px; }

#standings-tbl th.headerSortUp,
#mobile-standings-tbl th.headerSortUp {
  color: #000;
  background-color: #fff;
  background-image: url(/pics/asc.gif);
  background-repeat: no-repeat;
  background-position: center right; }

#standings-tbl th.headerSortDown,
#mobile-standings-tbl th.headerSortDown {
  color: #000;
  background-color: #fff;
  background-image: url(/pics/desc.gif);
  background-repeat: no-repeat;
  background-position: center right; }

/* DataTables overrides */
table.dataTable tbody tr {
  background: #000 !important; }

table.dataTable tbody tr:hover {
  background: #fff !important; }

/* =========================================================
   SCHEDULE / LINEUPS / DRAFTED STATS
   ========================================================= */
.schedule-tbl-holder,
.playoffs-tbl-holder {
  text-align: center; }

.schedule-tbl-holder h1,
.playoffs-tbl-holder h1 {
  margin-block-end: 0;
  padding: 25px; }

.schedule-tbl,
.playoffs-tbl,
.lineups-tbl,
.drafted-stats-tbl {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  font-size: 24px;
  font-weight: lighter;
  text-align: center; }

.schedule-tbl tr th:hover,
.playoffs-tbl tr th:hover {
  background: #000;
  color: #fff; }

.schedule-tbl tr:hover,
.playoffs-tbl tr:hover,
.drafted-stats-tbl tr:hover {
  background: #fff;
  color: #000; }

.schedule-tbl tr td,
.playoffs-tbl tr td {
  width: 33%;
  padding-top: 10px;
  padding-bottom: 10px; }

.schedule-tbl th,
.playoffs-tbl th {
  padding-top: 5px;
  padding-bottom: 5px; }

.dropdown-list-holder {
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  z-index: 1;
  display: none;
  width: 80%;
  height: 50px;
  margin: 0 auto;
  background: #fff; }

.week-dropdown-holder,
.team-dropdown-holder {
  position: relative;
  width: 50%;
  height: 100%;
  margin: 0 auto; }

.week-dropdown-holder {
  float: left; }

.team-dropdown-holder {
  float: right; }

.lineups-tbl .mini-lineup,
.drafted-stats-tbl {
  width: 100%; }

/* =========================================================
   MEMBERS TABLE
   ========================================================= */
.members-tbl {
  position: relative;
  width: 600px;
  height: auto;
  margin: 0 auto;
  text-align: center; }

.members-tbl tr:hover {
  background: #fff;
  color: #000; }

.members-tbl tr td {
  width: 25%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 24px;
  font-weight: lighter; }

.members-tbl tr td:first-child {
  width: 50%; }

.members-tbl tr:first-child,
.members-tbl th {
  border-bottom: 4px solid #fff; }

.members-tbl th {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 24px; }

/* =========================================================
   PLAYERS / DATATABLES
   ========================================================= */
#players-table td.sorting_1,
#players-table td.sorting_1 a {
  background: #000 !important;
  color: #fff !important; }

#players-table tr:hover,
#players-table tr:hover a,
#players-table tr:hover td.sorting_1,
#players-table tr:hover td.sorting_1 a {
  background: #fff !important;
  color: #000 !important; }

#players-table a {
  color: #fff !important; }

#players-table_info,
#players-table_filter {
  color: #fff !important; }

#players-table_paginate {
  color: #fff !important; }
  #players-table_paginate #players-table_previous,
  #players-table_paginate #players-table_next,
  #players-table_paginate .paginate_button {
    color: #fff !important; }
  #players-table_paginate .paginate_button.current {
    color: #fff !important;
    background: linear-gradient(to bottom, #fff 0%, #111 100%) !important; }

/* =========================================================
   PLAYOFF BRACKET
   ========================================================= */
.playoff-bracket.full-bracket {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 40px;
  width: 100%;
  max-width: 100%;
  padding: 20px 0;
  overflow: hidden; }

.playoff-bracket.full-bracket .round {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0; }

.playoff-bracket.full-bracket .match {
  position: relative;
  margin: 22px 0; }

.playoff-bracket.full-bracket .team {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  padding: 10px 12px;
  background: #000;
  color: #fff;
  border: 3px solid #fff;
  font-size: 22px; }

.playoff-bracket.full-bracket .team + .team {
  margin-top: 8px; }

.playoff-bracket.full-bracket .seed {
  flex: 0 0 28px;
  font-weight: 700;
  text-align: left; }

.playoff-bracket.full-bracket .name {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.playoff-bracket.full-bracket .score {
  flex: 0 0 70px;
  font-weight: 700;
  text-align: right; }

.playoff-bracket.full-bracket .round-3 .team {
  padding: 12px 14px;
  font-size: 24px; }

/* Connector lines intentionally disabled */
.playoff-bracket.full-bracket .match::before,
.playoff-bracket.full-bracket .match::after {
  content: none !important;
  display: none !important; }

/* =========================================================
   SCROLL WRAPPERS
   ========================================================= */
.table-scroll {
  width: 100%;
  max-width: 100%;
  overflow-x: visible; }

/* =========================================================
   TEAM PROFILE MODAL - TECMO STYLE
   ========================================================= */
.team-profile-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  font-family: 'VT323', monospace; }

.team-profile-modal.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px; }

.team-profile-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78); }

.team-profile-modal-dialog {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 850px;
  max-height: 90vh;
  overflow-y: auto;
  background: #000;
  color: #fff;
  border: 5px solid #fff;
  border-radius: 0;
  box-shadow: 8px 8px 0 #00a800, 12px 12px 0 #000; }

body.team-modal-open {
  overflow: hidden; }

.team-profile-header {
  position: relative;
  padding: 18px 65px 18px 24px;
  background: #000;
  color: #fff;
  border-bottom: 5px solid #00a800; }

.team-profile-header h2 {
  margin: 0;
  color: #fff;
  font-family: 'VT323', monospace;
  font-size: 38px;
  font-weight: lighter;
  line-height: 1;
  text-transform: uppercase; }

.team-modal-close {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 38px;
  height: 38px;
  padding: 0;
  background: #000;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 0;
  font-family: 'VT323', monospace;
  font-size: 32px;
  line-height: 28px;
  cursor: pointer;
  transform: translateY(-50%); }

.team-modal-close:hover {
  background: #fff;
  color: #000;
  border-color: #00a800; }

.team-profile-current,
.team-profile-section {
  padding: 22px 26px;
  background: #000;
  color: #fff; }

.team-profile-section {
  border-top: 4px solid #fff; }

.team-profile-current h3,
.team-profile-section h3 {
  margin: 0 0 16px;
  color: #00a800;
  font-family: 'VT323', monospace;
  font-size: 30px;
  font-weight: lighter;
  line-height: 1;
  text-transform: uppercase; }

.team-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px; }

.team-stat {
  padding: 14px 8px;
  background: #000;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 0;
  text-align: center; }

.team-stat:hover {
  background: #fff;
  color: #000; }

.team-stat-value {
  display: block;
  margin-bottom: 3px;
  color: inherit;
  font-family: 'VT323', monospace;
  font-size: 30px;
  font-weight: lighter;
  line-height: 1; }

.team-stat-label {
  display: block;
  color: #00a800;
  font-family: 'VT323', monospace;
  font-size: 18px;
  font-weight: lighter;
  text-transform: uppercase; }

.team-stat:hover .team-stat-label {
  color: #000; }

.team-history-table-wrapper {
  width: 100%;
  overflow-x: auto; }

.team-history-table {
  width: 100%;
  border-collapse: collapse;
  color: #fff;
  font-family: 'VT323', monospace;
  font-size: 22px; }

.team-history-table th {
  padding: 8px;
  background: #000;
  color: #fff;
  border-bottom: 4px solid #fff;
  font-size: 21px;
  font-weight: lighter;
  text-align: center;
  text-transform: uppercase; }

.team-history-table td {
  padding: 9px 8px;
  background: #000;
  color: #fff;
  border-bottom: 1px solid #333;
  text-align: center; }

.team-history-table tbody tr:hover td {
  background: #fff;
  color: #000; }

.team-profile-link {
  color: #fff;
  font-family: 'VT323', monospace;
  font-weight: lighter;
  text-decoration: none;
  cursor: pointer; }

.team-profile-link:hover {
  color: #00a800;
  text-decoration: none; }

.team-profile-loading,
.team-profile-error {
  padding: 60px 20px;
  background: #000;
  color: #fff;
  font-family: 'VT323', monospace;
  font-size: 30px;
  text-align: center; }

.team-profile-loading::after {
  content: "...";
  color: #00a800; }

/* Modal scrollbar */
.team-profile-modal-dialog::-webkit-scrollbar {
  width: 12px; }

.team-profile-modal-dialog::-webkit-scrollbar-track {
  background: #000; }

.team-profile-modal-dialog::-webkit-scrollbar-thumb {
  background: #fff;
  border: 2px solid #000; }

.team-profile-modal-dialog::-webkit-scrollbar-thumb:hover {
  background: #00a800; }

/* =========================================================
   TABLET / SMALL DESKTOP
   ========================================================= */
@media (max-width: 1050px) {
  .top-bar,
  .standings-top-bar,
  .top-bottom-bar,
  .standings-top-bottom-bar,
  .home-block-holder,
  .standings-block-holder,
  .button-selection-holder,
  .standings-button-selection-holder {
    width: 100%;
    max-width: 100%; } }

@media (max-width: 900px) {
  .playoff-bracket.full-bracket {
    grid-template-columns: 320px 320px 320px;
    column-gap: 30px;
    padding-bottom: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; }
  .table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .lineups-tbl {
    min-width: 500px;
    font-size: 18px !important; }
  /* Standings are handled separately so the phone layout can truly fit */
  .standings-tbl,
  .mobile-standings-tbl {
    font-size: 18px; } }

/* =========================================================
   MOBILE
   ========================================================= */
@media (max-width: 700px) {
  body {
    background-attachment: scroll; }
  .team-profile-modal.is-open {
    padding: 10px; }
  .team-profile-modal-dialog {
    max-height: 95vh;
    border-width: 4px;
    box-shadow: 5px 5px 0 #00a800, 8px 8px 0 #000; }
  .team-profile-header {
    padding: 16px 55px 16px 16px; }
  .team-profile-header h2 {
    font-size: 30px; }
  .team-profile-current,
  .team-profile-section {
    padding: 17px; }
  .team-profile-current h3,
  .team-profile-section h3 {
    font-size: 26px; }
  .team-stat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 9px; }
  .team-stat-value {
    font-size: 26px; }
  .team-stat-label {
    font-size: 16px; }
  .team-history-table {
    min-width: 575px;
    font-size: 19px; } }

/* =========================================================
   PHONE
   ========================================================= */
@media (max-width: 480px) {
  /* Header */
  .main-logo {
    left: 5px; }
  .top-bottom-bar,
  .standings-top-bottom-bar,
  .top-bar,
  .standings-top-bar,
  .button-selection-holder,
  .standings-button-selection-holder {
    width: 100%;
    max-width: 100%; }
  .button-list,
  .standings-button-list {
    display: none; }
  .home-header {
    display: block; }
  .standings-home-header {
    display: block; }
  .button-selection-holder,
  .standings-button-selection-holder {
    overflow: visible; }
  /* Main content */
  .home-block-holder,
  .standings-block-holder {
    width: 100%;
    max-width: 100%; }
  .content-holder,
  .schedule-content-holder,
  .standings-content-holder,
  .players-content-holder {
    width: 100%;
    max-width: 100%; }
  .payout-block,
  .standings-block,
  .schedule-block,
  .dk-league-page-block,
  .players-block {
    width: 100%;
    max-width: 100%; }
  .payout-tbl,
  .rules-tbl,
  .members-tbl,
  .new-season-tbl {
    width: 100%; }
  .members-tbl tr td {
    font-size: 20px; }
  .members-tbl tr td:first-child {
    font-size: 18px; }
  .mobile-quick-links {
    display: block; }
  /* -------------------------------------------------------
     STANDINGS
     ------------------------------------------------------- */
  .standings-content-holder {
    overflow: visible; }
  .standings-tbl-holder {
    width: 100%;
    padding: 15px 6px 0; }
  /* Desktop table off, purpose-built mobile table on */
  .standings-tbl {
    display: none; }
  .mobile-standings-tbl {
    display: table;
    width: 100%;
    max-width: 100%;
    min-width: 0 !important;
    margin: 8px auto 10px;
    table-layout: auto;
    color: #fff;
    font-size: 14px !important;
    text-align: center; }
  .mobile-standings-tbl th,
  .mobile-standings-tbl td {
    padding: 5px 2px;
    white-space: nowrap; }
  .mobile-standings-tbl th {
    font-size: 14px; }
  /* Team gets the flexible width */
  .mobile-standings-tbl th:nth-child(2),
  .mobile-standings-tbl td:nth-child(2) {
    width: auto;
    max-width: 130px;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word; }
  /* Numeric columns stay compact */
  .mobile-standings-tbl th:not(:nth-child(2)),
  .mobile-standings-tbl td:not(:nth-child(2)) {
    width: 1%; }
  /* High Week is optional detail; remove it on narrow phones */
  .mobile-standings-tbl th:nth-child(8),
  .mobile-standings-tbl td:nth-child(8) {
    display: none; }
  .season-selector-standings {
    width: 100%;
    margin: 0 0 10px;
    text-align: center; }
  .season-selector-standings label {
    font-size: 14px; }
  .season-selector-standings #season-select {
    max-width: 145px;
    font-size: 16px; }
  /* Schedule */
  .schedule-tbl {
    font-size: 14px; }
  .schedule-tbl th {
    font-size: 18px; }
  .schedule-content-holder {
    width: 100%;
    text-align: center; }
  .schedule-block {
    width: 100%; }
  .week-selector {
    display: flex;
    height: auto; }
  /* Team modal */
  .team-profile-modal.is-open {
    padding: 8px; }
  .team-profile-header h2 {
    font-size: 28px; }
  .team-profile-current,
  .team-profile-section {
    padding: 14px; }
  .team-stat-grid {
    gap: 7px; }
  .team-stat {
    padding: 11px 5px; }
  .team-stat-value {
    font-size: 23px; }
  .team-stat-label {
    font-size: 15px; } }

.matchup-profile-link {
  cursor: pointer; }

.matchup-profile-link:hover {
  background: #fff;
  color: #000; }

/* =========================================================
   MATCHUP MODAL
   ========================================================= */
.matchup-scoreboard {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  margin-top: 15px; }

.matchup-team {
  text-align: center; }

.matchup-team-name {
  font-size: 28px;
  color: #fff;
  text-transform: uppercase; }

.matchup-score {
  margin-top: 8px;
  font-size: 42px;
  color: #00a800;
  line-height: 1; }

.matchup-vs {
  font-size: 28px;
  color: #fff;
  text-align: center; }

/* =========================================================
   MATCHUP LINEUPS
   ========================================================= */
.matchup-lineups {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start; }

.matchup-lineup {
  min-width: 0; }

.matchup-lineup h4 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 26px;
  font-weight: lighter;
  text-align: center;
  text-transform: uppercase; }

.matchup-lineup-total {
  margin-bottom: 10px;
  color: #00a800;
  font-size: 22px;
  text-align: center; }

.matchup-lineup .mini-lineup {
  width: 100%;
  border-collapse: collapse;
  font-size: 20px; }

.matchup-lineup .mini-lineup th {
  padding: 5px 4px;
  color: #fff;
  border-bottom: 3px solid #fff;
  font-weight: lighter; }

.matchup-lineup .mini-lineup td {
  padding: 4px 4px;
  color: #fff; }

.matchup-lineup .mini-lineup tr:hover td {
  background: #fff;
  color: #000; }

.matchup-lineup .mini-lineup {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  font-size: 18px; }

.matchup-lineup .mini-lineup th,
.matchup-lineup .mini-lineup td {
  padding: 4px 3px; }

.matchup-lineup .mini-lineup th:first-child,
.matchup-lineup .mini-lineup td:first-child {
  width: 12%; }

.matchup-lineup .mini-lineup th:nth-child(2),
.matchup-lineup .mini-lineup td:nth-child(2) {
  width: 48%;
  text-align: left; }

.matchup-lineup .mini-lineup th:nth-child(3),
.matchup-lineup .mini-lineup td:nth-child(3),
.matchup-lineup .mini-lineup th:nth-child(4),
.matchup-lineup .mini-lineup td:nth-child(4) {
  width: 20%;
  text-align: center; }

/* =========================================================
   MATCHUP MODAL MOBILE
   ========================================================= */
@media (max-width: 700px) {
  .matchup-scoreboard {
    grid-template-columns: 1fr;
    gap: 8px; }
  .matchup-team-name {
    font-size: 24px; }
  .matchup-score {
    font-size: 34px; }
  .matchup-vs {
    font-size: 22px; }
  .matchup-lineups {
    grid-template-columns: 1fr;
    gap: 24px; }
  .matchup-lineup h4 {
    font-size: 23px; }
  .matchup-lineup .mini-lineup {
    font-size: 18px; } }

/* =========================================================
   MATCHUP PREVIEW
   ========================================================= */
.preview-comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px; }

.preview-team-column {
  text-align: center; }

.preview-team-title {
  margin-bottom: 12px;
  color: #fff;
  font-size: 25px;
  text-transform: uppercase; }

.preview-big-stat {
  margin-top: 10px;
  color: #fff;
  font-size: 30px;
  line-height: 1; }

.preview-label {
  margin-top: 3px;
  margin-bottom: 12px;
  color: #00a800;
  font-size: 17px;
  text-transform: uppercase; }

.preview-no-season-data {
  padding: 15px;
  color: #fff;
  font-size: 24px;
  text-align: center; }

/* Recent Form */
.form-row {
  display: flex;
  justify-content: center;
  gap: 8px; }

.form-result {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 2px solid #fff;
  font-size: 22px; }

.form-w {
  color: #00a800; }

.form-l {
  color: #fff; }

.form-t {
  color: #fff; }

/* Previous Meetings */
.preview-history-table {
  width: 100%;
  border-collapse: collapse;
  color: #fff;
  font-size: 19px; }

.preview-history-table th {
  padding: 6px;
  border-bottom: 3px solid #fff;
  color: #fff; }

.preview-history-table td {
  padding: 6px;
  border-bottom: 1px solid #333;
  text-align: center; }

.preview-history-table tr:hover td {
  background: #fff;
  color: #000; }

/* Prediction */
.prediction-matchup {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 25px; }

.prediction-team {
  text-align: center; }

.prediction-name {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase; }

.prediction-percent {
  margin-top: 8px;
  color: #00a800;
  font-size: 42px;
  line-height: 1; }

.prediction-vs {
  color: #fff;
  font-size: 24px; }

.prediction-bar {
  position: relative;
  width: 100%;
  height: 18px;
  margin-top: 20px;
  background: #fff;
  border: 3px solid #fff; }

.prediction-bar-home {
  height: 100%;
  background: #00a800; }

.prediction-note {
  margin-top: 12px;
  color: #00a800;
  font-size: 15px;
  text-align: center; }

/* Mobile */
@media (max-width: 700px) {
  .preview-comparison {
    grid-template-columns: 1fr;
    gap: 22px; }
  .prediction-matchup {
    grid-template-columns: 1fr;
    gap: 8px; }
  .preview-history-table {
    font-size: 16px; }
  .prediction-percent {
    font-size: 34px; } }

.standings-controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px; }

.standings-view-toggle {
  display: inline-flex;
  border: 3px solid #00a800;
  background: #000; }

.standings-toggle-btn {
  display: block;
  min-width: 150px;
  padding: 8px 18px;
  background: #000;
  color: #fff;
  font-family: 'VT323', monospace;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border: none; }

.standings-toggle-btn:first-child {
  border-right: 3px solid #00a800; }

.standings-toggle-btn:hover {
  background: #fff;
  color: #000; }

.standings-toggle-btn.active {
  background: #00a800;
  color: #000; }

@media (max-width: 600px) {
  .standings-view-toggle {
    width: 92%; }
  .standings-toggle-btn {
    width: 50%;
    min-width: 0;
    padding: 8px 6px;
    font-size: 19px; } }

.standings-tbl tr:hover .team-profile-link,
.mobile-standings-tbl tr:hover .team-profile-link {
  color: inherit; }
