@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}:root{--bg-dark:#191919d9;--border-radius:16px;--text-primary:#fff;--text-secondary:#a1a1aa;--accent:#3b82f6;--border-color:#ffffff1a;--hover-bg:#ffffff26;--glass-shadow:0 10px 40px -10px #00000080;--backdrop-blur:blur(16px)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-primary);margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;overflow:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#ffffff05;border-radius:10px}::-webkit-scrollbar-thumb{background:#3a3a3a;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#4a4a4a}.floating-panel{background:var(--bg-dark);-webkit-backdrop-filter:var(--backdrop-blur);border:1px solid var(--border-color);border-radius:var(--border-radius);box-shadow:var(--glass-shadow);z-index:1000;position:absolute}.app-container{width:100vw;height:100vh;position:relative}.map-container{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.map-overlay{pointer-events:none;z-index:2;mix-blend-mode:soft-light;background:radial-gradient(circle,#0d1b3e33 0%,#0a112873 100%),linear-gradient(135deg,#0f172a40 0%,#1e29594d 50%,#0b132b59 100%);width:100%;height:100%;position:absolute;top:0;left:0}.leaflet-container{background-color:#0b132b!important}.leaflet-tile{filter:brightness(1.22)contrast(1.18)saturate(1.25)hue-rotate(200deg)!important}.sidebar{flex-direction:column;justify-content:space-between;width:240px;height:calc(100vh - 57px);padding:20px 15px;display:flex;top:52px;left:5px}.sidebar-menu{flex-direction:column;gap:10px;display:flex}.sidebar-item{cursor:pointer;color:var(--text-secondary);border-radius:12px;align-items:center;gap:12px;padding:12px 16px;font-weight:500;transition:all .2s;display:flex}.sidebar-item:hover{background:var(--hover-bg);color:var(--text-primary)}.sidebar-item.active{color:var(--text-primary);border-left:3px solid var(--accent);background:#ffffff1a}.sidebar-bottom .sidebar-item{color:#ef4444}.sidebar-bottom .sidebar-item:hover{background:#ef44441a}.topbar-select-wrapper{width:193px;height:37px;position:relative}.topbar-location-select{appearance:none;background:var(--bg-dark);width:100%;height:100%;-webkit-backdrop-filter:var(--backdrop-blur);color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;box-shadow:var(--glass-shadow);border-radius:50px;outline:none;padding:0 35px 0 15px;font-size:14px;font-weight:600}.topbar-location-select optgroup{color:#94a3b8;text-transform:uppercase;letter-spacing:.6px;background:#18181b;border-bottom:1px solid #ffffff0d;padding:8px 6px 4px;font-size:11px;font-style:normal;font-weight:700}.topbar-location-select option{color:#f3f4f6;text-transform:none;letter-spacing:normal;background:#1e1e1e;padding:6px 12px;font-size:13px;font-weight:500}.topbar-select-icon{color:var(--text-secondary);pointer-events:none;z-index:1001;position:absolute;top:50%;right:15px;transform:translateY(-50%)}.topbar{z-index:1050;align-items:center;gap:10px;display:flex;position:absolute;top:5px;left:5px}.search-container{height:37px;box-shadow:var(--glass-shadow);background:#fff;border-radius:50px;align-items:center;width:250px;padding:5px 15px;transition:width .3s;display:flex}.search-container:focus-within{width:300px}.search-container input{color:#333;background:0 0;border:none;outline:none;width:100%;font-size:14px;font-weight:500}.search-container input::placeholder{color:#888}.search-icon{color:#555;margin-right:8px;font-size:18px}.topbar-metrics-btn{background:var(--bg-dark);width:37px;height:37px;-webkit-backdrop-filter:var(--backdrop-blur);border:1px solid var(--border-color);color:var(--text-primary);box-shadow:var(--glass-shadow);cursor:pointer;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background .2s,border-color .2s,transform .15s;display:flex}.topbar-metrics-btn:hover{background:var(--hover-bg);border-color:#fff3}.topbar-metrics-btn:active{transform:scale(.95)}.profile-container{background:var(--bg-dark);border:2px solid var(--border-color);width:37px;height:37px;box-shadow:var(--glass-shadow);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s;display:flex;overflow:hidden}.profile-container:hover{transform:scale(1.05)}.profile-container img{object-fit:cover;width:100%;height:100%}.notifications-menu{flex-direction:column;width:300px;height:calc(100vh - 57px);padding:20px;display:flex;top:52px;left:255px}.clients-menu{box-sizing:border-box;flex-direction:column;width:320px;height:calc(100vh - 57px);padding:16px;display:flex;top:52px;left:255px}.clients-header-box{flex-direction:column;flex-shrink:0;gap:16px;margin-bottom:18px;display:flex}.clients-toolbar-row{align-items:center;gap:8px;display:flex}.clients-search-container{flex:1;align-items:center;display:flex;position:relative}.search-icon-inside{color:var(--text-tertiary,#6b7280);pointer-events:none;position:absolute;left:12px}.clients-search-input{border:1px solid var(--border-color,#ffffff1a);color:#fff;background:#0000004d;border-radius:9px;outline:none;width:100%;padding:10px 12px 10px 34px;font-size:12px;transition:all .2s}.clients-search-input:focus{border-color:var(--accent,#3b82f6);background:#00000073;box-shadow:0 0 0 2px #3b82f633}.clients-filter-btn{border:1px solid var(--border-color,#ffffff1a);color:var(--text-secondary,#a1a1aa);box-sizing:border-box;cursor:pointer;background:#ffffff14;border-radius:9px;justify-content:center;align-items:center;height:38px;padding:10px 12px;transition:all .2s;display:flex}.clients-filter-btn:hover,.clients-filter-btn.active{border-color:var(--accent,#3b82f6);color:#fff;background:#3b82f633}.clients-filter-dropdown{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-color,#ffffff26);z-index:100;background:#121214f2;border-radius:10px;flex-direction:column;gap:2px;width:150px;padding:4px;display:flex;position:absolute;top:36px;right:0;box-shadow:0 10px 25px #00000080}.filter-opt{color:var(--text-secondary,#a1a1aa);cursor:pointer;border-radius:6px;align-items:center;gap:6px;padding:6px 10px;font-size:11px;transition:all .15s;display:flex}.filter-opt:hover{color:#fff;background:#ffffff14}.filter-opt.selected{color:#fff;background:#3b82f640;font-weight:600}.dot-indicator{border-radius:50%;width:6px;height:6px;display:inline-block}.dot-indicator.online{background-color:#22c55e}.dot-indicator.offline{background-color:#6b7280}.clients-list-container{flex-direction:column;flex:1;gap:6px;margin-bottom:10px;padding-right:4px;display:flex;overflow-y:auto}.clients-empty-state{text-align:center;color:var(--text-secondary,#9ca3af);padding:30px 15px;font-size:12px}.client-item-card{cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffff05;border:1px solid #0000;border-radius:10px;align-items:center;gap:10px;padding:8px 10px;transition:all .2s;display:flex}.client-item-card:hover{background:#ffffff0f;border-color:#ffffff14}.client-item-card.selected{background:#3b82f62e;border-color:#3b82f680;box-shadow:0 0 12px #3b82f633}.client-avatar-wrapper{flex-shrink:0;width:38px;height:38px}.client-avatar-img{object-fit:cover;border:1.5px solid var(--border-color,#ffffff26);border-radius:50%;width:38px;height:38px}.client-info-col{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.client-name-text{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:600;overflow:hidden}.client-appid-text{color:var(--text-secondary,#9ca3af);font-size:10px}.client-status-col{text-align:right;flex-shrink:0}.client-status-badge{align-items:center;gap:4px;font-size:10px;display:flex}.client-status-badge.online{color:#22c55e;font-weight:500}.client-status-badge.offline{color:var(--text-secondary,#6b7280)}.status-dot{border-radius:50%;width:6px;height:6px;display:inline-block}.status-dot.green{background-color:#22c55e;box-shadow:0 0 6px #22c55e}.clients-pagination-footer{justify:space-between;border-top:1px solid var(--border-color,#ffffff1a);flex-shrink:0;align-items:center;padding-top:10px;display:flex}.pagination-info{color:var(--text-secondary,#9ca3af);font-size:11px}.pagination-controls{align-items:center;gap:6px;display:flex}.pagination-btn{border:1px solid var(--border-color,#ffffff1a);color:#fff;cursor:pointer;background:#ffffff0f;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.pagination-btn:hover:not(:disabled){border-color:var(--accent,#3b82f6);background:#3b82f64d}.pagination-btn:disabled{opacity:.35;cursor:not-allowed}.menu-title{letter-spacing:.5px;margin-bottom:20px;font-size:18px;font-weight:600}.notifications-list{flex-direction:column;gap:10px;padding-right:5px;display:flex;overflow-y:auto}.notifications-header-box{margin-bottom:15px}.menu-subtitle{color:var(--text-secondary);margin:4px 0 0;font-size:11px}.notifications-summary-list{border-bottom:1px solid #ffffff1a;flex-direction:column;gap:4px;margin-bottom:8px;padding-bottom:10px;display:flex}.notifications-history-header{box-sizing:border-box;flex-shrink:0;justify-content:space-between;align-items:center;width:100%;margin-top:2px;margin-bottom:4px;padding:2px 0 6px;display:flex}.notifications-history-title{color:var(--text-tertiary,#6b7280);text-transform:uppercase;letter-spacing:.6px;text-align:left;flex:1;font-size:10px;font-weight:700}.notifications-history-calendar-wrapper{flex-shrink:0;align-items:center;gap:6px;margin-left:auto;display:flex;position:relative}.tiny-summary-row{background:#ffffff05;border-radius:4px;align-items:center;gap:10px;padding:6px 10px;display:flex}.tiny-summary-name{text-transform:uppercase;color:var(--text-secondary);letter-spacing:.5px;white-space:nowrap;text-overflow:ellipsis;flex:0 0 95px;align-items:center;gap:6px;font-size:9px;display:flex;overflow:hidden}.tiny-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.tiny-count{color:var(--text-primary);text-align:right;flex:0 0 25px;font-size:11px;font-weight:700}.tiny-bar-bg{background:#ffffff1a;border-radius:2px;flex:1;height:4px;overflow:hidden}.tiny-bar-fill{border-radius:2px;height:100%}.tiny-pct{color:var(--text-secondary);text-align:right;flex:0 0 25px;font-size:9px}.notification-group{flex-direction:column;gap:8px;margin-bottom:12px;display:flex}.notification-divider{align-items:center;gap:10px;margin-top:5px;margin-bottom:5px;display:flex}.divider-label{color:var(--text-secondary);text-transform:uppercase;white-space:nowrap;font-size:10px}.divider-line{background:#ffffff1a;flex:1;height:1px}.notification-item{background:0 0;border-radius:8px;align-items:center;gap:12px;padding:6px 8px;transition:background-color .2s;display:flex;box-shadow:0 4px 6px -1px #0000001a}.notification-item.selected{border-left:4px solid var(--text-primary);background:#ffffff1a}.notification-item:hover{background:#ffffff0d}.menu3-container{z-index:1000;pointer-events:none;flex-direction:column;gap:10px;width:320px;height:calc(100vh - 57px);display:flex;position:absolute;top:52px;left:565px}.menu3-container>*{pointer-events:auto}.profile-panel{flex-direction:column;gap:15px;height:250px;padding:20px;display:flex;position:relative!important;inset:auto!important}.profile-header{align-items:center;gap:15px;display:flex}.user-photo{border:2px solid var(--border-color);object-fit:cover;border-radius:50%;width:60px;height:60px}.user-info{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.user-info h4{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:16px;overflow:hidden}.email-container{align-items:center;gap:6px;margin:2px 0;display:flex}.email-text{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden;margin:0!important}.copy-icon{color:var(--text-secondary);cursor:pointer;flex-shrink:0;font-size:12px;transition:color .2s}.copy-icon:hover{color:var(--text-primary)}.app-id{width:fit-content;color:var(--text-secondary);cursor:pointer;background:#ffffff1a;border-radius:4px;align-items:center;gap:6px;padding:4px 8px;font-size:10px;transition:background .2s;display:inline-flex}.app-id:hover{background:#ffffff26}.profile-stats{background:#0003;border-radius:8px;justify-content:space-between;padding:10px;display:flex}.stat-box{flex-direction:column;display:flex}.stat-label{color:var(--text-secondary);text-transform:uppercase;font-size:10px}.stat-value{color:#10b981;font-size:18px;font-weight:700}.profile-details{color:var(--text-secondary);flex-direction:column;gap:8px;font-size:12px;display:flex}.plates-dropdown select{width:100%;color:var(--text-primary);border:1px solid var(--border-color);background:#0003;border-radius:4px;outline:none;margin-top:4px;padding:5px}.history-panel{flex-direction:column;flex:1;padding:20px;display:flex;overflow:hidden;position:relative!important;inset:auto!important}.history-title{text-transform:uppercase;color:var(--text-secondary);letter-spacing:1px;margin:0 0 15px;font-size:14px}.history-list{flex-direction:column;flex:1;gap:10px;display:flex;overflow-y:auto}.history-item{background:var(--bg-dark);border:1px solid var(--border-color);cursor:pointer;border-radius:8px;align-items:center;gap:12px;padding:12px;transition:all .2s;display:flex}.history-item:hover,.history-item.selected{border-color:var(--text-secondary);background:#ffffff0d}.history-icon{font-size:20px}.history-info{flex-direction:column;flex:1;display:flex}.history-type{color:var(--text-primary);font-size:14px;font-weight:600}.history-date{color:var(--text-secondary);font-size:12px}.history-amount{color:var(--text-primary);font-weight:700}.detail-panel{width:300px;height:calc(100vh - 57px);padding:20px;top:52px;left:895px}.detail-title{text-transform:uppercase;color:var(--text-secondary);letter-spacing:1px;border-bottom:1px solid var(--border-color);margin:0 0 20px;padding-bottom:10px;font-size:14px}.detail-table{background:var(--bg-dark);border:1px solid #ffffff1a;border-radius:8px;grid-template-columns:1fr 1fr;margin-bottom:20px;display:grid;overflow:hidden}.table-row{border-bottom:1px solid #ffffff1a;border-right:1px solid #ffffff1a;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:10px 12px;display:flex}.table-row:nth-child(2n){border-right:none}.table-row:last-child,.table-row:nth-last-child(2):nth-child(odd){border-bottom:none}.table-label{color:var(--text-secondary);text-transform:uppercase;margin-bottom:4px;font-size:10px}.table-value{color:var(--text-primary);text-align:left;word-break:break-word;width:100%;font-size:13px}.payment-summary-box{background:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;margin-bottom:20px;padding:15px}.summary-row{justify-content:space-between;margin-bottom:8px;font-size:13px;display:flex}.summary-row span{color:var(--text-secondary)}.summary-row strong{color:var(--text-primary)}.summary-divider{background:#ffffff1a;height:1px;margin:12px 0}.summary-total{margin-bottom:0;font-size:16px}.location-box{background:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;margin-bottom:20px;padding:15px}.location-title{text-transform:uppercase;color:var(--text-secondary);margin:0 0 12px;font-size:11px}.location-content{align-items:center;gap:15px;display:flex}.location-map-preview{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.location-info{flex-direction:column;flex:1;display:flex}.loc-street{color:var(--text-primary);margin-bottom:4px;font-size:14px;font-weight:700}.loc-zone{color:var(--text-secondary);margin-bottom:12px;font-size:12px}.btn-view-map{border:1px solid var(--accent);color:var(--accent);cursor:pointer;background:0 0;border-radius:20px;width:fit-content;padding:6px 12px;font-size:11px;font-weight:600;transition:all .2s}.btn-view-map:hover{background:var(--accent);color:#fff}.status-tag{letter-spacing:.5px;border-radius:4px;padding:2px 6px;font-size:9px;font-weight:700;display:inline-block}.status-tag.completed{color:#10b981;background:#10b98133}.text-red-500{color:#ef4444}.text-blue-500{color:#3b82f6}.text-green-500{color:#10b981}.text-white{color:#fff}.notification-tag{text-transform:uppercase;white-space:nowrap;letter-spacing:.5px;text-align:center;border-radius:20px;width:120px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-block}.notification-text{color:var(--text-secondary);font-size:14px;line-height:1.4}.custom-leaflet-marker{justify-content:center;align-items:center;display:flex}.marker-pin,.marker-pulse{background-color:var(--marker-color);border:2px solid #fff;border-radius:50% 50% 50% 0;width:20px;height:20px;transition:transform .2s;position:relative;transform:rotate(-45deg)scale(1);box-shadow:-2px 2px 4px #0000004d}.custom-leaflet-marker.marker-selected .marker-pin,.custom-leaflet-marker.marker-selected .marker-pulse{transform:rotate(-45deg)scale(1.2);z-index:1000!important}.marker-pulse:after{content:"";border:2px solid var(--marker-color);opacity:0;border-radius:50%;animation:1.5s ease-out infinite pulse-animation;position:absolute;inset:-6px}@keyframes pulse-animation{0%{opacity:1;transform:scale(.5)}to{opacity:0;transform:scale(1.5)}}.notification-placa{color:var(--text-primary);letter-spacing:1px;text-transform:uppercase;font-size:16px;font-weight:600}.notification-tag{text-transform:uppercase;white-space:nowrap;letter-spacing:.5px;text-align:center;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-block}.stats-panel-horizontal-container{align-items:center;gap:8px;max-width:calc(100vw - 450px);display:flex;overflow-x:auto}.stats-panel-horizontal-container::-webkit-scrollbar{display:none}.stat-card-horizontal{-webkit-backdrop-filter:blur(12px);white-space:nowrap;border:1px solid;border-radius:6px;align-items:center;gap:8px;height:37px;padding:0 10px;display:flex;box-shadow:0 2px 5px #0000001a}.stat-icon-horizontal{justify-content:center;align-items:center;font-size:14px;display:flex}.stat-data-horizontal{color:var(--text-primary);font-size:13px;font-weight:700}.stat-text-horizontal{flex-direction:column;justify-content:center;display:flex}.stat-title-horizontal{text-transform:uppercase;color:var(--text-secondary);letter-spacing:.5px;font-size:8px;line-height:1}.stat-info-horizontal{color:var(--text-primary);opacity:.9;font-size:8px;line-height:1.2}.stats-panel-wrapper{z-index:900;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#ffffff38 #00000026;flex-direction:column;gap:12px;max-width:1200px;height:calc(100vh - 52px);padding-bottom:70px;padding-right:8px;display:flex;position:absolute;inset:52px 15px 0 260px;overflow:hidden auto}.stats-panel-wrapper::-webkit-scrollbar{width:6px}.stats-panel-wrapper::-webkit-scrollbar-track{background:#0003;border-radius:10px;margin-top:4px;margin-bottom:12px}.stats-panel-wrapper::-webkit-scrollbar-thumb{background:#ffffff38;border:1px solid #ffffff0d;border-radius:10px}.stats-panel-wrapper::-webkit-scrollbar-thumb:hover{background:#ffffff61}.stats-header-row{pointer-events:auto;background:var(--bg-dark);-webkit-backdrop-filter:var(--backdrop-blur);border:1px solid var(--border-color);box-shadow:var(--glass-shadow);border-radius:14px;justify-content:space-between;align-items:center;padding:10px 18px;display:flex}.stats-header-text{flex-direction:column;gap:2px;display:flex}.stats-header-title-container{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.stats-header-title-prefix{color:#fff;letter-spacing:-.2px;font-size:15px;font-weight:700}.stats-header-location-select-wrap{align-items:center;display:inline-flex;position:relative}.stats-header-location-select{appearance:none;color:#60a5fa;cursor:pointer;background:#1e293bbf;border:1px solid #3b82f659;border-radius:8px;outline:none;max-width:220px;padding:3px 26px 3px 10px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s}.stats-header-location-select:hover{color:#93c5fd;background:#1e293bf2;border-color:#3b82f699}.stats-header-location-select:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.stats-header-location-select optgroup,.topbar-location-select optgroup{text-transform:uppercase;letter-spacing:.5px;color:#94a3b8;background-color:#0b1120;padding:6px 4px;font-size:11px;font-weight:700}.stats-header-location-select option{color:#f1f5f9;background:#0f172a;padding:8px 12px;font-size:13px}.stats-header-select-chevron{color:#60a5fa;pointer-events:none;transition:transform .2s;position:absolute;right:8px}.stats-header-title{color:#fff;letter-spacing:-.2px;margin:0;font-size:15px;font-weight:700}.stats-header-subtitle{color:#9ca3af;margin:0;font-size:12px;font-weight:400;transition:color .2s}.stats-last-update{color:#d1d5db;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:7px;padding:4px 12px;font-size:11px;display:flex}.update-dot{background-color:#22c55e;border-radius:50%;width:6px;height:6px;box-shadow:0 0 8px #22c55e99}.update-text{font-weight:400}.update-text strong{color:#fff;font-weight:600}.stats-filter-bar{pointer-events:auto;background:var(--bg-dark);-webkit-backdrop-filter:var(--backdrop-blur);border:1px solid var(--border-color);box-shadow:var(--glass-shadow);border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:8px 16px;display:flex}.filter-bar-left{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.filter-item-box{background:#00000059;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:8px;padding:3px 10px;transition:border-color .2s,background .2s;display:flex}.filter-item-box:hover,.filter-item-box:focus-within{background:#00000080;border-color:#3b82f680}.filter-item-icon-tag{color:#9ca3af;text-transform:uppercase;letter-spacing:.3px;align-items:center;gap:5px;font-size:11px;font-weight:600;display:flex}.filter-select-container{align-items:center;display:flex;position:relative}.filter-native-select{appearance:none;color:#fff;cursor:pointer;background:0 0;border:none;outline:none;padding:4px 22px 4px 4px;font-family:inherit;font-size:12px;font-weight:600}.filter-native-select option{color:#fff;background:#0f172a;padding:8px}.filter-chevron-icon{pointer-events:none;color:#9ca3af;position:absolute;right:2px}.filter-custom-range-box{background:#3b82f61f;border:1px solid #3b82f659;border-radius:8px;align-items:center;gap:6px;padding:3px 8px;animation:.2s ease-out fadeInFilter;display:flex}@keyframes fadeInFilter{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.custom-input-group{align-items:center;gap:4px;display:flex}.custom-input-tag{color:#93c5fd;font-size:10px;font-weight:600}.filter-date-input{color:#fff;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#00000080;border:1px solid #ffffff24;border-radius:6px;outline:none;padding:2px 6px;font-family:inherit;font-size:11px}.filter-date-input:focus{border-color:#3b82f6}.custom-range-separator{color:#94a3b8;font-size:11px;font-weight:600}.filter-bar-right{align-items:center;display:flex}.filter-clear-button{color:#f87171;cursor:pointer;background:#ef44441f;border:1px solid #ef444459;border-radius:8px;align-items:center;gap:6px;padding:5px 12px;font-family:inherit;font-size:11.5px;font-weight:600;transition:all .2s;display:flex}.filter-clear-button:hover{color:#fff;background:#ef444440;border-color:#ef444499;box-shadow:0 0 12px #ef444459}.clickable-status-item{cursor:pointer;border-radius:6px;transition:all .2s;padding:3px 6px!important}.clickable-status-item:hover{background:#ffffff14}.clickable-status-item.is-selected-status{background:#3b82f638;border:1px solid #3b82f673}.clickable-status-item.is-dimmed-status{opacity:.4}.stats-cards-grid{width:100%;display:grid}.stats-cards-grid.row-1{grid-template-columns:repeat(3,1fr);gap:12px}.stats-cards-grid.row-2{grid-template-columns:repeat(5,1fr);gap:10px}.stat-card-modern{pointer-events:auto;-webkit-backdrop-filter:blur(16px);border:1px solid;border-radius:14px;align-items:center;gap:14px;min-height:84px;padding:14px 18px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #00000059}.row-2-card{min-height:80px;padding:12px 14px}.stat-card-modern:hover{transform:translateY(-2px);box-shadow:0 12px 32px #00000073}.stat-icon-wrapper{border:1px solid;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:22px;display:flex}.row-2-card .stat-icon-wrapper{width:40px;height:40px;font-size:19px}.stat-content-wrapper{flex-direction:column;flex-grow:1;justify-content:center;min-width:0;display:flex}.stat-title-row{justify-content:space-between;align-items:center;gap:6px;width:100%;margin-bottom:2px;display:flex}.stat-title-row .stat-title-tag{margin-bottom:0}.status-card-title-group{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.filtered-indicator-badge{color:#93c5fd;text-transform:uppercase;letter-spacing:.3px;background:#3b82f629;border:1px solid #3b82f666;border-radius:10px;flex-shrink:0;align-items:center;gap:4px;padding:1.5px 6px;font-size:9px;font-weight:600;line-height:1.2;animation:.25s ease-out fadeInFilter;display:inline-flex}.filter-badge-dot{background-color:#3b82f6;border-radius:50%;width:4px;height:4px;box-shadow:0 0 5px #3b82f6}.stat-card-modern.is-date-filtered{transition:border-color .3s,box-shadow .3s;box-shadow:0 0 14px #3b82f638,0 8px 24px #00000059}.status-single-card.is-section-date-filtered{transition:border-color .3s,box-shadow .3s;box-shadow:0 0 16px #3b82f624, var(--glass-shadow)!important;border-color:#3b82f661!important}.stat-title-tag{text-transform:uppercase;color:#ffffffbf;letter-spacing:.8px;white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:10px;font-weight:600;overflow:hidden}.stat-value-primary{color:#fff;margin-bottom:2px;font-size:24px;font-weight:800;line-height:1.1}.stat-value-primary.value-compact{white-space:nowrap;text-overflow:ellipsis;font-size:clamp(16px,1.25vw,21px);overflow:hidden}.stat-description{color:#ffffffa6;white-space:nowrap;text-overflow:ellipsis;font-size:11px;line-height:1.2;overflow:hidden}.stat-trend-slot{opacity:.4;justify-content:center;align-items:center;width:24px;height:12px;display:flex;position:absolute;bottom:12px;right:14px}.stats-cards-grid.row-3{grid-template-columns:repeat(3,1fr);gap:12px}.status-single-card{pointer-events:auto;background:var(--bg-dark);-webkit-backdrop-filter:var(--backdrop-blur);border:1px solid var(--border-color);box-shadow:var(--glass-shadow);border-radius:14px;flex-direction:column;justify-content:space-between;min-height:220px;padding:14px 16px;transition:transform .2s,box-shadow .2s;display:flex;position:relative}.status-single-card:hover{box-shadow:0 12px 32px #00000073}.status-card-header{margin-bottom:8px}.payment-card-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.payment-tab-selector{background:#00000059;border:1px solid #ffffff14;border-radius:6px;gap:2px;padding:2px;display:flex}.payment-tab-btn{color:#9ca3af;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:4px;padding:3px 7px;font-size:10px;font-weight:600;transition:all .2s}.payment-tab-btn:hover{color:#fff}.payment-tab-btn.active{color:#fff;background:#ffffff24;box-shadow:0 1px 4px #0003}.status-card-title{color:#fff;letter-spacing:-.1px;margin:0;font-size:13.5px;font-weight:700}.status-card-body{flex-grow:1;align-items:center;gap:14px;display:flex}.donut-container{flex-shrink:0;justify-content:center;align-items:center;display:flex}.donut-chart{border-radius:50%;justify-content:center;align-items:center;width:110px;height:110px;display:flex;position:relative;box-shadow:0 4px 16px #0006}.donut-hole{background:#0f172a;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:72px;height:72px;display:flex;box-shadow:inset 0 2px 6px #0009}.donut-total-count{color:#fff;font-size:18px;font-weight:800;line-height:1.1}.donut-total-label{text-transform:uppercase;color:#9ca3af;letter-spacing:.5px;font-size:9.5px;font-weight:600}.status-list-container{flex-direction:column;flex-grow:1;gap:4px;min-width:0;display:flex}.status-list-item{justify-content:space-between;align-items:center;padding:1.5px 0;font-size:11px;display:flex}.status-item-left{align-items:center;gap:6px;min-width:0;display:flex}.status-dot-inline{border-radius:50%;flex-shrink:0;width:7px;height:7px}.status-item-name{color:#e5e7eb;white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.status-item-right{flex-shrink:0;align-items:center;gap:4px;display:flex}.status-item-count{color:#fff;font-weight:700}.status-item-pct{color:#9ca3af;font-size:10px;font-weight:500}.status-card-footer{border-top:1px solid #ffffff0f;margin-top:8px;padding-top:6px}.status-detail-link{color:#3b82f6;align-items:center;gap:4px;font-size:11.5px;font-weight:600;text-decoration:none;transition:color .2s,gap .2s;display:inline-flex}.status-detail-link:hover{color:#60a5fa;gap:7px}.colabs-card-body{flex-direction:column;flex-grow:1;justify-content:center;gap:8px;padding:2px 0;display:flex}.colab-metric-row{background:#ffffff08;border:1px solid #ffffff0f;border-radius:10px;justify-content:space-between;align-items:center;padding:8px 12px;transition:background .2s,border-color .2s;display:flex}.colab-metric-row:hover{background:#ffffff0f}.colab-metric-left{align-items:center;gap:10px;display:flex}.colab-icon-box{border:1px solid;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.colab-metric-label{color:#e5e7eb;font-size:11.5px;font-weight:600}.colab-metric-value{color:#fff;font-size:20px;font-weight:800;line-height:1}.stats-cards-grid.row-4{grid-template-columns:1fr 2fr;gap:12px}@media (width<=1024px){.stats-cards-grid.row-4{grid-template-columns:1fr}}.revenue-card{min-height:220px}.revenue-card-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:6px;display:flex}.revenue-header-left{flex-direction:column;gap:2px;display:flex}.revenue-header-summary{align-items:baseline;gap:8px;margin-top:2px;display:flex}.revenue-summary-amount{color:#10b981;letter-spacing:-.3px;text-shadow:0 0 16px #10b9814d;font-size:19px;font-weight:800;line-height:1.1}.revenue-summary-label{color:#9ca3af;font-size:10.5px;font-weight:500}.revenue-period-selector{margin-top:1px}.revenue-card-body{flex-direction:column;flex-grow:1;justify-content:flex-end;min-height:125px;display:flex;position:relative}.revenue-loading-state{color:#9ca3af;flex-direction:column;justify-content:center;align-items:center;gap:8px;height:100%;min-height:110px;font-size:11px;display:flex}.revenue-loading-spinner{border:2px solid #10b98133;border-top-color:#10b981;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spinRevenue}@keyframes spinRevenue{to{transform:rotate(360deg)}}.revenue-chart-container{flex-direction:column;justify-content:flex-end;width:100%;height:100%;padding-top:14px;display:flex}.revenue-bars-grid{justify-content:space-between;align-items:flex-end;gap:8px;width:100%;height:105px;display:flex;position:relative}.revenue-bars-grid.period-30d{gap:2px}.revenue-bars-grid.period-month{gap:4px}.revenue-bar-col{cursor:pointer;flex-direction:column;flex:1;justify-content:flex-end;align-items:center;height:100%;display:flex;position:relative}.revenue-bar-track{justify-content:center;align-items:flex-end;width:100%;height:75px;display:flex;position:relative}.revenue-bar-fill{border-radius:4px 4px 1.5px 1.5px;width:100%;max-width:28px;transition:height .4s cubic-bezier(.16,1,.3,1),transform .15s,filter .15s,background .15s;position:relative}.revenue-bars-grid.period-30d .revenue-bar-fill{border-radius:2px 2px 0 0;max-width:14px}.revenue-bars-grid.period-month .revenue-bar-fill{border-radius:3px 3px 1px 1px;max-width:20px}.revenue-bar-fill.has-revenue{background:linear-gradient(#34d399 0%,#10b981 40%,#047857 100%);border:1px solid #34d39999;border-bottom:none;box-shadow:0 0 10px #10b98159}.revenue-bar-fill.zero-revenue{background:#ffffff12;border-radius:2px;height:3px!important}.revenue-bar-col:hover .revenue-bar-fill.has-revenue{filter:brightness(1.25);transform:scaleY(1.03);box-shadow:0 0 16px #10b98199}.revenue-bar-col:hover .revenue-bar-fill.zero-revenue{background:#ffffff2e}.revenue-bar-tooltip{-webkit-backdrop-filter:blur(10px);white-space:nowrap;pointer-events:none;z-index:50;background:#0f172af2;border:1px solid #34d39959;border-radius:8px;flex-direction:column;align-items:center;gap:2px;padding:6px 10px;animation:.15s ease-out fadeInTooltip;display:flex;position:absolute;bottom:calc(100% - 10px);left:50%;transform:translate(-50%);box-shadow:0 8px 24px #0009}@keyframes fadeInTooltip{0%{opacity:0;transform:translate(-50%,4px)}to{opacity:1;transform:translate(-50%)}}.revenue-bar-tooltip:after{content:"";border:5px solid #0000;border-top-color:#0f172af2;position:absolute;top:100%;left:50%;transform:translate(-50%)}.tooltip-date{color:#9ca3af;font-size:9.5px;font-weight:600}.tooltip-amount{color:#10b981;font-size:12px;font-weight:800}.tooltip-count{color:#cbd5e1;font-size:9px}.revenue-bar-label{flex-direction:column;justify-content:flex-start;align-items:center;min-height:20px;margin-top:6px;display:flex}.bar-day-name{color:#e5e7eb;font-size:10px;font-weight:700;line-height:1}.bar-date-sub{color:#9ca3af;margin-top:1.5px;font-size:8.5px;line-height:1}.bar-day-compact{color:#9ca3af;font-size:9px;font-weight:600;line-height:1}.bar-dot-tick{color:#fff3;font-size:8px;line-height:1}.revenue-card-footer{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;margin-top:8px;padding-top:6px;display:flex}.revenue-footer-info{color:#9ca3af;font-size:10px;font-weight:500}.placeholder-card{opacity:.65;border-style:dashed;border-color:#ffffff26}.placeholder-card-body{flex-grow:1;justify-content:center;align-items:center;min-height:120px;display:flex}.placeholder-text{color:#6b7280;letter-spacing:.5px;text-transform:uppercase;font-size:12px;font-weight:500}.stat-card{-webkit-backdrop-filter:blur(12px);border:1px solid;border-radius:12px;flex-direction:column;padding:15px;transition:transform .2s;display:flex;box-shadow:0 4px 15px #0000001a}.stat-card:hover{transform:translateY(-2px)}.stat-card-header{align-items:center;gap:10px;display:flex}.stat-icon{justify-content:center;align-items:center;font-size:24px;display:flex}.stat-data{color:var(--text-primary);letter-spacing:-.5px;font-size:22px;font-weight:700}.stat-title{text-transform:uppercase;color:var(--text-secondary);letter-spacing:1px;margin:10px 0 2px;font-size:10px}.stat-info{color:var(--text-primary);opacity:.9;margin:0;font-size:11px}.leaflet-control-container .leaflet-bottom.leaflet-right{z-index:999!important;bottom:25px!important;right:25px!important}.leaflet-control-zoom{border:1px solid var(--border-color,#ffffff26)!important;background:var(--bg-dark,#191919d9)!important;-webkit-backdrop-filter:blur(16px)!important;border-radius:12px!important;overflow:hidden!important;box-shadow:0 10px 30px #00000080!important}.leaflet-control-zoom a{color:#fff!important;background-color:#0000!important;border-bottom:1px solid #ffffff1a!important;justify-content:center!important;align-items:center!important;width:36px!important;height:36px!important;font-size:20px!important;font-weight:500!important;line-height:36px!important;transition:all .2s!important;display:flex!important}.leaflet-control-zoom a:last-child{border-bottom:none!important}.leaflet-control-zoom a:hover{color:#3b82f6!important;background-color:#ffffff26!important}.leaflet-control-zoom a:active{background-color:#ffffff40!important}.leaflet-control-zoom-disabled{color:#ffffff40!important;cursor:not-allowed!important}.search-dropdown{background:var(--bg-dark,#121212);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-color,#ffffff1f);z-index:2000;border-radius:16px;flex-direction:column;width:550px;max-width:90vw;max-height:480px;display:flex;position:absolute;top:48px;left:0;overflow:hidden;box-shadow:0 20px 40px #0009}.search-tags-bar{border-bottom:1px solid var(--border-color,#ffffff1a);background:#00000040;align-items:center;gap:8px;padding:12px;display:flex;overflow-x:auto}.search-tag{border:1px solid var(--border-color,#ffffff1f);color:var(--text-secondary,#9ca3af);cursor:pointer;white-space:nowrap;background:#ffffff0d;border-radius:12px;outline:none;justify-content:space-between;align-items:center;gap:8px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .2s;display:flex}.search-tag:hover{color:#fff;background:#ffffff1f;border-color:#ffffff40}.search-tag.active{background:var(--accent,#3b82f6);border-color:var(--accent,#3b82f6);color:#fff;font-weight:600;box-shadow:0 0 14px #3b82f673}.tag-badge{color:inherit;background:#ffffff26;border-radius:10px;margin-left:4px;padding:2px 7px;font-size:11px;font-weight:700}.search-tag.active .tag-badge{background:#ffffff40}.search-results-list{flex-direction:column;flex:1;display:flex;overflow-y:auto}.search-result-item{cursor:pointer;background:0 0;border-bottom:1px solid #ffffff0d;flex-direction:column;padding:12px 16px;transition:background .15s;display:flex}.search-result-item:hover,.search-result-item.selected{background:#ffffff14}.client-detail-panel{box-sizing:border-box;z-index:1000;flex-direction:column;width:340px;height:calc(100vh - 57px);padding:20px;display:flex;top:52px;left:585px}.client-detail-header{border-bottom:1px solid var(--border-color,#ffffff1a);flex-direction:column;flex-shrink:0;gap:16px;padding-bottom:18px;display:flex;position:relative}.client-detail-top-controls{justify:flex-end;align-items:center;gap:8px;display:flex}.icon-action-btn{border:1px solid var(--border-color,#ffffff1a);color:var(--text-secondary,#9ca3af);cursor:pointer;background:#ffffff0f;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.icon-action-btn:hover{color:#fff;background:#ffffff26}.icon-action-btn.close-btn:hover{color:#ef4444;background:#ef444433;border-color:#ef444466}.client-detail-profile-row{align-items:center;gap:14px;display:flex}.client-detail-avatar{object-fit:cover;border:2px solid var(--border-color,#fff3);border-radius:50%;flex-shrink:0;width:52px;height:52px}.client-detail-title-col{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.client-detail-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:15px;font-weight:700;overflow:hidden}.client-detail-appid-row{color:var(--text-secondary,#9ca3af);cursor:pointer;align-items:center;gap:6px;width:fit-content;font-size:11px;transition:color .15s;display:inline-flex}.client-detail-appid-row:hover{color:#fff}.client-detail-badges-row{align-items:center;gap:6px;margin-top:4px;display:flex}.client-badge-online{color:#22c55e;background:#22c55e1f;border:1px solid #22c55e4d;border-radius:6px;align-items:center;gap:4px;padding:2px 7px;font-size:10px;font-weight:500;display:flex}.client-badge-offline{color:var(--text-secondary,#9ca3af);border:1px solid var(--border-color,#ffffff1a);background:#ffffff0f;border-radius:6px;padding:2px 7px;font-size:10px}.client-badge-role{color:var(--accent,#3b82f6);background:#3b82f61f;border:1px solid #3b82f64d;border-radius:6px;padding:2px 7px;font-size:10px;font-weight:600}.client-detail-body{flex-direction:column;flex:1;gap:22px;padding-top:18px;padding-right:4px;display:flex;overflow-y:auto}.client-summary-cards-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.summary-card{border:1px solid var(--border-color,#ffffff14);background:#ffffff08;border-radius:12px;flex-direction:column;gap:6px;padding:12px 14px;display:flex}.summary-card-label{color:var(--text-secondary,#9ca3af);text-transform:uppercase;letter-spacing:.5px;font-size:10px}.summary-card-value{color:#fff;font-size:14px;font-weight:700}.summary-card-value.primary{color:#22c55e}.client-detail-tabs-bar{border-bottom:1px solid var(--border-color,#ffffff1a);gap:4px;display:flex}.detail-tab-btn{color:var(--text-secondary,#9ca3af);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:10px 4px;font-size:11px;font-weight:500;transition:all .2s}.detail-tab-btn:hover{color:#fff}.detail-tab-btn.active{color:#fff;border-bottom-color:var(--accent,#3b82f6);font-weight:600}.client-general-info-list{flex-direction:column;gap:12px;display:flex}.info-item-row{border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding:9px 0;display:flex}.info-label-group{color:var(--text-secondary,#9ca3af);align-items:center;gap:10px;font-size:11px;display:flex}.info-icon{color:var(--text-tertiary,#6b7280);font-size:14px}.info-value-text{color:#fff;text-align:right;white-space:nowrap;text-overflow:ellipsis;max-width:145px;font-size:11px;font-weight:500;overflow:hidden}.info-value-text.text-green{color:#22c55e}.info-value-text.text-gray{color:#6b7280}.client-counters-section{flex-direction:column;gap:12px;display:flex}.counters-title{text-transform:uppercase;letter-spacing:.6px;color:var(--text-secondary,#9ca3af);margin:0;font-size:11px}.counters-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.counter-card{border:1px solid var(--border-color,#ffffff14);background:#ffffff08;border-radius:12px;flex-direction:column;gap:4px;padding:12px 14px;transition:all .2s;display:flex}.counter-number{font-size:17px;font-weight:700}.counter-label{color:var(--text-secondary,#9ca3af);font-size:10px}.counter-card.green-accent{border-left:3px solid #22c55e}.counter-card.green-accent .counter-number{color:#22c55e}.counter-card.yellow-accent{border-left:3px solid #f59e0b}.counter-card.yellow-accent .counter-number{color:#f59e0b}.counter-card.red-accent{border-left:3px solid #ef4444}.counter-card.red-accent .counter-number{color:#ef4444}.counter-card.darkred-accent{background:#dc262614;border-left:3px solid #dc2626}.counter-card.darkred-accent .counter-number{color:#dc2626}.client-quick-actions{flex-direction:column;gap:10px;padding-top:10px;padding-bottom:12px;display:flex}.quick-action-btn{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:11px 14px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.quick-action-btn.default{border:1px solid var(--border-color,#ffffff1a);color:#fff;background:#ffffff0f}.quick-action-btn.default:hover{background:#ffffff1f;border-color:#fff3}.quick-action-btn.danger{color:#ef4444;background:#ef444426;border:1px solid #ef444466}.quick-action-btn.danger:hover{background:#ef444440;border-color:#ef444499}.client-related-panel{box-sizing:border-box;z-index:1000;flex-direction:column;gap:12px;width:340px;height:calc(100vh - 57px);padding:0;display:flex;top:52px;left:935px;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important;border:none!important}.related-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-color,#ffffff1a);background:#121214d9;border-radius:16px;flex-direction:column;flex:1;min-height:0;padding:14px 16px;display:flex;box-shadow:0 10px 25px #0000004d}.related-card-header{border-bottom:1px solid var(--border-color,#ffffff14);flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:10px;padding-bottom:10px;display:flex}.related-card-title{color:#fff;align-items:center;gap:4px;margin:0;font-size:12px;font-weight:700;display:flex}.title-count{color:var(--text-secondary,#9ca3af);font-size:11px;font-weight:500}.related-card-link{color:var(--accent,#3b82f6);cursor:pointer;font-size:11px;font-weight:600;transition:color .15s}.related-card-link:hover{color:#60a5fa;text-decoration:underline}.related-card-body{flex-direction:column;flex:1;gap:8px;padding-right:4px;display:flex;overflow-y:auto}.related-empty-text{text-align:center;color:var(--text-secondary,#6b7280);padding:16px 0;font-size:11px}.related-item-row{background:#ffffff08;border:1px solid #ffffff0d;border-radius:9px;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;transition:background .15s;display:flex}.related-item-row:hover{background:#ffffff0f}.vehicle-row{justify-content:space-between;align-items:center;display:flex}.related-item-main{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.vehicle-placa-badge{color:#fff;letter-spacing:.5px;background:#ffffff1a;border:1px solid #ffffff26;border-radius:4px;flex-shrink:0;padding:2px 6px;font-size:10px;font-weight:700}.vehicle-model-text{color:var(--text-secondary,#9ca3af);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.session-info-left,.tx-info-left{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.session-date-text,.tx-date-text{color:var(--text-secondary,#9ca3af);font-size:10px}.session-zone-text{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:600;overflow:hidden}.session-info-right,.tx-info-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;display:flex}.session-amount-text,.tx-amount-text{color:#fff;font-size:11px;font-weight:700}.tx-concept-text{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:600;overflow:hidden}.status-pill{text-transform:capitalize;border-radius:5px;padding:1px 6px;font-size:9px;font-weight:600}.status-pill.green{color:#22c55e;background:#22c55e26;border:1px solid #22c55e4d}.status-pill.blue{color:#3b82f6;background:#3b82f626;border:1px solid #3b82f64d}.status-pill.yellow{color:#f59e0b;background:#f59e0b26;border:1px solid #f59e0b4d}.status-pill.red{color:#ef4444;background:#ef444426;border:1px solid #ef44444d}.status-pill.gray{color:#9ca3af;background:#ffffff14;border:1px solid #ffffff1f}.colab-summary-card{border:1px solid var(--border-color,#ffffff14);background:#ffffff08;border-radius:9px;grid-template-columns:1fr 1fr;margin-top:10px;padding:6px 10px;display:grid}.colab-card-col{flex-direction:column;justify-content:center;display:flex}.colab-card-label{color:var(--text-secondary,#9ca3af);text-transform:uppercase;letter-spacing:.5px;font-size:10px}.colab-summary-header{height:40px;max-height:40px;box-shadow:none;box-sizing:border-box;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;margin:12px 0 14px;padding:0;display:flex}.colab-block{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;height:100%;display:flex}.colab-block-top{align-items:center;gap:6px;display:flex}.colab-num{color:#fff;font-size:17px;font-weight:600;line-height:1}.colab-label{color:var(--text-secondary,#9ca3af);font-size:11px;line-height:1}.colab-divider{background:#ffffff14;flex-shrink:0;width:1px;height:24px}.colab-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.colab-dot.green{background-color:#22c55e;box-shadow:0 0 5px #22c55e99}.colab-dot.red{background-color:#ef4444}.colab-search-row{align-items:center;width:100%;margin-bottom:8px;display:flex}.colab-search-input-wrapper{align-items:center;width:100%;display:flex;position:relative}.colab-search-input-wrapper .search-icon{color:var(--text-secondary,#9ca3af);pointer-events:none;position:absolute;left:11px}.colab-search-input{border:1px solid var(--border-color,#ffffff1a);color:#fff;box-sizing:border-box;background:#ffffff0a;border-radius:8px;outline:none;width:100%;height:34px;padding:0 12px 0 32px;font-size:12px;transition:all .2s}.colab-search-input:focus{border-color:var(--accent,#3b82f6);background:#ffffff14}.colab-role-tabs{border:1px solid var(--border-color,#ffffff14);box-sizing:border-box;background:#00000040;border-radius:8px;gap:3px;margin-bottom:4px;padding:2px;display:flex}.colab-role-tab-btn{cursor:pointer;height:26px;color:var(--text-secondary,#9ca3af);white-space:nowrap;background:0 0;border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;padding:4px 6px;font-size:11px;font-weight:500;transition:all .2s;display:flex}.colab-role-tab-btn:hover{color:#fff}.colab-role-tab-btn.active{color:#fff;background:#ffffff1f;font-weight:600}.role-detail-modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:9999;background:#0a0f1dbf;justify-content:center;align-items:center;padding:20px;animation:.25s fadeIn;display:flex;position:fixed;inset:0}.role-detail-modal-card{background:#0f172af2;border:1px solid #ffffff1f;border-radius:18px;flex-direction:column;width:100%;max-width:680px;animation:.25s cubic-bezier(.16,1,.3,1) modalScaleIn;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #000000b3,0 0 0 1px #ffffff0d}@keyframes modalScaleIn{0%{opacity:0;transform:scale(.96)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.role-detail-modal-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:flex-start;padding:20px 24px 16px;display:flex}.role-detail-modal-title-group{flex-direction:column;gap:4px;display:flex}.role-detail-modal-title{color:#fff;letter-spacing:-.2px;margin:0;font-size:17px;font-weight:700}.role-detail-modal-subtitle{color:#94a3b8;margin:0;font-size:13px}.role-detail-close-btn{color:#94a3b8;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.role-detail-close-btn:hover{color:#fff;background:#ffffff26;border-color:#ffffff40}.role-detail-modal-body{grid-template-columns:1fr 1fr;gap:16px;max-height:calc(85vh - 150px);padding:20px 24px;display:grid;overflow-y:auto}@media (width<=640px){.role-detail-modal-body{grid-template-columns:1fr}}.role-detail-section-block{background:#1e293b73;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;gap:14px;padding:16px;display:flex}.role-detail-section-block.client-block{background:linear-gradient(#3b82f60f 0%,#1e293b66 100%);border-color:#3b82f640}.role-detail-section-block.personal-block{background:linear-gradient(#10b9810f 0%,#1e293b66 100%);border-color:#10b98140}.role-detail-block-header{align-items:center;gap:12px;display:flex}.role-detail-block-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.role-detail-block-title{color:#fff;margin:0;font-size:15px;font-weight:700}.role-detail-block-desc{color:#94a3b8;font-size:11px}.role-detail-kpi-row{background:#0f172a99;border:1px solid #ffffff0f;border-radius:10px;justify-content:space-between;align-items:flex-end;padding:12px 14px;display:flex}.role-detail-kpi-main{flex-direction:column;gap:2px;display:flex}.role-detail-kpi-number{color:#fff;font-family:inherit;font-size:24px;font-weight:800;line-height:1.1}.role-detail-kpi-label{color:#94a3b8;font-size:11px;font-weight:500}.role-detail-kpi-badge{white-space:nowrap;border-radius:6px;padding:4px 8px;font-size:11px;font-weight:600}.role-detail-progress-track{background:#ffffff14;border-radius:3px;height:6px;overflow:hidden}.role-detail-progress-fill{border-radius:3px;height:100%;transition:width .4s}.role-detail-roles-list{background:#0f172a66;border:1px solid #ffffff0d;border-radius:10px;flex-direction:column;gap:7px;padding:10px 12px;display:flex}.role-detail-subitem{justify-content:space-between;align-items:center;padding:3px 0;font-size:12px;display:flex}.role-detail-subitem-left{align-items:center;gap:8px;display:flex}.role-detail-subitem-name{color:#e2e8f0;font-weight:500}.role-detail-subitem-right{align-items:center;gap:6px;display:flex}.role-detail-subitem-count{color:#fff;font-weight:600}.role-detail-subitem-pct{color:#94a3b8;font-size:11px}.role-detail-modal-footer{background:#0a0f1d80;border-top:1px solid #ffffff14;justify-content:flex-end;padding:14px 24px;display:flex}.role-detail-return-btn{color:#f1f5f9;cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:8px;padding:8px 18px;font-size:13px;font-weight:600;transition:all .2s}.role-detail-return-btn:hover{color:#fff;background:#ffffff29;border-color:#ffffff4d}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(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{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(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:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
