:root{--font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;--light-bg: #ffffff;--light-bg-2: #f9f9f9;--light-bg-3: #f3f4f6;--light-selected: rgba(0, 0, 0, .05);--light-text: #213547;--light-text-1: #111827;--light-text-2: #4b5563;--light-link: #2563eb;--light-stroke: #e5e7eb;--light-hover-blended: rgba(0, 0, 0, .08);--dark-bg: #121212;--dark-bg-2: #212121;--dark-bg-3: #2a2a2a;--dark-selected: #ffffff10;--dark-text: #FFFFFFE6;--dark-text-1: #FFFFFFE6;--dark-text-2: #ffffff90;--dark-link: #3d5aac;--dark-stroke: #2a2a2a;--dark-hover-blended: rgba(255, 255, 255, .12);--chart-line: #4a90e2;--chart-line-dashed: rgba(74, 144, 226, .4);--positive-color: #4caf50;--negative-color: #f44336;--bg-color: var(--light-bg);--secondary-bg-color: var(--light-bg-2);--third-bg-color: var(--light-bg-3);--selected-bg-color: var(--light-selected);--hover-blended-bg-color: var(--light-hover-blended);--text-color: var(--light-text);--primary-text-color: var(--light-text-1);--secondary-text-color: var(--light-text-2);--clickable-text-color: var(--light-link);--btn-bg-color: var(--light-link);--stroke-color: var(--light-stroke);--chart-color: var(--light-link);--chart-color-secondary: rgba(37, 99, 235, .4);--trend-up: var(--positive-color);--trend-down: var(--negative-color);font-family:var(--font-family);background:var(--bg-color);color:var(--text-color)}:root[data-theme=dark]{color-scheme:dark;--bg-color: var(--dark-bg);--secondary-bg-color: var(--dark-bg-2);--third-bg-color: var(--dark-bg-3);--selected-bg-color: var(--dark-selected);--hover-blended-bg-color: var(--dark-hover-blended);--text-color: var(--dark-text);--primary-text-color: var(--dark-text-1);--secondary-text-color: var(--dark-text-2);--btn-bg-color: var(--dark-link);--clickable-text-color: var(--light-link);--stroke-color: var(--dark-stroke);--chart-color: var(--chart-line);--chart-color-secondary: var(--chart-line-dashed);--trend-up: var(--positive-color);--trend-down: var(--negative-color);--tooltip-bg: var(--secondary-bg-color);--tooltip-text: var(--primary-text-color)}.tooltip{position:fixed;transform:translate(-50%) translateY(-100%) translateY(-8px);background-color:var(--tooltip-bg);color:var(--tooltip-text);padding:4px 8px;border-radius:4px;font-size:.75rem;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;box-shadow:0 2px 8px #00000026;z-index:1000;pointer-events:none;border:1px solid var(--stroke-color);left:var(--tooltip-left, 50%);top:var(--tooltip-top, 0);margin:0}.has-tooltip{position:relative;display:inline-flex}.has-tooltip:hover .tooltip{opacity:1;visibility:visible}@media(prefers-color-scheme:dark){:root:not([data-theme]){color-scheme:dark;--bg-color: var(--dark-bg);--secondary-bg-color: var(--dark-bg-2);--third-bg-color: var(--dark-bg-3);--selected-bg-color: var(--dark-selected);--hover-blended-bg-color: var(--dark-hover-blended);--text-color: var(--dark-text);--primary-text-color: var(--dark-text-1);--secondary-text-color: var(--dark-text-2);--clickable-text-color: var(--light-link);--btn-bg-color: var(--dark-link);--stroke-color: var(--dark-stroke);--chart-color: var(--chart-line);--chart-color-secondary: var(--chart-line-dashed);--trend-up: var(--positive-color);--trend-down: var(--negative-color)}}a{font-weight:500;color:var(--clickable-text-color);text-decoration:inherit}a:hover{color:var(--primary-text-color)}body{margin:0;min-width:320px;min-height:100vh}h1{line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--secondary-bg-color);color:var(--text-color);cursor:pointer;transition:border-color .25s}button:hover{border-color:var(--clickable-text-color)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}._container_1tb3a_1{position:relative;display:inline-flex;align-items:center;justify-content:center}._button_1tb3a_8{background:none;border:none;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s;color:var(--secondary-text-color);width:32px;height:32px}._button_1tb3a_8:hover{background-color:var(--hover-blended-bg-color);color:var(--primary-text-color);border-color:transparent}._button_1tb3a_8:active{background-color:var(--selected-bg-color);filter:brightness(1.2)}._button_1tb3a_8:focus{outline:none}._icon_1tb3a_38{font-size:1.2rem;line-height:1}._tooltip_1tb3a_43{transform:translate(-50%) translateY(35px)}._button_al3w0_1{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:6px 12px;background-color:var(--third-bg-color);border:1px solid var(--hover-blended-bg-color);border-radius:8px;color:var(--text-color);font-size:14px;font-weight:500;cursor:pointer;transition:background-color var(--transition-speed),box-shadow var(--transition-speed),border-color var(--transition-speed);outline:none;line-height:1.2}._small_al3w0_19{padding:4px 8px;font-size:12px}._button_al3w0_1:hover{background-color:var(--third-bg-color);box-shadow:0 2px 8px #0000001a}._button_al3w0_1:active{background-color:var(--stroke-color)}._button_al3w0_1:disabled{opacity:.5;cursor:not-allowed}._danger_al3w0_38{color:#e53935}._primary_al3w0_42{background-color:var(--btn-bg-color);border-color:var(--btn-bg-color);color:#fff}._primary_al3w0_42:hover{filter:brightness(1.1)}._primary_al3w0_42 ._icon_al3w0_52{color:#fff}._danger_al3w0_38 ._icon_al3w0_52{color:#e53935}._iconOnly_al3w0_60{padding:6px}._icon_al3w0_52{display:flex;align-items:center;font-size:16px}._label_al3w0_70{display:inline-block}._spinner_al3w0_74{width:14px;height:14px;border:2px solid currentColor;border-bottom-color:transparent;border-radius:50%;display:inline-block;animation:_rotation_al3w0_1 1s linear infinite}@keyframes _rotation_al3w0_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loading_al3w0_93{cursor:wait}._logo_1dnqd_1{height:32px;width:auto}._darkOnly_1dnqd_6{display:none}[data-theme=dark] ._darkOnly_1dnqd_6{display:block}[data-theme=dark] ._lightOnly_1dnqd_14{display:none}@media(prefers-color-scheme:dark){:root:not([data-theme]) ._darkOnly_1dnqd_6{display:block}:root:not([data-theme]) ._lightOnly_1dnqd_14{display:none}}._container_1mmmi_1{margin:0 auto;max-width:1280px;width:100%;box-sizing:border-box;animation:_fadeIn_1mmmi_1 .3s ease-in-out;padding:2rem;text-align:center}@keyframes _fadeIn_1mmmi_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:640px){._container_1mmmi_1{padding:1rem}}._grid_1rsex_1{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}._card_1saql_1{background-color:var(--secondary-bg-color);border:1px solid var(--stroke-color);border-radius:8px;overflow:hidden;transition:box-shadow var(--transition-speed),background-color var(--transition-speed);cursor:pointer}._card_1saql_1:hover{box-shadow:0 4px 12px #0000001a;background-color:var(--third-bg-color)}._cardHeader_uqog5_1{display:flex;align-items:center;gap:.75rem;color:var(--secondary-text-color);font-size:.875rem;font-weight:500}._cardIcon_uqog5_10{width:20px;height:20px;opacity:.8}._descriptionCard_1wxrs_1{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}._content_1wxrs_8{font-size:.875rem;line-height:1.5;color:var(--text-color);text-align:left}._statsCard_38knp_1{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}._metricSection_38knp_8{flex:1}._metricLabel_38knp_12{font-size:.75rem;color:var(--secondary-text-color);margin-bottom:.25rem;text-align:left}._metricValueRow_38knp_19{display:flex;align-items:baseline;gap:.5rem}._metricValue_38knp_19{font-size:1.75rem;font-weight:700;color:var(--primary-text-color)}._trend_38knp_31{font-size:.875rem;font-weight:500}._trendUp_38knp_36{color:var(--trend-up)}._trendDown_38knp_40{color:var(--trend-down)}._footer_38knp_44{margin-top:auto;padding-top:1rem;border-top:1px solid var(--stroke-color);display:flex;flex-direction:column;gap:.5rem}._footerItem_38knp_53{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--secondary-text-color)}._footerTextPrimary_38knp_61{color:var(--primary-text-color);font-weight:500}._headline_12aor_1{text-align:left;line-height:2rem;font-weight:700;margin-bottom:1rem;color:var(--primary-text-color)}._noMargin_12aor_10{margin:0}._subHeadline_12aor_14{text-align:left;font-size:1.1rem;font-weight:600;margin-bottom:1.25rem;color:var(--text-color)}._badge_omwdu_1{display:inline-flex;align-items:center;border-radius:9999px;background-color:var(--third-bg-color);color:var(--secondary-text-color);border:1px solid var(--hover-blended-bg-color);font-weight:500;line-height:1.5;white-space:nowrap;gap:6px}._normal_omwdu_14{font-size:.75rem;padding:2px 10px}._big_omwdu_19{font-size:.9rem;padding:3px 12px}._dot_omwdu_24{width:6px;height:6px;border-radius:50%;display:inline-block;background-color:currentColor}._green_omwdu_33{background-color:#4caf501a;border-color:#4caf5033;color:var(--text-color)}._green_omwdu_33 ._dot_omwdu_24{background-color:#4caf50}._blue_omwdu_42{background-color:#2196f31a;border-color:#2196f333;color:var(--text-color)}._blue_omwdu_42 ._dot_omwdu_24{background-color:#2196f3}._red_omwdu_51{background-color:#f443361a;border-color:#f4433633;color:var(--text-color)}._red_omwdu_51 ._dot_omwdu_24{background-color:#f44336}._disabled_omwdu_60{background-color:var(--third-bg-color);border-color:var(--stroke-color);color:var(--secondary-text-color)}._disabled_omwdu_60 ._dot_omwdu_24{background-color:var(--secondary-text-color)}._copyContainer_i126z_1{display:inline-flex;align-items:center;gap:8px;padding:4px 12px;background-color:var(--third-bg-color);border:1px solid var(--stroke-color);border-radius:12px;cursor:pointer;transition:background-color .2s,border-color .2s;max-width:125px}._copyContainer_i126z_1:hover{background-color:var(--hover-blended-bg-color);border-color:var(--clickable-text-color)}._itemText_i126z_19{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875rem;color:var(--primary-text-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._copyIcon_i126z_28{width:14px;height:14px;color:var(--secondary-text-color);flex-shrink:0}._copyContainer_i126z_1:hover ._copyIcon_i126z_28{color:var(--clickable-text-color)}._offline_i126z_39 ._itemText_i126z_19{color:var(--secondary-text-color)}._infoRow_1pr4u_1{display:grid;grid-template-columns:120px 1fr;gap:2rem;align-items:baseline;padding:.25rem 0}._infoLabel_1pr4u_9{font-size:.75rem;font-weight:600;text-transform:uppercase;color:var(--secondary-text-color);letter-spacing:.05em;text-align:left}._infoValue_1pr4u_18{font-size:.95rem;color:var(--text-color);text-align:left}._infoGroup_1pr4u_24{display:grid;grid-template-columns:max-content 1fr;gap:.75rem 2rem;align-items:baseline}._infoGroup_1pr4u_24 ._infoRow_1pr4u_1{display:contents}._tableContainer_1lta8_1{background-color:var(--secondary-bg-color);border:1px solid var(--stroke-color);border-radius:8px;width:100%;overflow:hidden;margin-top:2rem}._tableWrapper_1lta8_10{width:100%;overflow-x:auto}._searchHeader_1lta8_15{padding:16px;border-bottom:1px solid var(--stroke-color);display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}._headerLeft_1lta8_25{display:flex;align-items:center;gap:26px}._meta_1lta8_31{display:flex;align-items:center}._actions_1lta8_36{display:flex;gap:8px;align-items:center}._table_1lta8_1{width:100%;border-collapse:separate;border-spacing:0;text-align:left;color:var(--text-color)}._thead_1lta8_50{border-bottom:1px solid var(--stroke-color)}._th_1lta8_50{padding:12px 16px;font-weight:600;color:var(--secondary-text-color);font-size:.9rem;cursor:default;-webkit-user-select:none;user-select:none;border-bottom:1px solid var(--stroke-color)}._th_1lta8_50:first-child{border-top-left-radius:8px}._th_1lta8_50:last-child{border-top-right-radius:8px}._thSortable_1lta8_72{cursor:pointer}._thSortable_1lta8_72:hover{color:var(--primary-text-color);background-color:var(--third-bg-color)}._td_1lta8_81{padding:12px 16px;font-size:.9rem;font-weight:400;border-bottom:1px solid var(--stroke-color)}._secondaryText_1lta8_88{color:var(--secondary-text-color)}._alignLeft_1lta8_92{text-align:left;justify-content:flex-start}._alignCenter_1lta8_97{text-align:center;justify-content:center}._alignRight_1lta8_102{text-align:right;justify-content:flex-end}._tr_1lta8_107:last-child ._td_1lta8_81{border-bottom:none}._tr_1lta8_107:last-child ._td_1lta8_81:first-child{border-bottom-left-radius:8px}._tr_1lta8_107:last-child ._td_1lta8_81:last-child{border-bottom-right-radius:8px}._tr_1lta8_107:hover{background-color:var(--third-bg-color)}._thContent_1lta8_123{display:flex;align-items:center;gap:8px}._sortIcon_1lta8_129{opacity:0;transition:opacity .2s;-webkit-user-select:none;user-select:none;font-size:.8rem}._sortIconActive_1lta8_136{opacity:1}._thSortable_1lta8_72:hover ._sortIcon_1lta8_129{opacity:.5}._thSortable_1lta8_72:hover ._sortIconActive_1lta8_136{opacity:1}@media(max-width:768px){._hideOnMobile_1lta8_149{display:none}}@media(max-width:1024px){._hideOnTablet_1lta8_155{display:none}}._searchContainer_10jqi_1{width:auto;min-width:250px;max-width:400px}._searchInput_10jqi_7{width:100%;padding:8px 12px;background-color:var(--third-bg-color);border:1px solid var(--stroke-color);border-radius:6px;color:var(--text-color);font-size:.9rem;outline:none;transition:border-color .2s}._searchInput_10jqi_7:focus{border-color:var(--primary-color, #007bff)}._menu_1la4e_1{position:absolute;background-color:var(--secondary-bg-color);border:1px solid var(--stroke-color);border-radius:12px;box-shadow:0 4px 12px #0003;z-index:1000;min-width:160px;overflow:hidden;padding:4px 0}._menuItem_1la4e_13{padding:12px 16px;font-size:.95rem;cursor:pointer;color:var(--text-color);transition:background-color .2s;display:flex;align-items:center;gap:12px}._icon_1la4e_24{display:flex;align-items:center;justify-content:center;width:20px;font-size:1.1rem}._menuItem_1la4e_13:hover{background-color:var(--hover-blended-bg-color)}._danger_1la4e_36{color:var(--trend-down)}._feedbackContainer_xfnt5_1{display:flex;justify-content:center;padding:2rem}._loadingMessage_xfnt5_7{color:var(--secondary-text-color)}._errorMessage_xfnt5_11{color:var(--error-color, red)}._skeleton_xfnt5_15{background-color:var(--third-bg-color);border-radius:8px;position:relative;overflow:hidden}._skeleton_xfnt5_15:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.05),transparent);animation:_shimmer_xfnt5_1 1.5s infinite}@keyframes _shimmer_xfnt5_1{0%{transform:translate(-100%)}to{transform:translate(100%)}}._skeletonContainer_xfnt5_47{display:flex;flex-direction:column;gap:1rem;width:100%}._skeletonHeader_xfnt5_54{width:100%;margin-bottom:1rem}._skeletonList_xfnt5_59{display:flex;flex-direction:column;gap:.5rem}._skeletonItem_xfnt5_65{width:100%}._overlay_lcqmf_1{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._modal_lcqmf_15{background-color:var(--secondary-bg-color);border:1px solid var(--stroke-color);border-radius:12px;width:100%;max-width:500px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 10px 25px #0003;animation:_modal-appear_lcqmf_1 .2s ease-out}@keyframes _modal-appear_lcqmf_1{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}._header_lcqmf_39{padding:16px 20px;border-bottom:1px solid var(--stroke-color);display:flex;justify-content:space-between;align-items:center}._title_lcqmf_47{margin:0;font-size:1.25rem;font-weight:600;color:var(--primary-text-color)}._closeButton_lcqmf_54{background:none;border:none;font-size:1.5rem;line-height:1;color:var(--secondary-text-color);cursor:pointer;padding:4px;border-radius:4px;transition:color .2s,background-color .2s;display:flex;align-items:center;justify-content:center}._closeButton_lcqmf_54:hover{color:var(--primary-text-color);background-color:var(--hover-blended-bg-color)}._content_lcqmf_74{padding:20px;overflow-y:auto}._footer_lcqmf_79{padding:16px 20px;border-top:1px solid var(--stroke-color);display:flex;justify-content:flex-end;gap:12px}._container_1ki2o_1{display:flex;align-items:center;gap:.5rem;color:var(--secondary-text-color);font-size:.9rem}._homeIcon_1ki2o_9{cursor:pointer;display:flex;align-items:center}._chevron_1ki2o_15{display:flex;align-items:center;color:var(--secondary-text-color)}._breadcrumbItem_1ki2o_21{cursor:pointer;transition:text-decoration .2s}._breadcrumbItem_1ki2o_21:hover{text-decoration:underline}._currentLabel_1ki2o_34{color:var(--text-color);font-weight:500}._input_1dv4z_1{width:100%;padding:10px 12px;background:var(--third-bg-color);border:1px solid var(--secondary-text-color);border-radius:6px;color:inherit;outline:none;box-sizing:border-box;font-size:.9rem;transition:border-color .2s}._input_1dv4z_1:focus{border-color:var(--primary-color, #646cff)}._input_1dv4z_1::placeholder{color:var(--secondary-text-color);opacity:.6}._label_x0ncx_1{display:block;margin-bottom:8px;font-weight:600;color:var(--primary-text-color);font-size:.9rem}:root{--bg: 255 255 255;--fg: 17 24 39;--muted: 107 114 128;--card: 249 250 251;--border: 229 231 235;--ring: 31 155 255}:root[data-theme=dark]{--bg: 18 18 18;--fg: 230 230 230;--muted: 144 144 144;--card: 33 33 33;--border: 42 42 42;--ring: 77 182 255;color-scheme:dark}html{font-size:15px}#root{width:100%;min-height:100vh}.page-lead{color:var(--secondary-text-color);max-width:820px;line-height:1.5;margin:0 0 1.5rem}.page-section{margin-bottom:2.5rem}.tag-list{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin:.75rem 0}.tag-remove{margin-left:.25rem;opacity:.55;cursor:pointer;background:none;border:none;color:inherit;font-size:.875em}.tag-remove:hover{opacity:1}.tag-remove:disabled{cursor:not-allowed;opacity:.25}.inline-form{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.form-field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.form-hint{color:var(--secondary-text-color);font-size:.875rem}.tag-picker{display:flex;flex-wrap:wrap;gap:.5rem}.tag-option{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .65rem;border:1px solid var(--control-border);border-radius:999px;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.875rem}.tag-option.selected{border-color:var(--clickable-text-color);background:color-mix(in srgb,var(--clickable-text-color) 15%,transparent)}.tag-option input{display:none}.muted{color:var(--secondary-text-color)}code{font-family:var(--code-font-family, ui-monospace, Menlo, monospace);font-size:.875em}.scout-picker{display:flex;flex-direction:column;gap:6px}[class*=_modal_]:has(.scout-picker){max-width:900px}.tabs{display:inline-flex;border:1px solid var(--control-border);border-radius:6px;overflow:hidden}.tabs>button,.tabs>a{border:none;border-radius:0;padding:4px 14px;font-size:.875rem;background:transparent;color:var(--secondary-text-color);text-decoration:none}.tabs>.active{background:color-mix(in srgb,var(--clickable-text-color) 18%,transparent);color:var(--text-color)}.scout-picker-tabs{align-self:flex-end;margin-top:-2.2rem}.page-tabs{display:flex;gap:.25rem;margin:-.5rem 0 1.5rem;border-bottom:1px solid var(--stroke-color)}.page-tabs a{padding:.55rem 1rem;margin-bottom:-1px;color:var(--secondary-text-color);text-decoration:none;border-bottom:2px solid transparent}.page-tabs a:hover{color:var(--text-color)}.page-tabs a.active{color:var(--text-color);border-bottom-color:var(--clickable-text-color)}.link-button{background:none;border:none;padding:0;color:var(--clickable-text-color);cursor:pointer;font:inherit}.inline-panel{margin-top:.75rem;padding:1rem 1.25rem .5rem;border:1px solid var(--stroke-color);border-radius:8px;background:var(--third-bg-color)}.form-actions{justify-content:flex-end;margin-bottom:.5rem}.tag-add{display:inline-flex;gap:.5rem;align-items:center}.tag-add input{width:180px}.scout-picker-body{display:flex;flex-direction:column;gap:6px;height:440px}.scout-picker-body .scout-picker-scroll{flex:1;min-height:0}.scout-picker-body .scout-picker-list{height:100%}.scout-chooser-map{flex:1;min-height:0;border-radius:6px;isolation:isolate;z-index:0}.scout-picker-selected{min-height:1.4rem}.scout-map-empty{display:flex;align-items:center;justify-content:center;border:1px solid var(--stroke-color)}.scout-picker-scroll{position:relative;border:1px solid var(--stroke-color);border-radius:8px;background:var(--secondary-bg-color);overflow:hidden}.scout-picker-scroll:after{content:"";position:absolute;left:0;right:0;bottom:0;height:56px;pointer-events:none;background:linear-gradient(to bottom,transparent,var(--secondary-bg-color));transition:opacity .15s}.scout-picker-scroll.at-bottom:after{opacity:0}.scout-picker-list{margin:0;padding:4px 0;list-style:none;height:300px;overflow-y:scroll;scrollbar-width:thin;scrollbar-color:var(--secondary-text-color) transparent}.scout-picker-list::-webkit-scrollbar{width:8px}.scout-picker-list::-webkit-scrollbar-thumb{background:var(--secondary-text-color);border-radius:4px}.scout-picker-item{display:flex;flex-direction:column;gap:2px;padding:8px 12px;cursor:pointer}.scout-picker-item.active{background:color-mix(in srgb,var(--clickable-text-color) 18%,transparent)}.scout-picker-item.enrolled{opacity:.6}.scout-picker-label{font-weight:500}.scout-picker-meta{font-size:.875rem;color:var(--secondary-text-color)}.scout-picker-empty{padding:8px 12px;color:var(--secondary-text-color);font-size:.875rem}.scout-picker-count{font-size:.875rem;color:var(--secondary-text-color);text-align:right}.help-tip{display:inline-flex;margin-left:.4rem;vertical-align:middle}.help-tip-badge{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:999px;border:1px solid var(--secondary-text-color);color:var(--secondary-text-color);font-size:.7rem;font-weight:600;cursor:help;line-height:1}.help-tip-bubble{max-width:320px;white-space:normal;line-height:1.4;text-align:left}.page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.page-header .page-lead{margin-bottom:0}.page-action{flex-shrink:0;padding-top:.25rem}.tag-in-use{margin-left:.4rem;font-size:.7rem;opacity:.7;text-transform:uppercase;letter-spacing:.04em}tr.hover-actions .row-actions button{opacity:0;transition:opacity .15s}tr.hover-actions:hover .row-actions button,tr.hover-actions .row-actions button:focus-visible{opacity:1}.reason-wrap{display:inline-flex}.reason-wrap>button[disabled]{pointer-events:none}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem}.sparkline{display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap}.sparkline-total{font-variant-numeric:tabular-nums;color:var(--secondary-text-color);font-size:.875rem}.sparkline-svg{display:block;max-width:100%;flex:0 1 auto;min-width:0}.sparkline{max-width:100%}.facts .sparkline{width:100%}.facts .sparkline-svg{flex:1 1 auto}.sparkline-tick{fill:var(--chart-indexed)}.sparkline-empty{fill:color-mix(in srgb,var(--secondary-text-color) 30%,transparent)}:root{--chart-indexed: #2a78d6;--chart-approved: #1baf7a;--chart-rejected: #eb6834}:root[data-theme=dark]{--chart-indexed: #3987e5;--chart-approved: #199e70;--chart-rejected: #d95926}:root[data-theme=dark]{--text-color: #ffffffc4;--primary-text-color: #ffffffd4}:root{--control-border: color-mix(in srgb, var(--secondary-text-color) 50%, transparent)}.hourbars{padding:.75rem 1rem .5rem;border:1px solid var(--stroke-color);border-radius:8px;background:var(--secondary-bg-color)}.hourbars-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.875rem}.hourbars-legend{display:inline-flex;gap:1rem;align-items:center;color:var(--secondary-text-color);font-size:.875rem}.swatch{display:inline-block;width:10px;height:10px;border-radius:2px;margin-right:4px;vertical-align:-1px}.swatch.approved{background:var(--chart-approved)}.swatch.rejected{background:var(--chart-rejected)}.hourbars-row{display:grid;grid-template-columns:6.5rem 1fr 12rem;align-items:end;gap:.75rem;margin:.25rem 0}.hourbars-title{color:var(--secondary-text-color);font-size:.875rem;padding-bottom:4px}.hourbars-svg{width:100%;height:56px;display:block}.hourbars-axis{stroke:color-mix(in srgb,var(--secondary-text-color) 35%,transparent);stroke-width:1}.hourbars-empty{fill:color-mix(in srgb,var(--secondary-text-color) 25%,transparent)}.hourbars-bar.indexed{fill:var(--chart-indexed)}.hourbars-bar.approved{fill:var(--chart-approved)}.hourbars-bar.rejected{fill:var(--chart-rejected)}.hourbars-total{font-variant-numeric:tabular-nums;font-size:.875rem;padding-bottom:4px}.hourbars-ticks{position:relative;height:1.1rem;margin-left:7.25rem;margin-right:12.75rem;color:var(--secondary-text-color);font-size:.75rem}.hourbars-ticks span{position:absolute;top:0}.hourbars-tip{min-height:1.2rem;margin-top:.25rem;font-size:.875rem;color:var(--secondary-text-color);font-variant-numeric:tabular-nums}.hourbars-table{border-collapse:collapse;font-variant-numeric:tabular-nums}.hourbars-table th,.hourbars-table td{text-align:right;padding:2px 12px 2px 0}.hourbars-table th:first-child,.hourbars-table td:first-child{text-align:left}.scout-list{border:1px solid var(--stroke-color);border-radius:8px;background:var(--secondary-bg-color);overflow:hidden}.scout-list-head{padding:.75rem 1rem;border-bottom:1px solid var(--stroke-color)}.scout-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:.75rem;padding:.75rem}.scout-card{display:flex;flex-direction:column;gap:.5rem;padding:.9rem 1.1rem;border:1px solid var(--stroke-color);border-radius:8px;background:var(--third-bg-color);cursor:pointer;transition:border-color .15s,background-color .15s}.scout-card:hover,.scout-card:focus-visible{border-color:var(--clickable-text-color);background:color-mix(in srgb,var(--clickable-text-color) 8%,var(--third-bg-color));outline:none}.scout-card-top{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}.scout-card-name{font-weight:500}.scout-card-queue{flex-shrink:0;white-space:nowrap;font-variant-numeric:tabular-nums}.scout-card-id{font-size:.875rem}.scout-card-line{display:flex;align-items:center;column-gap:1rem;row-gap:.25rem;flex-wrap:wrap}.scout-card-activity{margin-top:.25rem;row-gap:.35rem}.crumb{margin:0 0 .5rem;font-size:.875rem}.page-title{margin:0;display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.panels{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.panel{padding:1rem 1.25rem 1.25rem;border:1px solid var(--stroke-color);border-radius:8px;background:var(--secondary-bg-color)}.panel-title{margin:0 0 .75rem;font-size:.875rem;font-weight:500;color:var(--secondary-text-color)}.panel-subtitle{font-weight:400;margin-left:.5rem}.facts{display:grid;grid-template-columns:max-content 1fr;column-gap:1.25rem;row-gap:.55rem;align-items:center;margin:0}.facts dt{color:var(--secondary-text-color);font-size:.875rem}.facts dd{margin:0;min-width:0;overflow-wrap:anywhere}.facts dd.badges{display:flex;flex-wrap:wrap;gap:.35rem}.scout-map{height:380px;border-radius:6px;isolation:isolate;z-index:0}.scout-dot.taken{cursor:not-allowed}input[type=date]{padding:8px 12px;background:var(--third-bg-color);border:1px solid var(--control-border);border-radius:6px;color:inherit;font:inherit;font-size:.875rem;color-scheme:light dark}input[type=date]:focus{outline:none;border-color:var(--primary-color, #646cff)}select{appearance:none;padding:8px 32px 8px 12px;background:var(--third-bg-color) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' fill='none' stroke='%23888' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat right 10px center;border:1px solid var(--control-border);border-radius:6px;color:inherit;font:inherit;font-size:.875rem;cursor:pointer}select:focus{outline:none;border-color:var(--primary-color, #646cff)}select:disabled{cursor:not-allowed;opacity:.6}:root[data-theme=dark] .leaflet-tile-pane{filter:invert(1) hue-rotate(180deg) brightness(.85) contrast(.9)}.leaflet-control-attribution{font-size:.75rem}.leaflet-tooltip{background:var(--secondary-bg-color);color:var(--text-color);border:1px solid var(--stroke-color);border-radius:6px;font-size:.875rem;box-shadow:0 2px 8px #00000040}.leaflet-tooltip-top:before{border-top-color:var(--stroke-color)}.warning-text{color:var(--chart-rejected)}.warning-line{margin:.5rem 0 0;padding:.6rem .9rem;border:1px solid var(--chart-rejected);border-radius:6px;color:var(--chart-rejected);background:color-mix(in srgb,var(--chart-rejected) 10%,transparent)}.count-bar{display:flex;align-items:center;gap:.5rem;min-width:120px}.count-bar-value{min-width:3.5ch;text-align:right;font-variant-numeric:tabular-nums}.count-bar-track{flex:1;height:8px;border-radius:4px;background:color-mix(in srgb,var(--secondary-text-color) 18%,transparent);overflow:hidden}.count-bar-fill{display:block;height:100%;border-radius:4px;background:var(--clickable-text-color)}.ml{margin-left:.5rem}.review-progress{height:6px;border-radius:3px;background:color-mix(in srgb,var(--secondary-text-color) 18%,transparent);overflow:hidden;margin:-.5rem 0 1.25rem}.review-progress span{display:block;height:100%;background:var(--clickable-text-color);transition:width .2s}.review-focus{transition:opacity .16s ease,transform .16s ease}.review-focus.fading{opacity:0;transform:translateY(-6px)}.review-focus.loading{opacity:0;transition:none}.review-focus.enter-forward{animation:enter-forward .22s ease-out}.review-focus.enter-back{animation:enter-back .22s ease-out}@keyframes enter-forward{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes enter-back{0%{opacity:0;transform:translateY(-14px) scale(.985)}to{opacity:1;transform:none}}.review-undone{margin-left:.5rem;color:#fbbf24;font-size:.875rem;animation:undone 1.4s ease-out forwards}@keyframes undone{0%{opacity:0;transform:translate(-6px)}15%{opacity:1;transform:none}70%{opacity:1}to{opacity:0}}.player{position:relative;background:#0b0f16}.player-wave{padding:8px 0 4px;min-height:108px}.player-spec{min-height:220px;margin-top:4px;border-top:2px solid color-mix(in srgb,var(--secondary-text-color) 45%,transparent)}.player-marker{position:absolute;top:0;bottom:0;width:1px;background:#facc15b3;pointer-events:none}.review-meta{display:flex;gap:1.5rem;flex-wrap:wrap;padding:.75rem 1rem;color:var(--secondary-text-color);font-variant-numeric:tabular-nums;border-top:1px solid color-mix(in srgb,var(--secondary-text-color) 25%,transparent)}.review-tags{color:var(--primary-text-color)}.review-deck{position:relative;height:40px;margin:0 0 1rem}.review-deck-card{position:absolute;left:50%;transform:translate(-50%);height:14px;border-radius:0 0 10px 10px;border:1px solid color-mix(in srgb,var(--secondary-text-color) 55%,transparent);border-top:none;background:color-mix(in srgb,var(--secondary-text-color) 14%,var(--main-bg-color, transparent));box-shadow:0 3px 8px #00000059}.review-deck-card.one{top:0;width:97%}.review-deck-card.two{top:13px;width:94%;opacity:.6}.review-deck-count{position:absolute;right:3%;top:26px;font-size:.75rem;color:var(--secondary-text-color)}.review-focus{position:relative;z-index:1;border-radius:8px;overflow:hidden;border:1px solid color-mix(in srgb,var(--secondary-text-color) 55%,transparent);box-shadow:0 3px 8px #00000059;background:var(--secondary-bg-color)}.review-bar{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-top:.5rem;border-top:1px solid var(--stroke-color)}.review-history{display:flex;gap:6px;min-height:24px}.review-dot{width:22px;height:22px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;font-size:.875rem}.review-dot.approved{background:#22c55e40;color:#4ade80}.review-dot.rejected{background:#ef444440;color:#f87171}.review-keys{color:var(--secondary-text-color);display:flex;gap:1.25rem;align-items:center;transition:opacity .2s}.review-key{display:inline-flex;align-items:center;gap:.45rem;padding:3px 10px;font-size:.875rem}.review-key b{font-weight:700}.review-keys.waiting{opacity:.6}kbd{display:inline-block;min-width:1.6em;padding:1px 6px;border:1px solid var(--stroke-color);border-bottom-width:2px;border-radius:5px;font-size:.875rem;text-align:center;font-family:inherit}.help-overlay{position:fixed;inset:0;background:#0009;display:grid;place-items:center;z-index:100}.help-box{background:var(--secondary-bg-color);border:1px solid var(--stroke-color);border-radius:12px;padding:1.5rem 2rem;min-width:420px}.help-box td{padding:4px 12px 4px 0}.badge-pair{display:inline-flex;gap:.35rem;align-items:center}.review-modal-overlay{position:fixed;inset:0;background:#0009;display:grid;place-items:center;z-index:100;padding:2rem}.review-modal{width:min(1100px,100%);max-height:calc(100vh - 4rem);overflow-y:auto}.reviewed-panel-head{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.6rem 1rem;border-bottom:1px solid color-mix(in srgb,var(--secondary-text-color) 25%,transparent)}.reviewed-history{display:flex;flex-direction:column;gap:.35rem;padding:.25rem 1rem .75rem;font-size:.875rem}.reviewed-history-row{display:grid;grid-template-columns:5.5rem auto auto 1fr;gap:.75rem;align-items:center}.review-modal-footer{display:flex;justify-content:flex-end;gap:.5rem;padding:.75rem 1rem;border-top:1px solid color-mix(in srgb,var(--secondary-text-color) 25%,transparent)}tr.row-clickable{cursor:pointer}tr.row-open{background:color-mix(in srgb,var(--clickable-text-color) 12%,transparent)}.review-replay{margin-left:auto}.review-meta{align-items:center}.modal-x{background:none;border:none;color:var(--secondary-text-color);font-size:1.5rem;line-height:1;cursor:pointer;padding:0 .25rem}.modal-x:hover{color:var(--primary-text-color)}.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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.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}}.main-layout{display:flex;flex:1;background-color:var(--color-background)}.sidebar{width:260px;background-color:var(--color-background-secondary);border-right:1px solid var(--color-border);display:flex;flex-direction:column;padding-top:1rem;position:sticky;top:3rem;height:calc(100vh - 3rem)}.sidebar-nav{display:flex;flex-direction:column;padding:0 1rem}.nav-group{display:flex;flex-direction:column;gap:.5rem}.nav-divider{height:1px;margin:.75rem 1rem;background-color:var(--color-border)}.nav-item{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.75rem 1rem;border-radius:var(--border-radius);color:var(--secondary-text-color);text-decoration:none;font-weight:500;transition:all .2s ease}.nav-item:hover{background-color:var(--hover-blended-bg-color);color:var(--primary-text-color)}.nav-item.active{background-color:var(--clickable-text-color);color:#fff}.nav-item-label{display:inline-block}.nav-item-secondary{padding-top:.625rem;padding-bottom:.625rem;font-size:.875rem;font-weight:400}.nav-notification-dot{width:8px;height:8px;border-radius:999px;background:#ef4444;box-shadow:0 0 0 2px color-mix(in srgb,#ef4444 20%,transparent);flex-shrink:0}.main-content{flex:1;padding:2rem;overflow-y:auto}.content-wrapper{width:100%;max-width:1200px;margin:0 auto}@media(max-width:768px){.main-layout{flex-direction:column}.sidebar{width:100%;height:auto;position:static}.sidebar-logo{padding:1rem}.sidebar-nav{flex-direction:row;align-items:center;overflow-x:auto;padding:.5rem 1rem;border-bottom:1px solid var(--color-border)}.nav-group{flex-direction:row}.nav-divider{width:1px;height:2rem;margin:0 .5rem;flex:0 0 auto}.nav-item{white-space:nowrap}}.nav-item-secondary{margin-left:1.25rem;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.nav-item-secondary:before{content:"›";position:absolute;left:.6rem;opacity:.6}.nav-item-secondary.active:before{opacity:1}
