/* TULUX — ihracat haritası (harita.html) */
html,body{margin:0;height:100%;background:transparent;overflow:hidden}
  #map{width:100%;height:100%;display:block;touch-action:pan-y}
  text{font-family:'Archivo',Helvetica,sans-serif;font-weight:500}
  .land{transition:fill .7s cubic-bezier(.16,.86,.26,1)}
  .hit{cursor:pointer}
  @keyframes radar{0%{transform:scale(.35);opacity:.55}70%{opacity:0}100%{transform:scale(3.4);opacity:0}}
  .radar{animation:radar 3.6s cubic-bezier(.22,.8,.3,1) infinite}
  @keyframes ants{to{stroke-dashoffset:-24}}
  .ants{animation:ants 1.1s linear infinite}
  @keyframes capin{from{opacity:0}to{opacity:1}}
  .tag{animation:capin .3s cubic-bezier(.16,.86,.26,1) both}
