:root{--v44-red:#a51018;--v44-green:#16845a;--v44-blue:#2563a7;--v44-amber:#bd6a11;--v44-ink:#241d1d;--v44-muted:#756a68;--v44-line:#e8dfdd;--v44-soft:#faf7f6}
.v44-head-actions{display:flex;gap:8px;flex-wrap:wrap}.v44-head-actions button{min-height:42px;padding:0 15px;border-radius:11px;font-weight:800}
.v44-crm-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;margin:0 0 14px}.v44-crm-summary article{min-width:0;padding:15px;border:1px solid var(--v44-line);border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(56,25,22,.05)}.v44-crm-summary small,.v44-crm-summary b,.v44-crm-summary span{display:block}.v44-crm-summary small{color:var(--v44-muted);font-size:10px;font-weight:800;text-transform:uppercase}.v44-crm-summary b{margin:3px 0;font-size:25px}.v44-crm-summary span{overflow:hidden;color:var(--v44-muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.v44-crm-summary .red{border-top:3px solid var(--v44-red)}.v44-crm-summary .blue{border-top:3px solid var(--v44-blue)}.v44-crm-summary .amber{border-top:3px solid var(--v44-amber)}.v44-crm-summary .green{border-top:3px solid var(--v44-green)}
.v44-crm-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.v44-tabs{display:flex;gap:5px;padding:4px;border:1px solid var(--v44-line);border-radius:13px;background:#fff}.v44-tabs button{padding:9px 12px;border:0;border-radius:9px;background:transparent;color:var(--v44-muted);font-size:12px;font-weight:800;cursor:pointer}.v44-tabs button.active{background:var(--v44-red);color:#fff}.v44-crm-toolbar>label{display:grid;grid-template-columns:auto minmax(180px,280px) auto;align-items:center;border:1px solid var(--v44-line);border-radius:12px;background:#fff;overflow:hidden}.v44-crm-toolbar>label span{padding-left:12px}.v44-crm-toolbar input{min-width:0;padding:11px 8px;border:0;outline:0}.v44-crm-toolbar>label button{align-self:stretch;border:0;background:#f2e9e8;color:var(--v44-red);font-weight:800}
.v44-today-focus{padding:15px;border:1px solid var(--v44-line);border-radius:18px;background:#fff}.v44-focus-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:12px}.v44-focus-title small{color:var(--v44-red);font-size:10px;font-weight:900;letter-spacing:.12em}.v44-focus-title h3{margin:3px 0 0}.v44-focus-title>b{padding:7px 10px;border-radius:10px;background:#fff1f1;color:var(--v44-red);font-size:12px}.v44-crm-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.v44-crm-card{display:block;width:100%;padding:0;overflow:hidden;border:1px solid var(--v44-line);border-left:4px solid #9a8f8d;border-radius:14px;background:#fff;color:var(--v44-ink);text-align:left;cursor:pointer}.v44-crm-card.due{border-left-color:var(--v44-red)}.v44-crm-card.risk{border-left-color:var(--v44-amber)}.v44-crm-card.healthy{border-left-color:var(--v44-green)}.v44-crm-card>header{position:static;height:auto;padding:12px 13px 8px;border:0;box-shadow:none}.v44-crm-card>header span{display:flex;align-items:center;gap:8px;min-width:0}.v44-crm-card>header i{padding:4px 6px;border-radius:6px;background:#f1e8e7;color:var(--v44-red);font-size:8px;font-style:normal;font-weight:900}.v44-crm-card>header strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.v44-crm-card>header em{margin-left:auto;padding:5px 7px;border-radius:8px;background:#f5f0ef;color:var(--v44-muted);font-size:9px;font-style:normal;font-weight:800}.v44-crm-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;padding:0 13px 11px}.v44-crm-metrics span{min-width:0;padding:8px;border-radius:9px;background:var(--v44-soft)}.v44-crm-metrics small,.v44-crm-metrics b{display:block}.v44-crm-metrics small{color:var(--v44-muted);font-size:8px}.v44-crm-metrics b{margin-top:2px;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.v44-crm-card>footer{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 13px;background:#faf7f6;color:var(--v44-muted);font-size:10px}.v44-crm-card>footer span{display:flex;align-items:center;gap:6px}.v44-crm-card>footer i{width:7px;height:7px;border-radius:50%;background:#8c807e}.v44-crm-card.due>footer i{background:var(--v44-red)}.v44-crm-card.risk>footer i{background:var(--v44-amber)}.v44-crm-card.healthy>footer i{background:var(--v44-green)}.v44-crm-card>footer b{color:var(--v44-red)}
.v44-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.v44-form label,.v44-action-form label,.v44-quote-form label{margin:0;color:var(--v44-muted);font-size:11px;font-weight:800}.v44-form input,.v44-form select,.v44-form textarea,.v44-action-form input,.v44-action-form select,.v44-action-form textarea,.v44-quote-form input,.v44-quote-form select{width:100%;margin-top:5px;padding:11px;border:1px solid var(--v44-line);border-radius:10px;background:#fff;color:var(--v44-ink)}.v44-form textarea{min-height:72px;resize:vertical}.v44-form .full{grid-column:1/-1}.v44-form footer,.v44-action-form footer{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding-top:5px}.v44-form footer span{margin-right:auto;color:var(--v44-red);font-size:11px}.v44-form footer button,.v44-action-form footer button{padding:11px 14px;border:0;border-radius:10px;background:var(--v44-red);color:#fff;font-weight:800}.v44-form footer .secondary,.v44-action-form footer .secondary{border:1px solid var(--v44-line);background:#fff;color:var(--v44-ink)}.v44-merge-warning{padding:12px;border-radius:11px;background:#fff5e8;color:#8c5415;font-size:12px;line-height:1.45}
.v44-profile-head{display:grid!important;grid-template-columns:minmax(0,1fr) auto auto;align-items:center!important;height:auto!important;padding:0 0 13px!important;border-bottom:1px solid var(--v44-line)!important}.v44-profile-head h2{margin:2px 0}.v44-profile-head p{margin:2px 0}.v44-stage{padding:7px 9px;border-radius:9px;background:#f3eceb;color:var(--v44-red);font-size:10px;font-weight:900}.v44-stage.customer{background:#e9f8f0;color:var(--v44-green)}.v44-stage.lost{background:#f2eeee;color:#706766}.v44-profile-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:13px 0}.v44-profile-kpis article{padding:10px;border-radius:11px;background:var(--v44-soft)}.v44-profile-kpis small,.v44-profile-kpis b{display:block}.v44-profile-kpis small{color:var(--v44-muted);font-size:8px;text-transform:uppercase}.v44-profile-kpis b{margin-top:3px;font-size:13px}.v44-profile-kpis .profit{color:var(--v44-green)}.v44-profile-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin-bottom:12px}.v44-profile-actions button{min-height:42px;padding:7px;border:0;border-radius:10px;background:var(--v44-red);color:#fff;font-size:10px;font-weight:800}.v44-profile-actions .secondary{border:1px solid var(--v44-line);background:#fff;color:var(--v44-ink)}.v44-last-contact{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:11px;background:#edf7ff}.v44-last-contact small{color:var(--v44-muted)}.v44-last-contact span{margin-left:auto;color:var(--v44-muted);font-size:10px}.v44-action-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:10px 0;padding:12px;border:1px solid #ead5d3;border-radius:13px;background:#fff9f8}.v44-action-form .full{grid-column:1/-1}.v44-voice-field{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px;margin-top:5px}.v44-voice-field textarea{margin:0;min-height:72px}.v44-voice-field button{padding:8px;border:1px solid var(--v44-line);border-radius:9px;background:#fff;font-size:10px;font-weight:800}.v44-profile-columns{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.v44-profile-columns>section{min-width:0;padding:12px;border:1px solid var(--v44-line);border-radius:13px}.v44-profile-columns>section>header{position:static;height:auto;padding:0 0 9px;border:0;box-shadow:none}.v44-profile-columns h3{margin:0;font-size:14px}.v44-profile-columns header small{color:var(--v44-muted);font-size:9px}.v44-recommendations,.v44-order-list,.v44-timeline{display:grid;gap:6px}.v44-recommendations button,.v44-order-list button{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px;border:0;border-radius:9px;background:var(--v44-soft);color:var(--v44-ink);text-align:left}.v44-recommendations button b,.v44-order-list button b{font-size:10px}.v44-recommendations button span,.v44-order-list small{color:var(--v44-muted);font-size:9px}.v44-order-list button strong{font-size:10px}.v44-timeline article{padding:9px;border-left:3px solid #e6d6d4;border-radius:7px;background:var(--v44-soft)}.v44-timeline small,.v44-timeline b,.v44-timeline span{display:block}.v44-timeline small,.v44-timeline span{color:var(--v44-muted);font-size:8px}.v44-timeline b{margin:2px 0;font-size:10px}
.v44-quote-form{display:grid;grid-template-columns:1fr 1fr;gap:10px}.v44-quote-form .full{grid-column:1/-1}.v44-quote-form>.secondary{min-height:42px}.v44-quote-row{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1fr) 70px 105px 36px;gap:6px;align-items:center;margin-bottom:6px}.v44-quote-row select,.v44-quote-row input{margin:0}.v44-quote-row button{height:39px;border:0;border-radius:8px;background:#fff0f0;color:var(--v44-red);font-size:18px}.v44-quote-form footer{grid-column:1/-1;display:flex;align-items:center;justify-content:flex-end;gap:10px}.v44-quote-form footer span{margin-right:auto;font-size:18px;font-weight:900}.v44-quote-form footer button{padding:12px 15px;border:0;border-radius:10px;background:var(--v44-red);color:#fff;font-weight:800}.v44-quote-success{display:grid;grid-template-columns:1fr 1fr;gap:8px;text-align:center}.v44-quote-success>b,.v44-quote-success>p,.v44-quote-success>button{grid-column:1/-1}.v44-quote-success>b{font-size:31px}.v44-quote-success a,.v44-quote-success button{padding:12px;border:0;border-radius:10px;background:var(--v44-green);color:#fff;font-weight:800;text-decoration:none}.v44-quote-success button{background:var(--v44-red)}
.v44-quick-add{position:fixed;right:22px;bottom:82px;z-index:18;display:grid;width:54px;height:54px;place-items:center;border:0;border-radius:18px;background:var(--v44-red);box-shadow:0 12px 30px rgba(165,16,24,.28);color:#fff;font-size:28px;font-weight:500;cursor:pointer}.v44-quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.v44-quick-grid button{display:flex;align-items:center;gap:10px;padding:14px;border:1px solid var(--v44-line);border-radius:13px;background:#fff;color:var(--v44-ink);text-align:left}.v44-quick-grid i{display:grid;width:38px;height:38px;place-items:center;border-radius:11px;background:#fff0f0;color:var(--v44-red);font-size:17px;font-style:normal;font-weight:900}.v44-quick-grid b,.v44-quick-grid small{display:block}.v44-quick-grid small{margin-top:2px;color:var(--v44-muted);font-size:9px}
.v44-quick-add.is-hidden{display:none!important}.v44-forecast{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:10px 0}.v44-forecast span{padding:8px 10px;border-radius:10px;background:#f8f5f4}.v44-forecast small,.v44-forecast b{display:block}.v44-forecast small{color:var(--v44-muted);font-size:8px;text-transform:uppercase}.v44-forecast b{margin-top:2px;font-size:11px}.v44-forecast .warn{background:#fff0e2;color:#9a5611}.v44-forecast .good{background:#eaf8f0;color:var(--v44-green)}
body.v44-customer-mode #app>header,body.v44-customer-mode #app nav,body.v44-customer-mode #navBackdropV7,body.v44-customer-mode .v44-quick-add,body.v44-customer-mode .quick-dock-v20,body.v44-customer-mode .v20-quick-dock{display:none!important}body.v44-customer-mode .layout{display:block!important}body.v44-customer-mode main#content{width:100%;max-width:none;padding:0!important}.v44-customer-mode-page{min-height:100vh;background:#f7f5f4}.v44-customer-mode-page>header{position:sticky;top:0;z-index:5;display:flex;height:78px;align-items:center;padding:10px 26px;border-bottom:1px solid var(--v44-line);background:#fff}.v44-customer-mode-page>header img{width:205px;height:52px;object-fit:contain;object-position:left center}.v44-customer-mode-page>header span{margin-left:20px}.v44-customer-mode-page>header small{color:var(--v44-red);font-size:9px;font-weight:900;letter-spacing:.12em}.v44-customer-mode-page>header h2{margin:1px 0;font-size:18px}.v44-customer-mode-page>header button{margin-left:auto;padding:10px 13px;border:1px solid var(--v44-line);border-radius:10px;background:#fff;color:var(--v44-red);font-weight:800}.v44-customer-tools{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 26px 10px}.v44-customer-tools label{display:grid;grid-template-columns:auto minmax(200px,420px) auto;align-items:center;margin:0;overflow:hidden;border:1px solid var(--v44-line);border-radius:12px;background:#fff}.v44-customer-tools label span{padding-left:12px}.v44-customer-tools input{padding:11px 9px;border:0;outline:0}.v44-customer-tools label button{align-self:stretch;border:0;background:#f0e7e6;color:var(--v44-red);font-weight:800}.v44-customer-tools select{padding:11px;border:1px solid var(--v44-line);border-radius:11px;background:#fff}.v44-category-strip{display:flex;gap:7px;padding:8px 26px 14px;overflow:auto}.v44-category-strip button{flex:none;padding:8px 12px;border:1px solid var(--v44-line);border-radius:999px;background:#fff;color:var(--v44-muted);font-size:11px;font-weight:800}.v44-category-strip button.active{border-color:var(--v44-red);background:var(--v44-red);color:#fff}.v44-catalog{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:12px;padding:0 26px 28px}.v44-catalog article{display:flex;min-width:0;min-height:114px;align-items:center;gap:12px;padding:12px;border:1px solid var(--v44-line);border-radius:16px;background:#fff;box-shadow:0 7px 20px rgba(58,25,21,.05)}.v44-catalog img{width:82px;height:82px;flex:none;border-radius:12px;object-fit:contain;background:#faf7f6}.v44-catalog span{min-width:0}.v44-catalog small,.v44-catalog h3,.v44-catalog b{display:block}.v44-catalog small{overflow:hidden;color:var(--v44-muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.v44-catalog h3{margin:3px 0 8px;font-size:13px;line-height:1.25}.v44-catalog b{color:var(--v44-red);font-size:17px}
@media(min-width:1100px){.v44-quick-add{bottom:28px}.v44-crm-page{max-width:1380px;margin:0 auto}.v44-customer-mode-page{max-width:none}}
@media(max-width:840px){.v44-crm-summary{grid-template-columns:1fr 1fr}.v44-crm-toolbar{align-items:stretch;flex-direction:column}.v44-tabs{overflow:auto}.v44-tabs button{flex:none}.v44-crm-toolbar>label{grid-template-columns:auto minmax(0,1fr) auto}.v44-crm-grid{grid-template-columns:1fr}.v44-profile-columns{grid-template-columns:1fr}.v44-profile-actions{grid-template-columns:1fr 1fr}.v44-quick-add{right:14px;bottom:84px}.v44-catalog{grid-template-columns:1fr 1fr;padding-left:14px;padding-right:14px}.v44-customer-tools,.v44-category-strip{padding-left:14px;padding-right:14px}}
@media(max-width:560px){.v44-crm-summary{gap:7px}.v44-crm-summary article{padding:11px}.v44-crm-summary b{font-size:20px}.v44-crm-summary span{font-size:9px}.v44-crm-metrics{grid-template-columns:1fr 1fr}.v44-form,.v44-action-form,.v44-quote-form{grid-template-columns:1fr}.v44-form .full,.v44-action-form .full,.v44-quote-form .full{grid-column:auto}.v44-profile-head{grid-template-columns:minmax(0,1fr) auto!important}.v44-profile-head .v44-stage{grid-row:2}.v44-profile-kpis{grid-template-columns:1fr 1fr}.v44-profile-actions{grid-template-columns:1fr 1fr}.v44-quick-grid{grid-template-columns:1fr}.v44-quote-row{grid-template-columns:minmax(0,1fr) 55px 82px 32px}.v44-customer-mode-page>header{height:68px;padding:8px 14px}.v44-customer-mode-page>header img{width:145px}.v44-customer-mode-page>header span{display:none}.v44-customer-mode-page>header button{font-size:10px}.v44-customer-tools{align-items:stretch;flex-direction:column}.v44-customer-tools label{grid-template-columns:auto minmax(0,1fr) auto}.v44-catalog{grid-template-columns:1fr}.v44-catalog article{min-height:102px}.v44-catalog img{width:72px;height:72px}}
