#map{position:relative;height:100%;width:100%}.park-card{width:280px;max-width:92%;background:#fff;border-radius:.75rem;box-shadow:0 8px 16px rgba(0,0,0,.25);overflow:hidden;pointer-events:auto;opacity:0;transform:translateY(8px) scale(.97);transition:opacity .25s ease,transform .25s ease,box-shadow .25s ease;position:absolute;z-index:9999;font-family:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif}.park-card.show{opacity:1;transform:translateY(0) scale(1)}.park-card:hover{box-shadow:0 12px 24px rgba(0,0,0,.3);transform:translateY(-3px) scale(1.01)}.park-card img{width:100%;height:150px;object-fit:cover;display:block}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,rgba(0,0,0,.25),rgba(0,0,0,.6))}.park-content{position:relative;padding:.75rem 1rem 1rem}.park-content h3{font-size:1rem;font-weight:600;margin:0;color:#111827;line-height:1.3}.park-content p{font-size:.85rem;font-weight:400;margin:.5rem 0 .75rem;color:#4b5563;line-height:1.45;max-height:65px;overflow:hidden;text-overflow:ellipsis}.park-content a{display:inline-block;font-size:.8rem;font-weight:500;padding:.35rem .75rem;border-radius:.5rem;background-color:#f3f4f6;color:#295552;text-decoration:none;transition:background .2s ease,color .2s ease}.park-content a:hover{background-color:#295552;color:#fff !important}#search-container{position:absolute;top:1rem;left:50%;transform:translateX(-50%);z-index:9999;width:90%;max-width:400px}#suggestions{background:#fff;border:1px solid #d1d5db;border-radius:.5rem;max-height:200px;overflow-y:auto;margin-top:.25rem;display:none}#suggestions li{padding:.5rem 1rem;cursor:pointer}#suggestions li:hover{background:#d1fae5}.highlight{animation:pulse 1s ease-in-out}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}100%{transform:scale(1)}}@media (max-width:500px){.park-card{width:92%}.park-card img{height:130px}.park-content h3{font-size:.95rem}.park-content p{font-size:.8rem;max-height:55px}}