/* AI Video Radar — section styles. Inherits the RealOrAiVideo dark theme
 * (bg #0D0D0F, card #16181D, cream #F5F3EE, gold #C89B3C, Cormorant + Inter).
 * Cache-busted via ?v= in the <link>. */

.radar-hero { padding: 88px 24px 40px; text-align: center; border-bottom: 1px solid rgba(200,155,60,.14); }
.radar-hero--slim { padding: 84px 24px 34px; }
.radar-hero-inner { max-width: 820px; margin: 0 auto; }
.radar-kicker { font-family: 'Barlow Condensed', sans-serif; letter-spacing: .22em; font-weight: 700;
  font-size: 13px; color: #C89B3C; margin: 0 0 14px; text-transform: uppercase; }
.radar-hero h1 { font-family: 'Cormorant Garamond', serif; font-weight: 600; color: #F5F3EE;
  font-size: clamp(30px, 5vw, 52px); line-height: 1.06; margin: 0 0 18px; letter-spacing: -.01em; }
.radar-lede { font-size: 17px; line-height: 1.6; color: #B9B6AE; max-width: 660px; margin: 0 auto; }
.radar-lede a { color: #C89B3C; text-decoration: none; border-bottom: 1px solid rgba(200,155,60,.35); }
.radar-hero-cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 26px; }

.radar-section { max-width: 1140px; margin: 0 auto; padding: 44px 24px; }
.radar-section--alt { background: rgba(255,255,255,.015); }
.radar-h2 { font-family: 'Cormorant Garamond', serif; font-weight: 600; color: #F5F3EE;
  font-size: 30px; margin: 0 0 24px; letter-spacing: -.01em; }
.radar-eyebrow { font-family: 'Barlow Condensed', sans-serif; letter-spacing: .16em; font-weight: 700;
  font-size: 12px; color: #C89B3C; text-transform: uppercase; margin: 0 0 12px; }
.radar-empty { color: #9CA3AF; text-align: center; padding: 40px; }

/* feature (daily winner) */
.radar-feature-wrap { margin-bottom: 36px; }
.radar-card--feature { display: grid; grid-template-columns: 1.35fr 1fr; gap: 0; align-items: stretch; }
.radar-card--feature .radar-body { padding: 30px 30px; display: flex; flex-direction: column; justify-content: center; }
.radar-card--feature .radar-title { font-size: 24px; }
@media (max-width: 720px) { .radar-card--feature { grid-template-columns: 1fr; } }

/* grid of cards */
.radar-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 22px; }

.radar-card { background: #16181D; border: 1px solid rgba(255,255,255,.06); border-radius: 14px;
  overflow: hidden; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.radar-card:hover { transform: translateY(-3px); border-color: rgba(200,155,60,.4);
  box-shadow: 0 16px 40px rgba(0,0,0,.45); }

.radar-media { position: relative; aspect-ratio: 16/9; background: #0A0B0D; }
.radar-play { display: block; width: 100%; height: 100%; padding: 0; border: 0; background: none; cursor: pointer; position: relative; }
.radar-thumb { width: 100%; height: 100%; object-fit: cover; display: block; }
.radar-play-glyph { position: absolute; top: 50%; left: 50%; width: 62px; height: 62px; transform: translate(-50%,-50%);
  border-radius: 50%; background: rgba(13,13,15,.66); border: 1.5px solid rgba(245,243,238,.85); transition: background .18s ease, transform .18s ease; }
.radar-play-glyph::after { content: ''; position: absolute; top: 50%; left: 54%; transform: translate(-50%,-50%);
  border-style: solid; border-width: 11px 0 11px 18px; border-color: transparent transparent transparent #F5F3EE; }
.radar-play:hover .radar-play-glyph { background: rgba(200,155,60,.92); transform: translate(-50%,-50%) scale(1.06); }
.radar-play:hover .radar-play-glyph::after { border-left-color: #0D0D0F; }
.radar-frame { width: 100%; height: 100%; border: 0; display: block; }

.radar-badge { position: absolute; top: 12px; right: 12px; font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; letter-spacing: .04em; font-size: 14px; padding: 4px 10px; border-radius: 999px; color: #0D0D0F; }
.radar-badge--high { background: #E0726B; }
.radar-badge--mod  { background: #C89B3C; }
.radar-badge--low  { background: #3FB68B; }
.radar-badge--muted{ background: #6B7280; color: #F5F3EE; }

.radar-body { padding: 16px 18px 18px; }
.radar-title { font-family: 'Inter', sans-serif; font-weight: 600; font-size: 16px; line-height: 1.32;
  color: #F5F3EE; margin: 0 0 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.radar-meta { font-size: 13px; color: #9CA3AF; margin: 0 0 6px; }
.radar-notable { font-size: 13.5px; color: #B9B6AE; line-height: 1.5; margin: 0 0 10px;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.radar-card--feature .radar-notable { -webkit-line-clamp: 5; font-size: 15px; }
.radar-chan { color: #C7C3BA; }
.radar-band { font-size: 12px; font-weight: 600; margin: 0 0 14px; }
.radar-band--high { color: #E0726B; } .radar-band--mod { color: #C89B3C; }
.radar-band--low { color: #3FB68B; } .radar-band--muted { color: #9CA3AF; }
.radar-actions { display: flex; justify-content: space-between; align-items: center; gap: 10px; font-size: 13px; }
.radar-actions .radar-analyze { color: #C89B3C; text-decoration: none; font-weight: 600; }
.radar-actions a[target] { color: #8B8B8B; text-decoration: none; }
.radar-actions a:hover { text-decoration: underline; }

/* day navigation */
.radar-daynav { display: flex; justify-content: space-between; align-items: center; gap: 16px;
  margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); font-size: 14px; }
.radar-daynav a { color: #C89B3C; text-decoration: none; }
.radar-daynav a:hover { text-decoration: underline; }

/* explanatory note block */
.radar-note { background: rgba(255,255,255,.02); border-top: 1px solid rgba(255,255,255,.06); }
.radar-note-inner { max-width: 780px; margin: 0 auto; padding: 48px 24px; }
.radar-note-inner h2 { font-family: 'Cormorant Garamond', serif; font-weight: 600; color: #F5F3EE; font-size: 26px; margin: 0 0 16px; }
.radar-note-inner p { color: #B9B6AE; line-height: 1.7; margin: 0 0 14px; font-size: 15.5px; }
.radar-note-inner a { color: #C89B3C; text-decoration: none; border-bottom: 1px solid rgba(200,155,60,.3); }

/* archive list */
.radar-arch-month { margin-bottom: 34px; }
.radar-arch-month h2 { font-family: 'Cormorant Garamond', serif; color: #F5F3EE; font-size: 24px; margin: 0 0 14px; }
.radar-arch-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.radar-arch-list a { display: grid; grid-template-columns: 150px 1fr auto; gap: 16px; align-items: center;
  padding: 12px 16px; background: #16181D; border: 1px solid rgba(255,255,255,.05); border-radius: 10px;
  text-decoration: none; transition: border-color .15s ease; }
.radar-arch-list a:hover { border-color: rgba(200,155,60,.4); }
.radar-arch-date { color: #C89B3C; font-weight: 600; font-size: 14px; }
.radar-arch-top { color: #D6D2C9; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.radar-arch-n { color: #6B7280; font-size: 12px; }
@media (max-width: 620px) { .radar-arch-list a { grid-template-columns: 1fr; gap: 4px; } }

/* winners list */
.radar-winlist { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 14px; }
.radar-winrow { display: grid; grid-template-columns: 160px 1fr; gap: 14px; align-items: center;
  background: #16181D; border: 1px solid rgba(255,255,255,.06); border-radius: 12px; overflow: hidden; text-decoration: none;
  transition: border-color .15s ease, transform .15s ease; }
.radar-winrow:hover { border-color: rgba(200,155,60,.45); transform: translateY(-2px); }
.radar-winrow--week { border-color: rgba(200,155,60,.3); }
.radar-winrow img { width: 160px; height: 90px; object-fit: cover; display: block; }
.radar-winrow-body { padding: 8px 12px 8px 0; }
.radar-winrow-date { color: #C89B3C; font-weight: 700; font-size: 12px; letter-spacing: .03em; margin: 0 0 4px; text-transform: uppercase; font-family: 'Barlow Condensed', sans-serif; }
.radar-winrow-title { color: #F5F3EE; font-size: 15px; font-weight: 600; line-height: 1.3; margin: 0 0 5px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.radar-winrow-meta { color: #9CA3AF; font-size: 12.5px; margin: 0; }

/* leaderboard */
.radar-lb { width: 100%; border-collapse: collapse; font-size: 14px; }
.radar-lb th { text-align: left; color: #C89B3C; font-family: 'Barlow Condensed', sans-serif; letter-spacing: .08em;
  text-transform: uppercase; font-size: 12px; padding: 10px 12px; border-bottom: 1px solid rgba(200,155,60,.2); }
.radar-lb td { color: #D6D2C9; padding: 11px 12px; border-bottom: 1px solid rgba(255,255,255,.05); }
.radar-lb-rank { color: #6B7280; font-weight: 700; }
