/* v3.20.3.20 — Bayou College CFB Card Parity
   Mirrors The Rant CFB card information hierarchy while retaining Bayou styling. */

#bayou-college-scoreboard .bayou-college-scoreboard-grid{
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
}

#bayou-college-scoreboard .bayou-cfb-game-card{
  min-height:286px;
  padding:13px;
  gap:10px;
  border-radius:17px;
  border:1px solid rgba(243,196,81,.22);
  background:
    linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018)),
    rgba(0,0,0,.34);
  cursor:pointer;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}

#bayou-college-scoreboard .bayou-cfb-game-card::before{display:none;}

#bayou-college-scoreboard .bayou-cfb-game-card:hover,
#bayou-college-scoreboard .bayou-cfb-game-card:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(243,196,81,.52);
  box-shadow:0 18px 42px rgba(0,0,0,.34),0 0 0 1px rgba(243,196,81,.12);
  outline:0;
}

#bayou-college-scoreboard .bayou-cfb-game-card.is-live{
  border-color:rgba(50,255,143,.46);
  box-shadow:0 0 0 1px rgba(50,255,143,.10),0 18px 38px rgba(0,0,0,.22);
}
#bayou-college-scoreboard .bayou-cfb-game-card.is-final{border-color:rgba(243,196,81,.34);}
#bayou-college-scoreboard .bayou-cfb-game-card.is-upcoming{border-color:rgba(255,255,255,.16);}

#bayou-college-scoreboard .bayou-cfb-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  min-height:28px;
  color:#f3c451;
  font-size:.66rem;
  font-weight:1000;
  letter-spacing:.08em;
  line-height:1.25;
  text-transform:uppercase;
}

#bayou-college-scoreboard .bayou-cfb-card-date{
  color:rgba(255,247,226,.76);
  text-align:right;
  letter-spacing:.035em;
}

#bayou-college-scoreboard .bayou-cfb-game-card.is-live .bayou-cfb-card-status{
  color:#32ff8f;
}
#bayou-college-scoreboard .bayou-cfb-game-card.is-live .bayou-cfb-card-status::before{
  content:"";
  display:inline-block;
  width:6px;
  height:6px;
  margin-right:6px;
  border-radius:999px;
  background:#32ff8f;
  box-shadow:0 0 10px rgba(50,255,143,.82);
}

#bayou-college-scoreboard .bayou-cfb-team-lines{
  display:flex;
  flex-direction:column;
  gap:9px;
  min-height:132px;
  margin-top:3px;
}

#bayou-college-scoreboard .bayou-cfb-team-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  min-height:58px;
  padding:6px 7px;
  border-radius:12px;
}

#bayou-college-scoreboard .bayou-cfb-team-row.is-focus{
  background:linear-gradient(90deg,rgba(243,196,81,.10),transparent);
  box-shadow:inset 3px 0 0 rgba(243,196,81,.70);
}

#bayou-college-scoreboard .bayou-cfb-team-main{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}

#bayou-college-scoreboard .bayou-cfb-team-logo,
#bayou-college-scoreboard .bayou-cfb-team-initials{
  width:42px;
  height:42px;
  max-width:42px;
  max-height:42px;
  flex:0 0 42px;
}

#bayou-college-scoreboard .bayou-cfb-team-logo{
  display:block;
  object-fit:contain;
  filter:none;
}

#bayou-college-scoreboard .bayou-cfb-team-initials{
  place-items:center;
  border:1px solid rgba(243,196,81,.28);
  border-radius:999px;
  color:#f3c451;
  background:rgba(0,0,0,.28);
  font-size:.66rem;
  font-weight:1000;
}

#bayou-college-scoreboard .bayou-cfb-team-copy{
  min-width:0;
}

#bayou-college-scoreboard .bayou-cfb-team-copy strong{
  display:block;
  color:#fff7e2;
  font-size:.92rem;
  font-weight:1000;
  line-height:1.08;
  text-transform:uppercase;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

#bayou-college-scoreboard .bayou-cfb-rank-badge{
  margin-right:4px;
  color:#f3c451;
}

#bayou-college-scoreboard .bayou-cfb-team-record{
  display:block;
  margin-top:3px;
  color:rgba(255,247,226,.58);
  font-size:.64rem;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}

#bayou-college-scoreboard .bayou-cfb-team-score{
  color:#f3c451;
  font-size:1.18rem;
  font-weight:1000;
  letter-spacing:-.04em;
  line-height:1;
}

#bayou-college-scoreboard .bayou-cfb-game-status-note{
  padding-top:8px;
  border-top:1px solid rgba(243,196,81,.14);
  color:rgba(255,247,226,.66);
  font-size:.68rem;
  font-weight:850;
  line-height:1.35;
}

#bayou-college-scoreboard .bayou-cfb-game-meta-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-top:4px;
}

#bayou-college-scoreboard .bayou-cfb-preview-label{
  color:#f3c451;
  font-weight:1000;
  letter-spacing:.04em;
  text-transform:uppercase;
}

#bayou-college-scoreboard .bayou-cfb-odds-row{
  color:rgba(255,247,226,.82);
  font-weight:1000;
}

#bayou-college-scoreboard .bayou-cfb-open-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  padding-top:8px;
  border-top:1px solid rgba(255,255,255,.08);
  color:rgba(255,247,226,.56);
  font-size:.65rem;
  font-weight:900;
  letter-spacing:.05em;
  text-transform:uppercase;
}
#bayou-college-scoreboard .bayou-cfb-open-row strong{color:#f3c451;}

@media(max-width:1340px){
  #bayou-college-scoreboard .bayou-college-scoreboard-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:860px){
  #bayou-college-scoreboard .bayou-college-scoreboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:620px){
  #bayou-college-scoreboard .bayou-college-scoreboard-grid{grid-template-columns:1fr;}
  #bayou-college-scoreboard .bayou-cfb-game-card{min-height:0;}
  #bayou-college-scoreboard .bayou-cfb-team-logo,
  #bayou-college-scoreboard .bayou-cfb-team-initials{
    width:38px;height:38px;max-width:38px;max-height:38px;flex-basis:38px;
  }
  #bayou-college-scoreboard .bayou-cfb-card-top{align-items:flex-start;}
  #bayou-college-scoreboard .bayou-cfb-card-date{max-width:62%;}
  #bayou-college-scoreboard .bayou-cfb-team-copy strong{white-space:normal;}
}
