.overview-panel,
.ai-panel,
.strategy-panel,
.map-panel,
.metric-panel,
.category-panel {
  padding: 24px;
}

.overview-panel {
  background:
    radial-gradient(circle at top left, rgba(124, 58, 237, 0.2), transparent 36%),
    linear-gradient(180deg, rgba(17, 24, 39, 0.96), rgba(15, 23, 42, 0.88));
}

.overview-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
}

.section-kicker {
  margin: 0 0 10px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.overview-header h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.2;
}

.grade-cluster {
  min-width: 150px;
  display: grid;
  justify-items: end;
  gap: 10px;
}

.grade-caption {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.overview-meta {
  margin-top: 18px;
}

.decision-ribbon {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.decision-pill {
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.decision-pill span,
.decision-pill strong {
  display: block;
}

.decision-pill span {
  color: var(--muted);
  font-size: 12px;
}

.decision-pill strong {
  margin-top: 10px;
  color: #f8fafc;
  font-size: 16px;
  line-height: 1.4;
}

.quick-judgment {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(34, 211, 238, 0.16);
  background:
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.74));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.quick-judgment-label {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.12);
  border: 1px solid rgba(34, 211, 238, 0.18);
  color: #a5f3fc;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.quick-judgment p {
  margin: 14px 0 0;
  color: #f8fafc;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
}

.executive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.executive-grid.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.signal-card {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(15, 23, 42, 0.72);
}

.signal-card.compact {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.8);
}

.signal-label {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.12);
  border: 1px solid rgba(34, 211, 238, 0.16);
  color: #a5f3fc;
  font-size: 12px;
  font-weight: 700;
}

.signal-card p {
  margin: 14px 0 0;
  color: #dbe4f3;
  line-height: 1.8;
}

.signal-card.compact p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.7;
}

.map-stage {
  position: relative;
  overflow: hidden;
  height: 500px;
  margin-top: 20px;
  border-radius: 24px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(17, 24, 39, 0.85));
}

.map-stage.loading::before {
  content: "高德地图加载中...";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(rgba(148, 163, 184, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(17, 24, 39, 0.85));
  background-size: 44px 44px, 44px 44px, auto;
  color: #cbd5e1;
  font-size: 15px;
  letter-spacing: 0.06em;
  z-index: 1;
}

.custom-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.custom-marker-core {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 4px solid rgba(15, 23, 42, 0.95);
  background: linear-gradient(180deg, #c084fc, #7c3aed);
  box-shadow: 0 0 0 8px rgba(124, 58, 237, 0.18);
}

.custom-marker-label {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.92);
  border: 1px solid rgba(196, 181, 253, 0.24);
  color: #f8fafc;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.poi-marker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 168px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.92);
  border: 1px solid rgba(148, 163, 184, 0.18);
  color: #f8fafc;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(2, 6, 23, 0.25);
}

.poi-marker-dot {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.poi-marker-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.poi-marker-count {
  flex: 0 0 auto;
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.2);
  color: #bfdbfe;
  font-size: 10px;
  font-weight: 700;
}

.poi-marker.is-clustered {
  border-color: rgba(96, 165, 250, 0.35);
  background: rgba(15, 23, 42, 0.96);
}

.map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
}

.map-legend div {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.metric-card {
  padding: 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.88), rgba(15, 23, 42, 0.6));
  border: 1px solid rgba(148, 163, 184, 0.12);
}

.metric-card.accent {
  background: linear-gradient(180deg, rgba(124, 58, 237, 0.28), rgba(15, 23, 42, 0.8));
  border-color: rgba(124, 58, 237, 0.22);
}

.metric-card span,
.metric-card small,
.metric-card em {
  display: block;
}

.metric-card span {
  color: var(--muted);
  font-size: 13px;
}

.metric-card strong {
  display: block;
  margin: 16px 0 8px;
  font-size: 42px;
  line-height: 1;
}

.metric-signal {
  color: #a5f3fc;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.metric-card small {
  margin-top: 8px;
  color: #cbd5e1;
  font-size: 13px;
}

.ring-panel {
  background:
    radial-gradient(circle at top left, rgba(59, 130, 246, 0.12), transparent 26%),
    radial-gradient(circle at top right, rgba(124, 58, 237, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(10, 15, 30, 0.98), rgba(15, 23, 42, 0.88));
}

.ring-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.ring-overview-card {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(15, 23, 42, 0.72);
}

.ring-overview-label {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.ring-overview-card strong {
  display: block;
  margin-top: 12px;
  color: #f8fafc;
  font-size: 24px;
  line-height: 1.2;
}

.ring-overview-card p {
  margin: 10px 0 0;
  color: #cbd5e1;
  font-size: 13px;
  line-height: 1.7;
}

.ring-headline {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(59, 130, 246, 0.16);
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.88), rgba(15, 23, 42, 0.7));
  color: #eff6ff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
}

.ring-rows {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.ring-row {
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(15, 23, 42, 0.72);
}

.ring-row.is-hot {
  border-color: rgba(34, 211, 238, 0.2);
  box-shadow: inset 0 0 0 1px rgba(34, 211, 238, 0.08);
}

.ring-row-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}

.ring-row-label {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.ring-row-head strong {
  display: block;
  margin-top: 8px;
  color: #f8fafc;
  font-size: 18px;
  line-height: 1.4;
}

.ring-row-meta {
  display: grid;
  justify-items: end;
  gap: 8px;
  color: #cbd5e1;
  font-size: 13px;
  white-space: nowrap;
}

.ring-row-track {
  margin-top: 16px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(30, 41, 59, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.12);
}

.ring-row-bar {
  display: flex;
  min-height: 16px;
  border-radius: 999px;
  overflow: hidden;
}

.ring-segment {
  display: block;
  min-width: 10px;
}

.ring-row-hint {
  margin: 12px 0 0;
  color: #cbd5e1;
  font-size: 13px;
  line-height: 1.7;
}

.ring-note {
  margin-top: 16px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.ai-panel {
  background:
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.12), transparent 26%),
    radial-gradient(circle at top left, rgba(124, 58, 237, 0.22), transparent 34%),
    linear-gradient(180deg, rgba(10, 15, 30, 0.98), rgba(15, 23, 42, 0.88));
  border-color: rgba(34, 211, 238, 0.14);
}

.ai-panel-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.ai-powered {
  display: grid;
  justify-items: end;
  gap: 10px;
}

.ai-powered strong {
  color: #f8fafc;
  font-size: 15px;
}

.ai-status-row.prominent {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.12);
}

.ai-hero-card {
  margin-top: 18px;
  padding: 24px 24px 26px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(20, 31, 56, 0.95), rgba(12, 20, 38, 0.92));
  border: 1px solid rgba(34, 211, 238, 0.18);
  box-shadow: 0 22px 36px rgba(8, 15, 32, 0.28);
}

.ai-hero-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.ai-hero-note {
  color: #a5f3fc;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ai-hero-card p {
  margin: 18px 0 0;
  color: #f8fafc;
  font-size: 22px;
  line-height: 1.75;
  font-weight: 600;
}

.ai-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.strategy-panel {
  background:
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.72));
}

.playbook-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.playbook-card {
  padding: 20px;
  border-radius: 22px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(15, 23, 42, 0.76);
}

.playbook-label {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.14);
  border: 1px solid rgba(124, 58, 237, 0.18);
  color: #ddd6fe;
  font-size: 12px;
  font-weight: 700;
}

.playbook-card p {
  margin: 14px 0 0;
  color: #dbe4f3;
  line-height: 1.8;
}

.category-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.category-rank-card {
  padding: 18px 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(15, 23, 42, 0.78);
}

.category-rank-card.primary {
  background:
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.76));
  border-color: rgba(34, 211, 238, 0.18);
}

.category-rank-card.secondary {
  background:
    radial-gradient(circle at top right, rgba(124, 58, 237, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.76));
  border-color: rgba(124, 58, 237, 0.18);
}

.category-rank-label {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.12);
  color: #e2e8f0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.category-rank-card strong {
  display: block;
  margin-top: 14px;
  color: #f8fafc;
  font-size: 24px;
  line-height: 1.3;
}

.category-rank-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.category-rank-meta span:first-child {
  color: #f8fafc;
  font-size: 16px;
  font-weight: 700;
}

.category-rank-meta span:last-child {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.12);
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 700;
}

.category-rank-card p {
  margin: 14px 0 0;
  color: #dbe4f3;
  line-height: 1.75;
}

.category-bars {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
  align-items: end;
}

.category-headline {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.84), rgba(15, 23, 42, 0.74));
  border: 1px solid rgba(34, 211, 238, 0.14);
  color: #f8fafc;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
}

.category-note {
  margin-top: 18px;
  color: #cbd5e1;
  font-size: 13px;
  line-height: 1.75;
}

.poi-summary {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.12);
  color: #dbe4f3;
  line-height: 1.7;
  min-height: 84px;
}

.category-column {
  display: grid;
  gap: 10px;
  justify-items: center;
}

.column-value {
  color: #e2e8f0;
  font-size: 14px;
  font-weight: 600;
}

.column-track {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 220px;
  padding: 10px;
  border-radius: 22px;
  background:
    linear-gradient(rgba(148, 163, 184, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.7));
  background-size: 100% 44px, auto;
  border: 1px solid rgba(148, 163, 184, 0.12);
}

.column-fill {
  width: 100%;
  max-width: 54px;
  min-height: 6px;
  border-radius: 18px 18px 10px 10px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.28);
}

.column-label {
  color: #e2e8f0;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}

.column-share {
  color: var(--muted);
  font-size: 13px;
}

.insight-card {
  padding: 18px;
  border-radius: 20px;
  background: rgba(15, 23, 42, 0.74);
  border: 1px solid rgba(148, 163, 184, 0.12);
}

.insight-card.highlight {
  background: linear-gradient(180deg, rgba(34, 211, 238, 0.12), rgba(15, 23, 42, 0.8));
  border-color: rgba(34, 211, 238, 0.18);
}

.insight-card p {
  margin: 14px 0 0;
  color: #dbe4f3;
  line-height: 1.8;
}
