:root{--ground:#f5f3f0;--card:#fff;--line:#eae7e2;--ink:#1f2937;--muted:#5b6472;--brand:#ea580c;--brand-deep:#c2410c;--brand-tint:#fdeee3;--amber:#f5a623;--danger:#dc2626;--radius-card:16px;--radius-control:10px;--control-height:48px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--ground);color:var(--ink);min-height:100dvh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}a{color:var(--brand-deep)}header.portal-header{background:var(--card);color:var(--ink);border-top:4px solid;border-image:linear-gradient(90deg, var(--amber), var(--brand)) 1;padding:12px 0;box-shadow:0 1px 3px #00000014}.portal-header-inner{flex-wrap:wrap;align-items:center;gap:10px 20px;max-width:1240px;margin:0 auto;padding:0 14px;display:flex}header.portal-header h1{font-size:0;line-height:0}.brand-logo{height:28px;display:block}header.portal-header nav{gap:6px;display:flex}header.portal-header nav a{color:#4b5563;border-radius:999px;padding:8px 14px;font-size:.92rem;font-weight:600;text-decoration:none}header.portal-header nav a.active{color:var(--brand-deep);background:var(--brand-tint)}.mobile-bottom-nav,.mobile-section-nav{display:none}.offline-banner{z-index:1090;color:#fff;text-align:center;background:#92400e;padding:9px 14px;font-size:.85rem;font-weight:700;position:sticky;top:0}.user-chip{color:#374151;cursor:pointer;background:#f3f4f6;border:none;border-radius:999px;align-items:center;gap:10px;margin-left:auto;padding:6px 14px;font-size:.85rem;display:inline-flex}.user-chip-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.user-chip form{display:flex}.user-chip-logout{color:var(--brand);cursor:pointer;background:0 0;border:0;padding:0;display:inline-flex}.user-chip-logout:hover{color:var(--brand-deep)}.user-chip-logout:focus-visible{outline:2px solid var(--amber);outline-offset:3px;border-radius:3px}.user-chip a{color:var(--brand);font-size:.8rem;text-decoration:underline}.signed-out-page{place-items:center;min-height:100dvh;padding:24px 14px;display:grid}.signed-out-card{border:1px solid var(--line);border-radius:var(--radius-card);background:var(--card);text-align:center;width:min(100%,420px);padding:32px;box-shadow:0 12px 36px #1f29371a}.signed-out-logo{width:min(100%,220px);margin-bottom:26px}.signed-out-card h1{margin-bottom:10px;font-size:1.55rem}.signed-out-card p{color:var(--muted);margin-bottom:24px;line-height:1.5}.container{max-width:640px;margin:0 auto;padding:20px 14px 40px}.container-wide{max-width:1240px}.filter-grid{grid-template-columns:1fr;gap:0 14px;margin-bottom:4px;display:grid}@media (width>=520px){.filter-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.filter-grid{grid-template-columns:repeat(4,1fr)}}.filter-grid>div{flex-direction:column;justify-content:flex-end;display:flex}.advanced-filter-grid{border-top:1px solid var(--line);padding-top:14px}.hint{color:var(--muted);text-align:center;margin-top:10px;font-size:.85rem}.breadcrumb{margin-bottom:12px;font-size:.9rem}.breadcrumb a{color:var(--brand-deep);text-decoration:none}tbody tr.clickable{cursor:pointer}tbody tr.clickable:hover td{background:var(--brand-tint)}.btn.btn-compact{width:auto;min-height:var(--control-height);padding:0 16px;font-size:.9rem}.confirm-box{background:var(--brand-tint);color:#333;border:1px solid #fdba74;border-radius:12px;margin-top:12px;padding:14px;font-size:.9rem;line-height:1.5}.confirm-box+.confirm-box{margin-top:8px}.sms-message-preview{white-space:pre-wrap}.tariff-fields{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));align-items:end;gap:14px 16px;margin-top:10px;display:grid}.tariff-field{text-transform:none;letter-spacing:normal;flex-direction:column;gap:6px;min-width:0;margin:0;display:flex}.tariff-field--grow{grid-column:span 2}.tariff-field-caption{letter-spacing:.05em;text-transform:uppercase;color:#666;font-size:.72rem;font-weight:600}.tariff-field :where(input,select){width:100%;margin-bottom:0}.tariff-edit-row{border-top:1px solid #00000014;padding:12px 0}.tariff-edit-row:first-of-type{border-top:none}.tariff-edit-name{font-weight:600}.toggle-container{background:#fff;border-radius:12px;margin-bottom:18px;padding:4px;display:flex;box-shadow:0 1px 4px #0000001a}.toggle-btn{cursor:pointer;color:#666;background:0 0;border:none;border-radius:9px;flex:1;padding:11px 8px;font-size:.9rem;font-weight:500;transition:background .18s,color .18s}.toggle-btn.active{background:var(--brand);color:#fff}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-card);margin-bottom:16px;padding:22px;box-shadow:0 1px 2px #1f1a140d}.responsive-card-grid{--responsive-card-min:24rem;grid-template-columns:repeat(auto-fit, minmax(min(100%, var(--responsive-card-min)), 1fr));gap:16px;display:grid}.responsive-card-grid>.card{margin-bottom:0}.card-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 20px;display:flex}.control-grid{--control-grid-min:12rem;grid-template-columns:repeat(auto-fit, minmax(min(100%, var(--control-grid-min)), 1fr));align-items:end;gap:12px;display:grid}.control-field{gap:5px;min-width:0;margin:0;display:grid}.control-field>span{color:var(--muted);font-size:.72rem;font-weight:700}.control-field>:where(input,select,textarea){min-width:0;margin:0}.control-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}label{color:#444;text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px;font-size:.88rem;font-weight:600;display:block}.field-label>*{text-transform:none;letter-spacing:normal}:where(input:not([type=checkbox]):not([type=radio]):not([type=range]),select,textarea){border-radius:var(--radius-control);width:100%;min-height:var(--control-height);background:var(--card);color:var(--ink);border:1.5px solid #d1d5db;margin-bottom:14px;padding:12px 13px;font-family:inherit;font-size:1rem}select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 13px center;background-repeat:no-repeat;padding-right:38px}:where(input,select,textarea):focus{border-color:var(--amber);background-color:#fff;outline:none;box-shadow:0 0 0 3px #f5a62340}.btn{min-height:var(--control-height);border-radius:var(--radius-control);cursor:pointer;border:1.5px solid #0000;justify-content:center;align-items:center;padding:0 16px;font-family:inherit;font-size:1rem;font-weight:700;text-decoration:none;display:inline-flex}.btn:focus-visible{outline-offset:2px;outline:3px solid #f5a6234d}.btn:disabled{cursor:not-allowed;opacity:.5;box-shadow:none}.btn-primary{background:var(--brand);border-color:var(--brand);color:#fff;width:100%;box-shadow:0 1px 3px #ea580c59}.btn-primary:hover:not(:disabled),.btn-primary:active{background:var(--brand-deep);border-color:var(--brand-deep)}.btn-secondary{background:var(--brand-tint);color:var(--brand-deep);border-color:#fdba74}.btn-secondary:hover:not(:disabled),.btn-secondary:active{border-color:var(--brand);background:#fed7aa}.btn-neutral{color:#4b5563;background:#f3f4f6;border-color:#d1d5db;font-size:.85rem;font-weight:600}.btn-neutral:hover:not(:disabled){background:#e5e7eb;border-color:#9ca3af}.btn-neutral.active{border-color:var(--brand);background:var(--brand-tint);color:var(--brand-deep)}.btn-neutral.active:before{content:"✓";margin-right:6px}.btn-icon{width:var(--control-height);min-height:var(--control-height);padding:0}.btn-danger,.btn-primary.btn-danger{background:var(--danger);border-color:var(--danger)}.btn-danger:hover:not(:disabled),.btn-danger:active,.btn-primary.btn-danger:hover:not(:disabled),.btn-primary.btn-danger:active{background:#b91c1c;border-color:#b91c1c}.customer-search-actions{flex-wrap:wrap;align-items:stretch;gap:10px;display:flex}.customer-search-actions .customer-search-submit{flex:auto;width:auto}.customer-add-action{white-space:nowrap;flex:none;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.page-title{letter-spacing:-.01em;color:var(--ink);margin:0;font-size:1.45rem;font-weight:800}.result-title{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:14px;font-size:1.02rem;font-weight:700}.field-row{border-bottom:1px solid #f2f2f2;justify-content:space-between;align-items:baseline;gap:12px;padding:9px 0;font-size:.93rem;display:flex}.field-row:last-child{border-bottom:none}.field-key{color:#666;flex-shrink:0}.field-value{text-align:right;word-break:break-word;white-space:pre-line;font-weight:600}.field-value .empty{color:#bbb}.customer-count{color:#666;margin-bottom:12px;font-size:.88rem}.table-wrapper{border-radius:8px;overflow-x:auto}.mobile-record-list{display:none}table{border-collapse:collapse;width:100%;min-width:320px;font-size:.85rem}thead th{background:var(--brand);color:#fff;text-align:left;white-space:normal;-webkit-user-select:none;user-select:none;padding:11px 12px;font-weight:600}.sort-button{width:100%;min-height:24px;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0}thead th:hover{background:var(--brand-deep)}thead th.sort-active{background:#c95218}tbody td{vertical-align:top;white-space:nowrap;border-bottom:1px solid #f0f0f0;padding:10px 12px}tbody td.hint{white-space:normal}tbody td.col-wrap{white-space:normal;max-width:240px}tbody tr:nth-child(2n) td{background:#faf8f5}.metric-table tbody th{color:var(--muted);text-align:left;border-bottom:1px solid #f0f0f0;padding:10px 12px;font-size:.85rem;font-weight:700}.metric-table thead th:not(:first-child){text-align:center}.metric-table tbody tr:nth-child(2n) th{background:#faf8f5}.metric-table .metric-value{color:var(--ink);text-align:center;font-size:1.45rem;font-weight:800}.metric-strip{border:1px solid var(--line);background:var(--line);border-radius:12px;grid-template-columns:repeat(auto-fit,minmax(8rem,1fr));gap:1px;display:grid;overflow:hidden}.metric-strip>*{background:var(--card)}.metric-strip--four{grid-template-columns:repeat(4,minmax(0,1fr))}@media (width<=900px){.control-grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.control-grid--four{grid-template-columns:1fr}.metric-strip--four{grid-template-columns:repeat(2,minmax(0,1fr))}}.loading-wrap{text-align:center;background:var(--card);border:1px solid var(--line);border-radius:var(--radius-card);padding:36px 20px;box-shadow:0 1px 2px #1f1a140d}.spinner{border:3px solid #f5ddd1;border-top-color:var(--brand);border-radius:50%;width:36px;height:36px;margin:0 auto 12px;animation:.75s linear infinite spin}.btn-pending{position:relative}.btn-pending:after{content:"";border:2.5px solid #c2410c1f;border-top-color:#c2410c73;border-radius:50%;width:18px;height:18px;margin:auto;animation:.75s linear infinite spin;position:absolute;inset:0}.inline-spinner{vertical-align:-2px;border:2px solid #c2410c26;border-top-color:#c2410c8c;border-radius:50%;width:14px;height:14px;animation:.75s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.loading-wrap p{color:#888;font-size:.9rem}.error-box{color:#b33;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:16px;font-size:.9rem;line-height:1.5}:where(.error-box,.notice-box){margin-block:12px}.notice-box{background:var(--brand-tint);color:var(--ink);border:1px solid #fdba74;border-radius:12px;padding:16px;font-size:.9rem;line-height:1.5}.notice-details{margin-top:8px}.success-box{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;padding:16px;font-size:.9rem;line-height:1.5}.button-row{flex-wrap:wrap;align-items:center;gap:10px;margin-top:12px;display:flex}.button-row--end{justify-content:flex-end}.expanded-form{border-top:1px solid var(--line);margin-top:24px;padding-top:24px}.hint-left{text-align:left}.pending-note{color:var(--muted);font-size:.85rem;font-style:italic}.pager{align-items:center;gap:10px;margin-top:10px;display:flex}.pager .hint{margin:0}.inline-edit-input{width:130px;margin-right:6px}.sms-compose-wrap{margin-bottom:14px;position:relative}.sms-compose-wrap textarea{margin-bottom:0;padding-bottom:42px;display:block}.sms-compose-wrap .char-count{max-width:calc(100% - 28px);color:var(--muted);text-align:right;pointer-events:none;background:#ffffffeb;border-radius:5px;padding:2px 5px;font-size:.78rem;line-height:1.25;position:absolute;bottom:10px;right:14px}.audit-row--block{display:block}.card-head{margin-bottom:12px}.ticket-detail .choice-row,.ticket-detail>.confirm-box{margin-bottom:14px}.ticket-detail .confirm-box textarea{margin-top:8px}.ticket-detail>.field-label,.ticket-detail .assignee-block{margin-top:12px}.field-row--editable{flex-wrap:wrap;gap:8px}.field-row--editable :where(input,select){margin-bottom:6px}.customer-detail-row{grid-template-columns:max-content minmax(0,1fr) 104px max-content;align-items:center;display:grid}.customer-detail-row>.field-key{grid-area:1/1}.customer-detail-row>.field-value{grid-area:1/4;min-width:0}.customer-field-actions{grid-area:1/3;justify-content:flex-end;align-items:center;gap:8px;min-width:104px;display:flex}.periodic-billing-power-actions{flex-direction:column;align-items:flex-end;gap:8px}.periodic-billing-power-actions:empty{display:none}.customer-detail-row>:where(.edit-field,.edit-field--full){grid-column:2/5}#customer-payments tbody td{vertical-align:middle}@media (width>=641px){.customer-detail-row--editing{align-items:start}.customer-detail-row--editing>.field-key{min-height:var(--control-height);align-items:center;display:flex}}.edit-field{text-align:right;flex:220px}.edit-field .edit-input{max-width:100%}.edit-field .edit-input--pole{width:7rem}.edit-field .edit-input--phone{width:16rem}.edit-phone-row{vertical-align:top;align-items:stretch;gap:8px;width:18rem;max-width:100%;display:inline-flex}.edit-phone-row .edit-input--phone{flex:auto;width:auto;min-width:0}.edit-phone-prefix{min-height:var(--control-height);flex:none;margin-bottom:6px}.edit-field .edit-input--meter-serial{width:20rem}.edit-field--full{flex:100%}.edit-actions{justify-content:flex-end;gap:8px;margin-top:8px;display:flex}.edit-action{min-width:86px}.result-title--inline{margin-bottom:0}.select-compact{width:auto;margin-bottom:0}.hidden{display:none}.show-more-rows{color:var(--muted,#667);align-items:center;gap:10px;padding:10px 12px;font-size:.85rem;display:flex}.pole-map-page{flex-direction:column;gap:10px;width:calc(100vw - 40px);height:calc(100dvh - 130px);min-height:420px;margin-left:calc(50% - 50vw + 20px);display:flex}.pole-map-toolbar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.mobile-map-floating-actions,.mobile-map-search-popover,.mobile-map-panel-head,.mobile-panel-views,.mobile-map-backdrop{display:none}.toolbar-spacer{flex:1}.pole-search{width:280px;max-width:45vw}.search-msg{color:#b91c1c;font-size:.85rem}.pole-map-body{flex:1;gap:10px;min-height:0;display:flex;position:relative}.map-location-control{z-index:800;color:#4b5563;cursor:pointer;background:#ffffffe6;border:1px solid #4b556347;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;padding:0;display:inline-flex;position:absolute;bottom:28px;right:10px;box-shadow:0 1px 5px #1f1a1433}.map-location-control:hover,.map-location-control:focus-visible{color:#2563eb;border-color:#2563eb}.map-location-control.active{color:#2563eb;background:#eff6fff0}.map-location-control:disabled{cursor:wait;opacity:.7}.map-location-control svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;width:22px;height:22px}.pole-map-canvas{border:1px solid #d1d5db;border-radius:12px;flex:1;min-height:0}.pole-map-canvas.selection-mode{cursor:crosshair}.pole-map-side{flex-direction:column;gap:10px;width:230px;display:flex;overflow-y:auto}.map-legend{background:#fff;border:1px solid #d1d5db;border-radius:10px;padding:10px 12px;font-size:.8rem}.legend-title{margin:6px 0 4px;font-weight:700}.legend-title:first-child{margin-top:0}.map-power-filters{gap:7px;margin:7px 0 9px;display:grid}.map-power-filters label{color:var(--muted);gap:3px;font-size:.75rem;font-weight:650;display:grid}.map-power-filters select{border-radius:var(--radius-control);width:100%;min-height:34px;color:var(--text);font:inherit;background:#fff;border:1px solid #d1d5db;padding:4px 8px}.legend-row{align-items:center;gap:6px;padding:1.5px 0;display:flex}.legend-swatch{border:2px solid;border-radius:50%;flex-shrink:0;width:12px;height:12px}.legend-scroll{max-height:260px;overflow-y:auto}.legend-mode-btns{gap:4px;margin-bottom:8px;display:flex}.legend-mode-btns .btn{flex:1;padding:4px;font-size:.7rem}.reading-gradient{background:linear-gradient(90deg,#11d411,#d4d411,#d41111);border:1px solid #0003;border-radius:6px;height:12px}.reading-gradient-labels{color:#555;justify-content:space-between;margin:2px 0 6px;font-size:.7rem;display:flex}.map-sliders{background:#fff;border:1px solid #d1d5db;border-radius:10px;flex-direction:column;flex-shrink:0;gap:18px;padding:10px 12px;display:flex}.slider-label{color:#555;align-items:center;gap:8px;margin-bottom:0;font-size:.8rem;display:flex}.slider-label input[type=range]{cursor:pointer;flex:1;margin:0}.slider-label input[type=number]{width:60px}.threshold-settings{justify-content:space-between;align-items:center;gap:18px;font-size:1rem;display:flex}.threshold-legend-entries{flex-direction:column;gap:4px;display:flex}.threshold-control{color:var(--ink);flex:none;align-items:center;gap:8px;margin:0;font-size:1rem;display:flex}.threshold-control>span:last-child{font-size:inherit;color:inherit}.threshold-hours-input{text-align:center;font-variant-numeric:tabular-nums;width:4.5rem!important;margin:0!important}.selection-bar{background:var(--brand-tint);border:1px solid #fdba74;border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;font-size:.9rem;display:flex}.selection-count{font-weight:600}.selection-actions{align-items:center;gap:8px;margin-left:auto;display:flex}.selection-action{min-height:var(--control-height);padding:0 16px;font-size:.9rem}.map-status{color:#555;font-size:.8rem;transition:opacity 1.5s}.map-status.fade{opacity:0}.customer-tip{min-width:230px}.customer-tip-name{margin-bottom:4px;font-weight:700}.customer-tip-row{justify-content:space-between;gap:12px;font-size:.8rem;display:flex}.customer-tip-row>span:first-child{color:#888}.customer-tip-row>:last-child{text-align:right}.customer-tip-reading{flex-direction:column;align-items:flex-end;gap:1px;display:flex}@media (width<=800px){.pole-map-body{flex-direction:column}.pole-map-side{width:auto;max-height:40vh}.mobile-map-backdrop{z-index:1250;background:#1f1a1447;border:0;display:block;position:fixed;inset:0}}.wizard{flex-direction:column;max-width:480px;min-height:calc(100dvh - 130px);margin:0 auto;display:flex}.wizard-top{align-items:center;gap:12px;padding:8px 0 18px;display:flex}.wizard-back{width:var(--control-height);min-height:var(--control-height);cursor:pointer;color:#555;visibility:hidden;background:0 0;border:none;font-size:1.4rem}.wizard-back.visible{visibility:visible}.wizard-close{color:#555;min-width:var(--control-height);min-height:var(--control-height);justify-content:center;align-items:center;padding:6px 10px;font-size:1.6rem;line-height:1;text-decoration:none;display:inline-flex}.wizard-progress-track{background:#e5e7eb;border-radius:3px;flex:1;height:6px;overflow:hidden}.wizard-progress-fill{background:#f97316;border-radius:3px;height:100%;transition:width .3s}.wizard-step{flex-direction:column;flex:1;gap:12px;display:flex}.wizard-step.dir-forward{animation:.3s cubic-bezier(.4,0,.2,1) wizard-in-forward}.wizard-step.dir-back{animation:.3s cubic-bezier(.4,0,.2,1) wizard-in-back}@keyframes wizard-in-forward{0%{opacity:.3;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@keyframes wizard-in-back{0%{opacity:.3;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}.eyebrow{text-transform:uppercase;letter-spacing:.08em;color:#f97316;font-size:.72rem;font-weight:700}.wizard-question{margin-bottom:8px;font-size:1.5rem;font-weight:700}.wizard-heading{flex:1;font-size:1.2rem;font-weight:700}.wizard--centered{justify-content:center}.signup-success{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-card);text-align:center;padding:36px 32px;box-shadow:0 6px 24px #00000012}.signup-success-badge{color:#fff;background:#16a34a;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 18px;font-size:1.9rem;line-height:1;display:flex}.signup-success-heading{letter-spacing:-.01em;font-size:1.4rem;font-weight:800}.signup-success-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:28px;display:flex}.signup-success-action{justify-content:center;min-width:176px}.big-input{border:2px solid #d1d5db;border-radius:12px;width:100%;padding:14px 16px;font-size:1.6rem}.big-input:focus{border-color:#f97316;outline:none}.choice-btn{text-align:left;cursor:pointer;background:#f3f4f6;border:2px solid #d1d5db;border-radius:12px;width:100%;padding:16px 18px;font-family:inherit;font-size:1.05rem;font-weight:600;display:block}.choice-btn.selected{background:#fff7ed;border-color:#f97316}.big-toggle-row{cursor:pointer;text-align:left;background:#f3f4f6;border:2px solid #d1d5db;border-radius:12px;justify-content:space-between;align-items:center;width:100%;padding:16px 18px;font-family:inherit;display:flex}.big-toggle-row.on{background:#fff7ed;border-color:#f97316}.toggle-label-main{font-size:1.1rem;font-weight:700;display:block}.toggle-label-sub{color:#888;font-size:.85rem;display:block}.toggle-indicator{color:#f97316;font-weight:700}.gps-status-box{text-align:center;border:1px solid #d1d5db;border-radius:12px;flex-direction:column;gap:10px;padding:16px;display:flex}.gps-big-number{font-size:2.2rem;font-weight:800}.gps-bar-track{background:#e5e7eb;border-radius:5px;height:10px;overflow:hidden}.gps-bar-fill{border-radius:5px;height:100%;transition:width .4s,background-color .4s}.gps-tip-text{color:#555;min-height:1.2em;font-size:.9rem}.gps-coords-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.coord-box{border:1px solid #e5e7eb;border-radius:10px;padding:8px}.clabel{text-transform:uppercase;color:#888;font-size:.7rem}.cvalue{font-weight:700}.review-card{border:1px solid #d1d5db;border-radius:12px;padding:4px 14px}.wizard-bottom{padding:16px 0}.wizard-bottom .btn-primary{width:100%;padding:14px;font-size:1.1rem}.register-pole-btn{min-height:var(--control-height);white-space:nowrap;align-items:center;text-decoration:none;display:inline-flex}.account-number-display{letter-spacing:.1em;text-align:center;background:#fff7ed;border:3px dashed #f97316;border-radius:16px;margin:8px 0;padding:24px 12px;font-size:3rem;font-weight:800}.signup-account-ribbon{background:#fff7ed;border:1px solid #f97316;border-radius:10px;margin-bottom:8px;padding:8px 14px;font-size:.95rem}.field-label{color:#444;text-transform:uppercase;letter-spacing:.04em;flex-direction:column;gap:6px;margin-bottom:18px;font-size:.9rem;font-weight:600;display:flex}.field-label :where(input,select,textarea){margin-bottom:0}.phone-row{align-items:stretch;gap:8px;margin-bottom:14px;display:flex}.phone-row input{flex:1;margin-bottom:0}.phone-prefix{border-radius:var(--radius-control);background:#f3f4f6;border:1.5px solid #d1d5db;align-items:center;padding:0 12px;font-weight:700;display:inline-flex}.holdable-input.locked{color:var(--ink);letter-spacing:.06em;cursor:pointer;caret-color:#0000;-webkit-user-select:none;user-select:none;background:#f3f4f6;border:1.5px solid #d1d5db;font-weight:700}.holdable-input.holding{background-image:linear-gradient(#f5a62359,#f5a62359);background-repeat:no-repeat;background-size:0% 100%;animation:3s linear forwards hold-sweep}@keyframes hold-sweep{0%{background-size:0% 100%}to{background-size:100% 100%}}@media (prefers-reduced-motion:reduce){.holdable-input.holding{animation:none}}.field-note{color:var(--muted);font-size:.82rem;font-weight:400}.field-error{color:var(--danger);font-size:.82rem;font-weight:500}:where(input,select,textarea).input-invalid{border-color:var(--danger)}:where(input,select,textarea).input-invalid:focus{border-color:var(--danger);box-shadow:0 0 0 3px #dc26262e}.choice-row{flex-wrap:wrap;gap:6px;display:flex}.household-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.household-cell{flex-direction:column;gap:4px;font-size:.8rem;font-weight:500;display:flex}.qr-video{object-fit:cover;border:2px solid #f97316;border-radius:12px;width:100%;max-height:320px;margin-top:8px}.issues-toolbar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:14px;display:flex}.issues-toolbar>select,.issues-toolbar>.filter-pop{flex:1 1 0;width:auto;min-width:0;margin-bottom:0}.issues-toolbar .register-pole-btn{margin-left:auto}.payment-code-correction{margin-top:28px}.payment-code-correction-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:16px 0;display:grid}.payment-code-correction-fields label{font-weight:700}.payment-code-correction-fields input{margin-top:6px;margin-bottom:0}.payment-code-correction-review{margin-top:8px}.status-pill{color:#fff;white-space:nowrap;border-radius:999px;padding:3px 10px;font-size:.72rem;font-weight:700}.ticket-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #eee;border-radius:12px;width:100%;margin-bottom:10px;padding:14px 16px;font-family:inherit;display:block;box-shadow:0 1px 4px #00000014}.ticket-card:hover{border-color:var(--brand)}.ticket-card-top{align-items:flex-start;gap:10px;display:flex}.ticket-card-context{flex-direction:column;gap:2px;min-width:0;display:flex}.ticket-card-top>.status-pill{flex:none;margin-left:auto}.ticket-card-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-left:auto;display:flex}.ticket-card-actions select{width:auto;min-width:170px;margin-bottom:0}.mobile-list-filter{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:8px;margin-bottom:8px;font-size:.78rem;font-weight:700;display:flex}.mobile-list-filter select{text-transform:none;letter-spacing:normal;margin-bottom:0;font-weight:400}.customer-tickets-head{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px 12px;margin-bottom:20px;display:grid}.customer-tickets-head .ticket-card-actions{display:contents}.customer-tickets-head .customer-add-ticket{grid-area:1/2}.customer-tickets-head .mobile-list-filter{grid-area:2/1/auto/-1;grid-template-columns:auto 280px;justify-self:end;align-items:center;margin-bottom:0;display:grid}.customer-tickets-card>.hint{text-align:center;padding:8px 0 4px}.ticket-context{font-size:.9rem;font-weight:700}.ticket-subject{color:var(--brand-deep);font-size:.9rem;font-weight:700}.ticket-description{color:#444;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:8px 0;font-size:.9rem;display:-webkit-box;overflow:hidden}.ticket-card-bottom{color:#999;justify-content:space-between;font-size:.78rem;display:flex}textarea{background:var(--card);color:#222;resize:vertical;border:1.5px solid #ddd;border-radius:8px;width:100%;padding:12px 14px;font-family:inherit;font-size:1rem}textarea:focus{border-color:var(--brand);background:#fff;outline:none}.audit-row{border-bottom:1px solid #f2f2f2;align-items:baseline;gap:12px;padding:7px 0;font-size:.85rem;display:flex}.audit-row:last-child{border-bottom:none}.audit-when{color:#999;white-space:nowrap;font-size:.75rem}.clickable-row{cursor:pointer}.clickable-row:hover td{background:var(--brand-tint)}.monitor-summary{--responsive-card-min:29rem;margin:16px 0}.summary-card-heading{margin-bottom:16px}.power-matrix{table-layout:fixed;min-width:0}.matrix-note{color:var(--muted);margin:12px 0 0;font-size:.78rem}.cutoff-horizons{min-width:0}.cutoff-horizons>div{text-align:center;gap:4px;padding:18px 12px;display:grid}.cutoff-horizons strong{color:var(--brand-deep);font-size:1.45rem}.cutoff-horizons span{color:var(--muted);font-size:.78rem}.eyebrow{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:.74rem;font-weight:800}.status-good{color:#15803d;font-weight:700}.status-muted{color:var(--muted)}.status-warning{color:#9a3412}.status-bad,.setup-problems{color:var(--danger)}.monitor-table-card{overflow:hidden}.monitor-table-toolbar{border-bottom:1px solid var(--line);gap:14px;margin-bottom:16px;padding-bottom:16px;display:grid}.monitor-table-heading{min-width:90px;display:grid}.monitor-table-heading span{color:var(--muted);font-size:.78rem}.monitor-table-filters{--control-grid-min:10.5rem}.monitor-table-filters input,.monitor-table-filters select{padding:8px 10px;font-size:.8rem}.reconciliation-card{grid-template-columns:minmax(180px,auto) minmax(320px,1fr) auto;align-items:center;gap:20px 28px;margin-bottom:16px;display:grid}.reconciliation-heading h3{margin:4px 0 0}.reconciliation-status{min-width:0;color:var(--muted);grid-area:1/2}.reconciliation-status p{margin:0}.reconciliation-result{gap:4px;font-size:.82rem;display:grid}.reconciliation-result strong{color:var(--text)}.reconciliation-status-line{justify-content:space-between;gap:16px;margin-bottom:8px;font-size:.84rem;display:flex}.reconciliation-status-line strong{color:var(--text)}.reconciliation-progress-track{background:#e5e7eb;border-radius:999px;height:8px;overflow:hidden}.reconciliation-progress-track>span{border-radius:inherit;background:var(--brand);height:100%;transition:width .2s;display:block}.reconciliation-progress-track.indeterminate>span{width:32%;animation:1.2s ease-in-out infinite reconciliation-indeterminate}@keyframes reconciliation-indeterminate{0%{transform:translate(-110%)}to{transform:translate(330%)}}.reconciliation-mode{margin-top:7px;font-size:.75rem;display:block}.reconciliation-actions{justify-content:flex-end;align-items:center;gap:16px;min-width:0;display:flex}.reconciliation-actions .btn{white-space:nowrap;flex:none}.reconciliation-command-option{cursor:pointer;align-items:flex-start;gap:9px;display:flex}.reconciliation-command-option input{appearance:none;background:#cbd5e1;border:0;border-radius:999px;flex:none;width:38px;height:22px;margin-top:1px;transition:background .16s;position:relative}.reconciliation-command-option input:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .16s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0f172a47}.reconciliation-command-option input:checked{background:var(--brand)}.reconciliation-command-option input:checked:after{transform:translate(16px)}.reconciliation-command-option input:focus-visible{outline-offset:2px;outline:3px solid #ea580c40}.reconciliation-command-option input:disabled{cursor:not-allowed;opacity:.6}.reconciliation-command-option span,.reconciliation-command-option small{display:block}.reconciliation-command-option small{color:var(--muted)}.reconciliation-card details{margin-top:10px}.monitor-table-card .table-wrapper table{width:100%;font-size:.82rem}.monitor-table-card .mobile-record-list{margin-top:0}.monitor-table-card tbody td small{color:var(--muted);max-width:220px;margin-top:4px;display:block}.stacked-date-time{gap:3px;display:grid}.periodic-mobile-record{color:var(--muted);text-align:left;gap:6px;display:grid}.periodic-mobile-record>span:first-child{justify-content:space-between;align-items:center;gap:10px;display:flex}.state-pill{border-radius:999px;padding:3px 8px;font-size:.72rem;font-weight:800;display:inline-flex}.state-on{color:#166534;background:#dcfce7}.state-off{color:#991b1b;background:#fee2e2}.state-unknown,.state-unavailable{color:#475569;background:#e2e8f0}.setup-problems{min-width:150px;margin:0;padding-left:17px}.unified-status{gap:6px;min-width:175px;display:grid}.unified-status>span,.unified-status small{display:block}.unified-status small{max-width:280px}.empty-state{text-align:center;color:var(--muted);padding:24px}.periodic-mobile-link{display:none}@media (width<=760px){.periodic-mobile-link{justify-content:space-between;align-items:center;margin-top:14px;text-decoration:none;display:flex}.reconciliation-card{grid-template-columns:1fr;align-items:stretch}.reconciliation-status{grid-area:auto/1}.reconciliation-actions{flex-direction:column;order:3;align-items:stretch}.reconciliation-actions .btn{width:100%}}@media (width>=761px) and (width<=1100px){.reconciliation-card{grid-template-columns:minmax(170px,auto) minmax(0,1fr)}.reconciliation-actions{border-top:1px solid var(--line);grid-column:1/-1;padding-top:16px}}.self-service-page{background:radial-gradient(circle at 12% 0%, #f5a6232e, transparent 34rem), linear-gradient(155deg, #fffaf3 0%, var(--ground) 58%, #f1ede8 100%);place-items:center;min-height:100dvh;padding:28px 16px;display:grid}.self-service-card{border:1px solid #ea580c29;border-top:5px solid var(--brand);background:#fffffff5;border-radius:22px;width:min(100%,520px);padding:clamp(24px,6vw,42px);box-shadow:0 22px 60px #45342821}.self-service-card label{color:var(--ink)}.self-service-card input{text-align:center;letter-spacing:.06em;min-height:58px;margin-bottom:18px;font-size:1.2rem;font-weight:750}.self-service-actions{grid-template-columns:1fr 1fr;gap:12px;display:grid}.self-service-actions .btn{width:100%;min-height:54px}.self-service-result{min-height:0}.self-service-result:not(:empty){padding-top:16px}.self-service-result :where(.success-box,.error-box){text-align:center;margin:0;font-size:1rem}@media (width<=430px){.self-service-page{align-items:start;padding:18px 12px}.self-service-card{border-radius:17px;padding:24px 18px}.self-service-actions{grid-template-columns:1fr}}@media (width<=640px){.payment-code-correction-fields{grid-template-columns:1fr}header.portal-header{padding:10px 0}header.portal-header+.offline-banner{top:56px}.portal-header-inner{gap:6px 12px}header.portal-header .desktop-nav{display:none}header.portal-header{z-index:1100;position:sticky;top:0}.user-chip{max-width:58vw;padding:5px 10px;font-size:.78rem}.brand-logo{height:24px}.container{padding-bottom:calc(78px + env(safe-area-inset-bottom))}.card{padding:16px}.mobile-bottom-nav{z-index:1200;min-height:calc(58px + env(safe-area-inset-bottom));padding:4px 4px env(safe-area-inset-bottom);border-top:1px solid var(--line);background:#fffffff7;grid-template-columns:repeat(auto-fit,minmax(0,1fr));display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 12px #1f1a141a}.mobile-bottom-nav a{color:#4b5563;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:2px;min-width:0;min-height:48px;font-size:.7rem;font-weight:700;text-decoration:none;display:flex}.mobile-bottom-nav svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.mobile-bottom-nav a.active{color:var(--brand-deep);background:var(--brand-tint)}.field-row{flex-direction:column;align-items:stretch;gap:4px}.field-key{text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;font-weight:600}.field-value{text-align:left}.customer-detail-row{grid-template-columns:minmax(0,1fr) max-content;gap:5px 8px}.customer-detail-row>.field-key{grid-area:1/1/auto/-1;align-self:center}.customer-detail-row>.field-value{grid-area:2/1;align-self:center}.customer-detail-row>.customer-field-actions{grid-area:2/2;justify-content:flex-end;align-self:center;min-width:0}.customer-detail-row>.customer-field-actions:empty{display:none}.customer-detail-row:has(>.customer-field-actions:empty)>.field-value{grid-column:1/-1}.customer-detail-row>:where(.edit-field,.edit-field--full){grid-column:1/-1}.audit-row{flex-direction:column;align-items:stretch;gap:3px;padding:10px 0}.audit-when{white-space:normal}.pager{flex-wrap:wrap}.filter-pop{flex-basis:100%;width:100%}.filter-pop-body{width:100%;min-width:0;max-width:calc(100vw - 28px)}.filter-pop-row,.legend-row-btn{min-height:var(--control-height)}.status-pill{padding:5px 10px;font-size:.8rem}.issues-toolbar>select,.issues-toolbar>.filter-pop{flex:100%;max-width:none}.issue-new-ticket{z-index:1150;right:16px;bottom:calc(76px + env(safe-area-inset-bottom));flex-basis:auto;width:auto;padding:0 18px;position:fixed;box-shadow:0 5px 18px #c2410c59}.customer-tickets-head{grid-template-columns:minmax(0,1fr) auto;gap:14px 10px;margin-bottom:18px;display:grid}.customer-tickets-head>.result-title{align-self:center}.customer-tickets-head .ticket-card-actions{display:contents}.customer-add-ticket{white-space:nowrap;grid-area:1/2;min-width:0}.mobile-list-filter{grid-column:1/-1;grid-template-columns:4.5rem minmax(0,1fr);gap:8px;margin-bottom:0;display:grid}.mobile-list-filter select{width:100%;min-width:0}.customer-tickets-head .mobile-list-filter{grid-row:2;grid-template-columns:4.5rem minmax(0,1fr);justify-self:stretch}.customer-search-actions .customer-search-submit,.customer-search-actions .customer-advanced-action,.customer-search-actions .customer-add-action{flex:100%;width:100%}.sms-blast-card .button-row .btn{width:100%}.grid-control-card .control-row{grid-template-columns:1fr;gap:12px;display:grid}.grid-control-card .segmented,.grid-control-card .control-row input,.grid-control-card .control-row .btn{width:100%;max-width:none}.grid-control-card .segment{flex:1 1 0;min-width:0;padding:0 10px}.tariff-mobile-list{margin-top:0}.wizard-bottom--sticky{z-index:100;bottom:calc(58px + env(safe-area-inset-bottom));background:linear-gradient(to bottom, #f5f3f000, var(--ground) 18%);margin-top:auto;padding:10px 0;position:sticky}.ticket-detail>.choice-row .btn{flex:calc(50% - 3px)}.ticket-detail .inline-edit-input{width:100%;margin:0 0 8px}.pole-map-page{width:auto;height:calc(100dvh - 142px - env(safe-area-inset-bottom));gap:8px;min-height:420px;margin-left:0}.pole-map-toolbar{display:none}.mobile-map-floating-actions{z-index:900;gap:8px;display:flex;position:absolute;top:10px;right:10px}.mobile-map-fab{width:var(--control-height);height:var(--control-height);min-height:var(--control-height);color:#4b5563;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffeb;border:1px solid #4b55633d;border-radius:50%;justify-content:center;align-items:center;padding:0;text-decoration:none;display:inline-flex;box-shadow:0 2px 8px #1f1a142e}.mobile-map-fab:hover,.mobile-map-fab:focus-visible,.mobile-map-fab.active{border-color:var(--brand);color:var(--brand-deep);background:#fff7edf5}.mobile-map-fab svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.mobile-map-search-popover{z-index:890;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border:1px solid #4b556333;border-radius:16px;flex-direction:column;gap:8px;padding:12px;display:flex;position:absolute;top:68px;left:10px;right:10px;box-shadow:0 8px 24px #1f1a1438}.mobile-map-search-head,.mobile-map-search-row{align-items:center;gap:8px;display:flex}.mobile-map-search-head{justify-content:space-between}.mobile-map-search-close{width:38px;height:38px;color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:1.35rem;line-height:1;display:inline-flex}.mobile-map-search-close:hover,.mobile-map-search-close:focus-visible{color:var(--ink);background:#f3f4f6}.mobile-map-search-input-wrap{flex:auto;min-width:0;position:relative}.mobile-map-search-row input{width:100%;margin:0;padding-right:42px}.mobile-map-search-row input::placeholder{font-size:.8rem}.mobile-map-search-clear{width:34px;height:34px;color:var(--muted);font:inherit;cursor:pointer;background:#eef0f3;border:0;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:1.3rem;line-height:1;display:inline-flex;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.mobile-map-search-clear:hover,.mobile-map-search-clear:focus-visible{color:var(--ink);background:#e2e5e9}.mobile-map-search-row .btn{flex:none;margin-left:auto}.mobile-map-search-row{flex-wrap:wrap}.mobile-map-search-input-wrap{flex-basis:100%}.mobile-map-search-popover .search-msg{max-width:none}.map-location-error{color:#b91c1c;background:#fef2f2;border-radius:9px;padding:8px 10px;font-size:.8rem}.pole-map-body{min-height:0;display:block}.pole-map-canvas{width:100%;height:100%}.pole-map-page .leaflet-control-zoom{display:none}.pole-map-side{z-index:1300;left:14px;right:14px;bottom:calc(70px + env(safe-area-inset-bottom));width:auto;max-height:calc(100dvh - 100px - env(safe-area-inset-bottom));border:1px solid var(--line);background:var(--ground);visibility:hidden;scrollbar-width:thin;scrollbar-color:#9ca3af transparent;border-radius:18px;padding:14px;transition:transform .18s,visibility .18s;position:fixed;overflow-y:auto;transform:translateY(calc(100% + 100px));box-shadow:0 12px 36px #1f1a1447}.pole-map-side::-webkit-scrollbar{width:6px}.pole-map-side::-webkit-scrollbar-thumb{background:#9ca3af;border-radius:999px}.pole-map-side.mobile-panel-open{visibility:visible;transform:translateY(0)}.mobile-map-panel-head{z-index:2;border-bottom:1px solid var(--line);background:var(--ground);justify-content:space-between;align-items:center;gap:10px;margin:-14px -14px 0;padding:14px;display:flex;position:sticky;top:-14px}.mobile-panel-views{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.mobile-panel-views .btn{min-width:0;padding:0 8px;font-size:.76rem}.selection-bar{z-index:1150;left:14px;right:14px;bottom:calc(70px + env(safe-area-inset-bottom));position:fixed}.map-status{background:#ffffffdb;border-radius:8px;padding:5px 8px;position:absolute;bottom:8px;left:8px}.leaflet-tooltip{white-space:normal;max-width:calc(100vw - 40px)}.leaflet-tooltip a[data-copy-location]{min-height:var(--control-height);align-items:center;display:inline-flex;font-size:.9rem!important}}@media (width<=900px){.table-wrapper--desktop{display:none}.mobile-record-list{gap:10px;margin-top:14px;display:grid}.mobile-sort-controls{grid-template-columns:4.5rem minmax(0, 1fr) var(--control-height);align-items:center;gap:8px;margin-bottom:10px;display:grid}.mobile-sort-controls label{margin-bottom:0;font-size:.78rem}.mobile-sort-controls select{margin-bottom:0}.mobile-sort-controls select:last-child{grid-column:2/-1}.mobile-record-card{border:1px solid var(--line);width:100%;color:var(--ink);font:inherit;text-align:left;background:#faf8f5;border-radius:12px;flex-direction:column;gap:6px;padding:14px;display:flex}.mobile-record-card--clickable{min-height:var(--control-height);cursor:pointer}.mobile-record-heading{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.mobile-record-content{flex-direction:column;gap:12px;display:flex}.mobile-record-primary{font-size:1rem;line-height:1.35}.mobile-record-secondary{color:var(--muted);flex-direction:column;gap:5px;font-size:.84rem;line-height:1.4;display:flex}}tfoot td{border-top:2px solid var(--brand);padding:11px 12px}.user-chip a{font-size:1rem;line-height:1;text-decoration:none}.segmented{min-height:var(--control-height);border-radius:var(--radius-control);background:#f3f4f6;border:1.5px solid #d1d5db;align-items:stretch;display:inline-flex;overflow:hidden}.segment{min-height:calc(var(--control-height) - 3px);font:inherit;color:#4b5563;cursor:pointer;background:0 0;border:none;padding:0 22px;font-weight:700}.segment+.segment{border-left:1.5px solid #d1d5db}.segment-active{background:var(--brand);color:#fff}.segment-active-danger{background:var(--danger);color:#fff}.pole-map-toolbar{align-items:center}.pole-map-toolbar input,.pole-map-toolbar select{width:auto;min-height:var(--control-height);margin-bottom:0;padding:0 12px}.pole-map-toolbar select{padding-right:38px}.pole-map-toolbar .btn,.pole-map-toolbar .register-pole-btn{min-height:var(--control-height);padding-top:0;padding-bottom:0}.pole-map-toolbar .register-pole-btn{order:2;margin-left:auto}.pole-map-toolbar .select-customers-btn{order:1}.pole-map-toolbar .select-customers-btn[aria-pressed=true]{background:var(--brand-deep);box-shadow:0 0 0 3px #ea580c33}.panel-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.control-row{flex-wrap:wrap;align-items:center;gap:10px;margin-top:12px;display:flex}.control-row input{flex:220px;width:auto;max-width:340px;margin-bottom:0}.control-output{border-top:1px solid var(--line);margin-top:22px;padding-top:20px}.page-title-standalone{margin:4px 2px 20px}.map-views{flex-wrap:wrap;gap:6px;display:flex}.search-group{flex:280px;align-items:center;gap:8px;min-width:0;display:flex}.search-group .pole-search{flex:120px;width:auto;min-width:100px;max-width:none}.search-group .search-msg{flex-shrink:0;max-width:45%}@media (width<=900px){.register-pole-btn{flex-basis:100%;justify-content:center}.pole-map-toolbar .register-pole-btn{order:0;margin-left:0}.pole-map-toolbar .select-customers-btn{order:0}.map-views{flex-basis:100%}.map-views .btn{flex:1;padding:0 8px;font-size:.8rem}.search-group{flex-basis:100%}}.base-layer-toggle{width:100%;margin-top:8px;display:flex}.base-layer-toggle .segment{flex:1;font-size:.8rem}.map-legend{flex:0 auto;min-height:0;overflow-y:auto}.legend-scroll{max-height:none}.legend-hint{color:var(--muted);margin:0 0 4px;font-size:.75rem}.legend-row-btn{width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:3px 4px}.legend-row-btn:hover{background:#f3f4f6}.legend-row-btn.active{background:var(--brand-tint);font-weight:700}@media (width<=800px){.map-legend{font-size:.95rem}.legend-row{padding:5px 0}.legend-row-btn{padding:10px 8px}}.filter-pop{position:relative}.filter-pop summary{cursor:pointer;border-radius:var(--radius-control);min-height:var(--control-height);color:var(--ink);white-space:nowrap;text-overflow:ellipsis;background:#fff;border:1.5px solid #d1d5db;align-items:center;padding:0 13px;font-size:1rem;list-style:none;display:flex;overflow:hidden}.filter-pop summary::-webkit-details-marker{display:none}.filter-pop[open] summary{border-color:var(--amber)}.filter-pop-body{z-index:1000;border:1px solid var(--line);background:#fff;border-radius:12px;min-width:230px;max-height:320px;padding:10px 12px;position:absolute;top:calc(100% + 6px);left:0;overflow-y:auto;box-shadow:0 6px 20px #1f1a1424}.filter-pop-row{text-transform:none;letter-spacing:normal;cursor:pointer;border-radius:8px;align-items:center;gap:12px;min-height:44px;margin-bottom:2px;padding:4px 8px;font-size:.9rem;font-weight:500;display:flex}.filter-pop-row:hover,.filter-pop-row:active{background:var(--brand-tint)}.assignee-pop{flex:none;width:100%;font-weight:500}.assignee-pop summary{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 13px center;background-repeat:no-repeat;padding-right:38px}.assignee-pop .filter-pop-body{width:100%}.filter-pop-row input[type=checkbox]{width:22px;height:22px;min-height:0;accent-color:var(--brand);cursor:pointer;flex:0 0 22px;margin:0}.filter-pop-actions{border-top:1px solid var(--line);gap:14px;margin-top:8px;padding-top:8px;display:flex}.icon-btn{font-size:1rem;line-height:1;text-decoration:none}.payment-correction-btn{color:var(--brand-deep);font-size:1.35rem}.payment-mobile-record{flex-direction:row;justify-content:space-between;align-items:center;gap:16px;display:flex}.payment-mobile-copy{flex-direction:column;flex:auto;gap:5px;min-width:0;display:flex}.payment-mobile-amount{font-size:.95rem;line-height:1.35}.payment-mobile-record .mobile-record-action{flex:none;margin-left:auto}.payment-corrected{color:#15803d;font-weight:700}.payment-correction-form{border-top:1px solid var(--line);max-width:440px;margin-top:18px;padding-top:18px}.payment-correction-form label{margin-bottom:8px;font-weight:700;display:block}.payment-correction-form input{max-width:220px}.payment-correction-form .inline-edit-actions{justify-content:flex-start;margin-top:12px}.payment-correction-form .btn{width:auto;min-width:96px}
