/* v3.20.3.23.29 — Latest Episodes & Players of the Week */
.hbcu-latest-potw-v32032329 {
  --feature-gold: #e7bd42;
  --feature-red: #be2c2c;
  --feature-green: #237a48;
  padding: clamp(2.1rem, 4vw, 4.25rem) clamp(1rem, 2.8vw, 2.5rem);
  background:
    radial-gradient(circle at 12% 0%, rgba(190,44,44,.16), transparent 34%),
    radial-gradient(circle at 88% 0%, rgba(35,122,72,.15), transparent 34%),
    #05080d;
  border-block: 1px solid rgba(231,189,66,.20);
}
.hbcu-latest-potw-shell-v32032329 { width:min(100%, 1780px); margin-inline:auto; }
.hbcu-latest-potw-head-v32032329 {
  display:flex; align-items:end; justify-content:space-between; gap:1rem;
  margin-bottom:1.15rem;
}
.hbcu-latest-potw-kicker-v32032329 {
  margin:0 0 .25rem; color:var(--feature-gold); font-size:.78rem; font-weight:950;
  letter-spacing:.18em; text-transform:uppercase;
}
.hbcu-latest-potw-title-v32032329 {
  margin:0; color:#fff; font-size:clamp(1.55rem, 3vw, 2.65rem); line-height:1;
  letter-spacing:-.025em;
}
.hbcu-latest-potw-links-v32032329 { display:flex; flex-wrap:wrap; gap:.55rem; justify-content:flex-end; }
.hbcu-latest-potw-link-v32032329 {
  display:inline-flex; align-items:center; justify-content:center; min-height:42px;
  padding:.65rem .9rem; border:1px solid rgba(231,189,66,.45); border-radius:999px;
  color:#fff; background:rgba(255,255,255,.04); font-weight:900; text-decoration:none;
  transition:transform .18s ease, border-color .18s ease, background .18s ease;
}
.hbcu-latest-potw-link-v32032329:hover { transform:translateY(-2px); border-color:var(--feature-gold); background:rgba(231,189,66,.10); }
.hbcu-latest-potw-grid-v32032329 {
  display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:clamp(.72rem,1.15vw,1.1rem);
}
.hbcu-feature-card-v32032329 {
  min-width:0; display:flex; flex-direction:column; overflow:hidden; border-radius:18px;
  border:1px solid rgba(255,255,255,.15); background:linear-gradient(180deg,#15171c,#0a0c10);
  box-shadow:0 15px 34px rgba(0,0,0,.34); color:#fff; text-decoration:none;
  transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.hbcu-feature-card-v32032329:hover { transform:translateY(-4px); border-color:rgba(231,189,66,.72); box-shadow:0 20px 45px rgba(0,0,0,.46); }
.hbcu-feature-card-media-v32032329 {
  position:relative; width:100%; aspect-ratio:16/9; overflow:hidden; background:#090b0f;
}
.hbcu-feature-card-media-v32032329 img { width:100%; height:100%; object-fit:cover; display:block; }
.hbcu-feature-card-badge-v32032329 {
  position:absolute; left:.65rem; top:.65rem; z-index:1; padding:.36rem .58rem;
  border-radius:999px; background:rgba(5,8,13,.88); border:1px solid rgba(255,255,255,.20);
  color:#fff; font-size:.67rem; font-weight:950; letter-spacing:.1em; text-transform:uppercase;
  backdrop-filter:blur(8px);
}
.hbcu-feature-card-body-v32032329 { display:flex; flex:1; flex-direction:column; gap:.48rem; padding:.85rem .88rem .95rem; }
.hbcu-feature-card-eyebrow-v32032329 { margin:0; color:var(--feature-gold); font-size:.68rem; font-weight:950; letter-spacing:.11em; text-transform:uppercase; }
.hbcu-feature-card-title-v32032329 { margin:0; color:#fff; font-size:clamp(.98rem,1.15vw,1.12rem); line-height:1.2; }
.hbcu-feature-card-meta-v32032329 { margin:auto 0 0; color:rgba(255,255,255,.68); font-size:.78rem; line-height:1.35; }
.hbcu-feature-card-action-v32032329 { display:inline-flex; align-items:center; gap:.3rem; margin-top:.1rem; color:#fff; font-size:.82rem; font-weight:900; }
.hbcu-feature-card-potw-v32032329[data-division="di"] { border-color:rgba(190,44,44,.52); }
.hbcu-feature-card-potw-v32032329[data-division="dii"] { border-color:rgba(35,122,72,.60); }
.hbcu-feature-card-potw-v32032329 .hbcu-feature-card-body-v32032329 { background:linear-gradient(180deg,rgba(231,189,66,.035),transparent); }
.hbcu-feature-skeleton-v32032329 { position:relative; overflow:hidden; }
.hbcu-feature-skeleton-v32032329::after {
  content:""; position:absolute; inset:0; transform:translateX(-100%);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.09),transparent);
  animation:hbcu-feature-shimmer-v32032329 1.35s infinite;
}
@keyframes hbcu-feature-shimmer-v32032329 { to { transform:translateX(100%); } }
.hbcu-feature-fallback-v32032329 .hbcu-feature-card-media-v32032329 {
  display:grid; place-items:center; padding:1rem; text-align:center;
  background:linear-gradient(135deg,rgba(190,44,44,.22),rgba(35,122,72,.20));
  color:#fff; font-weight:950; letter-spacing:.08em; text-transform:uppercase;
}
@media (max-width:1250px) { .hbcu-latest-potw-grid-v32032329 { grid-template-columns:repeat(3,minmax(0,1fr)); } }
@media (max-width:820px) {
  .hbcu-latest-potw-head-v32032329 { align-items:flex-start; flex-direction:column; }
  .hbcu-latest-potw-links-v32032329 { justify-content:flex-start; }
  .hbcu-latest-potw-grid-v32032329 { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:540px) {
  .hbcu-latest-potw-v32032329 { padding-inline:.8rem; }
  .hbcu-latest-potw-grid-v32032329 { grid-template-columns:1fr; }
  .hbcu-latest-potw-link-v32032329 { flex:1 1 auto; }
}
@media (prefers-reduced-motion:reduce) {
  .hbcu-feature-card-v32032329,.hbcu-latest-potw-link-v32032329 { transition:none; }
  .hbcu-feature-skeleton-v32032329::after { animation:none; }
}
