@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap);:root{--primary:#1e3a8a;--primary-dark:#172554;--primary-light:#dbeafe;--secondary:#0f172a;--accent:#1e40af;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--info:#6366f1;--bg:#f8fafc;--bg-card:#fff;--bg-sidebar:#0f172a;--sidebar-width:256px;--text:#1e293b;--text-muted:#64748b;--text-light:#94a3b8;--border:#e2e8f0;--border-focus:#1e3a8a;--shadow-sm:0 1px 3px #00000014;--shadow:0 4px 12px #0000001a;--shadow-lg:0 8px 24px #00000024;--radius:10px;--radius-sm:6px;--radius-lg:16px;--transition:0.18s ease;--container-max:1600px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:15px}body{-webkit-font-smoothing:antialiased;color:#1e293b;color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}.loading-screen,body{background:#f8fafc;background:var(--bg)}.loading-screen{align-items:center;display:flex;height:100vh;justify-content:center}.spinner{animation:spin .7s linear infinite;border:3px solid #e2e8f0;border-top-color:#1e3a8a;border:3px solid var(--border);border-radius:50%;border-top-color:var(--primary);height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}@keyframes livePulse{0%{box-shadow:0 0 0 0 #22c55eb3}70%{box-shadow:0 0 0 7px #22c55e00}to{box-shadow:0 0 0 0 #22c55e00}}.admin-layout{display:flex;min-height:100vh}.sidebar{background:#0f172a;background:var(--bg-sidebar);display:flex;flex-direction:column;height:100vh;left:0;position:fixed;top:0;transition:transform .18s ease;transition:transform var(--transition);width:256px;width:var(--sidebar-width);z-index:100}.sidebar-logo{border-bottom:1px solid #ffffff14;padding:24px 20px 20px}.sidebar-logo h1{color:#fff;font-size:1.1rem;font-weight:700;letter-spacing:-.02em}.sidebar-logo span{color:#1e40af;color:var(--accent)}.sidebar-logo p{color:#fff6;font-size:.7rem;margin-top:2px}.sidebar-nav{flex:1 1;overflow-y:auto;padding:12px 0}.sidebar-nav::-webkit-scrollbar{width:3px}.sidebar-nav::-webkit-scrollbar-track{background:#0000}.sidebar-nav::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.nav-section-label{color:#ffffff4d;font-size:.65rem;font-weight:600;letter-spacing:.08em;padding:16px 20px 6px;text-transform:uppercase}.nav-item{align-items:center;background:none;border:none;border-radius:0;color:#ffffffa6;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:10px;padding:10px 20px;position:relative;text-decoration:none;transition:all .18s ease;transition:all var(--transition);width:100%}.nav-item:hover{background:#ffffff0f;color:#fff}.nav-item.active{background:#2563eb40;color:#fff}.nav-item.active:before{background:#1e3a8a;background:var(--primary);border-radius:0 2px 2px 0;bottom:0;content:"";left:0;position:absolute;top:0;width:3px}.nav-item .badge{background:#ef4444;background:var(--danger);border-radius:10px;color:#fff;font-size:.65rem;font-weight:600;margin-left:auto;padding:1px 6px}.sidebar-footer{border-top:1px solid #ffffff14;padding:16px 20px}.sidebar-user{gap:10px;margin-bottom:12px}.avatar-circle,.sidebar-user{align-items:center;display:flex}.avatar-circle{background:#1e3a8a;background:var(--primary);border-radius:50%;color:#fff;flex-shrink:0;font-size:.8rem;font-weight:700;height:34px;justify-content:center;width:34px}.sidebar-user-info p{color:#fff;font-size:.8rem;font-weight:600}.sidebar-user-info span{color:#fff6;font-size:.7rem;text-transform:capitalize}.btn-logout{background:#ef444426;border:1px solid #ef444433;border-radius:6px;border-radius:var(--radius-sm);color:#fca5a5;cursor:pointer;font-size:.8rem;padding:8px;transition:all .18s ease;transition:all var(--transition);width:100%}.btn-logout:hover{background:#ef444440}.main-content{display:flex;flex:1 1;flex-direction:column;margin-left:256px;margin-left:var(--sidebar-width);min-width:0}.topbar{align-items:center;background:#fff;background:var(--bg-card);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);box-shadow:0 1px 3px #00000014;box-shadow:var(--shadow-sm);display:flex;height:calc(60px + env(safe-area-inset-top, 0px));justify-content:space-between;padding:env(safe-area-inset-top,0) 28px 0;position:-webkit-sticky;position:sticky;top:0;z-index:50}.topbar-title{color:#1e293b;color:var(--text);font-size:1rem;font-weight:600}.topbar-right{align-items:center;display:flex;gap:12px}.page-content{flex:1 1;margin:0 auto;max-width:1600px;max-width:var(--container-max);padding:28px;width:100%}.card{background:#fff;background:var(--bg-card);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius);box-shadow:0 1px 3px #00000014;box-shadow:var(--shadow-sm);overflow:hidden}.card-header{align-items:center;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:18px 20px}.card-header h2,.card-header h3{color:#1e293b;color:var(--text);font-size:.95rem;font-weight:600}.card-body{padding:20px}.stats-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stat-card{align-items:flex-start;background:#fff;background:var(--bg-card);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius);box-shadow:0 1px 3px #00000014;box-shadow:var(--shadow-sm);display:flex;gap:14px;min-width:0;padding:20px;transition:box-shadow .18s ease;transition:box-shadow var(--transition)}.stat-card:hover{box-shadow:0 4px 12px #0000001a;box-shadow:var(--shadow)}.stat-card-compact{gap:10px;padding:12px 14px}.stat-card-compact .stat-icon{height:32px;width:32px}.stat-card-compact .stat-info h3{font-size:1.15rem}.stat-card-compact .stat-info p{font-size:.68rem;margin-bottom:2px}.stat-card-compact .stat-info .trend{font-size:.64rem;margin-top:2px}.dashboard-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}@media (max-width:900px){.dashboard-stat-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.dashboard-stat-grid{grid-template-columns:1fr}}.stat-icon{align-items:center;border-radius:6px;border-radius:var(--radius-sm);display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.stat-info{flex:1 1;min-width:0}.stat-info .trend,.stat-info h3,.stat-info p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stat-info p{color:#64748b;color:var(--text-muted);font-size:.75rem;font-weight:500;margin-bottom:4px}.stat-info h3{color:#1e293b;color:var(--text);font-size:1.6rem;font-weight:700;line-height:1}.stat-info .trend{color:#64748b;color:var(--text-muted);font-size:.72rem;margin-top:4px}.stat-info .trend.up{color:#10b981;color:var(--success)}.stat-info .trend.down{color:#ef4444;color:var(--danger)}.btn{align-items:center;border:1px solid #0000;border-radius:6px;border-radius:var(--radius-sm);cursor:pointer;display:inline-flex;font-size:.85rem;font-weight:500;gap:6px;padding:8px 16px;text-decoration:none;transition:all .18s ease;transition:all var(--transition);white-space:nowrap}.btn-primary{background:#1e3a8a;background:var(--primary);border-color:#1e3a8a;border-color:var(--primary);color:#fff}.btn-primary:hover{background:#172554;background:var(--primary-dark);border-color:#172554;border-color:var(--primary-dark)}.btn-secondary{background:#f8fafc;background:var(--bg);border-color:#e2e8f0;border-color:var(--border);color:#1e293b;color:var(--text)}.btn-secondary:hover{background:#e2e8f0;background:var(--border)}.btn-success{background:#10b981;background:var(--success);border-color:#10b981;border-color:var(--success);color:#fff}.btn-danger{background:#ef4444;background:var(--danger);border-color:#ef4444;border-color:var(--danger);color:#fff}.btn-warning{background:#f59e0b;background:var(--warning);border-color:#f59e0b;border-color:var(--warning);color:#fff}.btn-outline{background:#0000;border-color:#1e3a8a;border-color:var(--primary);color:#1e3a8a;color:var(--primary)}.btn-outline:hover{background:#dbeafe;background:var(--primary-light)}.btn-sm{font-size:.78rem;padding:5px 10px}.btn-lg{font-size:.95rem;padding:11px 22px}.btn:disabled{cursor:not-allowed;opacity:.5}.form-group{margin-bottom:18px}.form-label{color:#1e293b;color:var(--text);display:block;font-size:.82rem;font-weight:500;margin-bottom:6px}.form-label .required{color:#ef4444;color:var(--danger);margin-left:2px}.form-control{background:#fff;background:var(--bg-card);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius-sm);color:#1e293b;color:var(--text);font-family:inherit;font-size:.875rem;outline:none;padding:9px 13px;transition:border-color .18s ease,box-shadow .18s ease;transition:border-color var(--transition),box-shadow var(--transition);width:100%}.form-control:focus{border-color:#1e3a8a;border-color:var(--border-focus);box-shadow:0 0 0 3px #2563eb1f}.form-control::placeholder{color:#94a3b8;color:var(--text-light)}select.form-control{cursor:pointer}textarea.form-control{min-height:90px;resize:vertical}.form-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.form-grid-3{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr 1fr}.form-error{color:#ef4444;color:var(--danger)}.form-error,.form-hint{font-size:.78rem;margin-top:4px}.form-hint{color:#64748b;color:var(--text-muted)}.table-container{overflow-x:auto}table{border-collapse:collapse;width:100%}thead th{background:#f8fafc;background:var(--bg);color:#64748b;color:var(--text-muted);font-size:.75rem;font-weight:600;letter-spacing:.04em;padding:10px 14px;text-align:left;text-transform:uppercase}tbody td,thead th{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border)}tbody td{font-size:.875rem;padding:12px 14px}tbody tr:hover{background:#f8fafc}tbody tr:last-child td{border-bottom:none}.badge{align-items:center;border-radius:20px;display:inline-flex;font-size:.72rem;font-weight:600;letter-spacing:.02em;padding:2px 8px}.badge-active,.badge-completed,.badge-success{background:#d1fae5;color:#065f46}.badge-suspended,.badge-warning{background:#fef3c7;color:#92400e}.badge-danger,.badge-disconnected,.badge-failed{background:#fee2e2;color:#991b1b}.badge-muted{background:#f3f4f6;color:#4b5563}.badge-info,.badge-pending{background:#dbeafe;color:#1e40af}.badge-open{background:#fee2e2;color:#991b1b}.badge-in_progress{background:#fef3c7;color:#92400e}.badge-closed,.badge-resolved{background:#d1fae5;color:#065f46}.badge-broadband{background:#dbeafe;color:#1e40af}.badge-catv{background:#f3e8ff;color:#6b21a8}.badge-both{background:#dcfce7;color:#15803d}.filter-bar{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.search-input-wrapper{position:relative}.search-input-wrapper .search-icon{color:#94a3b8;color:var(--text-light);left:10px;position:absolute;top:50%;transform:translateY(-50%)}.search-input{background:#fff;background:var(--bg-card);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius-sm);font-size:.875rem;outline:none;padding:8px 12px 8px 34px;transition:border-color .18s ease;transition:border-color var(--transition);width:260px}.search-input:focus{border-color:#1e3a8a;border-color:var(--border-focus)}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;display:flex;inset:0;justify-content:center;overflow-y:auto;padding:20px;position:fixed;z-index:200}.modal{border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 8px 24px #00000024;box-shadow:var(--shadow-lg);margin:auto;max-height:90vh;max-width:560px;overflow-y:auto;width:100%}.modal,.modal-header{background:#fff;background:var(--bg-card)}.modal-header{align-items:center;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:20px 24px;position:-webkit-sticky;position:sticky;top:0;z-index:1}.modal-header h3{font-size:1rem;font-weight:600}.modal-close{background:none;border:none;border-radius:4px;color:#64748b;color:var(--text-muted);cursor:pointer;padding:4px}.modal-close:hover{background:#f8fafc;background:var(--bg);color:#1e293b;color:var(--text)}.modal-body{padding:24px}.modal-footer{gap:10px;padding:16px 24px}.modal-footer,.pagination{border-top:1px solid #e2e8f0;border-top:1px solid var(--border);display:flex;justify-content:flex-end}.pagination{align-items:center;gap:6px;padding:16px 20px}.page-btn{background:#fff;background:var(--bg-card);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius-sm);color:#1e293b;color:var(--text);cursor:pointer;font-size:.8rem;padding:5px 10px;transition:all .18s ease;transition:all var(--transition)}.page-btn:hover{background:#dbeafe;background:var(--primary-light)}.page-btn.active,.page-btn:hover{border-color:#1e3a8a;border-color:var(--primary)}.page-btn.active{background:#1e3a8a;background:var(--primary);color:#fff}.page-btn:disabled{cursor:not-allowed;opacity:.4}.empty-state{color:#64748b;color:var(--text-muted);padding:48px 24px;text-align:center}.empty-state svg{color:#94a3b8;color:var(--text-light);margin-bottom:12px}.empty-state h3{color:#1e293b;color:var(--text);font-size:.95rem;font-weight:600;margin-bottom:6px}.empty-state p{font-size:.85rem}.login-page{--primary:#2563eb;--primary-dark:#1d4ed8;--border-focus:#2563eb;background:linear-gradient(135deg,#0f172a,#1e3a5f);display:flex;min-height:100vh}.login-box{background:#fff;border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 8px 24px #00000024;box-shadow:var(--shadow-lg);margin:auto;max-width:420px;padding:40px;width:100%}.login-logo{margin-bottom:28px;text-align:center}.login-logo h1{color:#1e3a8a;color:var(--primary);font-size:1.5rem;font-weight:800}.login-logo p{color:#64748b;color:var(--text-muted);font-size:.82rem;margin-top:4px}.timeline{position:relative}.timeline:before{background:#e2e8f0;background:var(--border);bottom:0;content:"";left:14px;position:absolute;top:0;width:2px}.timeline-item{gap:14px;margin-bottom:20px}.timeline-dot,.timeline-item{display:flex;position:relative}.timeline-dot{align-items:center;background:#1e3a8a;background:var(--primary);border:2px solid #f8fafc;border:2px solid var(--bg);border-radius:50%;flex-shrink:0;height:28px;justify-content:center;width:28px;z-index:1}.timeline-content{flex:1 1;padding-top:2px}.timeline-action{color:#1e293b;color:var(--text);font-size:.82rem;font-weight:600}.timeline-desc{color:#64748b;color:var(--text-muted);font-size:.8rem;margin-top:2px}.timeline-time{color:#94a3b8;color:var(--text-light);font-size:.72rem;margin-top:4px}.summary-cards{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.money-layout{grid-gap:20px;align-items:start;display:grid;gap:20px;grid-template-columns:320px 1fr}.renew-layout{grid-template-columns:1fr 280px}.search-result-grid{grid-gap:16px;align-items:start;display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.mb-5{margin-bottom:20px}.mobile-search-bar,.mobile-search-btn{display:none}.mobile-menu-btn{align-items:center;background:none;border:none;border-radius:6px;color:#1e293b;color:var(--text);cursor:pointer;display:none;flex-shrink:0;justify-content:center;padding:6px}.mobile-menu-btn:hover{background:#f8fafc;background:var(--bg)}.topbar-search{flex:1 1;margin:0 24px;max-width:400px;position:relative}@media (max-width:1024px){.mobile-menu-btn{display:flex}.sidebar{transform:translateX(-100%);transition:transform .22s ease}.sidebar.open{transform:translateX(0)}.main-content{margin-left:0}.topbar-search{margin:0 16px;max-width:280px}.money-layout{grid-template-columns:1fr}.search-result-grid{grid-template-columns:1fr 1fr}.page-content{padding:20px}}.rtable-cards{display:none}.rtable-card{background:#fff;background:var(--bg-card);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius);box-shadow:0 1px 3px #00000014;box-shadow:var(--shadow-sm);margin-bottom:8px;padding:10px 12px}.rtable-card.clickable{cursor:pointer}.rtable-card-row{align-items:flex-start;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);display:flex;gap:12px;justify-content:space-between;padding:4px 0}.rtable-card-row:last-child{border-bottom:none}.rtable-card-label{color:#64748b;color:var(--text-muted);flex-shrink:0;font-size:.66rem;font-weight:600;letter-spacing:.04em;min-width:80px;padding-top:1px;text-transform:uppercase}.rtable-card-value{color:#1e293b;color:var(--text);font-size:.82rem;min-width:0;text-align:right}.rtable-card-row-split{gap:16px}.rtable-card-split-item{flex:1 1;min-width:0}.rtable-card-value-left{margin-top:1px;text-align:left}.rtable-card-value:empty{display:none}@media (max-width:768px){.rtable-desktop{display:none}.rtable-cards{display:block}.form-grid-3,.grid-3{grid-template-columns:1fr 1fr}.summary-cards{grid-template-columns:repeat(2,1fr)}.search-result-grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.topbar-search{display:none}.mobile-search-btn{display:flex}.view-toggle-label{display:none}.mobile-search-bar{background:#fff;background:var(--bg-card);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);box-shadow:0 2px 8px #0000000f;display:block;padding:8px 14px;position:relative}.topbar{height:54px;padding:0 14px}.topbar-title{font-size:.92rem}.page-content{padding:14px}.stats-grid{grid-template-columns:1fr 1fr}.form-grid,.form-grid-3,.grid-2,.grid-3,.money-layout,.search-result-grid,.summary-cards{grid-template-columns:1fr}.card-body,.card-header{padding:14px 16px}.stat-card{padding:14px}.stat-info h3{font-size:1.3rem}.modal{border-radius:10px;border-radius:var(--radius);max-height:95vh}.modal-body{padding:16px}.modal-footer{padding:12px 16px}.modal-header{padding:14px 16px}.modal-overlay{align-items:flex-start;padding:max(16px,env(safe-area-inset-top)) 16px 16px}.modal{margin:0 auto}.pagination{flex-wrap:wrap;justify-content:center;padding:12px}.filter-bar{gap:8px}.search-input,.search-input-wrapper{width:100%}.btn{font-size:.82rem;padding:7px 12px}.btn-sm{font-size:.74rem;padding:4px 8px}table{font-size:.8rem}tbody td,thead th{padding:9px 10px}}.settings-container{container-type:inline-size}.settings-shell{align-items:flex-start;display:flex;gap:28px}.settings-nav{flex-shrink:0;position:-webkit-sticky;position:sticky;top:76px;width:224px}.settings-nav-group{margin-bottom:6px}.settings-nav-group-label{color:#64748b;color:var(--text-muted);font-size:.7rem;font-weight:700;letter-spacing:.06em;padding:14px 10px 6px;text-transform:uppercase}.settings-nav-group:first-child .settings-nav-group-label{padding-top:0}.settings-nav-item{align-items:center;background:none;border:none;border-left:3px solid #0000;border-radius:6px;color:#64748b;color:var(--text-muted);cursor:pointer;display:flex;font-size:.85rem;gap:10px;padding:8px 10px;text-align:left;width:100%}.settings-nav-item:hover{background:#f8fafc;background:var(--bg);color:#1e293b;color:var(--text)}.settings-nav-item.active{background:#f8fafc;background:var(--bg);border-left-color:#1e3a8a;border-left-color:var(--primary);color:#1e3a8a;color:var(--primary);font-weight:600}.settings-nav-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-content{flex:1 1;min-width:0}@container (max-width: 760px){.settings-shell{flex-direction:column;gap:10px}.settings-nav{-webkit-overflow-scrolling:touch;display:flex;gap:4px;overflow-x:auto;padding-bottom:8px;position:static;width:100%}.settings-nav-group{align-items:center;display:flex;flex-shrink:0;gap:4px;margin-bottom:0}.settings-nav-group:not(:last-child):after{align-self:stretch;background:#e2e8f0;background:var(--border);content:"";margin:4px 6px;width:1px}.settings-nav-group-label{display:none}.settings-nav-item{border-bottom:3px solid #0000;border-left:none;border-radius:6px 6px 0 0;flex:0 0 auto;flex-shrink:0;white-space:nowrap;width:auto}.settings-nav-item.active{border-bottom-color:#1e3a8a;border-bottom-color:var(--primary);border-left:none}}@supports not (container-type:inline-size){@media (max-width:900px){.settings-shell{flex-direction:column;gap:10px}.settings-nav{-webkit-overflow-scrolling:touch;display:flex;gap:4px;overflow-x:auto;padding-bottom:8px;position:static;width:100%}.settings-nav-group{align-items:center;display:flex;flex-shrink:0;gap:4px;margin-bottom:0}.settings-nav-group-label{display:none}.settings-nav-item{border-bottom:3px solid #0000;border-left:none;border-radius:6px 6px 0 0;flex:0 0 auto;flex-shrink:0;white-space:nowrap;width:auto}.settings-nav-item.active{border-bottom-color:#1e3a8a;border-bottom-color:var(--primary);border-left:none}}}.customers-header{gap:12px;justify-content:space-between}.customers-actions,.customers-header{align-items:center;display:flex;flex-wrap:wrap}.customers-actions{gap:8px}.customers-filters{flex-wrap:wrap;gap:8px;margin-bottom:20px}.customers-search{flex:1 1 200px;min-width:160px}.customers-search .search-input{width:100%}.customers-select{flex:1 1 120px;max-width:180px;min-width:110px}.customers-select-sm{flex:0 0 80px;min-width:70px}@media (max-width:1024px){.customers-col-billamt,.customers-col-hardware,.customers-col-houseno,.customers-col-ispvlan{display:none}}@media (max-width:640px){.customers-header{align-items:flex-start;flex-direction:column}.customers-actions{justify-content:flex-end;width:100%}.customers-select{max-width:100%}.customers-col-area,.customers-col-expired{display:none}}.text-muted{color:#64748b;color:var(--text-muted)}.text-small{font-size:.8rem}.font-mono{font-family:JetBrains Mono,monospace}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.mt-4{margin-top:16px}.grid-2{grid-gap:20px;grid-template-columns:1fr 1fr}.grid-2,.grid-3{display:grid;gap:20px}.grid-3{grid-gap:20px;grid-template-columns:1fr 1fr 1fr}.dashboard-grid-2{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}@media (max-width:1024px){.dashboard-grid-2{grid-template-columns:1fr}}.w-full{width:100%}.rupee:before{content:"₹"}@keyframes live-pulse{0%,to{opacity:1}50%{opacity:.35}}.live-dot{animation:live-pulse 2s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.live-dot{animation:none}}.narrow-only{display:none}@media (max-width:820px){.narrow-only{display:block}.wide-only{display:none}}@media print{.print-hide-fab{display:none!important}}:root{--c-000000:#000;--cb-000000:#000;--cl-000000:#000;--c-0284c7:#0284c7;--cb-0284c7:#0284c7;--cl-0284c7:#0284c7;--c-0369a1:#0369a1;--cb-0369a1:#0369a1;--cl-0369a1:#0369a1;--c-059669:#059669;--cb-059669:#059669;--cl-059669:#059669;--c-060e24:#060e24;--cb-060e24:#060e24;--cl-060e24:#060e24;--c-065f46:#065f46;--cb-065f46:#065f46;--cl-065f46:#065f46;--c-06b6d4:#06b6d4;--cb-06b6d4:#06b6d4;--cl-06b6d4:#06b6d4;--c-0891b2:#0891b2;--cb-0891b2:#0891b2;--cl-0891b2:#0891b2;--c-0c1a3d:#0c1a3d;--cb-0c1a3d:#0c1a3d;--cl-0c1a3d:#0c1a3d;--c-0ca30c:#0ca30c;--cb-0ca30c:#0ca30c;--cl-0ca30c:#0ca30c;--c-0d9488:#0d9488;--cb-0d9488:#0d9488;--cl-0d9488:#0d9488;--c-0e7490:#0e7490;--cb-0e7490:#0e7490;--cl-0e7490:#0e7490;--c-0e9e96:#0e9e96;--cb-0e9e96:#0e9e96;--cl-0e9e96:#0e9e96;--c-0ea5e9:#0ea5e9;--cb-0ea5e9:#0ea5e9;--cl-0ea5e9:#0ea5e9;--c-0f172a:#0f172a;--cb-0f172a:#0f172a;--cl-0f172a:#0f172a;--c-0f766e:#0f766e;--cb-0f766e:#0f766e;--cl-0f766e:#0f766e;--c-10b981:#10b981;--cb-10b981:#10b981;--cl-10b981:#10b981;--c-111111:#111;--cb-111111:#111;--cl-111111:#111;--c-111827:#111827;--cb-111827:#111827;--cl-111827:#111827;--c-14b8a6:#14b8a6;--cb-14b8a6:#14b8a6;--cl-14b8a6:#14b8a6;--c-1565c0:#1565c0;--cb-1565c0:#1565c0;--cl-1565c0:#1565c0;--c-15803d:#15803d;--cb-15803d:#15803d;--cl-15803d:#15803d;--c-166534:#166534;--cb-166534:#166534;--cl-166534:#166534;--c-16a34a:#16a34a;--cb-16a34a:#16a34a;--cl-16a34a:#16a34a;--c-1b2430:#1b2430;--cb-1b2430:#1b2430;--cl-1b2430:#1b2430;--c-1c1917:#1c1917;--cb-1c1917:#1c1917;--cl-1c1917:#1c1917;--c-1d4ed8:#1d4ed8;--cb-1d4ed8:#1d4ed8;--cl-1d4ed8:#1d4ed8;--c-1e293b:#1e293b;--cb-1e293b:#1e293b;--cl-1e293b:#1e293b;--c-1e3a5f:#1e3a5f;--cb-1e3a5f:#1e3a5f;--cl-1e3a5f:#1e3a5f;--c-1e3a8a:#1e3a8a;--cb-1e3a8a:#1e3a8a;--cl-1e3a8a:#1e3a8a;--c-1e40af:#1e40af;--cb-1e40af:#1e40af;--cl-1e40af:#1e40af;--c-22c55e:#22c55e;--cb-22c55e:#22c55e;--cl-22c55e:#22c55e;--c-2563eb:#2563eb;--cb-2563eb:#2563eb;--cl-2563eb:#2563eb;--c-25d366:#25d366;--cb-25d366:#25d366;--cl-25d366:#25d366;--c-2980b9:#2980b9;--cb-2980b9:#2980b9;--cl-2980b9:#2980b9;--c-2e9e5b:#2e9e5b;--cb-2e9e5b:#2e9e5b;--cl-2e9e5b:#2e9e5b;--c-2f6fed:#2f6fed;--cb-2f6fed:#2f6fed;--cl-2f6fed:#2f6fed;--c-334155:#334155;--cb-334155:#334155;--cl-334155:#334155;--c-374151:#374151;--cb-374151:#374151;--cl-374151:#374151;--c-38bdf8:#38bdf8;--cb-38bdf8:#38bdf8;--cl-38bdf8:#38bdf8;--c-3b82f6:#3b82f6;--cb-3b82f6:#3b82f6;--cl-3b82f6:#3b82f6;--c-4338ca:#4338ca;--cb-4338ca:#4338ca;--cl-4338ca:#4338ca;--c-444444:#444;--cb-444444:#444;--cl-444444:#444;--c-475569:#475569;--cb-475569:#475569;--cl-475569:#475569;--c-4b5563:#4b5563;--cb-4b5563:#4b5563;--cl-4b5563:#4b5563;--c-4d7c0f:#4d7c0f;--cb-4d7c0f:#4d7c0f;--cl-4d7c0f:#4d7c0f;--c-4f46e5:#4f46e5;--cb-4f46e5:#4f46e5;--cl-4f46e5:#4f46e5;--c-525659:#525659;--cb-525659:#525659;--cl-525659:#525659;--c-53bdeb:#53bdeb;--cb-53bdeb:#53bdeb;--cl-53bdeb:#53bdeb;--c-555555:#555;--cb-555555:#555;--cl-555555:#555;--c-5b21b6:#5b21b6;--cb-5b21b6:#5b21b6;--cl-5b21b6:#5b21b6;--c-5b6472:#5b6472;--cb-5b6472:#5b6472;--cl-5b6472:#5b6472;--c-5b6ee8:#5b6ee8;--cb-5b6ee8:#5b6ee8;--cl-5b6ee8:#5b6ee8;--c-64748b:#64748b;--cb-64748b:#64748b;--cl-64748b:#64748b;--c-666666:#666;--cb-666666:#666;--cl-666666:#666;--c-6b7280:#6b7280;--cb-6b7280:#6b7280;--cl-6b7280:#6b7280;--c-6d28d9:#6d28d9;--cb-6d28d9:#6d28d9;--cl-6d28d9:#6d28d9;--c-6ee7b7:#6ee7b7;--cb-6ee7b7:#6ee7b7;--cl-6ee7b7:#6ee7b7;--c-78350f:#78350f;--cb-78350f:#78350f;--cl-78350f:#78350f;--c-7c3aed:#7c3aed;--cb-7c3aed:#7c3aed;--cl-7c3aed:#7c3aed;--c-84cc16:#84cc16;--cb-84cc16:#84cc16;--cl-84cc16:#84cc16;--c-86efac:#86efac;--cb-86efac:#86efac;--cl-86efac:#86efac;--c-888888:#888;--cb-888888:#888;--cl-888888:#888;--c-8a6d00:#8a6d00;--cb-8a6d00:#8a6d00;--cl-8a6d00:#8a6d00;--c-8a93a0:#8a93a0;--cb-8a93a0:#8a93a0;--cl-8a93a0:#8a93a0;--c-8b5cf6:#8b5cf6;--cb-8b5cf6:#8b5cf6;--cl-8b5cf6:#8b5cf6;--c-90caf9:#90caf9;--cb-90caf9:#90caf9;--cl-90caf9:#90caf9;--c-92400e:#92400e;--cb-92400e:#92400e;--cl-92400e:#92400e;--c-9333ea:#9333ea;--cb-9333ea:#9333ea;--cl-9333ea:#9333ea;--c-93c5fd:#93c5fd;--cb-93c5fd:#93c5fd;--cl-93c5fd:#93c5fd;--c-94a3b8:#94a3b8;--cb-94a3b8:#94a3b8;--cl-94a3b8:#94a3b8;--c-991b1b:#991b1b;--cb-991b1b:#991b1b;--cl-991b1b:#991b1b;--c-9a3412:#9a3412;--cb-9a3412:#9a3412;--cl-9a3412:#9a3412;--c-9ca3af:#9ca3af;--cb-9ca3af:#9ca3af;--cl-9ca3af:#9ca3af;--c-9d174d:#9d174d;--cb-9d174d:#9d174d;--cl-9d174d:#9d174d;--c-9f1239:#9f1239;--cb-9f1239:#9f1239;--cl-9f1239:#9f1239;--c-a16207:#a16207;--cb-a16207:#a16207;--cl-a16207:#a16207;--c-a78bfa:#a78bfa;--cb-a78bfa:#a78bfa;--cl-a78bfa:#a78bfa;--c-a7f3d0:#a7f3d0;--cb-a7f3d0:#a7f3d0;--cl-a7f3d0:#a7f3d0;--c-b45309:#b45309;--cb-b45309:#b45309;--cl-b45309:#b45309;--c-b91c1c:#b91c1c;--cb-b91c1c:#b91c1c;--cl-b91c1c:#b91c1c;--c-b9c6d6:#b9c6d6;--cb-b9c6d6:#b9c6d6;--cl-b9c6d6:#b9c6d6;--c-bae6fd:#bae6fd;--cb-bae6fd:#bae6fd;--cl-bae6fd:#bae6fd;--c-bbf7d0:#bbf7d0;--cb-bbf7d0:#bbf7d0;--cl-bbf7d0:#bbf7d0;--c-be123c:#be123c;--cb-be123c:#be123c;--cl-be123c:#be123c;--c-bfdbfe:#bfdbfe;--cb-bfdbfe:#bfdbfe;--cl-bfdbfe:#bfdbfe;--c-c026d3:#c026d3;--cb-c026d3:#c026d3;--cl-c026d3:#c026d3;--c-c084fc:#c084fc;--cb-c084fc:#c084fc;--cl-c084fc:#c084fc;--c-c2410c:#c2410c;--cb-c2410c:#c2410c;--cl-c2410c:#c2410c;--c-c4c8ce:#c4c8ce;--cb-c4c8ce:#c4c8ce;--cl-c4c8ce:#c4c8ce;--c-c7d2fe:#c7d2fe;--cb-c7d2fe:#c7d2fe;--cl-c7d2fe:#c7d2fe;--c-c9d2dc:#c9d2dc;--cb-c9d2dc:#c9d2dc;--cl-c9d2dc:#c9d2dc;--c-ca8a04:#ca8a04;--cb-ca8a04:#ca8a04;--cl-ca8a04:#ca8a04;--c-cbd5e1:#cbd5e1;--cb-cbd5e1:#cbd5e1;--cl-cbd5e1:#cbd5e1;--c-cffafe:#cffafe;--cb-cffafe:#cffafe;--cl-cffafe:#cffafe;--c-d03b3b:#d03b3b;--cb-d03b3b:#d03b3b;--cl-d03b3b:#d03b3b;--c-d1d5db:#d1d5db;--cb-d1d5db:#d1d5db;--cl-d1d5db:#d1d5db;--c-d1fae5:#d1fae5;--cb-d1fae5:#d1fae5;--cl-d1fae5:#d1fae5;--c-d64545:#d64545;--cb-d64545:#d64545;--cl-d64545:#d64545;--c-d946ef:#d946ef;--cb-d946ef:#d946ef;--cl-d946ef:#d946ef;--c-d97706:#d97706;--cb-d97706:#d97706;--cl-d97706:#d97706;--c-d9fdd3:#d9fdd3;--cb-d9fdd3:#d9fdd3;--cl-d9fdd3:#d9fdd3;--c-db4c5c:#db4c5c;--cb-db4c5c:#db4c5c;--cl-db4c5c:#db4c5c;--c-dbeafe:#dbeafe;--cb-dbeafe:#dbeafe;--cl-dbeafe:#dbeafe;--c-dc2626:#dc2626;--cb-dc2626:#dc2626;--cl-dc2626:#dc2626;--c-dcfce7:#dcfce7;--cb-dcfce7:#dcfce7;--cl-dcfce7:#dcfce7;--c-e0e7ff:#e0e7ff;--cb-e0e7ff:#e0e7ff;--cl-e0e7ff:#e0e7ff;--c-e0f2fe:#e0f2fe;--cb-e0f2fe:#e0f2fe;--cl-e0f2fe:#e0f2fe;--c-e1e5ea:#e1e5ea;--cb-e1e5ea:#e1e5ea;--cl-e1e5ea:#e1e5ea;--c-e1f3fb:#e1f3fb;--cb-e1f3fb:#e1f3fb;--cl-e1f3fb:#e1f3fb;--c-e2e5eb:#e2e5eb;--cb-e2e5eb:#e2e5eb;--cl-e2e5eb:#e2e5eb;--c-e2e8f0:#e2e8f0;--cb-e2e8f0:#e2e8f0;--cl-e2e8f0:#e2e8f0;--c-e4f5ea:#e4f5ea;--cb-e4f5ea:#e4f5ea;--cl-e4f5ea:#e4f5ea;--c-e5e7eb:#e5e7eb;--cb-e5e7eb:#e5e7eb;--cl-e5e7eb:#e5e7eb;--c-e7f0fc:#e7f0fc;--cb-e7f0fc:#e7f0fc;--cl-e7f0fc:#e7f0fc;--c-ea580c:#ea580c;--cb-ea580c:#ea580c;--cl-ea580c:#ea580c;--c-eab308:#eab308;--cb-eab308:#eab308;--cl-eab308:#eab308;--c-ec4899:#ec4899;--cb-ec4899:#ec4899;--cl-ec4899:#ec4899;--c-eceef5:#eceef5;--cb-eceef5:#eceef5;--cl-eceef5:#eceef5;--c-ecfdf5:#ecfdf5;--cb-ecfdf5:#ecfdf5;--cl-ecfdf5:#ecfdf5;--c-ede9fe:#ede9fe;--cb-ede9fe:#ede9fe;--cl-ede9fe:#ede9fe;--c-eef0f3:#eef0f3;--cb-eef0f3:#eef0f3;--cl-eef0f3:#eef0f3;--c-eef0f5:#eef0f5;--cb-eef0f5:#eef0f5;--cl-eef0f5:#eef0f5;--c-ef4444:#ef4444;--cb-ef4444:#ef4444;--cl-ef4444:#ef4444;--c-efeae2:#efeae2;--cb-efeae2:#efeae2;--cl-efeae2:#efeae2;--c-eff6ff:#eff6ff;--cb-eff6ff:#eff6ff;--cl-eff6ff:#eff6ff;--c-f0f9ff:#f0f9ff;--cb-f0f9ff:#f0f9ff;--cl-f0f9ff:#f0f9ff;--c-f0fdf4:#f0fdf4;--cb-f0fdf4:#f0fdf4;--cl-f0fdf4:#f0fdf4;--c-f1f2f4:#f1f2f4;--cb-f1f2f4:#f1f2f4;--cl-f1f2f4:#f1f2f4;--c-f1f5f9:#f1f5f9;--cb-f1f5f9:#f1f5f9;--cl-f1f5f9:#f1f5f9;--c-f1f5fb:#f1f5fb;--cb-f1f5fb:#f1f5fb;--cl-f1f5fb:#f1f5fb;--c-f3b9b9:#f3b9b9;--cb-f3b9b9:#f3b9b9;--cl-f3b9b9:#f3b9b9;--c-f3f4f6:#f3f4f6;--cb-f3f4f6:#f3f4f6;--cl-f3f4f6:#f3f4f6;--c-f43f5e:#f43f5e;--cb-f43f5e:#f43f5e;--cl-f43f5e:#f43f5e;--c-f4f6fc:#f4f6fc;--cb-f4f6fc:#f4f6fc;--cl-f4f6fc:#f4f6fc;--c-f59e0b:#f59e0b;--cb-f59e0b:#f59e0b;--cl-f59e0b:#f59e0b;--c-f87171:#f87171;--cb-f87171:#f87171;--cl-f87171:#f87171;--c-f8f9fa:#f8f9fa;--cb-f8f9fa:#f8f9fa;--cl-f8f9fa:#f8f9fa;--c-f8fafc:#f8fafc;--cb-f8fafc:#f8fafc;--cl-f8fafc:#f8fafc;--c-f8faff:#f8faff;--cb-f8faff:#f8faff;--cl-f8faff:#f8faff;--c-f97316:#f97316;--cb-f97316:#f97316;--cl-f97316:#f97316;--c-f9fafb:#f9fafb;--cb-f9fafb:#f9fafb;--cl-f9fafb:#f9fafb;--c-fab219:#fab219;--cb-fab219:#fab219;--cl-fab219:#fab219;--c-fafafa:#fafafa;--cb-fafafa:#fafafa;--cl-fafafa:#fafafa;--c-fb923c:#fb923c;--cb-fb923c:#fb923c;--cl-fb923c:#fb923c;--c-fbbf24:#fbbf24;--cb-fbbf24:#fbbf24;--cl-fbbf24:#fbbf24;--c-fbe6e6:#fbe6e6;--cb-fbe6e6:#fbe6e6;--cl-fbe6e6:#fbe6e6;--c-fbf3f3:#fbf3f3;--cb-fbf3f3:#fbf3f3;--cl-fbf3f3:#fbf3f3;--c-fca5a5:#fca5a5;--cb-fca5a5:#fca5a5;--cl-fca5a5:#fca5a5;--c-fcd34d:#fcd34d;--cb-fcd34d:#fcd34d;--cl-fcd34d:#fcd34d;--c-fce7f3:#fce7f3;--cb-fce7f3:#fce7f3;--cl-fce7f3:#fce7f3;--c-fde68a:#fde68a;--cb-fde68a:#fde68a;--cl-fde68a:#fde68a;--c-fecaca:#fecaca;--cb-fecaca:#fecaca;--cl-fecaca:#fecaca;--c-fecdd3:#fecdd3;--cb-fecdd3:#fecdd3;--cl-fecdd3:#fecdd3;--c-fed7aa:#fed7aa;--cb-fed7aa:#fed7aa;--cl-fed7aa:#fed7aa;--c-fee2e2:#fee2e2;--cb-fee2e2:#fee2e2;--cl-fee2e2:#fee2e2;--c-fef2f2:#fef2f2;--cb-fef2f2:#fef2f2;--cl-fef2f2:#fef2f2;--c-fef3c7:#fef3c7;--cb-fef3c7:#fef3c7;--cl-fef3c7:#fef3c7;--c-fefce8:#fefce8;--cb-fefce8:#fefce8;--cl-fefce8:#fefce8;--c-ffb300:#ffb300;--cb-ffb300:#ffb300;--cl-ffb300:#ffb300;--c-fff1f2:#fff1f2;--cb-fff1f2:#fff1f2;--cl-fff1f2:#fff1f2;--c-fff7ed:#fff7ed;--cb-fff7ed:#fff7ed;--cl-fff7ed:#fff7ed;--c-fffbeb:#fffbeb;--cb-fffbeb:#fffbeb;--cl-fffbeb:#fffbeb;--c-ffffff:#fff;--cb-ffffff:#fff;--cl-ffffff:#fff}@media screen{html[data-look=v2][data-theme=dark][data-dark-ready]{--c-000000:#f2f2f2;--cb-000000:#000;--cl-000000:#f2f2f2;--c-0284c7:#3ea7ec;--cb-0284c7:#0a78b5;--cl-0284c7:#3ea7ec;--c-0369a1:#5caeeb;--cb-0369a1:#0369a1;--cl-0369a1:#5caeeb;--c-059669:#3eb687;--cb-059669:#06865e;--cl-059669:#3eb687;--c-060e24:#b7c5e5;--cb-060e24:#060e24;--cl-060e24:#b7c5e5;--c-065f46:#74bea1;--cb-065f46:#065f46;--cl-065f46:#74bea1;--c-06b6d4:#06b6d4;--cb-06b6d4:#045c6c;--cl-06b6d4:#06b6d4;--c-0891b2:#38abcd;--cb-0891b2:#126c85;--cl-0891b2:#38abcd;--c-0c1a3d:#aac0ee;--cb-0c1a3d:#0c1a3d;--cl-0c1a3d:#aac0ee;--c-0ca30c:#34b930;--cb-0ca30c:#0a7509;--cl-0ca30c:#34b930;--c-0d9488:#3eb2a5;--cb-0d9488:#017369;--cl-0d9488:#3eb2a5;--c-0e7490:#5bb1cf;--cb-0e7490:#0e7490;--cl-0e7490:#5bb1cf;--c-0e9e96:#30afa7;--cb-0e9e96:#016d68;--cl-0e9e96:#30afa7;--c-0ea5e9:#0ea5e9;--cb-0ea5e9:#065d86;--cl-0ea5e9:#0ea5e9;--c-0f172a:#d7e3ff;--cb-0f172a:#0f172a;--cl-0f172a:#d7e3ff;--c-0f766e:#5fb7ad;--cb-0f766e:#0f766e;--cl-0f766e:#5fb7ad;--c-10b981:#10b981;--cb-10b981:#006544;--cl-10b981:#10b981;--c-111111:#e6e6e6;--cb-111111:#111;--cl-111111:#e6e6e6;--c-111827:#d8e3f9;--cb-111827:#111827;--cl-111827:#d8e3f9;--c-14b8a6:#14b8a6;--cb-14b8a6:#106157;--cl-14b8a6:#14b8a6;--c-1565c0:#69a7f8;--cb-1565c0:#1565c0;--cl-1565c0:#69a7f8;--c-15803d:#5cbb75;--cb-15803d:#15803d;--cl-15803d:#5cbb75;--c-166534:#75bf88;--cb-166534:#166534;--cl-166534:#75bf88;--c-16a34a:#36b65c;--cb-16a34a:#0a7332;--cl-16a34a:#36b65c;--c-1b2430:#cedaeb;--cb-1b2430:#1b2430;--cl-1b2430:#cedaeb;--c-1c1917:#e5e0dd;--cb-1c1917:#1c1917;--cl-1c1917:#e5e0dd;--c-1d4ed8:#7da5fa;--cb-1d4ed8:#1d4ed8;--cl-1d4ed8:#7da5fa;--c-1e293b:#c7d6ee;--cb-1e293b:#1e293b;--cl-1e293b:#c7d6ee;--c-1e3a5f:#96b7e4;--cb-1e3a5f:#1e3a5f;--cl-1e3a5f:#96b7e4;--c-1e3a8a:#8eb0fc;--cb-1e3a8a:#1e3a8a;--cl-1e3a8a:#8eb0fc;--c-1e40af:#89abf9;--cb-1e40af:#1e40af;--cl-1e40af:#89abf9;--c-22c55e:#22c55e;--cb-22c55e:#09622b;--cl-22c55e:#22c55e;--c-2563eb:#72a0fa;--cb-2563eb:#2563eb;--cl-2563eb:#72a0fa;--c-25d366:#25d366;--cb-25d366:#045b27;--cl-25d366:#25d366;--c-2980b9:#54a7e3;--cb-2980b9:#1e78b1;--cl-2980b9:#54a7e3;--c-2e9e5b:#48b46f;--cb-2e9e5b:#12733d;--cl-2e9e5b:#48b46f;--c-2f6fed:#6d9df9;--cb-2f6fed:#2867e5;--cl-2f6fed:#6d9df9;--c-334155:#b1c2da;--cb-334155:#334155;--cl-334155:#b1c2da;--c-374151:#b4c1d4;--cb-374151:#374151;--cl-374151:#b4c1d4;--c-38bdf8:#38bdf8;--cb-38bdf8:#045473;--cl-38bdf8:#38bdf8;--c-3b82f6:#5d99fc;--cb-3b82f6:#0b57c7;--cl-3b82f6:#5d99fc;--c-4338ca:#96a2fb;--cb-4338ca:#4338ca;--cl-4338ca:#96a2fb;--c-444444:#bcbcbc;--cb-444444:#444;--cl-444444:#bcbcbc;--c-475569:#a0b0c7;--cb-475569:#475569;--cl-475569:#a0b0c7;--c-4b5563:#a4b0c0;--cb-4b5563:#4b5563;--cl-4b5563:#a4b0c0;--c-4d7c0f:#82b552;--cb-4d7c0f:#4d7c0f;--cl-4d7c0f:#82b552;--c-4f46e5:#909bfb;--cb-4f46e5:#4f46e5;--cl-4f46e5:#909bfb;--c-525659:#aaaeb2;--cb-525659:#525659;--cl-525659:#aaaeb2;--c-53bdeb:#53bdeb;--cb-53bdeb:#0e546e;--cl-53bdeb:#53bdeb;--c-555555:#aeaeae;--cb-555555:#555;--cl-555555:#aeaeae;--c-5b21b6:#b09bfc;--cb-5b21b6:#5b21b6;--cl-5b21b6:#b09bfc;--c-5b6472:#9aa4b3;--cb-5b6472:#5b6472;--cl-5b6472:#9aa4b3;--c-5b6ee8:#7e95fe;--cb-5b6ee8:#5162db;--cl-5b6ee8:#7e95fe;--c-64748b:#8899b1;--cb-64748b:#63738a;--cl-64748b:#8899b1;--c-666666:#a1a1a1;--cb-666666:#666;--cl-666666:#a1a1a1;--c-6b7280:#9198a7;--cb-6b7280:#6b7280;--cl-6b7280:#9198a7;--c-6d28d9:#ab94fa;--cb-6d28d9:#6d28d9;--cl-6d28d9:#ab94fa;--c-6ee7b7:#6ee7b7;--cb-6ee7b7:#084a35;--cl-6ee7b7:#6ee7b7;--c-78350f:#e69975;--cb-78350f:#78350f;--cl-78350f:#e69975;--c-7c3aed:#a78cfd;--cb-7c3aed:#7c3aed;--cl-7c3aed:#a78cfd;--c-84cc16:#84cc16;--cb-84cc16:#35550a;--cl-84cc16:#84cc16;--c-86efac:#86efac;--cb-86efac:#1d432b;--cl-86efac:#1d432b;--c-888888:#898989;--cb-888888:#5f5f5f;--cl-888888:#898989;--c-8a6d00:#bd9e47;--cb-8a6d00:#8a6d00;--cl-8a6d00:#bd9e47;--c-8a93a0:#7a8390;--cb-8a93a0:#535b67;--cl-8a93a0:#7a8390;--c-8b5cf6:#a284fb;--cb-8b5cf6:#6d37d0;--cl-8b5cf6:#a284fb;--c-90caf9:#90caf9;--cb-90caf9:#06476e;--cl-90caf9:#90caf9;--c-92400e:#e98e62;--cb-92400e:#92400e;--cl-92400e:#e98e62;--c-9333ea:#b780fd;--cb-9333ea:#9130e7;--cl-9333ea:#b780fd;--c-93c5fd:#93c5fd;--cb-93c5fd:#164575;--cl-93c5fd:#93c5fd;--c-94a3b8:#6b798d;--cb-94a3b8:#465466;--cl-94a3b8:#6b798d;--c-991b1b:#fb8377;--cb-991b1b:#991b1b;--cl-991b1b:#fb8377;--c-9a3412:#f48665;--cb-9a3412:#9a3412;--cl-9a3412:#f48665;--c-9ca3af:#717783;--cb-9ca3af:#4c535d;--cl-9ca3af:#717783;--c-9d174d:#fe769e;--cb-9d174d:#9d174d;--cl-9d174d:#fe769e;--c-9f1239:#fd7c8d;--cb-9f1239:#9f1239;--cl-9f1239:#fd7c8d;--c-a16207:#d49147;--cb-a16207:#a06104;--cl-a16207:#d49147;--c-a78bfa:#a78bfa;--cb-a78bfa:#5a39a1;--cl-a78bfa:#a78bfa;--c-a7f3d0:#a7f3d0;--cb-a7f3d0:#1d382c;--cl-a7f3d0:#1d382c;--c-b45309:#e88247;--cb-b45309:#b25105;--cl-b45309:#e88247;--c-b91c1c:#fa796c;--cb-b91c1c:#b91c1c;--cl-b91c1c:#fa796c;--c-b9c6d6:#54606e;--cb-b9c6d6:#384350;--cl-b9c6d6:#54606e;--c-bae6fd:#bae6fd;--cb-bae6fd:#22353f;--cl-bae6fd:#22353f;--c-bbf7d0:#bbf7d0;--cb-bbf7d0:#1d3225;--cl-bbf7d0:#1e3326;--c-be123c:#fc737f;--cb-be123c:#be123c;--cl-be123c:#fc737f;--c-bfdbfe:#bfdbfe;--cb-bfdbfe:#2d3847;--cl-bfdbfe:#2d3847;--c-c026d3:#e452f7;--cb-c026d3:#b208c5;--cl-c026d3:#e452f7;--c-c084fc:#c084fc;--cb-c084fc:#692a9c;--cl-c084fc:#c084fc;--c-c2410c:#f97448;--cb-c2410c:#c1400a;--cl-c2410c:#f97448;--c-c4c8ce:#595c62;--cb-c4c8ce:#3d4145;--cl-c4c8ce:#595c62;--c-c7d2fe:#c7d2fe;--cb-c7d2fe:#353a4a;--cl-c7d2fe:#353a4a;--c-c9d2dc:#c9d2dc;--cb-c9d2dc:#393c40;--cl-c9d2dc:#393c40;--c-ca8a04:#ca8a04;--cb-ca8a04:#754f05;--cl-ca8a04:#ca8a04;--c-cbd5e1:#cbd5e1;--cb-cbd5e1:#3a4250;--cl-cbd5e1:#3a4250;--c-cffafe:#cffafe;--cb-cffafe:#132223;--cl-cffafe:#223132;--c-d03b3b:#fe6761;--cb-d03b3b:#c73234;--cl-d03b3b:#fe6761;--c-d1d5db:#d1d5db;--cb-d1d5db:#3a4250;--cl-d1d5db:#3a4250;--c-d1fae5:#d1fae5;--cb-d1fae5:#13261d;--cl-d1fae5:#1f3329;--c-d64545:#fa6662;--cb-d64545:#c53537;--cl-d64545:#fa6662;--c-d946ef:#dc49f2;--cb-d946ef:#8d029f;--cl-d946ef:#dc49f2;--c-d97706:#dc7a0f;--cb-d97706:#83480e;--cl-d97706:#dc7a0f;--c-d9fdd3:#d9fdd3;--cb-d9fdd3:#162214;--cl-d9fdd3:#253223;--c-db4c5c:#f56471;--cb-db4c5c:#af1e39;--cl-db4c5c:#f56471;--c-dbeafe:#dbeafe;--cb-dbeafe:#262b32;--cl-dbeafe:#292e35;--c-dc2626:#fc695d;--cb-dc2626:#d2161c;--cl-dc2626:#fc695d;--c-dcfce7:#dcfce7;--cb-dcfce7:#141f18;--cl-dcfce7:#25312a;--c-e0e7ff:#e0e7ff;--cb-e0e7ff:#292b33;--cl-e0e7ff:#2b2d35;--c-e0f2fe:#e0f2fe;--cb-e0f2fe:#1c2226;--cl-e0f2fe:#292f33;--c-e1e5ea:#e1e5ea;--cb-e1e5ea:#2c2e30;--cl-e1e5ea:#2c2e30;--c-e1f3fb:#e1f3fb;--cb-e1f3fb:#1b2124;--cl-e1f3fb:#292f32;--c-e2e5eb:#e2e5eb;--cb-e2e5eb:#2c2d2f;--cl-e2e5eb:#2d2e30;--c-e2e8f0:#e2e8f0;--cb-e2e8f0:#2e3440;--cl-e2e8f0:#2e3440;--c-e4f5ea:#e4f5ea;--cb-e4f5ea:#1c211e;--cl-e4f5ea:#2a2f2c;--c-e5e7eb:#e5e7eb;--cb-e5e7eb:#2e3440;--cl-e5e7eb:#2e3440;--c-e7f0fc:#e7f0fc;--cb-e7f0fc:#1e2125;--cl-e7f0fc:#2b2e32;--c-ea580c:#f76421;--cb-ea580c:#9a390b;--cl-ea580c:#f76421;--c-eab308:#eab308;--cb-eab308:#584208;--cl-eab308:#eab308;--c-ec4899:#f450a0;--cb-ec4899:#a01661;--cl-ec4899:#f450a0;--c-eceef5:#eceef5;--cb-eceef5:#212224;--cl-eceef5:#2d2e30;--c-ecfdf5:#ecfdf5;--cb-ecfdf5:#121714;--cl-ecfdf5:#2a2f2c;--c-ede9fe:#ede9fe;--cb-ede9fe:#25242b;--cl-ede9fe:#2e2d34;--c-eef0f3:#eef0f3;--cb-eef0f3:#1f1f20;--cl-eef0f3:#2e2e2f;--c-eef0f5:#eef0f5;--cb-eef0f5:#1f1f21;--cl-eef0f5:#2e2e30;--c-ef4444:#f95e59;--cb-ef4444:#b0081c;--cl-ef4444:#f95e59;--c-efeae2:#efeae2;--cb-efeae2:#282724;--cl-efeae2:#2f2e2b;--c-eff6ff:#eff6ff;--cb-eff6ff:#16181b;--cl-eff6ff:#2c2e31;--c-f0f9ff:#f0f9ff;--cb-f0f9ff:#141718;--cl-f0f9ff:#2b2e30;--c-f0fdf4:#f0fdf4;--cb-f0fdf4:#121613;--cl-f0fdf4:#2b2f2c;--c-f1f2f4:#f1f2f4;--cb-f1f2f4:#1c1c1d;--cl-f1f2f4:#2e2e2f;--c-f1f5f9:#f1f5f9;--cb-f1f5f9:#222833;--cl-f1f5f9:#2e3440;--c-f1f5fb:#f1f5fb;--cb-f1f5fb:#18191b;--cl-f1f5fb:#2d2e30;--c-f3b9b9:#f3b9b9;--cb-f3b9b9:#5e3031;--cl-f3b9b9:#f3b9b9;--c-f3f4f6:#f3f4f6;--cb-f3f4f6:#222833;--cl-f3f4f6:#282e39;--c-f43f5e:#fa576d;--cb-f43f5e:#ab1037;--cl-f43f5e:#fa576d;--c-f4f6fc:#f4f6fc;--cb-f4f6fc:#171719;--cl-f4f6fc:#2d2d30;--c-f59e0b:#f59e0b;--cb-f59e0b:#674107;--cl-f59e0b:#f59e0b;--c-f87171:#f87171;--cb-f87171:#9a1324;--cl-f87171:#f87171;--c-f8f9fa:#f8f9fa;--cb-f8f9fa:#141515;--cl-f8f9fa:#2d2e2e;--c-f8fafc:#f8fafc;--cb-f8fafc:#1c212a;--cl-f8fafc:#292e37;--c-f8faff:#f8faff;--cb-f8faff:#131415;--cl-f8faff:#2d2e2f;--c-f97316:#f97316;--cb-f97316:#843c0e;--cl-f97316:#f97316;--c-f9fafb:#f9fafb;--cb-f9fafb:#1c212a;--cl-f9fafb:#292e37;--c-fab219:#fab219;--cb-fab219:#5a3e04;--cl-fab219:#fab219;--c-fafafa:#fafafa;--cb-fafafa:#1c212a;--cl-fafafa:#292e37;--c-fb923c:#fb923c;--cb-fb923c:#723b09;--cl-fb923c:#fb923c;--c-fbbf24:#fbbf24;--cb-fbbf24:#513c07;--cl-fbbf24:#fbbf24;--c-fbe6e6:#fbe6e6;--cb-fbe6e6:#2a2424;--cl-fbe6e6:#322c2c;--c-fbf3f3:#fbf3f3;--cb-fbf3f3:#1a1717;--cl-fbf3f3:#302d2d;--c-fca5a5:#fca5a5;--cb-fca5a5:#71282d;--cl-fca5a5:#fca5a5;--c-fcd34d:#fcd34d;--cb-fcd34d:#453601;--cl-fcd34d:#453601;--c-fce7f3:#fce7f3;--cb-fce7f3:#272024;--cl-fce7f3:#332b2f;--c-fde68a:#fde68a;--cb-fde68a:#352c09;--cl-fde68a:#362d0a;--c-fecaca:#fecaca;--cb-fecaca:#453131;--cl-fecaca:#453131;--c-fecdd3:#fecdd3;--cb-fecdd3:#432e31;--cl-fecdd3:#432e31;--c-fed7aa:#fed7aa;--cb-fed7aa:#3d3020;--cl-fed7aa:#3d3020;--c-fee2e2:#fee2e2;--cb-fee2e2:#2f2626;--cl-fee2e2:#342b2b;--c-fef2f2:#fef2f2;--cb-fef2f2:#1b1717;--cl-fef2f2:#312d2d;--c-fef3c7:#fef3c7;--cb-fef3c7:#201c0b;--cl-fef3c7:#322e1c;--c-fefce8:#fefce8;--cb-fefce8:#14130d;--cl-fefce8:#2f2e27;--c-ffb300:#ffb300;--cb-ffb300:#583d09;--cl-ffb300:#ffb300;--c-fff1f2:#fff1f2;--cb-fff1f2:#1c1718;--cl-fff1f2:#322c2d;--c-fff7ed:#fff7ed;--cb-fff7ed:#171512;--cl-fff7ed:#302d2a;--c-fffbeb:#fffbeb;--cb-fffbeb:#14130e;--cl-fffbeb:#2f2e28;--c-ffffff:#fff;--cb-ffffff:#161a21;--cl-ffffff:#2a2e36}}html[data-look=v2]{--primary:#1e3a8a;--primary-dark:#172e6e;--primary-light:#e8edfa;--accent:#1e3a8a;--accent-text:#1e3a8a;--bg:#f6f7f9;--bg-card:#fff;--bg-sidebar:#fff;--text:#111827;--text-muted:#6b7280;--text-light:#9ca3af;--border:#eef0f3;--border-input:#e2e5ea;--border-focus:#1e3a8a;--focus-ring:#1e3a8a26;--surface-hover:#f3f5f8;--sidebar-text:#5b6472;--sidebar-active-bg:#e8edfa;--sidebar-active-text:#1e3a8a;--sidebar-border:#eef0f3;--shadow-sm:0 1px 2px #1118270a;--shadow:0 4px 16px #1118270f;--shadow-lg:0 12px 32px #1118271f;--radius:18px;--radius-sm:10px;--radius-lg:22px;--badge-green-bg:#d1fae5;--badge-green-fg:#065f46;--badge-amber-bg:#fef3c7;--badge-amber-fg:#92400e;--badge-red-bg:#fee2e2;--badge-red-fg:#991b1b;--badge-grey-bg:#f3f4f6;--badge-grey-fg:#4b5563;--badge-blue-bg:#dbeafe;--badge-blue-fg:#1e40af;--badge-purple-bg:#f3e8ff;--badge-purple-fg:#6b21a8;--btn-success-bg:#059669;--btn-danger-bg:#dc2626;--btn-warning-bg:#d97706;--sidebar-brand:#111827}@media screen{html[data-look=v2][data-theme=dark][data-dark-ready]{--primary:#4d6ee3;--primary-dark:#3d5bc9;--primary-light:#1a2550;--accent:#a9bdf5;--accent-text:#a9bdf5;--bg:#0e1116;--bg-card:#161a21;--bg-sidebar:#12161c;--text:#eceff3;--text-muted:#9aa3af;--text-light:#6b7480;--border:#1f242d;--border-input:#2a303b;--border-focus:#6d8ae6;--focus-ring:#6d8ae640;--surface-hover:#1c212a;--sidebar-text:#9aa3af;--sidebar-active-bg:#1a2550;--sidebar-active-text:#a9bdf5;--sidebar-border:#1f242d;--shadow-sm:none;--shadow:0 4px 16px #00000059;--shadow-lg:0 12px 32px #00000080;--info:#818cf8;--sidebar-brand:#eceff3;--badge-green-bg:#0f2e1d;--badge-green-fg:#4ade80;--badge-amber-bg:#33260a;--badge-amber-fg:#fbbf24;--badge-red-bg:#3b1517;--badge-red-fg:#f87171;--badge-grey-bg:#252a33;--badge-grey-fg:#b4bcc8;--badge-blue-bg:#172554;--badge-blue-fg:#93c5fd;--badge-purple-bg:#2e1a47;--badge-purple-fg:#d8b4fe;color-scheme:dark}html[data-look=v2][data-theme=dark][data-dark-ready] .recharts-cartesian-axis-tick-value{fill:var(--text-muted)}html[data-look=v2][data-theme=dark][data-dark-ready] .recharts-cartesian-axis-line,html[data-look=v2][data-theme=dark][data-dark-ready] .recharts-cartesian-axis-tick-line{stroke:var(--border-input)}html[data-look=v2][data-theme=dark][data-dark-ready] .recharts-default-tooltip{background-color:var(--bg-card)!important;border-color:var(--border-input)!important;color:var(--text)}html[data-look=v2][data-theme=dark][data-dark-ready] .recharts-tooltip-label{color:var(--text)}}html[data-look=v2] body{background:var(--bg);color:var(--text);font-family:Plus Jakarta Sans,Inter,-apple-system,BlinkMacSystemFont,sans-serif}html[data-look=v2] .sidebar{background:var(--bg-sidebar);border-right:1px solid var(--sidebar-border)}html[data-look=v2] .sidebar-logo{border-bottom-color:var(--sidebar-border)}html[data-look=v2] .sidebar-logo h1{color:var(--text)}html[data-look=v2] .sidebar-logo p{color:var(--text-light)}html[data-look=v2] .sidebar-nav::-webkit-scrollbar-thumb{background:var(--border)}html[data-look=v2] .nav-section-label{color:var(--text-light)}html[data-look=v2] .nav-item{border-radius:var(--radius-sm);color:var(--sidebar-text);margin:2px 12px;padding:9px 12px;width:calc(100% - 24px)}html[data-look=v2] .nav-item:hover{background:var(--surface-hover);color:var(--text)}html[data-look=v2] .nav-item.active{background:var(--sidebar-active-bg);color:var(--sidebar-active-text);font-weight:600}html[data-look=v2] .nav-item.active:before{display:none}html[data-look=v2] .sidebar-nav button.nav-item{width:calc(100% - 24px)!important}html[data-look=v2] .sidebar-nav button.nav-item:hover{background:var(--surface-hover)!important}html[data-look=v2] .sidebar-nav button.nav-item.active{background:var(--sidebar-active-bg)!important}html[data-look=v2] .sidebar-footer{border-top-color:var(--sidebar-border)}html[data-look=v2] .sidebar-user-info p{color:var(--text)}html[data-look=v2] .sidebar-user-info span{color:var(--text-light)}html[data-look=v2] .btn-logout{background:var(--badge-red-bg);border-color:#0000;color:var(--badge-red-fg);font-weight:600}html[data-look=v2] .btn-logout:hover{filter:brightness(.97)}html[data-look=v2] .topbar{background:var(--bg-card);border-bottom-color:var(--border);box-shadow:none}html[data-look=v2] .topbar-title{color:var(--text);font-weight:700}html[data-look=v2] .card,html[data-look=v2] .rtable-card,html[data-look=v2] .stat-card{border-color:var(--border);box-shadow:var(--shadow-sm)}html[data-look=v2] .stat-card:hover{box-shadow:var(--shadow)}html[data-look=v2] .card-header{border-bottom-color:var(--border)}html[data-look=v2] .btn{border-radius:var(--radius-sm);font-weight:600}html[data-look=v2] .btn-secondary,html[data-look=v2] .btn:not([class*=btn-]){background:var(--bg-card);border-color:var(--border-input);color:var(--text)}html[data-look=v2] .btn-secondary:hover{background:var(--surface-hover)}html[data-look=v2] .btn-outline{border-color:var(--accent-text);color:var(--accent-text)}html[data-look=v2] .btn-success{background:var(--btn-success-bg);border-color:var(--btn-success-bg)}html[data-look=v2] .btn-danger{background:var(--btn-danger-bg);border-color:var(--btn-danger-bg)}html[data-look=v2] .btn-warning{background:var(--btn-warning-bg);border-color:var(--btn-warning-bg)}html[data-look=v2] .form-control,html[data-look=v2] .search-input{background:var(--bg-card);border-color:var(--border-input);border-radius:var(--radius-sm);color:var(--text)}html[data-look=v2] .form-control:focus,html[data-look=v2] .search-input:focus{border-color:var(--border-focus);box-shadow:0 0 0 3px var(--focus-ring)}html[data-look=v2] thead th{background:var(--bg-card);font-size:.78rem;letter-spacing:0;text-transform:none}html[data-look=v2] tbody td,html[data-look=v2] thead th{border-bottom-color:var(--border)}html[data-look=v2] tbody tr:hover{background:var(--surface-hover)}html[data-look=v2] .badge-active,html[data-look=v2] .badge-both,html[data-look=v2] .badge-closed,html[data-look=v2] .badge-completed,html[data-look=v2] .badge-resolved,html[data-look=v2] .badge-success{background:var(--badge-green-bg);color:var(--badge-green-fg)}html[data-look=v2] .badge-in_progress,html[data-look=v2] .badge-suspended,html[data-look=v2] .badge-warning{background:var(--badge-amber-bg);color:var(--badge-amber-fg)}html[data-look=v2] .badge-danger,html[data-look=v2] .badge-disconnected,html[data-look=v2] .badge-failed,html[data-look=v2] .badge-open{background:var(--badge-red-bg);color:var(--badge-red-fg)}html[data-look=v2] .badge-muted{background:var(--badge-grey-bg);color:var(--badge-grey-fg)}html[data-look=v2] .badge-broadband,html[data-look=v2] .badge-info,html[data-look=v2] .badge-pending{background:var(--badge-blue-bg);color:var(--badge-blue-fg)}html[data-look=v2] .badge-catv{background:var(--badge-purple-bg);color:var(--badge-purple-fg)}html[data-look=v2] .modal-overlay{background:#0f172a73}html[data-look=v2] .modal-header{background:var(--bg-card);border-bottom-color:var(--border)}html[data-look=v2] .modal-footer{border-top-color:var(--border)}html[data-look=v2] .modal-close:hover{background:var(--surface-hover)}html[data-look=v2] .pagination{border-top-color:var(--border)}html[data-look=v2] .page-btn{border-color:var(--border-input);border-radius:var(--radius-sm)}html[data-look=v2] .page-btn:hover{background:var(--primary-light);border-color:var(--primary)}html[data-look=v2] .empty-state{color:var(--text-muted)}html[data-look=v2] .empty-state svg{color:var(--text-light)}html[data-look=v2] .rtable-card-row{border-bottom-color:var(--border)}html[data-look=v2] .rtable-card-label{color:var(--text-muted)}html[data-look=v2] .rtable-card-value{color:var(--text)}html[data-look=v2] .timeline:before{background:var(--border)}html[data-look=v2] .timeline-dot{border-color:var(--bg)}html[data-look=v2] .settings-nav-item{border-radius:var(--radius-sm)}html[data-look=v2] .settings-nav-item:hover{background:var(--surface-hover)}html[data-look=v2] .settings-nav-item.active{background:var(--sidebar-active-bg);border-left-color:#0000;color:var(--accent-text)}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{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{box-sizing:border-box;height:0;width:0;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{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.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{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.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{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{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-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width: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{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);height:36px;width: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{height:44px;width: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{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;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{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:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{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)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.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{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.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{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;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;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
/*# sourceMappingURL=main.661bdfe6.css.map*/