/* 沿用第一版洞察卡片，只补充搜索、响应式和可访问性。 */
.insights-catalog [id]{scroll-margin-top:90px}
.insights-catalog .page-hero{padding:48px 0 28px}
.insights-catalog .page-hero-sub{max-width:38em;text-wrap:balance}
.insights-catalog :is(.hero-eyebrow,.section-eyebrow){color:var(--brand-deep)}
.insights-catalog .block-title{overflow-wrap:anywhere}
.insight-tools{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px 22px;margin:22px auto 0;max-width:700px}
.insight-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;width:360px;max-width:100%;margin:0}
.insight-search input{min-width:0;width:100%;height:44px;padding:10px 14px;border:1px solid #7B8CA8;border-radius:var(--radius-s);background:var(--card);font:inherit;font-size:14px;color:var(--ink)}
.insight-search input::placeholder{color:#59677E;opacity:1}
.insight-search button{min-height:44px;padding:9px 18px;border:1px solid var(--brand-deep);border-radius:var(--radius-s);background:var(--brand-deep);color:#fff;font:inherit;font-size:14px;font-weight:600;cursor:pointer}
.insight-search button:hover{background:#1640B8}
.insight-quick-nav{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}
.insight-quick-nav a{min-height:44px;display:inline-flex;align-items:center;gap:5px;font-size:13px;color:var(--brand-deep);text-underline-offset:4px}
.insight-quick-nav a:hover{text-decoration:underline}
.insights-catalog .insight-section{padding:28px 0 0}
.insights-catalog .insight-industries{padding-top:48px}
.insights-catalog .insight-results{padding-bottom:64px}
.insights-catalog .insight-topic-list{padding-top:24px;padding-bottom:64px}
.insight-topic-links{margin-top:16px}
.insight-topic-heading{margin-bottom:24px}
.insight-search-page h1{overflow-wrap:anywhere}
.insights-catalog .cs-tab{min-height:44px;display:inline-flex;align-items:center;justify-content:center}
.insights-catalog .cs-tab.active{background:var(--brand-deep);border-color:var(--brand-deep)}
.insights-catalog .cs-tab:not(.active):hover{color:var(--brand-deep)}
.insights-catalog .cs-tab .tab-count{color:var(--brand-deep)}
.insights-catalog :is(.in-card,.in-featured,.c-body,.f-body){min-width:0}
.insights-catalog .c-body h3{font-size:15.5px;font-weight:700;line-height:1.55}
.insights-catalog :is(.c-body,.f-body) :is(h3,h4,p){overflow-wrap:anywhere}
.insights-catalog :is(.c-meta,.f-meta){color:#59677E}
.insights-catalog :is(.more,.link-more,.related-more){color:var(--brand-deep)}
.insights-catalog .tag{background:rgba(0,0,0,.42)}
.insights-catalog .c-cover .tag{white-space:nowrap;padding:2px 7px}
.insights-catalog .related-head{flex-wrap:wrap;gap:10px 18px}
.insights-catalog .related-more{min-height:44px;display:inline-flex;align-items:center}
.insight-pagination{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;font-size:14px;margin:28px 0}
.insight-pagination a{min-height:44px;display:inline-flex;align-items:center;padding:8px 20px;border:1px solid var(--line);border-radius:999px;background:var(--card);color:var(--brand-deep)}
.insight-pagination a:hover{border-color:var(--brand-deep)}
.insight-pagination span{color:var(--ink-2)}
.insight-empty{max-width:640px;margin:24px auto;padding:32px;text-align:center;background:var(--card);border:1px solid var(--line);border-radius:var(--radius)}
.insight-empty h3{font-size:20px}
.insight-empty p{color:var(--ink-2);line-height:1.8;margin-top:12px}
.insight-empty a{display:inline-flex;align-items:center;min-height:44px;margin-top:14px;color:var(--brand-deep)}
.insight-sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.insights-catalog :is(a,input,button):focus-visible{outline:3px solid var(--brand-deep);outline-offset:4px}
.insights-catalog [tabindex="-1"]:focus{outline:none}
@media(max-width:600px){
  .insights-catalog .page-hero{padding:34px 0 20px}
  .insights-catalog .page-hero-sub{font-size:15px}
  .insight-tools{gap:4px;margin-top:18px}
  .insight-search{width:100%;max-width:380px}
  .insight-search input{font-size:16px}
  .insights-catalog .insight-section{padding-top:20px}
  .insights-catalog .insight-industries{padding-top:36px}
  .insights-catalog .cs-tabs{gap:8px;margin-bottom:26px}
  .insights-catalog .cs-tab{padding:8px 14px}
  .insights-catalog .c-body p{font-size:14px;line-height:1.8}
  .insights-catalog .c-meta{font-size:12px}
}
@media(max-width:359px){
  .insights-catalog .in-card{grid-template-columns:80px minmax(0,1fr)}
  .insights-catalog .c-cover{padding:10px 6px}
  .insights-catalog .c-body{padding:14px 12px}
}
@media(prefers-reduced-motion:reduce){
  html:has(.insights-catalog){scroll-behavior:auto}
  .insights-catalog :is(.in-card,.in-featured,.cs-tab,.more svg,.link-more svg){transition:none;transform:none}
}
