.map-container{width:100%;height:100vh;position:relative}.map-controls{position:absolute;top:20px;right:20px;z-index:1000}.photo-upload-box{border:2px dashed #ccc;border-radius:8px;padding:15px;text-align:center;cursor:pointer;transition:all .3s ease;background-color:#f9f9f9;margin-bottom:10px}.photo-upload-button i{font-size:24px;margin-bottom:5px;color:#4caf50}.photo-counter{font-size:12px;color:#666;margin-top:5px}.photo-previews{display:flex;gap:8px;margin:10px 0;width:100%;justify-content:space-between;overflow:hidden;padding:2px 0}.photo-thumbnail{position:relative;flex:1 1 0;min-width:0;height:60px;border-radius:6px;overflow:hidden;border:1px solid #e0e0e0;background:#f8f9fa;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 2px 4px #0000001a}.remove-photo{position:absolute;top:2px;right:2px;width:20px;height:20px;background:#e74c3ce6;color:#fff;border:none;border-radius:50%;font-size:12px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;margin:0;opacity:0;transition:all .2s ease;z-index:5}.leaflet-popup-content-wrapper{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;padding:0;overflow:hidden;transition:all .3s ease}.leaflet-popup-content{margin:0;width:300px!important;max-width:300px!important}.leaflet-popup-tip-container{margin-top:-1px}.leaflet-popup-tip{box-shadow:0 3px 14px #00000026}.marker-popup{font-family:Finlandica Headline,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;padding:15px}.marker-popup h3{margin:0 0 10px;color:#2c3e50;font-size:18px;font-weight:600;border-bottom:2px solid #f0f0f0;padding-bottom:8px}.marker-popup p{margin:0 0 15px;color:#555;font-size:14px;line-height:1.4}.marker-popup .form-group{margin-bottom:15px}.marker-popup label{display:block;margin-bottom:5px;font-weight:500;color:#2c3e50;font-size:13px;text-transform:uppercase;letter-spacing:.5px}.marker-popup input[type=text],.marker-popup textarea{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-family:Finlandica Headline,sans-serif;font-size:14px;transition:border-color .3s ease,box-shadow .3s ease;box-sizing:border-box}.marker-popup input[type=text]:focus,.marker-popup textarea:focus{border-color:#4caf50;box-shadow:0 0 0 2px #4caf5033;outline:none}.marker-popup textarea{min-height:80px;resize:vertical}.form-buttons{display:flex;justify-content:space-between;gap:10px;margin-top:15px}.btn-cancel,.btn-save{flex:1;padding:10px 15px;border:none;border-radius:6px;font-family:Finlandica Headline,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:6px}.btn-cancel{background-color:#f5f5f5;color:#666}.btn-cancel:hover{background-color:#e0e0e0}.btn-save{background-color:#4caf50;color:#fff}.btn-save:hover{background-color:#43a047}.photo-upload-container{margin-top:10px;width:100%}.photo-upload-box{border:2px dashed #e0e0e0;border-radius:8px;padding:15px;text-align:center;cursor:pointer;transition:all .3s ease;background-color:#f9f9f9;margin-bottom:10px}.photo-upload-box:hover{border-color:#4caf50;background-color:#f0f9f0}.photo-upload-button{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#666;cursor:pointer}.photo-upload-button i{font-size:20px;margin-bottom:5px;color:#4caf50}.photo-counter{font-size:11px;color:#888;margin-top:5px;font-weight:500}.photo-previews{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.photo-thumbnail{position:relative;width:70px;height:70px;border-radius:6px;overflow:hidden;box-shadow:0 2px 4px #0000001a;border:1px solid #eee}.photo-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.photo-thumbnail:hover img{transform:scale(1.05)}.remove-photo{position:absolute;top:2px;right:2px;width:18px;height:18px;background:#f00c;color:#fff;border:none;border-radius:50%;font-size:10px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;margin:0;opacity:0;transition:opacity .2s ease,background .2s ease}.photo-thumbnail:hover .remove-photo{opacity:1}.remove-photo:hover{background:red}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite;margin-right:6px}#map{position:fixed;top:0;bottom:60px;left:0;right:0;z-index:1}.user-location-marker{background:none!important;border:none!important}.pulse-marker{position:relative;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.pulse-marker-dot{width:16px;height:16px;background-color:#3498db;border-radius:50%;position:absolute;z-index:10;box-shadow:0 0 0 3px #fffc}.pulse-marker-pulse{position:absolute;width:32px;height:32px;background-color:#3498dbb3;border-radius:50%;z-index:1;opacity:0;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(.2);opacity:.7}70%{transform:scale(1.5);opacity:0}to{transform:scale(1.5);opacity:0}}.custom-marker .marker-pin{width:30px;height:30px;border-radius:50% 50% 50% 0;background:#e74c3c;transform:rotate(-45deg);position:relative;left:50%;top:50%;margin:-20px 0 0 -15px;transition:all .3s ease}.custom-marker.saved .marker-pin{background:#2ecc71;box-shadow:0 0 10px #2ecc71cc}.custom-marker.saved .marker-pin:after{content:"✓";position:absolute;color:#fff;font-size:14px;font-weight:700;transform:rotate(45deg) translate(-50%,-50%);left:50%;top:50%;text-shadow:0 0 3px rgba(0,0,0,.5)}.custom-marker .marker-pin:after{content:"";width:24px;height:24px;margin:3px 0 0 3px;background:#fff;border-radius:50%;position:absolute}.custom-popup{border-radius:8px;padding:0;transform:scale(.7);transform-origin:top center}.popup-container{padding:10px;font-family:Finlandica Headline,cursive;font-size:.9em}.popup-container h3{margin:0 0 5px;color:#e74c3c;font-size:1.1rem}.address{font-size:.8rem;color:#555;margin-bottom:8px}.marker-form{display:flex;flex-direction:column;gap:10px}.form-group{display:flex;flex-direction:column;gap:5px}.form-group label{font-size:.8rem;color:#333}.form-group textarea,.form-group select,.form-group input[type=file]{padding:6px;border:1px solid #ddd;border-radius:4px;font-family:inherit}.form-buttons{display:flex;gap:10px;margin-top:15px;width:100%}.form-buttons button{flex:1;box-sizing:border-box}.cancel-btn{background:#e74c3c;color:#fff;border:none;padding:8px;border-radius:4px;cursor:pointer;font-family:Finlandica Headline,cursive;transition:background .3s;flex:1}.cancel-btn:hover{background:#c0392b}.submit-btn{flex:1;background:#2ecc71;color:#fff;border:none;padding:8px;border-radius:4px;cursor:pointer;font-family:Finlandica Headline,cursive;transition:background .3s}.submit-btn:hover{background:#27ae60}.leaflet-control-container .leaflet-top{top:10px}.leaflet-control-container .leaflet-bottom{bottom:70px}.leaflet-popup-content{text-align:center;font-family:Finlandica Headline,cursive}/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */.pswp{--pswp-bg: #000;--pswp-placeholder-bg: #222;--pswp-root-z-index: 100000;--pswp-preloader-color: rgba(79, 79, 79, .4);--pswp-preloader-color-secondary: rgba(255, 255, 255, .9);--pswp-icon-color: #fff;--pswp-icon-color-secondary: #4f4f4f;--pswp-icon-stroke-color: #4f4f4f;--pswp-icon-stroke-width: 2px;--pswp-error-text-color: var(--pswp-icon-color)}.pswp{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--pswp-root-z-index);display:none;touch-action:none;outline:0;opacity:.003;contain:layout style size;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{transform:translateZ(0);will-change:opacity}.pswp__bg{opacity:.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__scroll-wrap,.pswp__bg,.pswp__container,.pswp__item,.pswp__content,.pswp__img,.pswp__zoom-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:-webkit-zoom-out;cursor:-moz-zoom-out;cursor:zoom-out}.pswp__container,.pswp__img,.pswp__button,.pswp__counter{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{margin:auto;font-size:1em;line-height:1;color:var(--pswp-error-text-color)}.pswp .pswp__hide-on-close{opacity:.005;will-change:opacity;transition:opacity var(--pswp-transition-duration) cubic-bezier(.4,0,.22,1);z-index:10;pointer-events:none}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{position:relative;display:block;width:50px;height:60px;padding:0;margin:0;overflow:hidden;cursor:pointer;background:none;border:0;box-shadow:none;opacity:.85;-webkit-appearance:none;-webkit-touch-callout:none}.pswp__button:hover,.pswp__button:active,.pswp__button:focus{transition:none;padding:0;background:none;border:0;box-shadow:none;opacity:1}.pswp__button:disabled{opacity:.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary)}.pswp__icn{position:absolute;top:14px;left:9px;width:32px;height:32px;overflow:hidden;pointer-events:none}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}div.pswp__img--placeholder,.pswp__img--with-bg{background:var(--pswp-placeholder-bg)}.pswp__top-bar{position:absolute;left:0;top:0;width:100%;height:60px;display:flex;flex-direction:row;justify-content:flex-end;z-index:10;pointer-events:none!important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{position:absolute;width:75px;height:100px;top:50%;margin-top:-50px}.pswp__button--arrow:disabled{display:none;cursor:default}.pswp__button--arrow .pswp__icn{top:50%;margin-top:-30px;width:60px;height:60px;background:none;border-radius:0}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{right:auto;left:0}.pswp__button--arrow--next{right:0}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scaleX(-1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{position:relative;overflow:hidden;width:50px;height:60px;margin-right:auto}.pswp__preloader .pswp__icn{opacity:0;transition:opacity .2s linear;animation:pswp-clockwise .6s linear infinite}.pswp__preloader--active .pswp__icn{opacity:.85}@keyframes pswp-clockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pswp__counter{height:30px;margin-top:15px;margin-inline-start:20px;font-size:14px;line-height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:.85}.pswp--one-slide .pswp__counter{display:none}.edit-marker-form ion-button,.photo-actions ion-button{display:inline-flex;align-items:center;justify-content:center;background:#4caf50;color:#fff;border:none;border-radius:6px;padding:8px 12px;font-size:14px;font-family:Finlandica Headline,sans-serif;font-weight:500;cursor:pointer;gap:6px;transition:all .2s ease}.edit-marker-form ion-button:hover,.photo-actions ion-button:hover{background:#43a047}.photo-actions ion-button{background:#e74c3c;padding:2px 6px;border-radius:50%;font-size:12px}.photo-actions ion-button:hover{background:#c0392b}
