:root{--primary-font:Arial, Helvetica, sans-serif;--font-color: rgb(83, 83, 83);--header-background: white;--main-background:white}*{margin:0;padding:0}h1,h2,h3,h4,p{font-family:var(--primary-font)}h1{font-size:20px}h2{font-size:18px}h3,p{font-size:16px}.center-div{display:flex;flex-direction:column;justify-content:center;align-items:center}.leaflet-container{height:calc(100vh - 30px);width:100%;border:none}#map{height:180px}.loading-frame{height:calc(100vh - 30px);width:100vw;display:flex;justify-content:center;align-items:center;background:#e2e2e2}#shapeGC{scale:30%;animation:loading-shadow 1s cubic-bezier(.4,0,.2,1) infinite}@keyframes loading-shadow{0%{filter:drop-shadow(0px -20px 10px rgba(0,0,0,.7))}10%{filter:drop-shadow(10px -15px 12px rgba(0,0,0,.7))}20%{filter:drop-shadow(20px -5px 14px rgba(0,0,0,.7))}30%{filter:drop-shadow(20px 5px 15px rgba(0,0,0,.7))}40%{filter:drop-shadow(20px 15px 16px rgba(0,0,0,.7))}50%{filter:drop-shadow(0px 20px 20px rgba(0,0,0,.7))}60%{filter:drop-shadow(-10px 15px 16px rgba(0,0,0,.7))}70%{filter:drop-shadow(-20px 5px 15px rgba(0,0,0,.7))}80%{filter:drop-shadow(-20px -5px 14px rgba(0,0,0,.7))}90%{filter:drop-shadow(-10px -15px 12px rgba(0,0,0,.7))}to{filter:drop-shadow(0px -20px 10px rgba(0,0,0,.7))}}header{display:flex;align-items:center;justify-content:space-between;height:30px;box-shadow:inset -2px 0 10px 5px #0000002f;z-index:9000;padding-inline:30px}#listBut{height:20px;width:20px;cursor:pointer;transition:.1s ease;-webkit-user-select:none;user-select:none}#listBut:hover{scale:1.1}.header-list{position:absolute;top:31px;background:#ecececc7;right:0;width:60%;max-height:80%;z-index:7000;box-shadow:-10px 10px 20px #0000002c;transition:2s ease-in-out;overflow-x:hidden}.header-list li{padding:4px 0 2px 20px;font-family:var(--primary-font);list-style:none;font-size:16px;cursor:pointer}.header-list li:hover{background:#ececece7}.header-list-a{color:#000;text-decoration:none;display:flex;width:100%;height:auto}.header-list-a::selection{outline:none}.places-container{position:absolute;border-radius:10px;top:31px;right:0;max-height:calc(100vh - 120px);max-width:550px;padding:1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;z-index:9001;background:#ecececc7;overflow-y:hidden}.filters{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.filters button{padding:.5rem 1rem;border:1px solid #ddd;background:#f7f7f7;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background .2s ease,transform .1s ease}.filters button:hover{background:#eaeaea;transform:scale(1.05)}.places-list{list-style:none;padding:0;margin:0;max-height:70vh;overflow-y:auto;scroll-behavior:smooth}.places-list::-webkit-scrollbar{width:6px}.places-list::-webkit-scrollbar-track{background:transparent}.places-list::-webkit-scrollbar-thumb{background:#0003;border-radius:10px;transition:background .3s ease}.places-list::-webkit-scrollbar-thumb:hover{background:#00000059}.places-list::-webkit-scrollbar-thumb{opacity:0}.places-list:hover::-webkit-scrollbar-thumb{opacity:1}.place-card{border:1px solid #e0e0e0;background:#fff;border-radius:8px;margin-bottom:1rem;padding:1rem;box-shadow:0 2px 6px #0000000d;transition:transform .2s ease,box-shadow .2s ease}.place-card:hover{transform:translateY(-3px);box-shadow:0 4px 12px #0000001a}.place-card h3{margin:0 0 .5rem;font-size:1.1rem;color:#333;cursor:pointer}.place-card p{margin:0 0 .5rem;font-size:.9rem;color:#555}.place-card span{font-size:.8rem;color:#777;display:block;margin-top:.5rem}
