.an-bell-wrap,.an-dropdown,.an-toast-stack{--an-navy:var(--color-primary);--an-navy-mid:var(--color-navy-mid);--an-navy-lt:var(--color-steel);--an-green:var(--color-dj-green);--an-green-faint:color-mix(in srgb, var(--color-dj-green) 10%, transparent);--an-red:var(--color-dj-red);--an-red-faint:color-mix(in srgb, var(--color-dj-red) 9%, transparent);--an-amber:var(--color-warning-text);--an-amber-faint:color-mix(in srgb, var(--color-warning) 9%, transparent);--an-white:var(--color-surface);--an-off:var(--color-surface-alt);--an-border:var(--color-border);--an-text:var(--color-text-main);--an-muted:var(--color-text-muted);--an-radius:12px;--an-shadow-sm:0 2px 8px #0a2d5e1a;--an-shadow-md:0 8px 28px #0a2d5e29, 0 2px 6px #0a2d5e12;--an-shadow-lg:0 16px 48px #0a2d5e38, 0 4px 12px #0a2d5e1a}.an-bell-wrap{display:inline-flex;position:relative}.an-bell-btn{color:#ffffffd1;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ffffff14;border:1px solid #ffffff1f;border-radius:10px;outline:none;justify-content:center;align-items:center;width:38px;height:38px;transition:background .18s,border-color .18s,transform .15s cubic-bezier(.34,1.56,.64,1),box-shadow .18s;display:flex;position:relative}.an-bell-btn:hover{color:#fff;background:#ffffff26;border-color:#ffffff38;transform:translateY(-1px);box-shadow:0 4px 16px #0a2d5e40}.an-bell-btn:active{box-shadow:none;transition-duration:80ms;transform:scale(.94)}.an-bell-btn:focus-visible{outline-offset:2px;outline:2px solid #ffffff80}.an-bell-icon{flex-shrink:0;width:18px;height:18px;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.an-bell-btn:hover .an-bell-icon{transform:rotate(-8deg)scale(1.08)}.an-bell-dot{background:var(--an-red);border:2px solid var(--an-navy);pointer-events:none;border-radius:50%;width:8px;height:8px;animation:.35s cubic-bezier(.34,1.56,.64,1) both an-pop;position:absolute;top:3px;right:3px}.an-bell-count{background:var(--an-red);border:2px solid var(--an-navy);color:#fff;text-align:center;pointer-events:none;border-radius:9px;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:700;line-height:14px;animation:.35s cubic-bezier(.34,1.56,.64,1) both an-pop;position:absolute;top:-2px;right:-2px}.an-bell-dot:after{content:"";border:2px solid var(--an-red);opacity:0;border-radius:50%;animation:2.4s ease-out .4s infinite an-pulse;position:absolute;inset:-3px}@keyframes an-pop{0%{opacity:0;transform:scale(0)rotate(-30deg)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes an-pulse{0%{opacity:.7;transform:scale(.8)}60%{opacity:0;transform:scale(1.8)}to{opacity:0}}.an-dropdown{background:var(--an-white);border:1px solid var(--an-border);border-radius:var(--an-radius);width:350px;max-width:calc(100vw - 20px);box-shadow:var(--an-shadow-lg);z-index:9999;animation:.24s cubic-bezier(.16,1,.3,1) both an-slideDown;position:absolute;top:calc(100% + 12px);right:0;overflow:hidden}@keyframes an-slideDown{0%{opacity:0;transform:translateY(-10px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.an-dropdown:before{content:"";background:var(--an-navy);z-index:1;border-radius:2px 0 0;width:10px;height:10px;position:absolute;top:-5px;right:16px;transform:rotate(45deg)}.an-dropdown__header{background:linear-gradient(135deg, var(--an-navy) 0%, var(--an-navy-mid) 100%);z-index:1;justify-content:space-between;align-items:center;padding:13px 16px 12px;display:flex;position:relative}.an-dropdown__header:after{content:"";background:linear-gradient(90deg, var(--an-green), #12a84a33);height:2px;position:absolute;bottom:0;left:0;right:0}.an-dropdown__header:before{content:"";pointer-events:none;background:linear-gradient(#ffffff0a 0%,#0000 100%);position:absolute;inset:0}.an-dropdown__title{letter-spacing:.18em;text-transform:uppercase;color:#ffffffe0;font-size:10px;font-weight:800;position:relative}.an-dropdown__count{background:var(--an-red);color:#fff;letter-spacing:.02em;vertical-align:middle;border-radius:99px;justify-content:center;align-items:center;min-width:18px;height:16px;margin-left:7px;padding:0 5px;font-size:9px;font-weight:900;display:inline-flex}.an-dropdown__mark{letter-spacing:.06em;color:#ffffff73;cursor:pointer;background:0 0;border:none;padding:0;font-size:10px;font-weight:600;text-decoration:none;transition:color .15s;position:relative}.an-dropdown__mark:after{content:"";transform-origin:100%;background:currentColor;height:1px;transition:transform .2s;position:absolute;bottom:-1px;left:0;right:0;transform:scaleX(0)}.an-dropdown__mark:hover{color:#ffffffe0}.an-dropdown__mark:hover:after{transform-origin:0;transform:scaleX(1)}.an-dropdown__list{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--an-border) transparent;max-height:380px;overflow-y:auto}.an-dropdown__list::-webkit-scrollbar{width:4px}.an-dropdown__list::-webkit-scrollbar-track{background:0 0}.an-dropdown__list::-webkit-scrollbar-thumb{background:var(--an-border);border-radius:99px}.an-dropdown__empty{color:var(--an-muted);flex-direction:column;align-items:center;gap:10px;padding:36px 16px;font-size:12px;font-weight:500;display:flex}.an-dropdown__empty-icon{opacity:.35;font-size:28px}.an-dropdown__item{cursor:default;border-bottom:1px solid #dde4ee99;align-items:flex-start;gap:10px;padding:11px 16px 11px 19px;transition:background .12s;display:flex;position:relative}.an-dropdown__item:last-child{border-bottom:none}.an-dropdown__item:hover{background:#f6f9fd}.an-dropdown__item:before{content:"";border-radius:0 2px 2px 0;width:3px;transition:width .15s;position:absolute;top:0;bottom:0;left:0}.an-dropdown__item:hover:before{width:4px}.an-dropdown__item--crit:before{background:var(--an-red)}.an-dropdown__item--warn:before{background:var(--an-amber)}.an-dropdown__item--ok:before{background:var(--an-green)}.an-dropdown__item--crit{background:linear-gradient(90deg,#d91c2408 0%,#0000 60%)}.an-dropdown__item--warn{background:linear-gradient(90deg,#d9770608 0%,#0000 60%)}.an-dropdown__item--clickable{cursor:pointer}.an-dropdown__item-icon{flex-shrink:0;margin-top:2px;font-size:15px;line-height:1}.an-dropdown__item-body{flex:1;min-width:0}.an-dropdown__item-title{color:var(--an-text);white-space:nowrap;text-overflow:ellipsis;letter-spacing:.01em;font-size:12px;font-weight:700;line-height:1.4;overflow:hidden}.an-dropdown__item--unread .an-dropdown__item-title:before{content:"";background:var(--an-navy);vertical-align:middle;border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-right:6px;display:inline-block}.an-dropdown__item-meta{color:var(--an-muted);flex-wrap:wrap;align-items:center;gap:5px;margin-top:3px;font-size:10px;line-height:1.2;display:flex}.an-dropdown__item-tag{letter-spacing:.08em;text-transform:uppercase;border-radius:4px;align-items:center;padding:1px 6px;font-size:9px;font-weight:700;display:inline-flex}.an-dropdown__item-tag--crit{color:var(--an-red);background:var(--an-red-faint)}.an-dropdown__item-tag--warn{color:var(--an-amber);background:var(--an-amber-faint)}.an-dropdown__item-tag--ok{color:var(--an-green);background:var(--an-green-faint)}.an-dropdown__item-time{color:#aabccc;white-space:nowrap;margin-left:auto;font-size:9px}.an-dropdown__item-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px;margin-top:5px}.dot--crit{background:var(--an-red);box-shadow:0 0 0 2px #d91c2433}.dot--warn{background:var(--an-amber);box-shadow:0 0 0 2px #d9770633}.dot--ok{background:var(--an-green);box-shadow:0 0 0 2px #12a84a33}.an-dropdown__footer{background:var(--an-off);border-top:1px solid var(--an-border);letter-spacing:.06em;color:var(--an-muted);text-align:center;cursor:pointer;padding:10px 16px;font-size:10px;font-weight:600;text-decoration:none;transition:color .15s,background .15s;display:block}.an-dropdown__footer:hover{color:var(--an-navy);background:#eef2f8}.an-toast-stack{z-index:10000;pointer-events:none;flex-direction:column;gap:10px;width:330px;max-width:calc(100vw - 32px);display:flex;position:fixed;top:16px;right:16px}.an-toast{border-radius:var(--an-radius);background:var(--an-white);border:1px solid var(--an-border);box-shadow:var(--an-shadow-md);pointer-events:all;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);align-items:flex-start;gap:11px;padding:14px 38px 14px 16px;animation:.38s cubic-bezier(.16,1,.3,1) both an-toastIn;display:flex;position:relative;overflow:hidden}@keyframes an-toastIn{0%{opacity:0;transform:translate(56px)scale(.96)}to{opacity:1;transform:translate(0)scale(1)}}.an-toast--exit{animation:.25s cubic-bezier(.4,0,1,1) both an-toastOut}@keyframes an-toastOut{to{opacity:0;max-height:0;margin-bottom:-10px;padding-block:0;transform:translate(56px)scale(.95)}}.an-toast--crit{border-left:3px solid var(--an-red)}.an-toast--warn{border-left:3px solid var(--an-amber)}.an-toast--ok{border-left:3px solid var(--an-green)}.an-toast--crit{background:snow}.an-toast--warn{background:#fffcf5}.an-toast--ok{background:#f6fff9}.an-toast__icon{flex-shrink:0;margin-top:1px;font-size:20px;line-height:1}.an-toast__body{flex:1;min-width:0}.an-toast__title{letter-spacing:.015em;color:var(--an-text);font-size:12px;font-weight:700;line-height:1.4}.an-toast__sub{color:var(--an-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:3px;font-size:11px;font-weight:400;line-height:1.5;display:-webkit-box;overflow:hidden}.an-toast__badge{letter-spacing:.1em;text-transform:uppercase;border-radius:4px;align-items:center;margin-top:5px;padding:2px 7px;font-size:9px;font-weight:800;display:inline-flex}.an-toast--crit .an-toast__badge{color:var(--an-red);background:var(--an-red-faint)}.an-toast--warn .an-toast__badge{color:var(--an-amber);background:var(--an-amber-faint)}.an-toast--ok .an-toast__badge{color:var(--an-green);background:var(--an-green-faint)}.an-toast__close{width:22px;height:22px;color:var(--an-muted);cursor:pointer;background:#6b80a01a;border:none;border-radius:6px;justify-content:center;align-items:center;padding:0;font-size:14px;line-height:1;transition:background .15s,color .15s,transform .1s;display:flex;position:absolute;top:10px;right:10px}.an-toast__close:hover{color:var(--an-text);background:#6b80a033;transform:scale(1.1)}.an-toast__close:active{transform:scale(.92)}.an-toast__bar{transform-origin:0;width:100%;height:2px;animation:an-shrink var(--an-duration,6s) linear forwards;border-radius:0 1px 0 0;position:absolute;bottom:0;left:0}.an-toast--crit .an-toast__bar{background:var(--an-red)}.an-toast--warn .an-toast__bar{background:var(--an-amber)}.an-toast--ok .an-toast__bar{background:var(--an-green)}@keyframes an-shrink{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.an-toast-stack .an-toast:nth-child(2){transform-origin:top}.an-toast-stack .an-toast:nth-child(n+2){margin-top:-2px}@media (prefers-reduced-motion:reduce){.an-bell-dot:after,.an-bell-btn,.an-dropdown,.an-toast,.an-toast__bar{transition:none!important;animation:none!important}}@media (width<=480px){.an-dropdown{width:calc(100vw - 16px);right:-8px}.an-toast-stack{width:auto;inset:auto 8px 16px}@keyframes an-toastIn{0%{opacity:0;transform:translateY(24px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}}.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(/build/assets/layers-BWBAp2CZ.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(/build/assets/layers-2x-Bpkbi35X.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(/build/assets/marker-icon-hN30_KVU.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}}.executive-dashboard{--dj-blue:var(--color-dj-blue);--dj-green:var(--color-dj-green);--dj-red:var(--color-dj-red);--dj-navy:var(--color-primary);--bg:var(--color-background);--surface:var(--color-surface);--border:var(--color-border);--text:var(--color-text-main);--text2:var(--color-text-muted)}.executive-dashboard *,.executive-dashboard :before,.executive-dashboard :after{box-sizing:border-box}.executive-dashboard .ed-page{background:var(--bg);min-height:100%;color:var(--text);flex-direction:column;font-family:Barlow,system-ui,sans-serif;display:flex}.executive-dashboard .top-band{background:var(--dj-navy);border-bottom:3px solid var(--dj-green);color:#ffffff8c;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;min-height:52px;padding:8px 16px;font-size:11px;display:flex}.executive-dashboard .hero{background:var(--dj-navy);color:var(--color-surface);padding:22px 16px 26px}@media (width>=640px){.executive-dashboard .hero{padding:26px 24px 30px}}.executive-dashboard .hero-title{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(22px,5vw,34px);line-height:1.1}.executive-dashboard .hero-sub{color:#fff9;margin-top:6px;font-size:13px}.executive-dashboard .flag{background:linear-gradient(90deg, var(--dj-blue) 0 33%, var(--dj-green) 33% 66%, var(--dj-red) 66% 100%);height:6px}.executive-dashboard .bar{background:var(--surface);border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:10px;padding:12px 16px;display:flex}.executive-dashboard .wrap{flex:1;padding:16px 16px 24px}@media (width>=640px){.executive-dashboard .wrap{padding:20px 24px 30px}}.executive-dashboard .title{margin-bottom:14px;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(20px,4vw,24px)}.executive-dashboard .filter-row{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px;display:flex}.executive-dashboard .filter-row .fbtn{text-align:center;flex:auto;min-width:calc(50% - 4px)}@media (width>=480px){.executive-dashboard .filter-row .fbtn{flex:0 auto;min-width:0}}.executive-dashboard .fbtn{border:1px solid var(--border);background:var(--surface);color:var(--text2);cursor:pointer;border-radius:16px;padding:5px 11px;font-size:11px}.executive-dashboard .fbtn.active{background:var(--dj-navy);border-color:var(--dj-navy);color:var(--color-surface)}.executive-dashboard .fbtn-sep{background:var(--border);align-self:stretch;width:1px;margin:0 4px;display:inline-block}.executive-dashboard .grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.executive-dashboard .card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:14px}.executive-dashboard .k{color:var(--color-text-light);font-size:12px}.executive-dashboard .v{margin-top:4px;font-family:Barlow Condensed,system-ui,sans-serif;font-size:34px;font-weight:700;line-height:1}.executive-dashboard .v.ok{color:var(--dj-green)}.executive-dashboard .v.alert{color:var(--dj-red)}.executive-dashboard .list{background:var(--surface);border:1px solid var(--border);border-radius:10px;margin-top:16px;padding:12px}.executive-dashboard .list h3{margin-bottom:8px;font-size:14px}.executive-dashboard .it{border-bottom:1px dashed var(--border);padding:6px 0;font-size:12px}.executive-dashboard .it:last-child{border-bottom:none}.executive-dashboard .inst-card--empty{text-align:center;color:var(--text2);padding:20px}.executive-dashboard .subtitle{margin:18px 0 10px;font-family:Cormorant Garamond,Georgia,serif;font-size:22px}.executive-dashboard .inst-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:16px;display:grid}.executive-dashboard .inst-card{background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:16px;transition:transform .3s,box-shadow .3s;overflow:hidden}.executive-dashboard .inst-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0a2d5e1f}.executive-dashboard .inst-head{border-bottom:1px solid var(--border);flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;gap:10px;padding:16px;display:flex}.executive-dashboard .inst-left{flex:1;align-items:flex-start;gap:12px;min-width:0;display:flex}.executive-dashboard .inst-info{flex:1;min-width:0}.executive-dashboard .inst-avatar{object-fit:cover;object-position:center;border:2px solid var(--color-surface);background:0 0;border-radius:50%;flex-shrink:0;width:48px;height:48px;display:block}.executive-dashboard .inst-name{color:var(--color-text-light);text-transform:uppercase;letter-spacing:.04em;font-size:13px;font-weight:700}.executive-dashboard .inst-minister{margin-top:4px;font-family:Cormorant Garamond,Georgia,serif;font-size:18px;line-height:1.15}.executive-dashboard .odd-tag{background:var(--color-primary-soft);color:var(--color-primary);border-radius:10px;margin-top:4px;padding:2px 6px;font-size:10px;font-weight:600;display:inline-block}.executive-dashboard .inst-pill{border-radius:14px;align-items:center;gap:5px;margin-top:6px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.executive-dashboard .inst-pill.ok{background:var(--color-success-light);color:var(--color-success-text)}.executive-dashboard .inst-pill.warn{background:var(--color-warning-light);color:var(--color-warning-text)}.executive-dashboard .inst-pill.crit{background:var(--color-danger-light);color:var(--color-danger-text)}.executive-dashboard .inst-score-container{text-align:right;flex-shrink:0}.executive-dashboard .inst-score{text-align:right;white-space:nowrap;font-family:Barlow Condensed,system-ui,sans-serif;font-size:38px;font-weight:700;line-height:1}.executive-dashboard .inst-score.ok{color:var(--color-success-text)}.executive-dashboard .inst-score.warn{color:var(--color-warning-text)}.executive-dashboard .inst-score.crit{color:var(--color-danger-text)}.executive-dashboard .inst-metrics{border-bottom:1px solid var(--border);grid-template-columns:repeat(3,1fr);display:grid}.executive-dashboard .im{text-align:center;border-right:1px solid var(--border);padding:12px 8px}.executive-dashboard .im:last-child{border-right:none}.executive-dashboard .imv{font-family:Barlow Condensed,system-ui,sans-serif;font-size:18px;font-weight:700}.executive-dashboard .iml{color:var(--color-text-light);text-transform:uppercase;margin-top:2px;font-size:10px}.executive-dashboard .prog{background:var(--color-chart-grid);border-radius:4px;height:6px;margin:8px 16px;overflow:hidden}.executive-dashboard .prog-inner{background:var(--color-primary);height:100%;transition:width .45s}.executive-dashboard .inst-alert{background:var(--color-danger-light);color:var(--color-danger-text);border-top:1px solid #c3202833;padding:10px 16px;font-size:11px}.executive-dashboard .inst-alert.warn{background:var(--color-warning-light);color:var(--color-warning-text);border-top:1px solid #c0701033}.executive-dashboard .inst-alert.ok{background:var(--color-success-light);color:var(--color-success-text);border-top:1px solid #0d8a4833}.executive-dashboard .inst-foot{background:var(--color-background);color:var(--color-text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:10px 16px;font-size:11px;display:flex}.executive-dashboard .hidden{display:none!important}.executive-dashboard .btn-logout{color:#ffffffbf;cursor:pointer;background:0 0;border:1px solid #ffffff4d;border-radius:14px;padding:4px 10px;font-size:11px}.executive-dashboard .btn-logout:hover{background:#ffffff14}.executive-dashboard .score-hint{color:var(--color-text-light);text-align:right;font-size:10px}.executive-dashboard .inst-detail-link{color:var(--color-primary);cursor:pointer;font-weight:600;font-size:inherit;background:0 0;border:none;padding:0;font-family:inherit;text-decoration:none}.executive-dashboard .inst-detail-link:hover{text-decoration:underline}.executive-dashboard .executive-map-container{border:1px solid var(--border);background-color:#f0f0f0;border-radius:16px;width:100%;min-height:550px;overflow:hidden;box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -4px #0000000d}.custom-kpi-marker{background:0 0!important;border:none!important}.kpi-details-btn{background:var(--color-primary,#0a2d5e);cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;gap:6px;width:100%;margin-top:12px;padding:8px 12px;font-family:Barlow,sans-serif;font-size:12px;font-weight:600;transition:background .15s,transform .15s;display:flex;box-shadow:0 1px 2px #0000000d;color:#fff!important}.kpi-details-btn:hover{background:var(--color-primary-dark,#061b3a);transform:translateY(-1px)}.kpi-details-btn:active{transform:translateY(0)}
