:root{--bg:#0f1419;--panel:#151c24;--panel-2:#1b2430;--border:#263244;--text:#e7edf5;--muted:#9fb0c8;--accent:#3b82f6;--accent-2:#22c55e;--brand-navy:#002366;--brand-cyan:#00aeef;--brand-paper:#f8f9fa;--brand-paper-tint:#f0f9ff;--document-watermark-opacity:.14;--danger:#ef4444;--warn:#eab308;--radius:12px;--shadow:0 10px 30px #00000059;--glow:0 18px 48px #2563eb2e;--sidebar-w:260px;--font:"Segoe UI", system-ui, -apple-system, Roboto, Arial, sans-serif}*,:before,:after{box-sizing:border-box}html,body{height:100%;font-family:var(--font);background:radial-gradient(900px 420px at 20% -10%, #3b82f65c 0%, transparent 62%), radial-gradient(700px 380px at 92% 4%, #22c55e29 0%, transparent 58%), linear-gradient(180deg, #0c1117 0%, var(--bg) 100%);color:var(--text);margin:0;padding:0}html{-webkit-text-size-adjust:100%}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.app-shell{min-height:100vh;display:flex}.sidebar{width:var(--sidebar-w);border-right:1px solid var(--border);background:linear-gradient(#121a24f5,#0a0f16f5),radial-gradient(400px 250px at 50% 0,#3b82f62e,#0000 70%);flex-direction:column;gap:12px;height:100vh;padding:20px 14px;display:flex;position:sticky;top:0}.brand{border-bottom:1px solid var(--border);flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:6px;padding:8px 6px 16px;display:flex}.brand-logo-surface{background:linear-gradient(145deg,#0023666b 0%,#0f141933 100%),#ffffff0a;border:1px solid #00aeef38;border-radius:12px;justify-content:flex-start;align-items:center;width:100%;padding:10px 12px;display:flex;box-shadow:inset 0 1px #ffffff0f}.sidebar-brand-logo{width:100%;max-width:210px;height:auto}.brand-copy{width:100%;min-width:0;padding-left:4px}.brand h1{letter-spacing:-.03em;margin:0;font-size:18px;line-height:1.2}.brand small{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:600}.nav{flex-direction:column;flex:1;gap:4px;display:flex;overflow:auto}.nav button{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;font-size:14px;transition:background .18s,border-color .18s,transform .18s;display:flex}.nav button i{text-align:center;width:18px;color:var(--muted)}.nav button:hover{background:#ffffff0f;border-color:#ffffff1a;transform:translate(2px)}.nav button.active{background:linear-gradient(135deg,#3b82f63d,#22c55e14);border-color:#60a5fa73;box-shadow:inset 3px 0 #60a5fa}.nav button.active i{color:var(--accent)}.sidebar-footer{border-top:1px solid var(--border);padding-top:12px}.mobile-topbar{display:none}.loading-screen{justify-content:center;align-items:center;min-height:100dvh;display:flex}.spinner{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:36px;height:36px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.user-pill{background:var(--panel-2);border:1px solid var(--border);border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:10px;display:flex}.user-pill .meta{min-width:0}.user-pill .name{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;overflow:hidden}.user-pill .role{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:11px}.main{flex:1;min-width:0;padding:22px 22px 40px}.topbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.topbar h2{letter-spacing:-.02em;margin:0;font-size:24px}.grid{gap:14px;display:grid}.grid.stats{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.card{box-shadow:var(--shadow);background:linear-gradient(#1f2937db,#111827d1),radial-gradient(500px 140px at 0 0,#3b82f61f,#0000 70%);border:1px solid #60a5fa24;border-radius:16px;padding:12px 14px}.dashboard-link{cursor:pointer}.dashboard-link:focus,.dashboard-link:hover{transform:translateY(-2px);box-shadow:0 18px 45px #0f172a29}.agent-area-list{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;display:grid}.agent-area-option{background:#ffffffb8;border:1px solid #94a3b859;border-radius:14px;align-items:center;gap:8px;padding:10px 12px;display:flex}.compact-stats{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.card .label{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:700}.card .value{letter-spacing:-.02em;color:#f8fafc;margin-top:8px;font-size:24px;font-weight:800}.card .hint{color:var(--muted);margin-top:8px;font-size:12px}.actions-row{flex-wrap:wrap;gap:10px;margin:14px 0 10px;display:flex}td .actions-row{margin:0}.btn{border:1px solid var(--border);background:var(--panel-2);color:var(--text);cursor:pointer;border-radius:10px;align-items:center;gap:8px;padding:10px 12px;font-size:13px;font-weight:700;transition:transform .16s,border-color .16s,box-shadow .16s;display:inline-flex;box-shadow:0 8px 20px #00000029}.btn:hover{box-shadow:var(--glow);border-color:#ffffff24;transform:translateY(-1px)}.btn.primary{background:linear-gradient(#3b82f6,#2563eb);border-color:#3b82f68c}.btn.success{background:linear-gradient(#22c55e,#16a34a);border-color:#22c55e8c}.btn.danger{background:linear-gradient(#ef4444,#dc2626);border-color:#ef44448c}.btn.ghost{background:0 0}.btn:disabled{opacity:.55;cursor:not-allowed}.toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin:10px 0 12px;display:flex}.field{flex-direction:column;gap:6px;min-width:160px;display:flex}.field label{color:var(--muted);font-size:12px;font-weight:700}.date-input-row{align-items:stretch;gap:8px;display:flex}.date-input-row input[type=date]{flex:1;min-width:0}.date-picker-btn{flex:none;min-width:44px;padding:10px 12px}input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.75;filter:invert(.9)}input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1}input,select,textarea{border:1px solid var(--border);width:100%;color:var(--text);background:#0c1117;border-radius:10px;outline:none;padding:10px}textarea{resize:vertical;min-height:90px}input:focus,select:focus,textarea:focus{border-color:#3b82f6a6;box-shadow:0 0 0 3px #3b82f62e}.table-wrap{-webkit-overflow-scrolling:touch;border-radius:var(--radius);background:#0c11178c;border:1px solid #60a5fa24;overflow:auto}.table-wrap:after{content:"";height:1px;display:block}table{border-collapse:collapse;width:100%;min-width:860px}th,td{text-align:left;vertical-align:middle;border-bottom:1px solid #263244bf;padding:8px;font-size:13px}th{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#dbeafe;text-transform:uppercase;letter-spacing:.05em;z-index:1;background:linear-gradient(#1e293bfa,#0f172afa);font-size:11px;position:sticky;top:0}tr:hover td{background:#ffffff05}.badge{border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:800;display:inline-flex}.badge.active{color:#bbf7d0;background:#22c55e1f;border-color:#22c55e59}.badge.expired{color:#fecaca;background:#ef44441f;border-color:#ef444459}.badge.terminated{color:#fecdd3;background:#be123c2e;border-color:#f43f5e73}.badge.inactive{color:#fef9c3;background:#eab3081f;border-color:#eab30859}.view{display:none}.view.active{display:block}.modal-backdrop{z-index:200;background:#0000009e;justify-content:center;align-items:center;padding:18px;display:none;position:fixed;inset:0}.modal-backdrop.open{display:flex}.modal-backdrop>.modal{border:1px solid var(--border);width:min(980px,100%);max-height:min(92vh,900px);box-shadow:var(--shadow);background:#121a24;border-radius:14px;overflow:auto}.modal.header{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2;background:#121a24eb;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex;position:sticky;top:0}.modal.body{padding:14px 16px 18px}.modal.wide{width:min(900px,100%)}.customer-view-backdrop{align-items:center;padding:12px}.customer-view-modal{flex-direction:column;width:min(100%,420px);max-height:min(92dvh,680px);display:flex}.customer-view-header h3{margin:0;font-size:17px;line-height:1.25}.customer-view-body{flex:1;min-height:0;padding:0;overflow-y:auto}.customer-view-media{border-bottom:1px solid var(--border);margin:0;padding:12px 14px 4px}.customer-view-media-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.customer-view-media-item{margin:0}.customer-view-media-item img{object-fit:cover;border:1px solid var(--border);background:var(--surface-alt,#f3f4f6);border-radius:8px;width:100%;height:96px;display:block}.customer-view-media-placeholder{border:1px dashed var(--border);border-radius:8px;place-items:center;height:96px;font-size:12px;display:grid}.customer-view-media-item figcaption{color:var(--muted,#6b7280);text-align:center;margin-top:4px;font-size:11px}.customer-view-list{margin:0;padding:0}.customer-view-item{border-bottom:1px solid var(--border);grid-template-columns:minmax(6.75rem,34%) 1fr;align-items:start;gap:4px 10px;padding:9px 14px;display:grid}.customer-view-item:last-child{border-bottom:none}.customer-view-item dt{text-transform:uppercase;letter-spacing:.03em;color:var(--muted);margin:0;font-size:11px;font-weight:600;line-height:1.3}.customer-view-item dd{word-break:break-word;margin:0;font-size:14px;line-height:1.35}.customer-view-value-strong{font-weight:600}.customer-view-value-danger{color:var(--danger);font-weight:600}.customer-view-value-multiline{white-space:pre-wrap}.customer-view-footer{border-top:1px solid var(--border);padding:10px 12px calc(env(safe-area-inset-bottom,0) + 10px);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2;background:#121a24f5;border-bottom:none;flex-wrap:wrap;justify-content:flex-end;gap:8px;position:sticky;bottom:0}.customer-view-footer .btn{min-height:40px;padding:8px 14px;font-size:14px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.form-grid .full{grid-column:1/-1}.icon-btn{border:1px solid var(--border);background:var(--panel-2);color:var(--text);cursor:pointer;border-radius:10px;width:38px;height:38px}.icon-btn:hover{border-color:#ffffff29}.toast{z-index:80;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:16px;right:16px}.toast-item{border:1px solid var(--border);min-width:260px;max-width:min(520px,100vw - 32px);box-shadow:var(--shadow);background:#121a24f2;border-radius:12px;padding:12px;font-size:13px}.toast-item.ok{border-color:#22c55e59}.toast-item.err{border-color:#ef444459}.login-page{place-items:center;min-height:100vh;padding:22px;display:grid}.login-card{border:1px solid var(--border);width:min(460px,100%);box-shadow:var(--shadow);background:#151c24c7;border-radius:16px;padding:18px 18px 16px}.login-card h1{margin:0 0 6px;font-size:22px}.login-card p{color:var(--muted);margin:0 0 14px;line-height:1.5}.error-banner{color:#fecaca;background:#ef444414;border:1px solid #ef444459;border-radius:10px;margin:10px 0 12px;padding:10px;font-size:13px}.invoice{color:#111827;background:#fff;border-radius:12px;padding:12px;line-height:1.28}.invoice-pdf-source table{width:100%!important;min-width:0!important}.invoice-pdf-source th,.invoice-pdf-source td{padding:7px 8px!important;font-size:12px!important}.pdf-render-source{box-shadow:none!important;transform:none!important}.invoice-brand{border-bottom:2px solid #dbeafe;align-items:center;gap:12px;margin-bottom:12px;padding-bottom:12px;display:flex}.invoice-logo{background:radial-gradient(circle at 30% 20%,#ffffff80,#0000 30%),linear-gradient(135deg,#2563eb 0%,#06b6d4 52%,#22c55e 100%);border-radius:16px;flex:0 0 52px;width:52px;height:52px;position:relative;box-shadow:0 10px 26px #2563eb3d}.invoice-company{color:#0f172a;letter-spacing:-.04em;font-size:24px;font-weight:900;line-height:1}.invoice-company-sub{color:#2563eb;letter-spacing:.08em;text-transform:uppercase;margin-top:5px;font-size:11px;font-weight:800}.invoice-router-body{background:linear-gradient(#fffffff5,#dbeafedb);border-radius:6px 6px 9px 9px;height:14px;position:absolute;bottom:11px;left:10px;right:10px}.invoice-router-body:before,.invoice-router-body:after{content:"";background:#2563eb;border-radius:50%;width:4px;height:4px;position:absolute;bottom:4px}.invoice-router-body:before{left:8px}.invoice-router-body:after{left:15px}.invoice-router-antenna{transform-origin:bottom;background:#fffffff0;border-radius:999px;width:3px;height:14px;position:absolute;bottom:23px}.invoice-antenna-left{left:14px;transform:rotate(-28deg)}.invoice-antenna-right{right:14px;transform:rotate(28deg)}.invoice-wifi-arc{border:2px solid #0000;border-top-color:#fffffff0;border-bottom:0;border-radius:999px 999px 0 0;position:absolute;left:50%;transform:translate(-50%)}.invoice-arc-1{width:18px;height:9px;top:13px}.invoice-arc-2{width:31px;height:16px;top:7px}.invoice-router-light{background:#22c55e;border-radius:50%;width:5px;height:5px;position:absolute;bottom:15px;right:15px;box-shadow:0 0 10px #22c55ee6}.invoice h3{margin:0 0 6px;font-size:17px}.invoice p{margin:4px 0;line-height:1.28}.invoice .muted{color:#6b7280;font-size:12px}.invoice table{table-layout:auto;width:100%;min-width:0!important}.invoice th,.invoice td{color:#111827;word-break:break-word;overflow-wrap:anywhere;border-bottom:1px solid #e5e7eb;padding:6px 8px;line-height:1.24}.invoice th{color:#0f172a;text-transform:uppercase;letter-spacing:.05em;-webkit-backdrop-filter:none;backdrop-filter:none;background:linear-gradient(#e0f2fe,#bfdbfe);font-size:11px;font-weight:800;position:static}.invoice tr:hover td{background:#f8fafc}.invoice .receipt-section-header td{background:#eff6ff;padding-top:12px;padding-bottom:8px}.invoice .receipt-payment-row td{padding-top:9px;padding-bottom:9px}.badge-dot{opacity:.85;vertical-align:middle;font-size:8px}.invoice .td-num{text-align:right;white-space:nowrap}.invoice .invoice-generated{margin-top:6px}.pay-mode-receive .only-accrual,.pay-mode-receive #payGrandRow{display:none}.split{grid-template-columns:1fr 1fr;gap:10px;display:grid}@media (width<=1100px){.grid.stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){body{min-width:0}.app-shell{flex-direction:column}.sidebar{z-index:30;border-right:0;border-bottom:1px solid var(--border);flex-flow:row;align-items:center;gap:10px;width:100%;height:auto;padding:10px 12px;position:sticky;top:0}.brand{border-bottom:none;flex:none;width:auto;margin:0;padding:0}.nav{scrollbar-width:thin;scroll-snap-type:x proximity;border-top:0;flex-flow:row;flex:1;padding-top:0;overflow:auto hidden}.nav button{white-space:nowrap;scroll-snap-align:start;flex:none;justify-content:center;width:auto;min-width:118px}.nav button:hover{transform:none}.sidebar-footer{border-top:0;flex:none;padding-top:0}.main{padding:16px 14px 34px}.topbar{margin-bottom:14px}.topbar h2{font-size:21px}.toolbar,.toolbar-filters,.toolbar-actions{align-items:stretch;width:100%}.toolbar-actions,.toolbar-filters{flex:100%}.toolbar .btn,.toolbar-actions .btn{justify-content:center}.field,.field.min-160,.field.min-180,.field.min-220{min-width:0}.form-grid,.grid.two,.split{grid-template-columns:1fr}.modal-backdrop{justify-content:stretch;align-items:stretch;padding:10px}.modal-backdrop>.modal{border-radius:14px;width:100%;max-height:calc(100dvh - 20px)}.invoice-header-actions{flex-wrap:wrap;justify-content:flex-end}}@media (width<=768px){html{-webkit-text-size-adjust:100%}body{padding-bottom:env(safe-area-inset-bottom,0);overflow-x:hidden}input,select,textarea{min-height:44px;font-size:16px}input[type=date],input[type=number],input[type=text],input[type=password],input[type=email],select,textarea{font-size:16px}input,select,textarea,button{touch-action:manipulation}.btn,.icon-btn{min-height:44px}.btn{justify-content:center;width:100%;padding:11px 12px}.date-input-row{gap:6px}.mobile-topbar{padding:calc(env(safe-area-inset-top,0) + 8px) 12px 8px;border-bottom:1px solid var(--border);z-index:45;background:linear-gradient(#121a24fa,#0a0f16fa);justify-content:space-between;align-items:center;gap:8px;display:flex;position:sticky;top:0}.mobile-brand{flex:1;justify-content:center;align-items:center;min-width:0;display:flex}.mobile-brand-logo{width:auto;max-width:170px;height:30px}.mobile-topbar-right{align-items:center;gap:6px;display:flex}.mobile-topbar-right .icon-btn{width:38px;height:38px;min-height:38px;color:var(--muted);background:0 0;border:none}.topbar{display:none}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;flex:none;justify-content:center;gap:5px;width:38px;height:38px;padding:8px 6px;display:flex}.hamburger-line{background:var(--text);border-radius:2px;width:100%;height:2.5px;transition:transform .25s,opacity .25s;display:block}.hamburger-line.top.open{transform:translateY(7.5px)rotate(45deg)}.hamburger-line.mid.open{opacity:0}.hamburger-line.bot.open{transform:translateY(-7.5px)rotate(-45deg)}.sidebar{z-index:50;border-right:1px solid var(--border);width:280px;height:100vh;padding:18px 14px;padding-top:calc(env(safe-area-inset-top,0) + 18px);padding-bottom:calc(env(safe-area-inset-bottom,0) + 12px);background:linear-gradient(#121a24fc,#0a0f16fc),radial-gradient(400px 250px at 50% 0,#3b82f638,#0000 70%);border-bottom:none;flex-direction:column;gap:8px;transition:transform .28s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%)}.sidebar.open{pointer-events:auto;transform:translate(0)}.sidebar:not(.open){pointer-events:none}.sidebar .brand{border-bottom:1px solid var(--border);width:100%;margin-bottom:4px;padding-bottom:16px}.sidebar .nav{border-top:0;flex-flow:column;flex:1;width:100%;padding-top:0;overflow:visible}.sidebar .nav button{white-space:nowrap;scroll-snap-align:none;flex:none;justify-content:flex-start;width:100%;min-width:0;padding:11px 12px;font-size:14px}.sidebar .nav button:hover{transform:translate(2px)}.sidebar .sidebar-footer{border-top:1px solid var(--border);flex:none;width:100%;margin-top:auto;padding-top:12px}.mobile-overlay{z-index:49;background:#0000008c;position:fixed;inset:0}.app-shell{flex-direction:column}.main{min-height:100dvh;padding:10px 10px 28px}.main.blurred{filter:blur(2px);pointer-events:none;-webkit-user-select:none;user-select:none}.topbar h2{font-size:19px}.grid.stats,.compact-stats{grid-template-columns:1fr;gap:10px}.card{border-radius:14px;padding:12px}.card .value{font-size:22px}.actions-row{flex-direction:column}.actions-row.end{justify-content:stretch}.charts-grid{grid-template-columns:1fr}.extra-amount-input{width:100%}.actions-cell{flex-direction:column}.actions-cell .icon-btn{width:100%}.summary-cards-row{flex-direction:column}.summary-card{padding:12px 10px}.summary-value{font-size:16px}.table-wrap{-webkit-overflow-scrolling:touch;border-radius:12px;margin-left:0;margin-right:0;overflow-x:auto}table{min-width:680px}th,td{padding:6px 5px;font-size:11px}.actions-row{gap:5px}.table-compact,.invoice table{min-width:0}.modal-backdrop{justify-content:stretch;align-items:stretch;padding:0}.modal-backdrop>.modal{border:0;border-radius:0;width:100%;min-height:100dvh;max-height:100dvh}.modal.header{padding:calc(env(safe-area-inset-top,0) + 12px) 12px 12px;z-index:3;position:sticky;top:0}.modal.body{padding:12px;padding-bottom:calc(env(safe-area-inset-bottom,0) + 12px)}.modal.header h3{font-size:16px}.customer-view-backdrop{align-items:stretch;padding:0}.customer-view-modal{border-radius:0;width:100%;min-height:100dvh;max-height:100dvh}.customer-view-header h3{font-size:15px}.customer-view-item{grid-template-columns:1fr;gap:2px;padding:8px 12px}.customer-view-item dt{font-size:10px}.customer-view-item dd{font-size:13px}.customer-view-footer .btn{flex:1;min-width:0}.invoice{-webkit-overflow-scrolling:touch;border-radius:10px;padding:10px;overflow-x:auto}.invoice-brand{gap:10px}.invoice-logo{flex-basis:44px;width:44px;height:44px}.invoice-company{font-size:20px}.invoice th,.invoice td{padding:6px;font-size:11px}.toast{bottom:10px;left:10px;right:10px}.toast-item{width:100%;min-width:0;max-width:none}}@media (width<=400px){.main{padding:8px 8px 24px}.mobile-topbar{padding:6px 8px}.sidebar{width:100%}.topbar h2{font-size:17px}.card{padding:10px}table{min-width:560px}th,td{padding:4px;font-size:10px}.actions-row{gap:4px}.customer-view-item{padding:7px 10px}.customer-view-item dd{font-size:12px}.collection-day{padding:10px}}.mt-10{margin-top:10px}.mt-14{margin-top:14px}.mt-12{margin-top:12px}.w-full{width:100%}.brand-icon{color:#60a5fa}.table-wrap.push{margin-top:8px}.card.push{margin-top:12px}.card.push:first-child{margin-top:0}.grid.push{margin-top:14px}.toolbar-filters{flex-wrap:wrap;flex:1;align-items:end;gap:10px;display:flex}.field.flex-1{flex:1}.field.min-220{min-width:220px}.field.min-180{min-width:180px}.field.min-160{min-width:160px}.toolbar-actions{flex-wrap:wrap;gap:10px;display:flex}.section-title{margin:0;font-size:16px}.push{margin-top:8px}.hint.push{margin-top:6px}.form-grid.push{margin-top:8px}.hint.tight{color:var(--muted);margin:0}.actions-row.end{justify-content:flex-end;margin-top:12px}.payment-summary{background:#0c11178c}.table-plain{background:0 0;border:0;margin-top:10px}.table-compact{min-width:0}.td-num{text-align:right}.name-cell{text-overflow:ellipsis;-webkit-line-clamp:2;white-space:normal;word-break:break-word;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.hint.top-space{margin:10px 0 0}.form-grid.push-md{margin-top:12px}.invoice-header-actions{align-items:center;gap:8px;display:flex}.collection-week{flex-direction:column;gap:16px;margin-top:14px;display:flex}.collection-day{background:var(--panel-2);border:1px solid var(--border);border-radius:var(--radius);padding:12px 14px}.collection-day-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:10px;display:flex}.collection-day-title{margin:0;font-size:15px;font-weight:600}.summary-cards{flex-direction:column;gap:12px;display:flex}.summary-cards-row{gap:10px;display:flex}.summary-card{background:#0c11178c;border:1px solid #60a5fa24;border-radius:12px;flex-direction:column;flex:1;gap:4px;padding:14px 12px;display:flex}.summary-label{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:700}.summary-value{color:var(--text);font-size:18px;font-weight:800}.collection-day-total{color:var(--accent-2);font-size:14px;font-weight:600}@media print{.no-print{display:none!important}.modal-backdrop{background:0 0;padding:0;display:block;position:static}.modal{max-height:none;box-shadow:none;border:0}}.toolbar-actions .btn{white-space:nowrap}.checkbox-label{cursor:pointer;align-items:flex-start;gap:8px;font-weight:500;display:flex}.checkbox-label input{margin-top:3px}.actions-cell{flex-wrap:wrap;gap:6px;display:flex}.charts-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.detail-table table{min-width:0}.extra-amount-input{width:120px}@media (width<=900px){.toolbar-filters,.toolbar-actions{align-items:stretch;width:100%}.field.min-160,.field.min-180,.field.min-220{min-width:0}.actions-row.end{justify-content:stretch}}@media (width<=640px){.toolbar-actions .btn{white-space:normal}}@media (width<=420px){.sidebar-footer{display:block}}.report-tabs{flex-wrap:wrap;gap:4px;display:flex}.report-tab{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:10px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;transition:all .15s;display:flex}.report-tab:hover{border-color:var(--accent);background:#60a5fa14}.report-tab.active{background:var(--accent);color:#fff;border-color:var(--accent)}.chart-bar-track{background:#94a3b81f;border-radius:11px;flex:1;min-width:60px;height:22px;overflow:hidden}.chart-bar-fill{border-radius:11px;min-width:4px;height:100%;transition:width .4s}.chart-row{align-items:center;gap:10px;margin-bottom:6px;display:flex}.chart-label{white-space:nowrap;min-width:80px;color:var(--text);font-size:12px}.chart-value{white-space:nowrap;text-align:right;min-width:60px;color:var(--heading);font-size:12px;font-weight:700}.kpi-card{align-items:center;gap:14px;padding:16px;display:flex}.kpi-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;display:flex}.kpi-label{text-transform:uppercase;letter-spacing:.4px;color:var(--text);opacity:.7;font-size:11px}.kpi-value{color:var(--heading);margin-top:2px;font-size:20px;font-weight:800}.input-sm{border:1px solid var(--border);background:var(--card);color:var(--text);border-radius:8px;max-width:140px;padding:6px 10px;font-size:13px}.invoice-document{isolation:isolate;background:var(--brand-paper);color:#111827;--invoice-kv-gap:clamp(10px, 6cqi, 40px);max-width:100%;padding:10px 12px 12px;position:relative;overflow:hidden;container:invoice/inline-size}.document-watermark{object-fit:contain;width:min(88%,400px);height:auto;max-height:58%;opacity:var(--document-watermark-opacity);pointer-events:none;z-index:0;-webkit-user-select:none;user-select:none;position:absolute;top:52%;left:50%;transform:translate(-50%,-50%)}.invoice-document>:not(.document-watermark):not(.paid-stamp){z-index:1;position:relative}.paid-stamp{z-index:2;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.68;color:#146b32;width:min(140px,34%);height:auto;position:absolute;top:58%;left:auto;right:6%;transform:translateY(-50%)}.paid-stamp__svg{width:100%;height:auto;display:block}.invoice-document table th,.invoice-document table td{background-color:#ffffff8c}.invoice-doc-header{text-align:center;border-bottom:2px solid var(--brand-cyan);background:linear-gradient(180deg, var(--brand-paper-tint) 0%, #fff 100%);z-index:2;border-radius:6px 6px 0 0;margin:0 0 4px;padding:4px 6px 3px;position:relative}.invoice-brand-logo{object-fit:contain;width:min(132px,58%);height:auto;max-height:72px;margin:0 auto;display:block}.statement-brand-header{text-align:center;border-bottom:2px solid var(--brand-cyan);background:linear-gradient(180deg, var(--brand-paper-tint) 0%, #fff 100%);z-index:2;border-radius:6px 6px 0 0;margin:0 0 4px;padding:4px 6px 3px;position:relative}.statement-brand-logo{object-fit:contain;width:min(132px,58%);height:auto;max-height:72px;margin:0 auto;display:block}.statement-brand-sub{color:#475569;margin:0;font-size:9px;line-height:1.2}.statement-brand-kind{color:var(--brand-navy);margin:1px 0 0;font-size:10px;font-weight:600;line-height:1.2}.statement-brand-extra{color:#333;margin:1px 0 0;font-size:10px;font-weight:700;line-height:1.25}.customer-pdf-statement .statement-brand-header{padding:6px 8px 5px}.customer-pdf-statement .statement-brand-logo{width:min(156px,68%);max-height:84px}.customer-pdf-statement .statement-brand-sub{font-size:11px;line-height:1.25}.customer-pdf-statement .statement-brand-kind{font-size:12px;line-height:1.25}.customer-pdf-statement{--invoice-kv-gap:clamp(10px, 6cqi, 40px)}.customer-pdf-statement .customer-pdf-statement-fields{margin-bottom:12px}.customer-pdf-statement .invoice-field-row:not(.invoice-field-row--stack){column-gap:var(--invoice-kv-gap,clamp(10px, 6cqi, 40px));grid-template-columns:minmax(6.75rem,max-content) minmax(0,1fr);align-items:start;row-gap:2px;padding:2px 0;display:grid}.customer-pdf-statement .invoice-field-label{padding-right:4px}.customer-pdf-statement .invoice-field-value{word-break:break-word;overflow-wrap:anywhere;min-width:0;line-height:1.4}.brand-logo{flex-shrink:0;display:block}.mobile-brand-logo{width:auto;height:32px}.login-brand{justify-content:center;margin:0 0 14px;display:flex}.login-brand .brand-logo-surface{background:linear-gradient(145deg,#00236680 0%,#00aeef14 100%),#ffffff08;border:1px solid #00aeef47;justify-content:center;width:100%;padding:14px 16px}.login-brand .brand-logo{width:min(260px,100%);height:auto}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.invoice-doc-title{color:#000;margin:0;font-size:20px;line-height:1.2}.invoice-doc-sub{color:#475569;margin:0;font-size:9px;line-height:1.2}.invoice-doc-kind{color:var(--brand-navy);margin:1px 0 0;font-size:10px;font-weight:600;line-height:1.25}.invoice-fields{flex-direction:column;gap:2px;width:100%;display:flex}.invoice-field-row:not(.invoice-field-row--stack){column-gap:var(--invoice-kv-gap,clamp(10px, 6cqi, 40px));grid-template-columns:minmax(6.5rem,7.75rem) minmax(0,1fr);align-items:start;row-gap:1px;width:100%;display:grid}.invoice-field-row--stack{grid-template-columns:1fr;row-gap:2px;width:100%;padding-bottom:4px;display:grid}.invoice-field-label{color:#555;white-space:normal;overflow-wrap:break-word;word-break:break-word;text-align:left;padding:3px 0;font-size:13px;font-weight:700;line-height:1.35}.invoice-field-value{color:#000;word-break:break-word;overflow-wrap:anywhere;text-align:left;min-width:0;padding:3px 0;font-size:13px;line-height:1.4}.invoice-field-value--emphasis{font-size:16px;font-weight:700}.invoice-field-value--due-total{color:#dc2626;font-size:16px;font-weight:700}.due-invoice-modal .invoice-field-value--due-total{color:#dc2626}.invoice-field-value--success{color:#059669;font-weight:600}.invoice-field-value--warn{color:#b45309;font-weight:600}.invoice-field-row--stack .invoice-field-label{white-space:normal;padding-bottom:0}.invoice-field-row--stack .invoice-field-value{padding-top:0}.invoice-fields-divider{border-top:1px solid #ccc;margin:6px 0 4px}.invoice-modal{max-width:min(480px,96vw)}.modal.agent-statement-modal{max-width:min(390px,96vw)}.agent-statement-document--mobile{isolation:isolate;background:var(--brand-paper);color:#111827;box-sizing:border-box;max-width:390px;margin:0 auto;padding:10px 10px 12px;position:relative;overflow:hidden}.agent-statement-document--mobile>:not(.document-watermark){z-index:1;position:relative}.agent-statement-document--mobile .document-watermark{width:min(84%,320px);max-height:58%;top:50%}.agent-statement-document--mobile .statement-brand-header{margin-bottom:4px;padding:5px 6px 4px}.agent-statement-document--mobile .statement-brand-logo{width:min(118px,54%);max-height:64px}.agent-statement-document--mobile .statement-brand-sub{font-size:9px}.agent-statement-document--mobile .statement-brand-kind,.agent-statement-document--mobile .statement-brand-extra{font-size:10px}.agent-statement-summary{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.agent-statement-summary-card{text-align:center;background:#f5f5f58c;border-radius:6px;flex:1;min-width:5.5rem;padding:6px}.agent-statement-document--mobile .agent-statement-table{margin-bottom:8px;font-size:clamp(9px,2.6vw,10px)}.agent-statement-document--mobile .agent-statement-table th,.agent-statement-document--mobile .agent-statement-table td{background-color:#ffffff8c;padding:3px 4px}.agent-statement-document--mobile .agent-statement-table thead th{background-color:#f0f9ffa6}.modal.due-invoice-modal,.modal.statement-modal{width:min(720px,100%);max-width:min(720px,96vw)}.invoice-modal-actions{flex-wrap:wrap;justify-content:center;gap:8px;padding:12px;display:flex}@container invoice (width<=300px){.invoice-field-row:not(.invoice-field-row--stack){column-gap:max(14px, var(--invoice-kv-gap,18px))}}@container invoice (width>=400px){.invoice-field-row:not(.invoice-field-row--stack){column-gap:var(--invoice-kv-gap,clamp(20px, 12cqi, 64px))}}@media (width<=420px){.invoice-fields--auto .invoice-field-row:not(.invoice-field-row--stack){grid-template-columns:minmax(6rem,7.25rem) minmax(0,1fr)}}.invoice-capture-wrapper,.invoice-capture-root{--invoice-kv-gap:40px;max-width:390px}.invoice-capture-wrapper--statement,.invoice-capture-root--statement{--invoice-kv-gap:56px;width:100%;max-width:100%}.agent-statement-document{box-sizing:border-box;color:#111827;width:100%;max-width:100%}.agent-statement-document table{min-width:0!important}.agent-statement-table{table-layout:auto;border-collapse:separate;border-spacing:clamp(2px,.5vw,6px) 0;width:100%;margin-bottom:10px;font-size:clamp(10px,1.1vw,11px)}.agent-statement-table th,.agent-statement-table td{vertical-align:top;color:#111827;-webkit-backdrop-filter:none;backdrop-filter:none;z-index:auto;text-transform:none;letter-spacing:normal;font-size:inherit;word-break:break-word;overflow-wrap:anywhere;background:#fff;border:1px solid #d1d5db;padding:clamp(3px,.45vw,6px) clamp(4px,.65vw,8px);line-height:1.35;position:static}.agent-statement-table thead th{color:#374151;text-transform:uppercase;letter-spacing:.03em;background:#f3f4f6;font-size:clamp(9px,1vw,10px);font-weight:700}.agent-statement-table tbody tr:hover td{background:#fff}.agent-statement-table .col-date{white-space:nowrap}.agent-statement-table .col-customer{min-width:3.5rem}.agent-statement-table .col-id{white-space:nowrap}.agent-statement-table td.col-amount{white-space:nowrap;text-align:right;color:#047857;font-weight:600}.agent-statement-table thead th.col-amount{text-align:right;color:#374151;white-space:nowrap}.agent-statement-table .col-area{line-height:1.3}.agent-statement-table .col-account{min-width:3rem}.agent-statement-table td.empty{text-align:center;color:#6b7280}.invoice-capture-root--statement.agent-statement-document,.invoice-capture-root--statement .agent-statement-table th,.invoice-capture-root--statement .agent-statement-table td,.invoice-capture-wrapper--statement .agent-statement-table th,.invoice-capture-wrapper--statement .agent-statement-table td{color:#111827;background:#fff}.invoice-capture-root--statement .agent-statement-table thead th,.invoice-capture-wrapper--statement .agent-statement-table thead th{color:#374151;background:#f3f4f6}.invoice-capture-root--statement .agent-statement-table td.col-amount,.invoice-capture-wrapper--statement .agent-statement-table td.col-amount{color:#047857}.invoice-capture-wrapper .invoice-field-row:not(.invoice-field-row--stack){column-gap:var(--invoice-kv-gap,40px);grid-template-columns:minmax(6.5rem,7.75rem) minmax(0,1fr)}.invoice-capture-wrapper--statement .invoice-field-row:not(.invoice-field-row--stack){column-gap:var(--invoice-kv-gap,56px)}.invoice-capture-wrapper .table-compact{font-size:11px}.invoice-capture-wrapper .table-compact th,.invoice-capture-wrapper .table-compact td{word-break:break-word;padding:3px 5px}.gis-map-card{isolation:isolate}.gis-map-toolbar{z-index:1000;background:#0f172ae0;border:1px solid #94a3b859;border-radius:10px;flex-wrap:wrap;gap:6px;max-width:calc(100% - 56px);padding:8px;display:flex;position:absolute;top:12px;left:12px;box-shadow:0 8px 24px #00000059}.gis-map-toolbar .btn{white-space:nowrap;padding:6px 10px;font-size:12px}.gis-map-chip{z-index:1000;color:#e2e8f0;text-align:center;pointer-events:none;background:#0f172aeb;border:1px solid #60a5fa73;border-radius:999px;max-width:min(420px,100% - 24px);padding:8px 14px;font-size:13px;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.gis-map--crosshair,.gis-map--crosshair .leaflet-container,.gis-map.gis-map--crosshair,.gis-map--crosshair .leaflet-interactive{cursor:crosshair!important}@media (width<=900px){.gis-map-toolbar{max-width:calc(100% - 24px)}}.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}}
