.admin-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease-out}.admin-modal-overlay.closing{animation:fadeOut .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.admin-modal{background:#fff;border-radius:12px;width:90%;max-width:1200px;height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}.admin-modal.closing{animation:slideDown .3s ease-out}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideDown{0%{transform:translateY(0);opacity:1}to{transform:translateY(30px);opacity:0}}.admin-modal-header{padding:1.5rem 2rem;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px 12px 0 0;flex-shrink:0}.admin-modal-title{display:flex;align-items:center;gap:.75rem}.admin-modal-title h2{margin:0;font-size:1.5rem;font-weight:600}.admin-modal-close{background:#fff3;border:none;color:#fff;width:36px;height:36px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.admin-modal-close:hover{background:#ffffff4d;transform:rotate(90deg)}.admin-modal-search{padding:1.5rem 2rem;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;gap:.75rem;background:#f8f9fa;flex-shrink:0}.admin-modal-search svg{color:#666;flex-shrink:0}.admin-modal-search input{flex:1;border:2px solid #e0e0e0;border-radius:8px;padding:.75rem 1rem;font-size:.95rem;transition:all .2s}.admin-modal-search input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.admin-modal-content{flex:1;overflow-y:auto;min-height:0}.admin-modal-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem;color:#666}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.admin-table-wrapper{overflow-x:auto;padding:1.5rem 2rem}.admin-table{width:100%;border-collapse:collapse;font-size:.95rem}.admin-table thead{background:#f8f9fa;position:sticky;top:0;z-index:10}.admin-table th{padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e0e0e0}.th-content{display:flex;align-items:center;gap:.5rem}.admin-table td{padding:1rem;border-bottom:1px solid #f0f0f0;color:#333}.admin-table tbody tr{transition:background-color .2s}.admin-table tbody tr:hover{background-color:#f8f9fa}.admin-table tbody tr.current-user{background-color:#f0f4ff}.admin-table tbody tr.current-user:hover{background-color:#e6edff}.user-name-cell{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#333}.user-name-cell svg{color:#666}.you-badge{background:#667eea;color:#fff;padding:.15rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.email-cell{color:#333}.role-buttons-wrapper{display:flex;gap:.5rem;align-items:center}.role-btn{background:#f0f0f0;border:2px solid #e0e0e0;color:#666;width:36px;height:36px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;position:relative}.role-btn:hover:not(:disabled):not(.active){background:#e8e8e8;border-color:#ccc;transform:translateY(-2px)}.role-btn.active{background:var(--role-color);border-color:var(--role-color);color:#fff;box-shadow:0 4px 12px #0003}.role-btn:disabled{opacity:.5;cursor:not-allowed}.date-cell{color:#333;font-size:.9rem}.actions-cell{display:flex;gap:.5rem}.btn-delete{background:#f44;color:#fff;border:none;padding:.5rem;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.btn-delete:hover:not(:disabled){background:#c00;transform:scale(1.05)}.btn-delete:disabled{opacity:.3;cursor:not-allowed}.empty-state{text-align:center;padding:3rem!important;color:#666}.empty-state svg{margin-bottom:1rem;opacity:.5}.empty-state p{margin:0;font-size:1rem}.admin-modal-footer{padding:1.5rem 2rem;border-top:1px solid #e0e0e0;display:flex;align-items:center;justify-content:space-between;background:#f8f9fa;border-radius:0 0 12px 12px;flex-shrink:0;gap:1.5rem}.admin-modal-stats{display:flex;align-items:center;gap:.5rem;color:#666;font-size:.9rem}.separator{color:#ccc}.admin-modal-message{flex:1;text-align:center;color:#888;font-size:.9rem;font-style:italic}.btn-close{background:#667eea;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s;flex-shrink:0}.btn-close:hover{background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}@media (max-width: 768px){.admin-modal{width:95%;height:90vh}.admin-modal-header,.admin-modal-search,.admin-modal-footer,.admin-table-wrapper{padding:1rem}.admin-modal-title h2{font-size:1.2rem}.admin-table{font-size:.85rem}.admin-table th,.admin-table td{padding:.75rem .5rem}.admin-modal-footer{flex-direction:column;gap:1rem}.admin-modal-stats{flex-wrap:wrap}.admin-modal-message{order:-1}}.toast{position:fixed;top:80px;left:50%;transform:translate(-50%);min-width:350px;max-width:500px;padding:16px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026,0 0 0 1px #0000000d;display:flex;align-items:flex-start;gap:12px;z-index:10000;animation:toast-slide-in .3s ease-out}@keyframes toast-slide-in{0%{transform:translate(-50%,-20px);opacity:0}to{transform:translate(-50%);opacity:1}}.toast-icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex-shrink:0}.toast-content{flex:1;display:flex;flex-direction:column;gap:8px}.toast-message{font-size:14px;line-height:1.5;color:#333}.toast-action{align-self:flex-start;padding:6px 12px;background:transparent;border:1px solid currentColor;border-radius:4px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.toast-action:hover{background:#0000000d}.toast-close{width:20px;height:20px;padding:0;background:transparent;border:none;cursor:pointer;color:#999;transition:color .2s;flex-shrink:0}.toast-close:hover{color:#333}.toast-info{border-left:4px solid #2196f3}.toast-info .toast-icon{background:#e3f2fd;color:#2196f3}.toast-info .toast-action{color:#2196f3}.toast-success{border-left:4px solid #4caf50}.toast-success .toast-icon{background:#e8f5e9;color:#4caf50}.toast-success .toast-action{color:#4caf50}.toast-warning{border-left:4px solid #ff9800}.toast-warning .toast-icon{background:#fff3e0;color:#ff9800}.toast-warning .toast-action{color:#ff9800}.toast-error{border-left:4px solid #f44336}.toast-error .toast-icon{background:#ffebee;color:#f44336}.toast-error .toast-action{color:#f44336}@media (max-width: 768px){.toast{min-width:calc(100vw - 32px);max-width:calc(100vw - 32px);left:16px;transform:none}@keyframes toast-slide-in{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{height:100vh;display:flex;flex-direction:column}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.75rem 2rem;box-shadow:0 2px 10px #0000001a}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto}.header-left h1{font-size:1.6rem;margin:0;font-weight:600}.header-right{display:flex;align-items:center;gap:1rem}.user-info{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:#ffffff26;border-radius:8px}.user-name{font-weight:500;font-size:.95rem}.role-badge{padding:.3rem .7rem;border-radius:6px;font-size:.8rem;font-weight:500;color:#fff}.btn{padding:.6rem 1.2rem;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.btn-primary{background:#fff;color:#667eea;padding:.65rem 1.5rem}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn-add{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.4);padding:.6rem 1rem;font-size:.9rem}.btn-add:hover{background:#ffffff4d;border-color:#fff9}.btn-add .btn-icon{font-size:.85rem}.user-actions{display:flex;align-items:center;gap:.5rem}.btn-icon-only{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.btn-icon-only:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px)}.btn-icon-only svg{display:block}.btn-secondary{background:#fff3;color:#fff;border:1px solid white}.btn-secondary:hover{background:#ffffff4d}.btn-block{width:100%}.btn:disabled{opacity:.6;cursor:not-allowed}.main-container{flex:1;display:flex;overflow:hidden}.map-section{flex:1;position:relative}#map{width:100%;height:100%}.sidebar{width:400px;background:#f8f9fa;overflow-y:auto;border-left:1px solid #dee2e6}.restaurant-list{height:100%;display:flex;flex-direction:column}.search-bar{padding:1rem;background:#fff;border-bottom:1px solid #dee2e6}.search-input-wrapper{display:flex;gap:.5rem;align-items:center}.search-input-wrapper input{flex:1;padding:.8rem;border:1px solid #ced4da;border-radius:8px;font-size:.95rem;transition:all .2s ease}.search-input-wrapper input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.filter-toggle-btn{background:#fff;border:1px solid #ced4da;border-radius:8px;padding:.8rem 1rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .2s ease;color:#495057;font-size:.9rem;font-weight:500;white-space:nowrap;position:relative}.filter-toggle-btn:hover{background:#f8f9fa;border-color:#667eea}.filter-toggle-btn.active{background:#667eea;border-color:#667eea;color:#fff}.filter-toggle-btn.has-active-filters:not(.active){background:#e8eeff;border-color:#667eea;color:#667eea}.filter-toggle-btn.has-active-filters:after{content:"";position:absolute;top:6px;right:6px;width:8px;height:8px;background:#667eea;border-radius:50%;border:2px solid white}.filter-toggle-btn.active.has-active-filters:after{background:#fff;border-color:#667eea}.filter-toggle-btn svg{flex-shrink:0}.filters-panel{background:#fff;padding:1rem;border-bottom:1px solid #dee2e6;animation:slideDownPanel .3s ease;overflow:hidden}@keyframes slideDownPanel{0%{max-height:0;opacity:0;padding-top:0;padding-bottom:0}to{max-height:500px;opacity:1;padding-top:1rem;padding-bottom:1rem}}@keyframes slideUpPanel{0%{max-height:500px;opacity:1;padding-top:1rem;padding-bottom:1rem}to{max-height:0;opacity:0;padding-top:0;padding-bottom:0}}.filters-panel.closing{animation:slideUpPanel .3s ease forwards}.filter-row{display:flex;gap:1rem;margin-bottom:1rem;align-items:end}.filter-row .filter-group{flex:1;min-width:0;margin-bottom:0}.filter-group{margin-bottom:1rem}.filter-group:last-child{margin-bottom:0}.filter-group label{display:block;font-weight:600;color:#2c3e50;margin-bottom:.5rem;font-size:.9rem}.filter-group select{width:100%;padding:.6rem;border:1px solid #ced4da;border-radius:6px;font-size:.9rem;background:#fff;cursor:pointer;transition:border-color .2s ease}.filter-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.btn-reset-filters-icon{background:#fff;border:1px solid #ced4da;border-radius:50%;width:42px;height:42px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#6c757d;flex-shrink:0;padding:0;animation:fadeInScale .3s ease}@keyframes fadeInScale{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.btn-reset-filters-icon:hover{background:#fff5f5;border-color:#dc3545;color:#dc3545;transform:rotate(90deg) scale(1.1)}.btn-reset-filters-icon svg{display:block}.sort-buttons{display:flex;gap:.5rem}.sort-btn{flex:1;padding:.6rem .5rem;border:1px solid #ced4da;border-radius:6px;background:#fff;color:#495057;cursor:pointer;font-size:.8rem;font-weight:500;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.2rem}.sort-btn:hover{background:#f8f9fa;border-color:#667eea}.sort-btn.active{background:#667eea;color:#fff;border-color:#667eea}.sort-btn svg{flex-shrink:0}.rating-filter-buttons{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.rating-btn{padding:.6rem .5rem;border:1px solid #ced4da;border-radius:6px;background:#fff;color:#495057;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .2s ease;white-space:nowrap;display:flex;align-items:center;justify-content:center}.rating-btn:hover{background:#fff3cd;border-color:#ffc107}.rating-btn.active{background:#ffc107;color:#fff;border-color:#ffc107}.rating-btn.active svg{fill:#fff}.filter-bar{display:none}.list-container{flex:1;overflow-y:auto;padding:.5rem}.restaurant-item{background:#fff;border:1px solid #dee2e6;border-radius:12px;padding:1rem 1.25rem;margin-bottom:.5rem;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;gap:.5rem}.restaurant-item:hover{background:#f8f9fa;border-color:#667eea;transform:scale(1.02)}.restaurant-item.selected{border-color:#667eea;background:#f0f3ff;border-width:2px;padding:calc(1rem - 1px) calc(1.25rem - 1px)}.restaurant-header-line{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin:0}.restaurant-header-line h3{font-size:.95rem;font-weight:600;color:#2c3e50;margin:0;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.restaurant-rating-inline{display:flex;align-items:center;gap:.4rem;flex-shrink:0}.restaurant-rating-inline .star-rating-display{display:flex;gap:2px}.restaurant-rating-inline .rating-number{font-size:.85rem;font-weight:600;color:#495057}.restaurant-info-line{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin:0}.type-badge{display:inline-flex;align-items:center;padding:.25rem .6rem;background:#667eea;color:#fff;border-radius:12px;font-size:.75rem;font-weight:500}.city-info{display:flex;align-items:center;color:#6c757d;font-size:.8rem}.city-info svg{flex-shrink:0}.restaurant-item .address,.restaurant-rating-preview{display:none}.no-results{text-align:center;color:#6c757d;padding:2rem}.add-restaurant-form{background:#fff;padding:1.5rem;border-bottom:2px solid #dee2e6;margin-bottom:.5rem;animation:slideDownForm .3s ease;overflow:hidden}@keyframes slideDownForm{0%{max-height:0;opacity:0;padding-top:0;padding-bottom:0}to{max-height:1000px;opacity:1;padding-top:1.5rem;padding-bottom:1.5rem}}@keyframes slideUpForm{0%{max-height:1000px;opacity:1;padding-top:1.5rem;padding-bottom:1.5rem}to{max-height:0;opacity:0;padding-top:0;padding-bottom:0}}.add-restaurant-form.closing{animation:slideUpForm .3s ease forwards}.add-restaurant-form h2{font-size:1.2rem;margin-bottom:1rem;color:#2c3e50}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.4rem;font-weight:500;color:#495057;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.7rem;border:1px solid #ced4da;border-radius:6px;font-size:.95rem;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:12px;width:90%;max-width:400px;position:relative;box-shadow:0 10px 40px #0003}.close-btn{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6c757d;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.close-btn:hover{background:#f8f9fa;color:#495057}.modal-content h2{margin-bottom:1.5rem;color:#2c3e50}.error-message{background:#fee;color:#c33;padding:.7rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem}.toggle-mode{text-align:center;margin-top:1.5rem;color:#6c757d;font-size:.9rem}.link-btn{background:none;border:none;color:#667eea;cursor:pointer;font-weight:500;margin-left:.5rem;text-decoration:underline}.link-btn:hover{color:#764ba2}.leaflet-popup-content{margin:.5rem}.popup-content h3{margin:0 0 .5rem;color:#2c3e50;font-size:1.1rem}.popup-content p{margin:.3rem 0;color:#495057;font-size:.9rem}@media (max-width: 768px){.main-container{flex-direction:column}.sidebar{width:100%;height:50%;border-left:none;border-top:1px solid #dee2e6}.map-section{height:50%}.header-content{flex-direction:column;gap:1rem}.header-right{width:100%;justify-content:space-between;flex-wrap:wrap}.user-info{order:-1;width:100%;justify-content:center}.filter-row{flex-direction:column;gap:1rem}.filter-row .filter-group{width:100%;margin-bottom:0}.btn-reset-filters-icon{width:100%;border-radius:6px;height:40px}.rating-filter-buttons{grid-template-columns:repeat(2,1fr)}.sort-btn{font-size:.85rem}}.list-container::-webkit-scrollbar,.sidebar::-webkit-scrollbar{width:8px}.list-container::-webkit-scrollbar-track,.sidebar::-webkit-scrollbar-track{background:#f1f1f1}.list-container::-webkit-scrollbar-thumb,.sidebar::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.list-container::-webkit-scrollbar-thumb:hover,.sidebar::-webkit-scrollbar-thumb:hover{background:#a0aec0}@keyframes popIn{0%{opacity:0;transform:scale(.9) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.pop-in{animation:popIn .3s cubic-bezier(.34,1.56,.64,1)}.restaurant-item{animation-delay:calc(var(--item-index, 0) * .05s)}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-8px)}50%{transform:translate(8px)}75%{transform:translate(-4px)}}.shake{animation:shake .35s ease-in-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.star-rating-display{display:inline-flex;align-items:center;gap:2px}.star-rating-display svg{transition:transform .2s ease}.star-btn-svg{background:none;border:none;cursor:pointer;padding:2px;transition:transform .2s ease;display:inline-flex;align-items:center;justify-content:center}.star-btn-svg:hover{transform:scale(1.15)}.star-btn-svg svg{width:24px;height:24px;transition:fill .2s ease}.star-selector{display:flex;align-items:center;gap:3px;margin:.5rem 0}.star-selector-inline{display:flex;align-items:center;gap:3px}.rating-text{margin-left:.5rem;font-weight:600;color:#495057;font-size:.95rem}.rating-text-inline{margin-left:.5rem;font-weight:600;color:#495057;font-size:.9rem}.rating-number{font-size:.85rem;color:#6c757d;margin-left:.3rem;font-weight:500}.input-success{border:2px solid #4caf50!important;background-color:#f1f8f4!important;box-shadow:0 0 0 3px #4caf501a!important;transition:all .3s ease}.input-success:focus{border-color:#45a049!important;box-shadow:0 0 0 3px #4caf5033!important}.input-error{border:2px solid #f44336!important;background-color:#ffebee!important;box-shadow:0 0 0 3px #f443361a!important;transition:all .2s ease}.input-error:focus{border-color:#d32f2f!important;box-shadow:0 0 0 3px #f4433633!important}.geocode-status{padding:.6rem;border-radius:6px;font-size:.85rem;margin:.5rem 0;display:flex;align-items:center;gap:.5rem;animation:slideIn .3s ease}.geocode-status.validating{background:#fff3cd;color:#856404;border:1px solid #ffeeba}.geocode-status.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.geocode-status.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.add-review-form.compact{padding:1rem;margin-bottom:1.2rem}.review-form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.review-form-header h3{margin:0;font-size:1rem;font-weight:600;color:#2c3e50}.add-review-form.compact .form-group{margin-bottom:.75rem}.add-review-form.compact textarea{font-size:.9rem;padding:.7rem}.add-review-form.compact small{font-size:.75rem}.close-btn{position:absolute;top:1rem;right:1rem;background:#0000004d;border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.close-btn:hover{background:#00000080;transform:scale(1.1) rotate(90deg)}.close-btn svg{display:block}.restaurant-rating-preview{display:flex;align-items:center;gap:.4rem;margin:.5rem 0}.restaurant-rating-preview .star-rating-display svg{width:14px;height:14px}.review-header-right{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.review-actions{display:flex;gap:.4rem;margin-left:.5rem;flex-shrink:0}.btn-icon{background:none;border:none;padding:.4rem;cursor:pointer;color:#6c757d;transition:all .2s ease;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.btn-icon:hover{background:#e9ecef;color:#495057;transform:scale(1.1)}.btn-danger-icon{color:#dc3545}.btn-danger-icon:hover{background:#f8d7da;color:#bd2130}.review-edit-form{padding:1rem;background:#f8f9fa;border-radius:8px;border:2px solid #667eea;animation:popIn .3s ease}.review-edit-form .form-group{margin-bottom:1rem}.review-edit-form label{display:block;font-weight:500;color:#495057;margin-bottom:.4rem;font-size:.9rem}.review-edit-form textarea{width:100%;padding:.6rem;border:1px solid #ced4da;border-radius:6px;font-family:inherit;font-size:.9rem;resize:vertical;transition:border-color .2s ease}.review-edit-form textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.review-edit-form small{display:block;margin-top:.3rem;color:#6c757d;font-size:.8rem}.review-edit-actions{display:flex;gap:.5rem;margin-top:1rem}.btn-sm{padding:.5rem 1rem;font-size:.85rem}.btn-secondary{background:#6c757d;color:#fff;border:none;border-radius:6px;padding:.7rem 1.3rem;cursor:pointer;font-weight:500;transition:all .2s ease}.btn-secondary:hover{background:#5a6268}.restaurant-info-line{display:flex;align-items:center;gap:1.5rem;margin:1rem 0;flex-wrap:wrap}.info-item{display:flex;align-items:center;gap:.5rem;font-size:.95rem}.info-label{font-weight:500;opacity:.9}.info-icon{font-size:1.1rem}.city-link{color:#fff;text-decoration:underline;font-weight:500;transition:opacity .2s ease}.city-link:hover{opacity:.8}.rating-inline{display:flex;align-items:center;gap:.5rem}.rating-inline .rating-value{font-weight:600}.rating-inline .review-count{opacity:.85;font-size:.9rem}.restaurant-detail{position:relative}.btn-delete-restaurant-bottom{position:sticky;bottom:0;left:0;right:0;background:#dc3545;color:#fff;border:none;padding:.9rem 1.5rem;border-radius:0;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.95rem;font-weight:500;box-shadow:0 -2px 8px #dc35454d;z-index:10;margin-top:2rem}.btn-delete-restaurant-bottom:hover{background:#c82333;box-shadow:0 -4px 12px #dc354566}.btn-delete-restaurant-bottom svg{flex-shrink:0}.confirm-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:3000;padding:2rem}.confirm-modal{background:#fff;padding:2rem;border-radius:12px;max-width:450px;width:100%;box-shadow:0 20px 60px #0006}.confirm-modal h3{margin:0 0 1rem;color:#2c3e50;font-size:1.3rem}.confirm-modal p{color:#495057;line-height:1.6;margin-bottom:1.5rem}.confirm-actions{display:flex;gap:.75rem;justify-content:flex-end}.confirm-actions button{padding:.7rem 1.5rem;font-size:.95rem}.error-message{display:flex;align-items:center;gap:.5rem;background:#ffebee;color:#c62828;padding:.8rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem;border-left:4px solid #f44336;animation:slideIn .3s ease-out}.error-icon{font-size:1.2rem;flex-shrink:0}.role-badge{display:inline-block;padding:.3rem .7rem;border-radius:12px;font-size:.75rem;font-weight:600;color:#fff;margin-left:.5rem}.user-info{display:flex;align-items:center;gap:.5rem}.btn-admin{background:#d4af37;color:#fff;padding:.6rem 1.2rem;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:all .3s ease}.btn-admin:hover{background:#c19b2a;transform:translateY(-2px)}.btn-success{background:#4caf50;color:#fff;padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer;font-size:.85rem;transition:all .2s ease}.btn-success:hover{background:#45a049}.btn-danger{background:#f44336;color:#fff;padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer;font-size:.85rem;transition:all .2s ease}.btn-danger:hover{background:#da190b}.btn-primary{background:#667eea;color:#fff;padding:.7rem 1.3rem;border:none;border-radius:6px;cursor:pointer;font-size:.95rem;font-weight:500;transition:all .2s ease;width:100%}.btn-primary:hover:not(:disabled){background:#5568d3;transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.btn-primary:disabled{background:#cbd5e0;cursor:not-allowed;transform:none}.admin-panel{max-width:600px;max-height:80vh;overflow-y:auto}.admin-section{margin-bottom:2rem}.admin-section h3{color:#2c3e50;margin-bottom:1rem;font-size:1.1rem}.lurkers-list{display:flex;flex-direction:column;gap:.75rem}.lurker-card{background:#f8f9fa;padding:1rem;border-radius:8px;border:1px solid #dee2e6;display:flex;justify-content:space-between;align-items:center}.lurker-info strong{color:#2c3e50}.lurker-email{color:#6c757d;font-size:.9rem}.empty-message{text-align:center;color:#6c757d;padding:2rem;font-size:.95rem}.reviews-list{margin-top:1.5rem}.reviews-list h3{color:#2c3e50;margin-bottom:1rem;font-size:1.1rem}.review-card{background:#f8f9fa;padding:1rem;border-radius:8px;margin-bottom:.75rem;border:1px solid #dee2e6}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;gap:1rem}.review-author{display:flex;flex-direction:column;gap:.2rem;min-width:0;flex:1}.review-author strong{color:#2c3e50;font-size:.95rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.review-date{color:#6c757d;font-size:.8rem}.review-rating{font-size:1rem;color:#ffc107}.review-comment{color:#495057;font-size:.9rem;line-height:1.5;margin:0;word-wrap:break-word}.reviews-empty{text-align:center;padding:2rem;color:#6c757d}.empty-subtitle{font-size:.85rem;margin-top:.5rem}.add-review-form{background:#fff;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem;border:1px solid #dee2e6}.add-review-form h3{color:#2c3e50;margin-bottom:1rem;font-size:1.1rem}.review-form-blocked{background:#fff3cd;padding:1rem;border-radius:8px;text-align:center;color:#856404;border:1px solid #ffeeba;margin-bottom:1rem}.restaurant-detail-overlay{position:absolute;top:0;right:0;bottom:0;width:50%;max-width:600px;min-width:400px;background:transparent;display:flex;justify-content:flex-end;align-items:stretch;z-index:1000;pointer-events:none}.restaurant-detail{background:#fff;border-radius:12px;width:100%;height:calc(100% - 2rem);margin:1rem;overflow-y:auto;overflow-x:hidden;position:relative;box-shadow:0 8px 32px #0000004d;animation:slideInRight .4s cubic-bezier(.34,1.56,.64,1);pointer-events:all;display:flex;flex-direction:column}.restaurant-header{padding:1.25rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px 12px 0 0;flex-shrink:0}.restaurant-header h2{margin:0 0 .5rem;font-size:1.5rem}.restaurant-type{display:inline-block;background:#ffffff40;padding:.35rem .8rem;border-radius:12px;font-size:.85rem;font-weight:500}.restaurant-address{margin:.5rem 0;font-size:.95rem;opacity:.9}.restaurant-rating{display:flex;align-items:center;gap:.5rem;margin-top:1rem;font-size:1rem}.restaurant-rating .stars{font-size:1.2rem}.restaurant-rating .rating-value{font-weight:600}.restaurant-rating .review-count{opacity:.8;font-size:.9rem}.restaurant-description{margin-top:.75rem;line-height:1.6;font-size:.9rem}.restaurant-content{padding:1.5rem 2rem;flex:1;overflow-y:auto;overflow-x:hidden}.reviews-section{margin-top:1.5rem;padding-bottom:1rem}.success-message{background:#d4edda;color:#155724;padding:.7rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem;border:1px solid #c3e6cb}.modal-buttons{display:flex;gap:.5rem;margin-top:1.5rem;justify-content:flex-end}.restaurant-detail::-webkit-scrollbar,.restaurant-content::-webkit-scrollbar,.admin-panel::-webkit-scrollbar{width:8px}.restaurant-detail::-webkit-scrollbar-track,.restaurant-content::-webkit-scrollbar-track,.admin-panel::-webkit-scrollbar-track{background:#f1f1f1}.restaurant-detail::-webkit-scrollbar-thumb,.restaurant-content::-webkit-scrollbar-thumb,.admin-panel::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.restaurant-detail::-webkit-scrollbar-thumb:hover,.restaurant-content::-webkit-scrollbar-thumb:hover,.admin-panel::-webkit-scrollbar-thumb:hover{background:#a0aec0}@media (max-width: 768px){.restaurant-detail-overlay{position:fixed;width:100%;max-width:100%;min-width:100%;background:#00000080;justify-content:center;padding:0}.restaurant-detail{margin:1rem;height:calc(100% - 2rem)}.restaurant-header,.restaurant-content{padding:1.5rem 1rem}.restaurant-info-line{flex-direction:column;align-items:flex-start;gap:.75rem}.btn-delete-restaurant-bottom{padding:1rem}.lurker-card{flex-direction:column;align-items:flex-start;gap:1rem}.lurker-actions{width:100%}.lurker-actions button{flex:1}.review-header{flex-direction:column;gap:.75rem}.review-header-right{width:100%;justify-content:space-between}.review-edit-actions{flex-direction:column}.review-edit-actions button{width:100%}.confirm-modal{margin:1rem}.confirm-actions{flex-direction:column}.confirm-actions button{width:100%}.review-form-header{flex-direction:column;align-items:flex-start;gap:.5rem}}.header-content{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:2rem;max-width:1600px;margin:0 auto;padding:.75rem 2rem}.header-left{justify-self:start}.header-center{justify-self:center;width:100%;max-width:600px}.header-right{justify-self:end}.search-bar-header{position:relative;display:flex;align-items:center;background:#fff3;border:1px solid rgba(255,255,255,.4);border-radius:24px;padding:0 .5rem;transition:all .3s ease;height:40px}.search-bar-header:hover{background:#ffffff40;border-color:#ffffff80}.search-bar-header:focus-within{background:#ffffff4d;border-color:#fff9;box-shadow:0 0 0 3px #ffffff1a}.search-icon{color:#fffc;margin:0 .5rem;flex-shrink:0}.search-input-header{flex:1;background:transparent;border:none;outline:none;color:#fff;font-size:.95rem;padding:.5rem 0;min-width:0}.search-input-header::placeholder{color:#ffffffb3}.btn-clear-search{background:transparent;border:none;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#ffffffb3;flex-shrink:0;margin:0 .25rem}.btn-clear-search:hover{background:#fff3;color:#fff;transform:scale(1.1)}.btn-clear-search svg{display:block}.btn-filter-header{background:#ffffff40;border:1px solid rgba(255,255,255,.4);border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#fff;flex-shrink:0;margin-left:.25rem}.btn-filter-header:hover{background:#ffffff59;border-color:#fff9;transform:scale(1.05)}.btn-filter-header svg{display:block}.filter-notification-badge{position:absolute;top:-2px;right:-2px;width:10px;height:10px;background:#dc3545;border:2px solid white;border-radius:50%;animation:pulse-badge 2s ease-in-out infinite}@keyframes pulse-badge{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.15);opacity:.9}}.btn-add-header{background:#ffffff4d;border:1px solid rgba(255,255,255,.5);border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#fff;flex-shrink:0;margin-left:.25rem}.btn-add-header:hover{background:#fff6;border-color:#ffffffb3;transform:scale(1.1) rotate(90deg)}.btn-add-header svg{display:block}.btn-add,.user-menu-trigger{height:40px;padding:0 1rem;display:inline-flex;align-items:center;gap:.6rem;border-radius:24px;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .3s ease;background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.4)}.btn-add:hover,.user-menu-trigger:hover{background:#ffffff4d;border-color:#fff9}.user-menu-trigger svg,.btn-add svg{flex-shrink:0}.app{transition:margin-right .4s cubic-bezier(.34,1.56,.64,1)}.app.panel-open{margin-right:380px}.user-panel{position:fixed;top:0;right:0;bottom:0;width:380px;max-width:90vw;background:#fff;box-shadow:-4px 0 24px #0003;z-index:2001;display:flex;flex-direction:column;animation:slideInRight .4s cubic-bezier(.34,1.56,.64,1)}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.user-panel.closing{animation:slideOutRight .3s ease-out forwards}.user-panel-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;border-bottom:1px solid #dee2e6;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;height:68px;flex-shrink:0}.user-panel-header h3{margin:0;font-size:1.3rem}.user-panel-close{background:#fff3;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .2s ease;flex-shrink:0}.user-panel-close:hover{background:#ffffff4d;transform:rotate(90deg)}.user-panel-content{flex:1;overflow-y:auto;padding:1.5rem}.user-panel-info{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem;background:#f8f9fa;border-radius:12px;margin-bottom:1.5rem}.user-panel-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:1rem}.user-panel-name{font-size:1.2rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.user-panel-actions{display:flex;flex-direction:column;gap:0}.dropdown-section{display:flex;flex-direction:column;margin-bottom:12px}.dropdown-section:last-child,.user-panel-actions>.user-panel-action-btn:last-child{margin-bottom:0}.user-panel-action-btn{background:#fff;border:1px solid #dee2e6;border-radius:12px;padding:1rem 1.25rem;display:flex;align-items:center;gap:1rem;cursor:pointer;transition:all .2s ease;text-align:left;margin:0}.user-panel-actions>.user-panel-action-btn{margin-bottom:12px}.user-panel-action-btn:hover{background:#f8f9fa;border-color:#667eea;transform:scale(1.02)}.user-panel-action-btn svg:first-child{flex-shrink:0;color:#667eea}.action-btn-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.action-btn-title{font-weight:600;color:#2c3e50;font-size:.95rem}.action-btn-description{color:#6c757d;font-size:.8rem}.action-btn-chevron{flex-shrink:0;color:#adb5bd;transition:transform .2s ease}.action-btn-chevron.rotate-down{transform:rotate(90deg)}.user-panel-action-btn:hover .action-btn-chevron{color:#667eea}.user-panel-action-btn:hover .action-btn-chevron:not(.rotate-down){transform:translate(4px)}.user-panel-action-btn:hover .action-btn-chevron.rotate-down{transform:rotate(90deg) translateY(4px)}.user-panel-action-btn-danger{border-color:#dc3545}.user-panel-action-btn-danger:hover{background:#fff5f5;border-color:#dc3545}.user-panel-action-btn-danger svg:first-child{color:#dc3545}.user-panel-action-btn-danger:hover .action-btn-chevron{color:#dc3545}.dropdown-content{background:#f8f9fa;border:1px solid #dee2e6;border-top:none;border-radius:0 0 12px 12px;padding:0;overflow:hidden;max-height:0;opacity:0;transition:max-height .3s ease,opacity .3s ease,padding .3s ease}.dropdown-content.open{max-height:500px;opacity:1;padding:1rem;overflow-y:auto}.dropdown-content::-webkit-scrollbar{width:6px}.dropdown-content::-webkit-scrollbar-track{background:transparent}.dropdown-content::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.dropdown-content::-webkit-scrollbar-thumb:hover{background:#a0aec0}.dropdown-content .form-group{margin-bottom:1rem}.dropdown-content .form-group:last-of-type{margin-bottom:1rem}.dropdown-content .form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#2c3e50;font-size:.85rem}.dropdown-content .form-group input{width:100%;padding:.7rem;border:1px solid #ced4da;border-radius:8px;font-size:.9rem;transition:all .2s ease}.dropdown-content .form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.dropdown-content .admin-section{margin:0}.dropdown-content .admin-section h4{margin-bottom:1rem;color:#2c3e50;font-size:1rem}.auth-form{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}.auth-form.closing{animation:fadeOut .3s ease forwards}.auth-form .form-group{margin-bottom:1rem}.auth-form .form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#2c3e50;font-size:.9rem}.auth-form .form-group input{width:100%;padding:.8rem;border:1px solid #ced4da;border-radius:8px;font-size:.95rem;transition:all .2s ease}.auth-form .form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.toggle-auth{text-align:center;margin-top:1.5rem;color:#6c757d;font-size:.9rem}.toggle-auth span{margin-right:.5rem}.admin-panel-view{animation:fadeIn .3s ease}.admin-panel-view.closing{animation:fadeOut .3s ease forwards}.back-button{background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:.7rem 1rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .2s ease;color:#495057;font-weight:500;margin-bottom:1.5rem;width:fit-content}.back-button:hover{background:#e9ecef;border-color:#667eea;color:#667eea}.back-button svg{flex-shrink:0}.admin-section h4{margin-bottom:1rem;color:#2c3e50;font-size:1.1rem}.empty-message{text-align:center;color:#6c757d;padding:2rem;background:#f8f9fa;border-radius:8px}.lurkers-list{display:flex;flex-direction:column;gap:.75rem;max-height:300px;overflow-y:auto;padding-right:.5rem}.lurkers-list::-webkit-scrollbar{width:6px}.lurkers-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.lurkers-list::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.lurkers-list::-webkit-scrollbar-thumb:hover{background:#a0aec0}.lurker-card{background:#fff;border:1px solid #dee2e6;border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.lurker-info{display:flex;flex-direction:column;gap:.25rem}.lurker-info strong{color:#2c3e50;font-size:1rem}.lurker-email{color:#6c757d;font-size:.85rem}.lurker-date{color:#adb5bd;font-size:.8rem}.lurker-actions{display:flex;gap:.5rem}.btn-validate,.btn-reject{flex:1;padding:.6rem 1rem;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;font-size:.9rem}.btn-validate{background:#4caf50;color:#fff}.btn-validate:hover{background:#45a049;transform:translateY(-2px)}.btn-reject{background:#dc3545;color:#fff}.btn-reject:hover{background:#c82333;transform:translateY(-2px)}.success-message{background:#d4edda;color:#155724;padding:.8rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem;border:1px solid #c3e6cb}.no-results-prompt{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center;animation:fadeIn .3s ease}.prompt-icon{margin-bottom:1.5rem;opacity:.6}.prompt-title{font-size:1.1rem;font-weight:600;color:#495057;margin-bottom:.5rem}.prompt-subtitle{font-size:.9rem;color:#6c757d;margin-bottom:2rem}.btn-add-searched-restaurant{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;padding:.9rem 1.5rem;font-size:.95rem;font-weight:600;display:flex;align-items:center;gap:.6rem;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #667eea4d}.btn-add-searched-restaurant:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.btn-add-searched-restaurant svg{flex-shrink:0}.map-type-selector{position:absolute;bottom:2rem;left:1rem;z-index:1000;background:#fff;border-radius:8px;box-shadow:0 2px 12px #0003;display:flex;padding:.25rem;gap:.25rem}.map-type-btn{background:transparent;border:none;padding:.6rem 1rem;border-radius:6px;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .2s ease;font-size:.9rem;font-weight:500;color:#495057}.map-type-btn:hover{background:#f8f9fa}.map-type-btn.active{background:#667eea;color:#fff}.map-type-btn svg{flex-shrink:0}@media (max-width: 768px){.header-content{grid-template-columns:1fr;gap:1rem;padding:1rem}.header-left,.header-center,.header-right{justify-self:center}.header-center{width:100%}.btn-add span,.user-menu-trigger span{display:none}.app.panel-open{margin-right:0}.user-panel{width:100%;max-width:100%}.map-type-selector{bottom:1rem;left:.5rem;padding:.2rem}.map-type-btn{padding:.5rem .75rem;font-size:.85rem}.map-type-btn span{display:none}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#000000de;background-color:#fff}body{margin:0;min-width:320px;min-height:100vh}#root{height:100vh}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;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{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;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{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.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;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.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{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{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-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height: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{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.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);width:36px;height: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{width:44px;height: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{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;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{height:0;border-top:1px solid #ddd;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{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.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{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.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{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
