@import url("https://fonts.googleapis.com/css2?family=Murecho:wght@100..900&family=WDXL+Lubrifont+JP+N&display=swap");.wdxl-lubrifont-jp-n-regular{font-family:WDXL Lubrifont JP N,sans-serif;font-weight:400;font-style:normal}body,html{font-family:WDXL Lubrifont JP N,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow:auto;width:100%;overscroll-behavior:none}a{color:inherit;text-decoration:none}*{box-sizing:border-box}:root{--adm-color-primary:#007bff;--adm-font-size-main:16px;--adm-border-radius-s:8px;--header-height:112px;--tab-bar-height:50px;--spot-list-height-mobile:40vh;--spot-list-width-desktop:380px}.tab-bar-spacer{height:54px}@media (max-width:768px){:root{--header-height:96px;--tab-bar-height:56px}.tab-bar-spacer{height:60px}}@media (min-width:769px){:root{--tab-bar-height:50px;--header-height-desktop:60px}.tab-bar-spacer{height:54px}}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body,html{height:100%;margin:0;padding:0;font-family:Helvetica Neue,Arial,sans-serif;display:flex;flex-direction:column}header{background-color:#4A90E2;color:white;text-align:center;width:100%;flex-shrink:0;box-shadow:0 2px 4px rgba(0,0,0,.1)}header h1{margin:0;font-size:1.6em;font-weight:500}#mapcontainer{width:100%;height:100%;flex-grow:1}#message-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);padding:20px;border-radius:8px;text-align:center;z-index:1000;display:none;box-shadow:0 4px 8px rgba(0,0,0,.1)}#message-container.message-loading{background-color:#e0e0e0;color:#333}#message-container.message-error{background-color:#ffdddd;color:#d8000c;border:1px solid #d8000c}.spinner{width:36px;height:36px;border-radius:50%;border:4px solid rgba(0,0,0,.1);border-left-color:#09f;animation:spin 1s ease infinite;margin:0 auto 10px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.custom-popup{padding:5px}.custom-popup strong{font-size:1.1em;display:block;margin-bottom:5px;color:#4A90E2}.custom-popup p{font-size:.95em;margin:5px 0;font-size:14px;line-height:1.4}.leaflet-popup-content-wrapper{border-radius:8px;box-shadow:0 3px 14px rgba(0,0,0,.2)}.awesome-marker i{margin-top:12px;font-size:16px}.leaflet-control-search{position:relative;float:left;background:#fff;color:#1978cf;border:2px solid rgba(0,0,0,.2);background-clip:padding-box;border-radius:4px;background-color:rgba(255,255,255,.8);z-index:1000;margin-left:10px;margin-top:120px}@media (min-width:769px){.leaflet-control-search{margin-top:70px}}.leaflet-control-search.search-exp{background:#fff;border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-control-search .search-input{display:block;float:left;background:#fff;border:1px solid #666;border-radius:2px;height:22px;padding:0 18px 0 2px;margin:3px}.leaflet-control-search.search-load .search-input{background:#fff url(/images/loader.gif) no-repeat 100%}.leaflet-control-search.search-load .search-cancel{visibility:hidden}.leaflet-control-search .search-cancel{display:block;width:18px;height:18px;position:absolute;right:22px;margin:6px 0;background:url(https://unpkg.com/leaflet-search@2.9.9/images/search-icon.png) no-repeat 0 -46px;text-decoration:none;filter:alpha(opacity=80);opacity:.8}.leaflet-control-search .search-cancel:hover{filter:alpha(opacity=100);opacity:1}.leaflet-control-search .search-cancel span{display:none;font-size:18px;line-height:20px;color:#ccc;font-weight:700}.leaflet-control-search .search-cancel:hover span{color:#aaa}.leaflet-control-search .search-button{display:block;float:left;width:26px;height:26px;background:url(https://unpkg.com/leaflet-search@2.9.9/images/search-icon.png) no-repeat 2px 2px #fff;border-radius:4px}.leaflet-control-search .search-button:hover{background:url(https://unpkg.com/leaflet-search@2.9.9/images/search-icon.png) no-repeat 2px -22px #fafafa}.leaflet-control-search .search-tooltip{position:absolute;top:100%;left:0;float:left;list-style:none;padding-left:0;min-width:120px;max-height:122px;box-shadow:1px 1px 6px rgba(0,0,0,.4);background-color:rgba(0,0,0,.25);z-index:1010;overflow-y:auto;overflow-x:hidden;cursor:pointer}.leaflet-control-search .search-tip{margin:2px;padding:2px 4px;display:block;color:black;background:#eee;border-radius:.25em;text-decoration:none;white-space:nowrap}.leaflet-control-search .search-button:hover{background-color:#f4f4f4}.leaflet-control-search .search-button:hover,.leaflet-control-search .search-tip-select,.leaflet-control-search .search-tip:hover{background-color:#fff}.leaflet-control-search .search-alert{cursor:pointer;clear:both;font-size:.75em;margin-bottom:5px;padding:0 .25em;color:#e00;font-weight:700;border-radius:.25em}.like-section{margin-top:10px;padding-top:10px;border-top:1px solid #eee;justify-content:space-between}.like-button,.like-section{display:flex;align-items:center}.like-button{background:none;border:none;cursor:pointer;font-size:18px;padding:5px 10px;border-radius:5px;transition:all .2s ease;gap:5px}.like-button:hover{background-color:#f0f0f0;transform:scale(1.05)}.like-button:active{transform:scale(.95)}.like-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.like-button:disabled:hover{background-color:transparent;transform:none}.like-button.liked{color:#e74c3c}.like-button.not-liked{color:#7f8c8d}.like-count{font-weight:700;color:#2c3e50;font-size:14px}.like-button .heart-icon{transition:transform .2s ease}.like-button.liked .heart-icon{animation:heartBeat .5s ease}@keyframes heartBeat{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.like-count.updating{animation:pulse .3s ease}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.custom-current-location-icon{background-color:#1a73e8;width:16px;height:16px;border-radius:50%;border:2px solid white;box-shadow:0 0 0 3px rgba(26,115,232,.4)}.completion_image{width:80%}