:root{color:#16202a;--red:#c62026;--navy:#101820;--line:#dce2e7;background:#f3f5f7;font-family:Inter,Arial,Helvetica,sans-serif}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.shell{max-width:1280px;margin:auto;padding:28px}.topbar{background:var(--navy);color:#fff;z-index:10;justify-content:space-between;align-items:center;gap:20px;padding:16px 28px;display:flex;position:sticky;top:0}.brand{letter-spacing:.8px;font-weight:900}.nav{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.navButton{color:#fff;cursor:pointer;background:0 0;border:0;padding:0}.pageHead{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;display:flex}.grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:16px;display:grid}.twoCol{grid-template-columns:2fr 1fr;gap:18px;display:grid}.card{border:1px solid var(--line);background:#fff;border-radius:14px;padding:18px;box-shadow:0 2px 10px #00000009}.metric{margin-top:8px;font-size:34px;font-weight:900}.badge{background:#e9eef2;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:700;display:inline-block}.status-SOLD{background:#dff4e6}.status-INTERESTED{color:#1e3a8a;background:#dbeafe}.status-APPOINTMENT_SET{color:#166534;background:#dcfce7}.table{border-collapse:collapse;background:#fff;width:100%}.table th,.table td{text-align:left;vertical-align:top;border-bottom:1px solid #e6eaed;padding:12px}.table tr:hover td{background:#fafbfc}.button{background:var(--red);color:#fff;cursor:pointer;border:0;border-radius:9px;padding:11px 16px;font-weight:800;display:inline-block}.button.secondary{color:#17202a;background:#e9eef2}.muted{color:#64717d}.formGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.formGrid .full{grid-column:1/-1}label{gap:6px;font-size:14px;font-weight:700;display:grid}input,select,textarea{background:#fff;border:1px solid #cbd4db;border-radius:8px;width:100%;padding:10px}textarea{resize:vertical;min-height:110px}.actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:16px;display:flex}.alert{color:#8b171b;background:#ffe2e2;border-radius:8px;margin:12px 0;padding:10px 12px}.loginWrap{background:radial-gradient(circle at 100% 0,#263847,#101820 60%);place-items:center;min-height:100vh;padding:24px;display:grid}.loginCard{background:#fff;border-radius:18px;gap:16px;width:min(440px,100%);padding:30px;display:grid}.eyebrow{text-transform:uppercase;letter-spacing:1.5px;color:var(--red);font-size:12px;font-weight:900}.mapCanvas{background-color:#f7f8f7;background-image:linear-gradient(30deg,#e5e9e8 12%,#0000 12.5% 87%,#e5e9e8 87.5%),linear-gradient(150deg,#e5e9e8 12%,#0000 12.5% 87%,#e5e9e8 87.5%),linear-gradient(30deg,#e5e9e8 12%,#0000 12.5% 87%,#e5e9e8 87.5%),linear-gradient(150deg,#e5e9e8 12%,#0000 12.5% 87%,#e5e9e8 87.5%);background-position:0 0,0 0,40px 70px,40px 70px;background-repeat:repeat,repeat,repeat,repeat;background-size:80px 140px;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box;min-height:520px;position:relative;overflow:hidden}.pin{transform-origin:50%;background:var(--red);border:3px solid #fff;border-radius:50% 50% 50% 0;width:34px;height:34px;position:absolute;transform:translate(-50%,-50%)rotate(-45deg);box-shadow:0 3px 12px #0004}.pin span{color:#fff;text-align:center;padding:8px 0;font-size:11px;font-weight:900;display:block;rotate:45deg}.timeline{gap:10px;display:grid}.timelineItem{border-left:3px solid #d9e0e5;padding-left:12px}.kicker{text-transform:uppercase;letter-spacing:1px;color:#6a7680;font-size:12px;font-weight:900}@media (max-width:760px){.topbar{flex-direction:column;align-items:flex-start;position:static}.nav{gap:12px}.shell{padding:18px}.twoCol,.formGrid{grid-template-columns:1fr}.pageHead{flex-direction:column}.table{min-width:780px}}.realMap{border-radius:10px;height:620px;overflow:hidden}.photoGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:16px 0;display:grid}.photoGrid figure{margin:0}.photoGrid img{object-fit:cover;border-radius:10px;width:100%;height:170px}.photoGrid figcaption{color:#64717d;font-size:12px}.success{color:#145b2d;background:#dff4e6;border-radius:8px;margin:12px 0;padding:12px}.log{white-space:pre-wrap;color:#eaf1f5;background:#101820;border-radius:8px;max-height:360px;padding:12px;font-size:12px;overflow:auto}code{background:#edf1f4;border-radius:4px;padding:2px 5px}@media (max-width:760px){.realMap{height:65vh}.photoGrid{grid-template-columns:1fr}.topbar{position:sticky}.nav{flex-wrap:nowrap;width:100%;padding-bottom:4px;overflow-x:auto}.nav a,.nav button{white-space:nowrap}}.headerVersion{color:#101820;vertical-align:middle;background:#fff;border-radius:999px;margin-left:6px;padding:3px 6px;font-size:10px}.stack{align-content:start;gap:18px;display:grid}.sectionTitle{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.sectionTitle h2{margin:3px 0 0}.versionPill,.countBubble{color:#26323c;background:#edf1f4;border-radius:999px;justify-content:center;align-items:center;padding:5px 9px;font-size:11px;font-weight:900;display:inline-flex}.countBubble{color:#fff;background:#c62026;min-width:25px}.featureCard{border-top:4px solid var(--red)}.knockGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px;display:grid}.knockButton{cursor:pointer;background:#fff;border:1px solid #cfd8df;border-radius:10px;padding:13px 8px;font-weight:900}.knockButton:hover{transform:translateY(-1px);box-shadow:0 3px 10px #0001}.knockButton:disabled{opacity:.6;cursor:wait}.knock-INTERESTED{color:#1e3a8a;background:#dbeafe;border-color:#60a5fa}.knock-APPOINTMENT_SET{background:#e6f6ea;border-color:#8bc99b}.knock-NOT_INTERESTED,.knock-DO_NOT_KNOCK{background:#fff0f0;border-color:#e5aaaa}.knock-CALLBACK{background:#fff7dc;border-color:#e5cb74}.inlineNotice{background:#edf7ef;border-radius:8px;margin-top:12px;padding:10px 12px;font-weight:800}.photoUploadForm{gap:10px;margin:14px 0;display:grid}.cameraButton{color:#8e171b;cursor:pointer;background:#fff7f7;border:2px dashed #c62026;border-radius:12px;justify-content:center;align-items:center;min-height:58px;font-size:16px;display:flex}.fileInput{opacity:0;block-size:1px;inline-size:1px;position:absolute}.photoManager .photoGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.photoGrid figure{border:1px solid var(--line);background:#fff;border-radius:12px;position:relative;overflow:hidden}.photoGrid img{border-radius:0;height:190px}.photoGrid figcaption{gap:3px;padding:9px;display:grid}.photoGrid figcaption span{color:#1e2932;font-weight:800}.photoGrid figcaption small{color:#6b7780}.deletePhoto{color:#fff;cursor:pointer;background:#101820d9;border:0;border-radius:7px;padding:6px 8px;font-size:11px;font-weight:900;position:absolute;top:7px;right:7px}.emptyState{text-align:center;color:#64717d;border:1px dashed #cbd4db;border-radius:10px;padding:18px}.featureStrip{margin-bottom:16px}.featureStrip>div{color:#fff;background:#101820;border-radius:12px;flex-wrap:wrap;align-items:center;gap:8px;padding:12px 14px;display:flex}.featureStrip strong{color:#fff}.featureStrip span{background:#ffffff16;border:1px solid #ffffff25;border-radius:999px;padding:5px 8px;font-size:12px}@media (max-width:760px){.knockGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.photoManager .photoGrid{grid-template-columns:1fr}.cameraButton{min-height:66px}.sectionTitle{align-items:center}}.addressResults button{text-align:left;background:#fff;border:0;border-bottom:1px solid #e2e8f0;width:100%;padding:11px 12px;display:block}.addressResults button:hover{background:#f1f5f9}.mapFilters{flex-wrap:wrap;gap:12px;margin-bottom:10px;display:flex}.mapFilters label{align-items:center;gap:5px;font-weight:600;display:flex}.routeTracker{background:#eff6ff;border:1px solid #dbeafe;border-radius:12px;flex-wrap:wrap;align-items:center;gap:14px;padding:12px 16px;display:flex}.routeTracker .actions{margin-left:auto}.photoManager select{width:100%}.headerLogo{max-width:190px;max-height:38px;display:block}.profileNav{align-items:center;gap:6px;display:flex}.profileNav img{object-fit:cover;border:2px solid #fff;border-radius:50%;width:28px;height:28px}.checkGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.checkLabel{text-transform:capitalize;align-items:center;gap:8px;display:flex}.checkLabel input{width:auto}.profileHero{border-bottom:1px solid var(--line);align-items:center;gap:16px;padding-bottom:14px;display:flex}.avatarLarge{object-fit:cover;border-radius:50%;width:88px;height:88px}.avatarFallback{background:var(--navy);color:#fff;place-items:center;font-size:34px;font-weight:900;display:grid}.smsBox textarea{min-height:80px}.topbar{background:var(--navy);color:var(--accent)}@media (max-width:760px){.checkGrid{grid-template-columns:1fr}.headerLogo{max-width:150px}}.repCell{align-items:center;gap:10px;display:flex}.repCell img,.repCell>span{object-fit:cover;border-radius:50%;width:42px;height:42px}.repCell>span{background:var(--navy);color:#fff;place-items:center;font-weight:900;display:grid}.updaterCard{min-width:0}.updateForm{gap:14px;margin-top:18px;display:grid}.updateForm .button{justify-self:start}.updateStatus{text-transform:uppercase;letter-spacing:.5px;background:#e9eef2;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:900}.updateStatus-running,.updateStatus-queued{color:#174f91;background:#e8f1ff}.updateStatus-success{color:#145b2d;background:#dff4e6}.updateStatus-failed,.updateStatus-rolled_back{color:#8b171b;background:#ffe2e2}.updateStatus-rolling_back{color:#765600;background:#fff0c9}.updateProgressWrap{gap:14px;margin-top:18px;display:grid}.progressHeader{justify-content:space-between;gap:12px;font-size:15px;display:flex}.progressTrack{background:#e5e9ed;border-radius:999px;height:16px;overflow:hidden;box-shadow:inset 0 1px 3px #0002}.progressFill{border-radius:inherit;background:linear-gradient(90deg,var(--red),#eb5960);height:100%;transition:width .45s}.progressFailed{background:#991b1b}.updateMessage{margin:0}.updateSteps{border:1px solid var(--line);background:#fafbfc;border-radius:12px;gap:8px;padding:14px;display:grid}.updateStep{color:#7a8791;align-items:center;gap:10px;font-weight:700;display:flex}.updateStep>span:first-child{border:2px solid #cbd4db;border-radius:50%;place-items:center;width:25px;height:25px;font-size:13px;display:grid}.updateStep.complete{color:#175d31}.updateStep.complete>span:first-child{background:#dff4e6;border-color:#65aa7b}.updateStep.active{color:#174f91}.updateStep.active>span:first-child{background:#e8f1ff;border-color:#6d9bd3}.updateStep.failed{color:#8b171b}.updateStep.failed>span:first-child{background:#ffe2e2;border-color:#d47b7f}.updateComplete{background:#e7f7ec;border:1px solid #9dd2ad;border-radius:12px;align-items:center;gap:14px;padding:17px;display:flex}.updateComplete h3,.updateComplete p{margin:0}.updateComplete p{margin-top:4px}.completeIcon{color:#fff;background:#198447;border-radius:50%;flex:0 0 44px;place-items:center;width:44px;height:44px;font-size:24px;font-weight:900;display:grid}.liveLog summary,.recentLogs summary{cursor:pointer;padding:9px 0;font-weight:800}.liveLog .log{max-height:420px}.recentLogs{align-self:start;min-width:0}.recentLogs details+details{border-top:1px solid var(--line)}@media (max-width:900px){.updateLayout{grid-template-columns:1fr}}.territoryPicker{align-items:center;gap:8px;font-weight:700;display:flex}.territoryPicker select{min-width:190px}.mapBusy{background:#fff7ed;border:1px solid #fdba74;border-radius:10px;margin-top:10px;padding:12px;font-weight:700}.houseConfirm{background:#fff;border:1px solid #d1d5db;border-radius:14px;justify-content:space-between;align-items:center;gap:18px;margin-top:12px;padding:16px;display:flex;box-shadow:0 10px 30px #00000014}.houseConfirm h3,.houseConfirm p{margin:3px 0}.houseConfirm small{color:#64748b}.houseConfirmActions{flex-wrap:wrap;gap:10px;display:flex}@media (max-width:700px){.houseConfirm{flex-direction:column;align-items:stretch}.houseConfirmActions .button{flex:1}.territoryPicker{flex-direction:column;align-items:stretch;width:100%}.territoryPicker select{width:100%}}.clickableLeadTable tbody tr{cursor:pointer;transition:background-color .15s,transform 50ms}.clickableLeadTable tbody tr:hover,.clickableLeadTable tbody tr:focus{outline-offset:-2px;background:#c6202612;outline:2px solid #c6202638}.clickableLeadTable tbody tr:active{transform:scale(.998)}.inspectionContactForm{background:#ffffffb8;border:1px solid #10182029;border-radius:14px;margin-top:16px;padding:16px}.inspectionContactForm .formGrid{margin-top:12px}.button.danger{color:#fff;background:#a7191f;border-color:#a7191f}.button.danger:hover{background:#841419}.deleteLeadConfirm{background:#a7191f0f;border:1px solid #a7191f59;border-radius:12px;gap:8px;max-width:520px;padding:14px;display:grid}.deleteLeadConfirm .actions{margin-top:4px}.smtpTest{border:1px dashed var(--line);border-radius:12px;flex-wrap:wrap;align-items:end;gap:10px;padding:14px;display:flex}.smtpTest label{flex:1;min-width:260px}.teamLocationMap{min-height:620px}.loginCard>a{color:var(--red);font-weight:800}.repPhotoMarker{background:#fff;border:4px solid;border-radius:50%;place-items:center;width:46px;height:46px;font-weight:800;display:grid;overflow:hidden;box-shadow:0 2px 8px #00000059}.repPhotoMarker img{object-fit:cover;width:100%;height:100%}.stormOutlooks{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.stormOutlooks a{gap:6px;text-decoration:none;display:grid}.stormOutlooks img{border:1px solid #ddd;border-radius:10px;width:100%}@media (max-width:700px){.stormOutlooks{grid-template-columns:1fr}}.routeList{gap:12px;display:grid}.routeCard{border:1px solid var(--line);background:var(--panel);border-radius:14px;justify-content:space-between;align-items:center;gap:16px;padding:14px;display:flex}.routeCard .actions{justify-content:flex-end}.routeTracker{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.routeTracker>div:first-child{gap:3px;display:grid}.routeTracker .muted{display:block}.profileHero small,label small{margin-top:6px;display:block}.realMap{touch-action:pan-x pan-y;min-height:540px}.mapBusy{pointer-events:none}@media (max-width:700px){.routeCard{flex-direction:column;align-items:flex-start}.routeCard .actions{justify-content:flex-start}.realMap{min-height:480px}}.modalBackdrop{z-index:9999;background:#00000094;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.modalCard{background:var(--card,#fff);color:inherit;border-radius:16px;width:min(760px,96vw);max-height:88vh;padding:20px;overflow:auto}.activityRow{color:inherit;border-bottom:1px solid #7f7f7f40;flex-direction:column;gap:3px;padding:10px 0;text-decoration:none;display:flex}.activityRow span{opacity:.75;font-size:.88rem}.crmShell{max-width:none}.crmToolbar{grid-template-columns:minmax(240px,2fr) minmax(180px,1fr) auto;align-items:end;gap:14px;margin-bottom:16px;display:grid}.crmTotals{align-items:baseline;gap:8px;padding:12px;display:flex}.crmTotals strong{font-size:28px}.crmBoard{scroll-snap-type:x proximity;grid-auto-columns:minmax(285px,315px);grid-auto-flow:column;gap:14px;padding:2px 2px 20px;display:grid;overflow-x:auto}.crmColumn{border:1px solid var(--line);scroll-snap-align:start;background:#eef2f5;border-radius:14px;flex-direction:column;min-height:520px;display:flex}.crmColumn>header{border-bottom:1px solid var(--line);background:#fff;border-radius:14px 14px 0 0;justify-content:space-between;align-items:center;padding:13px 14px;display:flex}.crmColumn>header span{background:#e7ebee;border-radius:999px;place-items:center;min-width:28px;height:28px;font-weight:900;display:grid}.crmColumnBody{align-content:start;gap:10px;min-height:450px;padding:10px;display:grid}.crmCard{background:#fff;border:1px solid #d7dde2;border-left:5px solid #8b98a3;border-radius:12px;padding:11px;box-shadow:0 2px 5px #0000000d}.crmCard a{color:inherit;gap:7px;text-decoration:none;display:grid}.crmCard select{border:1px solid var(--line);background:#fff;border-radius:8px;width:100%;margin-top:10px;padding:8px}.crmCardTop,.crmMeta{justify-content:space-between;gap:10px;display:flex}.crmCardTop span{letter-spacing:.4px;font-size:10px;font-weight:900}.crmAddress{font-size:14px}.crmMeta,.crmCard small{color:#66727c;font-size:12px}.crmAppointment{background:#fff4d6;border-radius:8px;padding:7px 8px;font-size:12px;font-weight:800}.crmCard.priority-high{border-left-color:#e28a16}.crmCard.priority-urgent{border-left-color:#b91c1c}.crmCard.priority-low{border-left-color:#4f8a68}.crmCard.isBusy{opacity:.55}.crmCard[draggable=true]{cursor:grab}.crmCard[draggable=true]:active{cursor:grabbing}@media (max-width:760px){.crmToolbar{grid-template-columns:1fr}.crmBoard{grid-auto-columns:minmax(270px,88vw)}}.crmToolbar{grid-template-columns:minmax(240px,2fr) minmax(165px,1fr) minmax(165px,1fr) auto auto}.crmViewSwitch{border:1px solid var(--line);background:#eef2f5;border-radius:10px;gap:4px;padding:4px;display:flex}.crmViewSwitch button{cursor:pointer;background:0 0;border:0;border-radius:7px;padding:9px 13px;font-weight:900}.crmViewSwitch button.active{background:#fff;box-shadow:0 1px 4px #0002}.crmDoorPhoto{background:#dce2e6;border-radius:11px 11px 0 0;place-items:center;height:130px;margin:-11px -11px 2px;display:grid;overflow:hidden}.crmDoorPhoto img{object-fit:cover;width:100%;height:100%}.crmDoorPhoto span,.crmMilestonePhoto span{letter-spacing:.8px;color:#6f7a82;font-size:10px;font-weight:900}.crmMilestoneList{gap:16px;display:grid}.crmMilestoneCard{border:1px solid var(--line);background:#fff;border-left:6px solid #8b98a3;border-radius:14px;padding:14px;overflow:hidden;box-shadow:0 3px 10px #0000000d}.crmMilestoneCard.priority-high{border-left-color:#e28a16}.crmMilestoneCard.priority-urgent{border-left-color:#b91c1c}.crmMilestoneCard.priority-low{border-left-color:#4f8a68}.crmMilestoneSummary{grid-template-columns:150px minmax(220px,1fr) minmax(150px,220px);align-items:center;gap:15px;display:grid}.crmMilestonePhoto{background:#dce2e6;border-radius:10px;place-items:center;height:100px;display:grid;overflow:hidden}.crmMilestonePhoto img{object-fit:cover;width:100%;height:100%}.crmMilestoneTitle{color:inherit;font-size:19px;font-weight:950;text-decoration:none}.crmMilestoneRight{justify-items:end;gap:8px;display:grid}.crmMilestoneRight>strong{font-size:24px}.crmMilestoneRight select{border:1px solid var(--line);background:#fff;border-radius:8px;width:100%;padding:9px}.crmProgress{background:#e5e9ec;border-radius:999px;height:8px;margin:14px 0 12px;overflow:hidden}.crmProgress span{border-radius:inherit;background:#2f7d4f;height:100%;transition:width .2s;display:block}.crmProgress.lost span{background:#b91c1c}.crmMilestones{grid-template-columns:repeat(10,minmax(90px,1fr));gap:5px;padding-bottom:4px;display:grid;overflow-x:auto}.crmMilestones button{color:#7b858c;cursor:pointer;background:0 0;border:0;align-content:start;justify-items:center;gap:5px;min-width:90px;padding:6px 3px;display:grid;position:relative}.crmMilestones button:before{content:"";z-index:0;background:#d7dde1;height:3px;position:absolute;top:18px;left:-50%;right:50%}.crmMilestones button:first-child:before{display:none}.crmMilestones button i{z-index:1;background:#e5e9ec;border:2px solid #cbd2d7;border-radius:50%;place-items:center;width:28px;height:28px;font-size:11px;font-style:normal;font-weight:950;display:grid;position:relative}.crmMilestones button span{text-align:center;font-size:10px;font-weight:850;line-height:1.15}.crmMilestones button.done,.crmMilestones button.current{color:#234f35}.crmMilestones button.done:before,.crmMilestones button.current:before{background:#2f7d4f}.crmMilestones button.done i{color:#fff;background:#2f7d4f;border-color:#2f7d4f}.crmMilestones button.current i{color:#2f7d4f;background:#fff;border-color:#2f7d4f;box-shadow:0 0 0 4px #dcecdf}.crmLostBanner{color:#8f1d1d;background:#fde8e8;border-radius:8px;margin-top:10px;padding:9px 12px;font-size:12px;font-weight:850}.crmMilestoneCard.isBusy{opacity:.55}@media (max-width:1050px){.crmToolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.crmMilestoneSummary{grid-template-columns:120px 1fr}.crmMilestoneRight{grid-column:1/-1;grid-template-columns:auto minmax(180px,260px);justify-content:space-between;place-items:center stretch}}@media (max-width:650px){.crmToolbar{grid-template-columns:1fr}.crmMilestoneSummary{grid-template-columns:90px 1fr;gap:10px}.crmMilestonePhoto{height:82px}.crmMilestoneRight{grid-template-columns:1fr}.crmMilestoneRight>strong{display:none}.crmMilestones{grid-template-columns:repeat(10,86px)}}.formGrid>label,.voiceNoteField{align-content:start}.formGrid>label>input,.formGrid>label>select,.formGrid>label>textarea{margin-top:0}.voiceNoteField{gap:7px;display:grid}.voiceNoteField .button{justify-self:start}.photoGrid video{object-fit:cover;background:#101820;width:100%;height:190px;display:block}.clickableAppointments tbody tr{cursor:pointer}.clickableAppointments tbody tr:hover,.clickableAppointments tbody tr:focus{outline-offset:-2px;background:#c6202612;outline:2px solid #c6202633}.smsBox{gap:10px;margin-top:14px;display:grid}.compactLeadForm{gap:9px 12px;padding:14px}.compactLeadForm input,.compactLeadForm select,.compactLeadForm textarea{padding:8px 10px}.compactLeadForm .sectionTitle{margin-bottom:1px}.compactLeadForm textarea{min-height:82px}.territoryToolbar{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px;display:grid}.territoryToolGroup{border:1px solid var(--line);background:#f8fafb;border-radius:11px;padding:10px}.territoryToolGroup .mapFilters{margin:5px 0 0}.territoryToolGroup .territoryPicker{min-width:220px}.territoryToolGroup select{min-width:180px}@media (max-width:800px){.territoryToolbar{grid-template-columns:1fr}.compactLeadForm{gap:8px}}.crmCardActions{gap:8px;margin-top:10px;display:grid}.crmDirections{text-align:center;width:100%;padding:9px 11px}.crmMilestoneRight .crmDirections{min-width:128px}.teamMapLegend{border:1px solid var(--line);background:#fff;border-radius:10px;flex-wrap:wrap;gap:12px;padding:10px 12px;display:flex}.teamMapLegend span{align-items:center;gap:6px;font-size:13px;font-weight:700;display:inline-flex}.teamMapLegend i{border-radius:50%;width:12px;height:12px;display:inline-block}.teamMapLegend .areaKey{background:#2563eb;border-radius:3px}.teamMapLegend .knockKey{background:#f59e0b}.teamMapLegend .repKey{background:#c62026}.leadCommunicationButtons{margin:12px 0}.quickTextButtons{flex-wrap:wrap;gap:7px;margin:8px 0 12px;display:flex}.quickTextButtons .button{padding:8px 10px;font-size:.86rem}.teamMapFilters{flex-wrap:wrap;align-items:end;gap:12px;padding:12px 14px;display:flex}.teamMapFilters label{min-width:220px;margin:0}@media (max-width:720px){.leadCommunicationButtons .button,.smsBox .actions .button{text-align:center;width:100%}.teamMapFilters label{width:100%;min-width:0}}.leadWorkflowCard{margin:12px 0;padding:16px}.leadWorkflowCard .sectionTitle{align-items:center}.hideChecked{align-items:center;gap:7px;font-size:13px;font-weight:700;display:flex}.hideChecked input{width:auto}.workflowSections{gap:12px;display:grid}.workflowSection{border:1px solid var(--line,#d9dde3);background:#fff;border-radius:12px;padding:14px}.workflowHeader{grid-template-columns:1fr auto;align-items:start;gap:14px;display:grid}.workflowHeader h3{margin:0 0 8px;font-size:16px}.workflowProgress{background:#e9edf2;border-radius:999px;height:7px;overflow:hidden}.workflowProgress span{background:var(--primary,#c62026);height:100%;display:block}.workflowItems{gap:5px;margin-top:10px;display:grid}.workflowItem{text-align:left;width:100%;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:flex-start;gap:9px;padding:8px;display:flex}.workflowItem:hover{background:#f5f6f8}.workflowItem.isDone span:last-child{color:#6b7280;text-decoration:line-through}.checkBox{border:2px solid #9ca3af;border-radius:5px;flex:0 0 20px;place-items:center;height:20px;font-weight:900;line-height:1;display:grid}.workflowItem.isDone .checkBox{color:#fff;background:#15803d;border-color:#15803d}.addChecklistItem{grid-template-columns:1fr auto;gap:8px;margin-top:10px;display:grid}.addChecklistItem input{min-width:0}@media (max-width:720px){.addChecklistItem{grid-template-columns:1fr}.workflowHeader{grid-template-columns:1fr auto}.leadWorkflowCard{padding:12px}}.crmSectionTabs{gap:8px;margin-bottom:4px;padding:2px 0 12px;display:flex;overflow-x:auto}.crmSectionTabs .button{white-space:nowrap;align-items:center;gap:8px;display:inline-flex}.crmSectionCount{background:#ffffff2b;border-radius:999px;place-items:center;min-width:23px;height:23px;padding:0 6px;font-size:11px;display:inline-grid}.crmSectionTabs .button.secondary .crmSectionCount{background:#d8dee3}.rollbackPanel{gap:12px;margin-top:18px;display:grid}.rollbackPanel hr{border:0;border-top:1px solid var(--line);width:100%}.rollbackPanel .sectionTitle{align-items:center}.rollbackPanel label{max-width:420px}@media (max-width:760px){.crmSectionTabs{margin-left:-4px;margin-right:-4px}.rollbackPanel .button{width:100%}}.permissionMatrix{border:1px solid var(--border,#d9dde3);background:#00000004;border-radius:12px;padding:12px}.permissionMatrix h3{text-transform:capitalize;margin:0 0 10px}.documentList{gap:10px;margin-top:14px;display:grid}.documentRow{border:1px solid var(--border,#d9dde3);background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:14px;padding:12px;display:flex}.documentRow .actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}@media (max-width:720px){.documentRow{flex-direction:column;align-items:flex-start}.documentRow .actions{width:100%}}.compactLeadForm{gap:7px 10px}.compactLeadForm>.sectionTitle{margin-bottom:-1px;padding-bottom:0}.compactLeadForm>.sectionTitle h2{margin-top:1px}.compactLeadForm label{gap:2px}.compactLeadForm input,.compactLeadForm select,.compactLeadForm textarea{margin-top:0}.leadPropertyMap{border-top:1px solid var(--line);gap:10px;margin-top:4px;padding-top:12px;display:grid}.leadPropertyMap .compactSectionTitle{align-items:center;margin:0}.leadPropertyMap iframe{border:1px solid var(--line);background:#eef2f4;border-radius:12px;width:100%;height:340px;display:block}.leadPropertyMap .button{text-align:center;width:100%}@media (max-width:760px){.compactLeadForm{gap:7px}.leadPropertyMap iframe{height:290px}}.leadMilestonePanel{margin:12px 0}.leadMilestonePanel .sectionTitle{align-items:center}.leadMilestoneProgress{background:#e5e9ec;border-radius:999px;height:10px;margin:10px 0 14px;overflow:hidden}.leadMilestoneProgress span{background:var(--primary,#c62026);height:100%;transition:width .2s;display:block}.leadMilestoneSteps{grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:8px;display:grid}.leadMilestoneSteps button{border:1px solid var(--line);color:inherit;cursor:pointer;background:#fff;border-radius:10px;justify-items:center;gap:5px;padding:10px 7px;display:grid}.leadMilestoneSteps button i{background:#e5e9ec;border-radius:50%;place-items:center;width:30px;height:30px;font-style:normal;font-weight:900;display:grid}.leadMilestoneSteps button span{text-align:center;font-size:12px;font-weight:850}.leadMilestoneSteps button small{color:#6b7280;font-size:10px}.leadMilestoneSteps button.done{background:#f3faf6;border-color:#2f7d4f}.leadMilestoneSteps button.done i{color:#fff;background:#2f7d4f}.leadMilestoneSteps button:disabled{cursor:default;opacity:.7}.navCompact{flex:1;justify-content:space-between;gap:14px;min-width:0}.navPrimary,.navAccount{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.navAccount{white-space:nowrap;margin-left:auto}.navMenu{position:relative}.navMenu>summary{cursor:pointer;font-weight:700;list-style:none}.navMenu>summary::-webkit-details-marker{display:none}.navMenu>summary:after{content:" ▾";opacity:.8;font-size:11px}.navMenu[open]>summary:after{content:" ▴"}.navMenuPanel{color:#17202a;z-index:50;background:#fff;border:1px solid #d8e0e6;border-radius:12px;gap:2px;min-width:230px;padding:8px;display:grid;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 14px 34px #0000002e}.navMenuPanel a{color:#17202a;border-radius:8px;padding:9px 10px;display:block}.navMenuPanel a:hover{background:#eef2f5}.navMenuLabel{color:#6b7782;text-transform:uppercase;letter-spacing:.7px;padding:8px 10px 4px;font-size:11px;font-weight:900}.profileInitial{background:var(--red);color:#fff;border:2px solid #fff;border-radius:50%;place-items:center;width:28px;height:28px;font-weight:900;display:grid}.crmPermissionHeader,.crmPermissionRow{grid-template-columns:minmax(150px,1.5fr) repeat(3,minmax(100px,1fr));align-items:center;gap:10px;padding:9px 0;display:grid}.crmPermissionHeader{border-bottom:1px solid var(--line);text-transform:uppercase;letter-spacing:.45px;color:#64717d;font-size:12px}.crmPermissionRow{border-bottom:1px solid #eef1f3}.crmPermissionRow>span{text-transform:capitalize;font-weight:800}.crmPermissionRow .checkLabel{font-weight:600}.crmPermissionRow input:disabled{opacity:.65}@media (max-width:980px){.topbar,.navCompact{align-items:flex-start}.navPrimary{gap:10px}.navAccount{justify-content:flex-end;width:100%}}@media (max-width:760px){.topbar{padding:12px 16px;display:grid}.navPrimary,.navAccount{width:100%}.navAccount{justify-content:space-between}.navMenuPanel{min-width:0;position:fixed;top:auto;left:16px;right:16px}.crmPermissionHeader{display:none}.crmPermissionRow{grid-template-columns:1fr;gap:7px;padding:12px 0}}.crmIdentityPhoto{isolation:isolate;background:#dce2e6;min-height:145px;position:relative}.crmIdentityPhoto>.crmPropertyImage{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.crmRepColorOverlay{z-index:1;background:var(--rep-color,#64748b);opacity:.22;pointer-events:none;position:absolute;inset:0}.crmIdentityPhoto:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(#0000,#08121c94);height:62%;position:absolute;inset:auto 0 0}.crmCardLogo{z-index:3;filter:drop-shadow(0 1px 2px #ffffffd9);max-width:92px;position:absolute;bottom:8px;left:9px;object-fit:contain!important;width:auto!important;height:31px!important}.crmCardOwner{z-index:4;background:#fff;border:3px solid #fff;border-radius:50%;place-items:center;width:52px;height:52px;display:grid;position:absolute;bottom:8px;right:9px;overflow:visible;box-shadow:0 3px 10px #00000047}.crmCardOwner>img{border-radius:50%;object-fit:cover!important;width:100%!important;height:100%!important}.crmCardOwner>span{background:var(--rep-color,#64748b);color:#fff;border-radius:50%;place-items:center;width:100%;height:100%;font-size:20px;font-weight:950;display:grid}.crmCardOwner>i{border:2px solid #fff;border-radius:50%;width:14px;height:14px;position:absolute;bottom:-1px;right:-1px;box-shadow:0 1px 3px #0004}.crmCardOwnerLabel{z-index:3;color:#fff;text-shadow:0 1px 3px #000c;justify-items:end;line-height:1.1;display:grid;position:absolute;bottom:10px;right:69px}.crmCardOwnerLabel strong{text-overflow:ellipsis;white-space:nowrap;max-width:125px;font-size:12px;overflow:hidden}.crmCardOwnerLabel small{color:#fff;opacity:.9;font-size:10px}@media (max-width:760px){.crmCardOwnerLabel{display:none}}.importListChips{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.tableWrap{overflow:auto}.stormStats{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.stormStats>div{border:1px solid var(--line);background:var(--panel);border-radius:12px;gap:2px;padding:12px;display:grid}.stormStats strong{font-size:24px}.stormStats span{color:var(--muted);font-size:12px}.stormReportList{gap:8px;display:grid}.stormReportRow{border-bottom:1px solid var(--line);align-items:flex-start;gap:10px;padding:10px;display:flex}.stormReportRow small{color:var(--muted);margin-top:3px;display:block}.stormType{text-align:center;text-transform:uppercase;color:#fff;border-radius:999px;min-width:52px;padding:5px 7px;font-size:11px;font-weight:800}.stormType.hail{background:#6d28d9}.stormType.wind{background:#d97706}.stormOutlooks img{aspect-ratio:16/9;object-fit:contain;background:#eef2f6}@media (max-width:700px){.stormStats{grid-template-columns:repeat(2,minmax(0,1fr))}}.crmCardNote{white-space:pre-wrap;overflow-wrap:anywhere;background:#0f172a0f;border-radius:7px;margin:4px 0 7px;padding:6px 8px;font-size:.82rem;font-weight:600;line-height:1.3}.crmBoard{scrollbar-gutter:stable;overscroll-behavior-x:contain;scroll-behavior:smooth;padding-bottom:14px;overflow-y:hidden;overflow-x:auto!important}.crmBoard:focus{outline:2px solid color-mix(in srgb,var(--red) 30%,transparent);outline-offset:3px}.crmColumn{flex:0 0 310px;min-width:310px}.leadFormSection{border-top:2px solid var(--line);border-bottom:1px solid var(--line);background:#f8fafb;border-radius:10px;margin:10px -2px 2px;padding:12px 12px 9px}.leadFormSection:first-of-type{margin-top:2px}.leadFormSection h3{color:var(--navy);margin:0 0 3px;font-size:18px}.leadFormSection p{margin:0}.knockButton.isCurrent{outline:3px solid var(--navy);outline-offset:2px;box-shadow:0 0 0 5px #fff}.organizedLeadForm input[type=datetime-local]{min-height:44px}@media (max-width:760px){.crmBoard{margin-left:-14px;margin-right:-14px;padding-left:14px;padding-right:14px}.crmColumn{flex-basis:86vw;min-width:86vw}.organizedLeadForm .leadFormSection{margin-left:-2px;margin-right:-2px}}.crmShell,.crmBoardViewport,.twoCol,.organizedLeadForm{min-width:0}.crmBoardViewport{width:100%;max-width:100%;position:relative;overflow:hidden}.crmBoard{scrollbar-width:auto;scrollbar-color:var(--primary,#c62026) #dfe5e9;overscroll-behavior-x:contain;touch-action:pan-x pan-y;cursor:grab;align-items:flex-start;gap:14px;width:100%;max-width:100%;padding:4px 4px 22px;display:flex!important;overflow:auto hidden!important}.crmBoard.isPanning{cursor:grabbing;-webkit-user-select:none;user-select:none;scroll-snap-type:none!important}.crmBoard::-webkit-scrollbar{height:15px}.crmBoard::-webkit-scrollbar-track{background:#dfe5e9;border-radius:999px}.crmBoard::-webkit-scrollbar-thumb{background:var(--primary,#c62026);border:3px solid #dfe5e9;border-radius:999px}.crmColumn{flex:0 0 305px;min-width:305px;max-width:305px}.themedLeadSection{background:var(--lead-section-title,#101820);color:#fff;border-left:5px solid var(--accent,#fff);border-radius:9px;margin:8px -16px 4px;padding:13px 16px}.themedLeadSection h3{color:#fff;margin:0;font-size:18px}.themedLeadSection p{color:#ffffffd9;margin:3px 0 0;font-size:12px}.dateTimeField{gap:7px;font-weight:800;display:grid}.dateTimeField>span{font-size:13px}.dateTimeSplit{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px;display:grid}.dateTimeSplit input{width:100%}@media (max-width:760px){.crmBoardViewport{width:calc(100% + 24px);max-width:calc(100% + 24px);margin-left:-12px;margin-right:-12px}.crmColumn{flex-basis:86vw;min-width:86vw;max-width:86vw}.dateTimeSplit{grid-template-columns:1fr}.themedLeadSection{margin-left:-12px;margin-right:-12px}}.equalDateTimeSplit input,.equalDateTimeSplit select,.inspectionContactForm select{width:100%;min-height:46px}.crmBoard{height:calc(100vh - 300px);min-height:540px;align-items:stretch!important}.crmColumn{height:100%;max-height:100%;overflow:hidden;min-height:0!important}.crmColumn>header{z-index:3;flex:none;position:sticky;top:0}.crmColumnBody{overscroll-behavior-y:contain;scrollbar-gutter:stable;flex-direction:column;gap:10px;padding:10px 10px 18px;overflow:hidden auto;min-height:0!important;display:flex!important}.crmColumnBody::-webkit-scrollbar{width:11px}.crmColumnBody::-webkit-scrollbar-track{background:#dfe5e9;border-radius:999px}.crmColumnBody::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--primary,#c62026) 70%,#7d8790);border:2px solid #dfe5e9;border-radius:999px}.crmColumnBody{scrollbar-width:auto;scrollbar-color:var(--primary,#c62026) #dfe5e9}@media (max-width:760px){.crmBoard{height:calc(100dvh - 250px);min-height:480px}.crmColumnBody{padding-bottom:24px}}.billingToolbar{align-items:center;gap:12px;margin-bottom:12px;display:flex}.billingToolbar input{min-width:280px;max-width:520px}.billingBoard{scrollbar-gutter:stable;gap:12px;min-height:calc(100vh - 230px);padding:4px 4px 14px;display:flex;overflow:auto hidden}.billingColumn{background:#eef1f4;border:1px solid #d8dee6;border-radius:12px;flex-direction:column;flex:0 0 310px;max-height:calc(100vh - 235px);display:flex;overflow:hidden}.billingColumn>header{z-index:2;background:#fff;border-bottom:1px solid #d8dee6;justify-content:space-between;gap:8px;padding:12px;display:flex;position:sticky;top:0}.billingColumn>header span{background:#e5e7eb;border-radius:999px;padding:2px 8px}.billingColumnCards{overscroll-behavior:contain;flex-direction:column;gap:9px;padding:10px;display:flex;overflow-y:auto}.billingCard{background:#fff;border:1px solid #d8dee6;border-radius:10px;flex-direction:column;gap:5px;padding:11px;display:flex;box-shadow:0 1px 2px #0f172a0f}.billingCard a{color:inherit;text-decoration:none}.billingCard span,.billingCard small,.billingCard time,.billingCard em{color:#64748b;font-size:12px}.billingCard em{font-style:normal;font-weight:600}.billingLeadSection{border:1px solid #d8dee6;border-radius:12px;margin-top:12px;padding:14px}.billingLeadGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.billingInvoice{border:1px solid #d8dee6;border-radius:10px;margin-top:10px;padding:12px}.billingInvoiceHead{justify-content:space-between;align-items:center;gap:10px;display:flex}@media (max-width:720px){.billingLeadGrid{grid-template-columns:1fr}.billingColumn{flex-basis:285px}}.crmScheduleBadge{border:1px solid #0000;border-radius:9px;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;font-size:12px;font-weight:800;display:flex}.crmScheduleBadge strong{font-weight:900}.crmScheduleBadge span{text-align:right}.crmScheduleBadge.inspection{color:#166534;background:#dcfce7;border-color:#86efac}.crmScheduleBadge.followUp{color:#854d0e;background:#fef9c3;border-color:#fde047}.multiSelectDropdown{width:100%;position:relative}.multiSelectDropdown>summary{cursor:pointer;border:1px solid var(--line,#d9dde3);white-space:nowrap;text-overflow:ellipsis;background:#fff;border-radius:8px;min-height:42px;padding:10px 38px 10px 12px;list-style:none;position:relative;overflow:hidden}.multiSelectDropdown>summary::-webkit-details-marker{display:none}.multiSelectDropdown>summary:after{content:"▾";color:#5d6672;font-size:18px;position:absolute;top:9px;right:12px}.multiSelectDropdown[open]>summary:after{content:"▴"}.multiSelectMenu{z-index:40;border:1px solid var(--line,#d9dde3);background:#fff;border-radius:10px;max-height:280px;padding:8px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:auto;box-shadow:0 12px 30px #1018282e}.multiSelectOption{cursor:pointer;border-radius:7px;align-items:center;gap:9px;padding:8px 9px;font-weight:500!important;display:flex!important}.multiSelectOption:hover{background:#f3f5f7}.multiSelectOption input{width:17px!important;height:17px!important;margin:0!important}.savedNotice{margin-bottom:12px}.moneyInput,.percentInput{background:#fff;border:1px solid #cbd5e1;border-radius:10px;align-items:center;display:flex;overflow:hidden}.moneyInput>span,.percentInput>span{color:#475569;background:#f8fafc;align-self:stretch;align-items:center;padding:0 10px;font-weight:700;display:flex}.moneyInput input,.percentInput input{flex:1;min-width:0;border:0!important;border-radius:0!important}.moneyInput input:focus,.percentInput input:focus{outline:2px solid var(--red);outline-offset:-2px}input:invalid:not(:placeholder-shown){border-color:#b91c1c}.officeBoard{scrollbar-gutter:stable;gap:14px;min-height:calc(100vh - 210px);padding:4px 4px 18px;display:flex;overflow:auto hidden}.officeColumn{background:#f4f5f7;border-radius:12px;flex-direction:column;width:320px;min-width:320px;max-height:calc(100vh - 220px);display:flex;overflow:hidden;box-shadow:0 1px 3px #0000001f}.officeColumn>header{border-top:5px solid var(--red);z-index:2;background:#fff;justify-content:space-between;align-items:center;padding:12px;display:flex;position:sticky;top:0}.officeColumnCards{overscroll-behavior:contain;flex-direction:column;gap:10px;padding:10px;display:flex;overflow-y:auto}.officeCard{background:#fff;border-radius:10px;flex-direction:column;gap:6px;padding:12px;display:flex;box-shadow:0 1px 2px #00000024}.officeCard a{color:inherit}.officeCard em{font-size:12px}.officeBoardTile{border-top:6px solid var(--red);color:inherit;text-decoration:none}.officeBoardTile:hover{transform:translateY(-2px)}.cardBadges{flex-direction:column;gap:5px;display:flex}.scheduleBadge{border-radius:7px;padding:5px 7px;font-size:12px;font-weight:700}.inspectionBadge{color:#166534;background:#dcfce7}.followUpBadge{color:#92400e;background:#fef3c7}.formGrid fieldset{border:1px solid #d5d8dc;border-radius:8px;flex-wrap:wrap;gap:10px;padding:10px;display:flex}.formGrid fieldset label{align-items:center;gap:5px;display:flex}.officeShell{max-width:none}.availabilityDay{border-bottom:1px solid #e5e7eb;grid-template-columns:minmax(150px,1fr) 120px auto 120px;align-items:center;gap:10px;padding:8px 0;display:grid}.availabilityDay input{width:100%}@media (max-width:700px){.availabilityDay{grid-template-columns:1fr 1fr}.availabilityDay label{grid-column:1/-1}}.leadWorkspaceNav{scrollbar-width:thin;gap:8px;margin-bottom:4px;padding:8px 0 14px;display:flex;overflow-x:auto}.leadWorkspaceNav a{white-space:nowrap;color:inherit;background:#fff;border:1px solid #0000001f;border-radius:999px;padding:9px 14px;font-weight:700;text-decoration:none}.leadWorkspaceNav a.active{background:var(--red);color:#fff;border-color:var(--red)}.workspacePreviewCard .sectionTitle{align-items:center}.previewPhotoGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.previewActions{justify-content:flex-end;margin-top:12px;display:flex}.workspaceFilters{flex-wrap:wrap;gap:10px;margin:12px 0 18px;display:flex}.workspaceFilters select{min-width:180px}.workspaceMediaGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.permitPreviewGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.permitPreviewGrid>div{background:#ffffffa6;border:1px solid #0000001a;border-radius:12px;padding:12px}.permitPreviewGrid span{color:#667085;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;font-size:.78rem;display:block}.permitPreviewGrid strong{display:block}@media (max-width:700px){.previewPhotoGrid,.permitPreviewGrid{grid-template-columns:1fr}.sectionTitle{align-items:flex-start;gap:10px}.sectionTitle .button{width:auto}}.helpShell{max-width:1280px}.helpHero{background:linear-gradient(135deg,var(--navy),#173253);color:#fff;border-radius:22px;justify-content:space-between;align-items:center;gap:24px;margin-bottom:22px;padding:34px;display:flex}.helpHero h1{margin:4px 0 10px;font-size:clamp(34px,5vw,58px)}.helpHero p{color:#e6eef8;max-width:760px;margin:0}.helpCategoryStrip{gap:10px;padding:2px 0 18px;display:flex;overflow-x:auto}.helpCategoryStrip a{white-space:nowrap;border:1px solid var(--line);color:inherit;background:#fff;border-radius:999px;align-items:center;gap:10px;padding:10px 14px;font-weight:800;text-decoration:none;display:flex}.helpCategoryStrip strong{background:#eef3f8;border-radius:999px;padding:2px 8px}.helpSearch{background:#fff;border:2px solid #dbe3ea;border-radius:16px;align-items:center;gap:12px;margin-bottom:8px;padding:6px 16px;display:flex;box-shadow:0 8px 24px #1018280f}.helpSearch span{font-size:30px}.helpSearch input{width:100%;padding:14px 0;font-size:18px;box-shadow:none!important;border:0!important}.helpResultCount{margin:8px 0 14px}.helpArticleGrid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:16px;display:grid}.helpArticleCard{border:1px solid var(--line);color:inherit;background:#fff;border-radius:18px;padding:22px;text-decoration:none;transition:transform .18s,box-shadow .18s;display:block;box-shadow:0 8px 26px #1018280d}.helpArticleCard:hover{transform:translateY(-3px);box-shadow:0 14px 32px #1018281a}.helpArticleCard h3{margin:9px 0}.helpArticleCard p{color:#64717d;min-height:48px}.helpCategory{color:#174ea6;text-transform:uppercase;letter-spacing:.45px;background:#eaf2ff;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:900;display:inline-flex}.helpRead{color:var(--red);font-weight:900}.emptyState{text-align:center;margin-top:18px;padding:38px}.helpArticlePage{max-width:950px}.helpArticleBody{padding:clamp(22px,4vw,48px)}.helpArticleBody h1{margin:12px 0;font-size:clamp(34px,5vw,54px)}.leadText{color:#586777;border-bottom:1px solid var(--line);padding-bottom:22px;font-size:20px}.helpContent{font-size:17px;line-height:1.75}.helpContent h2{margin-top:30px}.helpContent img{border-radius:14px;max-width:100%;height:auto}.helpVideo{background:#000;border-radius:16px;margin:24px 0;padding-top:56.25%;position:relative;overflow:hidden}.helpVideo iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.helpFeedback{margin-top:18px;padding:22px}.buttonRow{gap:10px;display:flex}.contextHelp{color:#fff;background:#1264d7;border:2px solid #0d4faa;border-radius:50%;place-items:center;width:36px;height:36px;font-size:21px;font-weight:950;text-decoration:none;display:grid;box-shadow:0 3px 10px #1264d747}.contextHelp:hover{background:#0d4faa;transform:translateY(-1px)}.contextHelp:focus-visible{outline-offset:2px;outline:3px solid #1264d759}.helpFeedbackForm{gap:14px;margin-top:14px;display:grid}.helpFeedbackChoices{flex-wrap:wrap;gap:10px;display:flex}.helpFeedbackComment{gap:6px;display:grid}.helpFeedbackAdminList{gap:12px;display:grid}.helpFeedbackAdminItem{padding:16px}.helpFeedbackMeta{color:#64717d;flex-wrap:wrap;gap:10px;font-size:13px;display:flex}.helpFeedbackNo{border-left:4px solid #b42318}.helpFeedbackYes{border-left:4px solid #16803c}.adminHelpTabs{flex-wrap:wrap;gap:10px;margin:18px 0;display:flex}.feedbackBadge{border-radius:999px;align-items:center;padding:4px 9px;font-size:12px;font-weight:900;display:inline-flex}.feedbackBadge.yes{color:#176b36;background:#e8f7ee}.feedbackBadge.no{color:#9b1c1c;background:#fdecec}.helpAdminStats{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px;display:grid}.helpAdminStats .card{flex-direction:column;padding:20px;display:flex}.helpAdminStats strong{font-size:32px}.helpAdminStats span{color:#64717d}.adminArticleEditor summary,.adminArticleList summary{cursor:pointer;padding:5px}.adminArticleList{gap:12px;display:grid}.adminArticleList summary span{flex-direction:column;display:flex}.helpEditorForm{margin-top:18px}.roleChecks{flex-wrap:wrap;gap:10px;display:flex}.dangerForm{margin-top:10px}.button.danger{background:#a51d2d}.backLink{margin-bottom:14px;font-weight:800;display:inline-block}.alert.success{color:#176b36;background:#eaf8ef;border-color:#b8e0c5}@media (max-width:760px){.helpHero{flex-direction:column;align-items:flex-start;padding:24px}.helpAdminStats{grid-template-columns:repeat(2,1fr)}.helpArticleGrid{grid-template-columns:1fr}}.warrantyCardDetails{background:#ecfdf5;border-color:#0f766e;flex-direction:column;gap:3px;display:flex}.warrantyCardDetails strong{color:#0f766e}.tableWrap input[type=checkbox]{width:18px;height:18px}.tableWrap th,.tableWrap td{text-align:center;white-space:nowrap}.tableWrap th:first-child{text-align:left;z-index:1;background:#fff;position:sticky;left:0}.navPrimary .contextHelp{color:#fff!important;background:#1264d7!important;border:2px solid #0d4faa!important;border-radius:50%!important;place-items:center!important;width:36px!important;min-width:36px!important;height:36px!important;font-size:21px!important;font-weight:950!important;line-height:1!important;text-decoration:none!important;display:grid!important;box-shadow:0 3px 10px #1264d747!important}.navPrimary .contextHelp:hover{transform:translateY(-1px);color:#fff!important;background:#0d4faa!important}.navPrimary .contextHelp:visited{color:#fff!important}.mapGpsToolbar{background:#fff;border:1px solid #dbe5f0;border-radius:14px;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;padding:10px;display:flex;box-shadow:0 4px 16px #0f172a0f}.mapGpsPrimary{color:#fff!important;background:#1677ff!important;border-color:#1677ff!important}.mapGpsStatus{color:#1559b7;padding-left:4px;font-size:.9rem;font-weight:700}.mapCanvasWrap{position:relative}.manualPropertyPanel{background:#f8fbff;border:1px solid #cfe0f7;margin:0 0 12px;padding:16px}.manualAddressPreview{background:#fff;border:1px solid #dbe5f0;border-radius:10px;flex-direction:column;gap:2px;margin:10px 0;padding:10px;display:flex}.leadSaveActions{flex-wrap:wrap;gap:10px;display:flex}@media (max-width:760px){.mapGpsToolbar .button{flex:calc(50% - 8px);min-height:46px}.mapGpsStatus,.leadSaveActions .button{width:100%}}.canvasMapPage{flex-direction:column;gap:10px;min-height:100%;padding:12px;display:flex;overflow:visible}.canvasMapHeading{justify-content:space-between;align-items:center;gap:16px;display:flex}.canvasMapHeading h1{margin:0}.canvasMapHeading p{margin:3px 0 0}.canvasMapPage .fieldMapShell{flex-direction:column;min-height:0;display:flex;position:relative;overflow:visible}.canvasMapPage .mapCanvasWrap{width:100%;height:clamp(620px,78vh,920px);min-height:620px;display:block;position:relative;overflow:hidden}.canvasMapPage .realMap{border:1px solid var(--line);border-radius:14px;width:100%;display:block;height:100%!important;min-height:620px!important}.canvasMapPage .mapGpsToolbar,.canvasMapPage .territoryToolbar{flex:none}.canvasMapPage .manualPropertyPanel{z-index:40;overscroll-behavior:contain;width:min(520px,100% - 24px);max-height:min(70vh,680px);position:absolute;top:64px;left:12px;overflow-y:auto;box-shadow:0 12px 38px #0003}.canvasMapPage .houseConfirm{z-index:45}.pac-container{z-index:100000!important}@media (max-width:760px){.canvasMapPage{height:auto;min-height:100%;padding:8px;overflow:visible}.canvasMapHeading p{display:none}.canvasMapPage .territoryToolbar{max-height:none;overflow:visible}.canvasMapPage .mapCanvasWrap{height:72vh;min-height:520px}.canvasMapPage .realMap{min-height:520px!important}.canvasMapPage .manualPropertyPanel{width:100%;max-height:none;position:relative;top:auto;left:auto;overflow:visible}.canvasMapPage .houseConfirm{margin-top:10px;position:relative;inset:auto}}.mobileMenuButton{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:10px;flex-direction:column;flex:0 0 44px;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;display:none}.mobileMenuButton span{background:var(--red);border-radius:999px;width:22px;height:3px;transition:transform .2s,opacity .2s;display:block}.addressLookupMessage{color:#596579;margin-top:6px;font-size:.85rem}.addressLookup{position:relative}.addressResults{z-index:100001;background:#fff;border:1px solid #cbd5e1;border-radius:10px;max-height:260px;position:absolute;top:100%;left:0;right:0;overflow:auto;box-shadow:0 14px 32px #0f172a2e}.addressResults button{text-align:left;color:#172033;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #e5e7eb;width:100%;padding:11px 12px;display:block}.addressResults button:hover,.addressResults button:focus{background:#eef5ff}@media (max-width:760px){body.mobileMenuOpen{overflow:hidden}.topbar{justify-content:space-between;align-items:center;gap:10px;display:flex;position:relative}.mobileMenuButton{z-index:1002;display:flex}.mobileNavOpen .mobileMenuButton span:first-child{transform:translateY(8px)rotate(45deg)}.mobileNavOpen .mobileMenuButton span:nth-child(2){opacity:0}.mobileNavOpen .mobileMenuButton span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.topbar .nav{z-index:1000;overscroll-behavior:contain;border-top:1px solid var(--line);background:#fff;padding:14px 16px 28px;display:none;position:fixed;inset:64px 0 0;overflow-y:auto;box-shadow:0 12px 30px #0f172a2e}.topbar.mobileNavOpen .nav{flex-direction:column;align-items:stretch;display:flex}.topbar .navPrimary,.topbar .navAccount{flex-direction:column;align-items:stretch;gap:8px;width:100%;display:flex}.topbar .navPrimary>a,.topbar .navAccount>a,.topbar .navButton,.topbar .navMenu>summary{border-radius:9px;align-items:center;width:100%;min-height:46px;padding:11px 12px;text-decoration:none;display:flex}.topbar .navMenu{width:100%}.topbar .navMenuPanel{width:100%;box-shadow:none;background:#f7f9fc;border:0;padding:4px 0 8px 14px;position:static!important}.topbar .navMenuPanel a{padding:10px 12px;display:block}.topbar .navAccount{border-top:1px solid var(--line);margin-top:10px;padding-top:12px}.topbar .navAccount form,.topbar .navAccount form button{width:100%}.topbar .contextHelp{align-self:flex-start;margin:4px 0}}.acculynxFilesPanel{gap:14px;display:grid}.acculynxFileGroup{border-top:1px solid var(--border,#d7dce3);gap:8px;padding:12px 0;display:grid}.acculynxFileHeader{flex-wrap:wrap;justify-content:space-between;gap:12px;display:flex}.exportProgressTrack{background:#e6eaf0;border-radius:999px;height:10px;overflow:hidden}.exportProgressTrack>span{background:var(--red,#0748df);height:100%;transition:width .25s;display:block}.acculynxFilesPanel .actions{flex-wrap:wrap;gap:8px;display:flex}.acculynxInlinePanel{border-top:1px solid var(--line,#d9dde3);margin-top:14px;padding-top:14px}.acculynxInlineHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.acculynxConnectGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%;display:grid}.acculynxConnectGrid .full{grid-column:1/-1}.connectionStatus{align-items:center;gap:7px;font-weight:700;display:inline-flex}.connectionStatus:before{content:"";background:#b91c1c;border-radius:50%;width:9px;height:9px}.connectionStatus.connected:before{background:#15803d}@media (max-width:720px){.workflowItem,.workflowItem span:last-child,.workflowHeader h3,.hideChecked{color:#111827!important}.workflowItem.isDone span:last-child{color:#4b5563!important}.acculynxConnectGrid{grid-template-columns:1fr}}.updateVersionGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:14px 0;display:grid}.updateVersionGrid>div{border:1px solid var(--line);background:#fafbfc;border-radius:10px;gap:4px;padding:12px;display:grid}.updateVersionGrid strong{font-size:16px}.compactAlert{padding:10px 12px}@media (max-width:720px){.updateVersionGrid{grid-template-columns:1fr}}.leadWorkflowCard .workflowItem,.leadWorkflowCard .workflowItem span,.leadWorkflowCard .workflowHeader h3,.leadWorkflowCard .hideChecked,.leadWorkflowCard .hideChecked span,.leadWorkflowCard .addChecklistItem input{color:#111827!important;-webkit-text-fill-color:#111827!important}.leadWorkflowCard .workflowItem.isDone span:last-child{color:#4b5563!important;-webkit-text-fill-color:#4b5563!important}@media (max-width:1180px){.leadWorkflowCard,.leadWorkflowCard button,.leadWorkflowCard label,.leadWorkflowCard input{color:#111827!important}}.status-RENTER,.knock-RENTER{color:#581c87!important;background:#f3e8ff!important;border-color:#a855f7!important}.mapLegendRenter{background:#7e22ce}.mediaActions{flex-wrap:wrap;gap:8px;padding:0 9px 10px;display:flex}.mediaActions .button{padding:7px 10px;font-size:12px}.workspaceMediaGrid video{object-fit:contain;background:#000;width:100%;height:240px}.customerPortalHeader{color:#fff;border-bottom:4px solid var(--red);background:#101820;justify-content:space-between;align-items:center;gap:20px;min-height:76px;padding:14px clamp(18px,4vw,54px);display:flex}.customerPortalBrand{color:#fff;align-items:center;gap:14px;text-decoration:none;display:flex}.customerPortalBrand img{object-fit:contain;max-width:190px;height:44px}.customerPortalBrand span{opacity:.8;border-left:1px solid #ffffff4d;padding-left:14px;font-weight:800}.customerPortalAccount{align-items:center;gap:14px;font-weight:700;display:flex}.customerPortalAccount button{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff73;border-radius:8px;padding:8px 12px}.customerPortalShell{width:min(1180px,100% - 28px);margin:28px auto 70px}.customerPortalHero,.customerProjectHero{color:#fff;background:linear-gradient(135deg,#101820,#263444);border-radius:20px;justify-content:space-between;align-items:center;gap:24px;padding:30px;display:flex;box-shadow:0 12px 30px #10182021}.customerPortalHero h1,.customerProjectHero h1{color:#fff;margin:3px 0 6px}.customerPortalProjects{margin-top:28px}.customerProjectCard{border:1px solid var(--line);color:inherit;background:#fff;border-radius:16px;justify-content:space-between;gap:25px;margin:12px 0;padding:22px;text-decoration:none;transition:all .15s;display:flex;box-shadow:0 5px 16px #1018200f}.customerProjectCard:hover{border-color:var(--red);transform:translateY(-2px)}.customerProjectCard h3{margin:7px 0}.customerProjectStatus{text-transform:uppercase;background:#f0f2f4;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:900;display:inline-block}.customerProjectMeta{text-align:right;flex-direction:column;justify-content:center;align-items:flex-end;gap:6px;display:flex}.customerProjectMeta span{color:#65707c;font-size:13px}.customerProjectMeta strong{color:var(--red)}.customerPortalAuth{background:#f4f6f8;place-items:center;min-height:calc(100vh - 76px);padding:30px;display:grid}.customerPortalLoginCard{background:#fff;border-radius:20px;width:min(480px,100%);padding:30px;box-shadow:0 18px 50px #1018201f}.customerPortalLoginCard form{gap:14px;margin-top:20px;display:grid}.customerPortalLoginCard label{gap:6px;font-weight:800;display:grid}.customerPortalLoginCard input{border:1px solid #cfd5da;border-radius:10px;width:100%;padding:12px}.portalHelp{margin-top:18px}.portalBack{margin-bottom:12px}.portalBack a{color:var(--red);font-weight:800}.portalProgressRing{text-align:center;min-width:150px;display:grid}.portalProgressRing strong{font-size:34px}.portalProgressRing span{opacity:.8;font-size:13px}.portalGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px;display:grid}.portalCard{border:1px solid var(--line);background:#fff;border-radius:16px;padding:22px;box-shadow:0 5px 16px #1018200d}.portalSpan2{grid-column:span 2}.portalProgressBar{background:#edf0f2;border-radius:999px;height:10px;margin:12px 0 18px;overflow:hidden}.portalProgressBar span{background:var(--red);border-radius:999px;height:100%;display:block}.portalMilestones{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;display:grid}.portalMilestones>div{background:#f6f7f8;border-radius:12px;gap:9px;padding:12px;display:flex}.portalMilestones>div>span{border:2px solid #c4cbd1;border-radius:50%;flex:none;place-items:center;width:25px;height:25px;display:grid}.portalMilestones>div.done>span{color:#fff;background:#16834b;border-color:#16834b}.portalMilestones small{color:#69737d;margin-top:3px;display:block}.portalContactActions{gap:10px;margin-top:14px;display:flex}.portalContactActions a{background:var(--red);color:#fff;border-radius:9px;padding:9px 14px;font-weight:800;text-decoration:none}.portalMediaGrid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:12px;display:grid}.portalMediaGrid figure{border:1px solid var(--line);background:#f7f8f9;border-radius:12px;margin:0;overflow:hidden}.portalMediaGrid img,.portalMediaGrid video{object-fit:cover;background:#111;width:100%;height:170px;display:block}.portalMediaGrid figcaption{padding:9px;font-size:13px;font-weight:700}.portalDocumentList,.portalInvoiceList{gap:9px;display:grid}.portalDocumentList>a,.portalInvoiceList>a{color:inherit;background:#f6f7f8;border-radius:10px;justify-content:space-between;gap:12px;padding:12px;text-decoration:none;display:flex}.portalDocumentList span,.portalInvoiceList span{color:#6b7680;margin-top:3px;font-size:12px;display:block}.portalInvoiceList>a>div:last-child{text-align:right}.portalInvoiceSheet{border:1px solid var(--line);background:#fff;border-radius:18px;max-width:900px;margin:auto;padding:32px}.portalInvoiceTop{border-bottom:2px solid #101820;justify-content:space-between;gap:25px;padding-bottom:20px;display:flex}.portalInvoiceTop>div:last-child{text-align:right;gap:5px;display:grid}.portalInvoiceItems{margin:20px 0}.portalInvoiceItems>div{border-bottom:1px solid #e2e5e7;grid-template-columns:1fr 180px 130px;gap:12px;padding:12px 0;display:grid}.portalInvoiceItems>div>:last-child{text-align:right}.portalInvoiceTotals{max-width:360px;margin-left:auto}.portalInvoiceTotals>div{justify-content:space-between;padding:7px 0;display:flex}.portalInvoiceTotals .grand{border-top:2px solid #101820;margin-top:5px;padding-top:10px;font-size:18px}.portalInvoiceNotes{background:#f6f7f8;border-radius:10px;margin-top:25px;padding:14px}.portalShareList{gap:8px;display:grid}.portalShareList form{border:1px solid var(--line);border-radius:10px;grid-template-columns:1fr auto auto;align-items:center;gap:12px;padding:10px;display:grid}.portalShareList small{color:#6b7680;display:block}.portalShareList label{white-space:nowrap;font-size:13px;font-weight:800}@media (max-width:760px){.customerPortalHeader{align-items:flex-start}.customerPortalBrand span,.customerPortalAccount>span{display:none}.customerProjectCard,.customerProjectHero,.portalInvoiceTop{flex-direction:column}.customerProjectMeta{text-align:left;align-items:flex-start}.portalGrid{grid-template-columns:1fr}.portalSpan2{grid-column:span 1}.portalProgressRing{text-align:left}.portalMilestones{grid-template-columns:1fr}.portalMediaGrid{grid-template-columns:1fr 1fr}.portalShareList form,.portalInvoiceItems>div{grid-template-columns:1fr}.portalInvoiceItems>div>:last-child{text-align:left}}
