/* Harita + rapor sayfaları — global tema ile uyum */

/* Canlı saldırı haritası */
html[data-theme='light'] body.ax-page,
html[data-theme='light'] .ax-page body {
  background: #f8fafc;
  color: #1e293b;
}
html[data-theme='light'] .ax-hero {
  border-bottom-color: #e2e8f0;
  background: radial-gradient(ellipse 80% 60% at 50% -20%, rgba(239, 68, 68, 0.08), transparent);
}
html[data-theme='light'] .ax-hero h1 { color: #0f172a; }
html[data-theme='light'] .ax-hero h1 span { color: #8b744b; }
html[data-theme='light'] .ax-hero p { color: #64748b; }
html[data-theme='light'] .ax-stat,
html[data-theme='light'] .ax-card {
  background: #fff;
  border-color: #e2e8f0;
}
html[data-theme='light'] .ax-stat .val,
html[data-theme='light'] .ax-big-num { color: #0f172a; }
html[data-theme='light'] .ax-map-wrap {
  border-color: #cbd5e1;
}
html[data-theme='light'] .ax-map-status,
html[data-theme='light'] .ax-map-legend {
  background: rgba(255, 255, 255, 0.96);
  border-color: #cbd5e1;
  color: #64748b;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
}
html[data-theme='light'] .ax-map-status .live-tag { color: #b91c1c; }
html[data-theme='light'] .ax-legend-item .lbl { color: #334155; }
html[data-theme='light'] .ax-map-toolbar button {
  background: #fff;
  border-color: #cbd5e1;
  color: #475569;
}
html[data-theme='light'] #map-tooltip {
  background: rgba(255, 255, 255, 0.98);
  border-color: #d4a574;
  color: #334155;
}
html[data-theme='light'] #map-tooltip strong { color: #8b744b; }
html[data-theme='light'] .ax-map-empty {
  background: rgba(255, 255, 255, 0.92);
  border-color: #d4a574;
  color: #64748b;
}
html[data-theme='light'] .ax-footer {
  color: #64748b;
  border-top-color: #e2e8f0;
}
html[data-theme='light'] .ax-footer a { color: #8b744b; }
html[data-theme='light'] .ax-eyebrow {
  background: rgba(239, 68, 68, 0.1);
  color: #b91c1c;
}
html[data-theme='light'] .ax-stat label,
html[data-theme='light'] .ax-card-title { color: #64748b; }
html[data-theme='light'] .ax-stat .sub,
html[data-theme='light'] .ax-sub { color: #64748b; }
html[data-theme='light'] .ax-hero p strong { color: #334155 !important; }
html[data-theme='light'] .ax-country-row:hover,
html[data-theme='light'] .ax-row-active {
  background: rgba(0, 140, 100, 0.08);
}
html[data-theme='light'] .ax-info-card {
  background: #fff;
  border-color: #e2e8f0;
  color: #64748b;
}

html[data-theme='dark'] body.ax-page {
  background: #030711;
  color: #e2e8f0;
}

/* Saldırı raporu listesi */
html[data-theme='dark'] body.ar-page {
  background: #080b14;
  color: #e2e8f0;
}
html[data-theme='dark'] body.ar-page a { color: #00e0a3; }
html[data-theme='dark'] .ar-hero {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  border-bottom-color: #1e2640;
}
html[data-theme='dark'] .ar-hero h1 { color: #f1f5f9; }
html[data-theme='dark'] .ar-hero h1 span { color: #00e0a3; }
html[data-theme='dark'] .ar-hero p { color: #94a3b8; }
html[data-theme='dark'] .ar-list-card {
  background: #0f172a;
  border-color: #1e2640;
}
html[data-theme='dark'] .ar-list-card:hover {
  border-color: #00e0a3;
  box-shadow: 0 8px 24px rgba(0, 224, 163, 0.12);
}
html[data-theme='dark'] .ar-list-title { color: #f1f5f9; }
html[data-theme='dark'] .ar-list-date,
html[data-theme='dark'] #reports-status { color: #94a3b8; }

/* Rapor detay (inline stilli sayfalar) */
html[data-theme='dark'] body.ar-page .ar-hero { background: linear-gradient(180deg, #0f172a 0%, #080b14 100%); }
html[data-theme='dark'] body.ar-page .ar-title,
html[data-theme='dark'] body.ar-page .ar-hero h1 { color: #f1f5f9; }
html[data-theme='dark'] body.ar-page .ar-period,
html[data-theme='dark'] body.ar-page .ar-back { color: #94a3b8; }
html[data-theme='dark'] body.ar-page .ar-kpi,
html[data-theme='dark'] body.ar-page .ar-side-card,
html[data-theme='dark'] body.ar-page article.ar-body {
  background: #0f172a;
  border-color: #1e2640;
}
html[data-theme='dark'] body.ar-page .ar-kpi-num { color: #00e0a3; }
html[data-theme='dark'] body.ar-page .ar-kpi-lbl,
html[data-theme='dark'] body.ar-page .ar-side-title { color: #94a3b8; }
html[data-theme='dark'] body.ar-page .ar-body,
html[data-theme='dark'] body.ar-page .ar-body p { color: #cbd5e1; }
html[data-theme='dark'] body.ar-page .ar-body h2 { color: #f1f5f9; }
html[data-theme='dark'] body.ar-page .ar-disclaimer {
  background: #1e2640;
  color: #94a3b8;
  border-left-color: #00e0a3;
}
html[data-theme='dark'] body.ar-page .ar-footer {
  background: #080b14;
  color: #64748b;
  border-top: 1px solid #1e2640;
}
html[data-theme='dark'] body.ar-page .ar-cta-card {
  background: linear-gradient(135deg, #0f172a, #1a2332);
  border-color: #00e0a3;
}
html[data-theme='dark'] body.ar-page .ar-cta-card h3 { color: #f1f5f9; }
html[data-theme='dark'] body.ar-page .ar-cta-card p { color: #94a3b8; }
