@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";
:root{--primary-teal:#005c66;--primary-teal-light:#007a87;--primary-teal-dark:#003f45;--accent-orange:#ff7e5f;--accent-orange-hover:#ff957a;--bg-color:#f8fafb;--sidebar-bg:#002b30;--text-primary:#1a1a1a;--text-secondary:#666;--text-on-dark:#fff;--glass-bg:#ffffffb3;--glass-border:#ffffff40;--card-shadow:0 10px 30px #0000000f;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--shadow-sm:0 6px 16px #0000000f;--shadow-md:0 10px 30px #0000000f;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--status-active-bg:#dcfce7;--status-active-fg:#15803d;--status-maintenance-bg:#ffedd5;--status-maintenance-fg:#c2410c;--status-risk-bg:#fee2e2;--status-risk-fg:#b91c1c;--status-neutral-bg:#eef2f7;--status-neutral-fg:#475569;--table-cell-y:14px;--table-cell-x:14px}html[data-density=compact]{--table-cell-y:9px;--table-cell-x:12px}*{box-sizing:border-box;margin:0;padding:0}body{background:radial-gradient(circle at 0% 0%, #007a8714, transparent 45%), radial-gradient(circle at 100% 100%, #ff7e5f14, transparent 45%), var(--bg-color);color:var(--text-primary);min-height:100vh;font-family:Outfit,sans-serif}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select,textarea{font-family:inherit}input[type=checkbox]{appearance:none;cursor:pointer;background:#fff;border:2px solid #005c668c;border-radius:4px;place-content:center;width:16px;height:16px;margin:0;transition:border-color .15s,background-color .15s,box-shadow .15s;display:grid}input[type=checkbox]:before{content:"";clip-path:polygon(14% 44%,0 65%,50% 100%,100% 15%,80% 0,43% 62%);background:#fff;width:8px;height:8px;transition:transform .12s ease-in-out;transform:scale(0)}input[type=checkbox]:checked{background:var(--primary-teal-light);border-color:var(--primary-teal-light)}input[type=checkbox]:checked:before{transform:scale(1)}input[type=checkbox]:focus-visible{outline-offset:2px;outline:3px solid #007a874d}.sidebar{width:280px;color:var(--text-on-dark);z-index:100;background:linear-gradient(#002b30 0%,#00333a 100%);flex-direction:column;height:100vh;display:flex;position:fixed;top:0;left:0;box-shadow:4px 0 24px #0000002e}.main-content{min-height:100vh;margin-left:280px;padding:34px}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid var(--glass-border);border-radius:var(--radius-md);box-shadow:var(--shadow-md)}.btn-primary{background:linear-gradient(135deg, var(--primary-teal), var(--primary-teal-light));color:#fff;border-radius:999px;padding:11px 20px;font-weight:600;transition:all .2s}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 16px #005c6647}.btn-accent{background:linear-gradient(135deg, var(--accent-orange), #ff9a82);color:#fff;border-radius:999px;padding:11px 20px;font-weight:600;transition:all .2s}.btn-accent:hover{transform:translateY(-1px);box-shadow:0 6px 16px #ff7e5f42}.table-shell{border-collapse:collapse;width:100%}.table-shell th,.table-shell td{padding:var(--table-cell-y) var(--table-cell-x);text-align:left;border-bottom:1px solid #0000000f}.table-shell th{text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);font-size:.78rem}.table-shell thead th{z-index:2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#f8fafbf2;position:sticky;top:0}.dashboard-inner thead th{background:#e3f3f5f2}.table-shell tbody tr:nth-child(2n){background:#0f172a05}.sort-header-btn{color:inherit;font:inherit;text-transform:inherit;letter-spacing:inherit;background:0 0;border-radius:8px;align-items:center;gap:6px;padding:2px 6px;transition:color .15s,background-color .15s;display:inline-flex}.sort-header-btn:hover{color:var(--primary-teal);background:#007a8714}.sort-header-btn.active{color:var(--primary-teal);background:#ff7e5f1f;font-weight:700}.sort-indicator{opacity:.7;font-size:.62rem}.sort-header-btn.active .sort-indicator{color:var(--accent-orange);opacity:1}.section-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.page-grid{gap:18px;display:grid}.kpi-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;display:grid}.kpi-card{padding:18px}.kpi-link-card{transition:transform .18s,box-shadow .18s,border-color .18s;display:block}.kpi-link-card:hover{border-color:#007a874d;transform:translateY(-2px);box-shadow:0 8px 20px #00000014}.kpi-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;font-size:.82rem}.kpi-value{color:var(--primary-teal);margin-top:6px;font-size:1.8rem;font-weight:700}.kpi-value--orange{color:var(--accent-orange)}.kpi-value--green{color:#16a34a}.kpi-value--build{color:#b45309}.dashboard-group{background:#ff7e5f1a;border-color:#ff7e5f47}.dashboard-inner{background:#007a8714;border-color:#007a8733}.dashboard-highlight{background:#ff7e5f1a;border-color:#ff7e5f47}.dashboard-table tbody tr:hover{background:#007a8714}.status-pill{letter-spacing:.03em;text-transform:uppercase;border-radius:999px;padding:4px 10px;font-size:.74rem;font-weight:700;display:inline-flex}.status-pill.active{background:var(--status-active-bg);color:var(--status-active-fg)}.status-pill.maintenance{background:var(--status-maintenance-bg);color:var(--status-maintenance-fg)}.status-pill.at-risk,.status-pill.high,.status-pill.critical,.status-pill.overdue,.status-pill.failed{background:var(--status-risk-bg);color:var(--status-risk-fg)}.status-pill.retired{color:#4b5563;background:#e5e7eb}.status-pill.neutral{background:var(--status-neutral-bg);color:var(--status-neutral-fg)}.status-pill.build{color:#92400e;background:#fef3c7}.status-pill.shipping,.status-pill.installation,.status-pill.commissioning{color:#1d4ed8;background:#dbeafe}.form-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;display:grid}.field label{color:var(--text-secondary);margin-bottom:6px;font-size:.84rem;display:block}.field input,.field select,.field textarea{background:#fff;border:1px solid #d1d5db;border-radius:10px;width:100%;padding:10px 12px}.field textarea{min-height:90px}.table-control{background:#fff;border:1px solid #d1d5db;border-radius:10px;width:100%;padding:8px 10px;font-family:inherit}.table-control:disabled{color:#6b7280;background:#f3f4f6}.checkbox-grid{justify-items:start;gap:8px;display:grid}.checkbox-row{cursor:pointer;background:#007a870a;border:1px solid #007a872e;border-radius:10px;justify-self:start;align-items:center;gap:10px;width:fit-content;max-width:100%;padding:7px 10px;display:inline-flex}.step-pass-toggle{cursor:pointer;background:#007a870a;border:1px solid #007a872e;border-radius:10px;align-items:center;gap:8px;width:fit-content;padding:6px 10px;display:inline-flex}.checkbox-row span{line-height:1.2}.checklist-card{background:#fff;border:1px solid #d1d5db;border-radius:10px;gap:8px;padding:10px;display:grid}.projects-timeline-scroll{padding-bottom:4px;overflow-x:auto}.projects-timeline-canvas{background:#ffffff8f;border:1px solid #007a8738;border-radius:12px;overflow:hidden}.projects-timeline-header-row,.projects-timeline-row,.projects-timeline-axis-row{display:grid}.projects-timeline-label-header{text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);background:#ff7e5f24;border-right:1px solid #007a8733;padding:12px 14px;font-size:.78rem}.projects-timeline-track-header{background:#007a8714;height:52px;position:relative}.projects-timeline-row:nth-child(2n) .projects-timeline-label-cell{background:#ff7e5f1a}.projects-timeline-row:nth-child(2n) .projects-timeline-track-cell{background:#007a870f}.projects-timeline-label-cell{background:#ff7e5f24;border-top:1px solid #007a8724;border-right:1px solid #007a8733;padding:10px 14px}.projects-timeline-name{color:var(--primary-teal);font-size:1.05rem;font-weight:600}.projects-timeline-name:hover{text-decoration:underline}.projects-timeline-meta{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:8px;margin-top:6px;font-size:.78rem;display:flex}.projects-timeline-track-cell{background:#007a8714;border-top:1px solid #007a8724;height:56px;position:relative}.projects-timeline-track{height:100%;position:relative}.projects-timeline-month-line{background:#007a8724;width:1px;position:absolute;top:0;bottom:0}.projects-timeline-today-line{opacity:.9;background:#dc2626;width:2px;position:absolute;top:0;bottom:0}.projects-timeline-today-label{color:#dc2626;font-size:.9rem;font-weight:700;position:absolute;top:6px;transform:translate(-50%)}.projects-timeline-bar{border:1px solid #fff9;border-radius:8px;height:36px;transition:transform .16s,box-shadow .16s;position:absolute;top:10px;overflow:hidden;box-shadow:0 2px 8px #0000001f}.projects-timeline-bar:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000029}.projects-timeline-bar-progress{height:100%;display:block}.projects-timeline-bar--planned{background:#007a8759}.projects-timeline-bar--planned .projects-timeline-bar-progress{background:linear-gradient(90deg, var(--primary-teal), var(--primary-teal-light))}.projects-timeline-bar--ontrack{background:#007a876b}.projects-timeline-bar--ontrack .projects-timeline-bar-progress{background:linear-gradient(90deg, #0f766e, var(--primary-teal-light))}.projects-timeline-bar--risk{background:#ff7e5f80}.projects-timeline-bar--risk .projects-timeline-bar-progress{background:linear-gradient(90deg, #f97316, var(--accent-orange))}.projects-timeline-bar--completed{background:#16a34a61}.projects-timeline-bar--completed .projects-timeline-bar-progress{background:linear-gradient(90deg,#15803d,#22c55e)}.projects-timeline-axis-spacer{background:#ffffff80;border-top:1px solid #007a8733}.projects-timeline-axis-track{background:#ffffffd1;border-top:1px solid #007a8733}.projects-timeline-axis-months{min-height:52px;display:grid}.projects-timeline-axis-month{color:#111827;border-left:1px solid #007a8724;flex-direction:column;justify-content:center;align-items:flex-start;gap:2px;padding:6px 8px;font-size:.8rem;display:inline-flex}.projects-timeline-axis-month strong{letter-spacing:.02em;font-size:.95rem}.system-map-icon-wrap{background:0 0;border:0}.system-map-icon{color:#fff;letter-spacing:.02em;border:1px solid #ffffffb3;border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;font-size:.55rem;font-weight:700;display:inline-flex;box-shadow:0 2px 8px #0000003d}.system-map-icon.product-orevia-rock{background:var(--primary-teal-light)}.system-map-icon.product-orevia-froth{background:#2f9d66}.system-map-icon.product-bunker-scanner,.system-map-icon.product-mobi{background:var(--accent-orange)}.system-map-icon.product-default{background:linear-gradient(135deg,#6b7280,#9ca3af)}.mobile-menu-toggle{display:none}.density-toggle-shell{z-index:120;box-shadow:var(--shadow-sm);background:#ffffffe0;border:1px solid #007a8733;border-radius:999px;align-items:center;gap:6px;padding:6px;display:inline-flex;position:fixed;top:12px;right:18px}.density-toggle-shell span{color:var(--text-secondary);padding:0 4px 0 8px;font-size:.75rem}.density-toggle-btn{color:var(--primary-teal);background:0 0;border-radius:999px;padding:6px 10px;font-size:.76rem;font-weight:600}.density-toggle-btn.active{color:#fff;background:var(--primary-teal-light)}@media (max-width:960px){.sidebar{transition:transform .2s;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.main-content{margin-left:0;padding:66px 16px 20px}.mobile-menu-toggle{z-index:110;color:#fff;background:#002b30;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex;position:fixed;top:14px;left:14px;box-shadow:0 6px 16px #0000003d}.density-toggle-shell{transform-origin:100% 0;top:12px;right:12px;transform:scale(.92)}}
.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.1220hx8ja1.sy.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(../media/layers-2x.0olxl6i2vnf_c.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.0i9~u_difxrfa.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}}
