/* LaoBiz 企业查询模块 */
.company-module { --company-accent: #0d4f4f; --company-glow: rgba(13, 79, 79, 0.12); --company-hero-header: 68px; }
.company-main { min-height: 60vh; }

/* Guest quota soft login wall */
.gq-wall {
  display: flex;
  justify-content: center;
  padding: 48px 16px 72px;
}
.gq-wall-card {
  width: min(560px, 100%);
  padding: 32px 28px;
  border-radius: 16px;
  border: 1px solid rgba(13, 79, 82, 0.14);
  background: linear-gradient(165deg, #fff 0%, #f7fbfb 100%);
  box-shadow: 0 18px 40px rgba(11, 18, 32, 0.06);
}
.gq-wall-eyebrow {
  margin: 0 0 10px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--co-accent, #0d4f52);
}
.gq-wall-card h1 {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 3vw, 1.7rem);
  line-height: 1.3;
  color: var(--co-ink, #0b1220);
}
.gq-wall-lead {
  margin: 0 0 16px;
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--co-muted, #5b6573);
}
.gq-wall-usage {
  list-style: none;
  margin: 0 0 20px;
  padding: 12px 14px;
  display: grid;
  gap: 6px;
  border-radius: 10px;
  background: rgba(13, 79, 82, 0.05);
  font-size: 0.88rem;
  color: var(--co-ink, #0b1220);
}
.gq-wall-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}
.gq-wall-links {
  margin: 0;
  font-size: 0.85rem;
  color: var(--co-muted, #5b6573);
}
.gq-wall-links a {
  color: var(--co-accent, #0d4f52);
  text-decoration: none;
}
.gq-wall-links a:hover { text-decoration: underline; }
.gq-wall-links span { margin: 0 6px; opacity: 0.5; }

/* —— 首屏全屏 Hero —— */
.company-hero {
  background: linear-gradient(160deg, #062f2f 0%, #0a4545 38%, #0d5c5c 68%, #157a6e 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.company-hero--splash {
  min-height: calc(100svh - var(--company-hero-header));
  min-height: calc(100dvh - var(--company-hero-header));
  display: flex;
  align-items: stretch;
  padding: clamp(32px, 5vh, 56px) 0 clamp(28px, 4vh, 48px);
}
.company-hero-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 55% at 50% -10%, rgba(255, 255, 255, 0.14), transparent 55%),
    radial-gradient(circle at 85% 75%, rgba(212, 175, 55, 0.12), transparent 42%),
    radial-gradient(circle at 10% 60%, rgba(255, 255, 255, 0.06), transparent 40%);
  pointer-events: none;
}
.company-hero-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: clamp(20px, 3.5vh, 36px);
  flex: 1;
}
.company-hero-copy { max-width: 820px; }
.company-hero-inner { position: relative; z-index: 1; max-width: 720px; }
.company-hero--compact {
  padding: 40px 0 48px;
  min-height: auto;
  overflow: visible;
  z-index: 20;
}
.company-hero--compact .company-hero-inner {
  position: relative;
  z-index: 30;
  overflow: visible;
  margin: 0 auto;
}
.company-search-anchor {
  position: relative;
  z-index: 40;
}
.company-hero--paged {
  padding: 28px 0 32px;
}
.company-hero--paged .company-hero-shell {
  gap: 20px;
}
.company-hero--paged h1 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  margin-bottom: 8px;
}
.company-lead--paged {
  font-size: .95rem;
  opacity: .85;
  margin: 0;
}
.company-hero-back {
  color: inherit;
  text-decoration: none;
  opacity: .9;
}
.company-hero-back:hover { text-decoration: underline; }
.company-hub--paged { padding-top: 8px; }
.company-section--recent {
  scroll-margin-top: calc(var(--company-hero-header) + 12px);
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.company-hero--compact .company-search-anchor { margin-top: 8px; }
.company-eyebrow {
  font-size: clamp(.72rem, 1.6vw, .82rem);
  opacity: .88;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.company-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5.5vw, 3.25rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 12px;
  letter-spacing: .02em;
}
.company-hero-en {
  font-size: clamp(.92rem, 2.2vw, 1.12rem);
  opacity: .84;
  margin: 0 0 18px;
  letter-spacing: .04em;
  font-weight: 400;
  line-height: 1.4;
}
.search-data-note {
  margin: 0 0 14px;
  max-width: 40em;
  font-size: .82rem;
  line-height: 1.55;
  opacity: .72;
}
.company-hero--compact .search-data-note {
  margin: 4px auto 16px;
}
.ip-hero .search-data-note {
  margin: 8px auto 0;
  opacity: .68;
}
.company-hero-en--sub {
  font-size: clamp(.78rem, 1.8vw, .88rem);
  opacity: .68;
  margin: 14px 0 0;
  line-height: 1.55;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.company-lead {
  font-size: clamp(.95rem, 2vw, 1.08rem);
  opacity: .92;
  margin: 0;
  line-height: 1.7;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.company-lead strong,
.company-hero-en strong { color: #fff; font-weight: 600; }

/* —— 居中搜索 —— */
.company-search-form--hero {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
.search-input-wrap--hero {
  display: flex;
  gap: 10px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 16px;
  padding: 8px 8px 8px 6px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}
.search-input-wrap--hero input {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  color: var(--ink, #1a2e2e);
  font-size: clamp(.95rem, 2vw, 1.05rem);
  padding: 14px 18px;
  outline: none;
}
.search-input-wrap--hero input::placeholder { color: #8a9a9a; }
.btn-search-hero {
  flex-shrink: 0;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 12px;
  white-space: nowrap;
}
.company-search-form--hero .search-hint {
  font-size: .8rem;
  opacity: .72;
  margin: 12px 0 0;
  text-align: center;
}

/* 兼容旧版搜索条（搜索页等） */
.company-search-form { margin-top: 8px; }
.search-input-wrap {
  display: flex;
  gap: 10px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 14px;
  padding: 8px;
  backdrop-filter: blur(8px);
}
.search-input-wrap input {
  flex: 1;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 1rem;
  padding: 12px 16px;
  outline: none;
}
.search-input-wrap input::placeholder { color: rgba(255,255,255,.55); }
.search-hint { font-size: .8rem; opacity: .7; margin: 10px 0 0 4px; }

/* —— 首屏 KPI 四格 —— */
.company-hero-kpis {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(10px, 2vw, 16px);
  margin-top: clamp(8px, 2vh, 16px);
}
.company-hero-kpi {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  padding: clamp(14px, 2.5vw, 20px) clamp(12px, 2vw, 18px);
  backdrop-filter: blur(10px);
  text-align: center;
  transition: background .2s ease, border-color .2s ease;
}
.company-hero-kpi:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
}
.company-hero-kpi--primary {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}
.company-hero-kpi--accent {
  background: rgba(212, 175, 55, 0.12);
  border-color: rgba(212, 175, 55, 0.35);
}
.company-hero-kpi .kpi-source {
  font-size: .62rem;
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: .05em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
  line-height: 1.3;
}
.company-hero-kpi .kpi-num {
  display: block;
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 700;
  color: #fff;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
}
.company-hero-kpi--primary .kpi-num { font-size: clamp(1.4rem, 3.5vw, 2rem); }
.company-hero-kpi .kpi-label {
  font-size: .8rem;
  color: rgba(255, 255, 255, 0.95);
  margin-top: 5px;
  display: block;
  font-weight: 500;
}
.company-hero-kpi .kpi-label-en {
  font-size: .68rem;
  color: rgba(255, 255, 255, 0.58);
  margin-top: 2px;
  display: block;
}

.company-hub { padding: 40px 0 64px; }

/* 内容区 KPI（保留给其他页面复用） */
.company-kpi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
  margin-bottom: 40px;
}
.company-kpi {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 22px 20px;
  box-shadow: 0 4px 20px var(--company-glow);
}
.company-kpi .kpi-num { display: block; font-size: 1.65rem; font-weight: 700; color: var(--company-accent); font-variant-numeric: tabular-nums; }
.company-kpi .kpi-label { font-size: .82rem; color: var(--ink); margin-top: 4px; display: block; font-weight: 500; }
.company-kpi .kpi-label-en { font-size: .72rem; color: var(--muted); margin-top: 2px; display: block; }
.company-kpi .kpi-source { font-size: .68rem; color: var(--muted); letter-spacing: .04em; text-transform: uppercase; display: block; margin-bottom: 6px; }
.company-kpi--primary { border-color: var(--company-accent); box-shadow: 0 6px 24px var(--company-glow); }
.company-kpi--primary .kpi-num { font-size: 1.85rem; }
.company-kpi--muted { background: #f8faf9; }
.company-kpi-grid--registry { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }

@media (max-width: 900px) {
  .company-hero-kpis { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .company-module { --company-hero-header: 60px; }
  .company-hero--splash {
    min-height: auto;
    padding: 28px 0 32px;
  }
  .company-hero-shell { gap: 24px; }
  .company-hero h1 { font-size: 1.85rem; }
  .search-input-wrap--hero {
    flex-direction: column;
    padding: 10px;
    border-radius: 14px;
  }
  .search-input-wrap--hero input { padding: 12px 14px; text-align: left; }
  .btn-search-hero { width: 100%; padding: 13px 20px; }
  .company-hero-kpis { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .company-hero-kpi { padding: 14px 10px; }
  .company-hero-kpi .kpi-num { font-size: 1.2rem; }
  .company-hero-kpi--primary .kpi-num { font-size: 1.35rem; }
  .company-hero-kpi .kpi-source { font-size: .58rem; }
  .company-lead,
  .company-hero-en--sub { font-size: .88rem; }
}
@media (max-width: 380px) {
  .company-hero-kpis { grid-template-columns: 1fr 1fr; }
}
.company-stats-note {
  background: linear-gradient(135deg, #f4faf9 0%, #fff 100%);
  border: 1px solid var(--border);
  border-left: 4px solid var(--company-accent);
  border-radius: 12px;
  padding: 18px 20px;
  margin-bottom: 40px;
  font-size: .9rem;
  line-height: 1.65;
  color: var(--ink);
}
.company-stats-note-en { margin: 10px 0 0; font-size: .8rem; color: var(--muted); line-height: 1.55; }
.section-desc { margin: -8px 0 14px; }
.company-section { margin-bottom: 40px; }
.company-section h2 { font-size: 1.15rem; margin-bottom: 16px; }
.section-head-row { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.section-more { font-size: .85rem; color: var(--company-accent, #0d6b4f); font-weight: 600; white-space: nowrap; }

/* —— 行业检索关键词 chips（首屏） —— */
.company-industry-chips {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.company-industry-chips .chips-label { font-size: .82rem; color: rgba(255,255,255,.7); }
.industry-chip {
  display: inline-flex;
  align-items: center;
  padding: 5px 14px;
  border-radius: 999px;
  font-size: .84rem;
  color: #fff;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  transition: background .15s ease, border-color .15s ease;
}
.industry-chip:hover { background: rgba(255,255,255,.22); border-color: rgba(255,255,255,.4); }

/* —— 省份入口网格 —— */
.province-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
}
.province-tile {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.province-tile:hover {
  border-color: var(--company-accent, #0d6b4f);
  box-shadow: 0 4px 16px rgba(13, 79, 79, .08);
  transform: translateY(-1px);
}
.province-tile-zh { font-weight: 600; color: var(--ink); font-size: .98rem; }
.province-tile-en { font-size: .76rem; color: var(--muted); }
.province-tile-lo { font-size: .78rem; color: var(--muted); }
.province-tile-n { margin-top: 4px; font-size: .82rem; color: var(--company-accent, #0d6b4f); font-weight: 600; }

@media (max-width: 640px) {
  .province-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* —— 最近更新：横向自动滚动跑马灯（紧凑，不占高度） —— */
.recent-marquee {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}
.recent-track {
  display: flex;
  gap: 12px;
  width: max-content;
  animation: recent-scroll 60s linear infinite;
}
.recent-marquee:hover .recent-track,
.recent-marquee:focus-within .recent-track { animation-play-state: paused; }
@keyframes recent-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.recent-chip {
  flex: 0 0 auto;
  width: 232px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fff;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.recent-chip:hover {
  border-color: var(--company-accent, #0d6b4f);
  box-shadow: 0 3px 12px rgba(13, 79, 79, .08);
}
.recent-chip-top { display: flex; align-items: center; gap: 7px; min-width: 0; }
.recent-chip-name {
  font-weight: 600;
  font-size: .9rem;
  color: var(--ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.status-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; background: #9ca3af; }
.status-dot.status-active { background: #22c55e; }
.status-dot.status-pause { background: #f59e0b; }
.status-dot.status-stop { background: #ef4444; }
.recent-chip-meta { display: flex; align-items: center; gap: 6px; font-size: .76rem; color: var(--muted); }
.recent-chip-prov { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.recent-chip-sep { opacity: .5; }
.recent-chip-date { white-space: nowrap; flex-shrink: 0; }
.recent-more-line { margin: 12px 0 0; text-align: right; }

/* —— 热门查询（分页内链） —— */
.company-section--hot { margin-top: 8px; }
.hot-query { margin-top: 4px; }
.hot-query-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
}
.hot-query-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fafcfb;
  text-decoration: none;
  color: inherit;
  transition: border-color .15s, box-shadow .15s;
}
.hot-query-item:hover {
  border-color: var(--company-accent, #0d6b4f);
  box-shadow: 0 2px 8px var(--company-glow, rgba(13, 79, 79, 0.12));
}
.hot-query.is-paged .hot-query-item { display: none; }
.hot-query.is-paged .hot-query-item.is-visible { display: flex; }
.hot-query-top { display: flex; align-items: center; gap: 7px; min-width: 0; }
.hot-query-name {
  font-size: .9rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hot-query-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: .76rem;
  color: var(--muted);
  flex-wrap: wrap;
}
.hot-query-sep { opacity: .5; }
.hot-query-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 14px;
}
.hot-query-btn {
  appearance: none;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--ink);
  border-radius: 8px;
  padding: 6px 14px;
  font-size: .85rem;
  cursor: pointer;
}
.hot-query-btn:hover:not(:disabled) {
  border-color: var(--company-accent, #0d6b4f);
  color: var(--company-accent, #0d6b4f);
}
.hot-query-btn:disabled {
  opacity: .4;
  cursor: default;
}
.hot-query-page { min-width: 4.5em; text-align: center; }
.detail-panel--hot { margin-top: 24px; }

/* legacy aliases (warmed HTML may still reference) */
.company-section--discover { margin-top: 8px; }
.discover-chips {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
}
.discover-chip {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fafcfb;
  text-decoration: none;
  color: inherit;
}
.detail-panel--discover { margin-top: 24px; }

@media (prefers-reduced-motion: reduce) {
  .recent-track { animation: none; }
  .recent-marquee { overflow-x: auto; }
}

/* —— 搜索页：本地化引导（行业 / 省份内链） —— */
.company-lead--search { margin: 8px 0 14px; }
.industry-chip--light {
  color: var(--ink);
  background: #f1f5f4;
  border-color: var(--border);
}
.industry-chip--light:hover {
  background: #e2efec;
  border-color: var(--company-accent, #0d6b4f);
}
.company-industry-chips--light { margin-top: 8px; }
.search-discover {
  margin: 40px 0 24px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  display: grid;
  gap: 24px;
}
.search-discover-title {
  font-size: 1rem;
  margin: 0 0 12px;
  color: var(--ink);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
.search-prov-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}
.search-prov-links a {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  padding: 6px 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-size: .86rem;
  color: var(--ink);
  background: #fff;
  transition: border-color .15s ease, background .15s ease;
}
.search-prov-links a:hover { border-color: var(--company-accent, #0d6b4f); background: #f7fbfa; }
.search-prov-links a .muted { font-size: .76rem; }
.prov-bars { display: grid; gap: 10px; }
.prov-bar-row { display: grid; grid-template-columns: minmax(96px, 132px) 1fr 72px; gap: 12px; align-items: center; font-size: .88rem; }
.prov-label { color: var(--ink); }
.prov-i18n { position: relative; cursor: help; border-bottom: 1px dotted rgba(13, 79, 79, .35); display: inline-block; line-height: 1.35; }
.prov-i18n-main { font-weight: 500; }
.prov-i18n-tip {
  position: absolute;
  left: 0;
  bottom: calc(100% + 8px);
  z-index: 20;
  min-width: 180px;
  max-width: 280px;
  padding: 8px 10px;
  border-radius: 8px;
  background: #1f2937;
  color: #f9fafb;
  font-size: .75rem;
  line-height: 1.5;
  font-weight: 400;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
  pointer-events: none;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .15s ease, transform .15s ease;
  white-space: normal;
}
.prov-i18n-tip::after {
  content: '';
  position: absolute;
  left: 16px;
  top: 100%;
  border: 6px solid transparent;
  border-top-color: #1f2937;
}
.prov-i18n:hover .prov-i18n-tip,
.prov-i18n:focus-visible .prov-i18n-tip {
  opacity: 1;
  transform: translateY(0);
}
.prov-track { height: 8px; background: #eee; border-radius: 4px; overflow: hidden; }
.prov-fill { height: 100%; background: linear-gradient(90deg, var(--company-accent), #2a9d8f); border-radius: 4px; }
.prov-n { text-align: right; color: var(--muted); font-variant-numeric: tabular-nums; }
.company-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px;
}
.company-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 20px;
  transition: box-shadow .2s, border-color .2s;
}
.company-card:hover { border-color: #2a9d8f; box-shadow: 0 8px 28px var(--company-glow); }
.company-card-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 10px; margin-bottom: 8px; }
.company-card h3 { margin: 0; font-size: 1rem; line-height: 1.4; }
.company-card h3 a { color: var(--ink); text-decoration: none; }
.company-card h3 a:hover { color: var(--company-accent); }
.company-lo { font-size: .85rem; color: var(--muted); margin: 0 0 12px; line-height: 1.4; }
.company-card-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; margin: 0; font-size: .82rem; }
.company-card-meta dt { color: var(--muted); font-weight: 500; }
.company-card-meta dd { margin: 0; }
.company-card-meta code { font-size: .78rem; background: #f4f6f6; padding: 2px 6px; border-radius: 4px; }
.card-link { display: inline-block; margin-top: 12px; font-size: .85rem; color: var(--company-accent); font-weight: 500; }
.status-pill { font-size: .72rem; padding: 3px 10px; border-radius: 20px; white-space: nowrap; font-weight: 600; }
.status-pill.lg { font-size: .8rem; padding: 4px 12px; }
.status-active { background: #e6f4ef; color: #0d6b4f; }
.status-pause { background: #fff4e5; color: #b45309; }
.status-stop { background: #fce8e8; color: #b91c1c; }
.status-unknown { background: #f0f0f0; color: #666; }
.company-empty { text-align: center; padding: 48px 24px; background: var(--surface); border-radius: 14px; color: var(--muted); }
.company-cta-band {
  text-align: center;
  padding: 32px;
  background: linear-gradient(135deg, #f8faf9, #eef6f4);
  border-radius: 14px;
  border: 1px solid var(--border);
}
.company-detail { padding: 20px 0 64px; background: #f3f6f8; min-height: 60vh; }
.container--detail { max-width: 1280px; }
.detail-breadcrumb { margin-bottom: 16px; }

/* —— 详情顶栏（天眼查式信息卡） —— */
.detail-hero-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(13, 79, 79, 0.08);
  box-shadow: 0 4px 24px rgba(13, 79, 79, 0.06);
  margin-bottom: 20px;
  overflow: hidden;
}
.detail-hero-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding: 28px 32px 20px;
}
.detail-hero-main { flex: 1; min-width: min(100%, 520px); }
.detail-hero-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.detail-hero-main h1 {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.8vw, 2.05rem);
  line-height: 1.3;
  margin: 0 0 6px;
  color: var(--ink);
}
.detail-subtitle { color: var(--muted); margin: 0 0 4px; font-size: .95rem; }
.detail-hero-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
  min-width: 148px;
}
.detail-hero-actions .btn { justify-content: center; text-align: center; }

.detail-kpi-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  border-top: 1px solid var(--border);
  background: linear-gradient(180deg, #f8fbfb 0%, #fff 100%);
}
.detail-kpi-item {
  padding: 18px 16px;
  text-align: center;
  border-right: 1px solid var(--border);
  min-width: 0;
}
.detail-kpi-item:last-child { border-right: none; }
.detail-kpi-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2px;
  font-size: .72rem;
  color: var(--muted);
  margin-bottom: 8px;
  letter-spacing: .02em;
}
.detail-kpi-label .info-tip-body { left: 50%; transform: translateX(-50%); }
.detail-kpi-label .info-tip-body::after { left: 50%; margin-left: -6px; }
.detail-kpi-value {
  display: block;
  font-size: .92rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.35;
  word-break: break-word;
}
.detail-kpi-value.is-highlight { color: #0d6b4f; }
.detail-kpi-value.is-mono code,
.detail-kpi-value code {
  font-size: .88rem;
  background: transparent;
  padding: 0;
  color: inherit;
  font-weight: 600;
}

.detail-freshness-sep,
.detail-status-sep { margin: 0 6px; opacity: .45; }

.detail-status-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin: 0;
  padding: 7px 32px;
  border-top: 1px solid var(--border);
  background: #fafbfc;
  font-size: .78rem;
  line-height: 1.4;
  color: var(--muted);
}
.detail-status-bar--pending { background: #fffbeb; }
.detail-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .02em;
  color: #64748b;
}
.detail-status-pill--live { color: #166534; }
.detail-status-pill--pending { color: #92400e; }
.detail-status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  opacity: .85;
  flex-shrink: 0;
}
.detail-status-pill--live .detail-status-dot {
  background: #22c55e;
  box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.2);
}
.detail-status-pill--pending .detail-status-dot {
  background: #f59e0b;
  box-shadow: 0 0 0 2px rgba(245, 158, 11, 0.2);
}
.detail-status-meta { color: var(--muted); }
.detail-status-meta time { font-weight: 600; color: #475569; }

/* legacy alias for event timeline separators */
.detail-freshness-main time { font-weight: 600; color: var(--ink); }

/* —— 主栏 + 侧栏 —— */
.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 20px;
  align-items: start;
}
.detail-main { display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.detail-aside { min-width: 0; }
.detail-aside-inner {
  position: sticky;
  top: calc(var(--company-hero-header, 68px) + 16px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.detail-panel {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.04);
}
.detail-panel--full { margin-top: 20px; padding: 22px; }
.detail-panel--compact .detail-dl--stack { padding: 0 20px 16px; }
.detail-panel-head {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 22px 14px;
  border-bottom: 1px solid var(--border);
  background: linear-gradient(180deg, #fafcfc 0%, #fff 100%);
  min-height: 52px;
  box-sizing: border-box;
}
.detail-panel-head h2 {
  font-size: 1rem;
  margin: 0;
  color: var(--company-accent);
  font-weight: 600;
  line-height: 1.25;
  display: flex;
  align-items: center;
}
.detail-panel-desc {
  margin: 0;
  padding: 12px 22px 0;
  font-size: .82rem;
  color: var(--muted);
  line-height: 1.55;
}
.detail-panel--cta { padding: 20px 22px; }
.detail-panel--cta .detail-panel-head { padding: 0 0 12px; border: none; background: none; }
.detail-panel--service {
  background: linear-gradient(145deg, #062f2f 0%, #0d5c5c 100%);
  border-color: transparent;
  color: #fff;
}
.detail-service-title { margin: 0 0 8px; font-size: 1rem; color: #fff; }
.detail-service-desc { margin: 0 0 16px; font-size: .85rem; line-height: 1.55; opacity: .9; }
.detail-panel--service .detail-aside-meta { margin: 12px 0 0; opacity: .65; color: #fff; }
.detail-claim-text { margin: 0 0 8px; font-size: .88rem; color: var(--muted); line-height: 1.5; }
.detail-claim-status { margin: 0 0 14px; font-size: .9rem; }
.btn-block { display: block; width: 100%; box-sizing: border-box; }

.detail-dl { margin: 0; }
.detail-dl--grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.detail-dl--grid > div {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 12px;
  padding: 14px 22px;
  font-size: .88rem;
  border-bottom: 1px solid #f0f2f4;
  align-items: start;
}
.detail-dl--grid > div:nth-last-child(-n+2) { border-bottom: none; }
.detail-dl--grid dt { color: var(--muted); font-weight: 500; padding-top: 1px; }
.detail-dl--grid dd { margin: 0; word-break: break-word; color: var(--ink); }
.detail-dl--grid dd code {
  font-size: .84rem;
  background: #f4f7f7;
  padding: 2px 8px;
  border-radius: 6px;
  color: var(--ink);
}
.detail-dl--stack { display: grid; gap: 0; }
.detail-dl--stack > div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 10px;
  padding: 10px 0;
  font-size: .86rem;
  border-bottom: 1px solid #f0f2f4;
}
.detail-dl--stack > div:last-child { border-bottom: none; }
.detail-dl--stack dt { color: var(--muted); font-weight: 500; }
.detail-dl--stack dd { margin: 0; word-break: break-word; }

.company-detail-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}
.detail-title-block h1 { font-family: var(--font-display); font-size: clamp(1.5rem, 3vw, 2rem); margin: 12px 0 8px; }
.detail-tin { font-size: .9rem; color: var(--muted); }
.detail-tin code { font-size: 1rem; color: var(--ink); background: #f0f4f4; padding: 2px 8px; border-radius: 6px; }
.vat-badge, .source-badge { font-size: .7rem; padding: 2px 8px; border-radius: 4px; font-weight: 600; }
.vat-badge { background: #dbeafe; color: #1d4ed8; }
.source-badge { background: #f3e8ff; color: #6b21a8; }
.cred-badge { font-size: .68rem; padding: 2px 8px; border-radius: 4px; font-weight: 600; vertical-align: middle; }
.cred-badge--dip { background: #ecfdf5; color: #047857; border: 1px solid #a7f3d0; }
.cred-badge--gacc { background: #fff7ed; color: #c2410c; border: 1px solid #fdba74; }
.cred-badge--ip { background: #eff6ff; color: #1d4ed8; border: 1px solid #bfdbfe; text-decoration: none; }
.detail-cred-sub {
  font-size: .82rem;
  font-weight: 700;
  margin: 0;
  padding: 16px 22px 4px;
  color: var(--company-accent, #0f766e);
  line-height: 1.4;
}
.detail-dl + .detail-cred-sub,
.company-ip-table-wrap + .detail-cred-sub {
  padding-top: 20px;
  border-top: 1px solid #f0f2f4;
}
.detail-cred-list { margin: 0 0 14px; padding-left: 1.1rem; font-size: .88rem; line-height: 1.45; }
.detail-cred-list li { margin-bottom: 10px; }

/* —— GACC 备案 —— */
.co-gacc-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 16px 22px 22px;
}
.co-gacc-card {
  margin: 0;
  padding: 16px 18px 14px;
  border: 1px solid var(--border, #e5e7eb);
  border-radius: 12px;
  background: #fafbfc;
}
.co-gacc-card.is-suspended {
  border-color: #fdba74;
  background: #fffbeb;
}
.co-gacc-card.is-cancelled {
  opacity: .78;
  border-style: dashed;
  background: #f9fafb;
}
.co-gacc-card-hd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 14px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}
.co-gacc-cat {
  margin: 0;
  font-size: .95rem;
  font-weight: 650;
  color: var(--ink, #1a1a1a);
  line-height: 1.35;
}
.co-gacc-state {
  display: inline-flex;
  align-items: center;
  font-size: .72rem;
  font-weight: 650;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 999px;
  white-space: nowrap;
}
.co-gacc-state--active { background: #ecfdf5; color: #047857; }
.co-gacc-state--suspended { background: #fff7ed; color: #c2410c; }
.co-gacc-state--expired,
.co-gacc-state--cancelled { background: #f3f4f6; color: #6b7280; }
.co-gacc-state--unknown { background: #f3f4f6; color: #6b7280; }
.co-gacc-dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;
  margin: 0;
}
.co-gacc-dl > div {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.co-gacc-dl-wide { grid-column: 1 / -1; }
.co-gacc-dl dt {
  margin: 0;
  font-size: .72rem;
  font-weight: 600;
  color: var(--muted, #6b7280);
  letter-spacing: .02em;
}
.co-gacc-dl dd {
  margin: 0;
  font-size: .88rem;
  line-height: 1.5;
  color: var(--ink, #1a1a1a);
  word-break: break-word;
}
.co-gacc-dl code {
  font-size: .84rem;
  background: #fff;
  border: 1px solid #e8ecef;
  padding: 2px 8px;
  border-radius: 6px;
}
@media (max-width: 640px) {
  .co-gacc-dl { grid-template-columns: 1fr; }
  .co-gacc-list { padding: 14px 16px 18px; }
  .co-gacc-card { padding: 14px 14px 12px; }
}

.detail-cred-refs { margin: 0; }
.detail-actions { display: flex; gap: 10px; align-items: flex-start; flex-wrap: wrap; }
.detail-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.detail-panel--wide { grid-column: 1 / -1; }
.detail-panel h2 { font-size: 1rem; margin: 0 0 16px; color: var(--company-accent); }
.detail-dl > div { display: grid; grid-template-columns: 100px 1fr; gap: 12px; font-size: .9rem; }
.detail-dl dt { color: var(--muted); font-weight: 500; }
.detail-dl dd { margin: 0; word-break: break-word; }
.field-reserved { font-size: .7rem; color: #999; margin-left: 6px; }
.refresh-msg { padding: 12px 16px; border-radius: 8px; margin-bottom: 20px; font-size: .9rem; }
.refresh-msg.ok { background: #e6f4ef; color: #0d6b4f; }
.refresh-msg.err { background: #fce8e8; color: #b91c1c; }
.search-suggest {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 8px;
  background: #fff;
  border: 1px solid rgba(13, 79, 79, 0.12);
  border-radius: 12px;
  box-shadow: 0 16px 48px rgba(11, 18, 32, 0.18);
  overflow-x: hidden;
  overflow-y: auto;
  max-height: min(420px, 55vh);
  z-index: 80;
  color: var(--ink, #0b1220);
}
.company-search-form {
  position: relative;
  z-index: 2;
}
.company-search-anchor .company-search-form { margin-top: 0; }
.company-search-results {
  position: relative;
  z-index: 1;
  padding: 32px 0 64px;
}
.suggest-item {
  display: block;
  padding: 12px 16px;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--border);
}
.suggest-item:last-child { border-bottom: none; }
.suggest-item:hover { background: #f5faf9; }
.suggest-item strong { display: block; font-size: .95rem; }
.suggest-item span { font-size: .8rem; color: var(--muted); }

.detail-panel-head .panel-tag {
  margin-left: auto;
  flex-shrink: 0;
  align-self: center;
}
.detail-main .scope-block { margin: 0 22px 20px; }
.detail-panel--ids .detail-dl--grid { padding-bottom: 4px; }

/* Detail enhancements */
.company-desc {
  margin: 16px 0 4px;
  max-width: 52rem;
  font-size: .95rem;
  line-height: 1.7;
  color: #3a4548;
}
.name-i18n-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0 4px;
}
.name-i18n-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  font-size: .88rem;
  background: #f6f9fa;
  border: 1px solid #e8eeef;
  border-radius: 10px;
  padding: 12px 14px;
  min-height: 68px;
}
.name-i18n-item.is-pending .name-i18n-value { color: var(--muted); font-style: italic; }
.name-i18n-label { color: var(--muted); font-size: .72rem; font-weight: 500; letter-spacing: .02em; }
.name-i18n-value { line-height: 1.45; word-break: break-word; }
.trans-badge, .field-hint { font-size: .68rem; padding: 2px 7px; border-radius: 4px; background: #f0f0ec; color: #888; margin-left: 6px; }
.trans-badge.is-error { background: #fdecec; color: #b42318; }

.js-translate-btn {
  display: inline;
  margin: 0 0 0 .25em;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: #8a9699;
  font: inherit;
  font-size: .85em;
  line-height: inherit;
  cursor: pointer;
  vertical-align: baseline;
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.js-translate-btn:hover:not(:disabled) {
  color: var(--company-accent, #2a9d8f);
}
.js-translate-btn:disabled { opacity: .7; cursor: wait; text-decoration: none; }
.js-translate-btn.is-error { color: #b42318; }
.js-translate-out {
  display: none;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
  color: inherit;
  opacity: .78;
  font: inherit;
  font-style: normal;
  line-height: inherit;
  white-space: normal;
}
.js-translate-out.is-show {
  display: inline;
}
.js-translate-out.is-error { color: #b42318; opacity: 1; }
.scope-zh .js-translate-btn--scope {
  margin-left: .25em;
  vertical-align: baseline;
}

.info-tip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: -0.15em;
  margin-left: 5px;
  color: #6b7280;
  cursor: help;
  outline: none;
}
.info-tip-icon { display: block; width: 15px; height: 15px; }
.info-tip:hover,
.info-tip:focus-visible { color: var(--company-accent, #2a9d8f); }
.info-tip-body {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%);
  z-index: 30;
  min-width: 200px;
  max-width: min(280px, 70vw);
  padding: 10px 12px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--border, #e5e7eb);
  box-shadow: 0 8px 24px rgba(15, 23, 42, .12);
  font-size: .78rem;
  line-height: 1.5;
  color: var(--ink, #1a1a1a);
  font-weight: 400;
  text-align: left;
  white-space: normal;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .15s ease, visibility .15s ease;
}
.info-tip-body::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top-color: #fff;
}
.info-tip-body a { color: var(--gold, #b8860b); text-decoration: underline; }
.info-tip:hover .info-tip-body,
.info-tip:focus-visible .info-tip-body,
.info-tip.is-open .info-tip-body {
  opacity: 1;
  visibility: visible;
}
.scope-zh-label .info-tip-body,
.name-i18n-label .info-tip-body { left: 0; transform: none; }
.scope-zh-label .info-tip-body::after,
.name-i18n-label .info-tip-body::after { left: 10px; margin-left: 0; }
.panel-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .72rem;
  font-weight: 600;
  line-height: 1;
  height: 22px;
  padding: 0 9px;
  border-radius: 20px;
  background: #e8f2f2;
  color: var(--company-accent);
  box-sizing: border-box;
  white-space: nowrap;
}
.detail-hint-banner { background: #fffbeb; border: 1px solid #fcd34d; border-radius: 10px; padding: 14px 18px; margin-bottom: 20px; font-size: .9rem; line-height: 1.55; }
.detail-hint-banner--registry { background: #f0f9ff; border-color: #7dd3fc; color: #0c4a6e; }
.detail-hint-banner--superseded { background: #fef2f2; border-color: #fca5a5; color: #991b1b; }
.detail-hint-banner--superseded a { color: #b45309; font-weight: 600; }
.detail-hint-banner--successor { background: #eff6ff; border-color: #93c5fd; color: #1e3a8a; }
.detail-hint-banner--successor code { background: rgba(255,255,255,.65); padding: 1px 6px; border-radius: 4px; }
.registry-badge { font-size: .68rem; padding: 2px 8px; border-radius: 4px; background: #e0f2fe; color: #0369a1; margin-left: 8px; vertical-align: middle; }
.scope-block { background: #f8faf9; border-radius: 10px; padding: 16px 18px; }
.scope-lo { margin: 0 0 12px; line-height: 1.55; }
.scope-zh { margin: 0; padding-top: 12px; border-top: 1px dashed var(--border); }
.scope-zh.is-pending { color: var(--muted); font-style: italic; }
.scope-zh-label { font-size: .75rem; color: var(--muted); margin-right: 8px; }
.scope-lang-label {
  display: inline-block;
  min-width: 3.2em;
  margin-right: 8px;
  font-size: .72rem;
  color: var(--muted);
  font-weight: 650;
}
.scope-en { margin: 6px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.scope-en.is-pending { font-style: italic; }
.scope-ref-note {
  margin: 10px 0 0;
  font-size: .72rem;
  line-height: 1.45;
  color: var(--muted);
}
.trans-badge--reviewed,
.trans-badge--ref { background: #e8f5ef; color: #176b4d; }
.person-meta,
.address-meta {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: .7rem;
  font-weight: 400;
  line-height: 1.4;
}
.detail-panel--map {
  overflow: visible;
}
.co-map-body {
  padding: 16px 22px 20px;
}
.company-map {
  height: 380px;
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--border, #e5e7eb);
  z-index: 0;
  isolation: isolate;
  background: #eef2f4;
  position: relative;
}
.company-map.leaflet-container {
  font: inherit;
  background: #eef2f4;
}
.company-map-fallback {
  margin: 8px 0 0;
}
.company-map-fallback[hidden] {
  display: none !important;
}
.company-map .leaflet-div-icon.map-pin,
.company-map.leaflet-container .leaflet-div-icon.map-pin {
  background: transparent;
  border: none;
}
.map-pin span {
  display: block;
  width: 14px;
  height: 14px;
  background: #2a9d8f;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,.25);
}
.map-pin--main span {
  width: 22px;
  height: 22px;
  background: #c9a227;
  margin-left: -4px;
}

.co-nearby {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px dashed var(--border, #e5e7eb);
}
.co-nearby-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}
.co-nearby-head h3 {
  margin: 0;
  font-size: .92rem;
  font-weight: 650;
  color: var(--company-accent, #0d4f4f);
}
.co-nearby-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  max-height: 420px;
  overflow-y: auto;
}
@media (min-width: 720px) {
  .co-nearby-list {
    grid-template-columns: 1fr 1fr;
    gap: 0 8px;
  }
}
.co-nearby-list li { margin: 0; min-width: 0; }
.co-nearby-item {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 10px 8px;
  border-radius: 10px;
  border-bottom: 1px solid #f0f2f4;
}
.co-nearby-item:hover { background: #f8fafc; }
.co-nearby-top {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 3px;
  min-width: 0;
}
.co-nearby-name {
  flex: 1;
  min-width: 0;
  font-size: .88rem;
  font-weight: 650;
  color: var(--co-ink, #111827);
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.co-nearby-item:hover .co-nearby-name { color: var(--co-accent, #0d5c5c); }
.co-nearby-dist {
  flex-shrink: 0;
  font-size: .72rem;
  font-weight: 600;
  color: #0f766e;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-radius: 999px;
  padding: 1px 8px;
  line-height: 1.4;
}
.co-nearby-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 6px;
  padding-left: 18px;
  font-size: .76rem;
  color: var(--co-muted, #6b7280);
}
.co-nearby-meta code {
  font-size: .72rem;
  background: #f4f7f7;
  padding: 1px 6px;
  border-radius: 4px;
  color: #374151;
}
.co-nearby-empty { padding: 4px 0 8px; }

.detail-panel--map.detail-panel--full { padding: 22px; }
.detail-panel--map .map-head h2 { margin: 0; font-size: 1rem; color: var(--company-accent); }
.map-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 8px; margin-bottom: 12px; }
.detail-dl--tax dd { word-break: break-word; }
.company-sync-note {
  margin: 28px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  font-size: .72rem;
  line-height: 1.6;
  color: #9ca3af;
  text-align: center;
}

/* —— 企业变更时间线 —— */
.detail-panel--events .detail-panel-desc { margin-bottom: 4px; }
.company-event-timeline {
  list-style: none;
  margin: 0;
  padding: 14px 22px 22px 40px;
  position: relative;
  border-left: 0;
}
.company-event-timeline::before {
  content: '';
  position: absolute;
  left: 27px;
  top: 22px;
  bottom: 28px;
  width: 2px;
  background: #e5e9ec;
  border-radius: 1px;
}
.company-event-item {
  position: relative;
  padding: 0 0 22px 16px;
}
.company-event-item:last-child { padding-bottom: 2px; }
.company-event-marker {
  position: absolute;
  left: -19px;
  top: 0.4em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--company-accent, #0d4f4f);
  box-shadow: 0 0 0 3px rgba(13, 79, 79, 0.08);
  box-sizing: border-box;
  z-index: 1;
}
.company-event-item--status .company-event-marker { border-color: #c2410c; box-shadow: 0 0 0 3px rgba(194, 65, 12, 0.1); }
.company-event-item--address .company-event-marker { border-color: #2563eb; }
.company-event-item--tax .company-event-marker { border-color: #7c3aed; }
.company-event-item--tin_superseded .company-event-marker,
.company-event-item--tin_successor .company-event-marker { border-color: #dc2626; box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.08); }
.company-event-summary {
  margin: 0 0 8px;
  font-size: .95rem;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.45;
}
.company-event-diff { margin: 0 0 6px; line-height: 1.55; }
.company-event-ids { margin: 0 0 6px; line-height: 1.55; }
.company-event-ids code { font-size: .85em; }
.company-event-old { text-decoration: line-through; opacity: .75; }
.company-event-new { color: var(--company-accent, #0d4f4f); font-weight: 600; }
.company-event-arrow { opacity: .45; }
.company-event-meta { margin: 0; }

@media (max-width: 1024px) {
  .detail-layout { grid-template-columns: 1fr; }
  .detail-aside-inner { position: static; }
  .detail-aside { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .detail-aside .detail-panel--service { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
  .company-event-timeline {
    padding: 12px 16px 18px 34px;
  }
  .company-event-timeline::before {
    left: 21px;
  }
  .detail-hero-top { padding: 20px 18px 4px; flex-direction: column; }
  .detail-status-bar { padding: 7px 18px; }
  .detail-hero-actions { flex-direction: row; width: 100%; min-width: 0; }
  .detail-hero-actions .btn { flex: 1; }
  .detail-kpi-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .detail-kpi-item:nth-child(2n) { border-right: none; }
  .detail-kpi-item { border-bottom: 1px solid var(--border); }
  .name-i18n-strip { grid-template-columns: 1fr; }
  .detail-dl--grid { grid-template-columns: 1fr; }
  .detail-dl--grid > div:nth-last-child(-n+2) { border-bottom: 1px solid #f0f2f4; }
  .detail-dl--grid > div:last-child { border-bottom: none; }
  .detail-aside { grid-template-columns: 1fr; }
  .detail-main .scope-block { margin: 0 16px 16px; }
}

@media (max-width: 480px) {
  .container--detail { padding: 0 16px; }
  .detail-kpi-strip { grid-template-columns: 1fr; }
  .detail-kpi-item { border-right: none; }
}

/* 知识产权搜索 / 企业详情 IP 区块 */
.ip-switch { margin: 0 0 8px; font-size: .9rem; color: var(--muted); display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.ip-switch a { color: var(--company-accent, #2a9d8f); text-decoration: none; }
.ip-switch a:hover { text-decoration: underline; }
.ip-kind-filters { display: flex; flex-wrap: wrap; gap: 12px 16px; margin-top: 12px; font-size: .88rem; color: var(--muted); }
.ip-kind-filters label { display: inline-flex; align-items: center; gap: 6px; cursor: pointer; }

/* 深绿 Hero 上禁止用 --muted（深灰），保证对比度 */
.ip-hero .ip-switch,
.ip-hero .ip-switch strong,
.ip-hero .ip-lead,
.ip-hero .ip-kind-filters,
.ip-hero .company-hero-en,
.ip-hero .company-hero-en--sub {
  color: rgba(255, 255, 255, 0.92);
}
.ip-hero .company-hero-en {
  margin: 0 0 10px;
  opacity: .9;
}
.ip-hero .company-hero-en--sub {
  margin: 0 0 14px;
  opacity: .78;
  text-align: left;
  max-width: 40em;
}
.ip-hero .ip-lead {
  margin: 0 0 8px;
  font-size: clamp(.95rem, 2vw, 1.05rem);
  line-height: 1.65;
  opacity: 1;
  max-width: 40em;
}
.ip-hero .ip-switch a {
  color: #ffe8a3;
  text-decoration: none;
  font-weight: 500;
}
.ip-hero .ip-switch a:hover { color: #fff; text-decoration: underline; }
.ip-hero .ip-switch span[aria-hidden] { opacity: .55; color: #fff; }
.ip-hero h1 { color: #fff; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); }
.ip-hero .ip-kind-filters label { color: rgba(255, 255, 255, 0.9); }
.ip-hero .company-search-form .search-input-wrap {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}
.ip-hero .company-search-form .search-input-wrap input {
  color: #1a2e2e;
}
.ip-hero .company-search-form .search-input-wrap input::placeholder {
  color: #7a8a8a;
}

.ip-hub-stats { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; margin: 28px auto 20px; }
.ip-stat { background: #fff; border: 1px solid var(--border, #e6e9ec); border-radius: 12px; padding: 18px 16px; text-align: center; }
.ip-stat a { text-decoration: none; color: inherit; display: block; }
.ip-stat a:hover .ip-stat-n { color: var(--company-accent, #0d4f4f); }
.ip-stat-n { display: block; font-size: 1.6rem; font-weight: 700; color: var(--ink, #1a2e2e); }
.ip-stat-l { color: #5a6b6b; font-size: .88rem; display: block; }
.ip-stat-en { display: block; margin-top: 2px; font-size: .72rem; color: #7a8a8a; letter-spacing: .02em; }
.ip-search-empty { margin: 8px 0 24px; max-width: 40em; }
.ip-search-empty p { margin: 0 0 8px; line-height: 1.65; color: #3d4f4f; }
.ip-search-empty .muted { color: #5a6b6b; }

.ip-hub-section { margin: 8px auto 40px; }
.ip-hub-section-head {
  display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
  margin: 0 0 14px; flex-wrap: wrap;
}
.ip-hub-section-head h2 {
  margin: 0; font-size: 1.2rem; color: var(--ink, #1a2e2e); font-family: var(--font-display, Georgia, serif);
}
.ip-hub-section-head p { margin: 0; font-size: .88rem; color: #5a6b6b; }
.ip-hub-section-head a { color: var(--company-accent, #0d4f4f); font-size: .88rem; }
.ip-cards--grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px;
}
.ip-cards--grid .ip-card { margin: 0; }
.ip-cards { display: flex; flex-direction: column; gap: 14px; }
.ip-card { display: grid; grid-template-columns: 88px 1fr; gap: 14px; background: #fff; border: 1px solid var(--border, #e6e9ec); border-radius: 12px; padding: 14px; }
.ip-card-thumb { display: flex; align-items: center; justify-content: center; background: #f7f8f9; border-radius: 8px; overflow: hidden; min-height: 88px; }
.ip-card-thumb img { max-width: 100%; max-height: 88px; object-fit: contain; }
.ip-card-thumb--empty { background: repeating-linear-gradient(-45deg,#f7f8f9,#f7f8f9 6px,#f0f2f4 6px,#f0f2f4 12px); }
.ip-card-head { display: flex; gap: 8px; align-items: center; margin-bottom: 6px; }
.ip-card h3 { margin: 0 0 8px; font-size: 1rem; line-height: 1.4; }
.ip-card h3 a { color: var(--ink); text-decoration: none; }
.ip-card h3 a:hover { color: var(--company-accent, #2a9d8f); }
.ip-card-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 14px; margin: 0; font-size: .82rem; }
.ip-card-meta dt { color: var(--muted); }
.ip-card-meta dd { margin: 0; }
.ip-hero .ip-kind-pill {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.ip-hero .status-pill {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.ip-hero .ip-lead .ip-kind-pill,
.ip-hero .ip-lead .status-pill { margin-right: 6px; vertical-align: middle; }

.ip-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 12px; }
.ip-gallery-item {
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--border, #e6e9ec); border-radius: 10px; background: #fafbfc;
  min-height: 140px; padding: 10px; cursor: zoom-in;
  transition: border-color .15s, box-shadow .15s;
}
button.ip-gallery-item {
  width: 100%; font: inherit; color: inherit; appearance: none;
}
.ip-gallery-item:hover {
  border-color: var(--company-accent, #0d4f4f);
  box-shadow: 0 6px 18px rgba(13, 79, 79, 0.12);
}
.ip-gallery-item img { max-width: 100%; max-height: 160px; object-fit: contain; pointer-events: none; }

.ip-detail .detail-layout { align-items: start; }
.ip-summary-panel { padding-bottom: 8px; }
.ip-summary {
  margin: 0 0 8px; font-size: 1.02rem; line-height: 1.75; color: var(--ink, #1a2e2e);
}
.ip-summary-en {
  margin: 0; font-size: .9rem; line-height: 1.65; color: #5a6b6b;
}
.ip-party-list a { color: var(--company-accent, #0d4f4f); font-weight: 600; text-decoration: none; }
.ip-party-list a:hover { text-decoration: underline; }

.ip-lightbox[hidden] { display: none !important; }
.ip-lightbox {
  position: fixed; inset: 0; z-index: 10050;
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
}
.ip-lightbox-backdrop {
  position: absolute; inset: 0; border: 0; padding: 0;
  background: rgba(10, 20, 20, 0.78); cursor: zoom-out;
}
.ip-lightbox-dialog {
  position: relative; z-index: 1; max-width: min(920px, 96vw); max-height: 92vh;
  background: #fff; border-radius: 12px; padding: 16px;
  box-shadow: 0 24px 64px rgba(0,0,0,.35);
}
.ip-lightbox-img {
  display: block; max-width: 100%; max-height: calc(92vh - 48px);
  margin: 0 auto; object-fit: contain;
}
.ip-lightbox-close {
  position: absolute; top: 6px; right: 10px; border: 0; background: transparent;
  font-size: 1.6rem; line-height: 1; cursor: pointer; color: #333; padding: 4px 8px;
}
.ip-lightbox-close:hover { color: #000; }

@media (max-width: 900px) {
  .ip-detail.detail-layout { grid-template-columns: 1fr; }
  .ip-detail .detail-aside { display: block; }
}
.company-ip-table-wrap { overflow-x: auto; margin: 0 14px 18px; }
.company-ip-table { width: 100%; border-collapse: collapse; font-size: .86rem; }
.company-ip-table th, .company-ip-table td { padding: 10px 8px; border-bottom: 1px solid #eef1f3; text-align: left; vertical-align: middle; }
.company-ip-table th { color: var(--muted); font-weight: 600; background: #fafbfc; }
.company-ip-thumb img { width: 48px; height: 48px; object-fit: contain; background: #f7f8f9; border-radius: 6px; }
@media (max-width: 768px) {
  .ip-card { grid-template-columns: 64px 1fr; }
  .ip-hub-stats { grid-template-columns: 1fr; }
  .ip-card-meta { grid-template-columns: 1fr; }
}

/* —— IP 详情产品页（企查查 / SaaS 数据风格） —— */
body.ip-detail-page {
  background-color: #f4f6f8;
  background-image: none;
  font-family: var(--font-sans);
}
body.ip-detail-page .company-main { background: transparent; }

.ip-pro {
  --ip-card: #fff;
  --ip-ink: #111827;
  --ip-muted: #6b7280;
  --ip-line: #e5e7eb;
  --ip-soft: #f9fafb;
  --ip-accent: #0f766e;
  --ip-radius: 14px;
  --ip-shadow: 0 1px 2px rgba(17, 24, 39, 0.04), 0 8px 24px rgba(17, 24, 39, 0.05);
  padding: 16px 0 64px;
  color: var(--ip-ink);
}
.ip-pro .card {
  background: var(--ip-card);
  border: 1px solid var(--ip-line);
  border-radius: var(--ip-radius);
  box-shadow: var(--ip-shadow);
}
/* .ip-pro .card 的白底会盖住 CTA 渐变，需更高优先级 */
.ip-pro .ip-pro-cta.card {
  background: linear-gradient(165deg, #0f766e 0%, #115e59 55%, #134e4a 100%);
  border: none;
  color: #fff;
  box-shadow: 0 12px 32px rgba(15, 118, 110, .28);
}
.ip-pro .ip-pro-cta.card h2,
.ip-pro .ip-pro-cta.card p,
.ip-pro .ip-pro-cta.card .ip-pro-cta-eyebrow {
  color: #fff;
}
.ip-pro .ip-pro-cta.card .ip-pro-cta-link {
  color: rgba(255, 255, 255, .88);
}
.ip-pro-wrap { max-width: 1120px; }
.ip-pro-crumb {
  display: flex; flex-wrap: wrap; gap: 8px; align-items: center;
  font-size: .84rem; color: var(--ip-muted); margin: 0 0 14px;
}
.ip-pro-crumb a { color: var(--ip-accent); text-decoration: none; font-weight: 500; }
.ip-pro-crumb a:hover { text-decoration: underline; }
.ip-pro-crumb-current { color: #374151; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.ip-pro-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, .9fr);
  gap: 0;
  overflow: hidden;
  margin-bottom: 16px;
}
.ip-pro-hero-main { padding: 22px 24px 20px; }
.ip-pro-hero-side {
  padding: 22px 22px 20px;
  background: linear-gradient(180deg, #f8fafc 0%, #f3f4f6 100%);
  border-left: 1px solid var(--ip-line);
}
.ip-pro-hero-top { display: flex; gap: 8px; align-items: center; margin-bottom: 10px; flex-wrap: wrap; }
.ip-pro-type {
  font-size: .72rem; font-weight: 700; letter-spacing: .04em;
  color: var(--ip-accent); background: #ecfdf5; border: 1px solid #a7f3d0;
  border-radius: 999px; padding: 3px 10px;
}
.ip-pro-badge {
  display: inline-flex; align-items: center; font-size: .75rem; font-weight: 700;
  border-radius: 999px; padding: 3px 10px;
}
.ip-pro-badge.status-active { background: #ecfdf5; color: #047857; }
.ip-pro-badge.status-pause { background: #fffbeb; color: #b45309; }
.ip-pro-badge.status-stop { background: #fef2f2; color: #b91c1c; }
.ip-pro-badge.status-unknown { background: #f3f4f6; color: #4b5563; }
.ip-pro-title {
  margin: 0 0 10px; font-size: clamp(1.45rem, 2.6vw, 1.9rem);
  font-weight: 750; line-height: 1.25; letter-spacing: -.02em;
  font-family: var(--font-sans);
}
.ip-pro-desc { margin: 0 0 6px; color: #374151; font-size: .95rem; line-height: 1.7; font-weight: 450; }
.ip-pro-desc-en { margin: 0 0 16px; color: var(--ip-muted); font-size: .84rem; line-height: 1.6; }
.ip-pro-kpis { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.ip-pro-kpi {
  min-width: 120px; padding: 10px 12px; border-radius: 12px;
  background: var(--ip-soft); border: 1px solid var(--ip-line);
}
.ip-pro-kpi-l { display: block; font-size: .72rem; color: var(--ip-muted); margin-bottom: 4px; }
.ip-pro-kpi-v { font-size: .92rem; font-weight: 650; color: var(--ip-ink); }
.ip-pro-kpi-v code { font-size: .88rem; }
.ip-pro-side-row + .ip-pro-side-row { margin-top: 14px; padding-top: 14px; border-top: 1px dashed #d1d5db; }
.ip-pro-side-l { display: block; font-size: .72rem; color: var(--ip-muted); margin-bottom: 4px; }
.ip-pro-side-v { font-size: .9rem; line-height: 1.55; color: #1f2937; font-weight: 500; word-break: break-word; }

.ip-pro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 16px;
  align-items: start;
}
.ip-pro-main { display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.ip-pro-card { padding: 18px 20px 20px; }
.ip-pro-card-head {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  margin-bottom: 14px; flex-wrap: wrap;
}
.ip-pro-card-head h2 {
  margin: 0; font-size: 1.05rem; font-weight: 700; letter-spacing: -.01em;
  font-family: var(--font-sans);
}
.ip-pro-card-hint { font-size: .78rem; color: var(--ip-muted); }
.ip-pro-card-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.ip-pro-btn {
  appearance: none; border: 1px solid #99f6e4; background: #ecfdf5; color: #0f766e;
  border-radius: 999px; padding: 6px 12px; font-size: .8rem; font-weight: 650; cursor: pointer;
  text-decoration: none; display: inline-flex; align-items: center;
}
.ip-pro-btn:hover { background: #d1fae5; }
.ip-pro-btn--ghost { background: #fff; border-color: var(--ip-line); color: #374151; }
.ip-pro-btn--ghost:hover { background: var(--ip-soft); }

.ip-pro-mark { display: flex; flex-direction: column; gap: 12px; }
.ip-pro-mark-stage {
  appearance: none; border: 1px solid var(--ip-line); background:
    linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  border-radius: 14px; min-height: 220px; padding: 24px;
  display: flex; align-items: center; justify-content: center; cursor: zoom-in;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}
.ip-pro-mark-stage img { max-width: min(100%, 360px); max-height: 260px; object-fit: contain; }
.ip-pro-mark--empty .ip-pro-mark-placeholder {
  min-height: 200px; border-radius: 14px; border: 1px dashed #d1d5db;
  background: repeating-linear-gradient(-45deg, #f9fafb, #f9fafb 8px, #f3f4f6 8px, #f3f4f6 16px);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  color: #6b7280; text-align: center; padding: 24px;
}
.ip-pro-mark-placeholder strong { color: #111827; font-size: 1.1rem; }
.ip-pro-mark-thumbs { display: flex; gap: 8px; flex-wrap: wrap; }
.ip-pro-mark-thumbs .ip-gallery-item {
  width: 64px; min-height: 64px; height: 64px; padding: 6px; border-radius: 10px; cursor: pointer;
}
.ip-pro-mark-thumbs .ip-gallery-item.is-active {
  border-color: var(--ip-accent); box-shadow: 0 0 0 2px rgba(15, 118, 110, .18);
}
.ip-pro-mark-thumbs .ip-gallery-item img { max-height: 52px; }

.ip-pro-facts {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  margin: 0; border-top: 1px solid var(--ip-line);
}
.ip-pro-facts > div {
  display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 10px;
  padding: 12px 8px; border-bottom: 1px solid var(--ip-line); align-items: start;
}
.ip-pro-facts dt { margin: 0; color: var(--ip-muted); font-size: .82rem; font-weight: 500; }
.ip-pro-facts dd { margin: 0; font-size: .92rem; color: #111827; line-height: 1.55; word-break: break-word; }
.ip-pro-facts--full { grid-column: 1 / -1; }
.ip-pro-goods { margin: 0; padding-left: 1.1em; }
.ip-pro-goods li { margin: 0 0 4px; color: #374151; font-size: .88rem; }

.ip-pro-timeline {
  list-style: none; margin: 0; padding: 8px 0 0;
  display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px;
}
.ip-pro-tl-item { position: relative; text-align: center; padding-top: 28px; }
.ip-pro-tl-item::before {
  content: ""; position: absolute; top: 11px; left: 0; right: 0; height: 2px;
  background: #e5e7eb; z-index: 0;
}
.ip-pro-tl-item:first-child::before { left: 50%; }
.ip-pro-tl-item:last-child::before { right: 50%; }
.ip-pro-tl-item.is-done::before,
.ip-pro-tl-item.is-current::before { background: #99f6e4; }
.ip-pro-tl-dot {
  position: absolute; top: 4px; left: 50%; transform: translateX(-50%);
  width: 16px; height: 16px; border-radius: 50%; z-index: 1;
  background: #fff; border: 2px solid #d1d5db;
}
.ip-pro-tl-item.is-done .ip-pro-tl-dot { background: #14b8a6; border-color: #0f766e; }
.ip-pro-tl-item.is-current .ip-pro-tl-dot {
  background: #fff; border-color: #0f766e; box-shadow: 0 0 0 4px rgba(15, 118, 110, .16);
}
.ip-pro-tl-item.is-failed .ip-pro-tl-dot { background: #ef4444; border-color: #b91c1c; }
.ip-pro-tl-body strong { display: block; font-size: .84rem; margin-bottom: 4px; }
.ip-pro-tl-body time,
.ip-pro-tl-now,
.ip-pro-tl-fail { font-size: .75rem; color: var(--ip-muted); }
.ip-pro-tl-fail { color: #b91c1c; }

.ip-pro-relate-block + .ip-pro-relate-block { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--ip-line); }
.ip-pro-relate-block h3 { margin: 0 0 10px; font-size: .92rem; font-weight: 700; }
.ip-pro-company {
  display: block; text-decoration: none; color: inherit;
  padding: 14px 16px; border-radius: 12px; border: 1px solid var(--ip-line);
  background: linear-gradient(135deg, #f0fdfa 0%, #fff 55%);
}
.ip-pro-company:hover { border-color: #99f6e4; box-shadow: var(--ip-shadow); }
.ip-pro-company-name { font-weight: 700; font-size: 1rem; margin-bottom: 6px; }
.ip-pro-company-meta { display: flex; flex-wrap: wrap; gap: 8px 12px; font-size: .8rem; color: var(--ip-muted); }
.ip-pro-company-go { display: inline-block; margin-top: 10px; color: var(--ip-accent); font-size: .84rem; font-weight: 650; }

.ip-pro-mini-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.ip-pro-mini-list a {
  display: flex; flex-wrap: wrap; gap: 6px 10px; align-items: baseline;
  padding: 10px 12px; border-radius: 10px; border: 1px solid var(--ip-line);
  text-decoration: none; color: inherit; background: #fff;
}
.ip-pro-mini-list a:hover { border-color: #99f6e4; background: #f8fffd; }
.ip-pro-mini-title { font-weight: 650; font-size: .9rem; }
.ip-pro-mini-meta { font-size: .78rem; color: var(--ip-muted); }
.ip-pro-kind-chip {
  font-size: .68rem; font-weight: 700; color: var(--ip-accent);
  background: #ecfdf5; border-radius: 6px; padding: 2px 6px;
}

.ip-pro-similar-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 10px;
}
.ip-pro-similar {
  display: flex; flex-direction: column; gap: 8px; text-decoration: none; color: inherit;
  border: 1px solid var(--ip-line); border-radius: 12px; padding: 10px; background: #fff;
}
.ip-pro-similar:hover { border-color: #99f6e4; box-shadow: var(--ip-shadow); }
.ip-pro-similar-thumb {
  height: 88px; border-radius: 10px; background: var(--ip-soft);
  display: flex; align-items: center; justify-content: center; overflow: hidden;
  font-weight: 700; color: #9ca3af;
}
.ip-pro-similar-thumb img { max-width: 100%; max-height: 80px; object-fit: contain; }
.ip-pro-similar-body strong { display: block; font-size: .84rem; line-height: 1.35; margin-bottom: 2px; }
.ip-pro-similar-body span { font-size: .74rem; color: var(--ip-muted); }

.ip-pro-aside { position: relative; }
.ip-pro-cta {
  position: sticky; top: 84px; padding: 18px 16px 16px;
  background: linear-gradient(165deg, #0f766e 0%, #115e59 55%, #134e4a 100%);
  color: #fff; border: none; box-shadow: 0 12px 32px rgba(15, 118, 110, .28);
}
.ip-pro-cta-eyebrow { margin: 0 0 6px; font-size: .72rem; opacity: .8; letter-spacing: .06em; text-transform: uppercase; }
.ip-pro-cta h2 { margin: 0 0 8px; font-size: 1.05rem; font-weight: 750; line-height: 1.35; color: #fff; }
.ip-pro-cta p { margin: 0 0 14px; font-size: .84rem; line-height: 1.55; opacity: .9; }
.ip-pro-cta .btn { box-shadow: none; }
.ip-pro-cta-link {
  display: block; margin-top: 12px; text-align: center;
  color: rgba(255,255,255,.88); font-size: .8rem; text-decoration: none;
}
.ip-pro-cta-link:hover { color: #fff; text-decoration: underline; }
.ip-pro .ip-party-list a { color: var(--ip-accent); font-weight: 650; }
.ip-pro-abstract p { margin: 0 0 12px; line-height: 1.7; font-size: .92rem; color: #374151; }
.ip-pro-abstract p:last-child { margin-bottom: 0; }
.ip-pro-abstract p.muted { color: #4b5563; }

@media (max-width: 960px) {
  .ip-pro-hero { grid-template-columns: 1fr; }
  .ip-pro-hero-side { border-left: 0; border-top: 1px solid var(--ip-line); }
  .ip-pro-grid { grid-template-columns: 1fr; }
  .ip-pro-cta { position: static; }
  .ip-pro-timeline { grid-template-columns: 1fr; gap: 0; }
  .ip-pro-tl-item {
    display: grid; grid-template-columns: 24px 1fr; gap: 10px;
    text-align: left; padding: 10px 0 10px 0;
  }
  .ip-pro-tl-item::before {
    top: 0; bottom: 0; left: 11px; right: auto; width: 2px; height: auto;
  }
  .ip-pro-tl-item:first-child::before { top: 18px; left: 11px; }
  .ip-pro-tl-item:last-child::before { bottom: calc(100% - 18px); left: 11px; height: 18px; top: auto; right: auto; }
  .ip-pro-tl-dot { position: relative; top: 4px; left: 0; transform: none; }
  .ip-pro-facts { grid-template-columns: 1fr; }
  .ip-pro-facts > div { grid-template-columns: 96px minmax(0, 1fr); }
}
@media (max-width: 560px) {
  .ip-pro { padding-top: 10px; }
  .ip-pro-hero-main, .ip-pro-card { padding-left: 14px; padding-right: 14px; }
  .ip-pro-mark-stage { min-height: 180px; padding: 16px; }
}


/* —— 企业画像详情页（天眼查 / Crunchbase 风格） —— */
body.company-profile-page {
  background: #f3f5f7;
  background-image: none;
}
body.company-profile-page .company-main { background: transparent; }

.co-pro { --co-radius: 12px; --co-line: #e5e7eb; --co-muted: #6b7280; --co-ink: #111827; --co-accent: #0f766e; }
.co-pro .card {
  background: #fff;
  border: 1px solid var(--co-line);
  border-radius: var(--co-radius);
  box-shadow: 0 1px 2px rgba(17,24,39,.04), 0 6px 18px rgba(17,24,39,.04);
}
.co-pro .detail-panel {
  border-radius: var(--co-radius);
  box-shadow: 0 1px 2px rgba(17,24,39,.04), 0 6px 18px rgba(17,24,39,.04);
}

.co-header { margin-bottom: 12px; overflow: hidden; }
.co-header-top {
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  padding: 22px 24px 16px;
}
.co-header-brand { display: flex; gap: 16px; min-width: min(100%, 480px); flex: 1; }
.co-logo {
  width: 64px; height: 64px; border-radius: 14px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; font-weight: 800; color: #fff;
  background: linear-gradient(145deg, #0f766e, #134e4a);
  box-shadow: 0 8px 20px rgba(15,118,110,.25);
}
.co-header-titles h1 {
  margin: 0 0 4px; font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 750; line-height: 1.25; letter-spacing: -.02em;
  font-family: var(--font-sans); color: var(--co-ink);
}
.co-header-en { margin: 0 0 10px; color: var(--co-muted); font-size: .92rem; }
.co-header-badges { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 8px; }
.co-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.co-tag {
  font-size: .72rem; font-weight: 600; color: #374151;
  background: #f3f4f6; border: 1px solid #e5e7eb; border-radius: 999px; padding: 3px 10px;
}
.co-header-actions {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px; align-content: start;
  min-width: 260px;
}
.co-header-actions .btn { justify-content: center; text-align: center; font-size: .84rem; padding: 8px 12px; }

.co-header-trust {
  display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px;
  padding: 10px 24px; border-top: 1px solid var(--co-line); background: #fafbfc;
}
.co-trust-score { display: flex; align-items: center; gap: 8px; }
.co-trust-label { font-size: .78rem; color: var(--co-muted); }
.co-trust-stars { color: #d97706; letter-spacing: 1px; font-size: .95rem; }
.co-trust-grade { font-size: .8rem; font-weight: 700; color: var(--co-accent); }
.co-trust-hints { display: flex; flex-wrap: wrap; gap: 6px 10px; font-size: .75rem; color: var(--co-muted); }
.co-trust-hints span {
  background: #fff; border: 1px solid var(--co-line); border-radius: 999px; padding: 2px 8px;
}

.co-kpi-strip {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  border-top: 1px solid var(--co-line);
}
.co-kpi {
  padding: 14px 16px; border-right: 1px solid var(--co-line); min-width: 0;
}
.co-kpi:last-child { border-right: none; }
.co-kpi-l { display: block; font-size: .72rem; color: var(--co-muted); margin-bottom: 6px; }
.co-kpi-v { display: block; font-size: .9rem; font-weight: 650; color: var(--co-ink); word-break: break-word; }
.co-kpi-v.is-highlight { color: #047857; }
.co-kpi-v.is-mono code { font-size: .84rem; background: transparent; padding: 0; }

.co-header-fresh {
  display: flex; flex-wrap: wrap; gap: 8px; align-items: center;
  padding: 8px 24px; border-top: 1px solid var(--co-line);
  font-size: .78rem; color: var(--co-muted); background: #fff;
}
.co-header-fresh.is-pending { background: #fffbeb; }
.co-stale-tag {
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid #fde68a;
  background: #fffbeb;
  color: #92400e;
  font-size: .72rem;
  font-weight: 650;
  cursor: help;
}
.co-stale-tag .info-tip-body {
  min-width: 16rem;
  max-width: 22rem;
  white-space: normal;
  line-height: 1.5;
  font-weight: 400;
}
.co-contact-unlock {
  margin-left: 8px;
  padding: 1px 8px;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  background: #fff;
  color: #0f766e;
  font-size: .72rem;
  font-weight: 650;
  cursor: pointer;
}
.co-contact-unlock:hover { border-color: #0f766e; background: #ecfdf5; }
.co-contact-unlock-bar {
  margin-top: 12px;
  padding: 10px 12px;
  border: 1px dashed #cbd5e1;
  border-radius: 10px;
  background: #f8fafc;
}
.co-contact-unlock-copy {
  margin: 0 0 8px;
  font-size: .78rem;
  line-height: 1.5;
  color: var(--co-muted, #6b7280);
}

.co-nav {
  position: sticky; top: var(--company-hero-header, 68px); z-index: 40;
  margin: 0 0 16px; background: rgba(255,255,255,.92); backdrop-filter: blur(8px);
  border: 1px solid var(--co-line); border-radius: var(--co-radius);
  box-shadow: 0 4px 16px rgba(17,24,39,.05);
}
.co-nav-track {
  display: flex; gap: 4px; overflow-x: auto; padding: 8px; scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}
.co-nav-item {
  flex: 0 0 auto; text-decoration: none; color: #4b5563; font-size: .84rem; font-weight: 600;
  padding: 8px 12px; border-radius: 999px; white-space: nowrap;
}
.co-nav-item em {
  font-style: normal; margin-left: 4px; font-size: .72rem; color: var(--co-accent);
  background: #ecfdf5; border-radius: 999px; padding: 1px 6px;
}
.co-nav-item:hover { background: #f3f4f6; color: var(--co-ink); }
.co-nav-item.is-active { background: #0f766e; color: #fff; }
.co-nav-item.is-active em { background: rgba(255,255,255,.2); color: #fff; }

.co-pro-layout {
  display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 16px; align-items: start;
}
.co-pro-main { display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.co-section { scroll-margin-top: calc(var(--company-hero-header, 68px) + 64px); }
.co-overview-desc { margin: 0; padding: 16px 22px 8px; font-size: .95rem; line-height: 1.7; color: #374151; }
.co-overview-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--co-line);
}
.co-overview-block { padding: 16px 22px; }
.co-overview-block:first-child { border-right: 1px solid var(--co-line); }
.co-overview-block h3, .co-scope h3 {
  margin: 0 0 10px; font-size: .88rem; color: var(--co-accent); font-weight: 700;
}
.co-social {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed var(--co-line, #e5e7eb);
}
.co-social-label {
  display: block;
  font-size: .72rem;
  font-weight: 600;
  color: var(--co-muted, #6b7280);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.co-social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.co-social-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #f8fafc;
  color: #334155;
  text-decoration: none;
  font-size: .78rem;
  font-weight: 600;
  line-height: 1.3;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}
a.co-social-chip:hover {
  background: #ecfdf5;
  border-color: #99f6e4;
  color: #0f766e;
}
.co-social-chip.is-text { cursor: default; }
.co-social-handle {
  font-weight: 500;
  color: #64748b;
  font-size: .72rem;
}
.co-social-chip--facebook { border-color: #bfdbfe; background: #eff6ff; color: #1d4ed8; }
.co-social-chip--twitter { border-color: #e2e8f0; background: #f8fafc; color: #0f172a; }
.co-social-chip--instagram { border-color: #fbcfe8; background: #fdf2f8; color: #9d174d; }
.co-social-chip--linkedin { border-color: #bae6fd; background: #f0f9ff; color: #0369a1; }
.co-social-chip--youtube { border-color: #fecaca; background: #fef2f2; color: #b91c1c; }
.co-social-chip--tiktok { border-color: #e2e8f0; background: #fff; color: #111; }
.co-social-chip--line { border-color: #bbf7d0; background: #f0fdf4; color: #15803d; }
.co-social-chip--wechat { border-color: #bbf7d0; background: #f0fdf4; color: #166534; }
.co-contact-note { margin: 10px 0 0; }

.co-offering-list { display: grid; gap: 14px; padding: 16px 22px 22px; }
.co-offering-card {
  padding: 18px;
  border: 1px solid var(--co-line);
  border-radius: 12px;
  background: linear-gradient(155deg, #fff 0%, #f8fbfb 100%);
}
.co-offering-top { display: flex; align-items: flex-start; gap: 12px; flex-wrap: wrap; }
.co-offering-type {
  flex: 0 0 auto;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 6px 10px;
  border-radius: 10px;
  background: #eef6f5;
  color: #0d4f52;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.2;
}
.co-offering-type small { font-size: .62rem; font-weight: 600; opacity: .72; }
.co-offering-verified {
  align-self: center;
  padding: 4px 8px;
  border-radius: 8px;
  background: #ecfdf5;
  color: #047857;
  font-size: .72rem;
  font-weight: 700;
}
.co-offering-id {
  align-self: center;
  padding: 4px 8px;
  border-radius: 8px;
  background: #f3f4f6;
  color: #4b5563;
  font-size: .72rem;
  font-weight: 650;
  font-variant-numeric: tabular-nums;
}
.co-offering-title-wrap { min-width: 0; }
.co-offering-title-wrap h3 { margin: 0; font-size: 1.12rem; line-height: 1.35; }
.co-offering-title-wrap h3 a { color: var(--co-ink); text-decoration: none; }
.co-offering-title-wrap h3 a:hover { color: var(--co-accent); text-decoration: underline; }
.co-offering-name-zh,
.co-offering-name-en { margin: 3px 0 0; color: var(--co-muted); font-size: .78rem; }
.co-offering-tags,
.co-offering-social {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 12px 0 0;
  padding: 0;
}
.co-offering-tags li {
  padding: 4px 8px;
  border-radius: 999px;
  background: #f1f5f4;
  color: #42615e;
  font-size: .72rem;
  font-weight: 600;
}
.co-offering-summary { margin: 12px 0 0; color: #374151; font-size: .9rem; line-height: 1.7; }
.co-offering-summary-en { margin: 6px 0 0; color: var(--co-muted); font-size: .8rem; line-height: 1.6; }
.co-offering-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}
.co-offering-details > div { padding: 12px; border-radius: 9px; background: #fff; border: 1px solid #edf0f0; }
.co-offering-details strong { display: block; margin-bottom: 6px; color: var(--co-accent); font-size: .8rem; }
.co-offering-details ul { margin: 0; padding-left: 18px; columns: 2; font-size: .78rem; color: #4b5563; line-height: 1.55; }
.co-offering-contact { display: grid; gap: 6px; margin: 14px 0 0; padding-top: 12px; border-top: 1px dashed var(--co-line); }
.co-offering-contact > div { display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 8px; font-size: .8rem; }
.co-offering-contact dt { color: var(--co-muted); }
.co-offering-contact dd { margin: 0; color: var(--co-ink); overflow-wrap: anywhere; }
.co-offering-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.co-offering-actions a {
  display: inline-flex;
  padding: 6px 10px;
  border: 1px solid rgba(13, 79, 82, .18);
  border-radius: 8px;
  background: #fff;
  color: var(--co-accent);
  font-size: .76rem;
  font-weight: 700;
  text-decoration: none;
}
.co-offering-actions a:hover { background: #eef8f6; border-color: rgba(13, 79, 82, .35); }
.co-offering-social a { font-size: .76rem; font-weight: 650; color: var(--co-accent); }
.co-offering-source { margin: 12px 0 0; color: var(--co-muted); font-size: .7rem; line-height: 1.5; }
.co-offering-source a { color: inherit; }
.co-offering-more {
  display: inline-flex;
  margin-top: 10px;
  font-size: .8rem;
  font-weight: 700;
  color: var(--co-accent);
  text-decoration: none;
}
.co-offering-more:hover { text-decoration: underline; }

/* —— Independent commercial project page —— */
.project-detail { padding-bottom: 28px; }
.project-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  margin-bottom: 16px;
}
.project-hero-media {
  margin: 0;
  background: #0f172a;
  min-height: 280px;
}
.project-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}
.project-hero-credit {
  padding: 8px 12px;
  font-size: .68rem;
  color: rgba(255,255,255,.78);
  background: rgba(15, 23, 42, .72);
}
.project-hero-credit a { color: #fff; }
.project-hero-body { padding: 24px 22px 22px; }
.project-eyebrow {
  margin: 0 0 8px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--co-accent);
}
.project-hero-body h1 { margin: 0; font-size: 1.55rem; line-height: 1.3; }
.project-title-en { margin: 6px 0 0; color: var(--co-muted); font-size: .92rem; }
.project-meta-badges {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 12px 0 0;
  padding: 0;
}
.project-badge {
  padding: 4px 10px;
  border-radius: 8px;
  background: #f3f4f6;
  color: #374151;
  font-size: .75rem;
  font-weight: 650;
  font-variant-numeric: tabular-nums;
}
.project-badge--verified {
  background: #ecfdf5;
  color: #047857;
}
.project-tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 14px 0 0;
  padding: 0;
}
.project-tags li {
  padding: 4px 9px;
  border-radius: 999px;
  background: #eef6f5;
  color: #3f6b67;
  font-size: .72rem;
  font-weight: 650;
}
.project-lead { margin: 14px 0 0; color: #374151; line-height: 1.7; font-size: .95rem; }
.project-lead-en { margin: 8px 0 0; color: var(--co-muted); line-height: 1.65; font-size: .84rem; }
.project-hero-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }

.project-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 16px;
  align-items: start;
}
.project-main { display: grid; gap: 16px; min-width: 0; }
.project-section { padding: 0; }
.project-body { padding: 4px 22px 20px; }
.project-body p { margin: 0 0 12px; color: #374151; line-height: 1.75; font-size: .94rem; }
.project-body-en {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dashed var(--co-line);
}
.project-body-en p { color: var(--co-muted); font-size: .86rem; }
.project-facilities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 4px 22px 20px;
}
.project-facilities h3 { margin: 0 0 8px; font-size: .86rem; color: var(--co-accent); }
.project-facilities ul { margin: 0; padding-left: 18px; color: #4b5563; font-size: .82rem; line-height: 1.55; }
.project-gallery-note { margin: 0; padding: 0 22px 10px; }
.project-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0 22px 20px;
}
.project-gallery-item {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--co-line);
  background: #f8fafc;
}
.project-gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.project-gallery-item figcaption {
  padding: 8px 10px;
  font-size: .72rem;
  color: var(--co-muted);
  line-height: 1.4;
}
.project-aside { display: grid; gap: 12px; position: sticky; top: calc(var(--company-hero-header, 68px) + 64px); }
.project-side-card { padding: 16px; }
.project-side-card h2 { margin: 0 0 12px; font-size: 1rem; }
.project-company-link {
  display: grid;
  gap: 4px;
  margin-bottom: 12px;
  text-decoration: none;
  color: inherit;
}
.project-company-link strong { color: var(--co-ink); font-size: .95rem; }
.project-company-link span { color: var(--co-muted); font-size: .78rem; }
.project-company-link:hover strong { color: var(--co-accent); }
.project-contact-dl { display: grid; gap: 8px; margin: 0; }
.project-contact-dl > div { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 8px; font-size: .8rem; }
.project-contact-dl dt { color: var(--co-muted); }
.project-contact-dl dd { margin: 0; overflow-wrap: anywhere; }
.project-social { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 0; padding: 0; }
.project-social a { font-size: .76rem; font-weight: 650; color: var(--co-accent); }
.project-map-link { display: inline-block; margin-top: 12px; font-size: .8rem; font-weight: 700; color: var(--co-accent); }
.project-side-card--source p { margin: 0 0 8px; font-size: .82rem; line-height: 1.55; color: #4b5563; }

@media (max-width: 960px) {
  .project-hero { grid-template-columns: 1fr; }
  .project-layout { grid-template-columns: 1fr; }
  .project-aside { position: static; }
  .project-facilities { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .project-gallery { grid-template-columns: 1fr; }
  .project-hero-body { padding: 18px 16px; }
  .project-body, .project-facilities, .project-gallery { padding-left: 14px; padding-right: 14px; }
}

.co-scope { padding: 8px 22px 18px; border-top: 1px solid var(--co-line); }
.co-empty, .co-placeholder {
  margin: 0; padding: 18px 22px 22px; color: var(--co-muted); font-size: .9rem; line-height: 1.6;
}
.co-placeholder {
  margin: 12px 22px 22px; border: 1px dashed #d1d5db; border-radius: 10px; background: #fafafa;
}
.co-list { padding: 8px 22px 18px; }
.co-more { padding: 0 22px 16px; margin: 0; font-size: .84rem; }
.co-ip-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
  padding: 14px 22px 6px;
}
.co-ip-stat {
  text-align: center; padding: 12px 8px; border-radius: 10px;
  background: #f8fafc; border: 1px solid var(--co-line);
}
.co-ip-stat strong { display: block; font-size: 1.25rem; color: var(--co-ink); }
.co-ip-stat span { font-size: .75rem; color: var(--co-muted); }

.co-risk-grid { display: grid; gap: 10px; padding: 14px 22px 20px; }
.co-risk-item {
  padding: 12px 14px; border-radius: 10px; border: 1px solid var(--co-line); background: #fff;
}
.co-risk-item strong { display: block; margin-bottom: 4px; font-size: .9rem; }
.co-risk-item p { margin: 0; font-size: .84rem; color: var(--co-muted); line-height: 1.5; }
.co-risk-item.is-ok { background: #f0fdf4; border-color: #bbf7d0; }
.co-risk-item.is-warn { background: #fffbeb; border-color: #fde68a; }
.co-risk-item.is-danger { background: #fef2f2; border-color: #fecaca; }

.co-related-note { padding-bottom: 0; }
.co-related-badge {
  display: inline-block; font-size: .68rem; font-weight: 700;
  color: #92400e; background: #fef3c7; border-radius: 999px; padding: 1px 8px;
}
.co-related-list {
  list-style: none; margin: 0; padding: 8px 14px 16px;
}
.co-related-list li { margin: 0; }
.co-related-item {
  display: block; text-decoration: none; color: inherit;
  padding: 12px 10px; border-radius: 10px;
  border-bottom: 1px solid #f0f2f4;
}
.co-related-list li:last-child .co-related-item { border-bottom: none; }
.co-related-item:hover { background: #f8fafc; }
.co-related-top {
  display: flex; align-items: flex-start; gap: 8px; margin-bottom: 4px;
}
.co-related-name {
  font-size: .92rem; font-weight: 650; color: var(--co-ink); line-height: 1.35;
}
.co-related-item:hover .co-related-name { color: var(--co-accent); }
.co-related-meta {
  display: flex; flex-wrap: wrap; gap: 4px 6px;
  padding-left: 18px; font-size: .78rem; color: var(--co-muted);
}
.co-related-meta code {
  font-size: .74rem; background: #f4f7f7; padding: 1px 6px; border-radius: 4px; color: #374151;
}

.co-sidebar-inner {
  position: sticky; top: calc(var(--company-hero-header, 68px) + 64px);
  display: flex; flex-direction: column; gap: 12px;
}
.co-portrait { padding: 18px 16px; }
.co-portrait h2 { margin: 0 0 12px; font-size: 1rem; font-weight: 750; }
.co-portrait-dl { margin: 0 0 14px; }
.co-portrait-dl > div {
  display: flex; justify-content: space-between; gap: 10px;
  padding: 8px 0; border-bottom: 1px dashed var(--co-line); font-size: .84rem;
}
.co-portrait-dl dt { color: var(--co-muted); }
.co-portrait-dl dd { margin: 0; font-weight: 650; text-align: right; color: var(--co-ink); }
.co-sidebar-link {
  display: block; margin-top: 10px; text-align: center; font-size: .8rem;
  color: var(--co-accent); text-decoration: none;
}
.co-sidebar-link:hover { text-decoration: underline; }
.co-sidebar-cta {
  padding: 18px 16px;
  background: linear-gradient(165deg, #f7fbfb 0%, #f4f7f8 55%, #eef5f5 100%);
  border: 1px solid rgba(13, 79, 82, 0.12);
}
.co-sidebar-cta-eyebrow {
  margin: 0 0 8px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--co-accent, #0d4f52);
}
.co-sidebar-cta h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.35;
  color: var(--co-ink);
}
.co-sidebar-cta > p {
  margin: 0 0 12px;
  font-size: 0.84rem;
  color: var(--co-muted);
  line-height: 1.6;
}
.co-sidebar-cta-list {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: grid;
  gap: 6px;
}
.co-sidebar-cta-list li {
  position: relative;
  padding: 0 0 0 16px;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--co-ink);
}
.co-sidebar-cta-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--co-accent, #0d4f52);
  box-shadow: 0 0 0 3px rgba(13, 79, 82, 0.12);
}
.co-sidebar-cta .btn { margin-top: 2px; }

.co-sidebar-services { padding: 16px 14px 14px; }
.co-sidebar-services-head { margin: 0 0 10px; }
.co-sidebar-services-head h2 {
  margin: 0;
  font-size: 1rem;
  font-weight: 750;
  color: var(--co-ink);
}
.co-sidebar-services-en {
  margin: 2px 0 0;
  font-size: 0.72rem;
  color: var(--co-muted);
  letter-spacing: 0.02em;
}
.co-sidebar-services-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.co-sidebar-services-list a {
  display: block;
  padding: 10px 10px;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  background: #f7fafb;
  border: 1px solid rgba(13, 79, 82, 0.08);
  transition: border-color .15s ease, background .15s ease;
}
.co-sidebar-services-list a:hover {
  background: #f0f7f7;
  border-color: rgba(13, 79, 82, 0.22);
}
.co-sidebar-services-zh {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--co-ink);
  line-height: 1.35;
}
.co-sidebar-services-list a:hover .co-sidebar-services-zh { color: var(--co-accent, #0d4f52); }
.co-sidebar-services-en-line {
  display: block;
  margin-top: 2px;
  font-size: 0.72rem;
  color: var(--co-muted);
  line-height: 1.35;
}
.co-sidebar-services-pitch {
  display: block;
  margin-top: 4px;
  font-size: 0.76rem;
  color: var(--co-muted);
  line-height: 1.45;
}
.co-sidebar-services .co-sidebar-link { margin-top: 10px; }


@media (max-width: 960px) {
  .co-pro-layout { grid-template-columns: 1fr; }
  .co-sidebar-inner { position: static; }
  .co-overview-grid { grid-template-columns: 1fr; }
  .co-overview-block:first-child { border-right: 0; border-bottom: 1px solid var(--co-line); }
  .co-header-actions { width: 100%; min-width: 0; }
}
@media (max-width: 640px) {
  .co-header-top { padding: 16px; }
  .co-logo { width: 52px; height: 52px; font-size: 1.3rem; }
  .co-nav { top: 56px; }
  .co-section { scroll-margin-top: calc(56px + 56px); }
  .co-ip-stats { grid-template-columns: 1fr; }
  .co-offering-list { padding: 12px 14px 16px; }
  .co-offering-card { padding: 14px; }
  .co-offering-details { grid-template-columns: 1fr; }
  .co-offering-details ul { columns: 1; }
}

/* IP 详情侧栏：相关服务（对标企业详情） */
.ip-pro-services {
  margin-top: 14px;
  padding: 16px 16px 14px;
  background: #fff;
  border: 1px solid var(--border, #d5dde8);
  border-radius: 12px;
}
.ip-pro-services-head { margin-bottom: 10px; }
.ip-pro-services-head h2 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink, #0b1220);
}
.ip-pro-services-en {
  margin: 2px 0 0;
  font-size: 0.72rem;
  color: var(--muted, #5a6578);
}
.ip-pro-services-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ip-pro-services-list a {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 11px;
  border-radius: 8px;
  background: #f7faf9;
  border: 1px solid transparent;
  text-decoration: none;
  color: inherit;
  transition: border-color .15s, background .15s;
}
.ip-pro-services-list a:hover {
  border-color: rgba(13, 107, 79, 0.28);
  background: #f0f7f4;
}
.ip-pro-services-zh { font-size: 0.9rem; font-weight: 650; color: var(--ink, #0b1220); }
.ip-pro-services-en-line { font-size: 0.72rem; color: var(--muted, #5a6578); }
.ip-pro-services-pitch { font-size: 0.78rem; color: var(--muted, #5a6578); line-height: 1.45; }
.ip-pro-services-more {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.82rem;
  color: var(--company-accent, #0d6b4f);
  text-decoration: none;
}
.ip-pro-services-more:hover { text-decoration: underline; }
.ip-pro-aside .lb-ad-slot--sidebar { margin-bottom: 14px; }
.co-sidebar-inner .lb-ad-slot--sidebar { margin-bottom: 14px; }
