
.imap-wrap {
  width: 100vw; max-width: 100vw;
  position: relative; left: 50%; transform: translateX(-50%);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Hiragino Sans', sans-serif;
  color: #f8fafc;
  background-color: #05070f;
  background-image:
    radial-gradient(1.4px 1.4px at 25px 35px, #ffffff, transparent),
    radial-gradient(1px 1px at 75px 90px, #cbd5e1, transparent),
    radial-gradient(1.2px 1.2px at 120px 50px, #ffffff, transparent),
    radial-gradient(1px 1px at 50px 140px, #bfdbfe, transparent),
    radial-gradient(1.6px 1.6px at 150px 160px, #ffffff, transparent),
    radial-gradient(1px 1px at 110px 120px, #e2e8f0, transparent),
    radial-gradient(1px 1px at 20px 180px, #93c5fd, transparent),
    radial-gradient(2px 2px at 170px 30px, #ffffff, transparent),
    radial-gradient(1px 1px at 95px 195px, #cbd5e1, transparent),
    radial-gradient(2.2px 2.2px at 300px 220px, #ffffff, transparent),
    radial-gradient(ellipse 1100px 700px at 75% -10%, rgba(56,89,200,0.28), transparent 60%),
    radial-gradient(ellipse 900px 600px at 10% 110%, rgba(124,58,237,0.20), transparent 60%),
    radial-gradient(ellipse 1400px 900px at 50% 50%, rgba(15,23,42,0.0), #05070f 100%);
  background-size:
    200px 200px, 200px 200px, 200px 200px, 200px 200px, 200px 200px,
    200px 200px, 200px 200px, 200px 200px, 200px 200px, 420px 420px,
    100% 100%, 100% 100%, 100% 100%;
  background-repeat: repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, no-repeat, no-repeat, no-repeat;
  padding-bottom: 48px;
}
.imap-hero { text-align: center; padding: 40px 16px 24px; }
.imap-hero h1 {
  font-size: clamp(1.4rem, 4vw, 2rem); font-weight: 800; margin: 0 0 10px;
  background: linear-gradient(135deg, #60a5fa, #34d399);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.imap-hero p { font-size: 0.95rem; color: #94a3b8; margin: 0; }
.imap-legend {
  display: flex; justify-content: center; flex-wrap: wrap; gap: 10px;
  padding: 0 16px 20px;
}
.imap-legend-item { display: flex; align-items: center; gap: 5px; font-size: 12px; color: #cbd5e1; }
.imap-legend-dot { width: 12px; height: 12px; border-radius: 50%; }
#imap-chart { width: 100%; height: 480px; cursor: pointer; }
@media (max-width: 600px) { #imap-chart { height: 300px; } }

/* ÃÂÃÂ£ÃÂÃÂÃÂÃÂÃÂÃÂ£ÃÂÃÂÃÂÃÂÃÂÃÂ£ÃÂÃÂÃÂÃÂ« */
.imap-panel {
  display: none; max-width: 780px; margin: 24px auto 0;
  background: #1e293b; border-radius: 16px; padding: 20px;
  border: 1px solid #334155;
}
.imap-panel.show { display: block; }
.imap-panel-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.imap-panel-flag { font-size: 2rem; }
.imap-panel-title { flex: 1; }
.imap-panel-country { font-size: 1.2rem; font-weight: 700; margin: 0; }
.imap-panel-level { font-size: 12px; margin: 3px 0 0; }
.imap-level-badge { display: inline-block; padding: 2px 10px; border-radius: 12px; font-size: 11px; font-weight: 700; }
.imap-legend-small { font-size: 11px; color: #64748b; margin-bottom: 14px; display: flex; gap: 12px; flex-wrap: wrap; }

/* ÃÂÃÂ£ÃÂÃÂÃÂÃÂ«ÃÂÃÂ£ÃÂÃÂÃÂÃÂÃÂÃÂ£ÃÂÃÂÃÂÃÂ´ÃÂÃÂ£ÃÂÃÂÃÂÃÂª */
.imap-cat { margin-bottom: 12px; }
.imap-cat-label { font-size: 11px; color: #94a3b8; font-weight: 700; letter-spacing: .05em; margin-bottom: 6px; padding-bottom: 4px; border-bottom: 1px solid #334155; }
.imap-services { display: grid; grid-template-columns: repeat(auto-fill, minmax(82px, 1fr)); gap: 6px; }
.imap-svc { background: #0f172a; border-radius: 8px; padding: 8px 6px; text-align: center; font-size: 10px; }
.imap-svc-icon { font-size: 18px; display: block; margin-bottom: 3px; }
.imap-svc-name { color: #94a3b8; display: block; margin-bottom: 3px; font-size: 10px; line-height: 1.3; }
.svc-ok   { color: #34d399; font-size: 14px; }
.svc-ng   { color: #f87171; font-size: 14px; }
.svc-warn { color: #fbbf24; font-size: 14px; }
.svc-vpn  { color: #a78bfa; font-size: 10px; font-weight: 700; }

/* VPNÃÂÃÂ¦ÃÂÃÂÃÂÃÂ¨ÃÂÃÂ¥ÃÂÃÂ¥ÃÂÃÂ¨ */
.imap-vpn-rec {
  background: linear-gradient(135deg, #1a56db22, #1e40af33);
  border: 1px solid #1a56db55; border-radius: 12px; padding: 14px; margin-top: 14px;
}
.imap-vpn-rec h3 { font-size: 13px; color: #93c5fd; margin: 0 0 10px; }
.imap-vpn-cards { display: flex; flex-wrap: wrap; gap: 8px; }
.imap-vpn-card {
  background: #0f172a; border-radius: 10px; padding: 10px 14px;
  display: flex; align-items: center; gap: 10px; flex: 1; min-width: 180px;
}
.imap-vpn-name { font-size: 13px; font-weight: 700; }
.imap-vpn-reason { font-size: 10px; color: #94a3b8; }
.imap-vpn-btn {
  display: inline-block; background: #1a56db; color: #fff !important;
  text-decoration: none !important; font-size: 11px; font-weight: 700;
  padding: 6px 12px; border-radius: 8px; white-space: nowrap; flex-shrink: 0;
}
.imap-vpn-btn.red { background: #dc2626; }
.imap-no-vpn { font-size: 13px; color: #34d399; margin: 0; }
.imap-note { font-size: 11px; color: #64748b; margin-top: 12px; margin-bottom: 0; }
.imap-attribution { text-align: center; font-size: 10px; color: #475569; padding-top: 16px; }
.imap-attribution a { color: #60a5fa; }
