:root{
  --radius: 18px;
}

.brand-dot{
  width:12px;height:12px;border-radius:50%;
  background: linear-gradient(135deg, #ff7a18, #1e90ff);
  display:inline-block;
}

.channel-chip{
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  border-radius: 999px;
  padding: 6px 10px;
  display:flex; align-items:center; gap:10px;
  transition: transform .08s ease, box-shadow .08s ease;
}
.channel-chip:hover{ transform: translateY(-1px); box-shadow: 0 6px 16px rgba(0,0,0,.06); }
.channel-logo{
  width: 38px; height: 38px; object-fit: contain;
  border-radius: 10px; background:#f8f9fa;
  padding: 5px;
}

.program-card{
  border-radius: var(--radius);
  border: 1px solid rgba(0,0,0,.06);
  overflow:hidden;
}

.program-thumb{
  width: 112px;
  height: 76px;
  object-fit: cover;
  border-radius: 14px;
  background:#e9ecef;
}

.time-pill{
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}

.badge-suit{
  font-size: .72rem;
  padding: .35em .55em;
}

.ad-card{
  position: sticky;
  top: 90px;
  border-radius: var(--radius);
  background:#fff;
  border: 1px solid rgba(0,0,0,.06);
  padding: 14px;
}
.ad-placeholder{
  border: 2px dashed rgba(0,0,0,.15);
  border-radius: 14px;
  padding: 24px;
  text-align:center;
  color: #6c757d;
}

.section-title{
  font-weight: 800;
  letter-spacing: -0.02em;
}
