body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{background-color:#fff;box-shadow:0 2px 8px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-container{align-items:center;display:flex;height:70px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.nav-brand{color:#4a90e2;font-size:24px;font-weight:700;text-decoration:none;transition:color .3s}.nav-brand:hover{color:#357abd}.language-switcher{align-items:center;background-color:#fff;border:2px solid #4a90e2;border-radius:6px;color:#4a90e2;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:5px;margin-left:15px;padding:8px 16px;transition:all .3s}.language-switcher:hover{background-color:#4a90e2;color:#fff}.language-switcher-alone{margin-left:auto}.language-switcher-mobile-menu{display:none}.settings-button{align-items:center;border-radius:6px;display:flex;font-size:24px;justify-content:center;margin-left:15px;padding:8px 12px;text-decoration:none;transition:all .3s}.settings-button:hover{background-color:#f0f7ff;transform:rotate(45deg)}.nav-menu{align-items:center;display:flex;gap:30px;margin-left:auto}.nav-link{border-radius:6px;color:#333;font-weight:500;padding:8px 16px;text-decoration:none;transition:all .3s}.nav-link.active,.nav-link:hover{background-color:#f0f7ff;color:#4a90e2}.nav-link-mobile-only{display:none}.nav-user{align-items:center;border-left:1px solid #e0e0e0;display:flex;gap:15px;padding-left:30px}.user-name{border-radius:6px;color:#666;cursor:pointer;font-weight:500;padding:6px 12px;text-decoration:none;transition:all .3s}.user-name:hover{background-color:#f0f7ff;color:#4a90e2}.btn-logout{background-color:#fff;border:2px solid #e74c3c;border-radius:6px;color:#e74c3c;cursor:pointer;font-weight:600;padding:8px 16px;transition:all .3s}.btn-logout:hover{background-color:#e74c3c;color:#fff}.nav-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;padding:5px}.nav-toggle span{background-color:#333;height:3px;margin:3px 0;transition:.3s;width:25px}@media (max-width:768px){.language-switcher{display:none}.language-switcher-alone{display:flex;font-size:12px;margin-right:10px;padding:6px 12px}.language-switcher-mobile-menu{border-radius:8px;display:block;justify-content:flex-start;margin:0;padding:15px 20px;width:100%}.settings-button{display:none}.nav-toggle{display:flex;margin-left:auto}.nav-menu{align-items:flex-start;background-color:#fff;box-shadow:-2px 0 8px #0000001a;flex-direction:column;gap:0;height:calc(100vh - 70px);margin-left:0;padding:20px;position:fixed;right:-100%;top:70px;transition:right .3s;width:300px}.nav-menu.active{right:0}.nav-link{border-radius:8px;padding:15px 20px;width:100%}.nav-link-mobile-only{display:block}.nav-user{align-items:flex-start;border-left:none;border-top:1px solid #e0e0e0;flex-direction:column;margin-top:20px;padding:20px;width:100%}.user-name{font-size:16px}.btn-logout,.user-name{padding:12px;width:100%}.btn-logout{justify-content:center}}.auth-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.auth-card{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:450px;padding:40px;width:100%}.register-card{max-width:600px}.auth-card h1{color:#333;font-size:32px;margin-bottom:10px;text-align:center}.auth-subtitle{color:#666;margin-bottom:30px;text-align:center}.auth-form{display:flex;flex-direction:column;gap:20px}.form-group input:focus,.form-group textarea:focus{border-color:#4a90e2;outline:none}.password-input-container{align-items:center;display:flex;position:relative}.password-input-container input{padding-right:45px;width:100%}.password-toggle{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;justify-content:center;padding:8px;position:absolute;right:12px;transition:color .3s}.password-toggle:hover{color:#4a90e2}.password-toggle:focus{outline:none}.section-title{color:#333;font-size:20px;margin-bottom:5px;margin-top:10px}.section-subtitle{color:#666;font-size:14px;margin-bottom:15px}.auth-links{margin-bottom:10px;margin-top:-10px;text-align:right}.auth-links a{color:#4a90e2;font-size:14px;font-weight:500;text-decoration:none}.auth-links a:hover{text-decoration:underline}.error-message,.success-message{font-size:14px;margin-bottom:15px;padding:12px 16px}.error-message{border-radius:8px}.auth-footer{color:#666;margin-top:20px;text-align:center}.auth-footer a{color:#4a90e2;font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.auth-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:14px 20px;transition:transform .2s,box-shadow .2s}.auth-button:hover:not(:disabled){box-shadow:0 8px 20px #667eea66;transform:translateY(-2px)}.auth-button:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.auth-card{padding:30px 20px}.auth-card h1{font-size:24px}.form-row{grid-template-columns:1fr}.register-card{max-width:100%}}@media (max-width:480px){.auth-container{padding:10px}.auth-card{padding:20px 15px}.form-group input{font-size:16px}}.modal-overlay{animation:fadeIn .2s ease;padding:20px;z-index:9999}.modal-container{animation:slideIn .3s ease;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;max-height:90vh;overflow:hidden;position:relative;width:100%}@keyframes slideIn{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.modal-header-section{align-items:center;background:#fff;border-bottom:1px solid #e0e0e0;display:flex;flex-shrink:0;justify-content:space-between;padding:25px 30px}.modal-title{color:#333;font-size:24px;font-weight:600;margin:0;padding-right:40px}.modal-close-button{align-items:center;background:#f0f0f0;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:28px;height:36px;justify-content:center;line-height:1;padding:0;position:absolute;right:20px;top:20px;transition:all .2s ease;width:36px}.modal-close-button:hover{background:#e0e0e0;color:#333;transform:rotate(90deg)}.modal-body-section{-webkit-overflow-scrolling:touch;flex:1 1;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;padding:30px}.modal-body-section::-webkit-scrollbar{width:10px}.modal-body-section::-webkit-scrollbar-track{background:#f5f5f5;border-radius:10px}.modal-body-section::-webkit-scrollbar-thumb{background:#4a90e2;border:2px solid #f5f5f5;border-radius:10px}.modal-body-section::-webkit-scrollbar-thumb:hover{background:#357abd}.modal-footer-section{background:#fff;border-top:1px solid #e0e0e0;display:flex;flex-shrink:0;gap:15px;justify-content:center;padding:20px 30px}@media (max-width:768px){.modal-overlay{align-items:flex-end;padding:0}.modal-container{animation:slideUp .3s ease;border-radius:20px 20px 0 0;max-height:92vh}.modal-header-section{padding:20px}.modal-title{font-size:20px}.modal-close-button{font-size:24px;height:32px;right:15px;top:15px;width:32px}.modal-body-section{padding:20px}.modal-footer-section{padding:15px 20px}}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.map-page{height:calc(100vh - 70px);overflow:hidden;position:relative;width:100%}.map-loading{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000026;left:50%;padding:30px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:1000}.map-loading p{color:#666;margin-top:15px}.map-error{background-color:#f8d7da;color:#721c24;top:20px}.map-error,.map-geo-warning{border-radius:8px;box-shadow:0 4px 12px #00000026;left:50%;padding:12px 24px;position:absolute;transform:translateX(-50%);z-index:1000}.map-geo-warning{background-color:#fff3cd;color:#856404;font-size:14px;top:80px}.map-empty{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000026;left:50%;padding:40px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:1000}.map-empty h2{color:#333;margin-bottom:15px}.map-empty p{color:#666}.user-location-marker{background:#0000!important;border:none!important}.user-marker-dot{animation:pulse 2s ease-in-out infinite;background-color:#4a90e2;border:3px solid #fff;border-radius:50%;box-shadow:0 0 10px #4a90e299,0 0 0 2px #4a90e24d;height:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:20px}@keyframes pulse{0%,to{box-shadow:0 0 10px #4a90e299,0 0 0 2px #4a90e24d}50%{box-shadow:0 0 20px #4a90e2cc,0 0 0 5px #4a90e280}}.map-popup{padding:10px;text-align:center}.map-popup h3{color:#333;font-size:16px;margin:10px 0 5px}.map-popup p{color:#666;font-size:14px;margin:0}.popup-photo{border:3px solid #4a90e2;border-radius:50%;height:80px;margin-bottom:10px;object-fit:cover;width:80px}.popup-buttons{gap:10px;margin-top:12px}.popup-buttons,.popup-icon-button{display:flex;justify-content:center}.popup-icon-button{align-items:center;border:none;border-radius:50%;box-shadow:0 2px 6px #0003;cursor:pointer;font-size:22px;height:45px;line-height:1;padding:0;transition:all .3s ease;width:45px}.popup-icon-button:hover{box-shadow:0 4px 12px #0000004d;transform:scale(1.1)}.popup-icon-button:active{transform:scale(.95)}.popup-icon-button:disabled{cursor:not-allowed;opacity:.5;transform:none}.contact-icon{background:linear-gradient(135deg,#4a90e2,#357abd)}.contact-icon:hover:not(:disabled){background:linear-gradient(135deg,#357abd,#2868a8)}.directions-icon{background:linear-gradient(135deg,#28a745,#218838)}.directions-icon:hover{background:linear-gradient(135deg,#218838,#1e7e34)}.contact-modal-overlay{align-items:center;animation:fadeIn .3s ease;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:2000}.contact-modal{animation:slideDown .3s ease;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000004d;display:flex;flex-direction:column;height:auto;max-height:90vh;max-width:500px;overflow:hidden;position:relative;width:90%}.modal-close{font-size:28px;transition:all .2s ease;z-index:10}.modal-close:hover{transform:rotate(90deg)}.modal-header{background:#fff;border-bottom:1px solid #e0e0e0;flex-grow:0;flex-shrink:0;padding:30px 30px 20px;text-align:center}.modal-photo{border:4px solid #4a90e2;border-radius:50%;height:100px;object-fit:cover;width:100px}.modal-header h2{align-items:center;color:#333;display:flex;flex-direction:column;font-size:24px;gap:10px;margin:0}.traveling-badge{border-radius:14px;font-size:12px;padding:6px 12px}.modal-content{-webkit-overflow-scrolling:touch;flex:1 1;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;padding:25px}.modal-content::-webkit-scrollbar{width:10px}.modal-content::-webkit-scrollbar-track{background:#f5f5f5;border-radius:10px}.modal-content::-webkit-scrollbar-thumb{background:#4a90e2;border:2px solid #f5f5f5;border-radius:10px}.modal-content::-webkit-scrollbar-thumb:hover{background:#357abd}.contact-info{display:flex;flex-direction:column;gap:15px}.contact-item-inline{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.contact-item-inline strong{color:#4a90e2;flex-shrink:0;font-size:14px;font-weight:600}.contact-item-inline a,.contact-item-inline span{color:#333;font-size:15px;line-height:1.6}.contact-item-inline a{color:#4a90e2;text-decoration:none;transition:color .2s ease}.contact-item-inline a:hover{color:#357abd;text-decoration:underline}.contact-item-address,.contact-item-groups,.contact-item-temp-location{align-items:center;border-top:1px solid #e8ecf0;display:flex;gap:10px;margin-top:5px;padding-top:5px}.contact-item-temp-location{background-color:#fff9e6;border:1px solid #ffe066;border-radius:8px;padding:10px}.temp-location-name{color:#333;font-weight:600}.temp-location-dates{color:#999;font-size:13px;font-weight:500}.friend-groups-badges-inline{align-items:center;display:flex;flex:1 1;flex-wrap:wrap;gap:6px}.no-group-text{color:#999;font-size:14px;font-style:italic}.btn-add-to-group-inline,.btn-directions-inline{align-items:center;background-color:#4a90e2;border:none;border-radius:50%;box-shadow:0 2px 4px #4a90e24d;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:18px;font-weight:700;height:28px;justify-content:center;line-height:1;padding:0;transition:all .2s ease;width:28px}.btn-directions-inline{background-color:#28a745;box-shadow:0 2px 4px #28a7454d}.btn-add-to-group-inline:hover{background-color:#357abd;box-shadow:0 3px 6px #4a90e266;transform:scale(1.1)}.btn-directions-inline:hover{background-color:#218838;box-shadow:0 3px 6px #28a74566;transform:scale(1.1)}.btn-add-to-group-inline:active,.btn-directions-inline:active{transform:scale(.95)}.modal-actions{background:#fff;border-top:1px solid #e0e0e0;flex-grow:0;flex-shrink:0;justify-content:center}.directions-button{align-items:center;background-color:#28a745;border:none;border-radius:8px;box-shadow:0 2px 8px #28a7454d;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:10px;justify-content:center;max-width:300px;padding:12px 24px;transition:all .3s ease;width:100%}.directions-button:hover{background-color:#218838;box-shadow:0 4px 12px #28a74566;transform:translateY(-2px)}.directions-button:active{transform:translateY(0)}.button-icon{font-size:20px}.center-position-button{bottom:20px}.add-temp-location-button,.center-position-button{align-items:center;background-color:#fff;border:2px solid #0003;border-radius:50%;box-shadow:0 2px 6px #0000004d;cursor:pointer;display:flex;height:50px;justify-content:center;padding:0;position:absolute;right:20px;transition:all .3s ease;width:50px;z-index:1000}.add-temp-location-button{bottom:80px}.center-position-button:hover{background-color:#4a90e2;border-color:#4a90e2;box-shadow:0 4px 12px #4a90e266;transform:scale(1.1)}.center-position-button:active{transform:scale(.95)}.location-icon{align-items:center;display:flex;font-size:24px;justify-content:center;line-height:1;transition:filter .3s ease}.center-position-button:hover .location-icon{filter:brightness(0) invert(1)}.add-temp-location-button:hover{background-color:#e74c3c;border-color:#e74c3c;box-shadow:0 4px 12px #e74c3c66;transform:scale(1.1)}.add-temp-location-button:active{transform:scale(.95)}.add-temp-location-button:hover .location-icon{filter:brightness(0) invert(1)}.add-temp-location-button.active{animation:pulse-button 1.5s infinite;background-color:#e74c3c;border-color:#e74c3c}@keyframes pulse-button{0%,to{box-shadow:0 2px 6px #e74c3c4d}50%{box-shadow:0 4px 16px #e74c3c99}}.preview-location-marker{background:#0000!important;border:none!important}.preview-marker-dot{animation:bounce 1s ease-in-out infinite;background-color:#e74c3c;border:3px solid #fff;border-radius:50% 50% 50% 0;box-shadow:0 0 15px #e74c3c99,0 0 0 3px #e74c3c4d;height:30px;left:50%;position:absolute;top:50%;transform:translate(-50%,-100%) rotate(-45deg);width:30px}@keyframes bounce{0%,to{transform:translate(-50%,-100%) rotate(-45deg)}50%{transform:translate(-50%,-110%) rotate(-45deg)}}.selection-mode-overlay{align-items:flex-start;bottom:0;display:flex;justify-content:center;left:0;padding-top:20px;pointer-events:none;position:absolute;right:0;top:0;z-index:1500}.selection-instructions{animation:slideDown .3s ease;background:#fff;border-radius:12px;box-shadow:0 6px 20px #0000004d;padding:20px 30px;pointer-events:all;text-align:center}.selection-instructions h3{color:#e74c3c;font-size:20px;margin:0 0 10px}.selection-instructions p{color:#666;font-size:15px;margin:0 0 15px}.selection-actions{display:flex;gap:15px;justify-content:center;margin-top:15px}.btn-confirm-location{background-color:#28a745;border:none;border-radius:8px;box-shadow:0 2px 6px #28a7454d;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:10px 20px;transition:all .3s ease}.btn-confirm-location:hover{background-color:#218838;box-shadow:0 4px 12px #28a74566;transform:translateY(-2px)}.btn-cancel-location{background-color:#6c757d;border:none;border-radius:8px;box-shadow:0 2px 6px #6c757d4d;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:10px 20px;transition:all .3s ease}.btn-cancel-location:hover{background-color:#5a6268;box-shadow:0 4px 12px #6c757d66;transform:translateY(-2px)}.temp-location-form{gap:20px}.form-group,.temp-location-form{display:flex;flex-direction:column;width:100%}.form-group{gap:8px}.form-group label{color:#4a90e2;font-size:13px;letter-spacing:.5px;text-transform:uppercase}.form-input,.form-textarea{border:1px solid #ddd;border-radius:6px;color:#333;font-family:inherit;font-size:15px;padding:10px 12px;transition:all .2s ease}.form-input:focus,.form-textarea:focus{border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21a;outline:none}.form-textarea{min-height:60px;resize:vertical}.form-row{grid-gap:15px;gap:15px}@media (max-width:768px){.map-page{height:calc(100vh - 70px)}.map-empty{max-width:90%;padding:30px 20px}.map-empty h2{font-size:20px}.contact-modal-overlay{align-items:flex-end;padding:0}.contact-modal{animation:slideUp .3s ease;border-radius:20px 20px 0 0;max-height:92vh;max-width:100%;width:100%}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-header{padding:25px 20px 20px}.modal-photo{height:80px;width:80px}.modal-header h2{font-size:20px}.modal-content{flex:1 1;min-height:0;overflow-y:auto;padding:20px}.contact-item-inline{font-size:14px}.contact-item-inline strong{font-size:13px}.contact-item-address,.contact-item-groups,.contact-item-temp-location{flex-wrap:wrap}.temp-location-dates,.temp-location-description,.temp-location-name{font-size:13px}.btn-add-to-group-inline,.btn-directions-inline{font-size:16px;height:26px;width:26px}.modal-close{right:10px;top:10px}.modal-actions{padding:0 20px 25px}.directions-button{font-size:15px;padding:14px 20px}.center-position-button{bottom:80px}.add-temp-location-button,.center-position-button{-webkit-tap-highlight-color:transparent;height:45px;right:15px;width:45px}.add-temp-location-button{bottom:135px}.location-icon{font-size:22px}@media (hover:none){.center-position-button:hover{background-color:#fff;border-color:#0003;box-shadow:0 2px 6px #0000004d;transform:none}.center-position-button:hover .location-icon{filter:none}.add-temp-location-button:hover{background-color:#fff;border-color:#0003;box-shadow:0 2px 6px #0000004d;transform:none}.add-temp-location-button:hover .location-icon{filter:none}}.map-geo-warning{font-size:13px;max-width:90%;top:90px}}.modal-overlay{z-index:2500}.modal-content-groups{animation:slideUp .3s ease;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0003;display:flex;flex-direction:column;max-height:80vh;max-width:600px;overflow:hidden;position:relative;width:90%}.modal-content-groups h2{border-bottom:1px solid #e8ecf0;color:#333;font-size:24px;margin:0;padding:30px 30px 20px}.modal-actions-groups{border-top:1px solid #e8ecf0;display:flex;gap:15px;padding:20px 30px}.modal-actions-groups button{flex:1 1}.btn-primary{transition:all .3s ease}.btn-primary:hover:not(:disabled){transform:translateY(-2px)}.btn-primary:disabled{opacity:.5}.btn-secondary{border:2px solid #e0e0e0;color:#666;transition:all .3s ease}.btn-secondary:hover:not(:disabled){background-color:#f5f5f5;border-color:#ccc}.btn-secondary:disabled{cursor:not-allowed;opacity:.5}.empty-message{font-size:14px;padding:20px}.time-templates{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr);margin-top:8px}.template-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 2px 8px #667eea4d;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 16px;transition:all .3s ease}.template-button:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.template-button:active{transform:translateY(0)}.template-hint{color:#999;font-size:13px;font-style:italic;margin-top:10px}@media (max-width:768px){.time-templates{gap:8px;grid-template-columns:1fr}.template-button{font-size:15px;padding:14px}}.address-search-container{position:relative;width:100%}.search-spinner{animation:spin 1s linear infinite;font-size:18px;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.address-suggestions{-webkit-overflow-scrolling:touch;background:#fff;border:2px solid #4a90e2;border-radius:8px;box-shadow:0 6px 16px #4a90e233;left:0;max-height:180px;overflow-y:auto;position:absolute;right:0;top:calc(100% + 5px);z-index:100}.address-suggestions::-webkit-scrollbar{width:6px}.address-suggestions::-webkit-scrollbar-track{background:#f5f5f5}.address-suggestions::-webkit-scrollbar-thumb{background:#4a90e2;border-radius:3px}.address-suggestion-item{align-items:flex-start;border-bottom:1px solid #f0f0f0;cursor:pointer;display:flex;gap:12px;padding:12px 15px;transition:background-color .2s ease}.address-suggestion-item:last-child{border-bottom:none}.address-suggestion-item:hover{background-color:#f0f7ff}.suggestion-icon{font-size:18px;margin-top:2px}.suggestion-content{flex:1 1;min-width:0}.suggestion-name{color:#333;font-weight:600;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.suggestion-address{color:#666;font-size:13px;line-height:1.4}.btn-use-current-position{background:linear-gradient(135deg,#4a90e2,#357abd);border:none;border-radius:8px;box-shadow:0 2px 8px #4a90e24d;color:#fff;cursor:pointer;font-size:14px;font-weight:600;margin-top:10px;padding:12px 16px;transition:all .3s ease;width:100%}.btn-use-current-position:hover{box-shadow:0 4px 12px #4a90e266;transform:translateY(-2px)}.btn-use-current-position:active{transform:translateY(0)}.location-type-selector{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr);margin-top:8px}.location-type-button{align-items:center;background:#0000;border:2px solid;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;font-size:13px;font-weight:600;gap:6px;padding:12px 8px;transition:all .3s ease}.location-type-button.selected{box-shadow:0 4px 12px #00000026;transform:scale(1.05)}.location-type-button:hover:not(.selected){box-shadow:0 2px 8px #0000001a;transform:translateY(-2px)}.location-type-icon{font-size:24px}.location-type-label{text-align:center}@media (max-width:768px){.location-type-selector{grid-template-columns:repeat(2,1fr)}}.visibility-selector{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr);margin-top:8px}.visibility-button{align-items:center;background:#0000;border:2px solid #4a90e2;border-radius:10px;color:#4a90e2;cursor:pointer;display:flex;flex-direction:column;font-size:13px;font-weight:600;gap:6px;padding:14px 10px;transition:all .3s ease}.visibility-button.selected{background-color:#4a90e2;box-shadow:0 4px 12px #4a90e24d;color:#fff;transform:scale(1.05)}.visibility-button:hover:not(.selected){background-color:#f0f7ff;box-shadow:0 2px 8px #4a90e233;transform:translateY(-2px)}.visibility-icon{font-size:22px}.visibility-label{text-align:center}.groups-selector{background-color:#f8f9fa;border-radius:8px;margin-top:15px;padding:15px}.selector-hint{color:#666;font-size:14px;font-weight:500;margin:0 0 12px}.groups-list{gap:10px}.group-checkbox-item{align-items:center;background:#fff;border:2px solid #e8ecf0;border-radius:8px;cursor:pointer;display:flex;gap:10px;padding:10px;transition:all .2s ease}.group-checkbox-item:hover{border-color:#4a90e2;transform:translateX(4px)}.group-checkbox-item input[type=checkbox]{cursor:pointer;height:18px;width:18px}.group-name{flex:1 1;font-size:14px;font-weight:600}.group-member-count{color:#666;font-size:12px}.no-groups-message{background:#fff;border-radius:8px;color:#666;font-size:14px;margin:0;padding:15px;text-align:center}.temp-location-marker{background:#0000!important;border:none!important}.temp-marker-container{animation:tempMarkerBounce 1.5s ease-in-out infinite;border:3px solid #fff;border-radius:50% 50% 50% 0;box-shadow:0 3px 8px #0000004d;height:32px;position:relative;transform:rotate(-45deg);width:32px}.temp-marker-container,.temp-marker-container:before{align-items:center;display:flex;justify-content:center}.temp-marker-container:before{background:#fff;border-radius:50%;box-shadow:0 2px 6px #0000004d;content:"⏰";font-size:10px;height:18px;position:absolute;right:-8px;top:-8px;transform:rotate(45deg);width:18px;z-index:10}.temp-marker-icon{font-size:18px;transform:rotate(45deg)}@keyframes tempMarkerBounce{0%,to{transform:rotate(-45deg) translateY(0)}50%{transform:rotate(-45deg) translateY(-5px)}}@keyframes photoMarkerBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.temp-location-type-badge{border-radius:12px;color:#fff;display:inline-block;font-size:11px;font-weight:600;margin-top:5px;padding:4px 10px}.my-temp-location-marker{background:#0000!important;border:none!important}.my-temp-marker-container{align-items:center;animation:myTempMarkerPulse 2s ease-in-out infinite;border:3px solid #fff;border-radius:50% 50% 50% 0;box-shadow:0 0 0 3px #ffd700cc,0 3px 10px #0006;display:flex;height:36px;justify-content:center;position:relative;transform:rotate(-45deg);width:36px}.my-temp-marker-container:before{align-items:center;background:linear-gradient(135deg,gold,#ffed4e);border:2px solid #fff;border-radius:50%;box-shadow:0 2px 8px #ffd70080;content:"⏰";display:flex;font-size:11px;height:20px;justify-content:center;position:absolute;right:-10px;top:-10px;transform:rotate(45deg);width:20px;z-index:10}@keyframes myTempMarkerPulse{0%,to{box-shadow:0 0 0 3px #ffd700cc,0 3px 10px #0006;transform:rotate(-45deg) scale(1)}50%{box-shadow:0 0 0 6px #ffd70066,0 4px 15px #00000080;transform:rotate(-45deg) scale(1.1)}}.search-toggle-button{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 2px 8px #0003;cursor:pointer;display:flex;font-size:20px;height:50px;justify-content:center;position:absolute;right:20px;top:20px;transition:all .3s ease;width:50px;z-index:2200}.search-toggle-button:hover{box-shadow:0 4px 12px #0000004d;transform:scale(1.1)}.main-search-bar{background:#fff;border-radius:12px;box-shadow:0 4px 16px #0003;left:90px;overflow:hidden;position:absolute;top:20px;width:380px;z-index:2000}.search-tabs{border-bottom:2px solid #f0f0f0;display:flex}.search-tab{background:none;border:none;color:#666;cursor:pointer;flex:1 1;font-size:14px;font-weight:500;padding:12px 20px;position:relative;transition:all .3s ease}.search-tab.active{color:var(--primary-color);font-weight:600}.search-tab.active:after{background:var(--primary-color);bottom:-2px;content:"";height:3px;left:0;position:absolute;right:0}.search-tab:hover{background:#f8f9fa}.search-input-container{display:flex;gap:8px;padding:12px}.search-input{font-size:14px;outline:none;transition:border-color .3s ease}.search-input:focus{border-color:var(--primary-color)}.search-submit-button{background:var(--primary-color);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;padding:12px 20px;transition:all .3s ease}.search-submit-button:hover:not(:disabled){background:var(--secondary-color);transform:scale(1.05)}.search-submit-button:disabled{cursor:not-allowed;opacity:.6}.search-results{background:#fff;border-top:1px solid #f0f0f0;max-height:400px;overflow-y:auto;position:relative;z-index:2001}.search-result-item{align-items:center;border-bottom:1px solid #f5f5f5;cursor:pointer;display:flex;padding:12px 16px;transition:background .2s ease}.search-result-item:last-child{border-bottom:none}.search-result-item:hover{background:#f8f9fa}.result-icon{font-size:24px;margin-right:12px}.result-avatar{align-items:center;background:linear-gradient(135deg,#4a90e2,#357abd);border-radius:50%;display:flex;flex-shrink:0;height:40px;justify-content:center;margin-right:12px;overflow:hidden;width:40px}.result-avatar .avatar-img{height:100%;object-fit:cover;width:100%}.result-avatar .avatar-initials{color:#fff;font-size:16px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.result-info{flex:1 1}.result-name{color:#333;font-weight:600;margin-bottom:4px}.result-address{color:#666;font-size:12px}.search-no-results{color:#999;font-size:14px;padding:20px;text-align:center}.results-section-header{background-color:#f0f7ff;border-top:1px solid #e0e0e0;color:#4a90e2;font-size:13px;font-weight:600;letter-spacing:.5px;padding:10px 16px;position:-webkit-sticky;position:sticky;text-transform:uppercase;top:0;z-index:10}@media (max-width:768px){.search-toggle-button{display:flex}.main-search-bar{display:flex;flex-direction:column;height:auto;left:50%;max-width:calc(100% - 20px);min-height:50px;min-width:auto;right:auto;top:20px;transform:translateX(-50%);width:calc(100% - 20px);z-index:2100}.search-tabs{display:none}.search-input-container{align-items:center;display:flex;flex:1 1;height:50px;padding:0;position:relative}.search-input{border:none;flex:1 1;font-size:14px;height:50px;padding:8px 50px 8px 12px}.search-submit-button{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;font-size:20px;height:50px;justify-content:center;position:absolute;right:0;top:0;width:50px;z-index:10}.search-results{background:#fff;border-radius:0 0 12px 12px;left:0;max-height:300px;position:relative;right:0;top:0;z-index:2101}}@media (min-width:769px){.search-toggle-button{display:none}}.selected-place-marker{background:#0000!important;border:none!important}.selected-place-marker-dot{align-items:center;animation:placeMarkerBounce 1s ease-in-out infinite;background:linear-gradient(135deg,#667eea,#764ba2);border:3px solid #fff;border-radius:50% 50% 50% 0;box-shadow:0 0 20px #667eeacc,0 0 0 4px #667eea4d;display:flex;font-size:20px;height:36px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-100%) rotate(-45deg);width:36px}.selected-place-marker-dot:before{content:attr(data-icon);transform:rotate(45deg)}@keyframes placeMarkerBounce{0%,to{transform:translate(-50%,-100%) rotate(-45deg)}50%{transform:translate(-50%,-110%) rotate(-45deg)}}.place-info-panel{animation:slideInLeft .3s ease;background:#fff;border-radius:16px;bottom:20px;box-shadow:0 8px 24px #00000040;left:20px;max-height:calc(100vh - 140px);overflow-y:auto;position:absolute;width:380px;z-index:1500}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}.panel-close{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;line-height:1;padding:5px;position:absolute;right:15px;top:15px;transition:all .2s ease;width:32px;z-index:10}.panel-close:hover{background-color:#f0f0f0;color:#333}.place-info-header{border-bottom:2px solid #f0f0f0;padding:25px 25px 20px}.place-info-header h3{color:#333;font-size:20px;font-weight:600;line-height:1.4;margin:0;padding-right:30px}.place-info-content{display:flex;flex-direction:column;gap:20px;padding:20px 25px}.place-address{border-bottom:1px solid #f0f0f0;padding-bottom:15px}.place-address strong{color:#4a90e2;display:block;font-size:13px;font-weight:600;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.place-address p{color:#666;font-size:14px;line-height:1.6;margin:0}.place-details{display:flex;flex-direction:column;gap:10px}.place-detail-item{align-items:center;background-color:#f8f9fa;border-radius:8px;display:flex;gap:10px;padding:8px 12px;transition:background-color .2s ease}.place-detail-item:hover{background-color:#e9ecef}.detail-icon{flex-shrink:0;font-size:18px}.place-detail-item span:last-child{color:#333;font-size:14px;font-weight:500}.place-coordinates{background-color:#f8f9fa;border-left:4px solid #4a90e2;border-radius:8px;padding:12px}.place-coordinates p{margin:0}.place-coordinates strong{color:#4a90e2;display:block;font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:5px;text-transform:uppercase}.coords-text{color:#666;font-family:Courier New,monospace;font-size:13px;font-weight:500}.place-info-actions{display:flex;justify-content:center;padding:0 25px 25px}.btn-add-as-temp-location{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;box-shadow:0 4px 12px #667eea66;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:10px;justify-content:center;padding:14px 24px;transition:all .3s ease;width:100%}.btn-add-as-temp-location:hover{box-shadow:0 6px 20px #667eea80;transform:translateY(-2px)}.btn-add-as-temp-location:active{transform:translateY(0)}@media (max-width:768px){.place-info-panel{bottom:10px;display:block!important;left:10px;max-height:40vh;max-width:none;right:10px;visibility:visible!important;width:auto;z-index:2500!important}.place-info-header h3{font-size:18px}.place-info-content{padding:15px 20px}.place-info-actions{padding:0 20px 20px}.btn-add-as-temp-location{font-size:14px;padding:12px 20px}.selection-instructions{margin:0 10px;max-width:calc(100% - 20px);padding:12px 20px}.selection-instructions h3{font-size:16px;margin:0 0 6px}.selection-instructions p{font-size:13px;margin:0 0 10px}.selection-actions{gap:10px;margin-top:10px}.btn-cancel-location,.btn-confirm-location{font-size:14px;padding:8px 16px}}.friend-photo-marker{background:#0000!important;border:none!important}.friend-photo-marker-container{align-items:center;background:#fff;border:3px solid #4a90e2;border-radius:50%;box-shadow:0 4px 12px #4a90e280;display:flex;height:48px;justify-content:center;overflow:visible;position:relative;width:48px}.friend-photo-marker-container:before{align-items:center;background:linear-gradient(135deg,#4a90e2,#357abd);border:2px solid #fff;border-radius:50%;bottom:-8px;box-shadow:0 2px 8px #4a90e299;content:"🏠";display:flex;font-size:12px;height:22px;justify-content:center;position:absolute;right:-8px;width:22px;z-index:100}.friend-photo-marker-img{-webkit-clip-path:circle(50% at 50% 50%);clip-path:circle(50% at 50% 50%);display:block;height:100%;min-height:100%;min-width:100%;object-fit:cover;object-position:center center;width:100%}.friend-default-marker{background:#0000!important;border:none!important}.friend-default-marker-container{border:3px solid #fff;border-radius:50%;box-shadow:0 4px 12px #4a90e280;height:40px;overflow:visible;position:relative;width:40px}.friend-default-marker-container,.friend-default-marker-container:before{align-items:center;background:linear-gradient(135deg,#4a90e2,#357abd);display:flex;justify-content:center}.friend-default-marker-container:before{border:2px solid #fff;border-radius:50%;bottom:-6px;box-shadow:0 2px 8px #4a90e299;content:"🏠";font-size:11px;height:20px;position:absolute;right:-6px;width:20px;z-index:100}.friend-initials{color:#fff;font-size:14px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.temp-location-marker-with-photo{background:#0000!important;border:none!important}.temp-marker-photo-container{animation:photoMarkerBounce 1.5s ease-in-out infinite;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3));height:40px;position:relative;width:40px}.temp-marker-photo-img{border:3px solid #fff;border-radius:50%;box-shadow:0 2px 6px #0003;height:100%;object-fit:cover;width:100%}.temp-marker-type-badge{align-items:center;border:2px solid #fff;border-radius:50%;bottom:-4px;box-shadow:0 2px 4px #0003;display:flex;font-size:11px;height:20px;justify-content:center;position:absolute;right:-4px;width:20px;z-index:10}.temp-marker-initials{color:#fff;font-size:14px;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(45deg)}.temp-marker-type-badge-small{align-items:center;background:#fff;border-radius:50%;bottom:-6px;box-shadow:0 2px 4px #0003;display:flex;font-size:10px;height:16px;justify-content:center;position:absolute;right:-6px;transform:rotate(45deg);width:16px;z-index:10}.map-filters-panel{background:#fff;border-radius:12px;bottom:20px;box-shadow:0 4px 16px #0003;left:20px;min-width:250px;position:fixed;z-index:1000}.filters-toggle-header{align-items:center;background:none;border:none;border-radius:12px;color:#333;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:12px 15px;transition:background-color .2s ease;width:100%}.filters-toggle-header:hover{background-color:#f5f5f5}.filters-triangle{display:inline-block;transition:transform .3s ease}.filters-triangle.expanded{transform:rotate(180deg)}.filters-content{animation:slideDown .3s ease;padding:0 15px 15px}.filter-options{display:flex;flex-direction:column;gap:8px}.filter-section{border:2px solid #e8f0fe;border-radius:10px;margin-bottom:10px;padding:12px;position:relative}.filter-section-label{background:#fff;color:#7cb5f5;font-size:12px;font-weight:600;left:12px;letter-spacing:.5px;padding:0 8px;position:absolute;text-transform:uppercase;top:-10px}.filter-checkbox-item{align-items:center;border-radius:6px;cursor:pointer;display:flex;gap:10px;padding:8px;transition:background-color .2s ease}.filter-checkbox-item:hover{background-color:#f5f5f5}.filter-checkbox-item input[type=checkbox]{cursor:pointer;flex-shrink:0;height:18px;width:18px}.filter-label{color:#333;flex:1 1;font-size:14px;-webkit-user-select:none;user-select:none}.toggle-filters-button{display:none}@media (max-width:768px){.toggle-filters-button{-webkit-tap-highlight-color:transparent;align-items:center;background-color:#fff;border:2px solid #0003;border-radius:50%;bottom:190px;box-shadow:0 2px 6px #0000004d;cursor:pointer;display:flex;height:45px;justify-content:center;position:absolute;right:15px;transition:all .3s ease;width:45px;z-index:1000}.toggle-filters-button:active{transform:scale(.95)}@media (hover:hover) and (pointer:fine){.toggle-filters-button:hover{background-color:#9b59b6;border-color:#9b59b6;box-shadow:0 4px 12px #9b59b666;transform:scale(1.1)}.toggle-filters-button:hover .location-icon{filter:brightness(0) invert(1)}}.map-filters-panel{bottom:20px;display:none;left:10px;min-width:220px;padding:12px}.map-filters-panel.show-mobile{display:block}.filter-label{font-size:13px}}.friends-page{background-color:#f5f7fa;min-height:calc(100vh - 70px);padding:40px 20px}.friends-container{margin:0 auto;max-width:900px}.friends-container h1{color:#333;font-size:36px;margin-bottom:30px;text-align:center}.tabs{border-bottom:2px solid #e0e0e0;display:flex;gap:10px;margin-bottom:30px}.tab{background:none;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:all .3s}.tab.active,.tab:hover{color:#4a90e2}.tab.active{border-bottom-color:#4a90e2}.friends-list{display:flex;flex-direction:column;gap:15px}.friend-card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;justify-content:space-between;padding:20px;transition:transform .2s,box-shadow .2s}.friend-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.friend-info{align-items:center;display:flex;flex:0 1 auto;gap:15px;max-width:60%}.friend-details{flex:0 1 auto;min-width:0}.friend-name-container{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:5px}.traveling-badge{align-items:center;animation:travelingPulse 2s ease-in-out infinite;background:linear-gradient(135deg,#ff6b6b,#ee5a6f);border-radius:12px;box-shadow:0 2px 6px #ff6b6b4d;color:#fff;cursor:help;display:inline-flex;font-size:11px;font-weight:600;gap:4px;letter-spacing:.5px;padding:4px 10px;text-transform:uppercase}@keyframes travelingPulse{0%,to{box-shadow:0 2px 6px #ff6b6b4d}50%{box-shadow:0 3px 10px #ff6b6b80}}.friend-photo{border:3px solid #4a90e2;border-radius:50%;height:60px;object-fit:cover;width:60px}.friend-info h3{color:#333;font-size:18px;margin:0}.friend-email{color:#666;font-size:14px;margin:0}.friend-location{color:#4a90e2;font-size:14px;margin:5px 0 0}.friend-bio{color:#888;font-style:italic}.friend-bio,.request-status{font-size:13px;margin:5px 0 0}.request-status{color:#f39c12}.request-actions{display:flex;gap:10px}.search-section{margin-bottom:30px}.search-form{display:flex;gap:10px;margin-bottom:20px}.search-input{border:2px solid #e0e0e0;border-radius:8px;flex:1 1;font-size:16px;padding:12px 16px}.search-input:focus{border-color:#4a90e2;outline:none}.requests-section h2{color:#333;font-size:24px;margin:30px 0 15px}.empty-message{color:#999;font-size:16px;padding:40px 20px;text-align:center}@media (max-width:768px){.friends-page{padding:20px 15px}.friends-container h1{font-size:28px}.tabs{overflow-x:auto;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tab{font-size:14px;padding:10px 16px;white-space:nowrap}.friend-card{align-items:flex-start;flex-direction:column;gap:15px}.friend-info{flex-wrap:wrap;max-width:100%;width:100%}.friend-groups-badges{margin-left:75px;margin-top:10px;padding-left:0;width:auto}.request-actions{width:100%}.request-actions button{flex:1 1}.search-form{flex-direction:column}.members-grid{grid-template-columns:1fr}.modal-content{max-height:90vh}.modal-content h2{font-size:20px;padding:25px 20px 15px}.friends-selection,.modal-actions{padding:15px 20px}.modal-actions{flex-direction:column}}.groups-section{max-width:100%}.groups-header{display:flex;justify-content:flex-end;margin-bottom:20px}.create-group-form{background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000001a;margin-bottom:30px;padding:30px}.create-group-form h3{color:#333;font-size:20px;margin:0 0 20px}.form-group input[type=text]{border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:16px;padding:12px 16px;transition:border-color .3s;width:100%}.form-group input[type=text]:focus{border-color:#4a90e2;outline:none}.color-picker-container{align-items:center;display:flex;gap:12px}.color-input{border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;height:40px;padding:2px;width:50px}.color-input::-webkit-color-swatch-wrapper{padding:0}.color-input::-webkit-color-swatch{border:none;border-radius:6px}.color-preview{border:2px solid #e0e0e0;border-radius:50%;height:30px;width:30px}.color-label{color:#666;font-family:monospace;font-size:14px}.groups-list{display:flex;flex-direction:column;gap:20px}.group-card{background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000001a;overflow:hidden;transition:all .3s ease}.group-card:hover{box-shadow:0 4px 20px #00000026}.group-header-item{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:20px 25px;transition:background-color .2s ease}.group-header-item:hover{background-color:#f8f9fa}.group-info{align-items:center;display:flex;flex:1 1;gap:15px}.group-color-indicator{border:2px solid #fff;border-radius:50%;box-shadow:0 2px 6px #0003;flex-shrink:0;height:20px;width:20px}.group-info h3{color:#333;font-size:20px;margin:0}.member-count{background-color:#e8ecf0;border-radius:12px;color:#666;font-size:14px;padding:4px 12px;white-space:nowrap}.group-actions{align-items:center;display:flex;gap:10px}.btn-icon{background:none;border:none;border-radius:8px;cursor:pointer;font-size:20px;line-height:1;padding:8px;transition:all .2s ease}.btn-icon:hover{transform:scale(1.1)}.btn-icon:active{transform:scale(.95)}.btn-icon:disabled{cursor:not-allowed;opacity:.5}.btn-add:hover{background-color:#e8f5e9}.expand-icon{color:#666;font-size:14px;margin-left:10px;transition:transform .3s ease}.group-members{animation:slideDown .3s ease;border-top:1px solid #e8ecf0;padding:0 25px 25px}@keyframes slideDown{0%{max-height:0;opacity:0}to{max-height:1000px;opacity:1}}.members-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-top:20px}.member-card{align-items:center;border:2px solid #e8ecf0;border-radius:12px;display:flex;gap:12px;padding:12px;position:relative;transition:all .2s ease}.member-card:hover{background-color:#f0f7ff;border-color:#4a90e2}.member-photo{object-fit:cover}.member-photo,.member-photo-placeholder{border:2px solid #4a90e2;border-radius:50%;flex-shrink:0;height:50px;width:50px}.member-photo-placeholder{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;font-size:18px;font-weight:700;justify-content:center}.member-info{flex:1 1;min-width:0}.member-name{color:#333;font-size:14px;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn-remove-member{align-items:center;background:#f44;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:14px;height:24px;justify-content:center;line-height:1;padding:0;transition:all .2s ease;width:24px}.btn-remove-member:hover{background:#c00;transform:scale(1.1)}.btn-remove-member:active{transform:scale(.9)}.btn-remove-member:disabled{cursor:not-allowed;opacity:.5}.modal-overlay{align-items:center;animation:fadeIn .3s ease;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{animation:slideUp .3s ease;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0003;display:flex;flex-direction:column;max-height:80vh;max-width:600px;overflow:hidden;position:relative;width:90%}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:32px;height:32px;justify-content:center;line-height:1;padding:0;position:absolute;right:15px;top:15px;transition:background-color .2s ease;width:32px;z-index:1}.modal-close:hover{background-color:#f0f0f0;color:#333}.modal-content h2{border-bottom:1px solid #e8ecf0;color:#333;font-size:24px;margin:0;padding:30px 30px 20px}.friends-selection{flex:1 1;overflow-y:auto;padding:20px 30px}.friend-select-card{align-items:center;border:2px solid #e8ecf0;border-radius:12px;cursor:pointer;display:flex;gap:15px;margin-bottom:12px;padding:15px;transition:all .2s ease}.friend-select-card:hover{background-color:#f0f7ff;border-color:#4a90e2}.friend-select-card.selected{background-color:#e3f2fd;border-color:#4a90e2}.friend-select-card input[type=checkbox]{accent-color:#4a90e2;cursor:pointer;height:20px;width:20px}.friend-photo-small{object-fit:cover}.friend-photo-placeholder-small,.friend-photo-small{border:2px solid #4a90e2;border-radius:50%;height:45px;width:45px}.friend-photo-placeholder-small{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;font-size:16px;font-weight:700;justify-content:center}.friend-select-card span{color:#333;flex:1 1;font-weight:600}.groups-selection{flex:1 1;overflow-y:auto;padding:20px 30px}.group-select-card{align-items:center;border:2px solid #e8ecf0;border-radius:12px;cursor:pointer;display:flex;gap:15px;margin-bottom:12px;padding:15px;transition:all .2s ease}.group-select-card:hover{background-color:#f0f7ff;border-color:#4a90e2}.group-select-card.selected{background-color:#e3f2fd;border-color:#4a90e2}.group-select-card input[type=checkbox]{accent-color:#4a90e2;cursor:pointer;height:20px;width:20px}.group-select-card span{color:#333;font-weight:600}.modal-actions{border-top:1px solid #e8ecf0;display:flex;gap:15px;padding:20px 30px}.modal-actions button{flex:1 1}.friend-groups-badges{align-items:center;display:flex;flex:1 1;flex-wrap:wrap;gap:6px;margin-left:20px}.group-badge{border-radius:12px;color:#fff;cursor:default;display:inline-block;font-size:12px;font-weight:600;padding:4px 10px;text-shadow:0 1px 2px #0003;white-space:nowrap}.friend-actions{align-items:center;display:flex;gap:10px}.btn-add-to-group{align-items:center;background-color:#4a90e2;border:none;border-radius:50%;box-shadow:0 2px 4px #4a90e24d;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:20px;font-weight:700;height:32px;justify-content:center;line-height:1;padding:0;transition:all .2s ease;width:32px}.btn-add-to-group:hover{background-color:#357abd;box-shadow:0 3px 6px #4a90e266;transform:scale(1.1)}.btn-add-to-group:active{transform:scale(.95)}.btn-remove-friend{align-items:center;background-color:#f44;border:none;border-radius:50%;box-shadow:0 2px 4px #ff44444d;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:20px;font-weight:700;height:32px;justify-content:center;line-height:1;padding:0;transition:all .2s ease;width:32px}.btn-remove-friend:hover{background-color:#c00;box-shadow:0 3px 6px #f446;transform:scale(1.1)}.btn-remove-friend:active{transform:scale(.95)}.profile-page{background-color:#f5f7fa;min-height:calc(100vh - 70px);padding:40px 20px}.profile-container{background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000001a;margin:0 auto;max-width:700px;padding:40px}.profile-container h1{color:#333;font-size:32px;margin-bottom:30px;text-align:center}.profile-photo-section{align-items:center;display:flex;flex-direction:column;margin-bottom:40px}.photo-wrapper{margin-bottom:20px}.profile-photo{object-fit:cover}.profile-photo,.profile-photo-placeholder{border:4px solid #4a90e2;border-radius:50%;height:150px;width:150px}.profile-photo-placeholder{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;font-size:48px;font-weight:700;justify-content:center}.profile-info{width:100%}.profile-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:25px}.profile-header h2{color:#333;font-size:24px}.profile-info h3{color:#333;font-size:20px;margin:30px 0 10px}.address-note{color:#666;font-size:14px;font-style:italic}.address-note,.form-group{margin-bottom:20px}.form-group label{color:#333;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.form-group input,.form-group textarea{border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:16px;padding:12px 16px;transition:border-color .3s;width:100%}.form-group input:disabled,.form-group textarea:disabled{background-color:#f5f7fa;cursor:not-allowed}.input-disabled{background-color:#f5f7fa!important;cursor:not-allowed}.form-group input:not(:disabled):focus,.form-group textarea:not(:disabled):focus{border-color:#4a90e2;outline:none}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.profile-actions{display:flex;gap:15px;margin-top:30px}.profile-actions button{flex:1 1}@media (max-width:768px){.profile-page{padding:20px 15px}.profile-container{padding:30px 20px}.profile-container h1{font-size:24px}.profile-photo,.profile-photo-placeholder{height:120px;width:120px}.profile-photo-placeholder{font-size:36px}.profile-header{align-items:flex-start;flex-direction:column;gap:15px}.profile-header button{width:100%}.form-row{grid-template-columns:1fr}.profile-actions,.temp-address-card{flex-direction:column}.temp-address-card{align-items:flex-start;gap:15px}.temp-address-card .btn-delete{align-self:flex-end}}.temp-addresses-section{border-top:2px solid #e8ecf0;margin-top:40px;padding-top:40px}.temp-address-form{background-color:#f8f9fa;border-radius:12px;margin:20px 0;padding:25px}.temp-addresses-list{margin-top:20px}.no-temp-addresses{color:#999;font-style:italic;padding:30px;text-align:center}.temp-address-card{align-items:center;border:2px solid #e8ecf0;border-radius:12px;display:flex;justify-content:space-between;margin-bottom:15px;padding:20px;transition:all .3s ease}.temp-address-card.active{background-color:#f0f7ff;border-color:#4a90e2}.temp-address-card.inactive{opacity:.6}.temp-address-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.temp-address-info h4{align-items:center;color:#333;display:flex;font-size:18px;gap:10px;margin:0 0 8px}.temp-address-info p{color:#666;font-size:14px;margin:4px 0}.temp-address-dates{color:#4a90e2;font-size:13px;font-weight:500;margin-top:8px}.active-badge{background-color:#28a745;border-radius:12px;color:#fff;font-size:12px;font-weight:600;letter-spacing:.5px;padding:4px 10px;text-transform:uppercase}.btn-delete{background:none;border:none;border-radius:8px;cursor:pointer;font-size:24px;line-height:1;padding:8px;transition:all .2s ease}.btn-delete:hover{background-color:#ffe5e5;transform:scale(1.1)}.btn-delete:active{transform:scale(.95)}.btn-delete:disabled{cursor:not-allowed;opacity:.5}.temp-locations-section{border-top:2px solid #e8ecf0;margin-top:40px;padding-top:40px}.temp-locations-list{margin-top:20px}.no-temp-locations{color:#999;font-style:italic;padding:30px;text-align:center}.temp-location-card{background-color:#fff;border:2px solid #e8ecf0;border-radius:12px;margin-bottom:15px;padding:20px;transition:all .3s ease}.temp-location-card.active{background-color:#f0f7ff;border-color:#4a90e2}.temp-location-card.inactive{opacity:.6}.temp-location-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.temp-location-header{align-items:center;display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between;margin-bottom:12px}.temp-location-title{align-items:center;display:flex;flex:1 1;gap:12px}.temp-location-title h4{color:#333;font-size:18px;font-weight:600;margin:0}.location-type-badge{border-radius:12px;color:#fff;font-size:11px;font-weight:600;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase;white-space:nowrap}.temp-location-description{background-color:#f8f9fa;border-radius:8px;color:#666;font-size:14px;font-style:italic;margin:8px 0;padding:10px}.temp-location-details{background-color:#f8f9fa;border-left:4px solid #4a90e2;border-radius:8px;margin:12px 0;padding:12px}.temp-location-dates{color:#333;font-size:14px;line-height:1.6;margin:0 0 8px}.temp-location-coords{color:#666;font-family:Courier New,monospace;font-size:13px;margin:0}.temp-location-actions{align-items:center;border-top:1px solid #e8ecf0;display:flex;gap:15px;justify-content:flex-end;margin-top:15px;padding-top:15px}@media (max-width:768px){.temp-location-header{align-items:flex-start;flex-direction:column}.temp-location-title{width:100%}.location-type-badge{align-self:flex-start}.temp-location-actions{justify-content:space-between;width:100%}}.timeline-section{border-top:2px solid #e8ecf0;margin-top:40px;padding-top:40px}.timeline{padding:20px 0;position:relative}.timeline:before{background:linear-gradient(180deg,#4a90e2,#667eea);bottom:0;content:"";left:30px;position:absolute;top:0;width:3px}.timeline-item{animation:fadeInUp .5s ease;margin-bottom:40px;padding-left:80px;position:relative}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.timeline-marker{align-items:center;border:3px solid #fff;border-radius:50%;box-shadow:0 3px 10px #0003;display:flex;height:38px;justify-content:center;left:13px;position:absolute;top:0;width:38px;z-index:2}.timeline-icon{font-size:18px}.timeline-content{background:#fff;border:2px solid #e8ecf0;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:20px;transition:all .3s ease}.timeline-content:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.timeline-header{align-items:center;display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between;margin-bottom:10px}.timeline-header h4{color:#333;flex:1 1;font-size:20px;font-weight:600;margin:0}.days-until{background:linear-gradient(135deg,#4a90e2,#357abd);border-radius:20px;color:#fff;font-size:12px;font-weight:600;padding:4px 12px;white-space:nowrap}.timeline-description{background-color:#f8f9fa;border-radius:8px;color:#666;font-size:14px;font-style:italic;margin:10px 0;padding:10px}.timeline-dates{display:flex;flex-wrap:wrap;gap:20px;margin:15px 0}.timeline-date{color:#666;font-size:14px}.timeline-date strong{color:#4a90e2;margin-right:5px}.timeline-type-badge{border-radius:12px;color:#fff;display:inline-block;font-size:11px;font-weight:600;letter-spacing:.5px;margin-top:10px;padding:4px 12px;text-transform:uppercase}@media (max-width:768px){.timeline:before{left:20px}.timeline-item{padding-left:60px}.timeline-marker{height:32px;left:5px;width:32px}.timeline-icon{font-size:16px}.timeline-header{align-items:flex-start;flex-direction:column}.days-until{align-self:flex-start}.timeline-dates{flex-direction:column;gap:8px}}.settings-page{background-color:#f5f7fa;min-height:calc(100vh - 70px);padding:40px 20px}.settings-container{margin:0 auto;max-width:800px}.settings-container h1{color:#333;font-size:36px;margin-bottom:30px;text-align:center}.success-message{background-color:#4caf50;border-radius:8px;color:#fff;font-weight:500;margin-bottom:20px;padding:12px 20px;text-align:center}.settings-sections{display:flex;flex-direction:column;gap:25px}.settings-section{background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000001a;padding:30px}.settings-section h2{color:#333;font-size:24px;margin:0 0 10px}.section-description{color:#666;font-size:14px;line-height:1.5;margin:0 0 20px}@media (max-width:768px){.settings-page{padding:20px 15px}.settings-container h1{font-size:28px}.settings-section{padding:20px}.settings-section h2{font-size:20px}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f7fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.app{display:flex;flex-direction:column;min-height:100vh}.app-content{flex:1 1}.app-content,.loading-screen{display:flex;flex-direction:column}.loading-screen{align-items:center;background-color:#f5f7fa;justify-content:center;min-height:100vh}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#4a90e2;height:50px;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-screen p{color:#666;font-size:16px;margin-top:20px}.btn-primary{background-color:#4a90e2;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:background-color .3s}.btn-primary:hover:not(:disabled){background-color:#357abd}.btn-primary:disabled{background-color:#ccc;cursor:not-allowed}.btn-secondary{background-color:#fff;border:2px solid #4a90e2;border-radius:8px;color:#4a90e2;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:all .3s}.btn-secondary:hover{background-color:#4a90e2;color:#fff}.btn-danger{background-color:#e74c3c;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:background-color .3s}.btn-danger:hover{background-color:#c0392b}.error-message,.success-message{border-radius:8px;font-weight:500;margin-bottom:20px;padding:12px 20px}.success-message{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.error-message{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}@media (max-width:768px){.btn-danger,.btn-primary,.btn-secondary{font-size:14px;padding:10px 20px}}
/*# sourceMappingURL=main.36f94c3b.css.map*/