
.harita-sahne {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-height: 76vh;
  overflow: hidden;
  border: 1px solid var(--ucuz-border);
  border-radius: 12px;
  background: #0a0d12;
  cursor: grab;
  touch-action: none;
  user-select: none;
}
.harita-sahne.tutuluyor { cursor: grabbing; }

.harita-katman {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1 / 1;
  transform-origin: 0 0;
  will-change: transform;
}
.harita-katman img {
  display: block;
  width: 100%;
  height: 100%;
  image-rendering: auto;
  pointer-events: none;
}

.harita-pin {
  position: absolute;
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, .65);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .25);
  cursor: pointer;
  transition: opacity .12s;
}
.harita-pin:hover { z-index: 6; }
.harita-pin.sonuk { opacity: .16; pointer-events: none; }
.harita-pin.secili {
  z-index: 8;
  box-shadow: 0 0 0 3px var(--ucuz-gold), 0 0 12px 4px rgba(234, 179, 8, .55);
}

.pin-anvil       { background: var(--ucuz-gold); }
.pin-kasa        { background: #38bdf8; }
.pin-silah-zirh  { background: #cbd5e1; }
.pin-iksir-sarf  { background: var(--ucuz-green); }
.pin-taki        { background: #c084fc; }
.pin-usta        { background: #2dd4bf; }
.pin-klan        { background: #fb923c; }
.pin-gate        { background: #a3e635; }
.pin-diger       { background: #94a3b8; }
.pin-canavar     { background: var(--ucuz-red); }
.pin-boss        { background: #f43f5e; border-color: #fff; width: 18px; height: 18px; margin: -9px 0 0 -9px; }

.harita-arac {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 10;
}
.harita-arac button {
  width: 34px; height: 34px;
  border-radius: 8px;
  border: 1px solid var(--ucuz-border);
  background: rgba(13, 17, 23, .86);
  color: var(--ucuz-metin);
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
}
.harita-arac button:hover { border-color: var(--ucuz-gold); color: var(--ucuz-gold); }

.harita-balon {
  position: absolute;
  z-index: 20;
  min-width: 170px;
  max-width: 260px;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid var(--ucuz-border);
  background: rgba(13, 17, 23, .96);
  box-shadow: 0 8px 26px rgba(0, 0, 0, .55);
  font-size: .82rem;
  line-height: 1.5;
  pointer-events: none;
}
.harita-balon .ad { font-weight: 700; color: var(--ucuz-metin); }
.harita-balon .rol { color: var(--ucuz-gold); font-size: .76rem; }
.harita-balon .kd { color: var(--ucuz-sonuk); font-variant-numeric: tabular-nums; font-size: .76rem; }
.harita-balon .ac { color: var(--ucuz-sonuk); margin-top: 3px; }

.harita-olcek {
  position: absolute;
  left: 10px; bottom: 10px;
  z-index: 10;
  padding: 3px 8px;
  border-radius: 7px;
  background: rgba(13, 17, 23, .82);
  border: 1px solid var(--ucuz-border);
  color: var(--ucuz-sonuk);
  font-size: .72rem;
  font-variant-numeric: tabular-nums;
}

.kat-rozet {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid var(--ucuz-border);
  background: var(--ucuz-panel);
  color: var(--ucuz-sonuk);
  font-size: .78rem;
  font-weight: 600;
  cursor: pointer;
}
.kat-rozet .lek { width: 9px; height: 9px; border-radius: 50%; }
.kat-rozet.acik { color: var(--ucuz-metin); border-color: #46536a; }
.kat-rozet.kapali { opacity: .42; }
.kat-rozet .sy { color: var(--ucuz-sonuk2); font-variant-numeric: tabular-nums; font-weight: 500; }

.harita-liste {
  max-height: 74vh;
  overflow: auto;
  border: 1px solid var(--ucuz-border);
  border-radius: 12px;
  background: var(--ucuz-panel);
}
.harita-satir {
  display: flex; align-items: center; gap: 9px;
  padding: 8px 11px;
  border-bottom: 1px solid rgba(42, 50, 64, .55);
  cursor: pointer;
}
.harita-satir:last-child { border-bottom: 0; }
.harita-satir:hover { background: rgba(234, 179, 8, .07); }
.harita-satir.secili { background: rgba(234, 179, 8, .13); }
.harita-satir .lek { width: 10px; height: 10px; border-radius: 50%; flex: none; }
.harita-satir .gv { min-width: 0; flex: 1; }
.harita-satir .ad { font-size: .84rem; font-weight: 600; color: var(--ucuz-metin); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.harita-satir .alt { font-size: .74rem; color: var(--ucuz-sonuk); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.harita-satir .sy { font-size: .72rem; color: var(--ucuz-sonuk2); font-variant-numeric: tabular-nums; flex: none; }

.harita-bos { padding: 26px 14px; text-align: center; color: var(--ucuz-sonuk2); font-size: .85rem; }
