.home-topline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: 2rem;
  align-items: start;
  margin-bottom: 1.25rem;
}
.home-topline .rankings-hero { max-width: none; margin-bottom: 0; }
.college-football-now {
  align-self: stretch;
  padding: 1rem;
  color: #eef3f5;
  background: var(--color-scoreboard);
  border-top: 5px solid var(--color-brand-gold);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-raised);
}
.college-football-now .eyebrow { color: #d9b56c; }
.college-football-now h2 { margin: 0; color: white; font-size: 1.25rem; }
.college-football-now > p { margin-bottom: 0; color: #c9d2d8; }
.now-heading { display: flex; align-items: start; justify-content: space-between; gap: 1rem; }
.now-live-dot { padding: .2rem .42rem; color: white; background: var(--color-field); border: 1px solid rgb(255 255 255 / 28%); border-radius: 999px; font: 700 .68rem var(--font-mono); letter-spacing: .08em; }
.now-items { display: grid; gap: .75rem; margin-top: .9rem; }
.now-items article { padding-top: .7rem; border-top: 1px solid rgb(255 255 255 / 16%); }
.now-items article > span { display: block; color: #aebbc3; font: 600 .67rem var(--font-mono); letter-spacing: .06em; text-transform: uppercase; }
.now-items strong { display: block; margin-top: .12rem; color: white; font-size: .95rem; }
.now-items p { margin: .12rem 0 0; color: #c9d2d8; font-size: .82rem; line-height: 1.4; }
.now-link { display: inline-flex; margin-top: .95rem; color: white; font-weight: 700; text-decoration-color: var(--color-brand-gold); }
.now-link:hover { color: white; }
.major-polls-live { margin: 1.25rem 0; padding: 0; overflow: hidden; }
.major-polls-live summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem; cursor: pointer; list-style: none; }
.major-polls-live summary::-webkit-details-marker { display: none; }
.major-polls-live summary > span:first-child { display: grid; gap: .1rem; }
.major-polls-live summary > span:last-child { color: var(--color-brand-blue); font-weight: 700; }
.major-polls-live[open] summary { border-bottom: 1px solid var(--color-border); }
.major-polls-body { padding: 1rem; }
.major-polls-body > p:first-child { margin-top: 0; color: var(--color-ink-secondary); }
.live-poll-table { margin-top: .75rem; }

@media (max-width: 920px) {
  .home-topline { grid-template-columns: 1fr; gap: 1rem; }
  .college-football-now { max-width: none; }
}

@media (max-width: 760px) {
  .home-topline { margin-bottom: .75rem; }
  .college-football-now { padding: .85rem; }
  .now-items { grid-template-columns: 1fr; }
  .major-polls-live summary { align-items: start; }
  .major-polls-live summary > span:last-child { font-size: .82rem; text-align: right; }
}
