@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-[#000] font-sans text-white;}h1{font-size:2rem}@screen md{h1 {font-size: 2.5rem;}}@screen lg{h1 {font-size: 3rem;}}.drop-shadow-neon{filter:drop-shadow(0 0 9px #00ffe1cc)}.rtl{direction:rtl}.ltr{direction:ltr}.rtl *{font-family:Inter,Noto Sans Arabic,Arial Unicode MS,sans-serif}.leaflet-container{@apply rounded-lg overflow-hidden;}.leaflet-popup-content-wrapper{@apply bg-white rounded-lg shadow-lg;}.leaflet-popup-content{@apply m-0 p-0;}.leaflet-popup-tip{@apply bg-white;}.leaflet-control-attribution{@apply text-xs text-gray-500;}.custom-marker{@apply transition-all duration-200;}.custom-marker:hover{@apply scale-110;}}@layer utilities{.animate-blob{animation:blobFloat 17s ease-in-out infinite alternate}}@keyframes blobFloat{0%{transform:scale(1) translateY(0);opacity:.7}38%{transform:scale(1.15) translateY(-18px) translate(16px) rotate(8deg);opacity:.96}66%{transform:scale(.95) translateY(8px) translate(-18px) rotate(-4deg);opacity:.82}to{transform:scale(1.04) translateY(-10px) translate(13px) rotate(-3deg);opacity:.7}}
