/* 南京 - 六朝古都青绿主题 */
:root {
  --rq-primary: #1f6b4e;
  --rq-primary-deep: #144a36;
  --rq-accent: #65b692;
  --rq-soft: #e9f4ee;
  --rq-grad-1: #1f6b4e;
  --rq-grad-2: #65b692;
}
.rq-section-eyebrow { background: var(--rq-primary); }
.rq-cat-title { border-left-color: var(--rq-primary); }
.rq-banner-art { background: linear-gradient(135deg, rgba(31,107,78,0.22), rgba(101,182,146,0.15)); }
