.source-ic {
  display: grid;
  gap: 18px;
  padding: 18px 22px 30px;
}

.source-kicker {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #7de7bd;
}

.source-section header h2,
.source-hero h1 {
  margin: 6px 0 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.source-hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
}

#source-hero-network {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.source-hero__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(30, 251, 160, 0.18), transparent 46%),
    radial-gradient(circle at 80% 40%, rgba(47, 168, 255, 0.12), transparent 50%),
    linear-gradient(180deg, rgba(2, 7, 10, 0.38), rgba(2, 4, 7, 0.88));
}

.source-hero__content {
  position: relative;
  z-index: 1;
  max-width: 860px;
  display: grid;
  gap: 14px;
}

.source-subtitle {
  margin: 0;
  font-size: 20px;
  color: #d9fff0;
}

.source-mission {
  margin: 0;
  color: #b9d8cd;
  line-height: 1.55;
}

.source-mission span {
  display: block;
  color: #f2fff8;
}

.source-kpi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
  margin-top: 4px;
}

.source-kpi {
  border: 1px solid rgba(30, 251, 160, 0.35);
  background: rgba(2, 10, 12, 0.8);
  padding: 12px;
}

.source-kpi span {
  display: block;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8cb5a8;
}

.source-kpi strong {
  font-size: 24px;
  color: #f4fff9;
}

.world-network-layout,
.correlation-layout {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 14px;
}

.world-map-shell,
.country-intel-panel,
.correlation-copy {
  border: 1px solid rgba(30, 251, 160, 0.3);
  background: #03090c;
  padding: 12px;
}

#world-network-map {
  width: 100%;
  height: 360px;
  display: block;
}

#world-network-map rect {
  fill: #02070a;
  stroke: rgba(30, 251, 160, 0.2);
}

.country-node {
  cursor: pointer;
  transition: transform 0.2s ease;
}

.country-node.active circle {
  stroke: #ffffff;
  stroke-width: 2;
}

.world-map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
  font-size: 11px;
  color: #9ec6bb;
}

.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 5px;
}

.dot.trust { background: #1efba0; }
.dot.signal { background: #2fa8ff; }
.dot.fresh { background: #ffe27a; }

.leaderboard-grid,
.category-cards,
.gauge-grid,
.discovery-results,
.impact-grid,
.transparency-flow {
  display: grid;
  gap: 10px;
}

.leaderboard-row {
  display: grid;
  grid-template-columns: 44px minmax(170px, 1fr) repeat(7, minmax(90px, 1fr));
  gap: 8px;
  border: 1px solid rgba(30, 251, 160, 0.22);
  background: #03080a;
  padding: 10px;
  font-size: 11px;
  align-items: center;
}

.leaderboard-row span:first-child {
  color: #7fecc2;
  font-weight: 700;
}

.category-cards {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.category-card,
.discovery-card,
.impact-card,
.flow-card {
  border: 1px solid rgba(30, 251, 160, 0.22);
  background: #03080a;
  padding: 12px;
}

.category-card h3,
.impact-card h3,
.flow-card h3 {
  margin: 0 0 8px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.category-card p,
.impact-card p,
.flow-card p,
.discovery-card p,
.country-intel-panel p {
  margin: 0;
  color: #9bbeb3;
  font-size: 12px;
  line-height: 1.4;
}

.activity-ticker {
  border: 1px solid rgba(30, 251, 160, 0.25);
  background: #020607;
  min-height: 92px;
  display: grid;
  align-content: start;
  gap: 6px;
  padding: 12px;
  max-height: 220px;
  overflow: hidden;
}

.ticker-line {
  font-size: 12px;
  color: #eafff6;
  border-left: 2px solid rgba(30, 251, 160, 0.6);
  padding-left: 8px;
  animation: tickerIn 0.35s ease;
}

.gauge {
  border: 1px solid rgba(30, 251, 160, 0.25);
  background: #020607;
  padding: 12px;
}

.gauge-track {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  margin-bottom: 8px;
  display: grid;
  place-items: center;
  background: conic-gradient(#1efba0 var(--p), rgba(255, 255, 255, 0.08) 0deg);
}

.gauge-track span {
  font-size: 16px;
}

#correlation-canvas {
  width: 100%;
  height: 420px;
  border: 1px solid rgba(30, 251, 160, 0.25);
  background: #020709;
}

.correlation-copy p {
  margin: 0;
  font-size: 14px;
  color: #ebfff7;
}

.discovery-controls {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 8px;
}

.discovery-controls select,
.discovery-controls input {
  width: 100%;
  background: #020607;
  color: #dff8ee;
  border: 1px solid rgba(30, 251, 160, 0.22);
  padding: 10px;
  font-size: 12px;
}

.discovery-results {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

@keyframes tickerIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1080px) {
  .world-network-layout,
  .correlation-layout {
    grid-template-columns: 1fr;
  }

  .leaderboard-row {
    grid-template-columns: 34px minmax(120px, 1fr) repeat(3, minmax(80px, 1fr));
  }

  .leaderboard-row span:nth-child(n+6) {
    display: none;
  }
}
