/* ===== iOS — Discover New ===== */
.new-section-wrap {
  display: flex; flex-direction: column; gap: 14px; color: var(--ios-text);
}

.new-section-header {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 12px;
}
.new-section-header-main { min-width: 0; }

.new-section-kicker {
  display: inline-block; margin-bottom: 6px; padding: 4px 10px; border-radius: 10px;
  background: var(--ios-pink-bg); color: var(--ios-pink-text);
  font-size: 11px; font-weight: 600; letter-spacing: 0.03em;
}
.new-section-title { font-size: 22px; line-height: 1.2; font-weight: 700; letter-spacing: -0.01em; }
.new-section-header-hint { flex-shrink: 0; color: var(--ios-text-secondary); font-size: 13px; }

.new-section-featured {
  position: relative; overflow: hidden; border-radius: var(--r-lg);
  background: var(--ios-card);
}
.new-section-featured-media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.new-section-featured-image { display: block; width: 100%; height: 100%; object-fit: cover; }

.new-section-featured-image-fallback {
  display: flex; align-items: center; justify-content: center;
  width: 100%; height: 100%;
  background: #e5e5ea; color: rgba(255,255,255,0.7); font-size: 42px; font-weight: 700;
}
.new-section-featured-media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.02), rgba(0,0,0,0.18) 42%, rgba(0,0,0,0.65));
}
.new-section-featured-content {
  position: relative; z-index: 1; margin-top: -72px; padding: 0 16px 16px;
}
.new-section-featured-topline {
  display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 10px;
}
.new-section-featured-pill, .new-section-featured-heat {
  display: inline-flex; align-items: center; min-height: 28px; padding: 0 12px;
  border-radius: 14px; font-size: 12px; font-weight: 500;
}
.new-section-featured-pill { background: rgba(255,255,255,0.2); color: #fff; }
.new-section-featured-heat { background: rgba(0,0,0,0.3); color: #fff; }

.new-section-featured-title { margin-bottom: 8px; font-size: 24px; line-height: 1.24; font-weight: 700; color: #fff; letter-spacing: -0.01em; }
.new-section-featured-meta, .new-section-featured-desc { color: rgba(255,255,255,0.8); }
.new-section-featured-meta { margin-bottom: 8px; font-size: 13px; }
.new-section-featured-desc { margin-bottom: 14px; font-size: 13px; line-height: 1.5; }

.new-section-featured-footer {
  display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap;
}
.new-section-update-text, .new-section-featured-reason {
  min-height: 30px; display: inline-flex; align-items: center;
  border-radius: 14px; padding: 0 12px; font-size: 12px; font-weight: 400;
}
.new-section-update-text { background: rgba(255,255,255,0.16); color: #fff; }
.new-section-featured-reason { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.8); }

.new-section-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }

.new-section-card {
  overflow: hidden; border-radius: var(--r-lg);
  background: var(--ios-card);
}

.new-section-card-media { position: relative; aspect-ratio: 3 / 4; overflow: hidden; }
.new-section-card-media::after {
  content: ''; position: absolute; inset: auto 0 0; height: 42%;
  background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.55));
  pointer-events: none;
}
.new-section-card-image { display: block; width: 100%; height: 100%; object-fit: cover; }

.new-section-card-image-fallback {
  display: flex; align-items: center; justify-content: center;
  width: 100%; height: 100%;
  background: #e5e5ea; color: rgba(255,255,255,0.7); font-size: 28px; font-weight: 700;
}

.new-section-badge, .new-section-badge-featured {
  position: absolute; left: 10px; top: 10px; z-index: 1;
  display: inline-flex; align-items: center; min-height: 24px; padding: 0 10px;
  border-radius: 12px; background: var(--ios-pink); color: #fff;
  font-size: 11px; font-weight: 600;
}
.new-section-badge-featured { left: 14px; top: 14px; }

.new-section-card-update {
  position: absolute; left: 10px; right: 10px; bottom: 10px; z-index: 1;
  min-height: 28px; display: inline-flex; align-items: center; justify-content: center;
  padding: 0 10px; border-radius: 12px;
  background: rgba(0,0,0,0.35); backdrop-filter: blur(10px);
  color: #fff; font-size: 12px; font-weight: 500; text-align: center;
}

.new-section-card-body { padding: 12px 12px 14px; }
.new-section-card-title {
  margin-bottom: 6px; font-size: 15px; line-height: 1.35; font-weight: 500; color: var(--ios-text);
}
.new-section-card-meta { min-height: 18px; margin-bottom: 10px; color: var(--ios-text-secondary); font-size: 13px; }
.new-section-card-footer {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
}
.new-section-card-episodes, .new-section-card-heat {
  display: inline-flex; align-items: center; min-height: 24px; padding: 0 10px;
  border-radius: 6px; font-size: 12px; font-weight: 500;
}
.new-section-card-episodes { background: rgba(118,118,128,0.10); color: var(--ios-text-secondary); }
.new-section-card-heat { background: var(--ios-pink-bg); color: var(--ios-pink-text); }

.new-section-empty {
  padding: 40px 18px; border-radius: var(--r-lg);
  background: var(--ios-card);
  color: var(--ios-text-secondary); font-size: 14px; line-height: 1.6; text-align: center;
}

@media (max-width: 420px) {
  .new-section-title { font-size: 20px; }
  .new-section-featured-title { font-size: 21px; }
  .new-section-grid { gap: 10px; }
}
