/* ============================================================
   自闭症儿童（cat_id 207）· 静谧星空 / 冷静专业风
   ============================================================ */
.at-detail { --at: #3A4A8C; --at-d: #232f5e; --at-l: #6E7FC4; --at-star: #C9D4FF; }

.at-head { text-align: left; padding: 14px 0 22px; border-bottom: 2px solid #e7e9f3; margin-bottom: 26px; }
.at-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.at-kicker-star { color: var(--at-l); font-size: 18px; }
.at-kicker-label { font-size: 14px; font-weight: 800; letter-spacing: .14em; color: var(--at); }
.at-kicker-badge { background: #EEF0FA; color: var(--at); padding: 2px 10px; border-radius: 20px; font-size: 12px; font-weight: 700; letter-spacing: 0; }
.at-title { font-size: 32px; line-height: 1.34; font-weight: 800; color: #1f2748; margin: 0 0 16px; letter-spacing: -.01em; }
.at-meta { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #8b93b3; flex-wrap: wrap; }
.at-author { color: var(--at); font-weight: 600; }
.at-dot { color: #c7cce4; }

.at-hero { margin: 0 0 28px; border-radius: 16px; overflow: hidden; box-shadow: 0 14px 40px rgba(58,74,140,.18); }
.at-hero--real img { width: 100%; display: block; max-height: 420px; object-fit: cover; }
.at-hero--fallback { background: linear-gradient(135deg, #2B3A67, #3A4A8C); border: 1px solid #4a5aa0; padding: 30px; position: relative; overflow: hidden; }
.at-hero--fallback::before { content: "✦ ✧ ✦ ✧ ✦"; position: absolute; inset: 0; display: flex; align-items: center; justify-content: space-around; color: rgba(201,212,255,.35); font-size: 22px; letter-spacing: 6px; }
.at-hero--fallback img { position: relative; width: 100%; max-height: 220px; object-fit: contain; border-radius: 12px; }

.at-signals { background: linear-gradient(135deg, #f4f6fc, #eaeef9); border: 1px solid #d6deef; border-left: 4px solid var(--at-l); border-radius: 12px; padding: 18px 20px; margin: 0 0 26px; }
.at-signals-head { font-size: 14px; font-weight: 800; color: var(--at); margin-bottom: 12px; }
.at-signals-list { margin: 0; padding-left: 0; list-style: none; display: flex; flex-direction: column; gap: 9px; }
.at-signals-list li { position: relative; padding-left: 24px; font-size: 14.5px; line-height: 1.6; color: #3a4268; }
.at-signals-list li::before { content: "✶"; position: absolute; left: 0; top: 0; color: var(--at-l); font-size: 14px; }

.at-lead { font-size: 16px; line-height: 1.8; color: #3a4268; background: #f4f6fc; border-radius: 12px; padding: 16px 20px; margin: 0 0 26px; }

.at-disclaimer { background: #fff5f3; border: 1px solid #f3cfc8; border-left: 4px solid #d96a5b; border-radius: 12px; padding: 16px 18px; margin: 28px 0; font-size: 13.5px; line-height: 1.7; color: #8a463c; }
.at-disclaimer strong { color: #c0392b; }

.at-cta { display: flex; align-items: center; gap: 18px; background: linear-gradient(135deg, var(--at-d), var(--at)); border-radius: 16px; padding: 22px 24px; margin: 30px 0 6px; color: #fff; box-shadow: 0 12px 30px rgba(58,74,140,.25); }
.at-cta-icon { font-size: 34px; }
.at-cta-text h3 { margin: 0 0 6px; font-size: 17px; color: #fff; }
.at-cta-text p { margin: 0; font-size: 13.5px; line-height: 1.6; color: rgba(255,255,255,.88); }
.at-cta-btn { flex-shrink: 0; background: #fff; color: var(--at-d); font-weight: 800; text-decoration: none; padding: 11px 20px; border-radius: 24px; font-size: 14px; white-space: nowrap; transition: transform .18s ease; }
.at-cta-btn:hover { transform: translateY(-2px); }

@media (max-width: 600px) {
  .at-title { font-size: 23px; }
  .at-hero--real img { max-height: 240px; }
  .at-cta { flex-direction: column; align-items: flex-start; gap: 12px; }
  .at-cta-btn { align-self: stretch; text-align: center; }
}
