:root{--blue:#075f96;--deep:#064b78;--orange:#f7941d;--ink:#173042;--muted:#6d7c87;--line:#dce6eb;--bg:#f4f8fa}*{box-sizing:border-box}body{background:var(--bg);color:var(--ink);margin:0;font-family:Arial,sans-serif}button,input,select{font:inherit}button{cursor:pointer}header{border-bottom:1px solid var(--line);z-index:5;background:#fff;align-items:center;gap:14px;height:76px;padding:10px max(18px,50% - 590px);display:flex;position:sticky;top:0}header img{object-fit:contain;width:92px;height:56px}.title{border-left:1px solid var(--line);flex-direction:column;padding-left:14px;display:flex}.title strong{font-size:18px}.title small,.account small,small{color:var(--muted)}.account{text-align:right;flex-direction:column;margin-left:auto;display:flex}.account span{font-weight:700}nav{background:var(--deep);justify-content:center;gap:4px;padding:0 16px;display:flex;overflow:auto}nav button{color:#ddecf4;white-space:nowrap;background:0 0;border:0;border-bottom:3px solid #0000;padding:15px 20px}nav button.active{color:#fff;border-color:var(--orange);background:#ffffff0d}main{max-width:1180px;margin:auto;padding:24px 18px 60px}.hero{background:linear-gradient(125deg,var(--deep),var(--blue));color:#fff;border-radius:18px;justify-content:space-between;align-items:center;padding:28px 32px;display:flex;box-shadow:0 14px 35px #075f9625}.hero small{color:#ffca80;letter-spacing:1.5px;font-weight:800}.hero h1{margin:7px 0;font-size:32px}.hero p{color:#e3f2fa;margin:0}.btn{border:0;border-radius:9px;padding:12px 17px;font-weight:750;text-decoration:none;display:inline-block}.orange{background:var(--orange);color:#31210b}.primary{background:var(--blue);color:#fff}.wide{width:100%;margin-top:16px}.stats{grid-template-columns:repeat(3,1fr);gap:14px;margin:18px 0;display:grid}.stats article{border:1px solid var(--line);background:#fff;border-radius:13px;justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.stats b{color:var(--blue);font-size:29px}.stats .warn b{color:#d57b00}.stats .danger b{color:#c73737}.toolbar,.row{justify-content:space-between;align-items:center;gap:16px;display:flex}.toolbar{border:1px solid var(--line);background:#fff;border-radius:13px;margin-bottom:14px;padding:12px}.toolbar input{border:0;outline:0;width:100%;padding:8px;font-size:16px}.toolbar span{white-space:nowrap;color:var(--muted)}.cards{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.product,.panel{border:1px solid var(--line);background:#fff;border-radius:14px;padding:20px}.phead{justify-content:space-between;gap:12px;display:flex}.phead h3{margin:5px 0;font-size:20px}.phead p{color:var(--muted);margin:0;font-size:14px}.stock{white-space:nowrap;border-radius:20px;height:max-content;padding:6px 9px;font-size:12px;font-weight:800}.stock.in{color:#167146;background:#dff5e9}.stock.low{color:#9a5b00;background:#fff0d1}.stock.out{color:#a92525;background:#ffe1e1}.pmeta{border-block:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:8px;margin:16px 0;padding:13px 0;display:grid}.pmeta span{color:var(--muted);flex-direction:column;font-size:12px;display:flex}.pmeta b{color:var(--ink);margin-top:4px}.price{justify-content:space-between;align-items:end;display:flex}.price strong{color:var(--blue);font-size:26px}.actions{gap:8px;margin-top:16px;display:flex}.actions button,.users button{color:var(--deep);background:#eef5f8;border:0;border-radius:7px;padding:8px 11px}.actions .red{color:#aa2e2e}.panel{margin-top:4px}.panel h2{margin:0 0 7px}.panel>p{color:var(--muted);margin-top:0}.grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}label{color:#45606f;flex-direction:column;gap:7px;font-size:13px;font-weight:700;display:flex}input,select{color:var(--ink);background:#fff;border:1px solid #cad9e0;border-radius:8px;min-width:0;padding:12px}.history article,.users article{border-bottom:1px solid var(--line);align-items:center;gap:15px;padding:14px 0;display:flex}.history article>div:first-child,.users article>div{flex-direction:column;gap:4px;display:flex}.history article>div:last-child{text-align:right;margin-left:auto;font-weight:800}.history article>div:last-child small{margin-top:3px;font-weight:400;display:block}.plus{color:#11834e}.minus{color:#c13b3b}.users article span{color:#187348;background:#e1f4e9;border-radius:18px;margin-left:auto;padding:6px 10px;font-size:12px;font-weight:800}.users article span.blocked{color:#a92525;background:#ffe1e1}.empty{text-align:center;background:#fff;border:1px dashed #b9cbd4;border-radius:14px;padding:48px 20px}.empty>div{color:var(--blue);font-size:36px}.empty h3{margin:12px 0 6px}.empty p{color:var(--muted);margin:0}.notice{border-radius:9px;margin:12px 0;padding:13px 15px}.notice.bad{color:#9e2727;background:#ffe8e8}.notice button{float:right;background:0 0;border:0}.overlay{z-index:20;background:#102c3daa;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.dialog{background:#fff;border-radius:16px;width:min(680px,100%);max-height:90vh;padding:25px;position:relative;overflow:auto}.close{background:0 0;border:0;font-size:27px;position:absolute;top:12px;right:15px}.dialog h2{margin-top:0}.check{flex-direction:row;align-items:center;margin:16px 0}.check input{width:18px;height:18px}.gate,.loading{text-align:center;place-content:center;justify-items:center;gap:14px;min-height:100vh;padding:25px;display:grid}.gate img,.loading img{width:220px}.loading span{border:3px solid #d7e7ee;border-top-color:var(--orange);border-radius:50%;width:32px;height:32px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}footer{text-align:center;color:var(--muted);padding:20px}footer a{color:var(--blue)}@media (width<=720px){header{height:68px;padding:8px 14px}header img{width:70px}.title strong{font-size:14px}.title small,.account span{display:none}nav{justify-content:flex-start}nav button{padding:13px 14px}main{padding:16px 12px 50px}.hero{align-items:flex-start;padding:22px 18px}.hero h1{font-size:25px}.hero p{font-size:14px}.hero .btn{padding:10px;font-size:13px}.stats{gap:7px}.stats article{padding:13px 10px;display:block}.stats span{font-size:11px}.stats b{margin-top:5px;font-size:23px;display:block}.cards{grid-template-columns:1fr}.product,.panel{padding:16px}.pmeta{grid-template-columns:repeat(3,1fr)}.price strong{font-size:23px}.grid{grid-template-columns:1fr}.toolbar span{display:none}.history article{align-items:flex-start}.history article small{font-size:11px}.row{align-items:flex-start}.users article{flex-wrap:wrap}.users article span{margin-left:0}.users article button{margin-left:auto}}.list article{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:15px;padding:14px 0;display:flex}.list article div{gap:8px;display:flex}.list button{color:var(--deep);background:#eef5f8;border:0;border-radius:7px;padding:8px 11px}.list .red{color:#aa2e2e}.product-photo{aspect-ratio:4/3;object-fit:cover;border:1px solid var(--line);background:#eef5f8;border-radius:10px;width:100%;margin-bottom:14px}.photo-preview{align-items:center;gap:12px;margin:12px 0 16px;display:flex}.photo-preview img{object-fit:cover;border:1px solid var(--line);border-radius:8px;width:96px;height:72px}.photo-preview button{color:#aa2e2e;background:#eef5f8;border:0;border-radius:7px;padding:8px 11px}.loginbox{gap:12px;width:min(420px,100%);display:grid}.linkbtn{color:var(--blue);background:0 0;border:0;padding:0;text-decoration:underline}.setup-link{justify-self:center;margin-top:6px;font-weight:700}.product-search{position:relative}.search-results{z-index:30;border:1px solid var(--line);background:#fff;border-radius:10px;max-height:280px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow:auto;box-shadow:0 12px 30px #17304222}.search-results button{text-align:left;width:100%;color:var(--ink);background:#fff;border:0;flex-direction:column;gap:3px;padding:11px 12px;display:flex}.search-results button:hover,.search-results button:focus{background:#eef7fb}.search-results small{font-weight:400}.search-results span{color:var(--muted);padding:12px;display:block}.challan-items{gap:10px;margin:14px 0;display:grid}.challan-item,.estimate-item{border:1px solid var(--line);background:#fbfdfe;border-radius:10px;align-items:end;gap:10px;padding:12px;display:grid}.challan-item{grid-template-columns:1fr 150px auto}.estimate-item{grid-template-columns:1fr 110px 130px 90px auto}.smallbtn{color:#9e2727;background:#ffe8e8;border:0;border-radius:7px;padding:10px 12px;font-weight:800}.challan-row>div:last-child{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.estimate-item-note{grid-column:1/-1}.estimate-item-note input{background:#fffaf0;border-color:#ead7ad}.estimate-add-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.estimate-new-product{color:var(--deep);background:#e8f3f8;border:1px solid #bdd7e3}@media (width<=720px){.list article{align-items:flex-start}.list article div{flex-wrap:wrap;justify-content:flex-end}.challan-item,.estimate-item{grid-template-columns:1fr}.challan-row>div:last-child{align-items:flex-start}.estimate-add-actions{grid-template-columns:1fr}}.category-inline{gap:8px;display:grid}.inline-add{grid-template-columns:1fr auto;align-items:end;gap:8px;display:grid}.inline-add .btn{white-space:nowrap;padding:12px}@media (width<=720px){.inline-add{grid-template-columns:1fr}.inline-add .btn{width:100%}}.stats .statcard{border:1px solid var(--line);color:var(--ink);text-align:left;background:#fff;border-radius:13px;justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.stats .statcard.active{border-color:var(--blue);box-shadow:0 0 0 2px #075f9624}.stats .statcard.active.warn{border-color:#d57b00;box-shadow:0 0 0 2px #d57b002e}.stats .statcard.active.danger{border-color:#c73737;box-shadow:0 0 0 2px #c737372e}@media (width<=720px){.stats .statcard{padding:13px 10px;display:block}.stats .statcard b{margin-top:5px;font-size:23px;display:block}}.estimate-panel{background:#f8fbfc;padding:24px}.section-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:18px;padding-bottom:18px;display:flex}.section-heading h2{margin:0 0 5px;font-size:24px}.section-heading p{color:var(--muted);margin:0}.section-heading>span{color:var(--deep);white-space:nowrap;background:#e7f2f8;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800}.edit-notice{color:var(--deep);background:#eaf5fb;border:1px solid #c9e3f0;justify-content:space-between;align-items:center;display:flex}.edit-notice>div{flex-direction:column;gap:3px;display:flex}.edit-notice small{color:#4f6b7b}.edit-notice button{float:none;color:var(--deep);background:#fff;border-radius:7px;padding:8px 11px;font-weight:700}.estimate-history{gap:16px;margin-top:24px;display:grid}.estimate-card{background:#fff;border:1px solid #d5e3e9;border-radius:16px;transition:border-color .2s,box-shadow .2s;overflow:hidden;box-shadow:0 4px 16px #1730420b}.estimate-card:hover{border-color:#afccd9;box-shadow:0 10px 28px #17304212}.estimate-card-head{justify-content:space-between;align-items:flex-start;gap:20px;padding:20px 22px 16px;display:flex}.estimate-identity{min-width:0}.estimate-number{color:var(--deep);letter-spacing:.25px;background:#e8f3f8;border-radius:6px;padding:5px 8px;font-size:11px;font-weight:800;display:inline-flex}.estimate-identity h3{color:var(--ink);margin:9px 0 6px;font-size:20px}.estimate-date{color:var(--muted);align-items:center;gap:13px;font-size:12px;display:flex}.estimate-date span+span{position:relative}.estimate-date span+span:before{content:"•";position:absolute;left:-9px}.estimate-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.estimate-actions button{white-space:nowrap;border:0;border-radius:8px;padding:9px 12px;font-weight:750}.estimate-print{background:var(--blue);color:#fff}.estimate-edit{color:var(--deep);background:#edf5f8}.estimate-delete{color:brown;background:#fff0f0}.estimate-overview{border-block:1px solid var(--line);background:#fbfdfe;grid-template-columns:1fr 2fr .7fr 1fr;display:grid}.estimate-overview>div{border-right:1px solid var(--line);flex-direction:column;gap:5px;min-width:0;padding:14px 18px;display:flex}.estimate-overview>div:last-child{border-right:0}.estimate-overview small{text-transform:uppercase;letter-spacing:.65px;color:#7a8b95;font-size:10px;font-weight:800}.estimate-overview strong{overflow-wrap:anywhere;font-size:13px;line-height:1.45}.estimate-overview .estimate-total{background:#f0f8fc}.estimate-overview .estimate-total strong{color:var(--blue);font-size:19px}.estimate-details{border-bottom:1px solid var(--line)}.estimate-details summary{color:var(--deep);cursor:pointer;justify-content:space-between;align-items:center;gap:14px;padding:13px 22px;font-size:13px;font-weight:800;list-style:none;display:flex}.estimate-details summary::-webkit-details-marker{display:none}.estimate-details summary:after{content:"⌄";margin-left:3px;font-size:18px;line-height:1}.estimate-details[open] summary:after{transform:rotate(180deg)}.estimate-details summary span:last-child{color:var(--muted);margin-left:auto;font-weight:600}.estimate-table-wrap{border-top:1px solid var(--line);overflow:auto}.estimate-table{border-collapse:collapse;width:100%;min-width:700px;font-size:12px}.estimate-table th{color:#526b79;text-transform:uppercase;letter-spacing:.45px;text-align:left;background:#f2f7f9;padding:10px 14px;font-size:10px}.estimate-table td{vertical-align:top;border-top:1px solid #e6eef2;padding:11px 14px}.estimate-table td:nth-child(n+3),.estimate-table th:nth-child(n+3){text-align:right;white-space:nowrap}.estimate-table td:nth-child(2){min-width:240px}.estimate-table td small{margin-top:4px;line-height:1.4;display:block}.estimate-card-foot{color:var(--muted);justify-content:space-between;align-items:center;gap:14px;padding:11px 22px;font-size:11px;display:flex}.estimate-card-foot b{color:var(--ink)}@media (width<=820px){.estimate-panel{padding:16px}.estimate-card-head{flex-direction:column;padding:16px}.estimate-actions{justify-content:flex-start;width:100%}.estimate-actions button{flex:1}.estimate-overview{grid-template-columns:1fr 1fr}.estimate-overview>div{border-bottom:1px solid var(--line)}.estimate-overview>div:nth-child(2n){border-right:0}.estimate-overview>div:nth-last-child(-n+2){border-bottom:0}.estimate-details summary{padding:13px 16px}.estimate-card-foot{flex-direction:column;align-items:flex-start;padding:11px 16px}}@media (width<=520px){.section-heading h2{font-size:21px}.section-heading p{font-size:12px}.estimate-identity h3{font-size:18px}.estimate-actions{grid-template-columns:1.4fr 1fr 1fr;display:grid}.estimate-actions button{padding:10px 7px}.estimate-overview{grid-template-columns:1fr}.estimate-overview>div,.estimate-overview>div:nth-child(2n){border-right:0;border-bottom:1px solid var(--line)}.estimate-overview>div:last-child{border-bottom:0}.estimate-details summary span:last-child{display:none}}.estimate-dispatch{color:#116a3c;background:#e7f6ed}.dispatch-summary{border:1px solid var(--line);background:#f0f7fa;border-radius:10px;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px;padding:13px;display:grid}.dispatch-summary span{color:var(--muted);flex-direction:column;gap:4px;font-size:12px;display:flex}.dispatch-summary b{color:var(--ink);font-size:14px}.dispatch-help{color:var(--muted);margin:10px 0 14px;font-size:13px}.dispatch-items{gap:10px;display:grid}.dispatch-item{border:1px solid var(--line);background:#fbfdfe;border-radius:11px;justify-content:space-between;align-items:center;gap:18px;padding:13px;display:flex}.dispatch-product{flex-direction:column;gap:4px;min-width:0;display:flex}.dispatch-product small{font-size:11px}.qty-stepper{align-items:center;gap:7px;display:flex}.qty-stepper button{width:38px;height:38px;color:var(--deep);background:#e6f1f6;border:0;border-radius:8px;font-size:22px;font-weight:800}.qty-stepper button:disabled{opacity:.4}.qty-stepper input{text-align:center;width:86px;padding:9px}.qty-stepper span{min-width:38px;color:var(--muted);font-size:12px}@media (width<=620px){.estimate-actions{grid-template-columns:1fr 1fr}.estimate-dispatch{grid-column:1/-1}.dispatch-summary{grid-template-columns:1fr}.dispatch-item{flex-direction:column;align-items:flex-start}.qty-stepper{width:100%}.qty-stepper input{flex:1}.qty-stepper span{min-width:auto}}@media (width>=721px){header{padding-left:clamp(18px,2.25vw,42px);padding-right:clamp(18px,2.25vw,42px)}nav{justify-content:flex-start;padding-left:clamp(18px,2.25vw,42px);padding-right:clamp(18px,2.25vw,42px)}main{width:100%;max-width:none;margin:0;padding-left:clamp(18px,2.25vw,42px);padding-right:clamp(18px,2.25vw,42px)}}input[type=number]{appearance:textfield}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.toolbar-actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.toolbar-actions .btn{white-space:nowrap;padding:10px 14px}@media (width<=720px){.toolbar{flex-direction:column;align-items:stretch}.toolbar-actions,.toolbar-actions .btn{width:100%}}.challan-panel>.challan{border:1px solid var(--line);background:#fff;border-radius:14px;margin-top:20px;padding:20px;box-shadow:0 4px 16px #17304208}.challan-panel>.empty{margin-top:22px}.challan-history{gap:16px;margin-top:24px;display:grid}.challan-card{border-left:4px solid var(--blue)}.challan-number{color:#064f7c;background:#e5f3fa}.challan-actions{grid-template-columns:auto auto auto;display:grid}.challan-overview{grid-template-columns:1fr 2fr .7fr 1fr}.challan-overview .challan-total{background:#f0f8fc;border-right:0}.challan-overview .challan-total strong{color:var(--blue);font-size:18px}.challan-table{min-width:560px}.challan-table td:nth-child(3),.challan-table th:nth-child(3){text-align:right;white-space:nowrap}.challan-table td:nth-child(2){min-width:300px}.challan input[readonly]{color:#526b79;background:#f3f7f9}@media (width<=820px){.challan-panel>.challan{padding:16px}.challan-overview{grid-template-columns:1fr 1fr}.challan-overview>div{border-bottom:1px solid var(--line)}.challan-overview>div:nth-child(2n){border-right:0}.challan-overview>div:nth-last-child(-n+2){border-bottom:0}}@media (width<=520px){.challan-actions{grid-template-columns:1.4fr 1fr 1fr;width:100%}.challan-overview{grid-template-columns:1fr}.challan-overview>div,.challan-overview>div:nth-child(2n){border-right:0;border-bottom:1px solid var(--line)}.challan-overview>div:last-child{border-bottom:0}.challan-panel>.challan{margin-inline:-4px;padding:14px}}.crm-panel{background:#f5f9fb;border-color:#d4e2e8;padding:0;overflow:hidden}.crm-head{color:#fff;background:linear-gradient(120deg,#063e64 0%,#075f96 65%,#0876a9 100%);justify-content:space-between;align-items:center;gap:20px;padding:26px 28px;display:flex}.crm-head h2{margin:5px 0;font-size:30px}.crm-head p{color:#dceff8;margin:0;font-size:15px}.crm-eyebrow{letter-spacing:1.6px;color:#ffc878;font-size:12px;font-weight:800}.crm-adds{gap:10px;display:flex}.crm-secondary{color:var(--deep);background:#fff}.crm-kpis{grid-template-columns:repeat(4,1fr);gap:12px;padding:18px 22px 0;display:grid}.crm-kpis button{color:var(--ink);text-align:left;background:#fff;border:1px solid #d5e3e9;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;display:flex;box-shadow:0 4px 14px #1730420a}.crm-kpis button.active{border-color:var(--blue);box-shadow:0 0 0 2px #075f961c}.crm-kpis button.due b{color:#c67500}.crm-kpis small{color:var(--muted);font-size:13px;font-weight:700}.crm-kpis b{color:var(--blue);font-size:26px}.crm-toolbar{align-items:center;gap:14px;padding:16px 22px;display:flex}.crm-toolbar>input{background:#fff;flex:1;font-size:16px}.crm-filters{gap:6px;display:flex;overflow:auto}.crm-filters button{color:#526b79;white-space:nowrap;background:#fff;border:1px solid #d2e0e6;border-radius:999px;padding:9px 13px;font-size:13px;font-weight:750}.crm-filters button.active{background:var(--deep);border-color:var(--deep);color:#fff}.crm-workspace{grid-template-columns:minmax(0,1fr) 320px;gap:18px;padding:0 22px 24px;display:grid}.crm-main{gap:18px;min-width:0;display:grid}.crm-section,.crm-timeline{background:#fff;border:1px solid #d7e4e9;border-radius:15px;padding:18px}.crm-section-title{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.crm-section-title h3{margin:0 0 4px;font-size:18px}.crm-section-title p{color:var(--muted);margin:0;font-size:13px}.crm-section-title>span{color:var(--deep);background:#edf5f8;border-radius:999px;padding:6px 9px;font-size:12px;font-weight:800}.crm-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.crm-card{background:#fff;border:1px solid #dce7ec;border-radius:13px;min-width:0;padding:15px;box-shadow:0 3px 12px #17304208}.crm-card-top{grid-template-columns:44px minmax(0,1fr) auto;align-items:start;gap:11px;display:grid}.crm-avatar{width:44px;height:44px;color:var(--deep);background:#e8f3f8;border-radius:12px;place-items:center;font-size:18px;font-weight:850;display:grid}.crm-avatar.architect{color:#6042a4;background:#eee9ff}.crm-avatar.carpenter{color:#985d0d;background:#fff0dc}.crm-avatar.customer{color:#176c49;background:#dff3ea}.crm-badge{color:#526b79;background:#edf4f7;border-radius:999px;width:max-content;padding:4px 7px;font-size:11px;font-weight:800;display:inline-flex}.crm-badge.architect{color:#6042a4;background:#eee9ff}.crm-badge.carpenter{color:#985d0d;background:#fff0dc}.crm-badge.customer{color:#176c49;background:#dff3ea}.crm-card h3{overflow-wrap:anywhere;margin:6px 0 3px;font-size:17px}.crm-card p{color:var(--muted);margin:0;font-size:13px;line-height:1.4}.crm-status{color:#196d49;white-space:nowrap;background:#e3f4eb;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:800}.crm-status.prospect{color:#22618b;background:#e6f1fb}.crm-status.on_hold{color:#9b620f;background:#fff0da}.crm-contact-line{color:#405d6d;border-top:1px solid #e5edf1;flex-wrap:wrap;gap:7px 12px;margin-top:13px;padding-top:12px;font-size:13px;display:flex}.crm-contact-line span{overflow-wrap:anywhere}.crm-next{color:var(--deep);background:#edf7fb;border-radius:8px;justify-content:space-between;align-items:center;margin-top:10px;padding:9px 10px;display:flex}.crm-next.overdue{color:#a45410;background:#fff0e4}.crm-next small{color:inherit;font-size:11px}.crm-next b{font-size:12px}.crm-actions{flex-wrap:wrap;gap:7px;margin-top:13px;display:flex}.crm-actions a,.crm-actions button{color:var(--deep);background:#edf5f8;border:0;border-radius:7px;padding:8px 10px;font-size:12px;font-weight:750;text-decoration:none}.crm-actions a:first-child{color:#116a3c;background:#e4f6eb}.crm-actions .crm-ledger{background:var(--blue);color:#fff}.crm-actions .danger{color:brown;background:#fff0f0}.crm-metrics{grid-template-columns:repeat(3,1fr);gap:6px;margin-top:13px;display:grid}.crm-metrics span{background:#f5f9fb;border-radius:8px;flex-direction:column;gap:3px;padding:8px;display:flex}.crm-metrics small{text-transform:uppercase;color:#7a8b95;font-size:10px}.crm-metrics b{font-size:12px}.crm-empty{text-align:center;color:var(--muted);border:1px dashed #bfd0d8;border-radius:11px;padding:28px;font-size:14px}.crm-empty.compact{padding:18px}.crm-activity-list{display:grid}.crm-activity-list article{border-bottom:1px solid #e5edf1;grid-template-columns:12px 1fr;gap:9px;padding:12px 0;display:grid}.crm-activity-list article:last-child{border-bottom:0}.activity-dot{background:var(--blue);border-radius:50%;width:9px;height:9px;margin-top:4px}.activity-dot.whatsapp{background:#20a464}.activity-dot.email{background:#6d52b5}.activity-dot.meeting,.activity-dot.visit{background:var(--orange)}.crm-activity-list b{font-size:13px}.crm-activity-list small{margin-top:3px;font-size:11px;display:block}.crm-activity-list p{color:#405d6d;margin:6px 0;font-size:12px;line-height:1.45}.dialog-title{margin-bottom:18px}.dialog-title h2{margin:7px 0 4px}.dialog-title p{color:var(--muted);margin:0}textarea{color:var(--ink);font:inherit;resize:vertical;background:#fff;border:1px solid #cad9e0;border-radius:8px;padding:12px}.dialog form>label{margin-top:14px}.ledger-dialog{width:min(1040px,100%)}.ledger-head{align-items:center;gap:13px;padding-right:35px;display:flex}.ledger-head h2{margin:5px 0 4px}.ledger-head p{color:var(--muted);margin:0}.ledger-kpis{grid-template-columns:repeat(4,1fr);gap:10px;margin:20px 0;display:grid}.ledger-kpis span{border:1px solid var(--line);background:#f7fafb;border-radius:10px;flex-direction:column;gap:5px;padding:12px;display:flex}.ledger-kpis small{text-transform:uppercase;color:#7a8b95;font-size:11px;font-weight:800}.ledger-kpis b{color:var(--deep);font-size:16px}.ledger-sections{gap:10px;display:grid}.ledger-sections details{border:1px solid var(--line);border-radius:10px;overflow:hidden}.ledger-sections summary{color:var(--deep);cursor:pointer;background:#f5f9fb;justify-content:space-between;align-items:center;padding:13px 15px;font-weight:800;display:flex}.ledger-sections summary span{background:#dfeef5;border-radius:999px;padding:3px 7px;font-size:11px}.ledger-table-wrap{overflow:auto}.ledger-table-wrap table{border-collapse:collapse;width:100%;min-width:650px;font-size:12px}.ledger-table-wrap th{color:#526b79;text-align:left;background:#eef5f8;padding:9px 11px}.ledger-table-wrap td{vertical-align:top;border-top:1px solid #e4ecef;padding:10px 11px}.ledger-empty{color:var(--muted);margin:0;padding:14px}@media (width<=1000px){.crm-workspace{grid-template-columns:1fr}.crm-timeline{order:2}.crm-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.crm-head{flex-direction:column;align-items:flex-start;padding:21px 17px}.crm-head h2{font-size:26px}.crm-adds{width:100%}.crm-adds .btn{flex:1}.crm-kpis{grid-template-columns:1fr 1fr;gap:8px;padding:12px 12px 0}.crm-kpis button{padding:12px}.crm-kpis b{font-size:22px}.crm-toolbar{flex-direction:column;align-items:stretch;padding:12px}.crm-filters{padding-bottom:2px}.crm-workspace{padding:0 12px 14px}.crm-section,.crm-timeline{padding:13px}.crm-cards{grid-template-columns:1fr}.crm-card-top{grid-template-columns:40px minmax(0,1fr)}.crm-avatar{width:40px;height:40px}.crm-status{grid-column:2}.ledger-kpis{grid-template-columns:1fr 1fr}.ledger-head{align-items:flex-start}.ledger-head p{font-size:12px}.customer-crm-card .crm-metrics{grid-template-columns:repeat(3,1fr)}}.ledger-documents{background:#f4f8fa;gap:12px;padding:14px;display:grid}.ledger-document{background:#fff;border:1px solid #d5e2e8;border-radius:12px;overflow:hidden;box-shadow:0 3px 12px #1730420b}.ledger-document-head{justify-content:space-between;align-items:center;gap:18px;padding:15px 17px;display:flex}.ledger-document-head>div:first-child{flex-direction:column;gap:5px;display:flex}.ledger-document-head small{color:#71838d;font-size:12px;font-weight:650}.ledger-document-head>div:first-child b{color:var(--deep);overflow-wrap:anywhere;font-size:15px}.ledger-document-stats{align-items:stretch;gap:8px;display:flex}.ledger-document-stats span{background:#eef6f9;border-radius:9px;flex-direction:column;gap:4px;min-width:105px;padding:9px 11px;display:flex}.ledger-document-stats small{text-transform:uppercase;font-size:10px}.ledger-document-stats b{color:var(--deep);font-size:14px}.ledger-product-details{border-top:1px solid #e1eaee}.ledger-product-details>summary{color:var(--blue);background:#fff;padding:11px 17px;font-size:13px}.ledger-product-details[open]>summary{background:#eaf4f8}.ledger-product-table{min-width:780px!important}.ledger-product-table td:nth-last-child(-n+4),.ledger-product-table th:nth-last-child(-n+4){white-space:nowrap;text-align:right}.ledger-product-table td:nth-child(2) b{color:#203b49;font-size:13px;display:block}.ledger-product-table td:nth-child(2) small{color:#7b8b94;margin-top:4px;font-size:11px;display:block}.ledger-product-table tfoot td{color:var(--deep);text-align:right;background:#f3f8fa;font-size:13px;font-weight:800}.ledger-product-chips{flex-wrap:wrap;gap:5px;display:flex}.ledger-product-chips span{color:#385465;background:#edf4f7;border-radius:6px;padding:4px 7px;font-size:11px;font-weight:650}@media (width<=720px){.ledger-document-head{flex-direction:column;align-items:flex-start;padding:13px}.ledger-document-stats{width:100%}.ledger-document-stats span{flex:1;min-width:0}.ledger-documents{padding:9px}.ledger-product-details>summary{padding:11px 13px}}.business-dashboard{gap:18px;display:grid}.dashboard-hero{color:#fff;background:linear-gradient(120deg,#063e64,#075f96 62%,#0a77a9);border-radius:18px;justify-content:space-between;align-items:center;gap:24px;padding:27px 30px;display:flex;box-shadow:0 14px 35px #075f9622}.dashboard-hero small{color:#ffc878;letter-spacing:1.5px;font-size:12px;font-weight:850}.dashboard-hero h1{margin:6px 0;font-size:30px}.dashboard-hero p{color:#dceef7;margin:0;font-size:14px}.dashboard-quick-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.dashboard-quick-actions button{color:#fff;background:#ffffff16;border:1px solid #ffffff45;border-radius:8px;padding:10px 12px;font-weight:750}.dashboard-quick-actions button.highlight{color:#2d210e;background:#f7941d;border-color:#f7941d}.dashboard-stock-cards,.dashboard-month-cards{gap:12px;display:grid}.dashboard-stock-cards{grid-template-columns:repeat(4,1fr)}.dashboard-month-cards{grid-template-columns:repeat(5,1fr)}.dashboard-stock-cards button,.dashboard-month-cards button{text-align:left;background:#fff;border:1px solid #d8e4e9;border-radius:13px;flex-direction:column;align-items:flex-start;gap:6px;min-width:0;padding:16px;display:flex;box-shadow:0 4px 15px #17304209}.dashboard-stock-cards button:hover,.dashboard-month-cards button:hover{border-color:#8eb7ca;transform:translateY(-1px)}.dashboard-stock-cards small,.dashboard-month-cards small{color:#607783;font-size:12px;font-weight:750}.dashboard-stock-cards strong{color:#075f96;font-size:28px}.dashboard-stock-cards span,.dashboard-month-cards span{color:#7b8c95;font-size:11px}.dashboard-stock-cards .low strong,.dashboard-month-cards .followup strong{color:#bd7207}.dashboard-stock-cards .out strong{color:#bd3434}.dashboard-stock-cards .customer strong{color:#18724f}.dashboard-month-cards strong{color:#173f57;overflow-wrap:anywhere;font-size:19px}.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.dashboard-panel{background:#fff;border:1px solid #d8e4e9;border-radius:15px;min-width:0;padding:18px;box-shadow:0 4px 16px #17304208}.dashboard-panel-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.dashboard-panel-head h2{margin:0 0 4px;font-size:18px}.dashboard-panel-head p{color:#73858f;margin:0;font-size:12px}.dashboard-panel-head button{color:#075f96;white-space:nowrap;background:#edf5f8;border:0;border-radius:7px;padding:7px 9px;font-size:12px;font-weight:750}.trend-legend{color:#627984;justify-content:flex-end;gap:14px;font-size:11px;display:flex}.trend-legend span{align-items:center;gap:5px;display:flex}.trend-legend i{border-radius:50%;width:8px;height:8px}.trend-legend .inward,.trend-bars .inward{background:#20a464}.trend-legend .outward,.trend-bars .outward{background:#ef8b2c}.trend-chart{border-bottom:1px solid #dfe8ec;grid-template-columns:repeat(7,1fr);align-items:end;gap:10px;height:190px;padding:18px 5px 0;display:grid}.trend-day{text-align:center;grid-template-rows:1fr auto auto;gap:5px;height:100%;display:grid}.trend-bars{justify-content:center;align-items:flex-end;gap:4px;height:135px;display:flex}.trend-bars span{border-radius:5px 5px 2px 2px;width:12px;min-height:3px}.trend-day b{color:#506974;font-size:11px}.trend-day small{color:#8a9aa2;font-size:10px}.dashboard-ranking,.dashboard-doc-list,.dashboard-activity-list{display:grid}.dashboard-ranking>div,.dashboard-doc-list>button,.dashboard-activity-list>div{border-bottom:1px solid #e7eef1;align-items:center;gap:11px;padding:11px 2px;display:grid}.dashboard-ranking>div:last-child,.dashboard-doc-list>button:last-child,.dashboard-activity-list>div:last-child{border-bottom:0}.dashboard-ranking>div{grid-template-columns:28px minmax(0,1fr) auto}.dashboard-ranking>div>span{color:#075f96;background:#e8f3f8;border-radius:8px;place-items:center;width:26px;height:26px;font-size:12px;font-weight:850;display:grid}.dashboard-ranking b,.dashboard-doc-list b,.dashboard-activity-list b{font-size:13px}.dashboard-ranking small,.dashboard-doc-list small,.dashboard-activity-list small{color:#7b8b94;margin-top:3px;font-size:11px;display:block}.dashboard-ranking>div>strong{color:#075f96;white-space:nowrap;font-size:12px}.dashboard-doc-list>button{text-align:left;background:0 0;border-width:0 0 1px;grid-template-columns:minmax(0,1fr) auto}.dashboard-doc-list>button>span{text-align:right}.dashboard-doc-list>button>span strong{color:#075f96;font-size:13px}.dashboard-doc-list.challans>button>span strong{color:#18724f}.dashboard-activity{grid-column:1}.dashboard-relationship{grid-column:2}.dashboard-activity-list>div{grid-template-columns:10px minmax(0,1fr) auto}.dashboard-activity-list>div>i{background:#20a464;border-radius:50%;width:9px;height:9px}.dashboard-activity-list>div>i.outward{background:#ef8b2c}.dashboard-activity-list>div>span{text-align:right;font-size:12px;font-weight:800}.relationship-stats{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.relationship-stats button{color:#526c79;background:#f6fafb;border:1px solid #dfe8ec;border-radius:10px;flex-direction:column;gap:5px;padding:15px 8px;display:flex}.relationship-stats strong{color:#075f96;font-size:24px}.relationship-stats span{font-size:11px}.dashboard-add-contact{color:#fff;background:#075f96;border:0;border-radius:9px;width:100%;margin-top:12px;padding:11px;font-weight:750}.dashboard-empty{color:#7b8b94;place-items:center;min-height:130px;font-size:13px;display:grid}.dashboard-loading{place-content:center;justify-items:center;gap:12px;min-height:420px;display:grid}.dashboard-loading span{border:3px solid #d7e7ee;border-top-color:#f7941d;border-radius:50%;width:30px;height:30px;animation:1s linear infinite spin}.dashboard-loading p{color:#6d7c87}@media (width<=1050px){.dashboard-month-cards{grid-template-columns:repeat(3,1fr)}.dashboard-stock-cards{grid-template-columns:repeat(2,1fr)}}@media (width<=720px){.business-dashboard{gap:12px}.dashboard-hero{flex-direction:column;align-items:flex-start;padding:21px 18px}.dashboard-hero h1{font-size:25px}.dashboard-quick-actions{justify-content:flex-start;width:100%}.dashboard-quick-actions button{flex:1;min-width:calc(50% - 4px)}.dashboard-stock-cards,.dashboard-month-cards{grid-template-columns:repeat(2,1fr);gap:8px}.dashboard-stock-cards button,.dashboard-month-cards button{padding:13px}.dashboard-stock-cards strong{font-size:24px}.dashboard-month-cards strong{font-size:17px}.dashboard-month-cards .followup{grid-column:1/-1}.dashboard-grid{grid-template-columns:1fr}.dashboard-panel{padding:14px}.dashboard-activity,.dashboard-relationship{grid-column:1}.trend-chart{gap:4px}.trend-bars{gap:2px}.trend-bars span{width:9px}.dashboard-panel-head h2{font-size:16px}}.dashboard-load-error{text-align:center;min-height:320px}.dashboard-load-error strong{color:#8d2f38;font-size:1.2rem}.dashboard-load-error p{max-width:560px;margin:0}.dashboard-load-error .btn{margin-top:6px}
