*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--orange: #F97316;--orange-dark: #EA580C;--orange-light: #FED7AA;--navy: #1E293B;--navy-light: #334155;--slate: #64748B;--bg: #F8FAFC;--white: #FFFFFF;--border: #E2E8F0;--success: #16A34A;--warning: #D97706;--danger: #DC2626;--radius: 10px;--shadow: 0 2px 12px rgba(0,0,0,.08)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--navy);font-size:14px}.layout{display:flex;min-height:100vh}.sidebar{width:240px;background:var(--navy);color:#fff;display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:100;transition:transform .3s}.sidebar-header{padding:24px 20px 16px;border-bottom:1px solid rgba(255,255,255,.1)}.logo{font-size:26px;font-weight:900;letter-spacing:-1px}.logo-big{color:var(--orange)}.logo-bags{color:#fff}.logo-sub{font-size:11px;color:#94a3b8;margin-top:4px}.sidebar-nav{flex:1;padding:16px 0}.sidebar-nav a{display:flex;align-items:center;gap:10px;padding:12px 20px;color:#cbd5e1;text-decoration:none;font-size:14px;font-weight:500;transition:all .2s;border-left:3px solid transparent}.sidebar-nav a:hover,.sidebar-nav a.active{color:#fff;background:#f9731626;border-left-color:var(--orange)}.nav-icon{font-size:18px}.sidebar-footer{padding:16px 20px;font-size:11px;color:#475569;border-top:1px solid rgba(255,255,255,.08)}.logout-btn{display:block;width:100%;background:#ef44441f;border:1px solid rgba(239,68,68,.3);color:#fca5a5;padding:9px 14px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;margin-bottom:10px;text-align:left}.logout-btn:hover{background:#ef444433}.main{margin-left:240px;flex:1;display:flex;flex-direction:column;min-width:0}.topbar{background:#fff;border-bottom:1px solid var(--border);padding:0 24px;height:60px;display:flex;align-items:center;gap:16px;position:sticky;top:0;z-index:50;box-shadow:var(--shadow)}.menu-btn{display:none;background:none;border:none;font-size:22px;cursor:pointer;color:var(--navy)}.topbar-title{font-weight:700;font-size:16px;flex:1}.topbar-badge{background:var(--orange-light);color:var(--orange-dark);font-size:12px;font-weight:600;padding:4px 12px;border-radius:20px}.content{padding:28px 24px;flex:1}.overlay{display:none;position:fixed;inset:0;background:#0006;z-index:90}.page{max-width:1200px}.page-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.page-title{font-size:24px;font-weight:800;color:var(--navy);margin-bottom:24px}.total-badge{background:var(--orange-light);color:var(--orange-dark);padding:4px 12px;border-radius:20px;font-size:13px;font-weight:600}.section-title{font-size:16px;font-weight:700;margin:24px 0 12px;color:var(--navy-light)}.section-label{font-size:13px;color:var(--slate);margin-bottom:8px;font-weight:500}.stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;margin-bottom:12px}.stat-card{background:#fff;border-radius:var(--radius);padding:20px;box-shadow:var(--shadow);border-left:4px solid var(--border)}.stat-card.accent{border-left-color:var(--orange)}.stat-card.accent-light{border-left-color:var(--orange-light)}.stat-label{font-size:12px;color:var(--slate);font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.stat-value{font-size:28px;font-weight:800;color:var(--navy)}.status-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;margin-bottom:12px}.status-card{background:#fff;border-radius:var(--radius);padding:16px;text-align:center;box-shadow:var(--shadow)}.status-icon{font-size:24px}.status-count{font-size:32px;font-weight:800;margin:4px 0}.status-label{font-size:11px;font-weight:600;text-transform:uppercase;color:var(--slate)}.status-pending .status-count{color:var(--warning)}.status-confirmed .status-count{color:#3b82f6}.status-ofd .status-count{color:var(--orange)}.status-delivered .status-count{color:var(--success)}.status-cancelled .status-count{color:var(--danger)}.quick-actions{display:flex;gap:12px;margin-top:28px}.btn-primary{background:var(--orange);color:#fff;border:none;padding:10px 20px;border-radius:var(--radius);font-weight:600;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;font-size:14px;transition:background .2s}.btn-primary:hover{background:var(--orange-dark)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-outline{background:#fff;color:var(--orange);border:2px solid var(--orange);padding:10px 20px;border-radius:var(--radius);font-weight:600;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;font-size:14px;transition:all .2s}.btn-outline:hover{background:var(--orange-light)}.btn-danger{background:var(--danger);color:#fff;border:none;padding:10px 20px;border-radius:var(--radius);font-weight:600;cursor:pointer;font-size:14px}.btn-sm{padding:5px 10px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;border:none;text-decoration:none;display:inline-block}.btn-view{background:#eff6ff;color:#3b82f6}.btn-edit{background:#fff7ed;color:var(--orange)}.btn-delete{background:#fef2f2;color:var(--danger)}.filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.filter-btn{padding:7px 14px;border-radius:20px;border:1.5px solid var(--border);background:#fff;color:var(--slate);font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.filter-btn:hover{border-color:var(--orange);color:var(--orange)}.filter-btn.active{background:var(--orange);border-color:var(--orange);color:#fff}.bulk-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.bulk-info{color:var(--slate);font-size:14px}.bulk-actions .btn-delete{min-width:160px}.table-wrap{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);overflow:auto}.orders-table{width:100%;border-collapse:collapse;min-width:840px}.orders-table th.checkbox-col,.orders-table td.checkbox-col{width:54px;text-align:center}.orders-table input[type=checkbox]{cursor:pointer}.btn-delete[disabled]{opacity:.5;cursor:not-allowed}.orders-table th{padding:12px 16px;text-align:left;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--slate);border-bottom:2px solid var(--border);background:var(--bg)}.orders-table td{padding:13px 16px;border-bottom:1px solid var(--border);vertical-align:middle}.orders-table tr:last-child td{border-bottom:none}.orders-table tr:hover td{background:#fffbf5}.order-id{font-family:monospace;font-weight:700;color:var(--orange)}.customer-name{font-weight:600}.customer-phone{font-size:12px;color:var(--slate)}.order-total{font-weight:700}.payment-method{font-size:12px;font-weight:600}.order-date{font-size:12px;color:var(--slate)}.actions{display:flex;gap:6px}.status-badge{padding:4px 10px;border-radius:20px;font-size:11px;font-weight:700;text-transform:uppercase}.status-badge.status-pending{background:#fef9c3;color:#a16207}.status-badge.status-confirmed{background:#dbeafe;color:#1d4ed8}.status-badge.status-out_for_delivery{background:#fed7aa;color:var(--orange-dark)}.status-badge.status-delivered{background:#dcfce7;color:#15803d}.status-badge.status-cancelled{background:#fee2e2;color:#b91c1c}.pagination{display:flex;align-items:center;gap:16px;justify-content:center;margin-top:24px}.pagination button{padding:8px 16px;border-radius:var(--radius);border:1.5px solid var(--border);background:#fff;cursor:pointer;font-weight:600}.pagination button:disabled{opacity:.4;cursor:not-allowed}.back-bar{margin-bottom:16px}.back-link{color:var(--orange);text-decoration:none;font-weight:600;font-size:14px}.detail-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;flex-wrap:wrap;gap:12px}.order-date-sub{color:var(--slate);font-size:13px;margin-top:4px}.header-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.status-actions{background:#fff;border-radius:var(--radius);padding:16px 20px;margin-bottom:20px;box-shadow:var(--shadow)}.status-btns{display:flex;flex-wrap:wrap;gap:8px}.btn-status{padding:7px 14px;border-radius:20px;border:1.5px solid var(--border);background:#fff;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.btn-status.active{background:var(--orange);border-color:var(--orange);color:#fff}.btn-status:disabled{opacity:.5;cursor:not-allowed}.detail-grid{display:grid;grid-template-columns:1fr 340px;gap:20px}.detail-card{background:#fff;border-radius:var(--radius);padding:20px;box-shadow:var(--shadow);margin-bottom:16px}.detail-card h3{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--slate);margin-bottom:16px}.detail-card p{font-size:14px;color:var(--navy-light);margin-bottom:4px}.order-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--border)}.order-item:last-of-type{margin-bottom:0}.item-img{width:56px;height:56px;object-fit:cover;border-radius:8px;border:1px solid var(--border)}.item-img-placeholder{width:56px;height:56px;background:var(--bg);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:24px;border:1px solid var(--border)}.item-info{flex:1}.item-title{font-weight:600;font-size:14px}.item-variant,.item-qty{font-size:12px;color:var(--slate);margin-top:2px}.item-price{font-weight:700;color:var(--navy)}.price-summary{margin-top:16px;border-top:1px solid var(--border);padding-top:12px}.price-row{display:flex;justify-content:space-between;padding:5px 0;font-size:14px;color:var(--slate)}.total-row{font-weight:800;color:var(--navy);font-size:16px;border-top:1px solid var(--border);margin-top:4px;padding-top:10px}.edit-form{max-width:680px}.form-section{background:#fff;border-radius:var(--radius);padding:24px;box-shadow:var(--shadow);margin-bottom:20px}.form-section h3{font-size:15px;font-weight:700;color:var(--navy);margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid var(--border)}.form-row{margin-bottom:16px}.form-row label{display:block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--slate);margin-bottom:6px}.form-control{width:100%;padding:10px 12px;border:1.5px solid var(--border);border-radius:8px;font-size:14px;outline:none;transition:border-color .2s;font-family:inherit}.form-control:focus{border-color:var(--orange)}.form-two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-actions{display:flex;gap:12px;align-items:center;margin-top:8px}.loading{color:var(--slate);padding:40px;text-align:center;font-size:16px}.error-msg{color:var(--danger);background:#fee2e2;padding:12px 16px;border-radius:8px;margin-bottom:16px}.success-msg{color:var(--success);background:#dcfce7;padding:12px 16px;border-radius:8px;margin-top:12px}.empty{text-align:center;padding:60px;color:var(--slate)}@media (max-width: 768px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.overlay{display:block}.main{margin-left:0}.menu-btn{display:block}.content{padding:16px}.detail-grid{grid-template-columns:1fr}.topbar-badge{display:none}}.nav-section-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#334155;padding:16px 20px 4px}.cat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.cat-card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column;transform:translateZ(0)}.cat-img-wrap{position:relative;width:100%;padding-top:100%;background:#fff;overflow:hidden;border-radius:var(--radius) var(--radius) 0 0}.cat-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.cat-icon-ph{font-size:56px}.cat-info{padding:14px 16px 8px;flex:1}.cat-name{font-size:16px;font-weight:800;color:var(--navy)}.cat-slug{font-size:12px;color:var(--slate);margin-top:2px;font-family:monospace}.cat-count{font-size:13px;color:var(--orange);font-weight:600;margin-top:6px}.cat-actions{display:flex;gap:8px;padding:10px 16px 14px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;margin-bottom:20px}.product-card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column;transform:translateZ(0)}.prod-img-wrap{position:relative;width:100%;padding-top:100%;background:#fff;overflow:hidden;border-radius:var(--radius) var(--radius) 0 0}.prod-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.prod-img-ph{font-size:52px}.prod-info{padding:12px 14px 6px;flex:1}.prod-title{font-size:14px;font-weight:700;color:var(--navy);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.prod-vendor{font-size:12px;color:var(--slate);margin-top:2px}.prod-price{font-size:18px;font-weight:800;color:var(--navy);margin-top:4px}.prod-variants{font-size:11px;color:var(--slate)}.prod-actions{display:flex;gap:6px;padding:8px 14px 12px}.search-bar{display:flex;gap:10px;margin-bottom:20px;align-items:center}.search-input{flex:1;max-width:380px}.cat-slug-badge{font-size:12px;font-family:monospace;background:var(--bg);color:var(--slate);padding:3px 10px;border-radius:6px;border:1px solid var(--border)}.modal-overlay{position:fixed;inset:0;background:#00000073;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.modal{background:#fff;border-radius:16px;padding:28px;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003}.modal-lg{max-width:780px}.modal-title{font-size:20px;font-weight:800;color:var(--navy);margin-bottom:20px}.modal-actions{display:flex;gap:10px;margin-top:20px}.modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}.variants-editor{display:flex;flex-direction:column;gap:8px}.variant-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap;background:var(--bg);padding:10px;border-radius:8px}.var-title{flex:2;min-width:120px}.var-opt{flex:1;min-width:90px}.var-price{flex:1;min-width:80px}.price-wrap{display:flex;align-items:center;border:1.5px solid var(--border);border-radius:8px;overflow:hidden;background:#fff}.price-prefix{padding:0 8px;font-size:14px;color:var(--slate);font-weight:600;background:var(--bg);border-right:1px solid var(--border)}.price-wrap .form-control{border:none;border-radius:0}.avail-toggle{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:var(--navy);cursor:pointer;white-space:nowrap}.add-variant-btn{background:none;border:1.5px dashed var(--border);color:var(--slate);padding:8px 16px;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;transition:all .2s;align-self:flex-start}.add-variant-btn:hover{border-color:var(--orange);color:var(--orange)}.img-preview{margin-top:10px}.img-preview img{width:100%;max-height:160px;object-fit:contain;border-radius:8px;border:1px solid var(--border)}.img-preview-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.thumb-preview{width:64px;height:64px;object-fit:cover;border-radius:8px;border:1px solid var(--border)}.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}}
