:root{--color-primary: #2563eb;--color-primary-hover: #1d4ed8;--color-success: #16a34a;--color-warning: #f59e0b;--color-danger: #ef4444;--color-info: #5260ff;--color-medium: #6b7280;--color-border: #e5e7eb;--color-bg: #f9fafb;--color-card-bg: #ffffff;--color-text: #111827;--color-text-muted: #6b7280;--radius: 8px;--shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.08);--shadow-md: 0 4px 6px rgba(0,0,0,.1), 0 2px 4px rgba(0,0,0,.06)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-size:14px;color:var(--color-text);background:var(--color-bg)}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit}.leaflet-container{height:100%;width:100%}.custom-vendor-icon,.custom-customer-icon{background:transparent;border:none}.page{display:flex;flex-direction:column;min-height:100vh;height:auto;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.page-content{flex:1;overflow-y:auto;overflow-x:hidden}.page-content.padded{padding:16px}.toolbar{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:var(--color-primary);color:#fff;box-shadow:var(--shadow);flex-shrink:0;gap:8px}.toolbar-title{font-size:1.1rem;font-weight:600;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toolbar-buttons,.toolbar-start{display:flex;align-items:center;gap:4px;flex-shrink:0}.icon-btn{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;color:#fff;padding:6px;border-radius:50%;transition:background .2s}.icon-btn:hover{background:#ffffff26}.grid{display:flex;flex-wrap:wrap;gap:16px}.col{min-width:0}.col-12{width:100%}.col-sm-6{width:calc(50% - 8px)}@media (min-width: 768px){.col-md-4{width:calc(33.333% - 11px)}.col-md-6{width:calc(50% - 8px)}.col-md-10{width:calc(83.333% - 3px)}}@media (min-width: 1024px){.col-lg-3{width:calc(25% - 12px)}.col-lg-4{width:calc(33.333% - 11px)}.col-lg-6{width:calc(50% - 8px)}.col-lg-8{width:calc(66.666% - 6px)}.col-lg-12{width:100%}}@media (min-width: 1200px){.col-xl-3{width:calc(25% - 12px)}.col-xl-4{width:calc(33.333% - 11px)}.col-xl-5{width:calc(41.666% - 9px)}.col-xl-6{width:calc(50% - 8px)}.col-xl-7{width:calc(58.333% - 7px)}.col-xl-8{width:calc(66.666% - 6px)}.col-xl-9{width:calc(75% - 4px)}.col-xl-10{width:calc(83.333% - 3px)}.col-xl-12{width:100%}}.justify-center{justify-content:center}.card{background:var(--color-card-bg);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.card-header{padding:16px 16px 8px}.card-title{font-size:1rem;font-weight:600;color:var(--color-text)}.card-subtitle{font-size:.8rem;color:var(--color-text-muted);margin-top:2px}.card-content{padding:8px 16px 16px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 16px;border-radius:var(--radius);border:none;font-size:.875rem;font-weight:500;transition:background .15s,border-color .15s,opacity .15s;text-decoration:none;line-height:1.4}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-sm{padding:6px 12px;font-size:.8rem}.btn-block{width:100%}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--color-primary-hover)}.btn-outline{background:transparent;color:var(--color-primary);border:1.5px solid var(--color-primary)}.btn-outline:hover:not(:disabled){background:#2563eb0f}.btn-ghost{background:transparent;color:var(--color-text-muted);border:none}.btn-ghost:hover:not(:disabled){background:#0000000d}.mt-1{margin-top:8px}.btn-toggle-group{display:flex;gap:4px}.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:12px;font-size:.72rem;font-weight:600;background:var(--color-medium);color:#fff;text-transform:uppercase;letter-spacing:.02em}.badge-primary{background:var(--color-primary)}.badge-success{background:var(--color-success)}.badge-warning{background:var(--color-warning);color:#111}.badge-danger{background:var(--color-danger)}.badge-medium{background:var(--color-medium)}.badge-info{background:var(--color-info)}.form-group{margin-bottom:12px}.form-label{display:block;font-size:.8rem;font-weight:500;color:var(--color-text-muted);margin-bottom:4px}.form-input{width:100%;padding:9px 12px;border:1.5px solid var(--color-border);border-radius:var(--radius);font-size:.9rem;color:var(--color-text);background:#fff;transition:border-color .15s;outline:none}.form-input:focus{border-color:var(--color-primary)}.radio-group{display:flex;gap:16px;flex-wrap:wrap;margin-top:6px}.radio-option{display:flex;align-items:center;gap:6px;cursor:pointer;font-size:.9rem}.toggle-item{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--color-border)}.toggle-item:last-child{border-bottom:none}.toggle-switch{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background:#ccc;border-radius:24px;transition:background .2s}.toggle-slider:before{content:"";position:absolute;height:18px;width:18px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:transform .2s}.toggle-switch input:checked+.toggle-slider{background:var(--color-primary)}.toggle-switch input:checked+.toggle-slider:before{transform:translate(20px)}.list{display:flex;flex-direction:column}.list-item{padding:10px 0;border-bottom:1px solid var(--color-border)}.list-item:last-child{border-bottom:none}.list-item-between{display:flex;align-items:center;justify-content:space-between;gap:8px}.nav-bar{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px;padding:12px;background:var(--color-card-bg);border-radius:var(--radius);box-shadow:var(--shadow)}.nav-badge{margin-left:4px}.segment{display:flex;background:var(--color-card-bg);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;margin-bottom:16px}.segment-btn{flex:1;padding:10px 8px;border:none;background:transparent;color:var(--color-text-muted);font-size:.85rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:6px;border-bottom:2px solid transparent;transition:all .15s}.segment-btn:hover{background:var(--color-bg)}.segment-btn.active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.material-icons{font-size:24px;vertical-align:middle}.icon-sm{font-size:18px!important}.text-center{text-align:center}.text-muted{color:var(--color-text-muted)}.spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.detail-item{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--color-border)}.detail-item:last-child{border-bottom:none}.detail-label{font-size:.8rem;color:var(--color-text-muted)}.detail-value{font-size:.875rem;font-weight:500}.mono{font-family:monospace}.section-title{display:flex;align-items:center;gap:6px;font-size:.95rem}.color-dot{display:inline-block;width:12px;height:12px;border-radius:50%;flex-shrink:0}.stat-header{display:flex;align-items:center;justify-content:space-between}.stat-icon{color:var(--color-text-muted);font-size:20px!important}.stat-value{font-size:2rem;font-weight:700;color:var(--color-text)}.stat-label{font-size:.8rem;color:var(--color-text-muted);margin-top:2px}.map-content,.map-card-content{height:300px;padding:0!important}.loading-container{display:flex;align-items:center;justify-content:center;height:200px;color:var(--color-text-muted);font-size:1rem}.empty-content{display:flex;flex-direction:column;align-items:center;padding:32px;color:var(--color-text-muted);gap:8px}.empty-icon{font-size:48px!important;opacity:.4}.saved-locations-title{font-size:.8rem;color:var(--color-text-muted);margin:12px 0 4px}.support-email{font-size:.8rem}.btn-toggle-group .btn{border-radius:var(--radius)}.login-content,.register-content{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eff6ff,#dbeafe,#bfdbfe);padding:16px}.login-container,.register-container{width:100%;max-width:420px}.login-card,.register-card{width:100%}.logo-wrapper{display:flex;justify-content:center;margin-bottom:16px}.logo-circle{width:64px;height:64px;background:linear-gradient(135deg,var(--color-primary),#1e40af);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #2563eb66}.logo-icon{color:#fff;font-size:32px!important}.demo-info{margin-top:16px;padding:12px;background:var(--color-bg);border-radius:var(--radius);font-size:.78rem;color:var(--color-text-muted)}.demo-info p{margin-bottom:2px}.link{color:var(--color-primary);font-weight:500}.link:hover{text-decoration:underline}.not-found-content{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eff6ff,#dbeafe,#bfdbfe)}.not-found-container{text-align:center;padding:24px}.error-code{font-size:6rem;font-weight:800;color:var(--color-primary);line-height:1}.error-title{font-size:1.5rem;font-weight:600;margin:8px 0}.error-message{color:#dc2626;margin-bottom:24px;text-align:center;font-size:.875rem}.btn-google{display:flex;align-items:center;justify-content:center;gap:10px;background:#fff;color:#3c4043;border:1px solid #dadce0;font-weight:500;font-size:.9rem;padding:10px 16px;border-radius:8px;cursor:pointer;transition:background .2s,box-shadow .2s}.btn-google:hover{background:#f7f8f8;box-shadow:0 1px 3px #0000001a}.btn-google:disabled{opacity:.6;cursor:not-allowed}.google-icon{flex-shrink:0}.divider{display:flex;align-items:center;gap:12px}.divider:before,.divider:after{content:"";flex:1;height:1px;background:#dadce0}.divider-text{font-size:.8rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.booking-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.booking-detail{display:flex;align-items:center;gap:6px;margin-top:8px;font-size:.875rem}.booking-time{font-size:.78rem;color:var(--color-text-muted);margin-top:4px}.booking-info{display:flex;align-items:center;gap:6px;margin-bottom:6px;font-size:.875rem}.booking-coords{font-size:.78rem;color:var(--color-text-muted)}.booking-actions{display:flex;gap:8px;margin-top:10px}.booking-actions .btn{flex:1}.booking-card{cursor:pointer;transition:box-shadow .15s;margin-bottom:0}.booking-card:hover{box-shadow:var(--shadow-md)}.booking-card.selected{box-shadow:0 0 0 2px var(--color-primary)}.booking-summary-item{padding:8px 0;border-bottom:1px solid var(--color-border)}.booking-summary-item:last-child{border-bottom:none}.booking-summary-row{display:flex;align-items:center;justify-content:space-between}.booking-customer{font-weight:500}.vendor-info{margin-bottom:12px}.vendor-name{font-weight:600}.vendor-name-row,.vendor-status-row{display:flex;align-items:center;gap:8px;margin-bottom:4px}.vendor-list-row{display:flex;align-items:center;justify-content:space-between}.vendor-list-info{display:flex;align-items:center;gap:8px}.vendor-item{cursor:pointer;border-radius:6px;padding:8px;transition:background .15s}.vendor-item:hover{background:var(--color-bg)}.vendor-item.selected{background:#2563eb0f}.distance-row{display:flex;align-items:center;gap:6px;font-size:.875rem;margin-bottom:8px}.hotspot-item{padding:10px 0;border-bottom:1px solid var(--color-border)}.hotspot-item:last-child{border-bottom:none}.hotspot-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.hotspot-vendor-name{font-weight:500}.hotspot-details{padding-left:20px}.hotspot-detail-row{display:flex;align-items:center;gap:6px;font-size:.8rem;color:var(--color-text-muted);margin-bottom:2px}.hotspot-visits{font-size:.78rem;color:var(--color-text-muted);margin-top:2px}.card-title-with-icon{display:flex;align-items:center;gap:6px}.analytics-item{padding:10px 0;border-bottom:1px solid var(--color-border)}.analytics-item:last-child{border-bottom:none}.analytics-item-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.analytics-label{font-size:.8rem;color:var(--color-text-muted);font-weight:500}.analytics-value{font-size:1.2rem;font-weight:700;color:var(--color-text)}.analytics-sub{font-size:.78rem;color:var(--color-text-muted);margin-top:2px}.recommendation{margin-top:12px;padding:10px;background:#2563eb0f;border-radius:var(--radius);border-left:3px solid var(--color-primary)}.recommendation-title{font-weight:600;margin-bottom:4px}.recommendation-text{font-size:.85rem;color:var(--color-text-muted)}.status-breakdown{margin-top:12px}.breakdown-title{font-size:.8rem;font-weight:600;color:var(--color-text-muted);margin-bottom:8px}.status-row{display:flex;align-items:center;gap:8px;padding:4px 0;font-size:.85rem}.status-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.status-label{flex:1}.status-count{font-weight:600}.status-percentage{color:var(--color-text-muted);width:36px;text-align:right}.recent-booking-item{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--color-border)}.recent-booking-item:last-child{border-bottom:none}.recent-booking-info{flex:1}.recent-booking-name{font-weight:500;font-size:.875rem}.recent-booking-time{font-size:.75rem;color:var(--color-text-muted)}.status-chip{font-size:.72rem;font-weight:600;padding:2px 8px;border-radius:12px;background:var(--color-medium);color:#fff}.status-completed{background:var(--color-success)}.status-pending{background:var(--color-warning);color:#111}.status-rejected{background:var(--color-danger)}.status-active{background:var(--color-primary)}.map-card .map-content{height:350px}.action-btn{margin-bottom:8px}.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("./media/layers-55W3Q4RM.png");width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url("./media/layers-2x-TBM42ERR.png");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("./media/marker-icon-2V3QKKVC.png")}.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}}
