:root{color:#1f2933;background:#f8f9fa;font-family:Inter,Segoe UI,Arial,sans-serif}*{box-sizing:border-box}body{margin:0}main{max-width:1500px;margin:0 auto;padding:22px}header{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}h1,h2,p{margin:0}h1{font-size:28px;letter-spacing:0}h2{font-size:17px}header p{margin-top:6px;color:#607080}.panel{background:#fff;border:1px solid #d7dee8;border-radius:8px;padding:16px;margin-bottom:14px;box-shadow:0 1px 2px #1e293b0d}.compact{background:#fbfcfe}.admin-toggle-panel{padding-bottom:2px}.admin-title{margin-bottom:14px}.admin-title .hint{margin-top:4px}.admin-content{display:grid;gap:12px}.admin-content .panel{margin-bottom:0;box-shadow:none}.panel-title{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.two{grid-template-columns:repeat(2,minmax(0,1fr))}.three{grid-template-columns:repeat(3,minmax(0,1fr))}.five{grid-template-columns:repeat(5,minmax(0,1fr))}.six{grid-template-columns:repeat(6,minmax(0,1fr))}label{color:#46596b;display:grid;gap:6px;font-size:12px;font-weight:700}input,select,textarea,button{border:1px solid #c8d2df;border-radius:6px;font:inherit}input,select,textarea{width:100%;min-height:38px;padding:8px 10px;background:#fff;color:#1f2933}textarea{min-height:120px;resize:vertical;font-family:Consolas,monospace;font-size:12px}button{min-height:38px;padding:8px 15px;background:#008cff;color:#fff;cursor:pointer;font-weight:700}button:disabled{cursor:not-allowed;opacity:.65}button:hover{background:#0073d1}.hint,.status-line{align-self:end;color:#607080;font-size:13px}.status-line{margin-top:10px}.run-status{display:grid;gap:8px;margin-top:12px}.run-day{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #dce3ec;border-radius:8px;padding:10px 12px;background:#fff}.run-day div{display:grid;gap:3px}.run-day span{color:#607080;font-size:12px}.badge{border-radius:999px;padding:5px 9px;background:#f8f9fa;color:#46596b;font-size:12px;font-weight:800;white-space:nowrap}.badge.running{background:#fff3cd;color:#7a5b00}.badge.success{background:#d9f5e5;color:#17663a}.badge.failed{background:#fde2e2;color:#ff4b4b}.error-text{color:#ff4b4b!important}.kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:14px 0}.kpis div{background:#fff;border:none;border-radius:8px;padding:20px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.kpis span{display:block;color:#607080;font-size:12px}.kpis strong{display:block;margin-top:5px;font-size:26px;font-weight:700;color:#0f172a}.analytics-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:14px 0}.custom-remarks-charts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:14px 0}.chart-card{border:1px solid #dce3ec;border-radius:8px;background:#fff;padding:14px;display:flex;flex-direction:column;min-height:330px}.chart-head{display:grid;grid-template-columns:1fr auto;gap:3px 10px;align-items:baseline;margin-bottom:12px}.chart-head h3{margin:0;color:#1f2933;font-size:15px}.chart-head strong{color:#008cff;font-size:22px}.chart-head span{color:#607080;font-size:12px;grid-column:1 / -1}.pie-layout{display:grid;grid-template-columns:180px minmax(0,1fr);gap:14px;align-items:start;flex:1}.pie-svg{width:180px;height:180px;display:block}.pie-total{fill:#1f2933;font-size:15px;font-weight:800}.pie-caption{fill:#607080;font-size:8px;font-weight:700}.pie-legend{display:grid;gap:7px;min-width:0;align-content:start}.legend-row{display:grid;grid-template-columns:12px minmax(0,1fr) auto 48px;gap:8px;align-items:center;color:#46596b;font-size:12px}.legend-dot{width:10px;height:10px;border-radius:50%}.legend-name{overflow-wrap:anywhere}.legend-row strong{color:#1f2933}.legend-row>span:last-child{text-align:right;color:#607080}.legend-toggle{justify-self:start;min-height:30px;margin-top:3px;padding:5px 10px;background:#eef4fb;color:#008cff;border-color:#c8d8eb;font-size:12px}.legend-toggle:hover{background:#dfeaf7}.empty-chart{min-height:180px;display:grid;place-items:center;color:#607080;font-size:13px;text-align:center}.table-wrap{overflow:auto;max-height:520px;border:1px solid #d7dee8;border-radius:8px}table{width:100%;border-collapse:collapse;font-size:12px;min-width:900px}th,td{border-bottom:1px solid #e4eaf1;padding:8px 10px;text-align:left;vertical-align:top}th{position:sticky;top:0;background:#008cff;color:#fff;z-index:1}td{background:#fff}.pivot-high{background:#ffe4e4;color:#8a1f1f;font-weight:800}.pivot-low{background:#e4f7e9;color:#17663a;font-weight:800}.pivot-success-high{background:#d9f5e5;color:#17663a;font-weight:800}.pivot-success-low{background:#fde2e2;color:#ff4b4b;font-weight:800}.off-hours-row td{background:#fff1f1}.off-hours-row:hover td{background:#ffe7e7}.raw td:last-child{min-width:360px}.numeric{text-align:right!important}.pending-hint{padding:10px;background:#fff8e1;border:1px solid #ffe082;border-radius:6px;color:#856404;font-size:13px;margin:10px 0;animation:pulse-bg 2s infinite}@keyframes pulse-bg{0%{background:#fff8e1}50%{background:#fffde7}to{background:#fff8e1}}@media(max-width:1000px){main{padding:12px}.two,.three,.five,.six,.kpis,.analytics-grid,.custom-remarks-charts,.pie-layout{grid-template-columns:1fr}.pie-svg{margin:0 auto}header{align-items:start}}input[type=checkbox]{width:auto;height:auto;margin-right:8px;cursor:pointer}.staff-productivity-panel{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.kpi-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.kpi-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;display:flex;flex-direction:column}.kpi-card .kpi-label{font-size:12px;color:#64748b;text-transform:uppercase;font-weight:600;margin-bottom:.25rem}.kpi-card .kpi-value{font-size:20px;font-weight:700;color:#0f172a}.dashboard-table-wrap{overflow-x:auto;max-height:600px;border:1px solid #e2e8f0;border-radius:8px}.dashboard-table-wrap table{width:100%;border-collapse:separate;border-spacing:0;font-size:14px}.dashboard-table-wrap th,.dashboard-table-wrap td{padding:10px 12px;border-bottom:1px solid #e2e8f0;white-space:nowrap;height:40px}.dashboard-table-wrap tbody tr:nth-child(2n){background-color:#f8fafc}.dashboard-table-wrap thead th{background-color:#f1f5f9;position:sticky;top:0;z-index:2;border-bottom:2px solid #cbd5e1;color:#334155}.dashboard-table-wrap tbody td.sticky-col,.dashboard-table-wrap thead th.sticky-col{position:sticky;left:0;background-color:inherit;z-index:1}.dashboard-table-wrap tbody td.sticky-col.rank-col,.dashboard-table-wrap thead th.sticky-col.rank-col{left:0;width:40px;background-color:inherit}.dashboard-table-wrap tbody td.sticky-col.name-col,.dashboard-table-wrap thead th.sticky-col.name-col{left:40px;background-color:inherit;border-right:2px solid #e2e8f0}.dashboard-table-wrap thead th.sticky-col{z-index:3;background-color:#f1f5f9!important}.dashboard-table-wrap tbody tr:nth-child(2n) td.sticky-col{background-color:#f8fafc}.dashboard-table-wrap tbody tr:nth-child(odd) td.sticky-col{background-color:#fff}.dashboard-table-wrap tfoot th{position:sticky;bottom:0;background-color:#f1f5f9;z-index:2;border-top:2px solid #cbd5e1;color:#0f172a}.dashboard-table-wrap tfoot th.sticky-col{z-index:3}.dashboard-table-wrap td.trend-col{font-family:monospace;letter-spacing:1px;color:#008cff;font-size:16px}.trend-arrow{font-size:10px;margin-left:4px}.trend-up{color:#16a34a}.trend-down{color:#ff4b4b}.section-menu{display:flex;gap:.25rem;border-bottom:2px solid #ccd6e0}.section-tab{background:transparent!important;color:#64748b!important;border:none!important;border-radius:4px 4px 0 0!important;padding:.35rem .75rem!important;font-size:.84rem!important;font-weight:500!important;border-bottom:2px solid transparent!important;box-shadow:none!important;white-space:nowrap!important;transition:all .15s ease-in-out}.section-tab:hover{background:#f1f5f9!important;color:#1e293b!important}.section-tab.active{color:#0284c7!important;font-weight:700!important;border-bottom:2px solid #0284c7!important;background:#f8fafc!important}.secondary-btn{background:#e7eef7;color:#0073d1}.band{padding:18px clamp(16px,3vw,34px);border-bottom:1px solid #dbe3ee;background:#fff}.band:nth-of-type(2n){background:#f8fafc}.section-head,.table-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.section-head .actions{display:flex;gap:8px;flex-wrap:wrap}.loader-icon{width:16px;height:16px;border:2px solid rgba(255,255,255,.38);border-top-color:#fff;border-radius:50%;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.grid{display:grid;gap:12px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.grid.six{grid-template-columns:repeat(6,minmax(0,1fr))}label{display:grid;gap:5px;color:#526071;font-size:12px;font-weight:800;text-transform:uppercase}.note{min-height:38px;display:flex;align-items:center;color:#526071;font-size:13px;line-height:1.35}.status-line{margin:12px 0 0;color:#008cff;font-weight:700}.run-strip{display:flex;gap:8px;overflow-x:auto;margin-top:12px;padding-bottom:2px}.run{flex:0 0 210px;display:grid;gap:3px;border-left:4px solid #94a3b8;background:#fff;border-radius:6px;padding:10px;box-shadow:0 1px 3px #0f172a14;font-size:12px}.run.success{border-left-color:#16a34a}.run.failed{border-left-color:#ff4b4b}.charts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:14px 0}.chart-block,.table-zone{background:#fff;border:1px solid #dbe3ee;border-radius:8px;padding:14px;min-width:0}.chart-block h3{margin:0 0 12px;font-size:16px}.pie-row{display:grid;grid-template-columns:220px minmax(0,1fr);gap:16px;align-items:center}.pie{width:220px;aspect-ratio:1;border-radius:50%;box-shadow:inset 0 0 0 16px #fff,0 0 0 1px #dbe3ee}.pie-row.compact{grid-template-columns:140px minmax(0,1fr)}.pie.compact{width:140px;box-shadow:inset 0 0 0 12px #fff,0 0 0 1px #dbe3ee}.legend{display:grid;gap:7px}.legend div{display:grid;grid-template-columns:12px minmax(0,1fr) auto;gap:8px;align-items:center;font-size:13px}.legend-clickable{border-radius:6px;padding:3px 4px;margin:-3px -4px;cursor:pointer}.legend-clickable:hover,.legend-clickable:focus-visible{background:#eef5ff;outline:1px solid #b8cff5}.legend i{width:12px;height:12px;border-radius:3px}.legend b{font-variant-numeric:tabular-nums}.legend-value-wrap{display:inline-flex;justify-content:flex-end;align-items:center;gap:6px;min-width:140px;text-align:right}.legend-amount{color:#0f172a;font-weight:700;font-variant-numeric:tabular-nums}.legend-percent{font-weight:700;font-variant-numeric:tabular-nums}.legend-percent.high{color:#16a34a}.legend-percent.low{color:#ef4444}.tables-grid{align-items:start}.chart-drilldown{min-height:288px}.drilldown-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.drilldown-head h3{margin-bottom:3px}.drilldown-head span{color:#64748b;font-size:12px;font-weight:700}.drilldown-back{min-height:30px;padding:0 10px;font-size:12px}.drilldown-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:10px}.drilldown-summary span{display:grid;gap:2px;border:1px solid #e5ebf2;border-radius:6px;padding:8px;color:#64748b;font-size:11px;font-weight:800;text-transform:uppercase}.drilldown-summary strong{color:#172033;font-size:14px}.airline-rank-list{display:grid;gap:5px;max-height:380px;overflow-y:auto;overflow-x:hidden;padding-right:4px}.airline-rank-list::-webkit-scrollbar{width:6px}.airline-rank-list::-webkit-scrollbar-track{background:transparent}.airline-rank-list::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:10px}.drilldown-group{display:grid;gap:3px}.drilldown-group>.airline-rank-row:first-child{background:#f8fafc}.airline-rank-row{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(86px,auto) minmax(58px,auto) minmax(46px,auto);gap:8px;align-items:center;min-height:28px;padding:5px 7px;border:1px solid #edf2f7;border-radius:6px;font-size:12px}.airline-rank-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.airline-rank-row span,.airline-rank-row b{text-align:right;font-variant-numeric:tabular-nums}.airline-rank-row b{color:#16a34a}.drilldown-sub-row{margin-left:12px;min-height:24px;padding:4px 7px;border-style:dashed;background:#fff;font-size:11px}.drilldown-sub-row strong{color:#475569;font-weight:700}.drilldown-sub-row b{color:#64748b}.role-admin-grid{display:grid;grid-template-columns:minmax(320px,.8fr) minmax(0,1.2fr);gap:14px;align-items:start;margin-bottom:18px}.permission-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:8px 0 14px}.permission-grid.compact{grid-template-columns:1fr;margin:8px 0}.check-row{display:flex;align-items:center;gap:8px;min-height:34px;padding:7px 9px;border:1px solid #dbe3ee;border-radius:6px;background:#f8fafc;color:#172033;text-transform:none;font-size:12px;font-weight:700}.check-row input{width:16px;min-height:16px;padding:0}.role-list{display:grid;gap:12px;max-height:620px;overflow:auto}.permission-section{margin-top:12px}.permission-title{color:#526071;font-size:12px;font-weight:900;text-transform:uppercase;margin-bottom:6px}.role-editor{border:1px solid #dbe3ee;border-radius:8px;padding:12px;background:#fff}.role-editor-head{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:10px}.role-editor-head span{color:#64748b;font-size:12px;font-weight:700}.table-wrap{overflow:auto;max-height:430px;border:1px solid #e5ebf2}table{width:100%;border-collapse:collapse;min-width:760px;font-size:12px}th,td{border-bottom:1px solid #e5ebf2;padding:8px 9px;text-align:left;white-space:nowrap}th{position:sticky;top:0;z-index:1;background:#eaf1f9;color:#0073d1;font-weight:800}.num{text-align:right;font-variant-numeric:tabular-nums}.bsp-split-wrap{overflow-x:hidden}.bsp-split-table{width:100%;min-width:0;table-layout:fixed;font-size:12px}.bsp-split-table th,.bsp-split-table td{padding:6px;white-space:nowrap}.bsp-split-table th.num,.bsp-split-table td.num{text-align:right!important}.bsp-split-table th:last-child,.bsp-split-table td:last-child{padding-right:18px}.bsp-split-table .airline-cell{overflow:hidden;text-overflow:ellipsis}.bsp-split-table .neg{color:#ff4b4b;font-weight:700}.pager{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:10px}.pager span,.table-title span{color:#64748b;font-size:13px}@media(max-width:1100px){.grid.three,.grid.four,.grid.six,.kpis,.charts,.tables-grid,.role-admin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pie-row{grid-template-columns:180px minmax(0,1fr)}.pie{width:180px}}@media(max-width:720px){header,.band{padding-left:12px;padding-right:12px}.grid.two,.grid.three,.grid.four,.grid.six,.kpis,.charts,.tables-grid,.role-admin-grid,.permission-grid,.pie-row{grid-template-columns:1fr}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.pie{width:min(240px,100%);justify-self:center}}.login-overlay{position:fixed;inset:0;background:#f1f5f9;display:flex;align-items:center;justify-content:center;z-index:9999}.login-box{background:#fff;padding:40px;border-radius:12px;box-shadow:0 10px 30px #0000001a;width:100%;max-width:400px;border:1px solid #dbe3ee}.login-box h1{margin:0 0 8px;font-size:24px;color:#0073d1}.login-box p{margin:0 0 24px;opacity:.7;font-size:14px}.login-box .field{margin-bottom:16px}.login-box label{display:block;margin-bottom:8px;font-size:13px;font-weight:500}.login-box input{width:100%;padding:12px;background:#f8fafc;border:1px solid #dbe3ee;border-radius:6px;color:#0073d1}.login-box button:hover{background:#102033}.login-error{color:#ff4b4b;font-size:13px;margin:8px 0}.switch{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#cbd5e1;transition:.4s;border-radius:24px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider{background-color:#16a34a}input:checked+.slider:before{transform:translate(20px)}.user-nav{display:flex;align-items:center;gap:16px;flex-shrink:0}.user-nav span{font-size:14px;font-weight:700;color:#0073d1}.logout-btn{padding:6px 12px;background:#fff;border:1px solid #dbe3ee;border-radius:4px;color:#64748b;font-size:12px;cursor:pointer;font-weight:600}.logout-btn:hover{background:#f8fafc;color:#0073d1}.logout-btn.danger{color:#ff4b4b}.role-badge{padding:2px 8px;border-radius:12px;font-size:11px;font-weight:800;text-transform:uppercase}.role-badge.admin{background:#fef3c7;color:#92400e}.role-badge.user{background:#dcfce7;color:#166534}.rolling-number{display:inline-flex!important;flex-direction:row!important;align-items:baseline;font-variant-numeric:tabular-nums;overflow:visible;letter-spacing:-.5px}.digit-box{display:inline-block;height:1em;line-height:1em;overflow:hidden;position:relative;width:.58em}.digit-static{display:inline-block;line-height:1em;vertical-align:bottom}.digit-strip{display:flex;flex-direction:column;transition:transform .5s cubic-bezier(.4,0,.2,1)}.digit-strip span{display:block;height:1em;text-align:center}.digit-strip.moving{filter:none}.flip-content{transition:transform .15s ease-in-out;transform:rotateY(0)}.flip-content.flipping-half{transform:rotateY(90deg)}.flip-content.flipping-done{transform:rotateY(-90deg);transition:none}.ssr-tooltip-wrapper{position:relative;display:flex;justify-content:flex-end;align-items:center;cursor:help;color:#0369a1;font-size:.9em;font-variant-numeric:tabular-nums}.ssr-tooltip-wrapper:hover .ssr-tooltip-box{opacity:1;visibility:visible;transform:translateY(0)}.ssr-tooltip-box{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(5px);background:#fff;border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:8px 12px;min-width:220px;z-index:100;opacity:0;visibility:hidden;transition:all .2s ease-in-out;pointer-events:none;font-size:.9rem;color:#334155;text-align:left;white-space:nowrap}.ssr-tooltip-box:before{content:"";position:absolute;top:-5px;left:50%;transform:translate(-50%) rotate(45deg);width:10px;height:10px;background:#fff;border-left:1px solid #e2e8f0;border-top:1px solid #e2e8f0}.ssr-tooltip-row{display:flex;justify-content:space-between;align-items:center;padding:2px 0}.ssr-tooltip-row span:first-child{font-weight:500;margin-right:12px}.ssr-tooltip-row.total-row{border-top:1px dashed #cbd5e1;margin-top:4px;padding-top:4px;font-weight:700;color:#0f172a}.clickable-row:hover{background-color:#f8fafc}.clickable-row:hover td.airline-cell,.airline-rank-row.clickable-row:hover strong{color:#2563eb!important;text-decoration:underline}.kpis strong,.kpis strong.rolling-number{font-size:26px!important;color:#0f172a!important;font-weight:700!important}.kpis div{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f!important;border:none!important}#root .kpis>div{background:#eef4fb!important;border:1px solid #c2dcf6!important;box-shadow:0 2px 4px #008cff0d!important;border-radius:8px!important;padding:22px 20px!important}#root .kpis>div>span{color:#4b6a8a!important;font-size:13px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.5px!important;display:block!important;margin-bottom:8px!important}#root .kpis>div>strong,#root .kpis>div>strong.rolling-number{display:inline-flex!important;flex-direction:row!important;align-items:baseline!important;color:#024!important;font-size:28px!important;font-weight:900!important;line-height:1.1!important;margin-top:5px!important}.data-loader-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;margin:1rem 0;color:#334155;text-align:center}.data-loader-spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem}.data-loader-text{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.data-loader-subtext{font-size:.9rem;color:#64748b;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.native-date-input{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24"><path fill="%2364748b" d="M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zm0-12H5V6h14v2z"/></svg>');background-repeat:no-repeat;background-position:right 6px center;background-size:14px;padding-right:24px!important;cursor:pointer}.staff-productivity-table{font-size:11px}.staff-productivity-table th,.staff-productivity-table td{padding:4px 8px;height:28px;line-height:1.2;vertical-align:middle}.staff-productivity-table button{min-height:0;height:16px;padding:0;line-height:1}.staff-productivity-table td>div{min-height:16px}.staff-productivity-table tr.sp-expanded-parent-row>td{background:#dbeeff!important}.staff-productivity-table tr.sp-expanded-child-row>td{background:#e6f6ff!important}.staff-productivity-table tr.sp-third-level-row>td{background:#f4fbff!important}.staff-productivity-table tr.sp-expanded-parent-row>td:first-child,.staff-productivity-table tr.sp-expanded-child-row>td:first-child,.staff-productivity-table tr.sp-third-level-row>td:first-child{box-shadow:inset 3px 0 #bfdbfe}.sp-sparkline-cell{cursor:pointer;display:inline-block;letter-spacing:1px;font-size:10px;color:#64748b;transition:color .15s ease,transform .1s ease;-webkit-user-select:none;user-select:none}.sp-sparkline-cell:hover{color:#0284c7;font-weight:700;transform:scale(1.1)}.analytics-modal-backdrop{position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;background-color:#0f172ab8!important;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:999999!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:16px!important;box-sizing:border-box!important;animation:modalFadeIn .2s cubic-bezier(.16,1,.3,1)}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.analytics-modal-window{background:#fff!important;border-radius:12px!important;width:100%!important;max-width:1420px!important;height:94vh!important;max-height:94vh!important;display:flex!important;flex-direction:column!important;box-shadow:0 25px 50px -12px #0006!important;overflow:hidden!important;border:1px solid #cbd5e1!important;position:relative!important;z-index:1000000!important}.analytics-modal-header{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;background:#fff;border-bottom:1px solid #e2e8f0;gap:16px;flex-shrink:0}.modal-header-left{display:flex;flex-direction:column;gap:2px}.modal-breadcrumbs{display:flex;align-items:center;gap:6px;font-size:11px;color:#64748b}.modal-breadcrumbs .bc-sep{color:#cbd5e1}.modal-breadcrumbs .bc-active{color:#0f172a;font-weight:600}.modal-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.entity-icon-badge{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;font-size:16px;border:1px solid}.modal-title-row h2{margin:0;font-size:18px;font-weight:700;color:#0f172a}.entity-type-tag{color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}.date-range-badge{background:#f1f5f9;color:#475569;font-size:12px;font-weight:500;padding:3px 10px;border-radius:6px;border:1px solid #e2e8f0}.last-transaction-badge{background:#f0fdf4;color:#166534;font-size:12px;font-weight:500;padding:3px 10px;border-radius:6px;border:1px solid #bbf7d0;display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.last-transaction-badge strong{color:#15803d;font-weight:700}.last-transaction-badge.loading{background:#f8fafc;color:#64748b;border-color:#e2e8f0}.last-login-badge{background:#eff6ff;color:#1e40af;font-size:12px;font-weight:500;padding:3px 10px;border-radius:6px;border:1px solid #bfdbfe;display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.last-login-badge strong{color:#1d4ed8;font-weight:700}.last-login-badge.loading{background:#f8fafc;color:#64748b;border-color:#e2e8f0}.unflown-amount-badge{background:#f5f3ff;color:#5b21b6;font-size:12px;font-weight:500;padding:3px 10px;border-radius:6px;border:1px solid #ddd6fe;display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.unflown-amount-badge strong{color:#6d28d9;font-weight:700}.unflown-amount-badge.loading{background:#f8fafc;color:#64748b;border-color:#e2e8f0}.agency-type-pill{font-size:11px;font-weight:700;padding:3px 9px;border-radius:6px;display:inline-flex;align-items:center;gap:4px;white-space:nowrap;letter-spacing:.3px;text-transform:uppercase}.agency-type-pill.credit{background:#fdf2f8;color:#be185d;border:1px solid #fbcfe8}.agency-type-pill.cash{background:#f0fdfa;color:#0f766e;border:1px solid #99f6e4}.modal-header-actions{display:flex;align-items:center;gap:8px}.action-pill-btn{background:#fff;border:1px solid #cbd5e1;color:#334155;font-size:12px;font-weight:600;padding:6px 12px;border-radius:6px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .15s ease;min-height:32px}.action-pill-btn:hover{background:#f8fafc;border-color:#94a3b8;color:#0f172a}.modal-close-btn{background:#f1f5f9;border:1px solid #e2e8f0;color:#64748b;width:34px;height:34px;border-radius:6px;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease;min-height:34px;padding:0}.modal-close-btn:hover{background:#fee2e2;color:#dc2626;border-color:#fca5a5}.analytics-modal-filters{display:flex;align-items:center;gap:16px;padding:8px 24px;background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;flex-shrink:0}.analytics-modal-filters .filter-item{display:flex;align-items:center;gap:6px;font-size:12px;color:#475569}.analytics-modal-filters select{padding:4px 8px;font-size:12px;border:1px solid #cbd5e1;border-radius:4px;background:#fff;color:#0f172a;outline:none}.filter-context-tag{margin-left:auto;display:flex;gap:14px;font-size:12px;color:#64748b}.analytics-modal-body{flex:1;overflow-y:auto;padding:20px 24px;display:flex;flex-direction:column;gap:18px;background:#f8fafc}.modal-loading-state,.modal-error-state{text-align:center;padding:60px 20px;background:#fff;border-radius:8px;border:1px solid #e2e8f0}.bi-spinner{width:38px;height:38px;border:3px solid #e2e8f0;border-top-color:#0284c7;border-radius:50%;animation:biSpin .8s linear infinite;margin:0 auto 16px}@keyframes biSpin{to{transform:rotate(360deg)}}.analytics-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px}.bi-kpi-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:14px 18px;box-shadow:0 1px 3px #0000000a}.bi-kpi-card.highlight{border-left:4px solid #0284c7}.bi-kpi-card .kpi-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.bi-kpi-card .kpi-label{font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.bi-kpi-card .kpi-val{font-size:20px;font-weight:700;color:#0f172a;font-family:monospace}.bi-kpi-card .kpi-sub{font-size:11px;color:#64748b;margin-top:4px}.kpi-badge{font-size:10px;font-weight:700;padding:2px 6px;border-radius:4px}.kpi-badge.pos{background:#ecfdf5;color:#059669}.kpi-badge.neg{background:#fef2f2;color:#dc2626}.kpi-badge.neutral{background:#f1f5f9;color:#475569}.kpi-badge.info{background:#eff6ff;color:#0284c7}.kpi-status-dot{width:10px;height:10px;border-radius:50%;display:inline-block}.kpi-status-dot.green{background:#10b981}.kpi-status-dot.amber{background:#f59e0b}.kpi-status-dot.red{background:#ef4444}.analytics-insights-deck{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:14px 18px}.insights-deck-title{font-size:12px;font-weight:700;color:#334155;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}.insight-card{display:flex;align-items:flex-start;gap:10px;padding:10px 14px;border-radius:6px;border:1px solid #e2e8f0;background:#f8fafc}.insight-card.growth{background:#f0fdf4;border-color:#bbf7d0}.insight-card.drop{background:#fef2f2;border-color:#fecaca}.insight-card.info{background:#f0f9ff;border-color:#bae6fd}.insight-badge{font-size:16px}.insight-content h4{margin:0 0 2px;font-size:12px;font-weight:700;color:#0f172a}.insight-content p{margin:0;font-size:11px;color:#475569;line-height:1.4}.analytics-chart-panel{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:16px 20px}.chart-panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;flex-wrap:wrap;gap:12px}.chart-title-box h3{margin:0 0 2px;font-size:15px;font-weight:700;color:#0f172a}.chart-title-box p{margin:0;font-size:12px;color:#64748b}.chart-controls-box{display:flex;align-items:center;gap:14px}.metric-switch{display:flex;background:#f1f5f9;border-radius:6px;padding:2px}.metric-switch button{background:transparent;border:none;font-size:11px;font-weight:600;color:#64748b;padding:4px 10px;border-radius:4px;cursor:pointer;min-height:26px;transition:all .15s ease}.metric-switch button.active{background:#fff;color:#0284c7;box-shadow:0 1px 3px #0000001a}.toggle-pill{display:flex;align-items:center;gap:6px;font-size:11px;color:#475569;font-weight:500;cursor:pointer}.recharts-wrapper-box{width:100%;height:320px}.custom-bi-tooltip{background:#0f172a;color:#fff;border-radius:6px;padding:10px 14px;box-shadow:0 10px 15px -3px #0000004d;font-size:12px}.tooltip-period{font-weight:700;border-bottom:1px solid #334155;padding-bottom:4px;margin-bottom:6px}.tooltip-row{display:flex;align-items:center;gap:8px;margin-top:3px}.tooltip-legend{width:8px;height:8px;border-radius:2px}.tooltip-name{color:#94a3b8}.tooltip-val{font-weight:700;font-family:monospace}.analytics-secondary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px}.secondary-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:16px;display:flex;flex-direction:column}.secondary-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.secondary-card-head h4{margin:0;font-size:13px;font-weight:700;color:#0f172a}.secondary-card-head span{font-size:11px;color:#94a3b8}.secondary-chart-wrap{width:100%;height:220px}.secondary-mini-legend{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:10px;border-top:1px solid #f1f5f9;padding-top:8px}.mini-legend-item{display:flex;align-items:center;gap:6px;font-size:11px;overflow:hidden}.legend-bullet{width:8px;height:8px;border-radius:50%;flex-shrink:0}.legend-name{color:#475569;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.legend-val{margin-left:auto;font-weight:700;font-family:monospace;color:#0f172a}.analytics-table-panel{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:16px 20px}.table-panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;gap:12px;flex-wrap:wrap}.table-panel-title h3{margin:0 0 2px;font-size:15px;font-weight:700;color:#0f172a}.table-panel-title p{margin:0;font-size:12px;color:#64748b}.table-search-box input{padding:6px 12px;font-size:12px;border:1px solid #cbd5e1;border-radius:6px;width:180px;outline:none}.bi-table-wrap{overflow-x:auto}.bi-monthly-table{width:100%;border-collapse:collapse;font-size:12px}.bi-monthly-table thead th{background:#f8fafc;color:#475569;font-weight:700;padding:8px 12px;border-bottom:2px solid #e2e8f0;text-transform:uppercase;font-size:11px;letter-spacing:.5px}.bi-monthly-table tbody td{padding:8px 12px;border-bottom:1px solid #f1f5f9;color:#334155}.bi-monthly-table tbody tr:hover td{background:#f8fafc}.bi-monthly-table .num{text-align:right}.font-mono{font-family:monospace}.font-bold{font-weight:700}.font-semibold{font-weight:600}.color-pos{color:#059669}.color-neg{color:#dc2626}.so-container{display:flex;flex-direction:column;gap:1rem;width:100%}.so-subnav{display:flex;align-items:center;gap:.35rem;overflow-x:auto;padding:.4rem .2rem;border-bottom:1px solid #e2e8f0;margin-bottom:.75rem;scrollbar-width:thin}.so-subnav-pill{background:transparent;color:#64748b;border:1px solid transparent;border-radius:6px;padding:.4rem .75rem;font-size:.85rem;font-weight:600;white-space:nowrap;cursor:pointer;display:flex;align-items:center;gap:.4rem;transition:all .15s ease-in-out}.so-subnav-pill:hover{background:#f1f5f9;color:#1e293b}.so-subnav-pill.active{background:#0284c7;color:#fff!important;border-color:#0284c7;box-shadow:0 1px 3px #0284c740}.so-badge-count{background:#ef4444;color:#fff;border-radius:999px;font-size:.7rem;padding:1px 6px;font-weight:700}.so-filter-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.75rem;align-items:end;background:#fff;border:1px solid #d7dee8;border-radius:8px;padding:.85rem 1rem;box-shadow:0 1px 2px #1e293b0d}.so-filter-group{display:flex;flex-direction:column;gap:.25rem}.so-filter-label{font-size:.75rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.02em}.so-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:.85rem;margin-bottom:1rem}.so-kpi-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem 1.15rem;display:flex;flex-direction:column;position:relative;box-shadow:0 1px 3px #0000000d;transition:transform .15s ease,box-shadow .15s ease}.so-kpi-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.so-kpi-label{font-size:.76rem;color:#64748b;font-weight:700;text-transform:uppercase;margin-bottom:.35rem;display:flex;align-items:center;justify-content:space-between}.so-kpi-value{font-size:1.55rem;font-weight:800;color:#0f172a;letter-spacing:-.02em}.so-kpi-subtext{font-size:.78rem;color:#10b981;font-weight:600;margin-top:.25rem;display:flex;align-items:center;gap:.25rem}.so-kpi-subtext.negative{color:#ef4444}.so-table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow-x:auto;box-shadow:0 1px 2px #0000000a}.so-table{width:100%;border-collapse:collapse;font-size:.86rem;text-align:left}.so-table th{background:#f8fafc;color:#334155;font-weight:700;padding:.75rem 1rem;border-bottom:2px solid #cbd5e1;white-space:nowrap}.so-table td{padding:.75rem 1rem;border-bottom:1px solid #f1f5f9;color:#1e293b;white-space:nowrap}.so-table tbody tr:hover{background:#f8fafc}.so-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .55rem;border-radius:999px;font-size:.72rem;font-weight:700;white-space:nowrap}.so-badge-planned{background:#f1f5f9;color:#475569}.so-badge-enroute{background:#e0f2fe;color:#0369a1}.so-badge-checkedin{background:#fef3c7;color:#92400e}.so-badge-completed{background:#dcfce7;color:#15803d}.so-badge-warning{background:#fee2e2;color:#b91c1c}.so-ai-card{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;border-radius:8px;padding:1rem 1.25rem;margin-bottom:1rem;display:flex;flex-direction:column;gap:.6rem}.so-ai-card-title{display:flex;align-items:center;gap:.5rem;font-size:.92rem;font-weight:800;color:#0369a1}.so-ai-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.84rem;color:#1e293b;line-height:1.4}.so-drawer-overlay{position:fixed;inset:0;background:#0f172a73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:999;display:flex;justify-content:flex-end}.so-drawer-content{width:100%;max-width:780px;background:#fff;height:100%;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.2rem;box-shadow:-4px 0 24px #00000026;animation:slideInRight .25s ease-out}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@media(max-width:768px){.so-filter-strip{grid-template-columns:1fr 1fr}.so-kpi-grid{grid-template-columns:1fr 1fr;gap:.5rem}.so-kpi-card{padding:.75rem}.so-kpi-value{font-size:1.25rem}.so-mobile-action-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #cbd5e1;padding:.6rem 1rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 -2px 10px #0000001a;z-index:100}}.leaflet-container{overflow:hidden;position:relative;outline:0;font-family:inherit}.leaflet-tile-container{pointer-events:none}.leaflet-container img{max-width:none!important;max-height:none!important}.leaflet-tile{visibility:inherit;user-select:none;-webkit-user-select:none;width:256px!important;height:256px!important}.leaflet-tile-loaded{opacity:1}.leaflet-control{position:relative;z-index:800;pointer-events:auto}.leaflet-bar{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;color:#1e293b;font-weight:700}.leaflet-control-zoom a{font:700 16px Lucida Console,Monaco,monospace!important}.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:8px;background:#fff;box-shadow:0 3px 14px #0000004d}.leaflet-popup-content{margin:13px 19px;line-height:1.4}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;transform:rotate(45deg);background:#fff;box-shadow:0 3px 14px #0000004d}.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}}
