@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
:root{--primary:#2563eb;--primary-light:#3b82f6;--primary-dark:#1d4ed8;--primary-50:#eff6ff;--primary-100:#dbeafe;--primary-200:#bfdbfe;--success:#10b981;--success-light:#d1fae5;--warning:#f59e0b;--warning-light:#fef3c7;--danger:#ef4444;--danger-light:#fee2e2;--info:#06b6d4;--info-light:#cffafe;--bg:#f8fafc;--bg-card:#fff;--bg-sidebar:#fff;--bg-hover:#f1f5f9;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--border:#e2e8f0;--border-light:#f1f5f9;--shadow-sm:0 1px 2px #0000000a;--shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;--shadow-md:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a;--shadow-lg:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a;--shadow-xl:0 20px 25px -5px #00000014,0 10px 10px -5px #00000008;--radius:12px;--radius-sm:8px;--radius-lg:16px;--transition:all .2s cubic-bezier(.4,0,.2,1)}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}a{color:inherit;text-decoration:none}.app-container{min-height:100vh;display:flex}.sidebar{background:var(--bg-sidebar);border-right:1px solid var(--border);z-index:100;flex-direction:column;width:280px;padding:0;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar-header{border-bottom:1px solid var(--border);padding:0 16px}.sidebar-logo{justify-content:center;align-items:center;margin:0;padding:0;display:flex}.sidebar-logo-img{object-fit:contain;width:100%;max-width:200px;height:auto;display:block}.sidebar-nav{flex:1;padding:16px 12px;overflow-y:auto}.sidebar-section-title{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-top:8px;padding:8px 12px;font-size:11px;font-weight:600}.sidebar-link{border-radius:var(--radius-sm);color:var(--text-secondary);transition:var(--transition);cursor:pointer;align-items:center;gap:12px;margin-bottom:2px;padding:10px 12px;font-size:14px;font-weight:500;display:flex}.sidebar-link:hover{background:var(--bg-hover);color:var(--text-primary)}.sidebar-link.active{background:var(--primary-50);color:var(--primary);font-weight:600}.sidebar-link-icon{text-align:center;flex-shrink:0;width:24px;font-size:20px}.sidebar-link-badge{background:var(--primary-100);color:var(--primary);border-radius:99px;margin-left:auto;padding:2px 8px;font-size:11px;font-weight:600}.main-content{flex:1;min-height:100vh;margin-left:280px}.topbar{background:var(--bg-card);border-bottom:1px solid var(--border);z-index:50;justify-content:space-between;align-items:center;height:64px;padding:0 32px;display:flex;position:sticky;top:0}.topbar-left{align-items:center;gap:16px;display:flex}.mobile-menu-btn{cursor:pointer;color:var(--text-primary);background:0 0;border:none;padding:4px;font-size:24px;display:none}.topbar-title{color:var(--text-primary);font-size:16px;font-weight:600}.topbar-breadcrumb{color:var(--text-muted);font-size:13px}.topbar-breadcrumb span{color:var(--text-secondary)}.topbar-right{align-items:center;gap:12px;display:flex}.topbar-avatar{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:600;display:flex}.page-content{padding:32px}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:32px;display:flex}.page-header-left h2{color:var(--text-primary);margin-bottom:4px;font-size:24px;font-weight:700}.page-header-left p{color:var(--text-secondary);font-size:14px}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:32px;display:grid}.stat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition);padding:24px}.stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.stat-card-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.stat-card-icon{border-radius:var(--radius-sm);justify-content:center;align-items:center;width:44px;height:44px;font-size:22px;display:flex}.stat-card-icon.blue{background:var(--primary-50);color:var(--primary)}.stat-card-icon.green{background:var(--success-light);color:var(--success)}.stat-card-icon.orange{background:var(--warning-light);color:var(--warning)}.stat-card-icon.cyan{background:var(--info-light);color:var(--info)}.stat-card-value{color:var(--text-primary);margin-bottom:4px;font-size:32px;font-weight:800;line-height:1}.stat-card-label{color:var(--text-muted);font-size:13px;font-weight:500}.btn{border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);white-space:nowrap;border:none;align-items:center;gap:8px;padding:10px 20px;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-secondary{background:var(--bg-hover);color:var(--text-primary);border:1px solid var(--border)}.btn-secondary:hover{background:var(--border)}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:#dc2626}.btn-success{background:var(--success);color:#fff}.btn-success:hover{background:#059669}.btn-sm{padding:6px 14px;font-size:13px}.btn-icon{justify-content:center;min-width:36px;padding:8px}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition);overflow:hidden}.card:hover{box-shadow:var(--shadow-md)}.card-header{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:20px 24px;display:flex}.card-header h3{font-size:16px;font-weight:600}.card-body{padding:24px}.form-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.form-group{flex-direction:column;gap:6px;display:flex}.form-group.full-width{grid-column:1/-1}.form-label{color:var(--text-secondary);font-size:13px;font-weight:600}.form-input,.form-select,.form-textarea{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);background:var(--bg-card);transition:var(--transition);outline:none;width:100%;padding:10px 14px;font-family:inherit;font-size:14px}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-100)}.form-input::placeholder{color:var(--text-muted)}.form-textarea{resize:vertical;min-height:100px}.form-checkbox-group{align-items:center;gap:10px;padding:10px 0;display:flex}.form-checkbox{width:20px;height:20px;accent-color:var(--primary);cursor:pointer}.form-actions{border-top:1px solid var(--border);gap:12px;margin-top:24px;padding-top:24px;display:flex}.form-actions.full-width{grid-column:1/-1}.form-section-title{color:var(--text-primary);border-bottom:2px solid var(--primary-100);grid-column:1/-1;margin-bottom:16px;padding-bottom:8px;font-size:15px;font-weight:700}.multi-image-upload{flex-wrap:wrap;gap:12px;display:flex}.multi-image-upload.compact .multi-image-item,.multi-image-upload.compact .multi-image-add{width:100px;height:100px}.multi-image-item{border-radius:var(--radius);border:1px solid var(--border);width:140px;height:140px;position:relative;overflow:hidden}.multi-image-item img{object-fit:cover;width:100%;height:100%;display:block}.image-remove-btn{color:#fff;cursor:pointer;width:28px;height:28px;transition:var(--transition);background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:14px;display:flex;position:absolute;top:4px;right:4px}.image-remove-btn:hover{background:var(--danger)}.multi-image-item.dragging{opacity:.4;border:2px dashed var(--primary)}.multi-image-item{cursor:grab}.multi-image-item:active{cursor:grabbing}.image-order-badge{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000a6;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:700;display:flex;position:absolute;bottom:4px;left:4px}.multi-image-add{cursor:pointer;width:140px;height:140px;display:block}.multi-image-add-inner{border:2px dashed var(--border);border-radius:var(--radius);width:100%;height:100%;transition:var(--transition);background:var(--bg);flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex}.multi-image-add-inner:hover,.multi-image-add-inner.drag-over{border-color:var(--primary);background:var(--primary-50)}.image-gallery{gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.image-gallery-item{border-radius:var(--radius);cursor:pointer;border:1px solid var(--border);width:200px;height:150px;transition:var(--transition);flex-shrink:0;overflow:hidden}.image-gallery-item:hover{box-shadow:var(--shadow-md);transform:scale(1.02)}.image-gallery-item img{object-fit:cover;width:100%;height:100%;display:block}.filter-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}@media (max-width:768px){.filter-grid{grid-template-columns:repeat(2,1fr)}.image-gallery-item{width:160px;height:120px}.multi-image-item,.multi-image-add{width:100px;height:100px}}@media (max-width:480px){.filter-grid{grid-template-columns:1fr}}.building-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:20px;display:grid}.building-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition);cursor:pointer;flex-direction:column;min-height:100%;display:flex;overflow:hidden}.building-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.building-card-image{background:linear-gradient(135deg,var(--primary-50),var(--primary-100));justify-content:center;align-items:center;width:100%;height:180px;font-size:48px;display:flex;position:relative}.building-card-badge{text-transform:uppercase;border-radius:99px;padding:4px 12px;font-size:12px;font-weight:600;position:absolute;top:12px;right:12px}.badge-kiralik{background:var(--info-light);color:var(--info)}.badge-satilik{background:var(--success-light);color:var(--success)}.badge-karma{background:var(--warning-light);color:var(--warning)}.status-badge-card{border-radius:16px;padding:4px 12px;font-size:11px;font-weight:700}.building-card-content{flex-direction:column;flex:1;padding:20px;display:flex}.building-card-name{color:var(--text-primary);margin-bottom:6px;font-size:17px;font-weight:700}.building-card-address{color:var(--text-muted);align-items:flex-start;gap:4px;margin-bottom:16px;font-size:13px;display:flex}.building-card-meta{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.building-card-meta-item{color:var(--text-secondary);align-items:center;gap:6px;font-size:13px;display:flex}.building-card-meta-item span:first-child{flex-shrink:0;font-size:16px}.building-card-footer{border-top:1px solid var(--border-light);background:var(--bg);justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.building-card-apartments{color:var(--text-muted);font-size:13px;font-weight:500}.building-card-apartments strong{color:var(--primary)}.building-card-date{color:var(--text-muted);font-size:12px}.detail-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.detail-item{border-bottom:1px solid var(--border-light);padding:14px 0}.detail-item-label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-bottom:4px;font-size:12px;font-weight:600}.detail-item-value{color:var(--text-primary);font-size:15px;font-weight:500}.detail-description{background:var(--bg);border-radius:var(--radius-sm);white-space:pre-wrap;color:var(--text-secondary);grid-column:1/-1;padding:20px;font-size:14px;line-height:1.7}.apartment-table{border-collapse:collapse;width:100%}.apartment-table th{text-align:left;border-bottom:2px solid var(--border);text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);white-space:nowrap;padding:12px 16px;font-size:12px;font-weight:600}.apartment-table td{border-bottom:1px solid var(--border-light);color:var(--text-primary);padding:14px 16px;font-size:14px}.apartment-table tr:hover td{background:var(--bg)}.status-badge{border-radius:99px;padding:3px 10px;font-size:12px;font-weight:600;display:inline-flex}.status-musait{background:var(--success-light);color:var(--success)}.status-dolu{background:var(--danger-light);color:var(--danger)}.status-rezerve{background:var(--warning-light);color:var(--warning)}.empty-state{text-align:center;padding:64px 24px}.empty-state-icon{margin-bottom:16px;font-size:56px}.empty-state h3{color:var(--text-primary);margin-bottom:8px;font-size:18px;font-weight:600}.empty-state p{color:var(--text-muted);margin-bottom:24px;font-size:14px}.modal-overlay{z-index:1000;background:#0006;justify-content:center;align-items:center;padding:20px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.modal{background:var(--bg-card);border-radius:var(--radius-lg);width:100%;max-width:640px;max-height:90vh;animation:.3s slideUp;overflow-y:auto}.modal-header{border-bottom:1px solid var(--border);background:var(--bg-card);z-index:1;border-radius:var(--radius-lg)var(--radius-lg)0 0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex;position:sticky;top:0}.modal-header h3{font-size:18px;font-weight:700}.modal-close{cursor:pointer;color:var(--text-muted);transition:var(--transition);background:0 0;border:none;border-radius:6px;padding:4px;font-size:24px}.modal-close:hover{background:var(--bg-hover);color:var(--text-primary)}.modal-body{padding:24px}.loading{justify-content:center;align-items:center;padding:64px;display:flex}.spinner{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}.confirm-dialog{text-align:center;padding:12px 0}.confirm-dialog-icon{margin-bottom:16px;font-size:48px}.confirm-dialog h4{margin-bottom:8px;font-size:18px;font-weight:700}.confirm-dialog p{color:var(--text-secondary);margin-bottom:24px;font-size:14px}.confirm-dialog-actions{justify-content:center;gap:12px;display:flex}.toast{background:var(--text-primary);color:#fff;border-radius:var(--radius-sm);box-shadow:var(--shadow-xl);z-index:2000;padding:14px 24px;font-size:14px;font-weight:500;animation:.3s slideInRight,.3s 2.7s forwards fadeOut;position:fixed;bottom:100px;right:24px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes spin{to{transform:rotate(360deg)}}.sidebar-overlay{z-index:99;background:#0006;display:none;position:fixed;inset:0}.mobile-bottom-nav{background:var(--bg-card);border-top:1px solid var(--border);z-index:90;padding:8px 0;padding-bottom:max(8px,env(safe-area-inset-bottom));display:none;position:fixed;bottom:0;left:0;right:0}.mobile-bottom-nav-items{justify-content:space-around;align-items:center;display:flex}.mobile-nav-item{color:var(--text-muted);transition:var(--transition);border-radius:var(--radius-sm);flex-direction:column;align-items:center;gap:2px;padding:4px 12px;font-size:10px;font-weight:500;text-decoration:none;display:flex}.mobile-nav-item.active{color:var(--primary)}.mobile-nav-item-icon{font-size:22px}@media (max-width:1024px){.building-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.detail-grid{grid-template-columns:1fr}}@media (max-width:768px){.sidebar{transform:translate(-100%)}.sidebar.open{box-shadow:var(--shadow-xl);transform:translate(0)}.sidebar-overlay.show{display:block}.main-content{margin-left:0}.mobile-menu-btn,.mobile-bottom-nav{display:block}.topbar{height:56px;padding:0 16px}.page-content{padding:20px 16px 100px}.page-header{margin-bottom:24px}.page-header-left h2{font-size:20px}.stat-grid{grid-template-columns:repeat(2,1fr);gap:12px}.stat-card{padding:16px}.stat-card-value{font-size:24px}.stat-card-icon{width:36px;height:36px;font-size:18px}.form-grid{grid-template-columns:1fr}.building-grid{grid-template-columns:1fr;gap:16px}.building-card-image{height:140px}.card-header,.card-body{padding:16px}.apartment-table{display:block;overflow-x:auto}.form-actions{flex-direction:column}.form-actions .btn{justify-content:center;width:100%}.modal{border-radius:var(--radius);max-width:100%;margin:10px}.toast{text-align:center;bottom:80px;left:16px;right:16px}}@media (max-width:480px){.stat-grid{grid-template-columns:1fr 1fr;gap:10px}.stat-card{padding:14px}.stat-card-value{font-size:22px}.building-card-meta{grid-template-columns:1fr}.page-header{flex-direction:column;align-items:flex-start}.page-header .btn{justify-content:center;width:100%}}.app-dialog-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;background:#0f172a73;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.app-dialog{border:1px solid var(--border);width:100%;max-width:520px;box-shadow:var(--shadow-xl);background:#fff;border-radius:14px;padding:20px}.app-dialog-title{color:var(--text-primary);margin-bottom:10px;font-size:20px;font-weight:700}.app-dialog-message{color:var(--text-secondary);margin-bottom:18px;font-size:15px;line-height:1.55}.app-dialog-actions{justify-content:flex-end;gap:10px;display:flex}
.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;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.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{width:auto;padding:0;max-width:none!important;max-height:none!important}.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:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.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{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.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;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{-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{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{outline-offset:1px;background:#ddd}.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:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position: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:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.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-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.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(../media/layers.78ca0acf.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(../media/layers-2x.793209de.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{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(../media/marker-icon.b9f7ac13.png)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;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{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.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{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.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{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107,M12=.707107,M21=-.707107,M22=.707107);margin:0 auto}.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{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;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{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;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;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
