:root{--navy:#10233e;--blue:#2764e7;--ink:#152033;--muted:#69768a;--line:#e6eaf0;--bg:#f5f7fa;--green:#18a66a;--amber:#e89b24;--violet:#7656da;--font-body:Inter,Segoe UI,Arial,sans-serif;--font-display:Manrope,Segoe UI,Arial,sans-serif}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--bg);color:var(--ink);font-family:var(--font-body)}button,input{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:244px;background:#0e2039;color:#cbd5e2;padding:22px 14px 15px;display:flex;flex-direction:column;z-index:20}.brand{height:37px;display:flex;align-items:center;gap:10px;font:800 20px var(--font-display);color:#fff;letter-spacing:-.6px}.brand>span:last-child>span{color:#59c7a2}.brand-mark{width:32px;height:32px;display:grid;place-items:center;background:#2f6dea;border-radius:9px;color:#fff;transform:rotate(-4deg)}.workspace{margin:23px 0 18px;padding:10px;border-radius:10px;display:flex;align-items:center;gap:9px;background:#142943}.workspace-avatar{height:31px;width:31px;display:grid;place-items:center;border-radius:8px;background:#2a644f;color:#8ee1bf;font-weight:800;font-size:11px}.workspace span:nth-child(2){display:flex;flex-direction:column;flex:1 1}.workspace b{color:#f5f8fc}.user-row small,.workspace small{font-size:10px;color:#8391a3;margin-top:2px}.sidebar nav{flex:1 1}.nav-label{text-transform:uppercase;font-size:9px;letter-spacing:1.4px;color:#65758a;margin:0 10px 7px;font-weight:700}.nav-label.lower{margin-top:24px}.sidebar nav button{width:100%;height:39px;border:0;display:flex;align-items:center;gap:11px;background:transparent;color:#9cacbe;padding:0 11px}.sidebar nav button.active,.sidebar nav button:hover{background:#1c3657;color:#fff}.sidebar nav button.active:before{content:"";position:absolute;left:0;height:22px;border-radius:0 3px 3px 0;background:#55c89e}.sidebar nav button em{margin-left:auto;font-style:normal;background:#e2534b;color:#fff;border-radius:10px;min-width:19px;padding:2px 5px;font-size:9px}.trial-card{background:linear-gradient(145deg,#193c61,#142d49);border:1px solid #2c4e6e;padding:12px;border-radius:10px;margin:8px 0 13px;font-size:10px}.trial-card>div{display:flex;gap:6px;align-items:center;color:#70d5b0;font-weight:700;margin-bottom:7px}.trial-card>b{font-size:10px;color:white}.trial-card>span{display:block;background:#2c4661;height:3px;border-radius:3px;margin:7px 0}.trial-card>span i{display:block;height:100%;background:#53c99d;border-radius:3px}.trial-card button{background:none;border:0;color:#9fdcc7;font-size:10px;padding:0}.user-row{display:flex;align-items:center;gap:9px;border-top:1px solid #243850;padding:13px 6px 0}.user-row>span:nth-child(2){display:flex;flex-direction:column;flex:1 1}.user-row b{font-size:11px;color:#fff}.avatar{display:grid;place-items:center;width:36px;height:36px;background:#e7eefb;color:#285ca9;font-size:11px;font-weight:800;flex:none}.avatar.photo{background:linear-gradient(145deg,#ebbe99,#966950);color:#fff;border-radius:50%}.mobile-close{display:none}main{margin-left:244px;min-height:100vh}.topbar{height:64px;background:white;border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;top:0;z-index:10}.global-search,.topbar{display:flex;align-items:center}.global-search{gap:10px;color:#8994a5;width:min(460px,50vw)}.global-search input{border:0;outline:0;width:100%;font-size:12px;color:var(--ink)}kbd{font-size:9px;border:1px solid #dfe4eb;background:#f8f9fb;padding:3px 6px;border-radius:5px}.top-actions{margin-left:auto;display:flex;align-items:center;gap:5px}.top-actions>button{border:0;background:transparent;color:#667387;width:36px;height:36px;display:grid;place-items:center;border-radius:8px}.top-actions>button:hover{background:#f2f5f8}.primary,.top-actions .create{width:auto;background:var(--blue);color:#fff;padding:0 14px;display:flex;gap:7px;align-items:center;border:0;border-radius:8px;height:37px;font-weight:700;box-shadow:0 3px 8px #2764e72b}.notify{position:relative}.notify i{position:absolute;right:7px;top:6px;width:6px;height:6px;border-radius:50%;background:#ee6258;border:1px solid white}.menu-button{display:none;border:0;background:none}.content{padding:31px;max-width:1510px;margin:auto}.page-heading,.welcome{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:25px}.eyebrow{letter-spacing:1.3px;font-weight:800;color:#8792a3!important;margin:0 0 8px!important}.page-heading h1,.welcome h1{font:800 25px var(--font-display);margin:0;letter-spacing:-.7px}.welcome h1 span{font-size:21px}.page-heading p,.welcome p{font-size:12px;color:var(--muted);margin:7px 0 0}.welcome-actions{display:flex;gap:9px}.secondary{height:37px;border:1px solid #dce2ea;background:white;color:#435066;border-radius:8px;padding:0 13px;display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:700}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-bottom:17px}.stat-card{background:white;border:1px solid var(--line);border-radius:11px;padding:17px;display:flex;gap:13px;align-items:flex-start;box-shadow:0 1px 2px #1e2b3b08;position:relative}.stat-icon{width:39px;height:39px;border-radius:9px;display:grid;place-items:center}.stat-icon svg{width:19px}.activity-icon.blue,.stat-icon.blue{color:#2764e7;background:#eaf0ff}.activity-icon.green,.stat-icon.green{color:#149463;background:#e5f7ef}.stat-icon.amber{color:#c67d12;background:#fff4df}.activity-icon.violet,.stat-icon.violet{color:#7254ce;background:#f0ebff}.stat-card>div:nth-child(2){display:flex;flex-direction:column}.stat-card span{font-size:10px;color:var(--muted);font-weight:600}.stat-card h2{font:800 22px var(--font-display);margin:4px 0 3px}.stat-card small{font-size:9px;color:#778397}.stat-card small.positive{color:var(--green)}.stat-arrow{position:absolute;right:13px;top:13px;color:#b0b8c4}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(275px,.75fr);grid-gap:17px;gap:17px}.panel{background:white;border:1px solid var(--line);border-radius:11px;box-shadow:0 1px 3px #1f2b3908}.panel-title{padding:17px 19px 13px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #edf0f4}.panel-title h3{font:800 13px var(--font-display);margin:0}.panel-title p{font-size:9px;color:#8993a3;margin:4px 0 0}.panel-title button{display:flex;align-items:center;border:0;background:none;color:#3a67bd;font-size:9px;font-weight:700}.job-row{display:grid;grid-template-columns:58px 3px 36px minmax(150px,1fr) 90px 88px 25px;grid-gap:10px;gap:10px;align-items:center;padding:12px 15px;border-bottom:1px solid #eff1f4;min-height:70px}.job-time{display:flex;flex-direction:column}.job-time b{font-size:10px}.job-time span{font-size:8px;color:#8b95a3;margin-top:4px}.job-line{height:38px;border-radius:4px;background:#4e83eb}.job-line.purple{background:#8469d6}.job-line.amber{background:#e0a13c}.job-line.green{background:#3db584}.job-line.coral{background:#e67565}.avatar.purple{background:#f0ebff;color:#6f54bc}.avatar.amber{background:#fff1d9;color:#ae741c}.avatar.green{background:#e4f6ed;color:#23835e}.avatar.coral{background:#ffebe8;color:#b65346}.job-main{display:flex;flex-direction:column;min-width:0}.job-main b{font-size:11px}.job-main>span{font-size:9px;color:#6e7989;margin-top:3px}.job-main small{font-size:8px;color:#9aa3af;gap:3px;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.job-main small,.tech{display:flex;align-items:center}.tech{gap:5px;font-size:9px;color:#515d6e}.avatar.mini{width:24px;height:24px;border-radius:50%;font-size:8px;background:#ebeff5;color:#526070}.badge{font-size:8px;font-weight:700;padding:5px 7px;border-radius:12px;white-space:nowrap}.badge i{display:inline-block;width:5px;height:5px;background:currentColor;border-radius:50%;margin-right:4px}.badge.blue{color:#2867d8}.badge.violet{color:#7250ca;background:#f0eaff}.badge.slate{color:#687689;background:#eef1f5}.badge.amber{color:#ad7118;background:#fff3dc}.badge.green{color:#16835b;background:#e8f6ef}.dots{background:none;border:0;color:#9ba4b0}.panel-footer{border:0;background:#fafbfd;width:100%;padding:11px;color:#47699c;font-size:9px;font-weight:700;display:flex;justify-content:center;gap:5px}.right-stack{display:flex;flex-direction:column;gap:17px}.revenue-panel{padding-bottom:13px}.revenue-panel .panel-title{border:0;padding-bottom:5px}.revenue-total{display:flex;align-items:center;gap:9px;padding:0 19px}.revenue-total h2{font:800 22px var(--font-display);margin:0}.revenue-total span{font-size:8px;color:#14895d;background:#e7f6ef;padding:4px 6px;border-radius:10px;font-weight:700}.revenue-panel>p{font-size:8px;color:#919aa8;margin:3px 19px}.chart{height:86px;margin:17px 20px 5px;display:flex;align-items:flex-end;gap:8px;border-bottom:1px solid #e7ebf0;background:repeating-linear-gradient(0deg,transparent 0,transparent 28px,#f0f2f5 29px)}.chart>div{flex:1 1;background:#dce7fc;border-radius:4px 4px 0 0;min-height:5px;position:relative}.chart>div.hot{background:#3270e7}.days{display:flex;justify-content:space-around;padding:0 14px;color:#9da5b1;font-size:8px}.activity .panel-title{padding-bottom:12px}.activity-row{display:flex;gap:9px;padding:11px 16px}.activity-icon{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;flex:none}.activity-icon svg{width:13px}.activity-row p{font-size:9px;margin:0;line-height:1.5;color:#5e6876}.activity-row p b{color:#273346}.activity-row span{display:block;color:#9ba3af;font-size:8px;margin-top:2px}.modal-backdrop{position:fixed;inset:0;background:#0c182a99;z-index:100;display:grid;place-items:center;padding:20px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal{background:#fff;width:min(470px,100%);border-radius:14px;padding:22px;box-shadow:0 20px 50px #06101e55}.modal-head{display:flex;justify-content:space-between}.modal h2{font:800 19px var(--font-display);margin:0}.modal p{font-size:11px;color:var(--muted);margin:5px 0 19px}.modal-head button{border:0;background:#f3f5f8;border-radius:7px;width:32px;height:32px}.modal form{gap:13px}.modal form,.modal label{display:flex;flex-direction:column}.modal label{gap:6px;font-size:10px;font-weight:700;color:#4d5868}.modal input{height:40px;border:1px solid #dce2e9;border-radius:8px;padding:0 11px;outline:none}.modal input:focus{border-color:#5688ea;box-shadow:0 0 0 3px #eaf0ff}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:11px;gap:11px}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}.toast{position:fixed;right:24px;bottom:24px;background:#152c45;color:white;padding:12px 16px;border-radius:9px;display:flex;align-items:center;gap:9px;z-index:200;font-size:11px;box-shadow:0 10px 25px #08111e33}.toast svg{color:#57d2a5}.page-heading{align-items:center}.page-heading .primary{height:39px}.table-tools{display:flex;gap:9px;border-bottom:1px solid var(--line)}.mini-search{height:35px;min-width:260px;border:1px solid #dfe4ea;border-radius:7px;color:#9aa3b0;display:flex;align-items:center;gap:8px;padding:0 10px;font-size:10px}.customer-row,.table-head{display:grid;grid-template-columns:1.2fr 1.3fr .35fr .6fr .8fr 20px;grid-gap:20px;gap:20px;align-items:center;padding:12px 18px}.table-head{font-size:8px;text-transform:uppercase;letter-spacing:.7px;color:#8993a1;background:#fafbfc;font-weight:800}.customer-row{border-top:1px solid #edf0f3;font-size:10px}.customer-name{display:flex;align-items:center;gap:10px}.contact{display:flex;flex-direction:column;gap:4px;color:#697687}.contact span{display:flex;gap:5px;align-items:center}.tag{background:#f0f3f7;border-radius:12px;width:max-content;color:#5f6d7e;font-size:8px}.board{overflow:hidden}.board-head{height:57px;padding:0 17px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--line)}.board-head h3{font:800 13px var(--font-display)}.board-head span{flex:1 1}.board-head .secondary{height:30px;padding:0 9px}.crew-grid{display:grid;grid-template-columns:repeat(3,1fr);min-height:480px}.crew-column{border-right:1px solid var(--line);padding:13px}.crew-title{display:flex;gap:8px;align-items:center;margin-bottom:15px}.crew-title>div{display:flex;flex-direction:column}.crew-title b{font-size:10px}.crew-title small{font-size:8px;color:#929ca9;margin-top:2px}.schedule-card{border-left:3px solid #4c7fe4;background:#f4f7fd;border-radius:6px;padding:11px;margin-bottom:10px;display:flex;flex-direction:column;gap:5px}.schedule-card.purple{border-color:#765fd0;background:#f7f4ff}.schedule-card.amber{border-color:#dda03c;background:#fff9ee}.schedule-card.green{border-color:#35aa78;background:#f0faf5}.schedule-card.coral{border-color:#df7062;background:#fff5f3}.schedule-card small{font-size:8px;color:#7f8997}.schedule-card b{font-size:10px}.schedule-card>span{font-size:8px;color:#667283;display:flex;gap:4px}.add-slot{border:1px dashed #ccd3dd;background:transparent;color:#7b8796;width:100%;height:36px;border-radius:7px;font-size:9px;display:flex;gap:4px;align-items:center;justify-content:center}.module-cards{display:grid;grid-template-columns:1.6fr .7fr;grid-gap:17px;gap:17px}.module-main{text-align:center;padding:70px 25px}.empty-icon{margin:auto;width:50px;height:50px;display:grid;place-items:center;background:#eaf1ff;color:#2867d8;border-radius:13px}.module-main h2{font:800 19px var(--font-display);margin:17px 0 7px}.module-main p{max-width:470px;margin:0 auto 20px;font-size:11px;color:var(--muted);line-height:1.6}.module-main .primary{margin:auto}.checklist{padding:20px}.checklist h3{font:800 13px var(--font-display);margin:0 0 17px}.checklist>div{display:flex;align-items:center;gap:10px;border-top:1px solid #edf0f3;padding:13px 0}.checklist span svg{width:17px;color:#aab2be}.checklist span.done svg{color:#20a16d}.checklist p{font-size:10px;margin:0}@media(max-width:1100px){.stat-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.right-stack{display:grid;grid-template-columns:1fr 1fr}.job-row{grid-template-columns:55px 3px 36px 1fr 85px}.job-row .dots,.job-row .tech{display:none}.customer-table{overflow-x:auto}.customer-row,.table-head{min-width:780px}}@media(max-width:760px){.sidebar{transform:translateX(-100%);transition:.25s}.sidebar.open{transform:translateX(0);box-shadow:20px 0 50px #06132155}.mobile-close{display:block;position:absolute;right:12px;top:23px;color:white;background:none;border:0}.menu-button{display:block;margin-right:8px}.topbar{padding:0 13px}.top-actions>button:not(.create){display:none}.top-actions .create{font-size:0;padding:0 10px}.global-search{width:auto;flex:1 1}.global-search kbd{display:none}main{margin-left:0}.content{padding:20px 14px}.page-heading,.welcome{align-items:flex-start;gap:18px}.welcome-actions .secondary{display:none}.stat-grid{grid-template-columns:1fr 1fr}.stat-card{padding:13px}.stat-icon{display:none}.dashboard-grid{display:block}.right-stack{display:grid;grid-template-columns:1fr;margin-top:14px}.job-row{grid-template-columns:50px 3px 32px 1fr}.job-row .badge,.job-row .dots{display:none}.job-main small{max-width:170px}.crew-grid{grid-template-columns:1fr}.crew-column{border-bottom:1px solid var(--line)}.module-cards{grid-template-columns:1fr}.table-tools .secondary{display:none}.mini-search{min-width:0;flex:1 1}}@media(max-width:430px){.stat-grid{grid-template-columns:1fr}.page-heading h1,.welcome h1{font-size:21px}.welcome p{max-width:210px}.welcome-actions .primary{font-size:0;padding:0 11px}.job-row{padding:11px 9px;gap:7px}.job-time span{display:none}.form-row{grid-template-columns:1fr}}:root{--muted:#556276}.user-row small,.workspace small{font-size:11px;color:#a9b5c5}.workspace b{font-size:13px}.user-row b{font-size:12px}.nav-label{font-size:10px;color:#8290a2}.global-search input,.sidebar nav button{font-size:14px}.eyebrow{font-size:10px!important;color:#68758a!important}.page-heading p,.welcome p{font-size:14px;color:#556276}.primary,.secondary,.top-actions .create{font-size:13px}.stat-card span{font-size:12px;color:#556276}.stat-card small{font-size:11px;color:#637085}.panel-title h3{font-size:15px}.panel-title button,.panel-title p{font-size:12px}.crew-title b,.job-main b,.job-time b,.schedule-card b{font-size:13px}.add-slot,.crew-title small,.job-main>span,.job-time span,.panel-footer,.schedule-card small,.schedule-card>span,.tech{font-size:12px}.job-main small{font-size:11px;color:#647287}.badge,.tag{font-size:11px}.table-head{font-size:10px;color:#657286}.customer-row{font-size:13px}.contact{color:#526072}.modal p{font-size:13px}.modal label{font-size:12px}.module-main p,.toast{font-size:13px}.avatar{font-size:12px}.avatar.mini{font-size:10px}.job-row{grid-template-columns:68px 3px 36px minmax(180px,1fr) 120px 108px 92px}.flow-strip{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;margin:-9px 0 17px}.flow-strip button{height:58px;border:1px solid var(--line);border-radius:10px;display:flex;align-items:center;gap:10px;padding:0 13px;color:#344258;box-shadow:0 1px 2px #1e2b3b08}.flow-strip button:hover{border-color:#adc0dc;background:#f8fbff}.flow-strip span{width:25px;height:25px;border-radius:50%;background:#e9f0fb;color:#2764e7;display:grid;place-items:center;font-weight:900}.flow-strip b{font-size:13px}.flow-strip small{margin-left:auto;color:#68758a;font-weight:800}.flow-strip svg{color:#9ca8b8}.row-select{height:32px;border:1px solid #d8e0ea;border-radius:7px;background:white;color:#40506a;font-size:12px;font-weight:700;padding:0 8px}.job-actions{display:flex;align-items:center;gap:6px}.job-actions button{height:32px;border:1px solid #d8e0ea;background:#fff;color:#38506f;border-radius:7px;padding:0 8px;font-size:11px;font-weight:800;display:inline-flex;align-items:center;gap:4px}.row-actions{display:flex;flex-wrap:wrap;gap:6px}.card-actions button,.row-actions button{height:28px;border:1px solid #d8e0ea;background:#fff;color:#38506f;border-radius:7px;padding:0 8px;font-size:11px;font-weight:800;display:inline-flex;align-items:center;gap:4px}.card-actions button:hover,.job-actions button:hover,.row-actions button:hover{border-color:#9eb6df}.card-actions button:disabled,.job-actions button:disabled,.row-actions button:disabled,.row-select:disabled{opacity:.45;cursor:not-allowed}.doc-head,.doc-row{grid-template-columns:.55fr 1.1fr .75fr .75fr .75fr 1.8fr}.payment-head,.payment-row{grid-template-columns:.55fr 1.1fr .75fr .75fr .9fr .8fr}.customer-row.doc-row,.customer-row.payment-row{min-height:62px}.tag.approved,.tag.paid,.tag.sent,.tag.succeeded{color:#14744f;background:#e7f6ef}.tag.draft,.tag.partially_paid,.tag.pending{color:#6c5115;background:#fff4db}.tag.declined,.tag.failed,.tag.refunded,.tag.void,.tag.voided{color:#9b3f35;background:#ffecea}.tag.expired,.tag.overdue{color:#9a5c00;background:#fff0d3}.card-actions{display:flex;gap:6px;margin-top:4px;flex-wrap:wrap}.stat-grid.two{grid-template-columns:repeat(2,1fr)}.tag.active,.tag.reviewed{color:#14744f;background:#e7f6ef}.tag.paused,.tag.queued{color:#6c5115;background:#fff4db}.tag.canceled,.tag.complete,.tag.dismissed{color:#5f6d7e;background:#eef1f5}.danger-text{color:#b34a3f}.phase-three-stats{margin-bottom:17px}.phase3-head,.phase3-row{grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) 92px 130px 120px minmax(250px,1.25fr)}.inventory-head,.inventory-row{grid-template-columns:minmax(180px,1fr) 120px 120px 65px 85px 90px minmax(230px,1.2fr)}.marketing-head,.marketing-row{grid-template-columns:minmax(190px,1fr) 100px minmax(160px,1fr) 90px minmax(160px,1fr) minmax(280px,1.4fr)}.review-head,.review-row{grid-template-columns:minmax(190px,1fr) 100px 90px 115px 75px minmax(230px,1.1fr)}.automation-head,.automation-row{grid-template-columns:minmax(190px,1fr) minmax(150px,1fr) minmax(190px,1fr) 80px 80px minmax(170px,1fr)}.inventory-row>div:first-child{display:flex;flex-direction:column;gap:3px}.inventory-row small{font-size:11px;color:#68758a}.google-reviews-connect{margin-bottom:17px;padding:17px 19px;display:flex;align-items:center;gap:16px;position:relative}.google-reviews-brand{display:flex;align-items:center;gap:11px;min-width:270px;margin-right:auto}.google-reviews-brand>span{width:40px;height:40px;display:grid;place-items:center;border-radius:10px;background:#fff;border:1px solid #e2e7ed;color:#4285f4;font:800 21px Arial}.google-reviews-brand h3{margin:0;font:800 14px var(--font-display)}.google-reviews-brand p{margin:4px 0 0;color:#69768a;font-size:10px}.google-loading{font-size:10px;color:#798697}.google-setup{max-width:380px;display:flex;flex-direction:column;gap:3px;text-align:right}.google-setup b{font-size:10px;color:#a86c16}.google-setup span{font-size:9px;color:#768397}.google-location-picker{display:flex;align-items:center;gap:7px}.google-location-picker select{height:38px;min-width:240px;border:1px solid #dce2ea;border-radius:8px;background:#fff;padding:0 10px;color:#435066;font-size:11px}.google-connected-actions{display:flex;align-items:center;gap:7px}.google-connected-actions>div{display:flex;flex-direction:column;gap:3px;margin-right:4px;text-align:right}.google-connected-actions b{font-size:10px}.google-connected-actions small{font-size:8px;color:#758296}.google-connected-actions>a,.google-connected-actions>button{height:33px;border:1px solid #dce2ea;border-radius:7px;background:#fff;color:#4e6077;padding:0 9px;display:flex;align-items:center;gap:5px;font-size:9px;font-weight:800;text-decoration:none}.google-connected-actions .danger-link{border:0;color:#a94f47}.google-message{position:absolute;left:19px;right:19px;bottom:-14px;margin:0;padding:5px 8px;border:1px solid #f0d5d0;border-radius:6px;background:#fff5f3;color:#9c493f;font-size:8px;z-index:1}.google-message.success{border-color:#cee9dc;background:#f0faf5;color:#137650}.google-review-panel{margin-bottom:19px;overflow:hidden}.google-review-panel .panel-title>span{font-size:9px;color:#758296}.google-review-list>article{display:grid;grid-template-columns:36px minmax(0,1fr);grid-gap:11px;gap:11px;padding:15px 18px;border-top:1px solid #edf0f4}.google-review-avatar{width:35px;height:35px;border-radius:50%;overflow:hidden;background:#eaf1ff;color:#2864ca;display:grid;place-items:center;font-size:11px;font-weight:800}.google-review-avatar img{width:100%;height:100%;object-fit:cover}.google-review-list article>div:last-child{min-width:0}.google-review-list header{display:flex;align-items:center;gap:9px}.google-review-list header>b{font-size:11px}.google-review-list time{margin-left:auto;color:#8590a0;font-size:8px}.google-stars{display:flex;color:#f3ab2e}.google-review-list article p{margin:6px 0 0;color:#536176;font-size:10px;line-height:1.55}.google-review-list blockquote{margin:10px 0 0;padding:9px 11px;border-left:3px solid #4285f4;border-radius:0 7px 7px 0;background:#f6f8fb;color:#617087;font-size:9px;line-height:1.5}.google-review-list blockquote b{display:block;margin-bottom:3px;color:#34445a;font-size:8px}.google-review-empty{min-height:155px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#7a8798}.google-review-empty b{font-size:11px;color:#3c4b60}.google-review-empty span{font-size:9px}.review-request-title{display:flex;align-items:end;justify-content:space-between;margin:22px 0 10px}.review-request-title h2{margin:0;font:800 16px var(--font-display)}.review-request-title p{margin:4px 0 0;color:#6d798a;font-size:10px}select,textarea{font:inherit}.modal select,.modal textarea{padding:0 11px}.modal textarea{padding-top:10px}@media(max-width:1100px){.flow-strip{grid-template-columns:repeat(2,1fr)}.job-row{grid-template-columns:62px 3px 36px 1fr 98px}.job-row .job-actions{display:none}.doc-head,.doc-row,.payment-head,.payment-row{min-width:920px}}@media(max-width:760px){.flow-strip{grid-template-columns:1fr 1fr}.flow-strip button{height:50px}.job-row{grid-template-columns:54px 3px 32px 1fr}.job-row .job-actions{display:none}.page-heading p,.welcome p{font-size:13px}.stat-card small,.stat-card span{font-size:11px}.stat-card h2{font-size:20px}.customer-row,.table-head{font-size:12px}}.customer-head,.customer-record-row{grid-template-columns:minmax(190px,1.05fr) minmax(175px,.95fr) minmax(190px,1fr) minmax(190px,1fr) minmax(130px,.75fr) 120px minmax(330px,1.7fr)}.customer-address{color:#526072;line-height:1.35;min-width:0;overflow-wrap:anywhere}.customer-history,.customer-name small{font-size:11px;color:#647287;line-height:1.45}.tag-wrap .tag{font-style:normal}.customer-files{display:flex;flex-direction:column;gap:3px;font-size:11px;color:#647287;line-height:1.35;min-width:0}.customer-files a{color:#2764e7}.customer-record-row .row-actions{justify-content:flex-end}.crm-actions{gap:5px}.crm-actions button{height:27px;padding:0 7px}@media(max-width:1100px){.customer-head,.customer-record-row{min-width:1360px}}.service-head,.service-row{grid-template-columns:minmax(180px,1fr) minmax(260px,1.5fr) 90px 100px minmax(220px,1fr)}.team-head,.team-row{grid-template-columns:minmax(170px,1fr) minmax(210px,1.1fr) 105px 90px 105px 90px minmax(170px,1fr)}.service-row .row-actions,.team-row .row-actions{justify-content:flex-end}.check-field{height:40px;border:1px solid #dce2e9;border-radius:8px;display:flex!important;flex-direction:row!important;align-items:center;gap:8px;padding:0 11px;margin-top:18px}.check-field input{width:15px;height:15px}.assign-control{height:32px;border:1px solid #d8e0ea;background:#fff;border-radius:7px;display:grid!important;grid-template-columns:16px minmax(0,1fr);align-items:center;grid-gap:6px;gap:6px;padding:0 8px;color:#38506f}.assign-control select{border:0;outline:0;background:transparent;min-width:0;font-size:11px;font-weight:800;color:#38506f}.settings-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);grid-gap:17px;gap:17px}.settings-form{overflow:hidden}.settings-form .panel-title svg{color:#667387}.settings-fields{padding:18px;display:flex;flex-direction:column;gap:13px}.settings-fields label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:800;color:#4d5868}.settings-fields input{height:40px;border:1px solid #dce2e9;border-radius:8px;padding:0 11px;outline:none}.settings-fields input:focus{border-color:#5688ea;box-shadow:0 0 0 3px #eaf0ff}.settings-card{align-self:start}.top-actions .create:disabled{opacity:.45;cursor:not-allowed}@media(max-width:1100px){.service-head,.service-row{min-width:880px}.team-head,.team-row{min-width:1120px}.settings-grid{grid-template-columns:1fr}}@media(max-width:760px){.settings-fields{padding:15px}}.phase-two-stats{margin-bottom:17px}.calendar-panel{overflow:hidden}.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(145px,1fr));min-height:430px;overflow-x:auto}.calendar-day{border-right:1px solid var(--line);padding:13px;background:#fff}.calendar-day:last-child{border-right:0}.calendar-date{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #edf0f4;padding-bottom:10px;margin-bottom:11px}.calendar-date b{font:800 13px var(--font-display)}.calendar-date span{font-size:12px;color:#667387}.calendar-event{border-left:3px solid #4c7fe4;background:#f4f7fd;border-radius:7px;padding:10px;margin-bottom:9px;display:flex;flex-direction:column;gap:4px}.calendar-event.amber{border-color:#dda03c;background:#fff9ee}.calendar-event.green{border-color:#35aa78;background:#f0faf5}.calendar-event.coral{border-color:#df7062;background:#fff5f3}.calendar-event small{font-size:11px;color:#657286;font-weight:800}.calendar-event b{font-size:13px}.calendar-event em,.calendar-event span{font-size:12px;color:#526072;font-style:normal}.unscheduled-strip{border-top:1px solid var(--line);background:#fbfcfe;padding:13px 16px;display:flex;gap:9px;align-items:center;flex-wrap:wrap}.unscheduled-strip b{font-size:12px}.unscheduled-strip span{font-size:12px;background:#eef3fb;border:1px solid #dce5f2;color:#40506a;border-radius:999px;padding:6px 9px}.dispatch-ribbon{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin-bottom:17px}.dispatch-ribbon>div{background:#fff;border:1px solid var(--line);border-radius:10px;padding:14px 15px;display:flex;align-items:center;gap:11px}.dispatch-ribbon svg{color:#2764e7}.dispatch-ribbon span{display:flex;flex-direction:column}.dispatch-ribbon b{font:800 19px var(--font-display)}.dispatch-ribbon small{font-size:11px;color:#637085}.portal-page{min-height:100vh;background:#f5f7fa;color:#152033;padding:28px;font-family:var(--font-body)}.portal-hero{background:#10233e;color:#fff;border-radius:16px;padding:30px;display:flex;flex-direction:column;gap:8px;box-shadow:0 18px 45px #10233e24}.portal-brand{display:flex;align-items:center;gap:9px;font:800 20px var(--font-display);margin-bottom:16px}.portal-brand>span:first-child{width:31px;height:31px;border-radius:8px;background:#2764e7;display:grid;place-items:center}.portal-brand>span:last-child{color:#59c7a2}.portal-hero p{margin:0;color:#b7c6d8;font-size:13px}.portal-hero h1{font:800 31px var(--font-display);margin:0}.portal-quick{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.portal-quick span{display:flex;align-items:center;gap:7px;background:#ffffff12;border:1px solid #ffffff20;border-radius:999px;padding:8px 11px;font-size:13px;color:#dce7f4}.portal-grid{display:grid;grid-template-columns:1.35fr .75fr;grid-gap:16px;gap:16px;margin-top:17px}.portal-panel{background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px;box-shadow:0 1px 3px #1f2b3908}.portal-wide{grid-column:auto}.portal-title{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #edf0f4;padding-bottom:12px;margin-bottom:6px}.portal-title h2{font:800 15px var(--font-display);margin:0}.portal-title span{font-size:12px;color:#647287;font-weight:800}.portal-row{display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid #f0f2f5;padding:13px 0}.portal-row:last-child{border-bottom:0}.portal-row div{display:flex;flex-direction:column;gap:4px}.portal-row b{font-size:13px}.portal-address,.portal-empty,.portal-row small{font-size:12px;color:#5d6a7b;line-height:1.5}.portal-row a{height:31px;display:inline-flex;align-items:center;border-radius:7px;background:#2764e7;color:#fff;text-decoration:none;font-size:12px;font-weight:800;padding:0 10px;white-space:nowrap}.portal-row.compact{align-items:flex-start}.portal-address{margin:12px 0 0}.tag.paid{color:#14744f;background:#e7f6ef}@media(max-width:1100px){.calendar-grid{grid-template-columns:repeat(7,155px)}.dispatch-ribbon{grid-template-columns:1fr 1fr 1fr}.portal-grid{grid-template-columns:1fr}}@media(max-width:760px){.dispatch-ribbon{grid-template-columns:1fr}.portal-page{padding:0}.portal-hero{border-radius:0}.portal-grid{margin:14px;padding:0}.portal-panel{padding:15px}.portal-quick,.portal-row{align-items:flex-start;flex-direction:column}}.auth-error{background:#fff0ef;border:1px solid #facbc7;color:#aa3d34;padding:10px;border-radius:7px;font-size:11px}.secure-line{display:flex;align-items:center;gap:7px;color:#16724f;background:#e9f7f0;border:1px solid #ccebdd;border-radius:8px;padding:9px 10px;font-size:12px;font-weight:800}.modal-secure{margin-top:2px}.card-input-wrap{height:42px;border:1px solid #dce2e9;border-radius:8px;display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;grid-gap:8px;gap:8px;padding:0 10px;background:#fff}.card-input-wrap:focus-within{border-color:#5688ea;box-shadow:0 0 0 3px #eaf0ff}.card-input-wrap svg{color:#68758a}.card-input-wrap input{height:38px!important;border:0!important;box-shadow:none!important;padding:0!important;min-width:0}.card-input-wrap span{font-size:10px;font-weight:900;color:#38506f;background:#eef3fb;border-radius:999px;padding:5px 7px;white-space:nowrap}.schedule-board-head{height:auto;min-height:64px;align-items:center;flex-wrap:wrap;padding-top:13px;padding-bottom:13px}.schedule-board-head>div{display:flex;flex-direction:column;gap:3px}.schedule-board-head h3{font-size:15px}.schedule-board-head p{margin:0;color:#647287;font-size:12px}.date-chip{margin-left:auto;display:inline-flex!important;align-items:center;gap:6px;flex:none;background:#eef3fb;border:1px solid #dce5f2;border-radius:999px;color:#40506a;padding:7px 10px}.date-chip,.empty-column{font-size:12px;font-weight:800}.empty-column{border:1px dashed #ccd3dd;background:#fafbfd;color:#738096;border-radius:7px;padding:13px;text-align:center;margin-bottom:10px}@media(max-width:760px){.schedule-board-head{align-items:flex-start;flex-direction:column}.date-chip{margin-left:0}.schedule-board-head .secondary{width:100%;justify-content:center}}.pay-page{min-height:100vh;display:grid;place-items:center;padding:36px 18px;background:linear-gradient(140deg,#edf4ff,#f7fafc 48%,#eef8f2)}.pay-shell{width:min(980px,100%);display:grid;grid-template-columns:.92fr 1fr;background:#fff;border:1px solid #dde5ef;border-radius:16px;box-shadow:0 24px 70px #10233e24;overflow:hidden}.pay-summary{background:#10233e;color:#fff;padding:34px;display:flex;flex-direction:column}.pay-brand{font:800 21px var(--font-display);margin-bottom:44px}.pay-brand span span{color:#59c7a2}.pay-summary .eyebrow{color:#78d9b7!important}.pay-summary h1{font:800 30px var(--font-display);margin:0 0 8px}.pay-summary p{color:#c5d2e2;font-size:14px;line-height:1.6;margin:0 0 26px}.pay-amount{background:#ffffff10;border:1px solid #ffffff1f;border-radius:12px;padding:18px;margin-top:auto}.pay-amount small,.pay-amount span{display:block;color:#aebdd0;font-size:12px}.pay-amount strong{display:block;font:800 36px var(--font-display);margin:4px 0}.pay-trust{display:flex;gap:8px;align-items:flex-start;color:#c9f2e1;font-size:12px;line-height:1.5;margin-top:18px}.pay-card{padding:34px;display:grid;align-items:center}.pay-card form{gap:14px}.pay-card form,.pay-card label{display:flex;flex-direction:column}.pay-card label{gap:7px;font-size:12px;font-weight:800;color:#465367}.pay-card input{height:42px;border:1px solid #dce2e9;border-radius:8px;padding:0 11px;outline:none}.pay-card input:focus{border-color:#5688ea;box-shadow:0 0 0 3px #eaf0ff}.pay-button{height:45px;justify-content:center;margin-top:4px}.pay-success{text-align:center;padding:36px 10px}.pay-success svg{color:#18a66a}.pay-success h2{font:800 24px var(--font-display);margin:14px 0 8px}.pay-success p{font-size:14px;color:#5a6676;line-height:1.6;margin:0 auto;max-width:340px}@media(max-width:760px){.pay-page{padding:0;background:#fff;place-items:stretch}.pay-shell{grid-template-columns:1fr;border:0;border-radius:0;box-shadow:none}.pay-summary{padding:26px 20px}.pay-brand{margin-bottom:28px}.pay-card{padding:24px 20px}.pay-amount strong{font-size:30px}.card-input-wrap{grid-template-columns:20px minmax(0,1fr)}.card-input-wrap span{grid-column:2;justify-self:start;margin-bottom:6px}.card-input-wrap{height:auto;min-height:42px;padding-top:2px;padding-bottom:2px}}.estimate-card{align-items:stretch}.estimate-card>div{width:100%}.estimate-review-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.estimate-review-head h2{font:800 24px var(--font-display);margin:0}.estimate-lines{border:1px solid #e4eaf2;border-radius:10px;overflow:hidden}.estimate-line{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 14px;border-bottom:1px solid #edf1f5}.estimate-line:last-child{border-bottom:0}.estimate-line div{display:flex;flex-direction:column;gap:4px;min-width:0}.estimate-line b{font-size:13px}.estimate-line small{font-size:12px;color:#667387}.estimate-line strong{font-size:13px;white-space:nowrap}.estimate-notes{font-size:13px;line-height:1.6;color:#566275;background:#f7f9fc;border:1px solid #e4eaf2;border-radius:10px;padding:13px;margin:14px 0 0}.estimate-response-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.estimate-response-actions .primary,.estimate-response-actions .secondary{height:43px}.estimate-response-actions .intent{box-shadow:0 0 0 3px #eaf0ff}.pay-success .lucide-circle-x{color:#c94b40}@media(max-width:760px){.estimate-response-actions{flex-direction:column-reverse}.estimate-response-actions .primary,.estimate-response-actions .secondary{justify-content:center;width:100%}}.settings-fields select{height:40px;border:1px solid #dce2e9;border-radius:8px;padding:0 11px;outline:none;background:#fff}.settings-fields select:focus{border-color:#5688ea;box-shadow:0 0 0 3px #eaf0ff}.logout-button{height:32px;border:1px solid #334860;background:#172d49;color:#cbd8e7;border-radius:8px;padding:0 9px;display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:800;white-space:nowrap}.logout-button:hover{background:#203b5e;color:#fff}.brand,.logout-button svg,.user-row,.workspace-wrap{flex:none}.sidebar nav{min-height:0;overflow-y:auto;overscroll-behavior:contain;padding-right:3px}.sidebar nav::-webkit-scrollbar{width:6px}.sidebar nav::-webkit-scrollbar-thumb{background:#2d415c;border-radius:999px}.workspace-wrap{position:relative;margin:23px 0 18px}.workspace{width:100%;margin:0;border:1px solid #2b3d55;text-align:left;color:inherit}.workspace-menu{position:absolute;left:0;right:0;top:calc(100% + 7px);background:#10233e;border:1px solid #2d415c;border-radius:10px;padding:8px;box-shadow:0 14px 30px #04101f66;z-index:30}.workspace-menu p{margin:3px 4px 7px;color:#8290a2;font-size:10px;text-transform:uppercase;letter-spacing:1px;font-weight:800}.workspace-menu button{width:100%;border:0;background:transparent;color:#cbd8e7;border-radius:8px;display:flex;align-items:center;gap:8px;padding:8px;text-align:left}.workspace-menu button.active,.workspace-menu button:hover{background:#1c3657;color:#fff}.workspace-menu button:disabled{cursor:default;opacity:1}.workspace-menu button>span:nth-child(2){display:flex;flex-direction:column;min-width:0;flex:1 1}.workspace-menu b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workspace-menu small{font-size:10px;color:#9eb0c4;margin-top:2px}.workspace-menu svg{color:#67d2aa;flex:none}.workspace-menu .workspace-add{border-top:1px solid #263b55;margin-top:5px;padding-top:10px}.workspace-menu .workspace-add svg{color:#8fb6ff}.settings-side{display:flex;flex-direction:column;gap:17px}.settings-card{width:100%}.admin-panel{margin-top:17px}.estimate-signature{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:800;color:#465367;margin-top:14px}.estimate-signature input{height:42px;border:1px solid #dce2e9;border-radius:8px;padding:0 11px;outline:none}.estimate-signature input:focus{border-color:#5688ea;box-shadow:0 0 0 3px #eaf0ff}.estimate-kpis{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:13px;gap:13px;margin-bottom:16px}.estimate-kpis article{min-height:104px;display:flex;align-items:center;gap:13px;padding:17px;background:#fff;border:1px solid var(--line);border-radius:11px;box-shadow:0 1px 3px rgba(31,43,57,.03)}.estimate-kpi-icon{width:42px;height:42px;display:grid;place-items:center;flex:none;border-radius:10px}.estimate-kpi-icon svg{width:20px}.estimate-kpi-icon.blue{color:#2864d3;background:#eaf1ff}.estimate-kpi-icon.green{color:#16835b;background:#e6f6ef}.estimate-kpi-icon.violet{color:#7051c7;background:#f0ebff}.estimate-kpis article>div{display:flex;flex-direction:column;gap:3px}.estimate-kpis small{color:#758195;font-size:10px;font-weight:700}.estimate-kpis b{font:800 20px var(--font-display);color:#25354a}.estimate-kpis em{color:#8691a1;font-size:9px;font-style:normal}.estimate-list-panel{overflow:visible}.estimate-toolbar{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 14px;border-bottom:1px solid #e8ecf1}.estimate-toolbar>label{width:min(390px,42%);height:38px;display:flex;align-items:center;gap:8px;padding:0 11px;border:1px solid #dce3eb;border-radius:8px;color:#8190a3;background:#fff}.estimate-toolbar>label:focus-within{border-color:#5688ea;box-shadow:0 0 0 3px #eaf0ff}.estimate-toolbar input{width:100%;min-width:0;border:0;outline:0;color:#27374d;font-size:11px}.estimate-status-tabs{display:flex;gap:4px;padding:3px;border-radius:9px;background:#f0f3f7}.estimate-status-tabs button{height:30px;padding:0 10px;border:0;border-radius:6px;background:transparent;color:#6b788b;font-size:9px;font-weight:850}.estimate-status-tabs button.active{background:#fff;color:#245fc8;box-shadow:0 1px 4px rgba(15,35,60,.12)}.estimate-list-head,.estimate-record{display:grid;grid-template-columns:minmax(180px,1.15fr) minmax(155px,1fr) 110px 120px minmax(155px,.8fr);grid-gap:16px;gap:16px;align-items:center}.estimate-list-head{min-height:38px;padding:0 17px;background:#fafbfd;color:#778397;text-transform:uppercase;letter-spacing:.65px;font-size:8px;font-weight:850}.estimate-record{position:relative;min-height:82px;padding:13px 17px;border-top:1px solid #edf0f4;background:#fff}.estimate-record:hover{z-index:2;background:#fbfcfe}.estimate-customer,.estimate-number,.estimate-record>div:nth-child(4),.estimate-value{min-width:0;display:flex;flex-direction:column;gap:4px}.estimate-number{flex-direction:row;align-items:center;gap:10px}.estimate-number>span{width:37px;height:37px;display:grid;place-items:center;flex:none;border-radius:9px;background:#edf3ff;color:#2b65c9}.estimate-number>div{min-width:0;display:flex;flex-direction:column;gap:4px}.estimate-customer b,.estimate-number b,.estimate-value b{overflow:hidden;color:#2a3a50;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.estimate-value b{font:800 14px var(--font-display)}.estimate-customer small,.estimate-expiry,.estimate-number small,.estimate-value small{overflow:hidden;color:#7a8798;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.estimate-expiry{margin-top:3px}.estimate-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px}.estimate-primary-action{height:33px;padding:0 11px;border:1px solid #2764e7;border-radius:7px;background:#2764e7;color:#fff;font-size:9px;font-weight:800;white-space:nowrap}.estimate-primary-action:hover{border-color:#1d54c1;background:#1d54c1}.estimate-primary-action:disabled{opacity:.5}.estimate-actions details{position:relative}.estimate-actions summary{width:33px;height:33px;display:grid;place-items:center;border:1px solid #d8e0e9;border-radius:7px;background:#fff;color:#536176;cursor:pointer;list-style:none}.estimate-actions summary::-webkit-details-marker{display:none}.estimate-actions details[open] summary{border-color:#94ace0;background:#f3f7ff;color:#245fc8}.estimate-actions details>div{position:absolute;z-index:20;right:0;top:39px;width:190px;padding:6px;border:1px solid #dce3eb;border-radius:10px;background:#fff;box-shadow:0 14px 34px rgba(15,35,60,.16)}.estimate-actions details button{width:100%;height:34px;display:flex;align-items:center;gap:8px;padding:0 9px;border:0;border-radius:6px;background:#fff;color:#40516a;text-align:left;font-size:9px;font-weight:750}.estimate-actions details button:hover:not(:disabled){background:#f2f6fd;color:#2358b2}.estimate-actions details button:disabled{color:#b1b8c2;cursor:not-allowed}.estimate-actions details hr{height:1px;margin:5px 3px;border:0;background:#e8ecf1}.estimate-empty{min-height:230px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#91a0b2}.estimate-empty b{color:#34455c;font-size:12px}.estimate-empty span{font-size:10px}.estimate-action-modal{width:min(560px,100%)}.estimate-action-modal .modal-head>div{display:grid;grid-template-columns:43px minmax(0,1fr);grid-column-gap:11px;column-gap:11px}.estimate-action-modal .modal-head h2{align-self:end}.estimate-action-modal .modal-head p{grid-column:2;margin:4px 0 17px;line-height:1.5}.estimate-modal-icon{grid-row:1/3;width:43px;height:43px;display:grid;place-items:center;border-radius:10px;background:#eaf1ff;color:#2864d3}.estimate-modal-icon.approve,.estimate-modal-icon.convert{background:#e6f6ef;color:#16835b}.estimate-modal-icon.decline{background:#ffedeb;color:#b44d43}.estimate-modal-icon.deposit,.estimate-modal-icon.invoice{background:#fff3dc;color:#a86d15}.estimate-modal-summary{display:grid;grid-template-columns:90px minmax(0,1fr) 110px;grid-gap:12px;gap:12px;padding:13px 14px;border:1px solid #e0e6ed;border-radius:10px;background:#f8fafc}.estimate-modal-summary>div{display:flex;flex-direction:column;gap:4px}.estimate-modal-summary small{color:#7d8999;font-size:8px;text-transform:uppercase;letter-spacing:.5px}.estimate-modal-summary b{overflow:hidden;color:#2f4057;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.estimate-modal-summary>div:last-child{text-align:right}.estimate-send-preview{min-height:58px;display:flex;align-items:center;gap:10px;padding:11px 13px;border:1px solid #d9e5f6;border-radius:9px;background:#f3f7fd;color:#2c65bf}.estimate-send-preview>div{display:flex;flex-direction:column;gap:4px}.estimate-send-preview b{color:#30445e;font-size:11px}.estimate-send-preview span{color:#718096;font-size:9px}.estimate-action-modal .optional{margin-left:5px;color:#8c97a5;font-size:8px;font-weight:600}.estimate-action-modal label>small{color:#8a95a4;font-size:8px;font-weight:500}.estimate-warning{display:flex;align-items:flex-start;gap:8px;margin:0!important;padding:11px 13px;border:1px solid #efd4a9;border-radius:9px;background:#fff8eb;color:#8e611e!important;line-height:1.5}.estimate-warning svg{flex:none}.primary.danger-action{background:#c45148;box-shadow:0 3px 8px rgba(196,81,72,.18)}@media(max-width:900px){.estimate-list-head{display:none}.estimate-record{grid-template-columns:minmax(0,1fr) 110px 130px;gap:13px}.estimate-customer{grid-column:1}.estimate-value{grid-column:2;grid-row:1}.estimate-record>div:nth-child(4){grid-column:2;grid-row:2}.estimate-actions{grid-column:3;grid-row:1/3}.estimate-number{grid-column:1;grid-row:1}.estimate-toolbar{align-items:stretch;flex-direction:column}.estimate-toolbar>label{width:100%}.estimate-status-tabs{overflow-x:auto}.estimate-status-tabs button{flex:1 1;white-space:nowrap}}@media(max-width:620px){.estimate-kpis{grid-template-columns:1fr}.estimate-kpis article{min-height:82px}.estimate-toolbar{padding:11px}.estimate-status-tabs button{flex:none}.estimate-list-panel{margin:0 -14px;border-radius:0}.estimate-record{grid-template-columns:minmax(0,1fr) auto;padding:15px 14px}.estimate-number{grid-column:1}.estimate-value{grid-column:2;grid-row:1;text-align:right}.estimate-customer{grid-column:1}.estimate-record>div:nth-child(4){grid-column:2;grid-row:2;align-items:flex-end}.estimate-actions{grid-column:1/3;grid-row:3;justify-content:flex-start;padding-top:3px}.estimate-primary-action{flex:1 1}.estimate-actions details>div{right:auto;left:0}.estimate-modal-summary{grid-template-columns:1fr 1fr}.estimate-modal-summary>div:nth-child(2){grid-column:1/3;grid-row:2}.estimate-modal-summary>div:last-child{text-align:right}.estimate-action-modal .modal-head>div{grid-template-columns:38px minmax(0,1fr)}.estimate-modal-icon{width:38px;height:38px}.estimate-action-modal .modal-actions button{flex:1 1;justify-content:center}}.admin-page{min-height:100vh;background:#f5f7fa;display:grid;grid-template-columns:244px minmax(0,1fr)}.admin-sidebar{background:#0e2039;color:#fff;padding:22px 14px 15px;display:flex;flex-direction:column;gap:18px}.admin-badge{border:1px solid #2b3d55;border-radius:10px;background:#142943;padding:12px;display:flex;gap:9px;align-items:center;color:#cbd8e7}.admin-badge span{display:flex;flex-direction:column}.admin-badge b{font-size:13px}.admin-badge small{font-size:11px;color:#9caabe;margin-top:3px}.admin-logout{margin-top:auto;justify-content:center}.admin-main{padding:31px;max-width:1300px;width:100%;margin:0 auto}.admin-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);grid-gap:17px;gap:17px}.admin-org-list{display:flex;flex-direction:column}.admin-org-list button{border:0;border-top:1px solid #edf0f4;background:#fff;padding:14px 17px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px 14px;gap:8px 14px;text-align:left;color:#263348}.admin-org-list button.active,.admin-org-list button:hover{background:#f7faff}.admin-org-list span{display:flex;flex-direction:column;gap:3px}.admin-org-list b{font-size:13px}.admin-org-list small{font-size:11px;color:#647287}.admin-org-list em{font-style:normal;font-size:11px;font-weight:900;border-radius:999px;padding:5px 8px;background:#fff4db;color:#6c5115;align-self:start}.admin-org-list em.connected{background:#e7f6ef;color:#14744f}.admin-org-list button>small{grid-column:1/-1}.admin-empty{padding:22px;color:#647287;font-size:13px}@media(max-width:900px){.admin-page{grid-template-columns:1fr}.admin-sidebar{position:static}.admin-grid{grid-template-columns:1fr}.admin-main{padding:20px 14px}}:root{--navy:#10243e;--navy-deep:#0a192c;--blue:#2463eb;--blue-dark:#194fc2;--ink:#172235;--muted:#647185;--line:#e2e7ee;--bg:#f4f6f9;--green:#119b67;--amber:#d98713;--violet:#7255d9;--red:#cf5147;--shadow-sm:0 1px 2px rgba(15,35,60,.04),0 1px 4px rgba(15,35,60,.03);--shadow-md:0 10px 30px rgba(15,35,60,.09);--radius:12px}html{background:var(--bg);scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,select,textarea{font:inherit}a,button,input,select,textarea{transition:border-color .16s ease,background-color .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(36,99,235,.2);outline-offset:2px}.sidebar{width:260px;padding:24px 14px 16px;background:linear-gradient(180deg,#10243e,#0b1b2f);border-right:1px solid rgba(255,255,255,.05)}.brand{height:38px;font-size:21px;letter-spacing:-.75px}.brand-mark{width:34px;height:34px;border-radius:10px;background:linear-gradient(145deg,#3479f5,#1d55cd);box-shadow:0 7px 18px rgba(36,99,235,.32);transform:none}.brand>span:last-child>span{color:#5bd1a7}.workspace-wrap{margin:22px 0 19px}.workspace{min-height:58px;padding:9px 10px;border-color:rgba(255,255,255,.1);background:rgba(255,255,255,.045);border-radius:11px}.workspace:hover{background:rgba(255,255,255,.075);border-color:rgba(255,255,255,.18)}.workspace-avatar{width:34px;height:34px;border-radius:9px;background:#1d634c;color:#a4edd2}.workspace b{font-size:12px}.workspace small{font-size:10px;color:#8fa0b5}.sidebar nav{padding-right:2px}.nav-group+.nav-group{margin-top:20px}.nav-label,.nav-label.lower{margin:0 10px 7px;color:#718198;font-size:9px;letter-spacing:1.45px}.nav-label.lower{margin-top:20px}.sidebar nav button{height:38px;padding:0 10px;margin:2px 0;border-radius:8px;color:#a9b6c7;font-size:13px;font-weight:600;position:relative}.sidebar nav button svg{opacity:.8;stroke-width:1.9}.sidebar nav button:hover{background:rgba(255,255,255,.06);color:#fff}.sidebar nav button.active{background:linear-gradient(90deg,rgba(51,112,228,.27),rgba(51,112,228,.12));color:#fff;box-shadow:inset 0 0 0 1px rgba(113,159,246,.12)}.sidebar nav button.active:before{left:-14px;height:24px;width:3px;background:#6ea0ff}.sidebar nav button.active svg{color:#78a7ff;opacity:1}.user-row{padding:15px 6px 0;border-color:rgba(255,255,255,.09)}.user-row .photo{box-shadow:0 0 0 2px rgba(255,255,255,.11)}.logout-button{width:34px;padding:0;justify-content:center;border:0;background:transparent}.logout-button span{display:none}.logout-button:hover{background:rgba(255,255,255,.08)}main{margin-left:260px}.topbar{height:72px;padding:0 30px;background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-color:var(--line);gap:24px}.topbar-context{display:flex;flex-direction:column;min-width:145px;line-height:1.2}.topbar-context span{font-size:10px;color:#7a8799;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:170px}.topbar-context b{margin-top:3px;font-size:13px;color:#27354a}.global-search{height:40px;width:min(480px,42vw);padding:0 11px;border:1px solid #dfe4eb;background:#f7f9fb;border-radius:9px;color:#8591a3;gap:9px}.global-search:focus-within{background:#fff;border-color:#93afe8;box-shadow:0 0 0 3px rgba(36,99,235,.1)}.global-search input{background:transparent;font-size:13px}.global-search input::placeholder{color:#9aa5b4}.global-search button{width:26px;height:26px;display:grid;place-items:center;border:0;background:transparent;color:#8490a1;border-radius:6px}.global-search button:hover{background:#e9edf3;color:#47566b}.global-search kbd{margin-left:auto;padding:2px 7px;color:#8793a4;background:#fff;border-color:#d9e0e8;box-shadow:0 1px 1px rgba(15,35,60,.04)}.top-actions{gap:4px}.top-actions>button{color:#69778b}.top-actions>button:hover{background:#f0f3f7;color:#34445b}.primary,.top-actions .create{height:40px;padding:0 15px;border-radius:9px;background:linear-gradient(180deg,#2c6cf0,#215fdc);box-shadow:0 4px 10px rgba(36,99,235,.2);font-size:12px;letter-spacing:.01em}.primary:hover,.top-actions .create:hover{background:linear-gradient(180deg,#2463eb,#194fc2);box-shadow:0 6px 15px rgba(36,99,235,.25);transform:translateY(-1px)}.primary:active,.top-actions .create:active{transform:translateY(0)}.content{padding:34px 32px 48px;max-width:1540px}.page-heading,.welcome{align-items:center;margin-bottom:26px}.page-heading h1,.welcome h1{font-size:27px;line-height:1.15;letter-spacing:-.85px;color:#142138}.page-heading p,.welcome p{font-size:13px;margin-top:7px;color:#6a7688}.eyebrow{display:flex;align-items:center;gap:3px;margin-bottom:9px!important;font-size:9px!important;letter-spacing:1.35px;color:#738196!important}.secondary{height:40px;border-color:#d8dfe8;border-radius:9px;background:#fff;color:#405069;font-size:12px;box-shadow:var(--shadow-sm)}.secondary:hover{border-color:#b9c6d7;background:#f9fafc;color:#253750}.panel{border-color:var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.panel-title{min-height:62px;padding:16px 19px;border-color:#e9edf2}.panel-title h3{font-size:14px;color:#1e2c41}.panel-title p{margin-top:4px;font-size:11px}.panel-title button{font-size:11px;color:#315fae}.panel-title button:hover{color:#194fc2}.stat-grid{gap:15px;margin-bottom:18px}.stat-card{min-height:112px;padding:18px;gap:14px;align-items:center;border-radius:var(--radius);overflow:hidden}.stat-card:after{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:#c7d6f5;opacity:0;transition:opacity .16s ease}.stat-card:hover{border-color:#d1d9e4;box-shadow:0 7px 20px rgba(15,35,60,.07);transform:translateY(-1px)}.stat-card:hover:after{opacity:1}.stat-card.stat-green:after{background:var(--green)}.stat-card.stat-amber:after{background:var(--amber)}.stat-card.stat-violet:after{background:var(--violet)}.stat-icon{width:42px;height:42px;border-radius:10px}.stat-icon svg{width:20px;height:20px;stroke-width:2}.stat-card span{font-size:11px;text-transform:uppercase;letter-spacing:.45px;color:#748094}.stat-card h2{font-size:23px;margin:5px 0 3px;letter-spacing:-.55px}.stat-card small{font-size:10px;color:#748094}.flow-strip{position:relative;gap:0;margin:-7px 0 18px;padding:0;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden}.flow-strip button{height:64px;border:0;border-right:1px solid #e9edf2;border-radius:0;box-shadow:none;padding:0 17px;background:#fff}.flow-strip button:last-child{border-right:0}.flow-strip button:hover{background:#f7f9fd;border-color:#e9edf2}.flow-strip span{width:27px;height:27px;background:#edf3ff;color:#2463eb;font-size:11px}.flow-strip b{font-size:12px;color:#35445a}.flow-strip small{font-size:12px;color:#1f4fa7;background:#edf3ff;border-radius:999px;padding:3px 8px}.flow-strip svg{color:#b3bdca}.jobs-panel{overflow:hidden}.job-row{grid-template-columns:72px 3px 38px minmax(210px,1fr) 130px 105px 190px;min-height:82px;padding:13px 18px;gap:11px;border-color:#edf0f4}.job-row:hover{background:#fafbfd}.job-line{height:46px}.job-time b{font-size:12px;color:#26364d}.job-time span{font-size:10px}.job-main b{font-size:13px;color:#1b293e}.job-main>span{font-size:11px;color:#526176}.job-main>span i{font-style:normal;color:#b0b8c3;margin:0 2px}.job-main small{font-size:10px;color:#7a8798}.tech{font-size:11px;color:#4b5a70}.avatar{width:38px;height:38px;border-radius:10px}.avatar.mini{width:27px;height:27px}.badge{font-size:10px;padding:6px 9px}.badge.blue{color:#2562cf;background:#eaf1ff}.badge.amber{color:#9a6010;background:#fff2da}.badge.green{color:#127651;background:#e5f5ed}.badge.coral{color:#a33f37;background:#ffebe8}.job-actions{justify-content:flex-end}.card-actions button,.job-actions button,.row-actions button{border-color:#d8e0e9;background:#fff;color:#3e506a;font-size:10px;border-radius:7px}.card-actions button:hover,.job-actions button:hover,.row-actions button:hover{border-color:#aebfd7;background:#f6f9ff;color:#2355aa}.row-select{border-color:#d8e0e9;color:#3e506a;font-size:10px}.panel-footer{padding:13px;background:#fbfcfd;color:#3564ad;font-size:11px}.panel-footer:hover{background:#f3f7fc}.table-panel{border-radius:var(--radius);overflow:hidden}.customer-table{width:100%;max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:thin;scrollbar-color:#b8c3d1 #f1f4f7}.customer-table::-webkit-scrollbar{height:10px}.customer-table::-webkit-scrollbar-track{background:#f1f4f7}.customer-table::-webkit-scrollbar-thumb{background:#b8c3d1;border:2px solid #f1f4f7;border-radius:999px}.table-tools{padding:14px 17px;background:#fbfcfd}.table-head{padding:12px 18px;background:#f7f9fb;color:#68768a;font-size:9px;letter-spacing:.8px}.customer-row{padding:14px 18px;min-height:66px;font-size:12px}.customer-row:hover{background:#fafbfd}.customer-name b,.customer-row>b{color:#243249}.contact{font-size:11px}.tag{font-size:10px;font-weight:700;padding:5px 8px}.tag-wrap{display:flex;gap:5px;flex-wrap:wrap}.tag-wrap i{font-style:normal}.customer-head,.customer-record-row{min-width:1480px}.doc-head,.doc-row{min-width:1080px}.payment-head,.payment-row{min-width:820px}.phase3-head,.phase3-row{min-width:1050px}.inventory-head,.inventory-row{min-width:1100px}.marketing-head,.marketing-row{min-width:1150px}.review-head,.review-row{min-width:950px}.automation-head,.automation-row{min-width:1000px}.service-head,.service-row{min-width:900px}.team-head,.team-row{min-width:1120px}.customer-row>.row-actions:last-child,.table-head>span:last-child{position:-webkit-sticky;position:sticky;right:0;z-index:2;background:inherit;box-shadow:-10px 0 14px -14px rgba(15,35,60,.55)}.customer-row>.row-actions:last-child{align-self:stretch;align-content:center;padding-left:10px;background:#fff}.customer-row:hover>.row-actions:last-child{background:#fafbfd}.table-head>span:last-child{z-index:3;background:#f7f9fb;padding-left:10px}.customer-record-row{align-items:start}.customer-name>span:last-child{display:flex;flex-direction:column;gap:3px}.customer-address,.customer-files,.customer-name small{font-size:10px;line-height:1.55;color:#68768a}.customer-files a{display:block;color:#2764c8;text-decoration:none;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-actions{max-width:310px}.customer-list{overflow:visible}.customer-list .customer-head,.customer-list .customer-record-row{min-width:0;grid-template-columns:minmax(180px,1.25fr) minmax(145px,.9fr) minmax(170px,1.1fr) minmax(150px,.9fr) 180px;gap:16px}.customer-record{border-top:1px solid #edf0f4}.customer-record:first-of-type{border-top:0}.customer-list .customer-record-row{border-top:0;min-height:92px}.customer-list .customer-head>span:last-child,.customer-list .customer-record-row>.row-actions:last-child{position:static;box-shadow:none;padding-left:0}.customer-list .customer-record-row>.row-actions:last-child{align-self:center;background:transparent}.customer-list .customer-record-row:hover>.row-actions:last-child{background:transparent}.customer-list .customer-name{align-items:flex-start}.customer-list .tag-wrap{margin-top:3px}.customer-list .tag{padding:3px 7px;font-size:9px}.customer-contact{display:flex;flex-direction:column;gap:8px;min-width:0;color:#536176;font-size:11px}.customer-contact span{display:flex;align-items:center;gap:6px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-contact svg{flex:none;color:#8793a4}.customer-location{display:flex;align-items:flex-start;gap:7px;min-width:0}.customer-location>svg{flex:none;margin-top:2px;color:#738198}.customer-history,.customer-location>span{display:flex;flex-direction:column;gap:4px;min-width:0}.customer-history b,.customer-location b{font-size:11px;color:#314057}.customer-history small,.customer-history span,.customer-location small{font-size:10px;line-height:1.45;color:#6e7b8d;overflow:hidden;text-overflow:ellipsis}.customer-history span{white-space:nowrap}.customer-list .crm-actions{max-width:none;justify-content:flex-end;align-items:center;flex-wrap:nowrap}.customer-list .crm-actions button{height:31px;padding:0 9px}.customer-list .crm-actions button.active{border-color:#93afe8;background:#eef4ff;color:#1f56b6}.customer-list .crm-actions button.active svg{transform:rotate(180deg)}.crm-drawer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:13px 18px 15px 72px;background:#f7f9fc;border-top:1px solid #e9edf3}.crm-drawer>div:first-child{display:flex;flex-direction:column;gap:3px;flex:none}.crm-drawer>div:first-child b{font-size:11px;color:#2d3c53}.crm-drawer>div:first-child span{font-size:10px;color:#748195}.crm-drawer-actions{display:flex;justify-content:flex-end;gap:6px;flex-wrap:wrap}.crm-drawer-actions button{height:30px;padding:0 9px;border:1px solid #d7dfe9;border-radius:7px;background:#fff;color:#40516a;font-size:10px;font-weight:750;display:inline-flex;align-items:center;gap:5px}.crm-drawer-actions button:hover{border-color:#9fb4d4;background:#f4f8ff;color:#2355aa}.crm-drawer-actions .portal-action{color:#fff;border-color:#2463eb;background:#2463eb}.crm-drawer-actions .portal-action:hover{color:#fff;border-color:#194fc2;background:#194fc2}.board-head{border-color:#e8edf2}.crew-grid{background:#fbfcfd}.crew-column{padding:16px;border-color:#e4e9ef}.crew-title{margin-bottom:14px}.schedule-card{padding:13px;border-left-width:3px;border-radius:8px;box-shadow:0 1px 2px rgba(15,35,60,.03)}.schedule-card:hover{box-shadow:0 7px 18px rgba(15,35,60,.07);transform:translateY(-1px)}.schedule-card b{font-size:12px}.schedule-card small,.schedule-card>span{font-size:10px}.assign-control select{border-color:#d8e0e9;border-radius:7px;background:#fff}.date-chip{background:#f3f6fb;color:#536279}.calendar-event{box-shadow:0 1px 2px rgba(15,35,60,.03)}.modal-backdrop{background:rgba(8,20,36,.68);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fade-in .16s ease}.modal{width:min(520px,100%);max-height:min(860px,calc(100vh - 32px));padding:24px;border:1px solid rgba(255,255,255,.45);border-radius:15px;box-shadow:0 28px 80px rgba(5,15,28,.28);animation:modal-in .2s ease}.modal h2{font-size:21px}.modal p{font-size:12px}.modal-head button{display:grid;place-items:center;color:#647185}.modal label,.settings-fields label{font-size:11px;color:#445167}.modal input,.modal select,.modal textarea,.settings-fields input,.settings-fields select{border-color:#d8e0e8;border-radius:8px;background:#fff}.modal textarea{min-height:82px;padding:10px}.modal input:hover,.modal select:hover,.modal textarea:hover{border-color:#b9c5d3}.modal-actions{padding-top:4px}.toast{right:28px;bottom:28px;max-width:min(430px,calc(100vw - 32px));padding:13px 16px;border:1px solid rgba(255,255,255,.12);background:#10243e;border-radius:10px;box-shadow:0 16px 40px rgba(8,20,36,.24);animation:toast-in .22s ease}.check-row{display:flex!important;flex-direction:row!important;align-items:flex-start;gap:9px;line-height:1.45}.check-row input{width:16px!important;height:16px;flex:none;margin-top:1px;accent-color:#2764e7}.muted-line{display:block;margin-top:4px;color:#7b8798;font-size:9px;font-weight:500}.phase3-row .auth-error{display:block;margin-top:4px;padding:3px 5px;font-size:8px}.plan-editor-modal{width:min(620px,100%)}.plan-editor-modal form{gap:17px}.plan-editor-summary{min-height:68px;padding:12px 14px;display:flex;align-items:center;gap:11px;border:1px solid #dce5f1;border-radius:10px;background:#f6f9fe}.plan-editor-summary>span{width:38px;height:38px;display:grid;place-items:center;border-radius:9px;background:#e5efff;color:#2864d2}.plan-editor-summary>div{display:flex;flex-direction:column;gap:4px}.plan-editor-summary b{font-size:12px;color:#2b3b52}.plan-editor-summary small{font-size:9px;color:#708096}.plan-date-fields{align-items:start}.plan-date-fields label>span{display:flex;align-items:center;gap:6px;color:#354861;font-weight:800}.plan-date-fields label>span svg{color:#2b66d1}.plan-date-fields input{height:43px}.plan-date-fields small{font-size:8px;line-height:1.4;color:#7c8999;font-weight:500}.crm-plan-list{padding:7px 16px 16px}.crm-plan-list article{min-height:83px;padding:12px 2px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;grid-gap:11px;gap:11px;border-bottom:1px solid #edf0f4}.crm-plan-list article:last-child{border-bottom:0}.crm-plan-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:9px;background:#e8f6ef;color:#17815a}.crm-plan-icon.paused{background:#fff1dc;color:#ad6c12}.crm-plan-icon.canceled{background:#feeceb;color:#b24e45}.crm-plan-list article>div{display:flex;flex-direction:column;gap:4px;min-width:0}.crm-plan-list article b{font-size:10px;color:#304057}.crm-plan-list article em,.crm-plan-list article small{font-size:8px;color:#748195;font-style:normal;line-height:1.45}.crm-plan-list article strong{font-size:8px;color:#ac443c}.crm-plan-list article>i{font-style:normal}.module-main{padding:68px 24px}.empty-icon{border-radius:14px;background:#eef3fd}.workspace-loading{min-height:430px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#647185}.workspace-loading span{width:34px;height:34px;border:3px solid #dbe5f5;border-top-color:#2463eb;border-radius:50%;animation:spin .7s linear infinite}.workspace-loading b{margin-top:16px;color:#26364d;font-size:14px}.workspace-loading small{margin-top:6px;font-size:11px}.nav-scrim{display:none}@keyframes spin{to{transform:rotate(1turn)}}@keyframes fade-in{0%{opacity:0}}@keyframes modal-in{0%{opacity:0;transform:translateY(8px) scale(.985)}}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}}@media(max-width:1200px){.job-row{grid-template-columns:68px 3px 36px minmax(190px,1fr) 105px 92px}.job-actions,.topbar-context{display:none}.global-search{width:min(440px,52vw)}}@media(max-width:1280px){.customer-list .customer-head{display:none}.customer-list-panel{overflow:visible;background:transparent;border:0;box-shadow:none}.customer-list .customer-record{margin-bottom:12px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow-sm);overflow:hidden}.customer-list .customer-record-row{grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) auto;grid-template-rows:auto auto;padding:17px}.customer-list .customer-name{grid-column:1;grid-row:1}.customer-list .customer-contact{grid-column:2;grid-row:1}.customer-list .customer-location{grid-column:1;grid-row:2;margin-top:10px}.customer-list .customer-history{grid-column:2;grid-row:2;margin-top:10px}.customer-list .crm-actions{grid-column:3;grid-row:1/3;align-self:center}.crm-drawer{padding-left:17px;align-items:flex-start;flex-direction:column}.crm-drawer-actions{justify-content:flex-start}}@media(max-width:760px){.sidebar{width:min(285px,86vw);z-index:50}.nav-scrim{display:block;position:fixed;inset:0;z-index:40;border:0;background:rgba(5,15,28,.52);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}main{margin-left:0}.topbar{height:64px;padding:0 14px;gap:8px}.global-search{height:38px;width:auto;flex:1 1}.top-actions{margin-left:0}.top-actions .create{font-size:0;padding:0 10px}.top-actions .create svg{margin:0}.content{padding:24px 14px 38px}.page-heading,.welcome{align-items:flex-start;margin-bottom:22px}.page-heading h1,.welcome h1{font-size:23px}.page-heading p,.welcome p{font-size:12px;line-height:1.5}.page-heading .primary{font-size:0;padding:0 11px;flex:none}.page-heading .primary svg{margin:0}.stat-grid{grid-template-columns:1fr 1fr;gap:10px}.stat-card{min-height:100px;padding:14px}.stat-icon{display:grid;width:36px;height:36px}.stat-card h2{font-size:19px}.flow-strip{grid-template-columns:1fr 1fr}.flow-strip button{border-bottom:1px solid #e9edf2}.flow-strip button:nth-child(2){border-right:0}.flow-strip button:nth-child(3),.flow-strip button:nth-child(4){border-bottom:0}.job-row{grid-template-columns:58px 3px 34px minmax(0,1fr);min-height:78px;padding:12px 10px}.job-row .badge,.job-row .job-actions,.job-row .tech{display:none}.job-main>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.job-main small{max-width:100%}.crew-grid{background:#fff}.crew-column{padding:14px}.modal{max-height:calc(100vh - 20px);padding:20px}.toast{right:16px;bottom:16px}.customer-list .customer-record-row{display:grid;grid-template-columns:1fr;grid-template-rows:auto;padding:16px;grid-gap:14px;gap:14px}.customer-list .crm-actions,.customer-list .customer-contact,.customer-list .customer-history,.customer-list .customer-location,.customer-list .customer-name{grid-column:1;grid-row:auto;margin-top:0}.customer-list .crm-actions{justify-content:flex-start;border-top:1px solid #edf0f4;padding-top:13px}.crm-drawer{padding:14px}.crm-drawer-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.crm-drawer-actions button{justify-content:flex-start}}@media(max-width:430px){.global-search kbd,.top-actions>button:not(.create){display:none}.welcome-actions .primary{font-size:0}.stat-grid{grid-template-columns:1fr 1fr}.stat-card{display:block;min-height:105px}.stat-icon{margin-bottom:11px}.stat-card span{font-size:9px}.stat-card small{display:none}.flow-strip button{height:58px;padding:0 11px}.flow-strip button svg{display:none}.flow-strip small{padding:2px 6px}.form-row{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition:none!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.schedule-toolbar{min-height:58px;margin-bottom:10px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.schedule-controls,.schedule-nav{display:flex;align-items:center;gap:7px}.schedule-nav>button{width:34px;height:34px;display:grid;place-items:center;border:1px solid #d9e1eb;border-radius:8px;background:#fff;color:#46566d}.schedule-nav .today-button{width:auto;padding:0 12px;color:#245fc8;font-weight:800}.schedule-nav>b{margin-left:5px;font:800 13px var(--font-display);color:#27384f}.schedule-controls>select{height:34px;border:1px solid #d8e0e9;border-radius:8px;background:#fff;padding:0 28px 0 10px;color:#3f4e63;font-size:11px;font-weight:750}.view-toggle{display:flex;padding:3px;border-radius:9px;background:#eef2f6}.view-toggle button{height:28px;border:0;border-radius:6px;padding:0 11px;background:transparent;color:#657387;font-size:10px;font-weight:850}.view-toggle button.active{background:#fff;color:#245fc8;box-shadow:0 1px 4px rgba(15,35,60,.12)}.schedule-summary{min-height:42px;margin-bottom:12px;padding:0 3px;display:flex;align-items:center;gap:20px;color:#657387;font-size:10px}.schedule-summary>span{display:flex;align-items:center;gap:6px}.schedule-summary>span:nth-child(2){color:#a96d16}.schedule-summary>button{margin-left:auto;height:32px;display:flex;align-items:center;gap:7px;border:1px solid #d7e0eb;border-radius:8px;background:#fff;color:#3d5069;padding:0 10px;font-size:10px;font-weight:800}.schedule-summary>button:hover{border-color:#9eb4d2;background:#f6f9fd}.schedule-summary>button.google-connected{color:#14805a;border-color:#b9dfcf;background:#f0faf5}.availability-dot{width:8px;height:8px;border-radius:50%;background:#38ad7d}.scheduler-layout{display:grid;grid-template-columns:215px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:start}.unscheduled-queue{min-height:650px;overflow:hidden}.queue-title{height:62px;padding:13px 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e7ebf0}.queue-title>div{display:flex;flex-direction:column;gap:4px}.queue-title b{font:800 13px var(--font-display)}.queue-title small{font-size:9px;color:#748195}.queue-title>span{min-width:25px;height:25px;padding:0 7px;display:grid;place-items:center;border-radius:999px;background:#fff0d8;color:#ad7118;font-size:10px;font-weight:900}.quick-add{width:calc(100% - 22px);height:33px;margin:11px;border:1px dashed #afbdd0;border-radius:7px;background:#f9fbfd;color:#42628d;display:flex;align-items:center;justify-content:center;gap:6px;font-size:10px;font-weight:800}.queue-list{padding:0 10px 12px}.queue-list article{margin-bottom:8px;padding:10px 8px;display:flex;align-items:flex-start;gap:6px;border:1px solid #e0e6ee;border-left:3px solid #e0a13c;border-radius:8px;background:#fff;cursor:-webkit-grab;cursor:grab;box-shadow:0 1px 2px rgba(15,35,60,.04)}.queue-list article:active,.timeline-event:active{cursor:-webkit-grabbing;cursor:grabbing}.queue-list article>svg{margin-top:2px;color:#9ba7b6;flex:none}.queue-list article>div{min-width:0;display:flex;flex-direction:column;gap:4px}.queue-list article b{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.queue-list article small,.queue-list article span{font-size:9px;color:#68768a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.queue-list>p{padding:22px 8px;text-align:center;color:#7c899a;font-size:10px;line-height:1.5}.timeline-calendar{min-width:0;overflow:auto;max-height:calc(100vh - 245px);min-height:650px}.timeline-head{position:-webkit-sticky;position:sticky;top:0;z-index:5;display:grid;grid-template-columns:62px repeat(7,minmax(128px,1fr));height:62px;background:#fff;border-bottom:1px solid #dfe5ec}.timeline-head>button{border:0;border-left:1px solid #e8ecf1;background:#fff;color:#536176;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px}.timeline-head>button small{font-size:9px;text-transform:uppercase;font-weight:850}.timeline-head>button b{font:800 15px var(--font-display)}.timeline-head>button.today{color:#fff;background:#2866d9}.timeline-body{min-width:958px}.timeline-row{display:grid;grid-template-columns:62px repeat(7,minmax(128px,1fr));min-height:44px}.timeline-row>time{padding:7px 8px 0 0;text-align:right;color:#7c8999;font-size:9px;border-right:1px solid #dfe5ec}.timeline-slot{position:relative;min-height:44px;border-right:1px solid #edf0f3;border-bottom:1px solid #edf0f3;background:#fff;padding:2px}.timeline-row:nth-child(2n) .timeline-slot{border-bottom-style:dashed}.timeline-slot.outside-availability{background:repeating-linear-gradient(135deg,#fafbfc,#fafbfc 5px,#f5f7f9 0,#f5f7f9 10px)}.timeline-slot.drop-ready:hover{background:#eaf2ff;box-shadow:inset 0 0 0 2px #4e7fdd}.timeline-event{position:relative;z-index:2;min-height:63px;padding:7px 7px 6px;border:1px solid #cddbf3;border-left:3px solid #4c7fe4;border-radius:7px;background:#eff4fd;color:#304258;cursor:-webkit-grab;cursor:grab;box-shadow:0 2px 5px rgba(15,35,60,.08);overflow:hidden}.timeline-event.amber{border-color:#edd7af #edd7af #edd7af #dda03c;background:#fff8eb}.timeline-event.green{border-color:#bfe2d3 #bfe2d3 #bfe2d3 #35aa78;background:#eff9f4}.timeline-event.coral{border-color:#efc5bf #efc5bf #efc5bf #df7062;background:#fff3f1}.timeline-event.conflict{box-shadow:inset 0 0 0 1px #d98c1d,0 2px 5px rgba(15,35,60,.08)}.timeline-event>div{display:flex;align-items:center;gap:4px;color:#64738a}.timeline-event>div b{font-size:8px}.timeline-event>div svg:last-child{margin-left:auto;color:#c47c13}.timeline-event span,.timeline-event strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.timeline-event strong{margin-top:3px;font-size:10px}.timeline-event span{margin-top:2px;font-size:8px;color:#68768a}.timeline-event select{width:100%;margin-top:5px;border:0;border-top:1px solid #d8e2f0;background:transparent;padding-top:4px;color:#53657c;font-size:8px;outline:0}.scheduling-workspace .timeline-calendar:has(.timeline-head>button:nth-child(2):last-child) .timeline-head,.scheduling-workspace .timeline-calendar:has(.timeline-head>button:nth-child(2):last-child) .timeline-row{grid-template-columns:62px minmax(320px,1fr)}@media(max-width:1050px){.scheduler-layout{grid-template-columns:1fr}.unscheduled-queue{min-height:0}.queue-list{display:flex;gap:8px;overflow-x:auto}.queue-list article{min-width:185px}.timeline-calendar{max-height:none}.schedule-toolbar{align-items:flex-start;flex-direction:column}.schedule-controls{width:100%;justify-content:space-between}.schedule-summary{flex-wrap:wrap}.schedule-summary>button{margin-left:0}}@media(max-width:760px){.schedule-nav{width:100%;flex-wrap:wrap}.schedule-nav>b{width:100%;margin:4px 0 0}.schedule-controls>select{min-width:0;max-width:180px}.schedule-summary{gap:9px 14px}.timeline-calendar{margin:0 -14px;border-radius:0}.scheduler-layout{gap:8px}.timeline-head{grid-template-columns:52px repeat(7,minmax(118px,1fr))}.timeline-body{min-width:878px}.timeline-row{grid-template-columns:52px repeat(7,minmax(118px,1fr))}}.availability-settings{display:flex;flex-direction:column;gap:12px;padding:14px;border:1px solid #e1e7ee;border-radius:10px;background:#f9fbfd}.availability-settings>div:first-child{display:flex;flex-direction:column;gap:4px}.availability-settings>div:first-child b{font-size:11px;color:#35445a}.availability-settings>div:first-child small{font-size:9px;color:#758297}.availability-settings fieldset{display:flex;gap:6px;margin:0;padding:0;border:0}.availability-settings legend{margin-bottom:7px;color:#445167;font-size:10px;font-weight:800}.availability-settings fieldset label{display:block}.availability-settings fieldset input{position:absolute;opacity:0;pointer-events:none}.availability-settings fieldset span{width:31px;height:31px;display:grid;place-items:center;border:1px solid #d8e0e9;border-radius:7px;background:#fff;color:#627087;font-size:9px;font-weight:850;cursor:pointer}.availability-settings fieldset input:checked+span{border-color:#2764e7;background:#2764e7;color:#fff}.address-fields{display:flex;flex-direction:column;gap:13px}.address-fields,.address-search-label{position:relative}.address-search-wrap{position:relative;display:block}.address-search-wrap>svg:first-child{position:absolute;left:11px;top:50%;transform:translateY(-50%);color:#77869a;z-index:1}.address-search-wrap input{width:100%;padding-left:35px}.address-spinner{position:absolute;right:11px;top:12px;color:var(--blue);animation:spin .7s linear infinite}.address-results{position:absolute;z-index:15;left:0;right:0;top:62px;background:#fff;border:1px solid #d9e1ea;border-radius:10px;box-shadow:0 14px 35px rgba(15,35,60,.16);overflow:hidden}.address-results button{width:100%;border:0;border-bottom:1px solid #edf0f4;background:#fff;padding:10px 12px;display:flex;align-items:flex-start;gap:9px;text-align:left;color:#34445b}.address-results button:hover{background:#f4f7fc}.address-results button>svg{color:var(--blue);margin-top:2px;flex:none}.address-results button span{display:flex;flex-direction:column;gap:3px}.address-results button b{font-size:11px}.address-results button small{font-size:9px;color:#748195}.address-results p{margin:0!important;padding:11px 13px;font-size:10px!important}.map-preview{position:relative;overflow:hidden;border-radius:10px;background:#e8edf3;min-height:230px}.map-preview.compact{min-height:150px}.map-preview img{display:block;width:100%;height:100%;min-height:230px;object-fit:cover}.map-preview.compact img{min-height:150px}.map-preview>span{position:absolute;right:8px;bottom:8px;display:flex;align-items:center;gap:4px;padding:5px 7px;border-radius:6px;background:rgba(255,255,255,.9);color:#43536a;font-size:8px;font-weight:800}.dispatch-map{padding:14px;margin-bottom:17px}.dispatch-map-title{display:flex;align-items:center;justify-content:space-between;margin:0 2px 11px}.dispatch-map-title b{font:800 13px var(--font-display)}.dispatch-map-title span{font-size:10px;color:var(--muted)}.dispatch-map .map-preview,.dispatch-map .map-preview img{height:290px}.brand-logo-image{position:relative;display:block;width:184px;max-width:100%;aspect-ratio:5/1;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:#fff;box-shadow:0 6px 18px rgba(4,16,31,.2)}.brand-logo-image img{position:absolute;left:0;top:50%;display:block;width:100%;height:auto;transform:translateY(-50%)}.brand{height:42px;padding:0 10px}.brand .brand-logo-image{width:184px}.pay-brand .brand-logo-image{width:190px}.dispatch-toolbar{margin-bottom:14px;padding:11px 13px;display:flex;align-items:center;justify-content:space-between;gap:14px}.dispatch-date-nav,.dispatch-filters{display:flex;align-items:center;gap:6px}.dispatch-date-nav>button,.dispatch-filters button{height:34px;border:1px solid #d9e1eb;background:#fff;color:#44546a;border-radius:8px;padding:0 10px;font-size:11px;font-weight:800}.dispatch-date-nav>button:hover,.dispatch-filters button:hover{background:#f5f8fc;border-color:#b7c5d8}.dispatch-date-nav .today-button{color:#245fc8}.dispatch-date-nav label{height:34px;display:flex;align-items:center;gap:6px;border-left:1px solid #e3e8ef;margin-left:3px;padding-left:10px;color:#63738a}.dispatch-date-nav input{border:0;background:transparent;color:#26364d;font-size:12px;font-weight:800;outline:0}.dispatch-filters{overflow-x:auto;scrollbar-width:none}.dispatch-filters::-webkit-scrollbar{display:none}.dispatch-filters button{white-space:nowrap;border-color:transparent;background:#f2f5f8}.dispatch-filters button.active{color:#fff;background:#1f5fd7;border-color:#1f5fd7;box-shadow:0 3px 8px rgba(31,95,215,.18)}.dispatch-ribbon{grid-template-columns:repeat(4,1fr)}.dispatch-ribbon>div{min-height:72px}.dispatch-ribbon>div:last-child svg{color:#d68a18}.dispatch-map-shell{margin-bottom:17px;overflow:hidden}.dispatch-map-title{min-height:60px;margin:0;padding:13px 16px;border-bottom:1px solid #e8edf2}.dispatch-map-title>div{display:flex;flex-direction:column;gap:4px}.dispatch-map-title>div>span{font-size:10px;color:#718095}.dispatch-map-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(275px,.65fr);height:340px}.dispatch-map-canvas{min-width:0;background:#e8edf3}.dispatch-map-canvas .map-preview,.dispatch-map-canvas .map-preview img{height:340px;min-height:340px;border-radius:0}.dispatch-map-empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#718095;text-align:center;padding:25px}.dispatch-map-empty svg{color:#95a4b8}.dispatch-map-empty b{font-size:13px;color:#35455c}.dispatch-map-empty span{font-size:11px;max-width:290px}.dispatch-stop-list{overflow-y:auto;border-left:1px solid #e3e8ef;background:#fbfcfd}.dispatch-stop-list>button{width:100%;min-height:65px;border:0;border-bottom:1px solid #e9edf2;background:#fff;display:grid;grid-template-columns:27px minmax(0,1fr) 8px;align-items:center;grid-gap:9px;gap:9px;padding:9px 12px;text-align:left}.dispatch-stop-list>button.active,.dispatch-stop-list>button:hover{background:#f1f6ff}.dispatch-stop-list>button.active{box-shadow:inset 3px 0 #2764e7}.dispatch-stop-list button>i{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#2764e7;color:#fff;font-size:10px;font-style:normal;font-weight:900}.dispatch-stop-list button>span,.unmapped-stop>span{display:flex;flex-direction:column;min-width:0;gap:4px}.dispatch-stop-list b,.unmapped-stop b{font-size:11px;color:#28384e}.dispatch-stop-list small,.unmapped-stop small{font-size:9px;color:#718095;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dispatch-status-dot{width:8px;height:8px;border-radius:50%;background:#4e83eb}.dispatch-status-dot.amber{background:#e0a13c}.dispatch-status-dot.green{background:#3db584}.dispatch-status-dot.coral{background:#e67565}.unmapped-stop{min-height:58px;padding:9px 12px;display:flex;align-items:center;gap:9px;border-bottom:1px solid #e9edf2;background:#fffaf1;color:#c67d12}.dispatch-list-empty{padding:28px 16px;text-align:center;color:#718095;font-size:11px}.dispatch-board .crew-grid{display:grid;grid-auto-flow:column;grid-template-columns:none;grid-auto-columns:minmax(285px,1fr);overflow-x:auto;min-height:400px}.dispatch-board .crew-column{min-width:285px}.dispatch-board .crew-title{position:-webkit-sticky;position:sticky;top:0;z-index:2;background:#fbfcfd;padding-bottom:10px;border-bottom:1px solid #edf0f4}.dispatch-board .schedule-card{background:#fff}.dispatch-board .empty-column{min-height:75px;display:grid;place-items:center}@media(max-width:1050px){.dispatch-toolbar{align-items:stretch;flex-direction:column}.dispatch-filters{padding-bottom:2px}.dispatch-map-layout{grid-template-columns:minmax(0,1.35fr) minmax(245px,.65fr)}.dispatch-ribbon{grid-template-columns:1fr 1fr}}@media(max-width:760px){.dispatch-date-nav{flex-wrap:wrap}.dispatch-date-nav label{flex:1 1}.dispatch-filters{margin:0 -2px}.dispatch-map-layout{grid-template-columns:1fr;height:auto}.dispatch-map-canvas .map-preview,.dispatch-map-canvas .map-preview img{height:260px;min-height:260px}.dispatch-stop-list{max-height:240px;border-left:0;border-top:1px solid #e3e8ef}.dispatch-map-title{align-items:flex-start;gap:8px}.dispatch-ribbon{gap:9px}.dispatch-ribbon>div{padding:12px}.dispatch-board .crew-grid{grid-template-columns:1fr;grid-auto-flow:row;grid-auto-columns:auto;overflow-x:visible}}.attention-panel{display:flex;align-items:stretch;margin-bottom:17px;overflow:hidden;border-color:#eadfc9;background:#fffdf8}.attention-heading{min-width:210px;display:flex;align-items:center;gap:10px;padding:14px 17px;border-right:1px solid #eee4d2}.attention-heading>span{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:#fff0d5;color:#bb7615}.attention-heading>div{display:flex;flex-direction:column;gap:3px}.attention-heading b{font-size:11px;color:#374357}.attention-heading small{font-size:9px;color:#7b8594}.attention-actions{display:flex;flex:1 1}.attention-actions button{min-width:150px;flex:1 1;border:0;border-right:1px solid #eee8dc;background:transparent;padding:11px 14px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:8px;gap:8px;text-align:left;color:#6c7788}.attention-actions button:last-child{border-right:0}.attention-actions button:hover{background:#fff8eb}.attention-actions button b{font:800 17px var(--font-display);color:#b56e0a}.attention-actions button span{font-size:10px;font-weight:750;color:#4c596c}.tech-today{width:min(760px,100%);margin:0 auto;padding-bottom:36px}.tech-day-header{margin-bottom:20px}.tech-day-header h1{margin:0;font:800 27px var(--font-display);letter-spacing:-.8px}.tech-day-header>div>p:last-child{margin:7px 0 14px;color:var(--muted);font-size:12px}.day-progress{height:7px;border-radius:999px;overflow:hidden;background:#e1e7ee}.day-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#1cac73,#57cba3);transition:width .25s ease}.next-job-card{position:relative;overflow:hidden;margin-bottom:24px;padding:22px;background:#fff;border:1px solid #dfe6ee;border-top:4px solid #3974e6;border-radius:15px;box-shadow:0 9px 28px rgba(16,35,62,.09)}.next-job-card.amber{border-top-color:#e0a13c}.next-job-card.green{border-top-color:#31a776}.next-job-kicker,.next-job-title,.tech-section-title{display:flex;align-items:center;justify-content:space-between;gap:15px}.next-job-kicker>span:first-child{font-size:10px;letter-spacing:1.15px;text-transform:uppercase;font-weight:850;color:#6f7e91}.next-job-title{align-items:flex-start;margin:18px 0}.next-job-title strong{display:block;margin-bottom:6px;font:800 14px var(--font-display);color:#2463d4}.next-job-title h2{margin:0 0 5px;font:800 23px var(--font-display);letter-spacing:-.5px}.next-job-title p{margin:0;color:#68768a;font-size:12px}.tech-customer-avatar{width:46px;height:46px;border-radius:12px;background:#eaf1ff;color:#245ec6}.tech-address{display:flex;align-items:flex-start;gap:11px;padding:13px;background:#f6f8fb;border:1px solid #e9edf2;border-radius:10px;color:#2f65bd}.tech-address>span{display:flex;flex-direction:column;gap:4px}.tech-address b{font-size:10px;text-transform:uppercase;letter-spacing:.55px;color:#637086}.tech-address small{font-size:12px;line-height:1.4;color:#26364d}.tech-contact-actions{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;margin:13px 0}.tech-action{height:42px;display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid #d8e1eb;border-radius:9px;color:#34506f;text-decoration:none;font-size:11px;font-weight:800;background:#fff}.tech-action:hover{border-color:#9fb4d2;background:#f5f8fd;color:#2155ab}.tech-primary-action{width:100%;height:50px;border:0;border-radius:10px;padding:0 15px;display:flex;align-items:center;gap:9px;background:#2463e8;color:#fff;font-weight:850;font-size:13px;box-shadow:0 7px 16px rgba(36,99,232,.22)}.tech-primary-action svg:last-child{margin-left:auto}.tech-primary-action:hover{background:#1c55c9}.tech-primary-action:disabled{opacity:.65;cursor:wait}.tech-clear-state{margin-bottom:24px;padding:36px 22px;text-align:center;color:#169166}.tech-clear-state h2{margin:10px 0 5px;font:800 19px var(--font-display);color:#27364b}.tech-clear-state p{margin:0;color:#6f7c8e;font-size:12px}.tech-route-section,.tech-upcoming{margin-top:24px}.tech-section-title{margin-bottom:11px}.tech-section-title h2{margin:0;font:800 15px var(--font-display)}.tech-section-title p{margin:4px 0 0;color:#778498;font-size:10px}.tech-section-title>span{font-size:10px;font-weight:800;color:#3d608e;background:#eaf1fb;padding:6px 9px;border-radius:999px}.tech-route-list,.tech-upcoming{overflow:hidden;background:#fff;border:1px solid #e1e7ee;border-radius:12px;box-shadow:0 2px 7px rgba(16,35,62,.035)}.tech-route-row{display:grid;grid-template-columns:30px 66px minmax(0,1fr) auto;grid-gap:11px;gap:11px;align-items:center;min-height:82px;padding:12px 14px;border-bottom:1px solid #edf0f4}.tech-route-row:last-child{border-bottom:0}.tech-route-row.active{background:#f4f8ff;box-shadow:inset 3px 0 #2c69db}.route-sequence{width:27px;height:27px;display:grid;place-items:center;border-radius:50%;background:#eaf1ff;color:#2863ce;font-size:10px;font-weight:900}.route-sequence.done{background:#e6f6ee;color:#16875d}.route-detail,.route-time{display:flex;flex-direction:column;min-width:0;gap:4px}.route-detail b,.route-time b{font-size:11px}.route-detail small,.route-detail span,.route-time small{font-size:9px;color:#748195;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.route-detail small{display:flex;align-items:center;gap:4px}.tech-list-empty{margin:0;padding:28px;text-align:center;color:#788598;font-size:11px}.tech-upcoming{padding:16px}.tech-upcoming>.tech-section-title{margin-bottom:7px}.upcoming-row{display:flex;align-items:center;gap:11px;padding:12px 2px;border-top:1px solid #edf0f4;color:#3470d9}.upcoming-row>div{display:flex;flex-direction:column;gap:4px}.upcoming-row b{font-size:11px;color:#2d3c52}.upcoming-row span{font-size:10px;color:#738095}@media(max-width:980px){.attention-panel{display:block}.attention-heading{border-right:0;border-bottom:1px solid #eee4d2}.attention-actions{overflow-x:auto}.attention-actions button{min-width:175px}}.inventory-workspace{padding-bottom:30px}.inventory-title-row{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:23px}.inventory-title-row h1{margin:0;font:800 27px var(--font-display);letter-spacing:-.75px}.inventory-title-row>div:first-child>p:last-child{margin:7px 0 0;color:var(--muted);font-size:13px}.inventory-title-actions{display:flex;gap:8px;flex:none}.inventory-stats{margin-bottom:19px}.inventory-tabs{display:flex;gap:3px;margin-bottom:15px;border-bottom:1px solid #dfe5ec}.inventory-tabs button{height:43px;display:flex;align-items:center;gap:7px;padding:0 14px;border:0;border-bottom:2px solid transparent;background:transparent;color:#68768a;font-size:12px;font-weight:800}.inventory-tabs button:hover{color:#294767}.inventory-tabs button.active{border-bottom-color:#2764e7;color:#225fcf}.inventory-tabs button span{min-width:19px;padding:2px 5px;border-radius:999px;background:#eef2f7;color:#66758a;font-size:9px}.inventory-tabs button.active span{background:#e7efff;color:#2864d3}.inventory-locations{display:flex;gap:9px;margin-bottom:13px;overflow-x:auto;padding-bottom:2px;scrollbar-width:thin}.inventory-locations>button{min-width:190px;height:68px;display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #dfe5ec;border-radius:10px;background:#fff;text-align:left;color:#536176}.inventory-locations>button.active,.inventory-locations>button:hover{border-color:#8eafe9;background:#f5f8ff}.inventory-locations>button.active{box-shadow:inset 0 0 0 1px #7ea3e7}.inventory-locations>button>span{width:36px;height:36px;display:grid;place-items:center;border-radius:9px;background:#edf3ff;color:#2865d2;flex:none}.inventory-locations>button>div{display:flex;flex-direction:column;gap:4px}.inventory-locations b{color:#2d3c52;font-size:11px}.inventory-locations small{font-size:9px;color:#758297;text-transform:capitalize}.inventory-locations .add-location{min-width:130px;justify-content:center;border-style:dashed;background:transparent;color:#49698f;font-size:10px;font-weight:800}.inventory-stock-panel{overflow:hidden}.inventory-toolbar{min-height:58px;padding:10px 14px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #e7ebf0}.inventory-toolbar label{height:36px;max-width:420px;flex:1 1;display:flex;align-items:center;gap:8px;padding:0 11px;border:1px solid #dae2eb;border-radius:8px;color:#8090a4;background:#fff}.inventory-toolbar label:focus-within{border-color:#5688ea;box-shadow:0 0 0 3px #eaf0ff}.inventory-toolbar input{width:100%;border:0;outline:0;color:#26364d;font-size:11px}.inventory-toolbar>span{margin-left:auto;color:#748195;font-size:10px}.inventory-stock-head,.inventory-stock-row{display:grid;grid-template-columns:minmax(220px,1.2fr) minmax(230px,1.35fr) 75px 55px 85px 145px;grid-gap:14px;gap:14px;align-items:center;padding:11px 16px}.inventory-stock-head{min-height:39px;background:#fafbfd;color:#758195;text-transform:uppercase;letter-spacing:.65px;font-size:9px;font-weight:850}.inventory-stock-row{min-height:75px;border-top:1px solid #edf0f4;color:#536075;font-size:11px}.inventory-stock-row.low{box-shadow:inset 3px 0 #e3a13a}.inventory-stock-row.low .inventory-quantity{color:#b46f0a}.inventory-part{display:flex;align-items:center;gap:10px;min-width:0}.inventory-part>span{width:37px;height:37px;display:grid;place-items:center;border-radius:9px;background:#eef3fb;color:#416ca9;flex:none}.inventory-part>div{display:flex;flex-direction:column;gap:3px;min-width:0}.inventory-part b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#25354b;font-size:12px}.inventory-part small{color:#738094;font-size:9px}.inventory-part em{display:flex;align-items:center;gap:4px;color:#8490a0;font-size:8px;font-style:normal}.stock-pills{display:flex;gap:5px;flex-wrap:wrap}.stock-pills>span{height:25px;display:flex;align-items:center;gap:4px;padding:0 6px;border:1px solid #dfe6ee;border-radius:6px;background:#f8fafc;color:#617087;font-size:8px}.stock-pills>span b{margin-left:3px;color:#2e4058;font-size:9px}.inventory-quantity{display:flex;flex-direction:column;color:#263850;font:800 16px var(--font-display)}.inventory-quantity small{font:500 8px var(--font-body);color:#8490a0}.inventory-row-actions{display:flex;gap:5px}.inventory-row-actions button,.po-actions button{height:30px;border:1px solid #d8e1eb;border-radius:7px;background:#fff;color:#44617f;padding:0 9px;font-size:9px;font-weight:800}.inventory-row-actions button:hover,.po-actions button:hover{border-color:#8ea9c9;background:#f6f9fd}.inventory-row-actions button:disabled{opacity:.45}.inventory-empty{min-height:245px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;text-align:center;color:#91a0b2}.inventory-empty.wide{grid-column:1/-1}.inventory-empty b{margin-top:10px;color:#34455c;font-size:13px}.inventory-empty p{margin:5px 0 14px;color:#778599;font-size:10px}.inventory-section-panel{overflow:hidden}.inventory-section-panel>header{min-height:69px;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:13px 17px;border-bottom:1px solid #e8ecf1}.inventory-section-panel>header h3{margin:0;font:800 14px var(--font-display)}.inventory-section-panel>header p{margin:4px 0 0;color:#758297;font-size:10px}.inventory-setup-note{display:flex;align-items:center;gap:7px;padding:10px 16px;background:#fff8e9;color:#986416;font-size:10px}.movement-list article,.purchase-order-list article{min-height:70px;display:grid;grid-template-columns:130px minmax(200px,1fr) 150px 130px;align-items:center;grid-gap:15px;gap:15px;padding:12px 17px;border-top:1px solid #edf0f4}.movement-list article:first-child,.purchase-order-list article:first-child{border-top:0}.movement-list article>div,.purchase-order-list article>div{display:flex;flex-direction:column;gap:4px}.movement-list b,.purchase-order-list b{font-size:11px;color:#304157}.movement-list small,.purchase-order-list small{font-size:9px;color:#778599}.po-number>span{font:800 12px var(--font-display);color:#2f4056}.po-status{width:max-content;padding:4px 7px;border-radius:999px;background:#eef2f6;color:#637187;font-size:8px;font-style:normal;font-weight:850}.po-status.ordered,.po-status.partially_received{background:#e9f0ff;color:#2862c9}.po-status.received{background:#e7f6ef;color:#16825a}.po-status.canceled{background:#f1f2f4;color:#6f7885}.po-status.draft{background:#fff4dc;color:#a36c17}.po-actions{align-items:flex-end!important}.po-actions button.receive{border-color:#b7decf;color:#167a57;background:#eff9f4}.supplier-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;padding:15px}.supplier-grid>article{min-height:185px;padding:15px;border:1px solid #e1e7ee;border-radius:10px;background:#fff}.supplier-grid>article>span{width:36px;height:36px;display:grid;place-items:center;margin-bottom:12px;border-radius:9px;background:#edf3ff;color:#2a66cf}.supplier-grid>article>div{display:flex;flex-direction:column;gap:4px}.supplier-grid>article>div b{font-size:12px;color:#2e3f56}.supplier-grid>article>div small{font-size:9px;color:#7c8898}.supplier-grid dl{margin:14px 0 0;padding-top:8px;border-top:1px solid #edf0f4}.supplier-grid dl>div{display:grid;grid-template-columns:58px minmax(0,1fr);grid-gap:5px;gap:5px;padding:4px 0;font-size:9px}.supplier-grid dt{color:#8994a3}.supplier-grid dd{margin:0;overflow:hidden;text-overflow:ellipsis;color:#4c5c72;white-space:nowrap}.movement-list article{grid-template-columns:52px minmax(220px,1fr) 180px}.movement-list article>span{width:43px;height:30px;display:grid;place-items:center;border-radius:7px;background:#e7f6ef;color:#16835b;font-size:10px;font-weight:850}.movement-list article>span.out{background:#fff0ed;color:#ba5548}.movement-list article>div:last-child{text-align:right}.inventory-modal{width:min(600px,100%)}.purchase-order-modal{width:min(820px,100%);max-height:calc(100vh - 36px);overflow-y:auto}.modal select,.modal textarea{width:100%;border:1px solid #dce2e9;border-radius:8px;background:#fff;color:#26364d;font:inherit;outline:none}.modal select{height:40px;padding:0 32px 0 11px}.modal textarea{min-height:76px;resize:vertical;padding:10px 11px}.modal select:focus,.modal textarea:focus{border-color:#5688ea;box-shadow:0 0 0 3px #eaf0ff}.form-row.three{grid-template-columns:repeat(3,1fr)}.money-input{position:relative}.money-input>span{position:absolute;left:11px;top:50%;transform:translateY(-50%);color:#7b8797}.money-input input{width:100%;padding-left:25px}.po-line-editor{padding:12px;border:1px solid #e2e7ed;border-radius:10px;background:#f8fafc}.po-line-heading{display:flex;justify-content:space-between;margin-bottom:9px;color:#35465c;font-size:11px}.po-line{display:grid;grid-template-columns:minmax(180px,1fr) 80px 120px 31px;grid-gap:7px;gap:7px;align-items:end;margin-top:7px}.po-line label{font-size:9px}.po-line>button{width:31px;height:40px;border:1px solid #dce3eb;border-radius:7px;background:#fff;color:#7e8997}.po-line>button:disabled{opacity:.35}.add-po-line{display:flex;align-items:center;gap:5px;margin-top:10px;border:0;background:transparent;color:#3263aa;font-size:9px;font-weight:800}.po-modal-actions{flex-wrap:wrap}.barcode-modal{width:min(560px,100%)}.scanner-viewport{position:relative;height:300px;overflow:hidden;border-radius:11px;background:#101722;color:#fff}.scanner-viewport video{width:100%;height:100%;object-fit:cover}.scanner-viewport>div{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:30px;background:#1a2432;text-align:center}.scanner-viewport>div b{font-size:12px}.scanner-viewport>div small{max-width:330px;color:#aeb8c6;font-size:10px;line-height:1.5}.scanner-frame{position:absolute;left:15%;right:15%;top:27%;bottom:27%}.scanner-frame i{position:absolute;width:30px;height:30px;border-color:#62d4aa;border-style:solid}.scanner-frame i:first-child{left:0;top:0;border-width:3px 0 0 3px}.scanner-frame i:nth-child(2){right:0;top:0;border-width:3px 3px 0 0}.scanner-frame i:nth-child(3){right:0;bottom:0;border-width:0 3px 3px 0}.scanner-frame i:nth-child(4){left:0;bottom:0;border-width:0 0 3px 3px}.scanner-message{margin:10px 0;color:#657287;font-size:10px}.scan-manual{height:42px;display:flex;align-items:center;border:1px solid #dce3eb;border-radius:8px;padding-left:10px;color:#7b8798}.scan-manual:focus-within{border-color:#5688ea;box-shadow:0 0 0 3px #eaf0ff}.scan-manual input{height:39px;min-width:0;flex:1 1;border:0;box-shadow:none!important}.scan-manual button{height:34px;margin-right:3px}.scanner-privacy{display:flex!important;align-items:center;gap:5px;margin:12px 0 0!important;color:#708095!important;font-size:9px!important}@media(max-width:1050px){.inventory-stock-head,.inventory-stock-row{grid-template-columns:minmax(210px,1.2fr) minmax(190px,1fr) 65px 50px 78px 72px}.inventory-row-actions{flex-direction:column}.inventory-row-actions button{height:27px}.supplier-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.inventory-title-row{align-items:flex-start;flex-direction:column}.inventory-title-actions{width:100%}.inventory-title-actions button{flex:1 1;justify-content:center}.inventory-tabs{margin-left:-14px;margin-right:-14px;overflow-x:auto;padding-left:8px}.inventory-tabs button{white-space:nowrap}.inventory-locations{margin-right:-14px}.inventory-stock-panel{margin:0 -14px;border-radius:0}.inventory-stock-head{display:none}.inventory-stock-row{display:grid;grid-template-columns:minmax(0,1fr) 56px;grid-gap:10px;gap:10px;padding:14px}.inventory-stock-row>.stock-pills{grid-column:1/-1}.inventory-stock-row>b:nth-of-type(2),.inventory-stock-row>span:first-of-type{display:none}.inventory-row-actions{grid-column:1/-1;flex-direction:row}.inventory-row-actions button{height:32px;flex:1 1}.purchase-order-list article{grid-template-columns:1fr auto;padding:14px}.purchase-order-list article>div:nth-child(2),.purchase-order-list article>div:nth-child(3){grid-column:1/2}.po-actions{grid-column:2;grid-row:1/4}.supplier-grid{grid-template-columns:1fr}.movement-list article{grid-template-columns:45px minmax(0,1fr)}.movement-list article>div:last-child{grid-column:2;text-align:left}.form-row.three{grid-template-columns:1fr}.po-line{grid-template-columns:minmax(0,1fr) 68px 31px}.po-line label:nth-child(3){grid-column:1/3}.po-line>button{grid-column:3;grid-row:1}.scanner-viewport{height:245px}.tech-today{max-width:600px}.tech-day-header h1{font-size:25px}.next-job-card{margin-left:-2px;margin-right:-2px;padding:18px}.next-job-title h2{font-size:21px}.tech-route-row{grid-template-columns:28px 56px minmax(0,1fr)}.tech-route-row>.badge{display:none}}@media(max-width:430px){.tech-contact-actions{grid-template-columns:repeat(3,1fr)}.tech-action{font-size:10px;gap:5px}.tech-route-row{padding:11px 10px;gap:8px}.next-job-title{gap:8px}.tech-customer-avatar{width:40px;height:40px}}.timeline-event .event-edit,.timeline-event strong{display:flex;align-items:center;gap:4px}.timeline-event .event-edit{width:100%;height:23px;margin-top:5px;border:0;border-top:1px solid #d8e2f0;background:transparent;color:#3f5f8a;justify-content:center;font-size:8px;font-weight:850}.timeline-event .event-edit:hover{background:#fff8;border-radius:4px}.timeline-event .event-edit:disabled{opacity:.55;cursor:not-allowed}.appointment-modal{width:min(560px,100%)}.recurring-notice{margin:-4px 0 16px;padding:10px 12px;display:flex;align-items:center;gap:9px;border:1px solid #d9e4f5;border-radius:9px;background:#f3f7fe;color:#2d63ba}.recurring-notice>span{display:flex;flex-direction:column;gap:2px;font-size:9px;color:#64748a}.recurring-notice b{font-size:10px;color:#315a98}.appointment-modal-actions{display:flex;align-items:center;gap:8px;margin-top:8px}.appointment-modal-actions>span{flex:1 1}.appointment-modal-actions .secondary:first-child{color:#a46113;border-color:#e8d4b4;background:#fffaf1}.crm-page .page-heading{margin-bottom:18px}.crm-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;margin-bottom:14px}.crm-stats>div{min-height:72px;padding:13px 15px;display:flex;align-items:center;gap:11px;border:1px solid #e2e7ed;border-radius:10px;background:#fff;box-shadow:0 1px 2px rgba(16,35,62,.025)}.crm-stats>div>span{width:35px;height:35px;display:grid;place-items:center;border-radius:9px;background:#eaf1ff;color:#2764d8}.crm-stats>div:nth-child(2)>span{background:#fff2de;color:#bd7511}.crm-stats>div:nth-child(3)>span{background:#e8f7f0;color:#18865e}.crm-stats>div:nth-child(4)>span{background:#f0ebff;color:#7154c7}.crm-stats p{display:flex;flex-direction:column;gap:2px;margin:0}.crm-stats b{font:800 19px var(--font-display);color:#223149}.crm-stats small{font-size:10px;color:#718095}.crm-workspace{display:grid;grid-template-columns:310px minmax(0,1fr);min-height:680px;overflow:hidden}.crm-directory{min-width:0;border-right:1px solid #e4e9ef;background:#fbfcfd}.crm-directory-head{padding:15px 14px 12px;border-bottom:1px solid #e7ebf0;background:#fff}.crm-directory-head>div:first-child{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.crm-directory-head b{font:800 12px var(--font-display);color:#29394f}.crm-directory-head span{font-size:9px;color:#7b8798}.crm-segments{display:grid;grid-template-columns:repeat(3,1fr);padding:3px;border-radius:8px;background:#eef2f6}.crm-segments button{height:27px;border:0;border-radius:6px;background:transparent;color:#68768a;font-size:9px;font-weight:800}.crm-segments button.active{background:#fff;color:#245dc4;box-shadow:0 1px 3px rgba(16,35,62,.11)}.crm-directory-list{max-height:690px;overflow-y:auto}.crm-directory-row{width:100%;min-height:79px;padding:11px 12px;border:0;border-bottom:1px solid #e8ecf1;background:transparent;display:grid;grid-template-columns:36px minmax(0,1fr) 15px;align-items:center;grid-gap:10px;gap:10px;text-align:left;color:#8190a3}.crm-directory-row:hover{background:#f4f7fb}.crm-directory-row.active{background:#edf4ff;box-shadow:inset 3px 0 #2764e7;color:#2764e7}.crm-directory-row>span:nth-child(2){display:flex;flex-direction:column;min-width:0;gap:3px}.crm-directory-row b{font-size:11px;color:#2c3b51}.crm-directory-row b,.crm-directory-row small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.crm-directory-row small{font-size:9px;color:#657387}.crm-directory-row em{font-size:8px;color:#8a95a4;font-style:normal}.crm-list-empty{padding:28px 18px;text-align:center;color:#7c8898;font-size:10px}.crm-record{min-width:0;background:#f6f8fb}.crm-record-hero{min-height:112px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px;background:#fff;border-bottom:1px solid #e4e9ef}.crm-record-identity{display:flex;align-items:flex-start;gap:12px;min-width:0}.crm-record-identity>.avatar{width:46px;height:46px;border-radius:12px;font-size:13px}.crm-record-identity>div{display:flex;flex-direction:column;gap:3px;min-width:0}.crm-name-line{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.crm-name-line h2{margin:0;font:800 19px var(--font-display);letter-spacing:-.35px;color:#203047}.crm-name-line i{font-style:normal}.crm-status{padding:4px 7px;border-radius:999px;background:#e7f6ef;color:#147851;font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.4px}.crm-status.lead{background:#fff0da;color:#aa6910}.crm-record-identity p{margin:0;color:#657387;font-size:10px}.crm-record-identity .tag-wrap{margin-top:3px}.crm-record-identity .tag{padding:3px 6px;font-size:8px}.crm-hero-actions{display:flex;justify-content:flex-end;gap:6px;flex-wrap:wrap}.crm-hero-actions>a,.crm-hero-actions>button{height:33px;padding:0 9px;border:1px solid #d8e0e9;border-radius:7px;background:#fff;color:#3d506a;display:inline-flex;align-items:center;gap:5px;text-decoration:none;font-size:9px;font-weight:800}.crm-hero-actions>a:hover,.crm-hero-actions>button:hover{border-color:#9eb3d1;background:#f5f8fd;color:#2458ae}.crm-hero-actions .primary{height:33px;border-color:#2764e7;background:#2764e7;color:#fff;box-shadow:none}.crm-tabs{height:48px;padding:0 20px;display:flex;align-items:stretch;gap:22px;background:#fff;border-bottom:1px solid #e4e9ef}.crm-tabs button{position:relative;border:0;background:transparent;color:#69778a;font-size:10px;font-weight:800}.crm-tabs button.active{color:#225bc4}.crm-tabs button.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;border-radius:2px;background:#2764e7}.crm-record-body{padding:16px}.crm-overview-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(230px,.8fr);grid-gap:13px;gap:13px}.crm-main-column,.crm-side-column{display:flex;flex-direction:column;gap:13px}.crm-card{border:1px solid #e0e6ed;border-radius:10px;background:#fff;box-shadow:0 1px 2px rgba(16,35,62,.025);overflow:hidden}.crm-card-title{min-height:56px;padding:12px 14px;border-bottom:1px solid #edf0f4;display:flex;align-items:center;justify-content:space-between;gap:12px}.crm-card-title>div:first-child{display:flex;flex-direction:column;gap:3px}.crm-card-title b{font:800 11px var(--font-display);color:#29394f}.crm-card-title span{font-size:8px;color:#7a8798}.crm-card-title button,.crm-log-actions button{height:28px;padding:0 7px;border:1px solid #dce3eb;border-radius:6px;background:#fff;color:#45607f;display:inline-flex;align-items:center;gap:4px;font-size:8px;font-weight:800;white-space:nowrap}.crm-card-title button:hover,.crm-log-actions button:hover{border-color:#a9bdd9;background:#f5f8fd;color:#2459b2}.crm-contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0;padding:3px 14px 13px}.crm-contact-grid>div{min-width:0;padding:11px 8px;border-bottom:1px solid #edf0f4;display:flex;flex-direction:column;gap:5px}.crm-contact-grid>div.wide{grid-column:1/-1}.crm-contact-grid span{font-size:8px;text-transform:uppercase;letter-spacing:.5px;color:#8994a4;font-weight:800}.crm-contact-grid a,.crm-contact-grid b{font-size:10px;color:#35455c;text-decoration:none;line-height:1.4;overflow-wrap:anywhere}.crm-contact-grid a{color:#2361cc}.crm-health-grid{display:grid;grid-template-columns:1fr 1fr;padding:8px}.crm-health-grid>div{padding:11px;display:flex;flex-direction:column;gap:3px;border-right:1px solid #edf0f4;border-bottom:1px solid #edf0f4}.crm-health-grid>div:nth-child(2n){border-right:0}.crm-health-grid>div:nth-last-child(-n+2){border-bottom:0}.crm-health-grid b{font:800 17px var(--font-display);color:#25364e}.crm-health-grid span{font-size:8px;color:#7b8797}.crm-compact-list{padding:0 13px}.crm-compact-list>div{padding:11px 0;display:flex;align-items:center;gap:9px;border-bottom:1px solid #edf0f4}.crm-compact-list>div:last-of-type{border-bottom:0}.crm-compact-list .avatar{width:29px;height:29px;border-radius:8px;font-size:8px}.crm-compact-list p{margin:0;display:flex;flex-direction:column;gap:2px;min-width:0}.crm-compact-list b{font-size:9px;color:#33435a}.crm-compact-list em,.crm-compact-list small{font-size:8px;color:#7c8898;font-style:normal}.crm-notes{padding:0 13px}.crm-notes article{padding:10px 0;border-bottom:1px solid #edf0f4}.crm-notes article:last-of-type{border-bottom:0}.crm-notes p{margin:0 0 5px;color:#435269;font-size:9px;line-height:1.5}.crm-notes small{font-size:8px;color:#8b95a4}.crm-empty-copy{margin:0;padding:17px 2px;color:#7d8998;font-size:9px;line-height:1.5}.crm-timeline{padding:3px 14px}.crm-timeline article{position:relative;display:grid;grid-template-columns:29px minmax(0,1fr);grid-gap:10px;gap:10px;padding:11px 0}.crm-timeline article:not(:last-child):after{content:"";position:absolute;left:14px;top:40px;bottom:-2px;width:1px;background:#dde4ec}.crm-timeline article>span{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:#ebf2ff;color:#2b65cb;z-index:1}.crm-timeline article>div{display:flex;flex-direction:column;gap:4px}.crm-timeline b{font-size:10px;color:#314158}.crm-timeline p{margin:0;color:#59677a;font-size:9px;line-height:1.45}.crm-timeline small{color:#8994a3;font-size:8px}.crm-full-card{min-height:430px}.crm-full-card>.crm-card-title{padding:14px 16px}.crm-log-actions{display:flex;gap:5px;flex-wrap:wrap;justify-content:flex-end}.crm-timeline-full{padding:7px 18px}.crm-timeline-full article{padding:14px 0}.crm-property-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;padding:15px}.crm-property-grid>article{min-height:91px;padding:13px;display:flex;align-items:flex-start;gap:10px;border:1px solid #e1e7ee;border-radius:9px;background:#fbfcfd}.crm-property-grid>article>span{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;background:#eaf1ff;color:#2864ca}.crm-property-grid article>div{display:flex;flex-direction:column;gap:6px}.crm-property-grid b{font-size:10px;color:#304057}.crm-property-grid b i{margin-left:6px;padding:3px 5px;border-radius:8px;background:#e7f6ef;color:#147851;font-size:7px;font-style:normal}.crm-property-grid p{margin:0;color:#647287;font-size:9px;line-height:1.5}.crm-empty-state{grid-column:1/-1;min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#738197}.crm-empty-state b{font-size:11px;color:#35455c}.crm-empty-state span{font-size:9px}.crm-empty-state button{margin-top:5px;height:30px;border:0;border-radius:7px;background:#2764e7;color:#fff;padding:0 10px;font-size:9px;font-weight:800}.crm-file-heading{margin:16px 16px 9px;font:800 10px var(--font-display);color:#405068}.crm-photo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:9px;gap:9px;padding:0 16px}.crm-photo-grid>a{min-width:0;border:1px solid #e1e6ed;border-radius:9px;overflow:hidden;background:#fff;color:#35455b;text-decoration:none}.crm-photo-grid img{display:block;width:100%;height:105px;object-fit:cover;background:#edf1f5}.crm-photo-grid a>span{padding:8px;display:flex;flex-direction:column;gap:3px}.crm-photo-grid b,.crm-photo-grid small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-photo-grid b{font-size:8px}.crm-photo-grid small{font-size:7px;color:#7d8998}.crm-document-list{padding:0 16px 17px}.crm-document-list>a{min-height:52px;padding:9px 11px;border:1px solid #e3e8ee;border-bottom:0;display:grid;grid-template-columns:31px minmax(0,1fr) 16px;align-items:center;grid-gap:9px;gap:9px;color:#6d7d91;text-decoration:none}.crm-document-list>a:first-of-type{border-radius:8px 8px 0 0}.crm-document-list>a:last-of-type{border-bottom:1px solid #e3e8ee;border-radius:0 0 8px 8px}.crm-document-list>a>span{width:31px;height:31px;border-radius:7px;background:#ebf2ff;color:#2b65c9;display:grid;place-items:center}.crm-document-list p{margin:0;display:flex;flex-direction:column;gap:3px;min-width:0}.crm-document-list b{font-size:9px;color:#34445b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.crm-document-list small{font-size:8px;color:#7d8998}.crm-document-list>a:hover{background:#f6f9fd}.crm-document-list>a:hover>svg{color:#2764e7}@media(max-width:1200px){.crm-workspace{grid-template-columns:270px minmax(0,1fr)}.crm-record-hero{align-items:flex-start;flex-direction:column}.crm-hero-actions{justify-content:flex-start}.crm-overview-grid{grid-template-columns:1fr}.crm-photo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.crm-stats{grid-template-columns:1fr 1fr}.crm-workspace{display:block}.crm-directory{border-right:0;border-bottom:1px solid #e4e9ef}.crm-directory-list{display:flex;max-height:none;overflow-x:auto}.crm-directory-row{min-width:245px;border-right:1px solid #e8ecf1}.crm-directory-row.active{box-shadow:inset 0 -3px #2764e7}.crm-property-grid{grid-template-columns:1fr}}@media(max-width:620px){.crm-stats{gap:8px}.crm-stats>div{padding:10px}.crm-record-hero{padding:16px}.crm-hero-actions{width:100%}.crm-hero-actions>a,.crm-hero-actions>button{flex:1 1;justify-content:center}.crm-tabs{padding:0 12px;gap:13px;overflow-x:auto}.crm-tabs button{white-space:nowrap}.crm-record-body{padding:10px}.crm-contact-grid{grid-template-columns:1fr}.crm-contact-grid>div.wide{grid-column:auto}.crm-card-title{align-items:flex-start}.crm-full-card>.crm-card-title{flex-direction:column}.crm-log-actions{justify-content:flex-start}.crm-photo-grid{grid-template-columns:1fr 1fr}.crm-property-grid{padding:10px}}.crm-inline-edit{width:27px;height:27px;margin-left:auto;flex:none;display:grid;place-items:center;border:1px solid #dce3eb;border-radius:6px;background:#fff;color:#6f7e91}.crm-inline-edit:hover{border-color:#a9bdd9;color:#2459b2;background:#f5f8fd}.crm-property-grid article>.crm-inline-edit{margin-left:auto}.crm-editor-modal{width:min(610px,100%);padding:0;overflow:hidden}.crm-editor-modal form{padding:20px 22px 22px;gap:15px}.crm-editor-head{padding:20px 22px 15px;display:grid;grid-template-columns:42px minmax(0,1fr) 32px;align-items:start;grid-gap:12px;gap:12px}.crm-editor-head>div:nth-child(2){min-width:0}.crm-editor-head h2{margin-top:1px}.crm-editor-head p{margin:5px 0 0;line-height:1.45}.crm-editor-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:11px;background:#eaf1ff;color:#2764d2}.crm-editor-icon svg{width:19px}.crm-editor-icon.note{background:#fff2dc;color:#ad6c10}.crm-editor-icon.contact{background:#eeeaff;color:#7053c5}.crm-editor-icon.property{background:#e7f6ef;color:#16825a}.crm-editor-icon.call,.crm-editor-icon.email,.crm-editor-icon.sms{background:#e9f2ff;color:#2462c9}.crm-editor-icon.document,.crm-editor-icon.photo{background:#eef1f5;color:#50627a}.crm-editor-customer{min-height:58px;padding:10px 22px;display:flex;align-items:center;gap:9px;border-top:1px solid #edf0f4;border-bottom:1px solid #e7ebf0;background:#f8fafc}.crm-editor-customer .avatar{width:32px;height:32px;border-radius:8px;font-size:9px}.crm-editor-customer>div{display:flex;flex-direction:column;gap:3px}.crm-editor-customer b{font-size:10px;color:#304058}.crm-editor-customer small{font-size:8px;color:#7c8898}.crm-editor-modal label{gap:7px}.crm-editor-modal input,.crm-editor-modal select{width:100%}.crm-editor-modal textarea{line-height:1.5}.crm-address-row{display:grid;grid-template-columns:1.3fr .65fr .8fr;grid-gap:11px;gap:11px}.crm-check{min-height:55px;padding:10px 12px!important;display:flex!important;flex-direction:row!important;align-items:flex-start!important;gap:10px!important;border:1px solid #dfe5ec;border-radius:9px;background:#f9fbfd}.crm-check input{width:16px!important;height:16px;margin:2px 0 0;accent-color:#2764e7;flex:none}.crm-check span{display:flex;flex-direction:column;gap:3px}.crm-check b{font-size:10px;color:#35455b}.crm-check small{font-size:8px;line-height:1.4;color:#7a8798;font-weight:500}.crm-file-picker{position:relative;min-height:145px;padding:18px!important;display:flex!important;align-items:center!important;justify-content:center;border:1.5px dashed #b9c7d8;border-radius:11px;background:#f8fafd;color:#6d7d91;text-align:center;cursor:pointer}.crm-file-picker:hover{border-color:#7fa0d3;background:#f3f7fd}.crm-file-picker>span{width:42px;height:42px;display:grid;place-items:center;border-radius:10px;background:#e8f0ff;color:#2863ca}.crm-file-picker>b{font-size:11px;color:#33445b}.crm-file-picker>small{font-size:8px;font-weight:500}.crm-file-picker input{max-width:320px;height:auto!important;margin-top:4px;padding:7px;background:#fff;font-size:9px}.crm-editor-actions{margin-top:2px;padding-top:15px;border-top:1px solid #edf0f4}.crm-editor-actions .primary,.crm-editor-actions .secondary{min-width:105px;justify-content:center}@media(max-width:620px){.crm-editor-modal{height:auto;max-height:calc(100vh - 18px);border-radius:14px}.crm-editor-head{padding:17px 16px 13px;grid-template-columns:38px minmax(0,1fr) 32px}.crm-editor-icon{width:38px;height:38px}.crm-editor-customer{padding:9px 16px}.crm-editor-modal form{padding:16px;gap:13px}.crm-address-row{grid-template-columns:1fr 1fr}.crm-address-row label:first-child{grid-column:1/-1}}.modal{max-height:min(860px,calc(100dvh - 32px));overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.crm-editor-modal{overflow-x:hidden;overflow-y:auto}.crm-editor-head{top:0;z-index:5}.crm-editor-actions,.crm-editor-head{position:-webkit-sticky;position:sticky;background:#fff}.crm-editor-actions{bottom:-22px;z-index:4;margin:2px -22px -22px;padding:14px 22px;box-shadow:0 -8px 18px rgba(16,35,62,.06)}@media(max-width:620px){.modal-backdrop{padding:8px}.crm-editor-modal,.modal{max-height:calc(100dvh - 16px)}.crm-editor-actions{bottom:-16px;margin:2px -16px -16px;padding:13px 16px}}.reports-page{--report-green:#169166;--report-blue:#2764e7;--report-amber:#c98218;--report-violet:#7355c8;transition:opacity .16s}.reports-page.is-refreshing{opacity:.72}.reports-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}.reports-heading h1{margin:0;font:800 25px var(--font-display);letter-spacing:-.7px}.reports-heading>div:first-child>p:last-child{margin:7px 0 0;color:#69768a;font-size:12px}.reports-heading .eyebrow{display:flex;align-items:center;gap:3px}.report-export{display:flex;align-items:center;gap:8px}.report-export select{height:37px;min-width:155px;border:1px solid #dbe2ea;border-radius:8px;background:#fff;padding:0 30px 0 10px;color:#425167;font-size:11px;font-weight:750}.report-toolbar{min-height:58px;margin-bottom:14px;padding:10px 12px;display:flex;align-items:center;gap:12px}.report-range{display:flex;padding:3px;border-radius:9px;background:#eef2f6}.report-range button{height:29px;padding:0 11px;border:0;border-radius:6px;background:transparent;color:#657387;font-size:10px;font-weight:800;white-space:nowrap}.report-range button.active{background:#fff;color:#245fc8;box-shadow:0 1px 4px rgba(15,35,60,.12)}.report-period{margin-left:auto;display:flex;align-items:center;gap:6px;color:#647287;font-size:10px;font-weight:700;white-space:nowrap}.report-custom-dates{display:flex;align-items:center;gap:7px}.report-custom-dates label{display:flex;align-items:center;gap:5px;color:#7a8797;font-size:8px;font-weight:800;text-transform:uppercase}.report-custom-dates input{height:32px;border:1px solid #dbe2ea;border-radius:7px;background:#fff;padding:0 7px;color:#435168;font-size:10px}.report-custom-dates>span{color:#9aa3af;font-size:9px}.report-error{min-height:40px;margin:-4px 0 14px;padding:0 12px;border:1px solid #efcfcc;border-radius:8px;background:#fff4f2;color:#a84a42;display:flex;align-items:center;gap:8px;font-size:10px;font-weight:700}.report-tabs{height:43px;margin-bottom:14px;border-bottom:1px solid #dfe5ec;display:flex;gap:24px}.report-tabs button{position:relative;border:0;background:transparent;color:#69778a;font-size:10px;font-weight:850}.report-tabs button.active{color:#235dc5}.report-tabs button.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;border-radius:2px;background:#2764e7}.report-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;margin-bottom:14px}.report-kpis.three{grid-template-columns:repeat(3,minmax(0,1fr))}.report-kpis>article{min-height:104px;padding:16px;display:flex;align-items:flex-start;gap:12px;border:1px solid #e2e7ed;border-radius:11px;background:#fff;box-shadow:0 1px 3px rgba(16,35,62,.035)}.report-kpi-icon{width:38px;height:38px;flex:none;display:grid;place-items:center;border-radius:9px}.report-kpi-icon svg{width:19px}.report-kpi-icon.green{background:#e6f6ee;color:var(--report-green)}.report-kpi-icon.blue{background:#e9f0ff;color:var(--report-blue)}.report-kpi-icon.amber{background:#fff2dc;color:var(--report-amber)}.report-kpi-icon.violet{background:#f0ebff;color:var(--report-violet)}.report-kpis article>div{min-width:0;display:flex;flex-direction:column}.report-kpis small{color:#657387;font-size:10px;font-weight:700}.report-kpis h2{margin:5px 0 4px;font:800 20px var(--font-display);color:#223149;letter-spacing:-.35px}.report-kpis em{color:#7b8797;font-size:8px;font-style:normal}.report-kpis em.positive{color:#16875d}.report-kpis em.negative{color:#bd5147}.report-grid-main{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.75fr);grid-gap:14px;gap:14px;margin-bottom:14px}.report-grid-main.lower{grid-template-columns:1fr 1fr}.report-card{overflow:hidden}.report-card>header{min-height:62px;padding:14px 16px;border-bottom:1px solid #edf0f4;display:flex;align-items:center;justify-content:space-between;gap:12px}.report-card>header h3{margin:0;font:800 12px var(--font-display);color:#28384f}.report-card>header p{margin:4px 0 0;color:#7a8798;font-size:8px}.report-card>header>b{font:800 15px var(--font-display);color:#293a52}.report-card>header>button{height:29px;padding:0 8px;border:1px solid #dce3eb;border-radius:7px;background:#fff;color:#3563a7;display:flex;align-items:center;gap:5px;font-size:8px;font-weight:800}.report-chart{height:235px;padding:28px 18px 19px;display:flex;align-items:flex-end;gap:8px;background:repeating-linear-gradient(0deg,#fff 0,#fff 52px,#f1f3f6 53px)}.report-chart>div{height:100%;min-width:0;flex:1 1;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-end;gap:8px}.report-chart>div>span{min-height:3px;border-radius:5px 5px 2px 2px;background:linear-gradient(180deg,#3978ed,#2863d7);box-shadow:0 2px 4px rgba(39,100,231,.12);transition:height .25s}.report-chart small{text-align:center;color:#8994a3;font-size:7px;white-space:nowrap;overflow:hidden}.report-empty{height:235px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#8190a3}.report-empty b{color:#435269;font-size:10px}.report-empty span{font-size:8px}.status-breakdown{padding:9px 16px 14px}.status-breakdown>div{display:grid;grid-template-columns:minmax(0,1fr) 24px;align-items:center;grid-gap:7px;gap:7px;padding:8px 0}.status-breakdown>div>span{display:flex;align-items:center;gap:7px;color:#536176;font-size:9px}.status-breakdown>div>span>i{width:7px;height:7px;border-radius:50%;background:#7a8ba2}.status-breakdown i.complete{background:#22a06b}.status-breakdown i.canceled{background:#d76157}.status-breakdown i.dispatched,.status-breakdown i.in_progress{background:#e39a2d}.status-breakdown i.scheduled{background:#3777e7}.status-breakdown>div>b{font-size:10px;color:#34445a;text-align:right}.status-breakdown>div>em{grid-column:1/-1;height:3px;border-radius:4px;background:#edf1f5;overflow:hidden}.status-breakdown>div>em>i{display:block;height:100%;border-radius:4px;background:#5b84cb}.report-table{overflow-x:auto}.report-table-head,.report-table-row{display:grid;align-items:center;grid-gap:12px;gap:12px;min-width:590px;padding:10px 16px}.report-table-head{background:#f8fafc;color:#7b8797;font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.55px}.report-table-row{min-height:48px;border-top:1px solid #edf0f4;color:#657387;font-size:9px}.report-table-row b{color:#33445a;font-size:10px}.report-table-row strong{color:#26374e;text-align:right;font-size:10px}.report-table.compact .report-table-head,.report-table.compact .report-table-row{grid-template-columns:minmax(150px,1fr) 45px 55px 85px;min-width:450px}.report-table-empty{margin:0;padding:28px 16px;text-align:center;color:#7c8898;font-size:9px}.technician-ranking{padding:4px 15px}.technician-ranking>div{min-height:53px;border-bottom:1px solid #edf0f4;display:grid;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;grid-gap:9px;gap:9px}.technician-ranking>div:last-of-type{border-bottom:0}.technician-ranking>div>span{width:24px;height:24px;border-radius:7px;background:#edf3ff;color:#2b63c5;display:grid;place-items:center;font-size:8px;font-weight:900}.technician-ranking>div>div{display:flex;flex-direction:column;gap:3px}.technician-ranking b{color:#34445a;font-size:10px}.technician-ranking small{color:#8490a0;font-size:8px}.technician-ranking strong{color:#2c3c52;font-size:10px}.aging-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:16px}.aging-grid>div{min-height:110px;padding:14px;border-right:1px solid #e9edf2;display:flex;flex-direction:column;gap:6px}.aging-grid>div:last-child{border-right:0}.aging-grid span{color:#6f7d90;font-size:9px;font-weight:700}.aging-grid b{font:800 17px var(--font-display);color:#2a3a51}.aging-grid em{margin-top:auto;color:#8b95a4;font-size:7px;font-style:normal}.aging-grid .risk{border-radius:8px;background:#fff5f2}.aging-grid .risk b{color:#b84f46}.collection-meter{min-height:174px;padding:31px 24px;text-align:center}.collection-meter>div{height:9px;margin:6px 0 17px;border-radius:9px;background:#edf1f5;overflow:hidden}.collection-meter>div>span{display:block;height:100%;border-radius:9px;background:linear-gradient(90deg,#39b987,#189467)}.collection-meter>b{font:800 28px var(--font-display);color:#26374e}.collection-meter>p{margin:6px 0 0;color:#748195;font-size:9px}.report-payments{margin-bottom:14px}.report-table.payments .report-table-head,.report-table.payments .report-table-row{grid-template-columns:75px minmax(140px,1fr) 65px minmax(120px,.8fr) 80px 85px;min-width:700px}.report-table.payments .tag{font-style:normal}.health-signals{padding:4px 16px}.health-signals>div{min-height:52px;border-bottom:1px solid #edf0f4;display:flex;align-items:center;justify-content:space-between}.health-signals>div:last-child{border-bottom:0}.health-signals span{display:flex;align-items:center;gap:7px;color:#5e6d81;font-size:9px}.health-signals span svg{color:#4e75b6}.health-signals b{color:#293a51;font-size:11px}@media(max-width:1100px){.report-kpis{grid-template-columns:1fr 1fr}.report-grid-main,.report-grid-main.lower{grid-template-columns:1fr}.report-toolbar{align-items:flex-start;flex-wrap:wrap}.report-period{margin-left:0}.aging-grid>div{min-height:90px}}@media(max-width:760px){.reports-heading{align-items:flex-start;flex-direction:column}.report-export{width:100%}.report-export select{min-width:0;flex:1 1}.report-toolbar{display:block;overflow-x:auto}.report-range{width:max-content}.report-period{margin-top:10px}.report-custom-dates{margin-top:9px}.report-kpis,.report-kpis.three{grid-template-columns:1fr 1fr}.report-kpis>article{min-height:100px;padding:13px}.report-kpi-icon{display:none}.report-chart{height:200px;padding-left:10px;padding-right:10px}.aging-grid{grid-template-columns:1fr 1fr}.aging-grid>div{border-bottom:1px solid #e9edf2}.aging-grid>div:nth-child(2){border-right:0}.report-card>header{align-items:flex-start}.report-card>header>button{white-space:nowrap}}@media(max-width:430px){.report-export .primary{font-size:0}.report-export .primary svg{margin:0}.report-kpis,.report-kpis.three{grid-template-columns:1fr 1fr}.report-kpis h2{font-size:17px}.report-kpis small{font-size:9px}.report-kpis em{font-size:7px}.report-tabs{gap:18px}.report-custom-dates label{display:block}.report-custom-dates input{display:block;margin-top:3px;max-width:125px}.aging-grid{padding:9px}.aging-grid>div{padding:11px}.aging-grid b{font-size:14px}}.marketing-workspace{padding-bottom:32px;color:#26364d}.marketing-title{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}.marketing-title h1{margin:2px 0 5px;font:800 28px var(--font-display);letter-spacing:-.75px}.marketing-title>div>p:last-child{margin:0;color:#728095;font-size:12px}.marketing-title .eyebrow{margin:0;display:flex;align-items:center;gap:5px;color:#2764ce;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.7px}.marketing-notice{min-height:40px;margin:-7px 0 14px;padding:8px 11px;display:flex;align-items:center;gap:8px;border:1px solid #cce7da;border-radius:9px;background:#f0faf5;color:#177552;font-size:10px;font-weight:750}.marketing-notice span{flex:1 1}.marketing-notice button{border:0;background:transparent;color:inherit}.marketing-tabs{display:flex;gap:3px;margin-bottom:18px;border-bottom:1px solid #dfe5ec;overflow-x:auto;scrollbar-width:none}.marketing-tabs button{height:45px;padding:0 13px;display:flex;align-items:center;gap:6px;border:0;border-bottom:2px solid transparent;background:transparent;color:#6e7b8e;font-size:10px;font-weight:800;white-space:nowrap}.marketing-tabs button:hover{color:#284b78}.marketing-tabs button.active{border-bottom-color:#2764e7;color:#235fcf}.marketing-tabs button i{min-width:18px;padding:2px 5px;border-radius:999px;background:#e9eff9;color:#2d63b4;font-size:8px;font-style:normal}.marketing-loading{min-height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#718096;font-size:11px}.marketing-loading svg{color:#3470d9}.spin{animation:marketing-spin 1s linear infinite}@keyframes marketing-spin{to{transform:rotate(1turn)}}.marketing-kpis{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:11px;gap:11px;margin-bottom:14px}.marketing-kpis.compact{grid-template-columns:repeat(3,1fr)}.marketing-metric{min-height:102px;padding:14px;display:flex;align-items:flex-start;gap:11px}.marketing-metric>span{width:37px;height:37px;display:grid;place-items:center;border-radius:10px;flex:none}.marketing-metric>span svg{width:17px}.marketing-metric>span.blue{background:#eaf1ff;color:#2864d2}.marketing-metric>span.violet{background:#f1ebff;color:#7955c6}.marketing-metric>span.amber{background:#fff3db;color:#b27617}.marketing-metric>span.green{background:#e8f7f0;color:#17845c}.marketing-metric>div{display:flex;flex-direction:column;gap:2px}.marketing-metric small{color:#79869a;font-size:8px;font-weight:750;text-transform:uppercase;letter-spacing:.45px}.marketing-metric b{font:800 20px var(--font-display);letter-spacing:-.35px}.marketing-metric em{color:#8994a3;font-size:8px;font-style:normal}.marketing-overview-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.65fr);grid-gap:13px;gap:13px;margin-bottom:13px}.marketing-health,.marketing-quick,.recent-marketing{overflow:hidden}.ads-table>header,.marketing-health>header,.marketing-quick>header,.recent-marketing>header{min-height:68px;padding:13px 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e8ecf1}.ads-table h3,.marketing-health h3,.marketing-quick h3,.recent-marketing h3{margin:0;font:800 13px var(--font-display)}.ads-table header p,.marketing-health header p,.marketing-quick header p,.recent-marketing header p{margin:4px 0 0;color:#7a8798;font-size:9px}.quick-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1px;gap:1px;background:#e9edf2}.quick-grid>button{min-height:88px;padding:13px;display:flex;align-items:center;gap:10px;border:0;background:#fff;text-align:left}.quick-grid>button:hover{background:#f7f9fd}.quick-grid>button>span{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:#eef3ff;color:#3269c7}.quick-grid>button>span svg{width:16px}.quick-grid>button>div{min-width:0;flex:1 1;display:flex;flex-direction:column;gap:4px}.quick-grid b{font-size:10px}.quick-grid small{color:#7d8999;font-size:8px}.quick-grid>button>svg{color:#9aa5b2}.marketing-health>header>span{width:35px;height:35px;display:grid;place-items:center;border-radius:50%;background:#edf3ff;color:#2d65ca;font-size:9px;font-weight:850}.marketing-health>button{width:100%;min-height:49px;padding:9px 14px;display:flex;align-items:center;gap:9px;border:0;border-top:1px solid #edf0f4;background:#fff;text-align:left}.marketing-health>button:hover{background:#f8fafc}.marketing-health>button>span{width:19px;height:19px;display:grid;place-items:center;border:1px solid #cfd7e1;border-radius:50%;color:#fff}.marketing-health>button>span.done{border-color:#21a173;background:#21a173}.marketing-health>button>span svg{width:11px}.marketing-health>button>span>span{width:5px;height:5px;border-radius:50%;background:#c5ced8}.marketing-health>button b{flex:1 1;font-size:9px}.marketing-health>button em{color:#3670d4;font-size:8px;font-style:normal;font-weight:800}.marketing-health>button>svg{color:#9aa5b2}.recent-marketing>header button{display:flex;align-items:center;gap:4px;border:0;background:transparent;color:#3167bc;font-size:9px;font-weight:800}.recent-campaign{min-height:64px;padding:10px 15px;display:grid;grid-template-columns:37px minmax(180px,1fr) 85px 110px;align-items:center;grid-gap:11px;gap:11px;border-top:1px solid #edf0f4}.channel-icon{width:35px;height:35px;display:grid;place-items:center;border-radius:9px;background:#eaf1ff;color:#2864d2}.channel-icon.sms{background:#e8f7f0;color:#16855c}.channel-icon svg{width:15px}.recent-campaign>div{display:flex;flex-direction:column;gap:4px}.recent-campaign b{font-size:10px}.recent-campaign small{color:#7a8799;font-size:8px}.recent-campaign>strong{text-align:right;font-size:10px}.recent-campaign>strong small{display:block;font-weight:500}.marketing-status{width:max-content;padding:4px 7px;border-radius:999px;background:#eef1f5;color:#657287;font-size:7px;font-style:normal;font-weight:850;text-transform:capitalize}.marketing-status.active,.marketing-status.connected,.marketing-status.reviewed{background:#e5f6ee;color:#147b55}.marketing-status.paused,.marketing-status.queued,.marketing-status.scheduled{background:#fff3da;color:#9b6818}.marketing-status.sent{background:#e9f0ff;color:#2a64c9}.marketing-status.complete{background:#eeeafb;color:#6b50ac}.marketing-status.archived,.marketing-status.dismissed,.marketing-status.expired{background:#f0f1f3;color:#737d89}.tool-header{min-height:76px;margin-bottom:13px;display:flex;align-items:center;gap:12px}.tool-header>span{width:43px;height:43px;display:grid;place-items:center;border-radius:11px;background:#eaf1ff;color:#2864d2}.tool-header>span svg{width:19px}.tool-header>div{flex:1 1}.tool-header h2{margin:0;font:800 19px var(--font-display);letter-spacing:-.3px}.tool-header p{margin:5px 0 0;color:#748195;font-size:10px}.marketing-list{overflow:hidden}.marketing-list-head,.marketing-list-row{display:grid;grid-template-columns:minmax(190px,1.25fr) minmax(150px,.9fr) 105px 95px 75px 145px;grid-gap:12px;gap:12px;align-items:center;padding:10px 15px}.marketing-list-head{min-height:39px;background:#fafbfd;color:#7c8798;font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.55px}.marketing-list-row{min-height:67px;border-top:1px solid #edf0f4;color:#56657a;font-size:9px}.marketing-list-row>div:first-child{display:flex;min-width:0;flex-direction:column;gap:4px}.marketing-list-row b{color:#2d3d53;font-size:10px}.marketing-list-row small{overflow:hidden;color:#8390a1;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.inline-actions{display:flex!important;align-items:center;justify-content:flex-end;gap:5px}.inline-actions button{height:29px;padding:0 8px;display:flex;align-items:center;gap:4px;border:1px solid #d9e1ea;border-radius:7px;background:#fff;color:#3f5f82;font-size:8px;font-weight:800}.inline-actions button:disabled{opacity:.45}.inline-actions .icon-only{width:29px;padding:0;justify-content:center}.reviews-list .rating{display:flex;align-items:center;gap:3px;color:#b17518;font-weight:800}.marketing-empty{min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px;text-align:center}.marketing-empty>span{width:45px;height:45px;display:grid;place-items:center;border-radius:12px;background:#edf3ff;color:#3770ce}.marketing-empty>b{margin-top:10px;font-size:11px}.marketing-empty p{max-width:340px;margin:5px 0 12px;color:#7d8999;font-size:9px;line-height:1.5}.marketing-empty button{height:31px;padding:0 10px;display:flex;align-items:center;gap:5px;border:1px solid #cbd9ed;border-radius:7px;background:#f5f8ff;color:#2e65bf;font-size:8px;font-weight:800}.coupon-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.coupon-card{min-height:238px;padding:15px;display:flex;flex-direction:column}.coupon-card.archived{opacity:.7}.coupon-card>header{display:flex;justify-content:space-between;align-items:center}.coupon-card>header>span{width:36px;height:36px;display:grid;place-items:center;border-radius:9px;background:#e9f7f1;color:#18825c}.coupon-card>header svg{width:17px}.coupon-card h3{margin:13px 0 7px;font:800 13px var(--font-display)}.coupon-code{display:flex;align-items:center;width:max-content;border:1px dashed #aebbd0;border-radius:6px;background:#f8fafc}.coupon-code code{padding:6px 8px;color:#355378;font-size:10px;font-weight:850;letter-spacing:.7px}.coupon-code button{width:29px;height:27px;border:0;border-left:1px dashed #aebbd0;background:transparent;color:#6d7f96}.coupon-card>strong{margin-top:12px;font:800 18px var(--font-display);color:#195f48}.coupon-card>p{margin:4px 0 12px;color:#7a8799;font-size:8px}.coupon-card>footer{margin-top:auto;padding-top:11px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #edf0f4}.coupon-card>footer>span{color:#788698;font-size:8px}.coupon-card>footer>span b{color:#35465c;font-size:10px}.coupon-add{min-height:238px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;border:1px dashed #b9c8da;border-radius:11px;background:#f9fbfd;color:#5980b4}.coupon-add b{font-size:10px;color:#345579}.coupon-add span{font-size:8px}.section-tip{display:flex;align-items:center;gap:6px;margin:13px 0;color:#748397;font-size:9px}.referral-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.7fr);grid-gap:13px;gap:13px}.referral-settings{padding:17px}.referral-settings>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.referral-settings h3,.referral-stats h3{margin:0;font:800 13px var(--font-display)}.referral-settings header p{margin:4px 0 0;color:#788698;font-size:9px}.switch{width:72px;height:30px;padding:0 8px;display:flex;align-items:center;gap:5px;border:1px solid #d8e0e9;border-radius:999px;background:#f4f6f8;color:#738095;font-size:8px;font-weight:800}.switch span{width:14px;height:14px;border-radius:50%;background:#aab5c3}.switch.on{border-color:#a8d9c8;background:#ebf8f2;color:#177954}.switch.on span{background:#1d9c6e}.reward-box{min-height:67px;margin-bottom:9px;padding:10px;grid-template-columns:36px minmax(120px,1fr) 125px 75px;align-items:center;grid-gap:9px;gap:9px;border:1px solid #e0e6ed}.reward-box,.reward-box>span{display:grid;border-radius:9px}.reward-box>span{width:34px;height:34px;place-items:center;background:#edf3ff;color:#3269c6}.reward-box>span svg{width:15px}.reward-box>div{display:flex;flex-direction:column;gap:3px}.reward-box b{font-size:9px}.reward-box small{color:#8190a2;font-size:8px}.reward-box select{height:34px;padding:0 7px;font-size:8px}.reward-box label{height:34px;display:flex;align-items:center;padding-left:8px;border:1px solid #dce2e9;border-radius:7px;color:#718095}.reward-box label input{width:100%;height:30px;padding:0 5px;border:0;box-shadow:none!important}.referral-settings textarea{min-height:72px;margin-top:5px}.referral-settings>.primary{margin-top:11px}.referral-layout>aside{display:flex;flex-direction:column;gap:12px}.referral-stats{padding:15px}.referral-stats h3{margin-bottom:9px}.referral-stats>div{min-height:45px;display:flex;align-items:center;border-top:1px solid #edf0f4}.referral-stats>div span{display:flex;align-items:center;gap:6px;flex:1 1;color:#66758a;font-size:8px}.referral-stats>div svg{width:13px;color:#4c74aa}.referral-stats>div b{font-size:11px}.referral-preview>p{margin:0 0 6px;color:#7c899a;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.5px}.referral-preview>div{padding:22px 17px;border-radius:12px;background:linear-gradient(145deg,#1d4f8d,#25706c);color:#fff;text-align:center}.gift-orbit{width:45px;height:45px;margin:auto;display:grid;place-items:center;border-radius:50%;background:#ffffff1c}.referral-preview h3{margin:11px 0 6px;font:800 15px var(--font-display)}.referral-preview>div>p{margin:0 auto 12px;max-width:260px;color:#d9e9ee;font-size:8px;line-height:1.5}.referral-preview>div>button{height:30px;padding:0 11px;display:inline-flex;align-items:center;gap:4px;border:0;border-radius:7px;background:#fff;color:#28598c;font-size:8px;font-weight:850}.integration-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:13px;gap:13px;margin-bottom:13px}.integration-card{padding:17px}.integration-card>header{display:grid;grid-template-columns:42px minmax(0,1fr) auto;grid-gap:11px;gap:11px;align-items:start}.integration-card>header>span{width:41px;height:41px;display:grid;place-items:center;border-radius:10px}.integration-card>header>span.google{background:#fff1e2;color:#d76c27}.integration-card>header>span.facebook{background:#e8efff;color:#2161c9;font:700 22px Arial}.integration-card>header>span svg{width:19px}.integration-card h3{margin:2px 0 4px;font:800 13px var(--font-display)}.integration-card header p{margin:0;color:#7b8798;font-size:8px;line-height:1.45}.integration-card ul{margin:17px 0;padding:13px 0;border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4;list-style:none}.integration-card li{padding:4px 0;display:flex;align-items:center;gap:7px;color:#5f6f84;font-size:9px}.integration-card li svg{width:12px;color:#1d986c}.integration-card .connect{width:100%;justify-content:center}.connected-account{margin:16px 0;padding:12px;display:flex;align-items:center;gap:9px;border:1px solid #d5eadf;border-radius:9px;background:#f3faf7;color:#16805a}.connected-account>svg{width:18px}.connected-account>div{display:flex;flex-direction:column;gap:3px}.connected-account b{font-size:9px;color:#315545}.connected-account small{font-size:8px;color:#6e8b7d}.integration-actions{display:flex;gap:6px;align-items:center}.integration-actions button{height:32px;padding:0 9px;display:flex;align-items:center;gap:5px;border:1px solid #d7dfe8;border-radius:7px;background:#fff;color:#4c6684;font-size:8px;font-weight:800}.integration-actions .danger-link{margin-left:auto;border:0;color:#a94f47}.ads-table{overflow:hidden}.ads-table>.marketing-list{border:0;border-radius:0;box-shadow:none}.marketing-modal{width:min(620px,100%);max-height:calc(100vh - 32px);overflow-y:auto}.marketing-modal .campaign-channel{margin-bottom:13px;padding:10px;display:flex;align-items:center;gap:9px;border:1px solid #dce5f2;border-radius:9px;background:#f6f9fe}.campaign-channel>span{width:35px;height:35px;display:grid;place-items:center;border-radius:8px;background:#e5edfc;color:#2e65c3}.campaign-channel>span svg{width:16px}.campaign-channel>div{display:flex;flex-direction:column;gap:3px}.campaign-channel b{font-size:9px}.campaign-channel small{color:#7e8a9b;font-size:8px}.marketing-modal textarea{min-height:86px}.form-help{display:flex;align-items:center;gap:5px;margin:8px 0;color:#768598;font-size:8px}@media(max-width:1050px){.marketing-kpis{grid-template-columns:repeat(2,1fr)}.marketing-kpis.compact{grid-template-columns:repeat(3,1fr)}.marketing-overview-grid{grid-template-columns:1fr}.coupon-grid{grid-template-columns:repeat(2,1fr)}.marketing-list{overflow-x:auto}.marketing-list-head,.marketing-list-row{min-width:880px}}@media(max-width:760px){.marketing-title{align-items:flex-start;flex-direction:column}.marketing-title>.primary{width:100%;justify-content:center}.marketing-tabs{margin-left:-14px;margin-right:-14px;padding-left:7px}.marketing-kpis,.marketing-kpis.compact{grid-template-columns:repeat(2,1fr)}.quick-grid{grid-template-columns:1fr}.recent-campaign{grid-template-columns:37px minmax(0,1fr) auto}.recent-campaign>strong{display:none}.tool-header{align-items:flex-start;flex-wrap:wrap}.tool-header>div{min-width:calc(100% - 60px)}.tool-header>.primary{width:100%;justify-content:center}.coupon-grid,.integration-grid,.referral-layout{grid-template-columns:1fr}.reward-box{grid-template-columns:36px minmax(0,1fr) 90px}.reward-box>label{grid-column:2/4}.integration-card>header{grid-template-columns:42px minmax(0,1fr)}.integration-card>header>em{grid-column:2}.marketing-modal .form-row{grid-template-columns:1fr}}@media(max-width:430px){.coupon-grid,.marketing-kpis,.marketing-kpis.compact{grid-template-columns:1fr}.integration-actions{flex-wrap:wrap}.integration-actions .danger-link{margin-left:0}.marketing-title h1{font-size:25px}}@media(max-width:760px){.google-reviews-connect{align-items:stretch;flex-direction:column}.google-reviews-brand{min-width:0;margin:0}.google-connected-actions,.google-location-picker{align-items:stretch;flex-direction:column}.google-location-picker select{min-width:0;width:100%}.google-connected-actions>div{text-align:left}.google-connected-actions>a,.google-connected-actions>button{justify-content:center}.google-connected-actions .danger-link{border:1px solid #ead9d7}.google-message{position:static}.google-review-list>article{padding:14px}.google-review-list header{align-items:flex-start;flex-wrap:wrap}.google-review-list time{width:100%;margin-left:0}}.intake-page{min-height:100vh;margin:0;padding:24px;background:radial-gradient(circle at top,#eef5ff 0,#f6f8fb 42%,#f2f5f8 100%)}.intake-shell{width:min(680px,100%);margin:0 auto;border:1px solid #e1e7ef;border-radius:18px;background:#fff;box-shadow:0 18px 50px #18304d16;overflow:hidden;color:#1c2a3d}.intake-brand{min-height:58px;padding:0 24px;display:flex;align-items:center;gap:9px;border-bottom:1px solid #ebeff4}.intake-brand>span{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;background:var(--intake-color);color:#fff}.intake-brand b{font:800 13px var(--font-display)}.intake-brand em{margin-left:auto;color:#9aa4b1;font-size:9px;font-style:normal}.intake-brand>img{display:block;max-width:132px;max-height:38px;width:auto;height:auto;object-fit:contain}.workspace-avatar.has-logo{overflow:hidden;background:#fff;padding:3px}.workspace-avatar.has-logo img{display:block;width:100%;height:100%;object-fit:contain}.settings-logo-field{display:grid;grid-template-columns:112px minmax(0,1fr);grid-gap:16px;gap:16px;align-items:center;padding:14px;border:1px solid #e3e8ef;border-radius:10px;background:#fafbfd}.settings-logo-preview{width:112px;height:82px;display:grid;place-items:center;overflow:hidden;border:1px dashed #cdd6e2;border-radius:9px;background:#fff}.settings-logo-preview img{display:block;width:100%;height:100%;object-fit:contain;padding:8px}.settings-logo-preview span{display:grid;place-items:center;width:48px;height:48px;border-radius:12px;background:#e8f2ee;color:#287458;font-weight:800}.settings-logo-field>div:last-child{min-width:0}.settings-logo-field b{display:block;font-size:12px;color:#344154}.settings-logo-field small{display:block;margin:5px 0 11px;color:#788496;font-size:10px;line-height:1.5}.settings-logo-actions{display:flex;align-items:center;gap:8px}.settings-logo-actions .secondary{height:34px}.logo-remove{height:34px;display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:#b44747;font-size:11px;font-weight:700}.logo-remove:disabled{opacity:.5}.settings-logo-actions button:disabled{cursor:not-allowed}.intake-form header{padding:30px 34px 21px;background:linear-gradient(155deg,color-mix(in srgb,var(--intake-color) 8%,white),#fff)}.intake-form header>span{color:var(--intake-color);font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:1.1px}.intake-form h1,.intake-success h1{margin:8px 0 7px;font:800 27px var(--font-display);letter-spacing:-.7px}.intake-form header p,.intake-success p{margin:0;color:#68768a;font-size:13px;line-height:1.55}.intake-fields{padding:10px 34px 30px;display:flex;flex-direction:column;gap:14px}.intake-fields label{display:flex;flex-direction:column;gap:6px;color:#425166;font-size:11px;font-weight:750}.intake-fields label>span{color:#8a95a4;font-weight:500}.intake-fields input,.intake-fields select,.intake-fields textarea{width:100%;height:43px;padding:0 11px;border:1px solid #d8e0e9;border-radius:9px;background:#fff;color:#24334a;outline:0;font-size:13px}.intake-fields textarea{height:92px;padding-top:11px;resize:vertical}.intake-fields input:focus,.intake-fields select:focus,.intake-fields textarea:focus{border-color:var(--intake-color);box-shadow:0 0 0 3px color-mix(in srgb,var(--intake-color) 12%,transparent)}.intake-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.intake-address{display:grid;grid-template-columns:1.4fr .6fr .7fr;grid-gap:10px;gap:10px}.intake-fields>button{height:46px;display:flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:9px;color:#fff;font-size:13px;font-weight:800;box-shadow:0 5px 13px color-mix(in srgb,var(--intake-color) 25%,transparent)}.intake-fields>button:disabled{opacity:.65}.intake-fields footer{display:flex;justify-content:center;gap:22px;color:#8591a1;font-size:9px}.intake-fields footer span{display:flex;align-items:center;gap:4px}.intake-honeypot{position:absolute!important;left:-10000px!important}.intake-error{padding:10px;border:1px solid #f0cec9;border-radius:8px;background:#fff5f3;color:#a64c43;font-size:11px}.intake-success{padding:72px 38px;text-align:center}.intake-success>span{width:62px;height:62px;margin:auto;display:grid;place-items:center;border-radius:50%;background:color-mix(in srgb,var(--intake-color) 12%,white);color:var(--intake-color)}.intake-success p{max-width:430px;margin:0 auto}.intake-success small{display:inline-block;margin-top:18px;padding:6px 10px;border-radius:999px;background:#f2f5f8;color:#667489;font-size:10px}.intake-fields .address-search-wrap input{padding-left:36px;padding-right:36px}.intake-fields .address-search-wrap>svg:first-child{pointer-events:none}.intake-fields .address-spinner{top:14px}.intake-empty{min-height:400px;padding:50px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.intake-empty>span{width:55px;height:55px;display:grid;place-items:center;border-radius:14px;background:#eaf1ff;color:#2867d8}.intake-empty h2{margin:16px 0 7px;font:800 20px var(--font-display)}.intake-empty p{max-width:480px;margin:0 0 18px;color:#69768a;font-size:12px;line-height:1.6}.intake-empty small{margin-top:10px;color:#a15048}.intake-admin-bar{min-height:64px;margin-bottom:15px;padding:10px 14px;display:flex;align-items:center;gap:16px}.intake-admin-bar>label{display:flex;align-items:center;gap:8px;color:#68768a;font-size:10px;font-weight:800}.intake-admin-bar select{height:36px;min-width:210px;border:1px solid #dce2ea;border-radius:8px;padding:0 9px;background:#fff}.intake-admin-bar>span{padding:5px 9px;border-radius:999px;font-size:9px;font-weight:800}.intake-admin-bar>span i{display:inline-block;width:6px;height:6px;margin-right:5px;border-radius:50%;background:currentColor}.intake-live{background:#e6f6ef;color:#16835b}.intake-paused{background:#f0f2f5;color:#6e7988}.intake-admin-bar>div{margin-left:auto;display:flex;flex-direction:column;text-align:right}.intake-admin-bar>div b{font-size:15px}.intake-admin-bar>div small{color:#8490a0;font-size:8px}.intake-admin-grid{display:grid;grid-template-columns:minmax(440px,.9fr) minmax(420px,1.1fr);grid-gap:15px;gap:15px;align-items:start}.intake-config-fields{padding:17px;display:flex;flex-direction:column;gap:13px}.intake-config-fields .form-row>label,.intake-config-fields>label{display:flex;flex-direction:column;gap:6px;color:#526073;font-size:10px;font-weight:800}.intake-config-fields label small{color:#8b95a3;font-weight:500}.intake-config-fields input,.intake-config-fields textarea{width:100%;min-height:39px;padding:9px 10px;border:1px solid #dce2e9;border-radius:8px;outline:none}.intake-config-fields textarea{min-height:72px;resize:vertical}.color-input{min-height:39px;display:flex;align-items:center;gap:8px;border:1px solid #dce2e9;border-radius:8px;padding:4px 8px}.color-input input{width:35px;height:28px;min-height:0;padding:0;border:0}.color-input code{font-size:9px}.intake-toggles{display:grid;grid-template-columns:1fr 1fr;grid-gap:7px;gap:7px}.intake-toggles label{min-height:36px;padding:8px;display:flex;align-items:center;gap:7px;border:1px solid #e1e6ec;border-radius:8px;color:#536176;font-size:9px;font-weight:700}.intake-toggles input{width:14px;min-height:14px;height:14px;padding:0}.intake-save{justify-content:center}.intake-admin-message{padding:8px 10px;border-radius:7px;background:#f1f6ff;color:#315f9d;font-size:9px}.intake-admin-side{display:flex;flex-direction:column;gap:15px}.intake-preview-card{overflow:hidden}.intake-preview-card .panel-title a{display:flex;align-items:center;gap:5px;color:#3266b5;text-decoration:none;font-size:9px;font-weight:800}.intake-preview-card iframe{width:100%;height:590px;border:0;background:#f6f8fb}.intake-install>div:last-child{padding:15px;display:grid;grid-template-columns:1fr auto;grid-gap:7px;gap:7px}.intake-install label{grid-column:1/3;margin-top:4px;color:#6c798b;font-size:9px;font-weight:800}.intake-install code{min-width:0;padding:9px;border-radius:7px;background:#f4f6f9;color:#40516a;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.intake-install button{border:1px solid #d9e0e8;border-radius:7px;background:#fff;color:#3d628e;font-size:8px;font-weight:800}.intake-recent>article{padding:11px 14px;display:flex;align-items:center;gap:9px;border-top:1px solid #edf0f4}.intake-recent>article>span{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;background:#eaf1ff;color:#2c65c5;font-size:8px;font-weight:800}.intake-recent article>div{display:flex;flex:1 1;flex-direction:column;gap:3px}.intake-recent article b{font-size:10px}.intake-recent article small{color:#7e8998;font-size:8px}.intake-recent article em{color:#a66d1e;font-size:8px;font-style:normal;font-weight:800}.intake-recent>p{margin:0;padding:24px;color:#7b8797;text-align:center;font-size:10px}@media(max-width:1050px){.intake-admin-grid{grid-template-columns:1fr}.intake-preview-card iframe{height:650px}}@media(max-width:760px){.intake-page{padding:0;background:#fff}.intake-shell{border:0;border-radius:0;box-shadow:none}.intake-brand{padding:0 18px}.intake-brand em{display:none}.intake-form header{padding:25px 20px 17px}.intake-form h1{font-size:23px}.intake-fields{padding:9px 20px 25px}.intake-address,.intake-row{grid-template-columns:1fr}.intake-fields footer{align-items:center;flex-direction:column;gap:6px}.intake-admin-bar{align-items:stretch;flex-wrap:wrap}.intake-admin-bar>label{width:100%}.intake-admin-bar select{flex:1 1;min-width:0}.intake-admin-bar>div{margin-left:0}.intake-admin-grid,.intake-config-fields .form-row,.intake-toggles{grid-template-columns:1fr}}.referral-settings{display:flex;flex-direction:column;gap:12px;min-width:0}.referral-settings>header{margin-bottom:3px}.referral-settings>label{width:100%;display:flex;flex-direction:column;gap:7px;color:#4d5868;font-size:10px;font-weight:750}.referral-settings textarea{display:block;width:100%;min-width:0;max-width:100%;min-height:88px;margin:0;padding:10px 11px;border:1px solid #dce2e9;border-radius:8px;background:#fff;color:#26364d;font:inherit;line-height:1.5;resize:vertical;outline:none}.referral-settings textarea:focus{border-color:#5688ea;box-shadow:0 0 0 3px #eaf0ff}.referral-settings>.primary{width:max-content;margin-top:1px;align-self:flex-end}.referral-link-card{overflow:hidden;padding:0}.referral-link-card>header{min-height:69px;padding:13px 15px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px;border-bottom:1px solid #e7ecf2;background:linear-gradient(135deg,#f9fbff,#f3f8f7)}.referral-link-card>header>span{width:37px;height:37px;display:grid;place-items:center;border-radius:10px;background:#e8f0ff;color:#2864c8}.referral-link-card>header>span svg{width:17px}.referral-link-card>header p{margin:0 0 3px;color:#738197;font-size:7px;font-weight:850;letter-spacing:.55px;text-transform:uppercase}.referral-link-card>header h3{margin:0;font:800 12px var(--font-display)}.referral-link-card>header em{padding:5px 7px;border-radius:999px;background:#e6f6ef;color:#167b57;font-size:7px;font-style:normal;font-weight:850}.referral-link-intro{margin:0;padding:14px 15px 4px;color:#6e7c90;font-size:9px;line-height:1.55}.referral-offer-row{margin:9px 15px 13px;padding:10px;display:grid;grid-template-columns:33px minmax(0,1fr) auto;align-items:center;grid-gap:9px;gap:9px;border:1px solid #dce7e3;border-radius:9px;background:#f3faf7}.referral-offer-row>span{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;background:#dff3e9;color:#187d59}.referral-offer-row svg{width:15px}.referral-offer-row>div{display:flex;flex-direction:column;gap:3px}.referral-offer-row small{color:#71877d;font-size:7px}.referral-offer-row b{color:#285043;font-size:9px}.referral-offer-row i{color:#3b7561;font-size:7px;font-style:normal;font-weight:800}.referral-picker-label{display:block;margin:0 15px;color:#4d5c70;font-size:8px;font-weight:800}.referral-customer-picker{position:relative;height:54px;margin-top:6px;display:grid;grid-template-columns:35px minmax(0,1fr) 16px;align-items:center;grid-gap:9px;gap:9px;padding:0 11px;border:1px solid #d7e0ea;border-radius:10px;background:#fff;color:#718198;transition:.15s ease}.referral-customer-picker:focus-within,.referral-customer-picker:hover{border-color:#7fa4e4;box-shadow:0 0 0 3px #eaf1ff}.referral-customer-picker>span{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:linear-gradient(145deg,#e7efff,#e4f5ef);color:#285f96;font-size:9px;font-weight:900}.referral-customer-picker>span svg{width:15px}.referral-customer-picker>div{display:flex;min-width:0;flex-direction:column;gap:3px}.referral-customer-picker small{color:#8995a5;font-size:7px;font-weight:700}.referral-customer-picker b{overflow:hidden;color:#2c3e55;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.referral-customer-picker>svg{width:14px}.referral-customer-picker select{position:absolute;inset:0;width:100%;height:100%;opacity:.001;cursor:pointer}.referral-create-link{width:calc(100% - 30px);height:37px;margin:11px 15px 0;display:flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:9px;background:linear-gradient(135deg,#2764e7,#2359c9);box-shadow:0 5px 12px #2764e728;color:#fff;font-size:9px;font-weight:850}.referral-create-link svg{width:14px}.referral-create-link:disabled{box-shadow:none;cursor:not-allowed;opacity:.5}.referral-link-error,.referral-link-hint{margin:7px 15px 13px;text-align:center;font-size:7px}.referral-link-hint{color:#7e8999}.referral-link-error{color:#a9443c}.referral-link-result{margin:12px 15px 15px;padding:10px;display:grid;grid-template-columns:28px minmax(0,1fr) 29px 29px;align-items:center;grid-gap:7px;gap:7px;border:1px solid #bfe1d1;border-radius:10px;background:#eef9f4}.referral-link-result>span{width:27px;height:27px;display:grid;place-items:center;border-radius:50%;background:#1c966a;color:#fff}.referral-link-result svg{width:13px}.referral-link-result>div{min-width:0;display:flex;flex-direction:column;gap:2px}.referral-link-result small{color:#668477;font-size:7px}.referral-link-result b{color:#255243;font-size:8px}.referral-link-result p{overflow:hidden;margin:1px 0 0;color:#6e847c;font-size:6px;text-overflow:ellipsis;white-space:nowrap}.referral-link-result>a,.referral-link-result>button{width:29px;height:29px;display:grid;place-items:center;border:1px solid #c9ddd4;border-radius:7px;background:#fff;color:#31715b}.referral-public-page{position:relative;min-height:100vh;overflow:hidden;background:linear-gradient(145deg,#f4f8ff,#f8fbfa 50%,#eef7f3);color:#16243a}.referral-public-orb{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.referral-public-orb.one{width:420px;height:420px;right:-160px;top:-180px;background:#b8d6ff55}.referral-public-orb.two{width:340px;height:340px;left:-190px;bottom:-170px;background:#95d8bd52}.referral-public-nav{position:relative;z-index:2;max-width:1120px;height:78px;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between}.referral-public-brand{display:flex;align-items:center;gap:10px;color:#1b3150;text-decoration:none}.referral-public-brand>span{width:35px;height:35px;display:grid;place-items:center;border-radius:10px;background:linear-gradient(145deg,#2869e7,#2257bc);box-shadow:0 6px 15px #245ec634;color:#fff}.referral-public-brand svg{width:17px}.referral-public-brand b{font:800 16px var(--font-display);letter-spacing:-.3px}.referral-public-verified{display:flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid #d8e5df;border-radius:999px;background:#ffffffa8;color:#537166;font-size:10px;font-weight:800}.referral-public-verified svg{width:14px;color:#21825f}.referral-public-shell{position:relative;z-index:1;width:min(1120px,calc(100% - 56px));min-height:calc(100vh - 150px);margin:0 auto!important;padding:48px 0 65px;display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,475px);align-items:center;grid-gap:80px;gap:80px}.referral-public-hero{padding:12px 0}.referral-public-eyebrow{width:max-content;margin:0 0 20px;padding:7px 10px;display:flex;align-items:center;gap:6px;border:1px solid #cfe0f5;border-radius:999px;background:#f8fbff;color:#3569ad;font-size:10px;font-weight:850}.referral-public-eyebrow svg{width:13px}.referral-public-hero h1{max-width:650px;margin:0;font:800 clamp(39px,5vw,62px)/1.04 var(--font-display);letter-spacing:-2.25px;color:#152945}.referral-public-hero h1 span{color:#207c5e}.referral-public-copy{max-width:590px;margin:22px 0;color:#5f6f83;font-size:15px;line-height:1.7}.referral-public-offer{max-width:560px;padding:15px 17px;display:flex;align-items:center;gap:13px;border:1px solid #cce2d8;border-radius:14px;background:#ffffffbd;box-shadow:0 10px 30px #254f3b0a}.referral-public-offer>span{width:47px;height:47px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(145deg,#dff4ea,#ccebdc);color:#177957;flex:none}.referral-public-offer svg{width:21px}.referral-public-offer>div{display:flex;flex-direction:column;gap:3px}.referral-public-offer small{color:#6d8279;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.7px}.referral-public-offer b{font:800 16px var(--font-display);color:#214c3d}.referral-public-offer p{margin:0;color:#7a8b84;font-size:9px}.referral-public-trust{margin-top:25px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.referral-public-trust>div{display:flex;align-items:center;gap:8px}.referral-public-trust>div>span{width:31px;height:31px;display:grid;place-items:center;border-radius:8px;background:#fff;color:#416d9f;box-shadow:0 4px 14px #2747670d}.referral-public-trust svg{width:14px}.referral-public-trust p{margin:0;display:flex;flex-direction:column;gap:2px}.referral-public-trust b{font-size:10px}.referral-public-trust small{color:#758397;font-size:8px}.referral-public-card{border:1px solid #dce5ed;border-radius:20px;background:#fff;box-shadow:0 24px 70px #16324f1c}.referral-public-form{padding:29px}.referral-public-form>header{margin-bottom:22px}.referral-form-eyebrow{margin:0 0 7px!important;color:#28715a!important;font-size:9px!important;font-weight:900;text-transform:uppercase;letter-spacing:1px}.referral-public-form h2,.referral-public-success h2{margin:0;font:800 25px var(--font-display);letter-spacing:-.65px}.referral-public-form>header>p:last-child{margin:7px 0 0;color:#758296;font-size:11px;line-height:1.5}.referral-public-form>label,.referral-public-name-row>label{display:flex;flex-direction:column;gap:6px;margin-top:13px;color:#445369;font-size:9px;font-weight:850}.referral-public-form label>span{color:#9aa4b1;font-size:8px;font-weight:600}.referral-public-name-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.referral-public-form label>div{height:45px;padding:0 11px;display:flex;align-items:center;gap:8px;border:1px solid #d9e1e9;border-radius:10px;background:#fbfcfd;color:#8794a5;transition:.15s ease}.referral-public-form label>div:focus-within{border-color:#719ce5;background:#fff;box-shadow:0 0 0 3px #eaf1fd}.referral-public-form label svg{width:15px;flex:none}.referral-public-form input,.referral-public-form textarea{width:100%;border:0;background:transparent;color:#23344b;font:500 12px var(--font-body);outline:0}.referral-public-form input{height:42px}.referral-public-form .referral-public-message{height:auto;align-items:flex-start;padding-top:11px}.referral-public-form textarea{min-height:66px;resize:vertical;line-height:1.5}.referral-public-error{margin:12px 0 0;padding:9px 10px;border:1px solid #f3cdc8;border-radius:8px;background:#fff3f1;color:#9e4038;font-size:9px;line-height:1.45}.referral-public-submit{width:100%;height:46px;margin-top:18px;display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:10px;background:linear-gradient(135deg,#2767e7,#2157c2);box-shadow:0 8px 20px #2764e735;color:#fff;font-size:11px;font-weight:850}.referral-public-submit:hover{transform:translateY(-1px);box-shadow:0 10px 24px #2764e744}.referral-public-submit:disabled{transform:none;opacity:.65}.referral-public-submit svg{width:16px}.referral-form-fineprint{margin:11px 15px 0;color:#8b96a5;font-size:8px;line-height:1.45;text-align:center}.referral-public-success{padding:45px 34px;text-align:center}.referral-public-success>span{width:58px;height:58px;margin:0 auto 18px;display:grid;place-items:center;border-radius:50%;background:#e2f5ec;color:#17815a}.referral-public-success>span svg{width:29px}.referral-public-success>p:not(.referral-form-eyebrow){margin:12px auto 20px;color:#69788d;font-size:12px;line-height:1.65}.referral-public-success>div{width:max-content;margin:auto;padding:8px 11px;display:flex;align-items:center;gap:6px;border-radius:999px;background:#edf8f3;color:#28745a;font-size:9px;font-weight:850}.referral-public-success>div svg{width:13px}.referral-public-footer{position:relative;z-index:1;max-width:1120px;margin:auto;padding:20px 28px 28px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #dfe7e8;color:#7b8998}.referral-public-footer span{display:flex;align-items:center;gap:5px;font-size:9px}.referral-public-footer svg{width:13px}.referral-public-footer small{font-size:8px}@media(max-width:900px){.referral-public-shell{grid-template-columns:1fr;gap:35px;padding-top:25px}.referral-public-hero{max-width:680px;margin:auto;text-align:center}.referral-public-copy,.referral-public-eyebrow{margin-left:auto;margin-right:auto}.referral-public-offer,.referral-public-trust{margin-left:auto;margin-right:auto;text-align:left}.referral-public-trust{max-width:560px}.referral-public-card{width:min(500px,100%);margin:auto}}@media(max-width:600px){.referral-public-nav{height:66px;padding:0 18px}.referral-public-verified{font-size:0;padding:7px}.referral-public-verified svg{width:16px}.referral-public-shell{width:calc(100% - 28px);padding:26px 0 40px;gap:27px}.referral-public-eyebrow{font-size:8px}.referral-public-hero h1{font-size:38px;letter-spacing:-1.5px}.referral-public-copy{margin:17px 0;font-size:13px}.referral-public-trust{grid-template-columns:1fr;gap:10px;margin-top:18px}.referral-public-form{padding:23px 18px}.referral-public-name-row{grid-template-columns:1fr;gap:0}.referral-public-footer{padding:18px;flex-direction:column;gap:7px;text-align:center}.referral-offer-row{grid-template-columns:33px minmax(0,1fr)}.referral-offer-row i{grid-column:2}}.automation-history{margin-top:17px}.automation-run-head,.automation-run-row{grid-template-columns:minmax(170px,1fr) minmax(150px,.9fr) minmax(160px,.9fr) 90px minmax(220px,1.25fr) 80px}.automation-run-row>span:nth-child(5){overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#647287}.tag.processing{color:#285fb9;background:#eaf1ff}.tag.canceled{color:#5f6d7e;background:#eef1f5}@media(max-width:1100px){.automation-run-head,.automation-run-row{min-width:1050px}}