/* v3.20.3.23.30 — HBCU Game Center Storyline Engine */
.game-center-story-shell[data-storyline-engine="v32032330"] {
  border: 1px solid rgba(240, 198, 79, .28);
  background:
    linear-gradient(140deg, rgba(169, 45, 40, .10), transparent 44%),
    linear-gradient(220deg, rgba(40, 115, 67, .10), transparent 46%),
    rgba(8, 7, 5, .93);
}

.game-center-story-shell[data-storyline-engine="v32032330"] > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  flex-wrap: wrap;
}

.game-center-story-phase {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: .35rem .72rem;
  border: 1px solid rgba(240, 198, 79, .34);
  border-radius: 999px;
  background: rgba(240, 198, 79, .08);
  color: #ffe28a;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.game-center-story-grid.storyline-engine-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .78rem;
}

.game-center-story-card[data-story-tone] {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-color: rgba(255,255,255,.13);
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
}

.game-center-story-card[data-story-tone]::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: #f0c64f;
  opacity: .85;
}

.game-center-story-card[data-story-tone="coach"]::before { background: #37b36b; }
.game-center-story-card[data-story-tone="primary"]::before { background: #d94a40; }
.game-center-story-card[data-story-tone="history"]::before { background: #c9963c; }
.game-center-story-card[data-story-tone="players"]::before { background: #52a6e8; }
.game-center-story-card[data-story-tone="market"]::before { background: #9b7cff; }

.game-center-story-card .game-center-story-source {
  display: block;
  margin-top: .55rem;
  color: rgba(255,255,255,.54);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .04em;
}

.game-center-story-meta {
  display: grid;
  gap: .38rem;
  margin-top: .9rem;
  padding: .72rem .85rem;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 12px;
  background: rgba(0,0,0,.28);
  color: rgba(255,255,255,.72);
  font-size: .75rem;
  line-height: 1.45;
}

.game-center-story-meta strong {
  color: #ffe28a;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .68rem;
}

.game-center-story-sources {
  color: rgba(255,255,255,.58);
}

@media (max-width: 760px) {
  .game-center-story-grid.storyline-engine-grid {
    grid-template-columns: 1fr;
  }

  .game-center-story-phase {
    width: 100%;
    justify-content: center;
  }
}
