@tailwind base;@tailwind components;@tailwind utilities;*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0;overflow:hidden}.leaflet-container{z-index:9}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes zoom-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-in,.fade-in{animation:fade-in .2s ease-out}.zoom-in-95{animation:zoom-in .2s ease-out}.prose{color:#374151;max-width:65ch}.prose strong{color:#111827;font-weight:600}.prose h3{color:#111827;font-weight:700;font-size:1.5rem;margin-top:1.5rem;margin-bottom:1rem}.prose h4{color:#111827;font-weight:600;font-size:1.25rem;margin-top:1.5rem;margin-bottom:.75rem}.prose p{margin-top:.75rem;margin-bottom:.75rem;line-height:1.75}.prose ul{margin-top:.75rem;margin-bottom:.75rem;list-style-type:disc;padding-left:1.625rem}.prose li{margin-top:.5rem;margin-bottom:.5rem}.prose-brand h3,.prose-brand h4{color:#0369a1}
