:root{--bg:#f4f5f7;--panel:#fff;--panel2:#f8fafc;--text:#1f2937;--muted:#6b7280;--line:#e5e7eb;--primary:#714b67}.dark{--bg:#0f172a;--panel:#111827;--panel2:#1f2937;--text:#f8fafc;--muted:#cbd5e1;--line:#334155;--primary:#875a7b}*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,Arial,sans-serif;background:var(--bg);color:var(--text)}button,input,select,textarea{font:inherit}button{border:0;border-radius:10px;padding:10px 13px;background:var(--panel2);color:var(--text);display:inline-flex;gap:7px;align-items:center;cursor:pointer}input,select,textarea{width:100%;border:1px solid var(--line);background:var(--panel2);color:var(--text);border-radius:10px;padding:10px}textarea{min-height:52px;resize:vertical}.primary{background:var(--primary);color:#fff}.full{width:100%;justify-content:center}.login{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary),#111827)}.login-card{width:430px;background:var(--panel);border-radius:24px;padding:32px;box-shadow:0 25px 60px #0006}.login-card label{display:block;margin-top:12px}.logo{width:48px;height:48px;background:var(--primary);color:#fff;border-radius:14px;display:flex;align-items:center;justify-content:center;font-weight:800}.small{width:42px;height:42px}.image-logo{padding:0;overflow:hidden;background:#fff;border:1px solid var(--line)}.image-logo img{width:100%;height:100%;object-fit:contain;border-radius:inherit;display:block}.login-card .image-logo{margin-bottom:12px}.brand .image-logo{flex:0 0 auto}.error{background:#fee2e2;color:#991b1b;padding:10px;border-radius:10px;margin:12px 0}.success{background:#dcfce7;color:#166534;padding:12px;border-radius:12px;margin-bottom:16px}.muted{color:var(--muted);font-size:13px}.app{display:grid;grid-template-columns:280px 1fr;min-height:100vh}aside{background:var(--panel);border-right:1px solid var(--line);padding:20px;position:sticky;top:0;height:100vh}.brand{display:flex;gap:12px;align-items:center;margin-bottom:20px}.brand h2{margin:0;font-size:18px}.brand p{margin:3px 0;color:var(--muted);font-size:12px}.user{background:var(--panel2);border:1px solid var(--line);border-radius:16px;padding:14px;margin-bottom:14px}.user span{display:block;color:var(--muted);font-size:12px}.nav{width:100%;justify-content:flex-start;margin:4px 0;background:transparent;color:var(--muted)}.nav.active,.nav:hover{background:var(--primary);color:#fff}.bottom-actions{position:absolute;bottom:20px;left:20px;right:20px;display:grid;gap:8px}.bottom-actions button{justify-content:center}main{padding:24px;overflow:auto}.topbar{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:20px}.topbar h1{margin:0;font-size:28px}.topbar p{margin:4px 0;color:var(--muted)}.actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.card{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:0 6px 20px #0000000a}.card h3{margin:0 0 14px}.kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:18px}.kpi{position:relative;min-height:118px}.kpi span{color:var(--muted)}.kpi b{display:block;font-size:24px;margin-top:10px;color:var(--text)}.kpi svg{position:absolute;right:18px;bottom:18px;color:var(--muted)}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px}table{width:100%;border-collapse:collapse}th,td{padding:11px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top;color:var(--text)}tr:hover td{background:var(--panel2)}label,.formgrid label,.card h2,.card h3{color:var(--text)}.dark input,.dark select,.dark textarea{background:#1f2937;color:#f8fafc;border-color:#475569}.dark input::placeholder,.dark textarea::placeholder{color:#cbd5e1}.badge{display:inline-flex;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:700;background:var(--panel2)}.approved,.paid,.posted{background:#dcfce7;color:#166534}.rejected,.cancelled{background:#fee2e2;color:#991b1b}.sent{background:#dbeafe;color:#1d4ed8}.draft{background:#f1f5f9;color:#334155}.under-review{background:#fef3c7;color:#92400e}.expired{background:#ffedd5;color:#9a3412}.converted{background:#ede9fe;color:#5b21b6}.search{display:flex;align-items:center;gap:8px;background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:0 10px}.search input{border:0;background:transparent;min-width:230px}.kanban{display:grid;grid-template-columns:repeat(7,minmax(270px,1fr));gap:14px;overflow:auto}.col{background:var(--panel2);border:1px solid var(--line);border-radius:18px;padding:12px;min-height:400px}.colhead{display:flex;justify-content:space-between;margin-bottom:12px;color:var(--text)}.qcard{background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:14px;margin-bottom:12px}.qcard *{color:var(--text)}.qcard h3{margin:10px 0 3px;color:var(--text)}.qcard p{color:var(--muted);font-size:13px}.qcard strong{color:var(--text)}.between{display:flex;justify-content:space-between}.mini{display:flex;gap:6px;flex-wrap:wrap;margin:10px 0}.mini button{padding:7px 9px;font-size:12px}.drawer{position:fixed;top:0;right:0;bottom:0;left:0;background:#0008;z-index:50;display:flex;justify-content:center}.panel{height:100vh;background:var(--bg);padding:18px 22px;overflow:auto;box-shadow:-20px 0 50px #0008}.wide{width:100vw;max-width:100vw}.drawerhead{display:flex;justify-content:space-between;margin-bottom:16px}.paper{background:#fff;color:#111827;border-radius:12px;padding:36px;max-width:1120px;margin:auto}.paper *{color:#111827!important}.paperhead{display:flex;justify-content:space-between;border-bottom:2px solid #111827;padding-bottom:20px}.meta{display:grid;grid-template-columns:1.4fr .8fr;gap:20px;margin:24px 0}.meta span{display:block;color:#6b7280!important;font-size:12px;margin-top:8px}.totals{width:360px;margin:20px 0 0 auto}.totals div,.sum{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid var(--line)}.grand{font-size:18px;font-weight:800}.formlayout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:18px;align-items:start}.formlayout>.card:first-child{min-width:0;width:100%;overflow-x:auto}.formlayout table{min-width:1320px;table-layout:fixed}.formgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 20px}.formgrid.single{grid-template-columns:1fr}.formgrid label{font-size:13px}.mt{margin-top:18px}.sticky{position:sticky;top:150px;margin-top:150px;height:max-content;width:300px;padding:16px}.sticky h3{font-size:22px;margin-bottom:24px}.item-description{width:100%;min-height:52px;max-height:220px;overflow-y:auto;line-height:1.45}.desc-head{min-width:330px}.desc-cell{white-space:pre-wrap;min-width:300px}.readonly-money{background:#eef2f7!important;font-weight:700!important;text-align:right!important}.dark .readonly-money,.dark .total-discount-input{background:#334155!important;color:#fff!important}.total-discount-input{max-width:140px;text-align:right;font-weight:800}.editable-discount{align-items:center;gap:12px}.row-actions{display:flex;gap:8px;flex-wrap:wrap}.move-buttons{display:flex;gap:4px;flex-direction:column}.move-buttons button{padding:4px 8px}.modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0008;z-index:80;display:flex;align-items:center;justify-content:center}.modal-card{width:min(620px,94vw);background:var(--panel);border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:0 20px 60px #0008}.modal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.permissions{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.permissions label{display:flex;gap:8px;align-items:center;text-transform:capitalize}.permissions input{width:auto}@media print{aside,.topbar,.drawerhead{display:none!important}.drawer{position:static;background:#fff}.panel{height:auto;width:100%;box-shadow:none;padding:0;background:#fff}.paper{box-shadow:none;border-radius:0;max-width:100%;padding:20px}}@media (max-width:1300px){.formlayout{grid-template-columns:1fr}.sticky{width:100%;margin-top:16px;top:0;position:relative}.formlayout table{min-width:1200px}}@media (max-width:1100px){.app{grid-template-columns:1fr}aside{position:relative;height:auto}.bottom-actions{position:static;margin-top:20px}.kpis,.grid2,.formlayout,.kanban{grid-template-columns:1fr}.topbar{align-items:flex-start;flex-direction:column}.item-description,.desc-head{min-width:260px}}aside{overflow-y:auto!important;overflow-x:hidden!important;max-height:100vh!important;scrollbar-width:thin}aside::-webkit-scrollbar{width:8px}aside::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:999px}aside .bottom-actions{position:sticky!important;bottom:0!important;background:var(--panel)!important;padding-top:12px!important;margin-top:24px!important}.profile-bar{display:flex!important;justify-content:flex-end!important;align-items:center!important;margin-bottom:14px!important}.profile-pill{display:flex!important;align-items:center!important;gap:14px!important;background:var(--panel)!important;border:1px solid var(--line)!important;border-radius:16px!important;padding:10px 12px!important;box-shadow:0 6px 20px #0000000a!important}.profile-pill b{display:block!important;color:var(--text)!important;font-size:14px!important}.profile-pill span{display:block!important;color:var(--muted)!important;font-size:12px!important}.profile-pill button{background:var(--primary)!important;color:#fff!important}.item-description{min-height:52px!important;height:52px;max-height:260px!important;overflow-y:auto!important;resize:vertical!important;line-height:1.45!important}.item-description:focus{min-height:90px!important;border-color:var(--primary)!important;outline:2px solid rgba(113,75,103,.25)!important}.drag-cell{cursor:grab!important;-webkit-user-select:none!important;user-select:none!important;text-align:center!important;font-size:22px!important;font-weight:900!important;color:var(--muted)!important;vertical-align:middle!important}.drag-cell:active{cursor:grabbing!important}.dragging{opacity:.55!important;outline:2px dashed var(--primary)!important}.move-buttons{display:none!important}.dark .profile-pill,.dark .qcard,.dark .card{background:var(--panel)!important;color:var(--text)!important}.dark .profile-pill *,.dark .qcard *,.dark .colhead,.dark .colhead *,.dark .kpi *,.dark .card h3,.dark .card h2{color:var(--text)!important}.dark .qcard p,.dark .topbar p,.dark .muted,.dark .profile-pill span{color:var(--muted)!important}@media (max-width:1100px){.profile-bar{justify-content:flex-start!important}.profile-pill{width:100%!important;justify-content:space-between!important}}.drop-upload{border:1px dashed var(--line);border-radius:16px;padding:14px;background:var(--panel2);transition:.2s ease}.drop-upload.drag{border-color:var(--primary);box-shadow:0 0 0 2px #714b6726 inset;transform:translateY(-1px)}.drop-upload input[type=file]{display:none}.drop-upload-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:10px}.drop-upload-head b{display:block;color:var(--text)}.drop-upload-head span{display:block;color:var(--muted);font-size:12px;margin-top:4px}.drop-browse{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:12px;background:var(--primary);color:#fff;cursor:pointer;white-space:nowrap}.drop-empty{border:1px dashed var(--line);border-radius:12px;padding:18px;text-align:center;color:var(--muted);background:var(--panel)}.drop-preview{display:flex;gap:12px;align-items:center}.drop-preview img{width:180px;max-height:90px;object-fit:contain;background:#fff;border:1px solid var(--line);border-radius:10px;padding:4px}.live-preview-wrap{display:flex;flex-direction:column;gap:14px}.preview-switch{display:flex;gap:10px;margin-bottom:12px}.live-preview-title{font-weight:800;color:var(--text);margin-bottom:8px}.preview-paper{transform:scale(.72);transform-origin:top left;width:calc(210mm / .72);margin-bottom:calc(-297mm * .28);box-shadow:0 12px 28px #0000001f}.next-page-preview{border:1px solid var(--line);border-radius:16px;padding:14px;background:var(--panel2)}.next-page-preview img{width:100%;border-radius:8px;background:#fff;border:1px solid var(--line)}.paper.a4-lock{width:210mm;min-height:297mm;margin:0 auto;background:#fff;padding:var(--a4-mt,12mm) var(--a4-mr,12mm) var(--a4-mb,12mm) var(--a4-ml,12mm);box-sizing:border-box;position:relative}.paper-image-header,.paper-image-footer{width:100%;margin:0 0 12px}.paper-image-header img,.paper-image-footer img{width:100%;display:block;height:auto}.paper-image-footer{margin:16px 0 0}.paper-header-note{margin-top:8px;padding:10px 12px;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;color:#334155}.paper-footer{margin-top:12px;padding-top:10px;border-top:1px dashed #cbd5e1;color:#334155;font-size:13px}.paper-page-number{margin-top:14px;text-align:right;color:#64748b;font-size:12px;font-weight:700}.print-repeat-header{display:none}@media (max-width: 1000px){.drop-upload-head,.drop-preview,.preview-switch{flex-direction:column;align-items:flex-start}.preview-paper{transform:none;width:100%;margin-bottom:0}.paper.a4-lock{width:100%;min-height:auto}}@media print{@page{size:A4 portrait;margin:0}body{background:#fff!important}aside,.profile-bar,.drawerhead,.topbar,.modal,.login,.preview-switch,.next-page-preview{display:none!important}.drawer,.panel,.paper.a4-lock{width:210mm!important;min-height:297mm!important;margin:0!important;padding:var(--a4-mt,12mm) var(--a4-mr,12mm) var(--a4-mb,12mm) var(--a4-ml,12mm)!important;box-shadow:none!important;border:none!important}.print-repeat-header{display:block!important;position:fixed;top:0;left:0;right:0;width:100%;background:#fff;z-index:10}.print-repeat-header img{width:100%;display:block;height:auto}.paper-page-number{position:fixed;right:12mm;bottom:6mm;font-size:0;color:#64748b}.paper-page-number:before{content:"Page " counter(page);font-size:11px;font-weight:700}}.paper-company{display:flex;gap:14px;align-items:flex-start;flex-wrap:wrap}.paper-brand{display:flex;width:100%}.paper-brand.logo-left{justify-content:flex-start}.paper-brand.logo-center{justify-content:center}.paper-brand.logo-right{justify-content:flex-end}.paper-company-logo{max-height:72px;max-width:220px;object-fit:contain}.paper-company-text{flex:1;min-width:240px}.paper-image-header,.paper-image-footer,.preview-next-header,.print-repeat-header{position:relative;overflow:hidden;border-radius:8px}.paper-image-header img,.paper-image-footer img,.preview-next-header img,.print-repeat-header img{width:100%;height:100%;object-fit:contain;background:#fff}.paper-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;padding:18px 24px;background:linear-gradient(to bottom,#0f172a1f,#0f172a38);font-weight:800;font-size:24px;line-height:1.2;text-shadow:0 1px 8px rgba(0,0,0,.35)}.paper-overlay>div{max-width:100%;white-space:pre-wrap}.template-save-row{display:grid;grid-template-columns:1fr auto;gap:10px;margin-bottom:12px}.template-list{display:grid;gap:10px}.template-item{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px;background:var(--panel2);border:1px solid var(--line);border-radius:14px}.template-item b{display:block;color:var(--text)}.template-item span{display:block;color:var(--muted);font-size:12px;margin-top:4px}input[type=color]{height:44px;padding:4px}@media (max-width: 1000px){.template-save-row{grid-template-columns:1fr}.template-item{flex-direction:column;align-items:flex-start}.paper-company{flex-direction:column}}@media print{.paper-company-logo{max-height:62px;max-width:200px}.paper-overlay{font-size:20px;padding:14px 18px}}.theme-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.theme-card{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px;border-radius:16px;border:1px solid var(--line);background:linear-gradient(180deg,var(--panel2),var(--panel))}.theme-card b{display:block;color:var(--text);margin-bottom:4px}.theme-card span{display:block;color:var(--muted);font-size:12px}.preview-two-up{display:grid;grid-template-columns:1fr 1fr;gap:14px}.preview-next-footer,.print-repeat-footer{position:relative;overflow:hidden;border-radius:8px}.preview-next-footer img,.print-repeat-footer img{width:100%;height:100%;object-fit:contain;background:#fff}.template-import-row{display:grid;gap:8px;margin-bottom:12px}.import-label{width:fit-content;position:relative;overflow:hidden}.import-label input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.template-item{cursor:grab}.template-item.dragging{opacity:.65;border-style:dashed}.template-order-badge{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:var(--primary);color:#fff;font-weight:800;flex:0 0 auto}.template-main{flex:1;min-width:0}.paper.a4-lock.has-repeat-footer{padding-bottom:calc(var(--a4-mb,12mm) + 16mm)}@media (max-width: 1000px){.theme-grid,.preview-two-up{grid-template-columns:1fr}}@media print{.print-repeat-footer{display:block!important;position:fixed;left:0;right:0;bottom:0;width:100%;background:#fff;z-index:10}.print-repeat-footer img{width:100%;display:block;height:auto}}.template-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:#714b671f;color:var(--primary);font-size:12px;font-weight:800;width:fit-content;margin-top:8px}.template-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.tpl-thumb{width:180px;min-width:180px;border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden;box-shadow:0 8px 18px #0206170f}.tpl-thumb-header{height:48px;background:linear-gradient(135deg,#8b5cf6,#5b21b6);position:relative;overflow:hidden}.tpl-thumb-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:6px;text-align:center;color:#fff;font-size:10px;font-weight:800;text-shadow:0 1px 4px rgba(0,0,0,.35)}.tpl-thumb-logo{position:absolute;top:6px;left:8px;right:8px;display:flex}.tpl-thumb-logo.left{justify-content:flex-start}.tpl-thumb-logo.center{justify-content:center}.tpl-thumb-logo.right{justify-content:flex-end}.tpl-thumb-logo img{max-height:18px;max-width:60px;object-fit:contain;background:#fff;border-radius:4px;padding:1px 3px}.tpl-thumb-logo-placeholder{font-size:8px;font-weight:900;background:#fff;color:#475569;border-radius:4px;padding:2px 5px}.tpl-thumb-body{padding:10px}.tpl-thumb-lines{display:grid;gap:6px}.tpl-thumb-lines span{display:block;height:6px;border-radius:999px;background:#e2e8f0}.tpl-thumb-lines span:nth-child(1){width:100%}.tpl-thumb-lines span:nth-child(2){width:88%}.tpl-thumb-lines span:nth-child(3){width:74%}.tpl-thumb-total{margin-top:10px;margin-left:auto;width:60px;height:14px;border-radius:999px;background:#cbd5e1}.tpl-thumb-footer{height:24px;background:#e2e8f0;border-top:1px solid #cbd5e1}.template-item{align-items:flex-start}.template-actions-wrap{display:flex;flex-wrap:wrap;gap:8px;max-width:320px}.template-main{flex:1;min-width:220px}.paper-company-text .template-chip{margin-top:10px}@media (max-width: 1200px){.template-item{flex-direction:column}.tpl-thumb{width:100%;min-width:0;max-width:260px}.template-actions-wrap{max-width:none}}.number-pattern-help{display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding:12px;margin-bottom:14px;background:var(--panel2);border:1px solid var(--line);border-radius:14px;color:var(--text)}.number-pattern-help span{display:inline-flex;padding:5px 9px;border-radius:999px;background:var(--panel);border:1px solid var(--line);color:var(--primary);font-weight:800;font-family:Consolas,monospace;font-size:12px}.number-card{background:var(--panel2);border:1px solid var(--line);border-radius:16px;padding:16px}.number-card h4{margin:0 0 12px;color:var(--text)}.pattern-preview{padding:12px;border-radius:12px;background:var(--primary);color:#fff;font-weight:900;letter-spacing:.3px;font-family:Consolas,monospace}.dark .number-card,.dark .number-pattern-help{background:#1f2937}.item-description{width:100%!important;min-height:48px!important;height:48px!important;max-height:260px!important;overflow-y:auto!important;resize:vertical!important;line-height:1.45!important;padding:10px 12px!important;box-sizing:border-box!important}.item-description:focus{min-height:88px!important;border-color:var(--primary)!important;outline:2px solid rgba(113,75,103,.22)!important}.formlayout table td .item-description,table td .item-description{display:block!important}.dark .item-description{background:#1f2937!important;color:#f8fafc!important;border-color:#475569!important}.drawer{justify-content:center!important}.drawer .panel,.drawer .panel.wide{width:100vw!important;max-width:100vw!important;height:100vh!important;padding:14px 18px!important;overflow-x:hidden!important}.formlayout{display:grid!important;grid-template-columns:1fr!important;width:100%!important;max-width:100%!important;gap:18px!important;align-items:start!important}.formlayout>.card:first-child{width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:auto!important;padding:22px 24px!important}.formlayout .sticky,.card.sticky{position:relative!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;margin-top:10px!important;width:100%!important;min-width:0!important;max-width:100%!important;height:auto!important;padding:18px 22px!important}.card.sticky{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}.card.sticky h3{grid-column:1 / -1!important;margin:0!important;font-size:22px!important}.card.sticky .sum{background:var(--panel2)!important;border:1px solid var(--line)!important;border-radius:14px!important;padding:14px!important;display:block!important}.card.sticky .sum span{display:block!important;color:var(--muted)!important;font-size:13px!important;margin-bottom:8px!important}.card.sticky .sum b{display:block!important;color:var(--text)!important;font-size:18px!important;font-weight:900!important}.card.sticky .editable-discount{display:block!important}.card.sticky .total-discount-input{width:100%!important;max-width:100%!important;margin-top:6px!important;text-align:right!important;font-weight:900!important}.card.sticky .sum.grand{background:var(--primary)!important;border-color:var(--primary)!important}.card.sticky .sum.grand span,.card.sticky .sum.grand b{color:#fff!important}.card.sticky .sum.grand b{font-size:22px!important}.formlayout .formgrid{grid-template-columns:repeat(4,minmax(170px,1fr))!important;gap:14px!important}.formlayout .formgrid.mt{grid-template-columns:repeat(2,minmax(260px,1fr))!important}.formlayout table{width:100%!important;min-width:1220px!important;table-layout:fixed!important}.formlayout table th:nth-child(3),.formlayout table td:nth-child(3){width:360px!important}.formlayout table th:nth-child(4),.formlayout table td:nth-child(4){width:82px!important}.formlayout table th:nth-child(5),.formlayout table td:nth-child(5){width:120px!important}.formlayout table th:nth-child(6),.formlayout table td:nth-child(6){width:140px!important}.formlayout table th:nth-child(7),.formlayout table td:nth-child(7){width:82px!important}.formlayout table th:nth-child(8),.formlayout table td:nth-child(8){width:145px!important}.formlayout table th:nth-child(9),.formlayout table td:nth-child(9){width:64px!important}.formlayout table th,.formlayout table td{padding:8px 6px!important}.formlayout table input,.formlayout table select,.formlayout table textarea,.formlayout table .readonly-money{width:100%!important;min-width:0!important;box-sizing:border-box!important}.formlayout table input[type=number],.formlayout table .readonly-money{text-align:right!important;font-weight:700!important}.item-description{width:100%!important;min-height:48px!important;height:48px!important;max-height:260px!important;overflow-y:auto!important;resize:vertical!important;line-height:1.45!important}.item-description:focus{min-height:88px!important}.dark .card.sticky .sum{background:#1f2937!important;border-color:#475569!important}.dark .card.sticky .sum span{color:#cbd5e1!important}.dark .card.sticky .sum b{color:#f8fafc!important}.dark .card.sticky .sum.grand{background:var(--primary)!important;border-color:var(--primary)!important}.dark .card.sticky .sum.grand span,.dark .card.sticky .sum.grand b{color:#fff!important}@media (max-width: 1200px){.card.sticky{grid-template-columns:repeat(2,minmax(0,1fr))!important}.formlayout .formgrid,.formlayout .formgrid.mt{grid-template-columns:repeat(2,minmax(220px,1fr))!important}}@media (max-width: 700px){.drawer .panel,.drawer .panel.wide{padding:10px!important}.formlayout>.card:first-child{padding:14px!important}.card.sticky,.formlayout .formgrid,.formlayout .formgrid.mt{grid-template-columns:1fr!important}}.report-designer-sheet{font-size:var(--report-font-size,13px)!important;padding:var(--report-mt,10mm) var(--report-mr,10mm) var(--report-mb,10mm) var(--report-ml,10mm)!important;position:relative!important}.report-designer-sheet .report-head{border-bottom:3px solid var(--report-accent-color,#714b67)!important}.report-designer-sheet .report-head h2{color:var(--report-title-color,#111827)!important}.report-custom-header{width:var(--report-header-width,100%)!important;height:var(--report-header-height,90px)!important;margin:0 auto 16px!important;overflow:hidden!important;border-radius:10px!important}.report-custom-footer{width:var(--report-footer-width,100%)!important;height:var(--report-footer-height,70px)!important;margin:18px auto 0!important;overflow:hidden!important;border-radius:10px!important}.report-custom-header img,.report-custom-footer img{width:100%!important;height:100%!important;object-fit:contain!important;display:block!important}.report-page-number{text-align:right!important;margin-top:12px!important;color:#64748b!important;font-size:12px!important;font-weight:800!important}.report-mini-preview{border:1px solid var(--line);background:var(--panel2);border-radius:16px;padding:12px;display:grid;gap:10px}.report-mini-preview .mini-header{width:var(--report-header-width,100%);height:min(var(--report-header-height,90px),100px);margin:0 auto;border:2px solid var(--report-accent-color,#714b67);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--muted);font-weight:800;overflow:hidden;background:#fff}.report-mini-preview .mini-footer{width:var(--report-footer-width,100%);height:min(var(--report-footer-height,70px),80px);margin:0 auto;border:2px dashed var(--report-accent-color,#714b67);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--muted);font-weight:800;overflow:hidden;background:#fff}.report-mini-preview img{width:100%;height:100%;object-fit:contain}.report-mini-preview .mini-body{display:grid;gap:6px;background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:14px}.report-mini-preview .mini-body b{color:var(--text)}.report-mini-preview .mini-body span{color:var(--muted)}@media print{.report-designer-sheet{width:210mm!important;min-height:297mm!important;box-shadow:none!important;border:none!important}.report-page-number{position:fixed;right:10mm;bottom:6mm;font-size:0}.report-page-number:before{content:"Page " counter(page);font-size:11px}}.legacy-report-designer-title{display:none!important}.legacy-report-designer-title+.formgrid,.legacy-report-designer-title+.formgrid+*,.legacy-report-designer-title~.formgrid{display:none!important}.report-studio{display:grid;grid-template-columns:380px minmax(0,1fr);gap:18px;align-items:start;margin-bottom:18px}.studio-sidebar{position:sticky;top:16px;max-height:calc(100vh - 32px);overflow:auto}.studio-muted{color:var(--muted);margin-top:-4px}.studio-group{border-top:1px solid var(--line);padding-top:14px;margin-top:14px;display:grid;gap:10px}.studio-group h4{margin:0;color:var(--text)}.studio-group label{display:grid;gap:6px;color:var(--text);font-weight:700}.studio-group label span{color:var(--muted);font-size:12px}.studio-group input[type=checkbox]{width:auto;margin-right:8px}.studio-4col{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.report-drop{border:1px dashed var(--line);background:var(--panel2);border-radius:14px;padding:12px;display:grid;gap:10px}.report-drop.active{border-color:var(--primary);box-shadow:0 0 0 3px #714b671f}.report-drop input[type=file]{display:none}.report-drop>div:first-child{display:grid;gap:3px}.report-drop b{color:var(--text)}.report-drop span{color:var(--muted);font-size:12px}.report-drop label{display:inline-flex;width:fit-content;padding:8px 12px;border-radius:10px;background:var(--primary);color:#fff!important;cursor:pointer}.report-drop-preview{display:grid;gap:8px}.report-drop-preview img{width:100%;max-height:100px;object-fit:contain;background:#fff;border-radius:10px;border:1px solid var(--line)}.studio-main{min-width:0}.studio-top{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.studio-top h3{margin:0}.studio-top p{margin:4px 0 0;color:var(--muted)}.studio-blocks{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.studio-block{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid var(--line);border-radius:999px;color:var(--text);background:var(--panel2);cursor:grab;font-weight:800}.studio-block.dragging{opacity:.5;border-style:dashed}.report-studio-paper{width:210mm;min-height:297mm;max-width:100%;margin:0 auto;background:#fff;color:#111827;padding:var(--rs-mt) var(--rs-mr) var(--rs-mb) var(--rs-ml);box-sizing:border-box;font-size:var(--rs-font-size);position:relative;box-shadow:0 14px 38px #0f172a29;overflow:hidden}.rs-header{height:var(--rs-header-height);border-bottom:3px solid var(--rs-accent);display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px;overflow:hidden}.rs-header img{width:100%;height:100%;object-fit:contain}.rs-header-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f8fafc;border:1px dashed #cbd5e1;color:#64748b;font-weight:900}.rs-header-text{position:absolute;top:calc(var(--rs-mt) + 14px);right:calc(var(--rs-mr) + 14px);background:#ffffffdb;padding:8px 12px;border-radius:12px;text-align:right}.rs-header-text b{display:block;color:#111827}.rs-header-text span{display:block;color:#475569;font-size:11px}.rs-title-row{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid var(--rs-border);padding-bottom:12px;margin-bottom:14px}.rs-title-row h1{margin:0;color:var(--rs-title);font-size:24px}.rs-title-row p{margin:4px 0 0;color:#64748b}.rs-report-code{color:#fff;background:var(--rs-accent);border-radius:999px;padding:8px 14px;font-weight:900}.rs-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:16px}.rs-summary div{border:1px solid var(--rs-border);border-radius:12px;padding:12px;background:#f8fafc}.rs-summary span{display:block;color:#64748b;font-size:11px}.rs-summary b{display:block;color:#111827;font-size:18px;margin-top:6px}.rs-chart{height:120px;display:flex;align-items:end;gap:14px;padding:14px;border:1px solid var(--rs-border);border-radius:14px;background:#f8fafc;margin-bottom:16px}.rs-chart div{flex:1;border-radius:10px 10px 0 0;background:var(--rs-accent)}.rs-chart div:nth-child(1){height:40%}.rs-chart div:nth-child(2){height:65%}.rs-chart div:nth-child(3){height:50%}.rs-chart div:nth-child(4){height:85%}.rs-chart div:nth-child(5){height:72%}.rs-table{width:100%;border-collapse:collapse}.rs-table th{background:var(--rs-table-bg);color:var(--rs-table-color);padding:10px;text-align:left}.rs-table td{border-bottom:1px solid var(--rs-border);padding:10px}.rs-footer{min-height:var(--rs-footer-height);margin-top:22px;border-top:2px solid var(--rs-accent);padding-top:10px;display:flex;justify-content:space-between;align-items:center;color:#64748b;font-size:12px}.rs-footer img{max-height:var(--rs-footer-height);max-width:70%;object-fit:contain}.rs-watermark{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;transform:rotate(-25deg);font-size:72px;font-weight:900;color:#0f172a0f;pointer-events:none;white-space:nowrap}@media (max-width:1200px){.report-studio{grid-template-columns:1fr}.studio-sidebar{position:relative;top:0;max-height:none}}@media (max-width:800px){.studio-4col,.rs-summary{grid-template-columns:1fr 1fr}.report-studio-paper{width:100%;min-height:auto}}@media print{.report-studio .studio-sidebar,.studio-top,.studio-blocks,.topbar,aside,.profile-bar{display:none!important}.report-studio{display:block!important}.report-studio-paper{width:210mm!important;min-height:297mm!important;box-shadow:none!important;margin:0!important}}.report-studio,.legacy-report-designer-title,.legacy-report-designer-title+.formgrid,.legacy-report-designer-title~.formgrid{display:none!important}.fine-report-studio{background:var(--panel);border:1px solid var(--line);border-radius:22px;overflow:hidden;margin-bottom:18px;box-shadow:0 18px 50px #0f172a14}.fr-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px 18px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,var(--panel2),var(--panel))}.fr-toolbar h2{margin:0;color:var(--text);font-size:22px}.fr-toolbar span{display:block;color:var(--muted);font-size:13px;margin-top:3px}.fr-toolbar-actions{display:flex;gap:10px;flex-wrap:wrap}.fr-workspace{display:grid;grid-template-columns:270px minmax(0,1fr) 290px;min-height:720px}.fr-toolbox,.fr-properties{background:var(--panel2);padding:14px;overflow:auto;max-height:calc(100vh - 160px)}.fr-toolbox{border-right:1px solid var(--line)}.fr-properties{border-left:1px solid var(--line)}.fr-toolbox h3,.fr-properties h3{margin:14px 0 10px;color:var(--text);font-size:15px}.fr-toolbox h3:first-child,.fr-properties h3:first-child{margin-top:0}.fr-toolbox button{width:100%;justify-content:flex-start;margin-bottom:8px;background:var(--panel)}.fr-toolbox label,.fr-properties label{display:grid;gap:6px;color:var(--text);font-weight:700;margin-bottom:10px}.fr-toolbox label span,.fr-properties label span{color:var(--muted);font-size:12px}.fr-toolbox input[type=checkbox],.fr-properties input[type=checkbox]{width:auto}.fr-upload{border:1px dashed var(--line);border-radius:14px;padding:10px;display:grid;gap:8px;background:var(--panel);margin-bottom:10px}.fr-upload.active{border-color:var(--primary);box-shadow:0 0 0 3px #714b671f}.fr-upload b{color:var(--text)}.fr-upload span{color:var(--muted);font-size:12px}.fr-upload>label{display:inline-flex;width:fit-content;padding:8px 12px;border-radius:10px;background:var(--primary);color:#fff!important;cursor:pointer;margin:0}.fr-upload input[type=file]{display:none}.fr-upload-preview{display:grid;gap:8px}.fr-upload-preview img{max-height:95px;width:100%;object-fit:contain;background:#fff;border-radius:10px;border:1px solid var(--line)}.fr-canvas{position:relative;overflow:auto;background:#e5e7eb;padding:46px 46px 70px 58px}.fr-canvas.show-grid{background-color:#e5e7eb;background-image:linear-gradient(#d1d5db 1px,transparent 1px),linear-gradient(90deg,#d1d5db 1px,transparent 1px);background-size:18px 18px}.fr-canvas-ruler.top{position:absolute;top:0;left:58px;right:0;height:28px;background:linear-gradient(90deg,#f8fafc 0,#f8fafc 9px,#e2e8f0 9px,#e2e8f0 10px);background-size:20px 100%;border-bottom:1px solid #cbd5e1}.fr-canvas-ruler.left{position:absolute;top:28px;left:0;bottom:0;width:38px;background:linear-gradient(#f8fafc 0,#f8fafc 9px,#e2e8f0 9px,#e2e8f0 10px);background-size:100% 20px;border-right:1px solid #cbd5e1}.fr-page{width:210mm;min-height:297mm;margin:0 auto;background:#fff;color:#111827;padding:var(--fr-mt) var(--fr-mr) var(--fr-mb) var(--fr-ml);box-sizing:border-box;transform:scale(var(--fr-zoom));transform-origin:top center;box-shadow:0 12px 34px #0f172a38;font-size:var(--fr-font-size);position:relative}.fr-page.landscape{width:297mm;min-height:210mm}.fr-select-wrap{position:relative;border:1px solid transparent;margin-bottom:8px;cursor:pointer}.fr-select-wrap:hover,.fr-select-wrap.selected{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f624}.fr-band-label{position:absolute;top:-19px;left:0;background:#3b82f6;color:#fff;border-radius:6px 6px 0 0;padding:3px 8px;font-size:10px;font-weight:800;opacity:0;z-index:2}.fr-select-wrap:hover .fr-band-label,.fr-select-wrap.selected .fr-band-label{opacity:1}.fr-block{width:100%;box-sizing:border-box}.fr-header-block{display:flex;align-items:center;justify-content:center;border-bottom:3px solid var(--fr-accent);overflow:hidden}.fr-header-block img,.fr-footer-block img,.fr-image-block img{width:100%;height:100%;object-fit:contain}.fr-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#64748b;background:#f8fafc;border:1px dashed #cbd5e1;font-weight:900}.fr-title-block{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--fr-border);padding:12px 0}.fr-title-block h1{margin:0;color:var(--fr-title);font-size:24px}.fr-title-block p{margin:4px 0 0;color:#64748b}.fr-title-block b{background:var(--fr-accent);color:#fff;border-radius:999px;padding:8px 14px}.fr-summary-block{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;align-items:center}.fr-summary-block div{border:1px solid var(--fr-border);background:#f8fafc;border-radius:12px;padding:12px}.fr-summary-block span{color:#64748b;display:block;font-size:11px}.fr-summary-block b{color:#111827;display:block;font-size:18px;margin-top:6px}.fr-chart-block{display:flex;align-items:end;gap:14px;padding:16px;border:1px solid var(--fr-border);background:#f8fafc;border-radius:14px}.fr-chart-block span{flex:1;background:var(--fr-accent);border-radius:10px 10px 0 0}.fr-chart-block span:nth-child(1){height:40%}.fr-chart-block span:nth-child(2){height:66%}.fr-chart-block span:nth-child(3){height:50%}.fr-chart-block span:nth-child(4){height:86%}.fr-chart-block span:nth-child(5){height:72%}.fr-table-wrap table{width:100%;border-collapse:collapse}.fr-table-wrap th{background:var(--fr-th-bg);color:var(--fr-th-color);text-align:left;padding:10px}.fr-table-wrap td{border-bottom:1px solid var(--fr-border);padding:10px}.fr-footer-block{display:flex;justify-content:space-between;align-items:center;border-top:2px solid var(--fr-accent);color:#64748b;font-size:12px;overflow:hidden}.fr-text-block{padding:12px;border:1px dashed var(--fr-border);color:#111827}.fr-image-block{display:flex;align-items:center;justify-content:center;border:1px dashed var(--fr-border);color:#64748b}.fr-divider-block{border-top:3px solid var(--fr-accent);height:1px!important;margin:10px 0}.fr-watermark{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;transform:rotate(-25deg);color:#0f172a0f;font-size:70px;font-weight:900;pointer-events:none}.fr-tabs{display:flex;gap:8px;margin-bottom:12px}.fr-tabs button{flex:1;justify-content:center}.fr-tabs .active{background:var(--primary);color:#fff}.fr-quad{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}@media (max-width:1400px){.fr-workspace{grid-template-columns:1fr}.fr-toolbox,.fr-properties{max-height:none;border:0;border-bottom:1px solid var(--line)}.fr-canvas{min-height:700px}}@media (max-width:900px){.fr-toolbar{flex-direction:column;align-items:flex-start}.fr-page{width:100%;min-height:auto;transform:none}.fr-canvas{padding:28px 12px}.fr-summary-block{grid-template-columns:1fr 1fr}}@media print{.fr-toolbar,.fr-toolbox,.fr-properties,.fr-canvas-ruler,.fr-band-label,.topbar,aside,.profile-bar{display:none!important}.fine-report-studio{border:0!important;box-shadow:none!important}.fr-workspace{display:block!important}.fr-canvas{padding:0!important;background:#fff!important}.fr-page{width:210mm!important;min-height:297mm!important;transform:none!important;box-shadow:none!important;margin:0!important}}.report-studio,.fine-report-studio~.grid2 .card:has(.drop-upload),.card:has(.template-list),.card:has(.theme-grid),.card:has(.preview-switch),.card:has(.template-save-row),.card:has(.designer-grid),.card:has(.print-designer-preview),.card:has(.template-import-row){display:none!important}.quote-invoice-designer{background:var(--panel);border:1px solid var(--line);border-radius:22px;overflow:hidden;margin-bottom:18px;box-shadow:0 18px 50px #0f172a14}.qid-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px 18px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,var(--panel2),var(--panel))}.qid-toolbar h2{margin:0;color:var(--text);font-size:22px}.qid-toolbar span{display:block;color:var(--muted);font-size:13px;margin-top:3px}.qid-toolbar-actions{display:flex;gap:10px;flex-wrap:wrap}.qid-workspace{display:grid;grid-template-columns:285px minmax(0,1fr) 300px;min-height:760px}.qid-toolbox,.qid-properties{background:var(--panel2);padding:14px;overflow:auto;max-height:calc(100vh - 160px)}.qid-toolbox{border-right:1px solid var(--line)}.qid-properties{border-left:1px solid var(--line)}.qid-toolbox h3,.qid-properties h3{margin:14px 0 10px;color:var(--text);font-size:15px}.qid-toolbox h3:first-child,.qid-properties h3:first-child{margin-top:0}.qid-toolbox button{width:100%;justify-content:flex-start;margin-bottom:8px;background:var(--panel)}.qid-doc-switch{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}.qid-doc-switch button{justify-content:center;margin:0}.qid-doc-switch .active{background:var(--primary);color:#fff}.qid-toolbox label,.qid-properties label{display:grid;gap:6px;color:var(--text);font-weight:700;margin-bottom:10px}.qid-toolbox label span,.qid-properties label span{color:var(--muted);font-size:12px}.qid-toolbox input[type=checkbox],.qid-properties input[type=checkbox]{width:auto}.qid-upload{border:1px dashed var(--line);border-radius:14px;padding:10px;display:grid;gap:8px;background:var(--panel);margin-bottom:10px}.qid-upload.active{border-color:var(--primary);box-shadow:0 0 0 3px #714b671f}.qid-upload b{color:var(--text)}.qid-upload span{color:var(--muted);font-size:12px}.qid-upload>label{display:inline-flex;width:fit-content;padding:8px 12px;border-radius:10px;background:var(--primary);color:#fff!important;cursor:pointer;margin:0}.qid-upload input[type=file]{display:none}.qid-upload-preview{display:grid;gap:8px}.qid-upload-preview img{max-height:95px;width:100%;object-fit:contain;background:#fff;border-radius:10px;border:1px solid var(--line)}.qid-canvas{position:relative;overflow:auto;background:#e5e7eb;padding:46px 46px 70px 58px}.qid-canvas.show-grid{background-color:#e5e7eb;background-image:linear-gradient(#d1d5db 1px,transparent 1px),linear-gradient(90deg,#d1d5db 1px,transparent 1px);background-size:18px 18px}.qid-canvas-ruler.top{position:absolute;top:0;left:58px;right:0;height:28px;background:linear-gradient(90deg,#f8fafc 0,#f8fafc 9px,#e2e8f0 9px,#e2e8f0 10px);background-size:20px 100%;border-bottom:1px solid #cbd5e1}.qid-canvas-ruler.left{position:absolute;top:28px;left:0;bottom:0;width:38px;background:linear-gradient(#f8fafc 0,#f8fafc 9px,#e2e8f0 9px,#e2e8f0 10px);background-size:100% 20px;border-right:1px solid #cbd5e1}.qid-page{width:210mm;min-height:297mm;margin:0 auto;background:#fff;color:#111827;padding:var(--qid-mt) var(--qid-mr) var(--qid-mb) var(--qid-ml);box-sizing:border-box;transform:scale(var(--qid-zoom));transform-origin:top center;box-shadow:0 12px 34px #0f172a38;font-size:var(--qid-font-size);position:relative}.qid-page.landscape{width:297mm;min-height:210mm}.qid-select-wrap{position:relative;border:1px solid transparent;margin-bottom:8px;cursor:pointer}.qid-select-wrap:hover,.qid-select-wrap.selected{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f624}.qid-band-label{position:absolute;top:-19px;left:0;background:#3b82f6;color:#fff;border-radius:6px 6px 0 0;padding:3px 8px;font-size:10px;font-weight:800;opacity:0;z-index:2}.qid-select-wrap:hover .qid-band-label,.qid-select-wrap.selected .qid-band-label{opacity:1}.qid-block{width:100%;box-sizing:border-box}.qid-header-block{display:flex;align-items:center;justify-content:center;border-bottom:3px solid var(--qid-accent);overflow:hidden}.qid-header-block img,.qid-footer-block img,.qid-image-block img{width:100%;height:100%;object-fit:contain}.qid-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#64748b;background:#f8fafc;border:1px dashed #cbd5e1;font-weight:900}.qid-title-block{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--qid-border);padding:12px 0}.qid-title-block h1{margin:0;color:var(--qid-title);font-size:28px}.qid-title-block p{margin:4px 0 0;color:#64748b}.qid-title-block b{background:var(--qid-accent);color:#fff;border-radius:999px;padding:8px 14px}.qid-customer-block{display:grid;grid-template-columns:1.4fr 1fr;gap:14px;align-items:start;border:1px solid var(--qid-border);border-radius:14px;padding:14px;background:#f8fafc}.qid-customer-block span{display:block;color:#64748b;font-size:11px;margin-bottom:4px}.qid-customer-block b{display:block;color:#111827;margin-bottom:6px}.qid-customer-block p{margin:0;color:#334155}.qid-items-block table{width:100%;border-collapse:collapse}.qid-items-block th{background:var(--qid-th-bg);color:var(--qid-th-color);text-align:left;padding:10px}.qid-items-block td{border-bottom:1px solid var(--qid-border);padding:10px}.qid-totals-block{display:flex;justify-content:flex-end;align-items:center;gap:10px}.qid-totals-block div{min-width:140px;border:1px solid var(--qid-border);border-radius:12px;padding:12px;background:#f8fafc}.qid-totals-block span{display:block;color:#64748b;font-size:11px}.qid-totals-block b{display:block;color:#111827;margin-top:6px}.qid-totals-block .grand{background:var(--qid-accent)}.qid-totals-block .grand span,.qid-totals-block .grand b{color:#fff}.qid-terms-block{border:1px dashed var(--qid-border);border-radius:14px;padding:14px;color:#334155}.qid-terms-block b{display:block;color:#111827;margin-bottom:6px}.qid-terms-block p{margin:0}.qid-footer-block{display:flex;justify-content:space-between;align-items:center;border-top:2px solid var(--qid-accent);color:#64748b;font-size:12px;overflow:hidden}.qid-text-block{padding:12px;border:1px dashed var(--qid-border);color:#111827}.qid-image-block{display:flex;align-items:center;justify-content:center;border:1px dashed var(--qid-border);color:#64748b}.qid-divider-block{border-top:3px solid var(--qid-accent);height:1px!important;margin:10px 0}.qid-signature-block{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;align-items:end}.qid-signature-block div{border-top:1px solid var(--qid-border);text-align:center;padding-top:10px;color:#64748b}.qid-stamp-block{display:flex;align-items:center;justify-content:center;width:150px;border:2px dashed var(--qid-accent);border-radius:999px;color:var(--qid-accent);font-weight:900;margin-left:auto}.qid-watermark{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;transform:rotate(-25deg);color:#0f172a0f;font-size:70px;font-weight:900;pointer-events:none}.qid-tabs{display:flex;gap:8px;margin-bottom:12px}.qid-tabs button{flex:1;justify-content:center}.qid-tabs .active{background:var(--primary);color:#fff}.qid-quad{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}@media (max-width:1450px){.qid-workspace{grid-template-columns:1fr}.qid-toolbox,.qid-properties{max-height:none;border:0;border-bottom:1px solid var(--line)}.qid-canvas{min-height:720px}}@media (max-width:900px){.qid-toolbar{flex-direction:column;align-items:flex-start}.qid-page{width:100%;min-height:auto;transform:none}.qid-canvas{padding:28px 12px}.qid-customer-block,.qid-signature-block{grid-template-columns:1fr}.qid-totals-block{flex-direction:column;align-items:stretch}}@media print{.qid-toolbar,.qid-toolbox,.qid-properties,.qid-canvas-ruler,.qid-band-label,.topbar,aside,.profile-bar{display:none!important}.quote-invoice-designer{border:0!important;box-shadow:none!important}.qid-workspace{display:block!important}.qid-canvas{padding:0!important;background:#fff!important}.qid-page{width:210mm!important;min-height:297mm!important;transform:none!important;box-shadow:none!important;margin:0!important}}.qid-resize-panel,.qid-selected-fit-panel{border:1px solid var(--line);background:var(--panel);border-radius:14px;padding:12px;margin-bottom:12px;display:grid;gap:8px}.qid-resize-panel h4,.qid-selected-fit-panel h4{margin:0 0 4px;color:var(--text);font-size:14px}.qid-header-block,.qid-footer-block{overflow:hidden!important}.qid-header-block img{width:var(--qid-header-width,100%)!important;max-width:100%!important;height:100%!important;object-fit:var(--qid-header-fit,contain)!important;display:block!important}.qid-footer-block img{width:var(--qid-footer-width,100%)!important;max-width:100%!important;height:100%!important;object-fit:var(--qid-footer-fit,contain)!important;display:block!important}.qid-header-block.align-left,.qid-footer-block.align-left{justify-content:flex-start!important}.qid-header-block.align-center,.qid-footer-block.align-center{justify-content:center!important}.qid-header-block.align-right,.qid-footer-block.align-right{justify-content:flex-end!important}.qid-header-block[style*=stretch] img,.qid-footer-block[style*=stretch] img{object-fit:fill!important}@media print{.qid-header-block img{width:var(--qid-header-width,100%)!important;object-fit:var(--qid-header-fit,contain)!important}.qid-footer-block img{width:var(--qid-footer-width,100%)!important;object-fit:var(--qid-footer-fit,contain)!important}}.remove-old-template-tile,.card:has(.remove-old-template-tile),.card:has(.legacy-quote-invoice-designer-title),.card:has(.designer-grid),.card:has(.print-designer-preview),.card:has(.template-grid),.card:has(.theme-grid),.card:has(.template-save-row),.card:has(.template-import-row),.card:has(.template-list),.card:has(.live-preview-wrap),.card:has(.preview-switch),.card:has(.settings-section-title):has(.template-list){display:none!important}.quote-invoice-designer{display:block!important}.qid-page{display:flex!important;flex-direction:column!important}.qid-select-wrap:has(.qid-footer-block),.qid-select-wrap:has(.footer-bottom-lock){margin-top:auto!important}.qid-footer-block.footer-bottom-lock{width:100%!important;margin-top:auto!important;align-self:stretch!important;flex-shrink:0!important;border-top:2px solid var(--qid-accent)!important;background:#fff!important}.qid-footer-block.footer-bottom-lock img{max-width:100%!important;height:100%!important;object-fit:var(--qid-footer-fit, contain)!important}@media print{.qid-page{display:flex!important;flex-direction:column!important;min-height:297mm!important}.qid-select-wrap:has(.qid-footer-block),.qid-select-wrap:has(.footer-bottom-lock){margin-top:auto!important}.qid-footer-block.footer-bottom-lock{margin-top:auto!important;page-break-inside:avoid!important}}.fr-movable-label{position:absolute;z-index:8;padding:4px 8px;border-radius:6px;cursor:move;border:1px solid transparent;line-height:1.25;white-space:pre-wrap}.fr-movable-label:hover,.fr-movable-label.selected{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f62e}.fr-label-props{border:1px solid var(--line);border-radius:14px;background:var(--panel);padding:12px;margin-bottom:12px;display:grid;gap:8px}.fr-label-props h4{margin:0;color:var(--text)}.fr-text-block,.fr-image-block{transition:transform .15s ease}.fr-text-block:hover,.fr-image-block:hover{outline:2px dashed #3b82f6;outline-offset:2px}.fr-image-block img{width:100%;height:100%;object-fit:contain}@media print{.fr-movable-label{border:none!important;box-shadow:none!important}}.fr-label-help{color:var(--muted);font-size:12px;padding:8px 10px;background:var(--panel2);border:1px solid var(--line);border-radius:10px}.fr-toolbox button[style*=display],.fr-text-block{display:none!important}.fr-existing-text-help{padding:10px 12px;border:1px solid var(--line);border-radius:12px;background:var(--panel);color:var(--muted);font-size:12px;line-height:1.35;margin-bottom:10px}.fr-movable-label{outline:1px dashed transparent}.fr-movable-label:hover,.fr-movable-label.selected{outline:2px dashed #2563eb;outline-offset:2px}.fr-label-props{border-color:#2563eb!important}.fr-label-props h4:after{content:" — rearrange existing text";color:var(--muted);font-size:11px;font-weight:600}.qid-title-block h1{text-align:center!important;width:100%!important;margin-left:auto!important;margin-right:auto!important}.qid-title-block{display:flex!important;justify-content:space-between!important;align-items:center!important;text-align:left!important}.qid-title-block p{text-align:left!important;width:auto!important;margin:4px 0 0!important}.qid-title-block b{position:static!important;right:auto!important;top:auto!important;transform:none!important}.quote-invoice-designer,.card:has(.legacy-quote-invoice-designer-title),.card:has(.theme-grid),.card:has(.template-list),.card:has(.preview-switch),.card:has(.template-save-row){display:none!important}.zbs-studio{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:var(--panel);margin-bottom:18px;box-shadow:0 18px 50px #0f172a14}.zbs-head{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,var(--panel2),var(--panel))}.zbs-head h2{margin:0;color:var(--text)}.zbs-head span{color:var(--muted);font-size:13px}.zbs-tabs{display:flex;gap:8px;padding:12px 18px;border-bottom:1px solid var(--line);overflow:auto}.zbs-tabs button{border-radius:999px;white-space:nowrap}.zbs-tabs .active{background:var(--primary);color:#fff}.zbs-template-list,.zbs-themes{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;padding:18px}.zbs-template,.zbs-themes>div{border:1px solid var(--line);border-radius:16px;background:var(--panel2);padding:14px}.zbs-thumb{height:140px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:12px}.zbs-thumb b{display:block;height:24px;background:#714b67;border-radius:8px}.zbs-thumb span{display:block;width:70%;height:14px;background:#e2e8f0;border-radius:99px;margin:14px 0}.zbs-thumb i{display:block;height:50px;border:1px solid #cbd5e1}.zbs-template button{margin:4px}.zbs-workspace{display:grid;grid-template-columns:300px minmax(0,1fr) 340px;min-height:760px}.zbs-workspace aside{background:var(--panel2);padding:14px;overflow:auto;max-height:calc(100vh - 165px)}.zbs-workspace aside:first-child{border-right:1px solid var(--line)}.zbs-workspace aside:last-child{border-left:1px solid var(--line)}.zbs-workspace h3{margin:14px 0 10px;color:var(--text)}.zbs-workspace label{display:grid;gap:6px;color:var(--text);font-weight:700;margin-bottom:10px}.zbs-section-row{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;padding:10px;border:1px solid var(--line);border-radius:12px;background:var(--panel);margin-bottom:8px;cursor:grab}.zbs-section-row b{color:var(--text)}.zbs-workspace main{background:#e5e7eb;padding:44px;overflow:auto;background-image:linear-gradient(#d1d5db 1px,transparent 1px),linear-gradient(90deg,#d1d5db 1px,transparent 1px);background-size:18px 18px}.zbs-paper{width:210mm;min-height:297mm;margin:0 auto;background:#fff;color:#111827;padding:10mm;box-sizing:border-box;box-shadow:0 12px 34px #0f172a38;transform:scale(.82);transform-origin:top center}.zbs-band{border:1px solid transparent;margin-bottom:8px;min-height:40px}.zbs-band:hover{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f624}.zbs-placeholder,.zbs-footer{height:85px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border:1px dashed #cbd5e1;color:#64748b;font-weight:900}.zbs-band img{width:100%;max-height:100px;object-fit:contain}.zbs-title{text-align:center;border-bottom:2px solid var(--zbs-accent);padding:14px}.zbs-title h1{margin:0;color:#111827}.zbs-title p{color:#64748b}.zbs-party{display:grid;grid-template-columns:1fr 1fr;gap:18px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:14px}.zbs-paper table{width:100%;border-collapse:collapse}.zbs-paper th{background:var(--zbs-accent);color:#fff;padding:10px;text-align:left}.zbs-paper td{padding:10px;border-bottom:1px solid #e2e8f0}.zbs-totals{display:flex;justify-content:flex-end;gap:16px;padding:12px}.zbs-totals b{background:var(--zbs-accent);color:#fff;border-radius:12px;padding:12px}.zbs-terms{border:1px dashed #cbd5e1;border-radius:14px;padding:14px}.zbs-sign{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding-top:60px}.zbs-sign span{border-top:1px solid #cbd5e1;text-align:center;padding-top:10px}.zbs-col{display:grid;grid-template-columns:auto 1fr auto;gap:6px;margin-bottom:8px;padding:8px;border:1px solid var(--line);border-radius:10px;background:var(--panel)}@media (max-width:1450px){.zbs-workspace{grid-template-columns:1fr}.zbs-workspace aside{max-height:none;border:0!important;border-bottom:1px solid var(--line)!important}}@media (max-width:900px){.zbs-head{flex-direction:column;align-items:flex-start}.zbs-paper{width:100%;min-height:auto;transform:none}.zbs-workspace main{padding:14px}.zbs-party,.zbs-sign{grid-template-columns:1fr}}@media print{.zbs-head,.zbs-tabs,.zbs-workspace aside,.topbar,aside,.profile-bar{display:none!important}.zbs-workspace{display:block!important}.zbs-workspace main{padding:0!important;background:#fff!important}.zbs-paper{width:210mm!important;min-height:297mm!important;transform:none!important;box-shadow:none!important;margin:0!important}}.rb-topbar{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,var(--panel2),var(--panel))}.rb-topbar h2{margin:0;color:var(--text)}.rb-topbar span{color:var(--muted);font-size:13px}.rb-actions{display:flex;gap:8px;flex-wrap:wrap}.rb-layers button{padding:4px}.rb-canvas{position:relative;overflow:auto;background:#e5e7eb;padding:48px 48px 80px 60px}.rb-page{position:relative;background:#fff;color:#111827;box-sizing:border-box;margin:0 auto;box-shadow:0 12px 34px #0f172a38;transform:scale(var(--rb-zoom));transform-origin:top center}.rb-image img{width:100%;height:100%;object-fit:contain}@media (max-width:900px){.rb-topbar{flex-direction:column;align-items:flex-start}.rb-page{transform:none!important;width:100%!important;height:1123px}.rb-canvas{padding:14px}.rb-toolgrid{grid-template-columns:1fr}}@media print{.rb-topbar,.rb-left,.rb-right,.rb-ruler,.topbar,aside,.profile-bar{display:none!important}.weasyprint-designer{border:0!important;box-shadow:none!important}.rb-main{display:block!important}.rb-canvas{padding:0!important;background:#fff!important}.rb-page{transform:none!important;box-shadow:none!important;margin:0!important}}.rb-image img{width:100%!important;height:100%!important;object-fit:var(--rb-img-fit, contain)!important}.rb-hf-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.rb-hf-actions button{justify-content:center;padding:7px 8px}.rb-page-presets{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px}.rb-page-presets button{justify-content:center}@media print{.rb-image img{object-fit:var(--rb-img-fit, contain)!important}}.rb-page{background:var(--rb-page-bg,#ffffff)!important}.rb-page[style*=transparent]{background-color:transparent!important;background-image:linear-gradient(45deg,#e2e8f0 25%,transparent 25%),linear-gradient(-45deg,#e2e8f0 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#e2e8f0 75%),linear-gradient(-45deg,transparent 75%,#e2e8f0 75%)!important;background-size:18px 18px!important;background-position:0 0,0 9px,9px -9px,-9px 0px!important}.rb-el[style*=transparent]{background-color:transparent!important}@media print{.rb-page{background:var(--rb-page-bg,#ffffff)!important}.rb-page[style*=transparent]{background:none!important;background-color:transparent!important}}.zoho-template-studio,.quote-invoice-designer,.card:has(.legacy-quote-invoice-designer-title),.card:has(.theme-grid),.card:has(.template-list),.card:has(.preview-switch),.card:has(.template-save-row){display:none!important}.weasyprint-designer{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:var(--panel);box-shadow:0 18px 50px #0f172a14;margin-bottom:18px}.prd-topbar,.rb-topbar{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,var(--panel2),var(--panel))}.prd-topbar h2,.rb-topbar h2{margin:0;color:var(--text)}.prd-topbar span,.rb-topbar span{color:var(--muted);font-size:13px}.prd-actions,.rb-actions,.prd-side-actions{display:flex;gap:8px;flex-wrap:wrap}.rb-actions .active{background:var(--primary);color:#fff}.prd-template-screen{padding:18px}.prd-note{display:flex;justify-content:space-between;gap:12px;padding:14px 16px;border:1px solid var(--line);background:var(--panel2);border-radius:16px;margin-bottom:16px}.prd-note b{color:var(--text)}.prd-note span{color:var(--muted)}.prd-template-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.prd-card{border:1px solid var(--line);border-radius:18px;background:var(--panel2);padding:14px;box-shadow:0 8px 20px #0f172a0a}.prd-card.active{border-color:var(--primary);box-shadow:0 0 0 3px #714b671f}.prd-card-head{display:flex;justify-content:space-between;gap:10px;margin-bottom:12px}.prd-card-head b{color:var(--text);display:block}.prd-card-head span{color:var(--muted);font-size:12px}.prd-badges{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.prd-badges em{font-style:normal;color:#fff;background:var(--primary);border-radius:999px;padding:4px 8px;font-size:11px}.prd-thumb{background:#fff;border:1px solid #dbe3ef;border-radius:12px;padding:12px;height:190px;margin-bottom:12px}.prd-thumb-header{height:20px;background:#714b67;border-radius:6px;margin-bottom:12px}.prd-thumb-title{width:45%;height:16px;background:#e5e7eb;border-radius:999px;margin:0 auto 12px}.prd-thumb-boxes{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px}.prd-thumb-boxes span{height:42px;border-radius:8px;background:#f8fafc;border:1px solid #dbe3ef}.prd-thumb table{width:100%;border-collapse:collapse}.prd-thumb td{border:1px solid #dbe3ef;height:18px}.prd-thumb-total{width:35%;height:28px;background:#714b67;border-radius:8px;margin:14px 0 0 auto}.prd-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:8px}.prd-card-actions:last-child{grid-template-columns:repeat(3,1fr)}.prd-card-actions .is-default{background:var(--primary);color:#fff}.prd-side-card{border:1px solid var(--line);background:var(--panel);border-radius:14px;padding:12px;margin-bottom:14px}.prd-side-card b{display:block;color:var(--text)}.prd-side-card span{display:block;color:var(--muted);font-size:12px;margin-top:4px}.rb-main{display:grid;grid-template-columns:285px minmax(0,1fr) 315px;min-height:800px}.rb-left,.rb-right{background:var(--panel2);padding:14px;overflow:auto;max-height:calc(100vh - 155px)}.rb-left{border-right:1px solid var(--line)}.rb-right{border-left:1px solid var(--line)}.rb-left h3,.rb-right h3{color:var(--text);margin:14px 0 10px}.rb-left h3:first-child,.rb-right h3:first-child{margin-top:0}.rb-toolgrid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.rb-layers{display:grid;gap:6px}.rb-layers div{display:grid;grid-template-columns:52px 1fr 28px 28px;gap:6px;align-items:center;border:1px solid var(--line);border-radius:10px;padding:8px;background:var(--panel);cursor:pointer}.rb-layers div.active{border-color:#2563eb;background:#2563eb14}.rb-layers span{font-size:10px;color:var(--muted)}.rb-layers b{color:var(--text);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rb-canvas{position:relative;overflow:auto;background:#e5e7eb;padding:48px 48px 80px 60px;outline:none!important}.rb-canvas.grid{background-image:linear-gradient(#d1d5db 1px,transparent 1px),linear-gradient(90deg,#d1d5db 1px,transparent 1px);background-size:10px 10px}.rb-canvas:focus{box-shadow:inset 0 0 0 3px #2563eb2e}.rb-ruler.top{position:absolute;top:0;left:60px;right:0;height:28px;background:linear-gradient(90deg,#f8fafc 0,#f8fafc 9px,#cbd5e1 9px,#cbd5e1 10px);background-size:20px 100%;border-bottom:1px solid #cbd5e1}.rb-ruler.left{position:absolute;top:28px;left:0;bottom:0;width:38px;background:linear-gradient(#f8fafc 0,#f8fafc 9px,#cbd5e1 9px,#cbd5e1 10px);background-size:100% 20px;border-right:1px solid #cbd5e1}.rb-page{position:relative;background:var(--rb-page-bg,#ffffff)!important;color:#111827;box-sizing:border-box;margin:0 auto;box-shadow:0 12px 34px #0f172a38;transform:scale(var(--rb-zoom));transform-origin:top center}.rb-page[style*=transparent]{background-color:transparent!important;background-image:linear-gradient(45deg,#e2e8f0 25%,transparent 25%),linear-gradient(-45deg,#e2e8f0 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#e2e8f0 75%),linear-gradient(-45deg,transparent 75%,#e2e8f0 75%)!important;background-size:18px 18px!important;background-position:0 0,0 9px,9px -9px,-9px 0!important}.rb-el{position:absolute;box-sizing:border-box;border:1px solid transparent;overflow:hidden;cursor:move;white-space:pre-wrap}.rb-el:hover,.rb-el.selected{border-color:#2563eb!important;box-shadow:0 0 0 2px #2563eb29}.rb-el.selected:after{content:"Use arrow keys to move";position:absolute;left:0;top:-22px;background:#2563eb;color:#fff;font-size:10px;font-weight:800;padding:3px 7px;border-radius:6px;white-space:nowrap;pointer-events:none}.rb-band{background:#94a3b824!important;border:1px dashed #94a3b8!important;color:#64748b;font-size:10px;padding:4px}.rb-text{display:flex;align-items:center;padding:2px}.rb-image{display:flex;align-items:center;justify-content:center;background:#f8fafc;border:1px dashed #cbd5e1!important;color:#64748b}.rb-image img{width:100%!important;height:100%!important;object-fit:var(--rb-img-fit,contain)!important}.rb-image.rb-fit-fill img{object-fit:fill!important}.rb-image.rb-align-left{justify-content:flex-start!important}.rb-image.rb-align-center{justify-content:center!important}.rb-image.rb-align-right{justify-content:flex-end!important}.rb-line{border-top:2px solid currentColor!important;height:0!important}.rb-rect{border:1px solid #cbd5e1!important}.rb-barcode{display:flex;align-items:center;justify-content:center;border:2px solid #111827!important;font-weight:900;background:#fff}.rb-signature{display:flex;align-items:end;justify-content:center;border-bottom:1px solid #64748b!important;color:#64748b}.rb-totals{display:grid;gap:4px;padding:8px;border:1px solid #cbd5e1!important;background:#fff}.rb-totals div{display:flex;justify-content:space-between;border-bottom:1px solid #e2e8f0;padding:4px}.rb-totals .grand{background:#714b67;color:#fff;border-radius:6px;padding:6px}.rb-table table{width:100%;border-collapse:collapse;font-size:12px}.rb-table th{background:#714b67;color:#fff;padding:7px;text-align:left}.rb-table td{border-bottom:1px solid #e2e8f0;padding:7px}.rb-right label{display:grid;gap:6px;color:var(--text);font-weight:700;margin-bottom:10px}.rb-right input[type=checkbox]{width:auto}.rb-quad{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.rb-table-props{border:1px solid var(--line);border-radius:14px;padding:10px;background:var(--panel);margin-bottom:10px}.rb-table-props h4{margin:0 0 10px;color:var(--text)}.rb-col-prop{display:grid;grid-template-columns:1fr 70px auto;gap:6px;margin-bottom:6px}.rb-image-drop{border:1px dashed var(--line);border-radius:12px;padding:10px;display:grid;gap:8px;background:var(--panel);margin-bottom:10px}.rb-image-drop input{display:none}.rb-image-drop label{display:inline-flex!important;width:fit-content;background:var(--primary);color:#fff!important;padding:8px 12px;border-radius:10px;cursor:pointer}.rb-image-drop img{max-height:100px;width:100%;object-fit:contain;background:#fff;border-radius:8px}.rb-keyboard-help{padding:10px 12px;border:1px solid var(--line);border-radius:12px;background:var(--panel);color:var(--muted);font-size:12px;line-height:1.35;margin-bottom:12px}.rb-hf-fit-panel{border:1px solid var(--line);border-radius:14px;padding:12px;background:var(--panel);display:grid;gap:8px;margin-bottom:12px}.rb-hf-fit-panel h4{margin:0;color:var(--text)}.rb-hf-actions,.rb-page-presets{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.rb-page-presets{grid-template-columns:1fr 1fr;margin-bottom:10px}.rb-full-tab{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:9999!important;border-radius:0!important;margin:0!important;height:100vh!important}.rb-full-tab .rb-main{min-height:calc(100vh - 64px)!important}.rb-full-tab .rb-left,.rb-full-tab .rb-right{max-height:calc(100vh - 64px)!important}.rb-full-tab .rb-canvas{min-height:calc(100vh - 64px)!important}@media (max-width:1450px){.rb-main{grid-template-columns:1fr}.rb-left,.rb-right{max-height:none;border:0;border-bottom:1px solid var(--line)}}@media (max-width:900px){.prd-topbar,.rb-topbar{flex-direction:column;align-items:flex-start}.rb-page{transform:none!important;width:100%!important;height:1123px}.rb-canvas{padding:14px}.rb-toolgrid,.prd-card-actions{grid-template-columns:1fr}.prd-card-actions:last-child{grid-template-columns:1fr}.prd-template-grid{grid-template-columns:1fr}}@media print{.prd-topbar,.rb-topbar,.rb-left,.rb-right,.rb-ruler,.topbar,aside,.profile-bar{display:none!important}.weasyprint-designer{border:0!important;box-shadow:none!important}.rb-main{display:block!important}.rb-canvas{padding:0!important;background:#fff!important}.rb-page{transform:none!important;box-shadow:none!important;margin:0!important}.rb-page[style*=transparent]{background:none!important;background-color:transparent!important}}.weasyprint-designer,.zoho-template-studio,.quote-invoice-designer{display:none!important}.qmsrd-manager{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:var(--panel);box-shadow:0 18px 50px #0f172a14;margin-bottom:18px}.qmsrd-top{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,var(--panel2),var(--panel))}.qmsrd-top h2{margin:0;color:var(--text)}.qmsrd-top span{color:var(--muted);font-size:13px}.qmsrd-top div:last-child{display:flex;gap:8px;flex-wrap:wrap}.qmsrd-top .active{background:var(--primary);color:#fff}.qmsrd-template-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;padding:18px}.qmsrd-card{border:1px solid var(--line);border-radius:18px;background:var(--panel2);padding:14px}.qmsrd-card-head{display:flex;justify-content:space-between;gap:8px;margin-bottom:12px}.qmsrd-card-head b{color:var(--text);display:block}.qmsrd-card-head span{color:var(--primary);font-size:11px;font-weight:800}.qmsrd-thumb{background:#fff;border:1px solid #dbe3ef;border-radius:12px;padding:12px;height:160px;margin-bottom:12px}.qmsrd-thumb div{height:20px;background:#714b67;border-radius:6px;margin-bottom:12px}.qmsrd-thumb span{display:block;width:45%;height:14px;background:#e5e7eb;border-radius:99px;margin:0 auto 12px}.qmsrd-thumb table{width:100%;border-collapse:collapse}.qmsrd-thumb td{border:1px solid #dbe3ef;height:18px}.qmsrd-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:8px}.qmsrd-card-actions.three{grid-template-columns:repeat(3,1fr)}.qmsrd-work{display:grid;grid-template-columns:285px minmax(0,1fr) 315px;min-height:800px}.qmsrd-left,.qmsrd-right{background:var(--panel2);padding:14px;overflow:auto;max-height:calc(100vh - 155px)}.qmsrd-left{border-right:1px solid var(--line)}.qmsrd-right{border-left:1px solid var(--line)}.qmsrd-left h3,.qmsrd-right h3{color:var(--text);margin:14px 0 10px}.qmsrd-tools{display:grid;grid-template-columns:1fr 1fr;gap:8px}.qmsrd-layers{display:grid;gap:6px}.qmsrd-layers div{display:grid;grid-template-columns:52px 1fr 28px 28px;gap:6px;align-items:center;border:1px solid var(--line);border-radius:10px;padding:8px;background:var(--panel);cursor:pointer}.qmsrd-layers .active{border-color:#2563eb;background:#2563eb14}.qmsrd-layers span{font-size:10px;color:var(--muted)}.qmsrd-layers b{color:var(--text);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qmsrd-canvas{position:relative;overflow:auto;background:#e5e7eb;padding:48px;outline:none}.qmsrd-canvas.grid{background-image:linear-gradient(#d1d5db 1px,transparent 1px),linear-gradient(90deg,#d1d5db 1px,transparent 1px);background-size:10px 10px}.qmsrd-page{position:relative;background:var(--qmsrd-page-bg,#fff);color:#111827;box-sizing:border-box;margin:0 auto;box-shadow:0 12px 34px #0f172a38;transform:scale(var(--qmsrd-zoom));transform-origin:top center}.qmsrd-el{position:absolute;box-sizing:border-box;border:1px solid transparent;overflow:hidden;cursor:move;white-space:pre-wrap}.qmsrd-el:hover,.qmsrd-el.selected{border-color:#2563eb!important;box-shadow:0 0 0 2px #2563eb29}.qmsrd-band{background:#94a3b824!important;border:1px dashed #94a3b8!important;color:#64748b;font-size:10px;padding:4px}.qmsrd-text{display:flex;align-items:center;padding:2px}.qmsrd-image{display:flex;align-items:center;justify-content:center;background:#f8fafc;border:1px dashed #cbd5e1!important;color:#64748b}.qmsrd-image img{width:100%;height:100%;object-fit:var(--qmsrd-img-fit,contain)}.qmsrd-line{border-top:2px solid currentColor!important;height:0!important}.qmsrd-rect{border:1px solid #cbd5e1!important}.qmsrd-barcode{display:flex;align-items:center;justify-content:center;border:2px solid #111827!important;font-weight:900;background:#fff}.qmsrd-signature{display:flex;align-items:end;justify-content:center;border-bottom:1px solid #64748b!important;color:#64748b}.qmsrd-totals{display:grid;gap:4px;padding:8px;border:1px solid #cbd5e1!important;background:#fff}.qmsrd-totals div{display:flex;justify-content:space-between;border-bottom:1px solid #e2e8f0;padding:4px}.qmsrd-totals .grand{background:#714b67;color:#fff;border-radius:6px;padding:6px}.qmsrd-table table{width:100%;border-collapse:collapse;font-size:12px}.qmsrd-table th{background:#714b67;color:#fff;padding:7px;text-align:left}.qmsrd-table td{border-bottom:1px solid #e2e8f0;padding:7px}.qmsrd-right label{display:grid;gap:6px;color:var(--text);font-weight:700;margin-bottom:10px}.qmsrd-right input[type=checkbox]{width:auto}.qmsrd-quad{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.qmsrd-image-upload{border:1px dashed var(--line);border-radius:12px;padding:10px;display:grid;gap:8px;background:var(--panel);margin-bottom:10px}.qmsrd-image-upload input{display:none}.qmsrd-image-upload label{display:inline-flex!important;width:fit-content;background:var(--primary);color:#fff!important;padding:8px 12px;border-radius:10px;cursor:pointer}.qmsrd-image-upload img{max-height:100px;width:100%;object-fit:contain;background:#fff;border-radius:8px}.qmsrd-table-props{border:1px solid var(--line);border-radius:12px;padding:10px;background:var(--panel);margin-bottom:10px}.qmsrd-table-props div{display:grid;grid-template-columns:1fr 70px auto;gap:6px;margin-top:6px}.qmsrd-manager.full{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;border-radius:0;margin:0;height:100vh}.qmsrd-manager.full .qmsrd-work{min-height:calc(100vh - 64px)}.qmsrd-manager.full .qmsrd-left,.qmsrd-manager.full .qmsrd-right{max-height:calc(100vh - 64px)}@media (max-width:1450px){.qmsrd-work{grid-template-columns:1fr}.qmsrd-left,.qmsrd-right{max-height:none;border:0;border-bottom:1px solid var(--line)}}@media (max-width:900px){.qmsrd-top{flex-direction:column;align-items:flex-start}.qmsrd-template-grid,.qmsrd-card-actions,.qmsrd-card-actions.three{grid-template-columns:1fr}.qmsrd-page{transform:none!important;width:100%!important;height:1123px}.qmsrd-canvas{padding:14px}}@media print{.qmsrd-top,.qmsrd-left,.qmsrd-right,.topbar,aside,.profile-bar{display:none!important}.qmsrd-manager{border:0!important;box-shadow:none!important}.qmsrd-work{display:block!important}.qmsrd-canvas{padding:0!important;background:#fff!important}.qmsrd-page{transform:none!important;box-shadow:none!important;margin:0!important}}.paper-subject{border:1px solid var(--line);border-radius:14px;background:var(--panel2);padding:12px 14px;margin:12px 0}.paper-subject span{display:block;color:var(--muted);font-size:12px;font-weight:800;margin-bottom:4px}.paper-subject b{color:var(--text);font-size:15px}.qmsrd-print-wrap{display:grid;gap:12px;justify-content:center;background:#e5e7eb;padding:24px;overflow:auto}.qmsrd-print-page{position:relative;color:#111827;box-sizing:border-box;box-shadow:0 18px 45px #0f172a3d;transform:scale(var(--qmsrd-print-zoom,1));transform-origin:top center}.qmsrd-print-el{position:absolute;box-sizing:border-box;overflow:hidden;white-space:pre-wrap}.qmsrd-print-band{border:1px dashed #94a3b8;color:#64748b;font-size:10px;background:#94a3b81f!important;padding:4px}.qmsrd-print-text,.qmsrd-print-field,.qmsrd-print-pageNumber{display:flex;align-items:center;padding:2px}.qmsrd-print-image{display:flex;align-items:center;justify-content:center}.qmsrd-print-image img{width:100%;height:100%;object-fit:var(--qmsrd-img-fit,contain)}.qmsrd-print-line{border-top:2px solid currentColor!important;height:0!important}.qmsrd-print-rectangle{border:1px solid #cbd5e1!important}.qmsrd-print-barcode{display:flex;align-items:center;justify-content:center;border:2px solid #111827!important;background:#fff;font-weight:900}.qmsrd-print-signature{display:flex;align-items:end;justify-content:center;border-bottom:1px solid #64748b!important;color:#64748b}.qmsrd-print-totals{display:grid;gap:4px;padding:8px;border:1px solid #cbd5e1!important;background:#fff}.qmsrd-print-totals div{display:flex;justify-content:space-between;border-bottom:1px solid #e2e8f0;padding:4px}.qmsrd-print-totals .grand{background:#714b67;color:#fff;border-radius:6px;padding:6px}.qmsrd-print-table table{width:100%;border-collapse:collapse;font-size:12px}.qmsrd-print-table th{background:#714b67;color:#fff;padding:7px;text-align:left}.qmsrd-print-table td{border-bottom:1px solid #e2e8f0;padding:7px}@media print{.qmsrd-print-wrap{padding:0!important;background:#fff!important;overflow:visible!important}.qmsrd-print-page{box-shadow:none!important;transform:none!important;margin:0!important}}table,table tr,table td,table th,tbody,tbody tr,tbody td,.card table td,.card table th,.panel table td,.panel table th,.drawer table td,.drawer table th,.qmsrd-table td,.qmsrd-table th,.qmsrd-print-table td,.qmsrd-print-table th,.rb-table td,.rb-table th,.zts-table-wrap td,.zts-table-wrap th,.qid-items-block td,.qid-items-block th{opacity:1!important;visibility:visible!important}table input,table textarea,table select,.card table input,.card table textarea,.card table select,.panel table input,.panel table textarea,.panel table select,.drawer table input,.drawer table textarea,.drawer table select{opacity:1!important;visibility:visible!important;color:var(--text)!important;-webkit-text-fill-color:var(--text)!important;background:var(--panel)!important;caret-color:var(--text)!important}table input::placeholder,table textarea::placeholder{color:var(--muted)!important;opacity:1!important;-webkit-text-fill-color:var(--muted)!important}table input:focus,table textarea:focus,table select:focus,table input:not(:focus),table textarea:not(:focus),table select:not(:focus){color:var(--text)!important;-webkit-text-fill-color:var(--text)!important;opacity:1!important}.paper table td,.paper table th,.preview table td,.preview table th,.qmsrd-print-page table td,.qmsrd-print-page table th,.qmsrd-page table td,.qmsrd-page table th,.rb-page table td,.rb-page table th{color:#111827!important;-webkit-text-fill-color:#111827!important;opacity:1!important;visibility:visible!important}.qmsrd-print-table th,.qmsrd-table th,.rb-table th,.qid-items-block th,.zts-table-wrap th{color:#fff!important;-webkit-text-fill-color:#ffffff!important}td input[type=text],td input[type=number],td textarea,td select{min-height:34px;line-height:1.35}input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{-webkit-text-fill-color:var(--text)!important;transition:background-color 9999s ease-in-out 0s!important}[data-theme=dark] table input,[data-theme=dark] table textarea,[data-theme=dark] table select,.dark table input,.dark table textarea,.dark table select,body.dark table input,body.dark table textarea,body.dark table select{color:#f8fafc!important;-webkit-text-fill-color:#f8fafc!important;background:#111827!important;border-color:#334155!important}[data-theme=dark] .card table td,[data-theme=dark] .panel table td,[data-theme=dark] .drawer table td,.dark .card table td,.dark .panel table td,.dark .drawer table td,body.dark .card table td,body.dark .panel table td,body.dark .drawer table td{color:#f8fafc!important;-webkit-text-fill-color:#f8fafc!important}@media print{table td,table th,table input,table textarea,table select{opacity:1!important;visibility:visible!important}.paper table td,.paper table input,.paper table textarea,.paper table select,.qmsrd-print-page table td,.qmsrd-print-page table input,.qmsrd-print-page table textarea,.qmsrd-print-page table select{color:#111827!important;-webkit-text-fill-color:#111827!important;background:transparent!important}}.app-table tbody tr{transition:background .18s ease,box-shadow .18s ease,transform .12s ease;cursor:pointer}.app-table tbody tr:hover td{background:#714b6714}.app-table tbody tr.selected-row td{background:linear-gradient(180deg,#714b6733,#714b671f)!important;color:var(--text)!important;font-weight:700;border-top:1px solid rgba(113,75,103,.28);border-bottom:1px solid rgba(113,75,103,.28)}.app-table tbody tr.selected-row td:first-child{box-shadow:inset 4px 0 0 var(--primary)}body.dark .app-table tbody tr.selected-row td,[data-theme=dark] .app-table tbody tr.selected-row td{background:linear-gradient(180deg,#94a3b833,#33415552)!important;color:#f8fafc!important}body.dark .app-table tbody tr:hover td,[data-theme=dark] .app-table tbody tr:hover td{background:#94a3b81a!important;color:#f8fafc!important}.paper table,.paper table *,.paper .totals,.paper .totals *,.paper .meta,.paper .meta *,.paper .paper-subject,.paper .paper-subject *{opacity:1!important;visibility:visible!important}.paper table td,.paper table td *,.paper table tbody td,.paper table tbody td *,.paper table .desc-cell,.paper table .desc-cell *,.paper table input,.paper table textarea,.paper table select,.paper .totals div,.paper .totals div *{color:#111827!important;-webkit-text-fill-color:#111827!important;opacity:1!important;visibility:visible!important;text-shadow:none!important}.paper table th,.paper table th *{color:#fff!important;-webkit-text-fill-color:#ffffff!important;opacity:1!important;visibility:visible!important}.paper table{border-collapse:collapse}.paper table td,.paper table th{background-clip:padding-box}.qmsrd-print-page table,.qmsrd-print-page table *,.qmsrd-print-page .qmsrd-print-table td,.qmsrd-print-page .qmsrd-print-table td *,.qmsrd-print-page .qmsrd-print-totals,.qmsrd-print-page .qmsrd-print-totals *,.qmsrd-print-page .qmsrd-print-text,.qmsrd-print-page .qmsrd-print-field{opacity:1!important;visibility:visible!important}.qmsrd-print-page table td,.qmsrd-print-page table td *,.qmsrd-print-page .qmsrd-print-table td,.qmsrd-print-page .qmsrd-print-table td *,.qmsrd-print-page .qmsrd-print-text,.qmsrd-print-page .qmsrd-print-text *,.qmsrd-print-page .qmsrd-print-field,.qmsrd-print-page .qmsrd-print-field *,.qmsrd-print-page .qmsrd-print-totals div,.qmsrd-print-page .qmsrd-print-totals div *{color:#111827!important;-webkit-text-fill-color:#111827!important}.qmsrd-print-page table th,.qmsrd-print-page table th *,.qmsrd-print-page .qmsrd-print-table th,.qmsrd-print-page .qmsrd-print-table th *{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.qid-items-block table,.qid-items-block table *,.qid-items-block td,.qid-items-block td *,.qid-items-block th,.qid-items-block th *{opacity:1!important;visibility:visible!important}.qid-items-block td,.qid-items-block td *{color:#111827!important;-webkit-text-fill-color:#111827!important}.qid-items-block th,.qid-items-block th *{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.rb-page table td,.rb-page table td *,.fr-sheet table td,.fr-sheet table td *,.zts-live-sheet table td,.zts-live-sheet table td *{color:#111827!important;-webkit-text-fill-color:#111827!important;opacity:1!important;visibility:visible!important}.rb-page table th,.fr-sheet table th,.zts-live-sheet table th{color:#fff!important;-webkit-text-fill-color:#ffffff!important}@media print{.paper,.paper *,.qmsrd-print-page,.qmsrd-print-page *,.qid-items-block,.qid-items-block *{opacity:1!important;visibility:visible!important;text-shadow:none!important}.paper table td,.paper table td *,.paper .totals div,.paper .totals div *,.qmsrd-print-page table td,.qmsrd-print-page table td *,.qmsrd-print-page .qmsrd-print-text,.qmsrd-print-page .qmsrd-print-field,.qmsrd-print-page .qmsrd-print-totals div,.qmsrd-print-page .qmsrd-print-totals div *,.qid-items-block td,.qid-items-block td *{color:#111827!important;-webkit-text-fill-color:#111827!important}.paper table th,.qmsrd-print-page table th,.qid-items-block th{color:#fff!important;-webkit-text-fill-color:#ffffff!important}}.force-visible-item-cell,.force-visible-item-cell *,td.force-visible-item-cell,td.force-visible-item-cell span{color:#111827!important;-webkit-text-fill-color:#111827!important;background-color:#fff!important;opacity:1!important;visibility:visible!important;filter:none!important;text-shadow:none!important;mix-blend-mode:normal!important}.force-visible-item-head,.force-visible-item-head *{color:#fff!important;-webkit-text-fill-color:#ffffff!important;background-color:#714b67!important;opacity:1!important;visibility:visible!important;filter:none!important;text-shadow:none!important;mix-blend-mode:normal!important}body .qmsrd-print-page .qmsrd-print-table tbody tr td,body .qmsrd-print-page .qmsrd-print-table tbody tr td *,body .qmsrd-print-page table tbody tr td,body .qmsrd-print-page table tbody tr td *,body .paper table tbody tr td,body .paper table tbody tr td *,body .paper .desc-cell,body .paper .desc-cell *,body .qid-items-block tbody tr td,body .qid-items-block tbody tr td *{color:#111827!important;-webkit-text-fill-color:#111827!important;background-color:#fff!important;opacity:1!important;visibility:visible!important;filter:none!important;text-shadow:none!important;mix-blend-mode:normal!important;font-weight:600!important}body .qmsrd-print-page .qmsrd-print-table thead tr th,body .qmsrd-print-page .qmsrd-print-table thead tr th *,body .qmsrd-print-page table thead tr th,body .qmsrd-print-page table thead tr th *,body .paper table thead tr th,body .paper table thead tr th *,body .qid-items-block thead tr th,body .qid-items-block thead tr th *{color:#fff!important;-webkit-text-fill-color:#ffffff!important;background-color:#714b67!important;opacity:1!important;visibility:visible!important}.qmsrd-print-table,.qmsrd-print-table *,.paper table,.paper table *,.qid-items-block table,.qid-items-block table *{opacity:1!important}.professional-select-table tbody tr{cursor:pointer;transition:background .16s ease,box-shadow .16s ease,transform .12s ease}.professional-select-table tbody tr:hover td{background:#714b6714!important}.professional-select-table tbody tr:focus td{background:#714b6724!important;outline:none!important}.professional-select-table tbody tr.selected-row td{background:linear-gradient(90deg,#714b673d,#714b671a)!important;color:var(--text)!important;-webkit-text-fill-color:var(--text)!important;font-weight:800!important;border-top:1px solid rgba(113,75,103,.35)!important;border-bottom:1px solid rgba(113,75,103,.35)!important}.professional-select-table tbody tr.selected-row td:first-child{box-shadow:inset 5px 0 0 var(--primary)!important}.professional-select-table tbody tr.selected-row td:last-child{border-right:1px solid rgba(113,75,103,.35)!important}body.dark .professional-select-table tbody tr.selected-row td,[data-theme=dark] .professional-select-table tbody tr.selected-row td,.dark .professional-select-table tbody tr.selected-row td{background:linear-gradient(90deg,#94a3b83d,#33415559)!important;color:#f8fafc!important;-webkit-text-fill-color:#f8fafc!important}body.dark .professional-select-table tbody tr:hover td,[data-theme=dark] .professional-select-table tbody tr:hover td,.dark .professional-select-table tbody tr:hover td{background:#94a3b81f!important}@media print{.force-visible-item-cell,.force-visible-item-cell *,.qmsrd-print-page table tbody tr td,.qmsrd-print-page table tbody tr td *,.paper table tbody tr td,.paper table tbody tr td *,.qid-items-block tbody tr td,.qid-items-block tbody tr td *{color:#111827!important;-webkit-text-fill-color:#111827!important;background-color:#fff!important;opacity:1!important;visibility:visible!important;filter:none!important;text-shadow:none!important;mix-blend-mode:normal!important}.force-visible-item-head,.force-visible-item-head *,.qmsrd-print-page table thead tr th,.paper table thead tr th,.qid-items-block thead tr th{color:#fff!important;-webkit-text-fill-color:#ffffff!important;background-color:#714b67!important}}n .item-search-cell{min-width:220px!important}.item-search-input{width:100%!important;min-width:220px!important}.item-type-input{width:120px!important;min-width:120px!important;background:var(--panel)!important;color:var(--text)!important;-webkit-text-fill-color:var(--text)!important}.item-description{width:100%!important;min-width:320px!important}.paper table,.paper .print-table,.qmsrd-print-page table,.qmsrd-print-table,.qmsrd-table,.auto-fit-table,.qid-items-block table,.rb-page table,.fr-sheet table,.zts-live-sheet table{width:100%!important;height:auto!important;min-height:unset!important;overflow:visible!important;table-layout:fixed!important;border-collapse:collapse!important}.paper table tbody tr,.qmsrd-print-page table tbody tr,.qmsrd-print-table tbody tr,.qmsrd-table tbody tr,.auto-fit-table tbody tr,.qid-items-block table tbody tr{height:auto!important;min-height:34px!important;break-inside:avoid!important;page-break-inside:avoid!important}.paper table td,.paper table th,.qmsrd-print-page table td,.qmsrd-print-page table th,.qmsrd-print-table td,.qmsrd-print-table th,.qmsrd-table td,.qmsrd-table th,.auto-fit-table td,.auto-fit-table th,.qid-items-block table td,.qid-items-block table th{white-space:normal!important;word-break:break-word!important;overflow-wrap:anywhere!important;vertical-align:top!important;line-height:1.35!important;height:auto!important}.paper .desc-cell,.paper .desc-cell *,.qmsrd-print-page .desc-cell,.qmsrd-print-page .desc-cell *,.qmsrd-print-table .desc-cell,.qmsrd-print-table .desc-cell *,.qid-items-block .desc-cell,.qid-items-block .desc-cell *{white-space:pre-wrap!important;word-break:break-word!important;overflow-wrap:anywhere!important;height:auto!important}.paper,.qmsrd-print-page,.qid-preview-page{overflow:visible!important;height:auto!important;min-height:auto!important}@media print{.paper,.qmsrd-print-page,.paper table,.qmsrd-print-page table,.qmsrd-print-table,.qid-items-block table{overflow:visible!important;height:auto!important;min-height:auto!important}.paper table tbody tr,.qmsrd-print-page table tbody tr,.qmsrd-print-table tbody tr,.qid-items-block table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important;height:auto!important}.paper table td,.paper table th,.qmsrd-print-page table td,.qmsrd-print-page table th,.qmsrd-print-table td,.qmsrd-print-table th,.qid-items-block table td,.qid-items-block table th{white-space:normal!important;word-break:break-word!important;overflow-wrap:anywhere!important;vertical-align:top!important;height:auto!important}}.auto-fit-report-table,.preview-items-table,.qid-items-block table,.paper table,.qmsrd-print-page table,.qmsrd-print-table{width:100%!important;table-layout:fixed!important;border-collapse:collapse!important;height:auto!important;overflow:visible!important}.auto-fit-report-table tbody tr,.preview-items-table tbody tr,.qid-items-block table tbody tr,.paper table tbody tr,.qmsrd-print-page table tbody tr,.qmsrd-print-table tbody tr{height:auto!important;min-height:34px!important;break-inside:avoid!important;page-break-inside:avoid!important}.auto-fit-report-table td,.auto-fit-report-table th,.preview-items-table td,.preview-items-table th,.qid-items-block table td,.qid-items-block table th,.paper table td,.paper table th,.qmsrd-print-page table td,.qmsrd-print-page table th,.qmsrd-print-table td,.qmsrd-print-table th{white-space:normal!important;word-break:break-word!important;overflow-wrap:anywhere!important;vertical-align:top!important;line-height:1.35!important;height:auto!important}.desc-cell,.desc-cell *{white-space:pre-wrap!important;word-break:break-word!important;overflow-wrap:anywhere!important}.paper{overflow:visible!important}.paper .totals,.preview-totals-safe{clear:both!important;position:relative!important;z-index:3!important;margin-top:14px!important;margin-left:auto!important;max-width:340px!important;break-inside:avoid!important;page-break-inside:avoid!important}.paper .paper-footer,.paper .paper-image-footer,.paper .paper-page-number{clear:both!important}.qid-paper{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:12px!important;overflow:visible!important}.qid-block{position:relative!important;overflow:visible!important;flex:0 0 auto!important;break-inside:avoid!important;page-break-inside:avoid!important}.qid-items-block{height:auto!important;overflow:visible!important}.qid-totals-block,.qid-flow-after-items{align-self:flex-end!important;width:100%!important;max-width:340px!important;margin-top:12px!important;clear:both!important}.qid-terms-block,.qid-flow-after-totals{width:100%!important;margin-top:12px!important;clear:both!important}.qid-footer-block.footer-bottom-lock{margin-top:auto!important;clear:both!important}@media print{.paper,.qid-paper,.qmsrd-print-page{overflow:visible!important;height:auto!important}.paper .totals,.preview-totals-safe,.qid-totals-block,.qid-terms-block,.qid-footer-block{break-inside:avoid!important;page-break-inside:avoid!important;clear:both!important;position:relative!important}.paper table,.qid-items-block table,.qmsrd-print-page table,.qmsrd-print-table{height:auto!important;overflow:visible!important}}.preview-drawer{padding:12px!important;align-items:stretch!important;justify-content:center!important}.preview-panel-fullsize{width:calc(100vw - 24px)!important;max-width:none!important;height:calc(100vh - 24px)!important;max-height:none!important;margin:0 auto!important;display:flex!important;flex-direction:column!important;overflow:auto!important;border-radius:14px!important}.preview-panel-fullsize .drawerhead{position:sticky!important;top:0!important;z-index:30!important;background:inherit!important;flex:0 0 auto!important}.preview-paper-fullsize{width:min(1200px,calc(100% - 8px))!important;max-width:1200px!important;margin:0 auto 18px!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:12px!important;overflow:visible!important;min-height:fit-content!important;position:relative!important;box-sizing:border-box!important}.preview-paper-fullsize>*{flex:0 0 auto!important}.flow-safe-table,.preview-items-table,.preview-paper-fullsize table{width:100%!important;table-layout:fixed!important;border-collapse:collapse!important;height:auto!important;overflow:visible!important}.flow-safe-table tbody tr,.preview-items-table tbody tr,.preview-paper-fullsize table tbody tr{height:auto!important;min-height:34px!important;page-break-inside:avoid!important;break-inside:avoid!important}.flow-safe-table td,.flow-safe-table th,.preview-items-table td,.preview-items-table th,.preview-paper-fullsize table td,.preview-paper-fullsize table th{height:auto!important;line-height:1.35!important;white-space:normal!important;word-break:break-word!important;overflow-wrap:anywhere!important;vertical-align:top!important}.preview-totals-safe,.preview-paper-fullsize .totals{position:relative!important;float:none!important;clear:both!important;align-self:flex-end!important;width:100%!important;max-width:360px!important;margin:10px 0 0 auto!important;z-index:5!important;page-break-inside:avoid!important;break-inside:avoid!important}.flow-safe-extra,.preview-extra-blocks{position:relative!important;clear:both!important;width:100%!important;margin-top:12px!important;z-index:4!important;display:flex!important;flex-direction:column!important;gap:10px!important;page-break-inside:avoid!important;break-inside:avoid!important}.preview-extra-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.preview-extra-card{border:1px solid var(--line, #dbe1ea)!important;border-radius:12px!important;padding:12px 14px!important;background:#ffffffc7!important}.preview-extra-card span{display:block!important;font-size:12px!important;font-weight:700!important;color:var(--muted, #64748b)!important;margin-bottom:6px!important}.preview-extra-card b,.preview-extra-card p{color:#111827!important;margin:0!important}.preview-paper-fullsize .paper-image-footer,.preview-paper-fullsize .paper-footer,.preview-paper-fullsize .paper-page-number{position:relative!important;clear:both!important;margin-top:12px!important;z-index:2!important}@media (max-width: 1100px){.preview-panel-fullsize{width:calc(100vw - 10px)!important;height:calc(100vh - 10px)!important}.preview-paper-fullsize{width:calc(100% - 4px)!important;max-width:none!important}.preview-extra-grid{grid-template-columns:1fr!important}}@media print{.preview-panel-fullsize,.preview-paper-fullsize{width:100%!important;max-width:none!important;height:auto!important;overflow:visible!important}.preview-paper-fullsize .totals,.preview-totals-safe,.preview-extra-blocks,.flow-safe-extra,.paper-image-footer,.paper-footer,.paper-page-number{position:relative!important;float:none!important;clear:both!important;page-break-inside:avoid!important;break-inside:avoid!important}.preview-paper-fullsize table{height:auto!important;overflow:visible!important}}.drawer:has(.paper),.drawer:has(.qmsrd-print-page),.drawer.preview-drawer{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;height:100vh!important;max-width:none!important;max-height:none!important;padding:8px!important;background:#0f172a!important;align-items:stretch!important;justify-content:stretch!important;overflow:hidden!important;z-index:9999!important}.drawer:has(.paper) .panel.wide,.drawer:has(.qmsrd-print-page) .panel.wide,.preview-panel-fullsize{width:calc(100vw - 16px)!important;max-width:none!important;height:calc(100vh - 16px)!important;max-height:none!important;margin:0!important;display:flex!important;flex-direction:column!important;overflow:auto!important;border-radius:12px!important}.drawer:has(.paper) .drawerhead,.drawer:has(.qmsrd-print-page) .drawerhead,.preview-panel-fullsize .drawerhead{position:sticky!important;top:0!important;z-index:100!important;flex:0 0 auto!important;background:#0f172a!important}.drawer:has(.paper) .paper,.paper.preview-paper-fullsize,.paper.a4-lock{position:relative!important;float:none!important;display:block!important;width:min(1180px,calc(100vw - 56px))!important;max-width:none!important;min-width:980px!important;height:auto!important;min-height:auto!important;max-height:none!important;overflow:visible!important;margin:0 auto 30px!important;box-sizing:border-box!important;transform:none!important}.paper>.paperhead,.paper>.meta,.paper>table,.paper>.preview-items-table,.paper>.totals,.paper>.preview-totals-safe,.paper>.preview-extra-blocks,.paper>.paper-image-footer,.paper>.paper-footer,.paper>.paper-page-number{position:relative!important;float:none!important;transform:none!important;inset:auto!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;clear:both!important}.paper>table,.paper .preview-items-table,.paper table{display:table!important;width:100%!important;table-layout:fixed!important;border-collapse:collapse!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;margin:14px 0 18px!important;position:relative!important;z-index:1!important}.paper table tbody{display:table-row-group!important;height:auto!important;overflow:visible!important}.paper table tr{display:table-row!important;height:auto!important;min-height:34px!important;page-break-inside:avoid!important;break-inside:avoid!important;position:relative!important}.paper table td,.paper table th{display:table-cell!important;position:static!important;height:auto!important;min-height:34px!important;line-height:1.35!important;white-space:normal!important;word-break:break-word!important;overflow-wrap:anywhere!important;vertical-align:top!important;overflow:visible!important}.paper>.totals,.paper>.preview-totals-safe,.paper .totals,.paper .preview-totals-safe{position:relative!important;float:none!important;clear:both!important;transform:none!important;inset:auto!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;display:block!important;width:360px!important;max-width:360px!important;min-width:320px!important;height:auto!important;max-height:none!important;overflow:visible!important;margin:18px 0 18px auto!important;z-index:5!important;background:#fff!important;page-break-inside:avoid!important;break-inside:avoid!important}.paper>.preview-extra-blocks,.paper>.flow-safe-extra,.paper>.paper-footer,.paper>.paper-image-footer,.paper>.paper-page-number{position:relative!important;float:none!important;clear:both!important;transform:none!important;inset:auto!important;width:100%!important;margin-top:14px!important;z-index:2!important;page-break-inside:avoid!important;break-inside:avoid!important}.a4-lock .totals,.a4-lock .preview-totals-safe,.has-repeat-header .totals,.has-repeat-footer .totals{position:relative!important;float:none!important;clear:both!important;transform:none!important;margin-top:18px!important;margin-left:auto!important;margin-right:0!important}.qmsrd-print-page{height:auto!important;min-height:auto!important;max-height:none!important;overflow:visible!important}.qmsrd-print-page .qmsrd-print-table{position:relative!important;height:auto!important;overflow:visible!important;margin-bottom:18px!important}.qmsrd-print-page .qmsrd-print-totals{position:relative!important;float:none!important;clear:both!important;transform:none!important;margin-top:18px!important;margin-left:auto!important;z-index:5!important}@media print{.drawer:has(.paper),.drawer:has(.qmsrd-print-page),.drawer.preview-drawer,.drawer:has(.paper) .panel.wide,.drawer:has(.qmsrd-print-page) .panel.wide,.preview-panel-fullsize{position:static!important;inset:auto!important;width:100%!important;height:auto!important;max-width:none!important;max-height:none!important;padding:0!important;overflow:visible!important;background:#fff!important}.drawerhead,.actions,.drawerhead button{display:none!important}.paper,.paper.a4-lock,.paper.preview-paper-fullsize{width:100%!important;min-width:0!important;max-width:none!important;height:auto!important;overflow:visible!important;margin:0!important;transform:none!important}.paper table,.paper table tbody,.paper table tr,.paper table td,.paper table th{height:auto!important;overflow:visible!important;page-break-inside:avoid!important;break-inside:avoid!important}.paper .totals,.paper .preview-totals-safe,.paper .preview-extra-blocks,.paper .paper-footer,.paper .paper-image-footer,.paper .paper-page-number{position:relative!important;float:none!important;clear:both!important;transform:none!important;page-break-inside:avoid!important;break-inside:avoid!important}}.drawer:has(.paper),.drawer.preview-drawer{background:#0f172a!important}.drawer:has(.paper) .panel.wide,.preview-panel-fullsize{overflow:auto!important}.paper,.paper.a4-lock,.paper.preview-paper-fullsize{width:210mm!important;min-width:210mm!important;max-width:210mm!important;min-height:297mm!important;margin:0 auto 20px!important;box-sizing:border-box!important;display:block!important;position:relative!important;overflow:visible!important;background:#fff!important}.paper{padding-top:var(--a4-mt, 12mm)!important;padding-right:var(--a4-mr, 10mm)!important;padding-bottom:var(--a4-mb, 12mm)!important;padding-left:var(--a4-ml, 10mm)!important}.paper>*{position:relative!important;float:none!important;clear:both!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;max-width:100%!important;box-sizing:border-box!important}.paper .paperhead,.paper .meta,.paper .paper-title,.paper .doctype-title{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}.paper table,.paper .preview-items-table,.paper .flow-safe-table{width:100%!important;max-width:100%!important;table-layout:fixed!important;border-collapse:collapse!important;margin:12px 0 14px!important;display:table!important;overflow:visible!important}.paper table thead{display:table-header-group!important}.paper table tbody{display:table-row-group!important}.paper table tr{display:table-row!important;page-break-inside:avoid!important;break-inside:avoid!important}.paper table th,.paper table td{display:table-cell!important;max-width:100%!important;white-space:normal!important;word-break:break-word!important;overflow-wrap:anywhere!important;vertical-align:top!important;line-height:1.35!important;box-sizing:border-box!important}.paper .desc-cell,.paper .desc-cell *,.paper .preview-extra-card p,.paper .preview-extra-card b,.paper .paper-notes,.paper .paper-notes *,.paper .paper-terms,.paper .paper-terms *,.paper .terms,.paper .terms *{white-space:pre-wrap!important;word-break:break-word!important;overflow-wrap:anywhere!important}.paper .totals,.paper .preview-totals-safe{width:78mm!important;max-width:78mm!important;min-width:78mm!important;margin:10px 0 12px auto!important;display:block!important;position:relative!important;float:none!important;clear:both!important;box-sizing:border-box!important;z-index:3!important;break-inside:avoid!important;page-break-inside:avoid!important}.paper .preview-extra-blocks,.paper .flow-safe-extra,.paper .paper-notes,.paper .paper-terms,.paper .terms{width:100%!important;max-width:100%!important;margin:12px 0 0!important;display:block!important;position:relative!important;clear:both!important;box-sizing:border-box!important;z-index:2!important}.paper .preview-extra-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;width:100%!important;max-width:100%!important}.paper .preview-extra-card{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.paper .paper-footer,.paper .paper-image-footer,.paper .paper-page-number,.paper .authorized-signature{width:100%!important;max-width:100%!important;margin-top:12px!important;display:block!important;position:relative!important;clear:both!important;box-sizing:border-box!important}.paper .paper-image-footer img,.paper .paper-footer img{width:100%!important;max-width:100%!important;height:auto!important;object-fit:contain!important;display:block!important}.paper .footer-bottom-lock{margin-top:14px!important}@media screen and (max-width: 1600px){.drawer:has(.paper) .panel.wide,.preview-panel-fullsize{padding-bottom:20px!important}.paper,.paper.a4-lock,.paper.preview-paper-fullsize{transform-origin:top center!important}}@media screen and (max-width: 1280px){.paper,.paper.a4-lock,.paper.preview-paper-fullsize{width:calc(100vw - 48px)!important;min-width:0!important;max-width:210mm!important}}@media screen and (max-width: 900px){.paper .preview-extra-grid{grid-template-columns:1fr!important}.paper .totals,.paper .preview-totals-safe{width:100%!important;max-width:100%!important;min-width:0!important}}@media print{html,body{width:210mm!important;height:auto!important;margin:0!important;padding:0!important;background:#fff!important}.drawer,.panel,.drawerhead{background:#fff!important;box-shadow:none!important}.drawerhead,.drawerhead button,.actions{display:none!important}.paper,.paper.a4-lock,.paper.preview-paper-fullsize{width:210mm!important;min-width:210mm!important;max-width:210mm!important;min-height:297mm!important;margin:0!important;transform:none!important;overflow:visible!important;box-shadow:none!important;page-break-after:auto!important}.paper table,.paper .preview-items-table,.paper .flow-safe-table{width:100%!important;max-width:100%!important}.paper .totals,.paper .preview-totals-safe{width:78mm!important;max-width:78mm!important;min-width:78mm!important;margin-left:auto!important;margin-right:0!important}.paper .paper-footer,.paper .paper-image-footer,.paper .paper-page-number,.paper .authorized-signature,.paper .preview-extra-blocks{width:100%!important;max-width:100%!important}}.clean-preview-drawer{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:9999!important;padding:8px!important;background:#0f172a!important;overflow:hidden!important;align-items:stretch!important;justify-content:stretch!important}.clean-preview-panel{width:calc(100vw - 16px)!important;max-width:none!important;height:calc(100vh - 16px)!important;max-height:none!important;margin:0!important;border-radius:12px!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.clean-preview-toolbar{flex:0 0 auto!important;position:sticky!important;top:0!important;z-index:100!important;background:#0f172a!important}.clean-report-scroll{flex:1 1 auto!important;overflow:auto!important;padding:18px!important;background:#e5e7eb!important}.clean-report-page{width:210mm!important;min-height:297mm!important;margin:0 auto 24px!important;padding:var(--a4-mt, 12mm) var(--a4-mr, 10mm) var(--a4-mb, 12mm) var(--a4-ml, 10mm)!important;background:#fff!important;color:#111827!important;box-sizing:border-box!important;box-shadow:0 18px 45px #0f172a38!important;overflow:visible!important;display:block!important;position:relative!important}.clean-report-page *{box-sizing:border-box!important}.clean-report-image-header,.clean-report-image-footer{width:100%!important;overflow:hidden!important;margin-bottom:14px!important;position:relative!important;clear:both!important}.clean-report-image-header img,.clean-report-image-footer img{width:100%!important;height:100%!important;object-fit:contain!important;display:block!important}.clean-report-head{display:grid!important;grid-template-columns:1fr 180px!important;gap:16px!important;align-items:start!important;width:100%!important;margin-bottom:16px!important;clear:both!important;position:relative!important}.clean-report-company{display:flex!important;gap:12px!important;align-items:flex-start!important;min-width:0!important}.clean-report-logo{width:72px!important;max-height:72px!important;object-fit:contain!important}.clean-report-company h1{margin:0 0 4px!important;font-size:22px!important;color:#111827!important}.clean-report-company p,.clean-report-company small,.clean-report-company em{display:block!important;margin:2px 0!important;color:#475569!important;font-style:normal!important}.clean-report-docinfo{text-align:right!important}.clean-report-docinfo h2{margin:0 0 8px!important;color:#111827!important}.clean-report-docinfo b{display:block!important;margin-bottom:8px!important;color:#111827!important}.clean-report-subject{border:1px solid #dbe3ef!important;border-radius:10px!important;padding:10px 12px!important;margin:0 0 14px!important;background:#f8fafc!important;clear:both!important}.clean-report-subject span,.clean-report-meta span,.clean-report-terms h3{display:block!important;color:#64748b!important;font-size:12px!important;font-weight:800!important;margin-bottom:4px!important}.clean-report-subject b{color:#111827!important}.clean-report-meta{display:grid!important;grid-template-columns:1.4fr .8fr!important;gap:16px!important;width:100%!important;margin-bottom:16px!important;clear:both!important}.clean-report-meta>div{border:1px solid #dbe3ef!important;border-radius:12px!important;padding:12px!important;background:#f8fafc!important;min-width:0!important}.clean-report-meta b,.clean-report-meta p{color:#111827!important;margin:0 0 8px!important;word-break:break-word!important}.clean-report-items{width:100%!important;table-layout:fixed!important;border-collapse:collapse!important;margin:0 0 16px!important;clear:both!important;position:relative!important}.clean-report-items th{background:#714b67!important;color:#fff!important;padding:8px!important;font-size:12px!important;text-align:left!important}.clean-report-items td{color:#111827!important;padding:7px 8px!important;font-size:12px!important;border-bottom:1px solid #e2e8f0!important;vertical-align:top!important;white-space:normal!important;word-break:break-word!important;overflow-wrap:anywhere!important;line-height:1.35!important}.clean-report-items th:nth-child(1),.clean-report-items td:nth-child(1){width:13%!important}.clean-report-items th:nth-child(2),.clean-report-items td:nth-child(2){width:31%!important}.clean-report-items th:nth-child(3),.clean-report-items td:nth-child(3){width:7%!important;text-align:center!important}.clean-report-items th:nth-child(4),.clean-report-items td:nth-child(4){width:13%!important;text-align:right!important}.clean-report-items th:nth-child(5),.clean-report-items td:nth-child(5){width:13%!important;text-align:right!important}.clean-report-items th:nth-child(6),.clean-report-items td:nth-child(6){width:8%!important;text-align:center!important}.clean-report-items th:nth-child(7),.clean-report-items td:nth-child(7){width:15%!important;text-align:right!important}.clean-desc-cell{white-space:pre-wrap!important}.clean-report-bottom{display:grid!important;grid-template-columns:1fr 78mm!important;gap:16px!important;align-items:start!important;width:100%!important;clear:both!important;margin-top:14px!important;position:relative!important}.clean-report-terms{min-width:0!important;color:#111827!important}.clean-report-terms h3{margin:0 0 8px!important}.clean-report-terms p{margin:0 0 6px!important;color:#111827!important;font-size:12px!important;line-height:1.35!important;white-space:pre-wrap!important;word-break:break-word!important;overflow-wrap:anywhere!important}.clean-report-totals{width:78mm!important;max-width:78mm!important;justify-self:end!important;border:1px solid #dbe3ef!important;background:#fff!important;break-inside:avoid!important;page-break-inside:avoid!important}.clean-report-totals div{display:flex!important;justify-content:space-between!important;gap:12px!important;padding:8px 10px!important;border-bottom:1px solid #e2e8f0!important;color:#111827!important}.clean-report-totals div:last-child{border-bottom:0!important}.clean-report-totals .grand{background:#714b67!important;color:#fff!important;font-size:17px!important;font-weight:900!important}.clean-report-totals .grand span,.clean-report-totals .grand b{color:#fff!important}.clean-report-signature{width:78mm!important;margin:28px 0 14px auto!important;padding-top:18px!important;border-top:1px solid #64748b!important;color:#111827!important;text-align:center!important;clear:both!important}.clean-report-footer-text,.clean-report-page-number{width:100%!important;margin-top:8px!important;text-align:center!important;color:#64748b!important;font-size:11px!important;clear:both!important}@media screen and (max-width: 900px){.clean-report-page{width:calc(100vw - 40px)!important;min-width:0!important}.clean-report-head,.clean-report-meta,.clean-report-bottom{grid-template-columns:1fr!important}.clean-report-docinfo{text-align:left!important}.clean-report-totals,.clean-report-signature{width:100%!important;max-width:100%!important}}@page{size:A4 portrait;margin:0}@media print{.clean-preview-drawer,.clean-preview-panel,.clean-report-scroll{position:static!important;inset:auto!important;width:100%!important;height:auto!important;max-width:none!important;max-height:none!important;padding:0!important;margin:0!important;overflow:visible!important;background:#fff!important;box-shadow:none!important}.clean-preview-toolbar{display:none!important}.clean-report-page{width:210mm!important;min-height:297mm!important;margin:0!important;box-shadow:none!important;padding:var(--a4-mt, 12mm) var(--a4-mr, 10mm) var(--a4-mb, 12mm) var(--a4-ml, 10mm)!important}.clean-report-items thead{display:table-header-group!important}.clean-report-items tr,.clean-report-bottom,.clean-report-totals,.clean-report-terms,.clean-report-signature,.clean-report-image-footer{break-inside:avoid!important;page-break-inside:avoid!important}}.template-applied-banner{display:flex!important;justify-content:space-between!important;gap:12px!important;align-items:center!important;border:1px solid #dbe3ef!important;border-radius:10px!important;background:#f8fafc!important;padding:8px 10px!important;margin-bottom:12px!important;color:#111827!important}.template-applied-banner b{color:#111827!important}.template-applied-banner span{color:#64748b!important;font-size:12px!important;font-weight:700!important}.default-template-preview .clean-report-page{width:210mm!important;min-height:297mm!important;padding:var(--a4-mt,12mm) var(--a4-mr,12mm) var(--a4-mb,12mm) var(--a4-ml,12mm)!important}.default-template-preview .clean-report-items{width:100%!important;table-layout:fixed!important;border-collapse:collapse!important}.default-template-preview .clean-report-bottom{display:grid!important;grid-template-columns:1fr 78mm!important;gap:16px!important;align-items:start!important;margin-top:14px!important;clear:both!important}.default-template-preview .clean-report-totals{width:78mm!important;justify-self:end!important}@media print{.template-applied-banner{display:none!important}}.zoho-style-template-shell{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:var(--panel);box-shadow:0 18px 50px #0f172a14;margin-bottom:22px}.zt-topbar{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px 18px;border-bottom:1px solid var(--line);background:var(--panel)}.zt-brand{display:flex;align-items:center;gap:22px}.zt-brand b{color:var(--text);font-size:16px}.zt-brand span{color:var(--primary);font-weight:800}.zt-actions{display:flex;gap:10px;flex-wrap:wrap}.zt-actions select,.zt-actions button{min-height:38px}.zt-layout{display:grid;grid-template-columns:72px 420px minmax(0,1fr);min-height:820px;--zt-accent:#714b67}.zt-sidebar{background:#111827;display:flex;flex-direction:column;align-items:stretch;padding:12px 8px;gap:8px}.zt-sidebar button{border:0;background:transparent;color:#e5e7eb;border-radius:10px;padding:10px 6px;display:grid;gap:5px;justify-items:center;font-size:11px}.zt-sidebar button.active{background:var(--zt-accent);color:#fff}.zt-sidebar i{font-style:normal;font-size:20px}.zt-sidebar-bottom{margin-top:auto;display:grid;gap:8px}.zt-settings{border-right:1px solid var(--line);background:var(--panel2);padding:18px;overflow:auto}.zt-title-row{display:flex;gap:12px;align-items:flex-start;margin-bottom:16px}.zt-title-row h2{margin:0;color:var(--text)}.zt-title-row p{margin:3px 0 0;color:var(--muted)}.zt-template-toolbar{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px}.zt-card,.zt-default-card{background:var(--panel);border:1px solid var(--line);border-radius:14px;overflow:hidden;margin-bottom:14px}.zt-card-head{padding:14px 16px;display:flex;justify-content:space-between;border-bottom:1px solid var(--line);color:var(--text)}.zt-card label{position:relative;display:grid;gap:7px;padding:12px 16px;color:var(--text);font-weight:800}.zt-card input,.zt-card select,.zt-card textarea{width:100%}.zt-card small{color:var(--muted);font-weight:600}.zt-field-title{padding:12px 16px 4px;color:var(--text);font-weight:900}.zt-radio-row{display:flex;gap:16px;padding:8px 16px 12px}.zt-radio{display:flex!important;grid-template-columns:auto auto!important;align-items:center;padding:0!important;gap:8px!important}.zt-radio input{width:auto!important;accent-color:var(--zt-accent)}.zt-margin-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:8px 16px 12px}.zt-margin-grid label{padding:0}.zt-switch-row{display:flex!important;flex-direction:row!important;justify-content:space-between;align-items:center}.zt-switch-row input{width:44px!important;height:24px;accent-color:var(--zt-accent)}.zt-collapse{margin:12px 16px;padding:14px;border:1px solid var(--line);border-radius:12px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;color:var(--text)}.zt-collapse b{color:var(--zt-accent);font-size:20px}.zt-default-card{padding:14px}.zt-default-card b{color:var(--text)}.zt-default-card p{color:var(--muted);margin:5px 0 12px}.zt-default-card div{display:flex;gap:8px}.zt-default-card button.active{background:var(--zt-accent);color:#fff}.zt-preview{background:#f5f6fa;position:relative;overflow:auto;padding:22px}.zt-preview-controls{position:sticky;top:0;z-index:5;display:flex;justify-content:flex-end;gap:8px;margin-bottom:12px}.zt-preview-controls span{background:#fff;border:1px solid #dbe3ef;padding:8px 14px;border-radius:8px;color:#111827;font-weight:800}.zt-page-wrap{border:1px solid #dbe3ef;border-radius:14px;background:#f8fafc;min-height:760px;padding:24px;display:flex;justify-content:center}.zt-page{width:210mm;min-height:297mm;background:var(--zt-page-bg,#fff);transform:scale(var(--zt-zoom));transform-origin:top center;box-shadow:0 18px 48px #0f172a29;padding:16mm;color:#111827;font-family:Inter,Arial,sans-serif}.zt-doc-head{display:grid;grid-template-columns:1fr 180px;gap:18px;margin-bottom:22px}.zt-doc-company{display:flex;gap:14px}.zt-doc-logo{width:54px;height:54px;border-radius:14px;display:grid;place-items:center;background:var(--zt-accent);color:#fff;font-size:28px}.zt-doc-company h3,.zt-doc-title h2{margin:0 0 6px}.zt-doc-company p,.zt-doc-title p{margin:0;color:#475569;font-size:12px}.zt-doc-title{text-align:right}.zt-doc-title b{color:var(--zt-accent)}.zt-doc-title span{font-weight:900;color:#111827}.zt-billto{margin-bottom:14px}.zt-billto b{display:block;margin-bottom:6px}.zt-billto p{margin:0;color:#334155;font-size:12px}.zt-doc-table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:12px}.zt-doc-table th{background:var(--zt-accent);color:#fff;padding:8px;text-align:left}.zt-doc-table td{padding:8px;border-bottom:1px solid #e2e8f0;vertical-align:top}.zt-doc-table small{display:block;color:#64748b;margin-top:3px}.zt-summary{width:78mm;margin:16px 0 14px auto}.zt-summary div{display:flex;justify-content:space-between;padding:8px}.zt-summary .grand{background:#714b671f;color:var(--zt-accent);border:1px solid rgba(113,75,103,.25);font-size:17px;font-weight:900}.zt-notes{border-top:1px solid #dbe3ef;display:grid;grid-template-columns:1fr 1fr;gap:18px;padding-top:14px;font-size:12px}.zt-notes h4{margin:0 0 6px}.zt-notes p{margin:0;color:#334155}.zt-signatures{display:flex;justify-content:space-between;margin-top:42px}.zt-signatures span{border-top:1px solid #64748b;padding-top:8px;min-width:180px;text-align:center;font-size:12px}@media (max-width:1300px){.zt-layout{grid-template-columns:72px 1fr}.zt-preview{grid-column:1/-1}}.rb-layout{display:grid;grid-template-columns:260px minmax(420px,1fr) 380px;gap:18px;align-items:start}.rb-list{display:flex;flex-direction:column;gap:10px}.rb-row{display:flex;flex-direction:column;gap:4px;text-align:left;padding:12px;border:1px solid var(--line);border-radius:12px;background:var(--card);color:var(--text);text-decoration:none}.rb-row.active{border-color:var(--accent);box-shadow:0 0 0 2px #714b6740}.rb-row span{color:var(--muted);font-size:12px}.rb-tools{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.rb-json{min-height:620px;font-family:Consolas,monospace;font-size:12px}.rb-preview{position:sticky;top:18px}.rb-mini-wrap{overflow:auto;background:#eef2f7;border-radius:16px;padding:22px}.rb-mini-page{position:relative;margin:auto;box-shadow:0 10px 25px #0000002e;transform-origin:top left}.rb-mini-el{position:absolute;border:1px dashed #94a3b8;overflow:hidden;white-space:pre-wrap;padding:2px;background:#ffffff8c}.rb-mini-table{background:#714b672e;font-weight:800}.rb-mini-totals{background:#10b9811f;font-weight:800}.rb-preview-error{padding:20px;border:1px solid #ef4444;color:#ef4444;border-radius:12px}@media (max-width:1200px){.rb-layout{grid-template-columns:1fr}.rb-preview{position:static}}.rb-template-dashboard{display:grid;gap:18px}.rb-template-summary{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:16px}.rb-stat{display:grid;gap:6px}.rb-stat span{color:var(--muted);font-size:13px}.rb-stat b{font-size:28px;color:var(--text)}.rb-stat small{color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rb-gallery-panel{display:grid;gap:16px}.rb-gallery-toolbar{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.rb-gallery-toolbar h2{margin:0;color:var(--text)}.rb-gallery-toolbar p{margin:4px 0 0;color:var(--muted)}.rb-gallery-controls{display:flex;gap:10px;min-width:380px}.rb-gallery-controls input,.rb-gallery-controls select{width:100%}.rb-template-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.rb-template-card{position:relative;display:grid;gap:12px;padding:16px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,var(--panel),var(--panel2));box-shadow:0 12px 30px #0f172a14}.rb-template-card.default{border-color:var(--primary);box-shadow:0 0 0 2px #714b6740}.rb-template-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.rb-doc-pill,.rb-default-pill{display:inline-flex;align-items:center;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800;margin-right:6px}.rb-doc-pill.quotation{background:#3b82f624;color:#93c5fd}.rb-doc-pill.invoice{background:#10b98124;color:#6ee7b7}.rb-default-pill{background:#714b6733;color:#f9a8d4}.rb-template-card h3{margin:0;color:var(--text);font-size:18px}.rb-template-card p{margin:0;color:var(--muted);font-size:13px}.rb-template-meta{display:flex;justify-content:space-between;gap:10px;color:var(--muted);font-size:12px}.rb-menu-wrap{position:relative}.rb-menu-btn{width:36px;height:36px;padding:0;border-radius:12px;font-size:18px;font-weight:900}.rb-dropdown{position:absolute;right:0;top:42px;z-index:50;min-width:160px;background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:8px;box-shadow:0 18px 45px #00000047;display:grid;gap:6px}.rb-dropdown button{justify-content:flex-start;text-align:left;border:0;background:transparent}.rb-dropdown button:hover{background:#94a3b81f}.rb-dropdown .danger,.rb-tools .danger{color:#fca5a5}.rb-card-preview{max-height:190px;overflow:hidden;border-radius:14px;background:#eef2f7;padding:10px}.rb-card-preview .rb-mini-wrap{padding:8px;transform:scale(.72);transform-origin:top left;width:138%;height:250px}.rb-card-actions{display:flex;gap:8px}.rb-card-actions button{flex:1}.rb-history-panel{display:grid;gap:10px}.rb-history-row{display:flex;justify-content:space-between;gap:12px;text-decoration:none;color:var(--text);border:1px solid var(--line);border-radius:12px;padding:12px;background:var(--panel2)}.rb-history-row span{color:var(--muted);font-size:12px}.rb-empty{text-align:center;border:1px dashed var(--line);border-radius:18px;padding:34px;color:var(--muted)}.rb-edit-layout{display:grid;grid-template-columns:minmax(420px,1fr) 390px;gap:18px;align-items:start}@media (max-width:1200px){.rb-template-summary{grid-template-columns:1fr}.rb-gallery-toolbar{flex-direction:column}.rb-gallery-controls{min-width:0;width:100%;flex-direction:column}.rb-edit-layout{grid-template-columns:1fr}.rb-preview{position:static}}.weasy-studio-modern{display:grid;grid-template-columns:minmax(390px,520px) 1fr;gap:18px;align-items:start}.weasy-side-panel{max-height:calc(100vh - 150px);overflow:auto}.weasy-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0}.weasy-tabs button{background:#1f2b3a;border:1px solid #334155}.weasy-tabs button.active{background:var(--accent);color:#fff}.weasy-panel-section{display:flex;flex-direction:column;gap:12px}.weasy-panel-section h3{margin:10px 0 2px}.weasy-panel-section label{display:flex;flex-direction:column;gap:6px;font-weight:800}.weasy-panel-section input,.weasy-panel-section textarea,.weasy-panel-section select{background:#1f2b3a;border:1px solid #48586d;border-radius:10px;color:#fff;padding:10px}.weasy-panel-section textarea{min-height:70px}.weasy-upload-box{border:1px dashed #607089;border-radius:14px;padding:12px;background:#111827;display:flex;flex-direction:column;gap:8px}.weasy-upload-box span{color:#cbd5e1;font-size:12px}.weasy-upload-box input{padding:8px;background:#0f172a}.weasy-upload-box img{max-width:100%;max-height:95px;object-fit:contain;background:#fff;border-radius:8px}.checkline{flex-direction:row!important;align-items:center;font-weight:700!important}.checkline input{width:auto}.weasy-object-editor{display:grid;grid-template-columns:1fr 1fr;gap:8px}.weasy-object-editor b{grid-column:1/-1}.weasy-danger-row{display:flex;gap:10px;margin-top:14px}.weasy-preview-modern{min-height:720px;overflow:auto}.weasy-preview-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.weasy-preview-head h3{margin:0}.weasy-preview-head p{margin:4px 0 0;color:#cbd5e1}.weasy-preview-head span{background:#fff;color:#111827;border-radius:999px;padding:7px 12px;font-weight:900}.weasy-modern-preview-wrap{display:flex;justify-content:center;padding:22px;background:#e8edf5;border-radius:18px;overflow:auto}.weasy-modern-page{position:relative;box-shadow:0 20px 45px #0f172a2e;overflow:hidden}.weasy-design-el{position:absolute;border:1px dashed #b7c2d3;padding:3px;white-space:pre-wrap;overflow:hidden;cursor:move;border-radius:3px;background:#ffffffa6}.weasy-design-el.selected{border:2px solid #7c3aed;background:#7c3aed14}.weasy-design-el span{display:block;font-size:9px;opacity:.75}.weasy-preview-header-img{position:absolute;left:0;top:0;width:100%;z-index:0}.weasy-preview-footer-img{position:absolute;left:0;bottom:0;width:100%;z-index:0}.weasy-column-row{display:grid;grid-template-columns:1fr 1.5fr 90px;gap:8px;align-items:center;background:#111827;border:1px solid #334155;border-radius:12px;padding:8px}.weasy-column-row input{width:100%}.rb-card-preview .weasy-modern-preview-wrap{padding:8px}.rb-card-preview .weasy-modern-page{transform:scale(.72);transform-origin:top center;margin-bottom:-160px}@media (max-width:1100px){.weasy-studio-modern{grid-template-columns:1fr}.weasy-side-panel{max-height:none}}.weasy-studio-newtab{grid-template-columns:minmax(420px,540px) minmax(640px,1fr);gap:24px}.weasy-studio-newtab .weasy-preview-modern{min-height:calc(100vh - 150px);position:sticky;top:12px}.weasy-studio-newtab .weasy-modern-preview-wrap{min-height:calc(100vh - 260px);align-items:flex-start;padding:26px;justify-content:center}.weasy-studio-newtab .weasy-modern-page{border-radius:2px;background:#fff}.weasy-studio-newtab .weasy-side-panel{max-height:calc(100vh - 150px)}.weasy-preview-modern{border:1px solid rgba(148,163,184,.35)}.weasy-design-el{box-shadow:0 1px #0f172a0a}.weasy-design-el.selected{outline:2px solid rgba(124,58,237,.25);box-shadow:0 0 0 4px #7c3aed1a}@media (max-width:1250px){.weasy-studio-newtab{grid-template-columns:1fr}.weasy-studio-newtab .weasy-preview-modern{position:relative;top:auto}}.weasy-upload-title{display:flex;align-items:center;justify-content:space-between;gap:10px}.weasy-upload-title .mini{padding:5px 9px;border-radius:8px;font-size:12px}.weasy-upload-title .danger{background:#3b1018;color:#fecdd3;border:1px solid #7f1d1d}.weasy-preview-footer-img,.weasy-preview-header-img{background:#fff}.weasy-layout-list{display:flex;flex-direction:column;gap:10px;margin:12px 0 18px}.weasy-layout-row,.weasy-label-edit-row{border:1px solid rgba(148,163,184,.35);border-radius:12px;padding:10px;background:#0f172a52}.weasy-layout-row{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px;cursor:pointer}.weasy-layout-row.active{border-color:#8b5cf6;box-shadow:0 0 0 2px #8b5cf640}.weasy-layout-row.disabled,.weasy-label-edit-row.disabled{opacity:.52;background:#0f172a29}.weasy-layout-row span{display:block;color:#cbd5e1;font-size:12px;margin-top:3px}.weasy-label-edit-row{margin-bottom:10px}.weasy-label-edit-row textarea{width:100%;min-height:70px;margin-top:8px}.weasy-object-editor .danger,.weasy-panel-section .danger{background:#3b1116;color:#fecaca;border-color:#7f1d1d}.weasy-resize-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:10px 0 14px}.weasy-resize-grid label{margin:0}.weasy-resize-grid input{width:100%}.weasy-preview-header-img,.weasy-preview-footer-img{max-width:none}.qmsrd-print-asset{display:block;box-sizing:border-box;pointer-events:none;background:#fff}.qmsrd-print-page .qmsrd-print-el{z-index:2}.qmsrd-print-page .qmsrd-print-header-asset,.qmsrd-print-page .qmsrd-print-footer-asset{z-index:0}.qmsrd-print-page{overflow:visible!important;position:relative!important}.qmsrd-print-table{overflow:visible!important;height:auto!important}.qmsrd-print-table table{width:100%;border-collapse:collapse}.qmsrd-print-table th,.qmsrd-print-table td{line-height:1.25;vertical-align:top;min-height:28px}.qmsrd-print-wrap{align-items:flex-start!important}@media print{.qmsrd-print-page{height:auto!important;min-height:1123px!important;overflow:visible!important}.qmsrd-print-table{height:auto!important;overflow:visible!important}}.qmsrd-print-page{margin:0 auto 28px!important;page-break-after:always;break-after:page}.qmsrd-print-page:last-child{page-break-after:auto;break-after:auto}@media print{.qmsrd-print-wrap{background:#fff!important}.qmsrd-print-page{margin:0!important;page-break-after:always!important;break-after:page!important}.qmsrd-print-page:last-child{page-break-after:auto!important;break-after:auto!important}}.qmsrd-print-page{box-sizing:border-box!important;overflow:hidden!important;position:relative!important;background:#fff!important}.qmsrd-print-page+.qmsrd-print-page{margin-top:32px!important}.qmsrd-print-footer-asset{z-index:1!important;pointer-events:none}.qmsrd-print-table{z-index:5!important;background:#fff!important}.qmsrd-print-table table{background:#fff!important}@media print{.qmsrd-print-page{overflow:hidden!important;height:1123px!important;min-height:1123px!important}.qmsrd-print-page+.qmsrd-print-page{margin-top:0!important}}.qmsrd-print-table{display:block!important;visibility:visible!important;opacity:1!important;overflow:visible!important;height:auto!important;min-height:120px!important;background:#fff!important;z-index:30!important}.qmsrd-print-table table{display:table!important;width:100%!important;border-collapse:collapse!important;background:#fff!important}.qmsrd-print-table thead{display:table-header-group!important}.qmsrd-print-table tbody{display:table-row-group!important}.qmsrd-print-table tr{display:table-row!important}.qmsrd-print-table th,.qmsrd-print-table td{display:table-cell!important;visibility:visible!important;opacity:1!important;line-height:1.25!important;padding:7px!important}.qmsrd-print-header-asset,.qmsrd-print-footer-asset{z-index:0!important}.qms-flow-print-wrap{display:flex!important;flex-direction:column!important;align-items:center!important;gap:28px!important;background:#e5e7eb!important;padding:24px!important;overflow:auto!important}.qms-flow-print-page{position:relative!important;color:#111827!important;box-sizing:border-box!important;box-shadow:0 18px 45px #0f172a3d!important;transform:scale(var(--qmsrd-print-zoom,1));transform-origin:top center;overflow:hidden!important;display:flex!important;flex-direction:column!important}.qms-flow-page-inner{box-sizing:border-box!important;display:flex!important;flex-direction:column!important;min-height:100%!important;padding-bottom:110px!important}.qms-flow-footer-img{position:absolute!important;left:0!important;bottom:18px!important;display:block!important;max-width:none!important;z-index:1!important}.qms-flow-doc-head{display:flex!important;justify-content:space-between!important;gap:24px!important;margin:10px 0 26px!important}.qms-flow-doc-head h2{margin:0!important;font-size:22px!important}.qms-flow-doc-head p{margin:5px 0 0!important;font-size:11px!important;white-space:pre-line!important}.qms-flow-title h1{margin:0 0 8px!important;font-size:26px!important;font-weight:900!important}.qms-flow-title b,.qms-flow-title span{display:block!important;font-size:12px!important}.qms-flow-customer{margin:10px 0 18px!important;font-size:12px!important;white-space:pre-line!important}.qms-flow-customer p{margin:6px 0!important;white-space:pre-line!important}.qms-flow-items-table{width:100%!important;border-collapse:collapse!important;background:#fff!important;display:table!important;table-layout:fixed!important;z-index:5!important}.qms-flow-items-table thead{display:table-header-group!important}.qms-flow-items-table tbody{display:table-row-group!important}.qms-flow-items-table tr{display:table-row!important}.qms-flow-items-table th,.qms-flow-items-table td{display:table-cell!important;visibility:visible!important;opacity:1!important;padding:7px!important;border-bottom:1px solid #dbe3ef!important;font-size:11px!important;line-height:1.25!important;vertical-align:top!important;color:#111827!important;background:#fff!important}.qms-flow-after-table{display:flex!important;gap:24px!important;margin-top:24px!important;align-items:flex-start!important}.qms-flow-terms{flex:1!important;white-space:pre-line!important;font-size:11px!important}.qms-flow-terms p{white-space:pre-line!important;margin:6px 0!important}.qms-flow-signature{width:220px!important;border-top:1px solid #111827!important;text-align:center!important;margin:70px 40px 0 auto!important;padding-top:6px!important;font-size:11px!important}.qms-flow-footer-spacer{flex:1 1 auto!important;min-height:90px!important}.qms-flow-page-no{position:absolute!important;right:36px!important;bottom:8px!important;z-index:3!important;font-size:10px!important;color:#111827!important}@media print{.qms-flow-print-wrap{background:#fff!important;padding:0!important;gap:0!important;overflow:visible!important}.qms-flow-print-page{box-shadow:none!important;transform:none!important;margin:0!important;page-break-after:always!important;break-after:page!important}.qms-flow-print-page:last-child{page-break-after:auto!important;break-after:auto!important}}:root{--radius:8px;--shadow-soft:0 10px 26px rgba(15,23,42,.08);--focus:0 0 0 3px rgba(113,75,103,.22)}button,input,select,textarea{transition:border-color .15s ease,box-shadow .15s ease,background .15s ease,transform .15s ease}button{border-radius:var(--radius);min-height:40px}button:hover{transform:translateY(-1px)}button:focus-visible,input:focus,select:focus,textarea:focus{outline:0;border-color:var(--primary)!important;box-shadow:var(--focus)!important}button:disabled{opacity:.55;cursor:not-allowed;transform:none}.card,.modal-card,.profile-pill,.qcard,.col{border-radius:var(--radius)!important;box-shadow:var(--shadow-soft)}.topbar{position:relative;padding-bottom:4px}.topbar h1{font-size:26px;line-height:1.15}.topbar p{max-width:780px}.nav{min-height:44px;font-weight:700}.nav.active{box-shadow:0 10px 24px #714b6742}.profile-bar{position:sticky;top:0;z-index:20;padding-bottom:12px;background:linear-gradient(180deg,var(--bg) 72%,transparent)}.app-table,.card>table,.formlayout table{font-size:13px}th{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:0;white-space:nowrap}td{overflow-wrap:anywhere}.selected-row td{background:#714b671f!important}.empty-state,.app-crash{display:grid;place-items:center;min-height:180px;border:1px dashed var(--line);border-radius:var(--radius);padding:28px;text-align:center;color:var(--muted);background:var(--panel2)}.empty-state h3,.app-crash h1{margin:0 0 8px;color:var(--text)}.empty-state p,.app-crash p{margin:0 0 16px}.app-crash{min-height:100vh;background:var(--bg)}.loading-card{min-height:140px;display:flex;align-items:center;justify-content:center;color:var(--muted)}.kanban{padding-bottom:8px}.qcard{border-left:4px solid transparent}.qcard:has(.approved),.qcard:has(.paid){border-left-color:#22c55e}.qcard:has(.rejected),.qcard:has(.cancelled){border-left-color:#ef4444}.qcard:has(.sent),.qcard:has(.posted){border-left-color:#3b82f6}.qcard:has(.under-review){border-left-color:#f59e0b}.mini button,.row-actions button{min-height:34px}.formlayout>.card:first-child{border-top:4px solid var(--primary)}.sticky{border-top:4px solid var(--primary)!important}.sum.grand{background:#714b671a;margin:10px -8px -4px;padding:12px 8px;border-radius:var(--radius)}.drawerhead{position:sticky;top:0;z-index:30;padding:10px 0;background:var(--bg);border-bottom:1px solid var(--line)}.preview-panel-fullsize{padding-top:0!important}.search{min-height:42px}.search input{min-width:260px}@media (max-width:900px){main{padding:16px}.topbar h1{font-size:22px}.actions,.mini,.row-actions{width:100%}.actions button,.mini button,.row-actions button{flex:1;justify-content:center}.search,.search input{width:100%;min-width:0}.login-card{width:min(430px,92vw);border-radius:var(--radius)}.card{padding:14px}.formgrid,.permissions{grid-template-columns:1fr!important}.kpis{gap:12px}.kpi{min-height:104px}.kpi b{font-size:20px}}@media (max-width:700px){.profile-pill{align-items:flex-start!important;gap:10px!important}.profile-pill button{width:100%;justify-content:center}.drawerhead{flex-direction:column;gap:10px}.drawerhead button{justify-content:center}.panel{padding-left:14px;padding-right:14px}}.formlayout table{min-width:1320px!important}.formlayout table th:nth-child(3),.formlayout table td:nth-child(3){width:520px!important}.formlayout table th:nth-child(5),.formlayout table td:nth-child(5){width:110px!important}.formlayout table th:nth-child(6),.formlayout table td:nth-child(6){width:130px!important}.formlayout table th:nth-child(8),.formlayout table td:nth-child(8){width:135px!important}.desc-head{min-width:520px!important}.item-description{min-height:70px!important;height:70px!important;max-height:320px!important;line-height:1.5!important;white-space:pre-wrap!important;overflow-y:auto!important}.item-description:focus{min-height:120px!important}.theme-color-control{display:grid;grid-template-columns:64px minmax(0,1fr);gap:10px;align-items:center}.theme-color-control input[type=color]{width:64px!important;height:44px!important;min-height:44px!important;padding:4px!important;cursor:pointer}.qms-flow-print-wrap{width:100%!important;min-height:calc(100vh - 80px)!important;align-items:center!important;justify-content:flex-start!important;padding:28px 24px 70px!important;overflow:auto!important}.qms-flow-print-page{width:794px!important;min-width:794px!important;max-width:794px!important;min-height:1123px!important;transform:none!important;zoom:1!important;margin:0 auto 34px!important;background:#fff!important}.qms-flow-items-table{font-size:12px!important}.qms-flow-items-table th,.qms-flow-items-table td{font-size:12px!important;color:#111827!important;-webkit-text-fill-color:#111827!important;opacity:1!important;visibility:visible!important}.qms-flow-items-table th{color:#fff!important;-webkit-text-fill-color:#fff!important}.qms-flow-doc-head h2,.qms-flow-title h1,.qms-flow-title b,.qms-flow-title span,.qms-flow-customer,.qms-flow-terms,.qms-flow-totals,.qms-flow-signature{opacity:1!important;visibility:visible!important}@media print{.qms-flow-print-page{width:794px!important;min-width:794px!important;max-width:794px!important;min-height:1123px!important;transform:none!important;zoom:1!important;margin:0!important}}.qms-flow-items-table,.qms-flow-items-table *,.qms-flow-items-table td,.qms-flow-items-table td *,.qms-flow-items-table .qms-force-text{color:#111827!important;-webkit-text-fill-color:#111827!important;opacity:1!important;visibility:visible!important;text-shadow:none!important;filter:none!important;font-weight:700!important}.qms-flow-items-table th,.qms-flow-items-table th *{color:#fff!important;-webkit-text-fill-color:#ffffff!important;opacity:1!important;visibility:visible!important;font-weight:900!important}.qms-flow-items-table{background:#fff!important;border:1px solid #cbd5e1!important}.qms-flow-items-table td{background:#fff!important;border-bottom:1px solid #cbd5e1!important;font-size:13px!important}.qms-flow-items-table th{background:#714b67!important;font-size:12px!important}@media print{.qms-flow-items-table,.qms-flow-items-table *,.qms-flow-items-table td,.qms-flow-items-table td *,.qms-flow-items-table .qms-force-text{color:#000!important;-webkit-text-fill-color:#000000!important;opacity:1!important;visibility:visible!important}.qms-flow-items-table th,.qms-flow-items-table th *{color:#fff!important;-webkit-text-fill-color:#ffffff!important}}.qms-flow-page-inner{justify-content:flex-start!important}.qms-flow-items-table{margin-top:8px!important}.qms-flow-after-table{margin-top:18px!important}.qms-flow-footer-spacer{flex:1 1 auto!important;min-height:18px!important}.qms-flow-footer-img{bottom:10px!important}.qms-flow-print-page{overflow:hidden!important;display:block!important;position:relative!important}.qms-flow-footer-spacer{flex:1 1 auto!important;min-height:10px!important}.qms-flow-page-no{position:static!important;display:block!important;text-align:right!important;margin-top:4px!important;padding-right:2px!important;z-index:3!important;font-size:10px!important;color:#111827!important}@media print{.qms-flow-print-page{height:1123px!important;min-height:1123px!important;overflow:hidden!important}.qms-flow-page-inner{height:100%!important;min-height:100%!important}.qms-flow-footer-slot{margin-top:auto!important}.qms-flow-footer-img{position:static!important}.qms-flow-page-no{position:static!important;text-align:right!important;margin-top:4px!important}}.qms-flow-print-wrap{display:flex!important;flex-direction:column!important;align-items:center!important;gap:26px!important;background:#e5e7eb!important;padding:24px!important;overflow:auto!important}.qms-flow-print-page{position:relative!important;display:block!important;overflow:hidden!important;background:#fff!important;box-shadow:0 18px 45px #0f172a38!important}.qms-flow-page-inner{display:flex!important;flex-direction:column!important;height:100%!important;min-height:100%!important;box-sizing:border-box!important}.qms-flow-header-img{display:block!important;max-width:none!important;flex:0 0 auto!important}.qms-flow-doc-head{display:flex!important;justify-content:space-between!important;gap:24px!important;margin:10px 0 18px!important;flex:0 0 auto!important}.qms-flow-doc-head h2{margin:0!important;font-size:22px!important;line-height:1.15!important}.qms-flow-doc-head p{margin:4px 0 0!important;font-size:11px!important;line-height:1.35!important;white-space:normal!important}.qms-flow-title{text-align:right!important}.qms-flow-title h1{margin:0 0 8px!important;font-size:24px!important;font-weight:900!important}.qms-flow-title b,.qms-flow-title span{display:block!important;font-size:12px!important;line-height:1.35!important}.qms-flow-customer{margin:0 0 14px!important;font-size:12px!important;line-height:1.35!important;white-space:pre-line!important;flex:0 0 auto!important}.qms-flow-subject{margin-top:8px!important}.qms-flow-items-table{width:100%!important;border-collapse:collapse!important;table-layout:fixed!important;background:#fff!important;flex:0 0 auto!important}.qms-flow-items-table th,.qms-flow-items-table td{padding:7px!important;border-bottom:1px solid #cfd8e3!important;font-size:12px!important;line-height:1.25!important;vertical-align:top!important}.qms-flow-items-table th{background:#714b67!important;color:#fff!important;font-weight:900!important}.qms-flow-items-table td,.qms-flow-items-table td *{color:#111827!important;-webkit-text-fill-color:#111827!important;opacity:1!important;visibility:visible!important}.qms-flow-after-table{display:flex!important;gap:24px!important;margin-top:16px!important;align-items:flex-start!important;flex:0 0 auto!important}.qms-flow-terms{flex:1!important;white-space:pre-line!important;font-size:11px!important;line-height:1.45!important}.qms-flow-terms p{margin:6px 0 0!important;white-space:pre-line!important}.qms-flow-totals{width:300px!important;border:1px solid #dbe3ef!important;background:#fff!important}.qms-flow-totals div{display:flex!important;justify-content:space-between!important;gap:18px!important;padding:8px 10px!important;border-bottom:1px solid #e5e7eb!important;font-size:12px!important}.qms-flow-totals .grand{background:#714b67!important;color:#fff!important;font-weight:900!important;font-size:15px!important}.qms-flow-signature{width:220px!important;border-top:1px solid #111827!important;text-align:center!important;margin:36px 40px 0 auto!important;padding-top:6px!important;font-size:11px!important;flex:0 0 auto!important}.qms-flow-footer-spacer{flex:1 1 auto!important;min-height:12px!important}.qms-flow-footer-slot{margin-top:auto!important;flex:0 0 auto!important;width:100%!important}.qms-flow-footer-img{position:static!important;display:block!important;width:100%!important;max-width:100%!important;object-position:center bottom!important;margin:0!important}.qms-flow-page-no{display:block!important;text-align:right!important;margin-top:4px!important;font-size:10px!important;color:#111827!important;flex:0 0 auto!important}@media print{.qms-flow-print-wrap{background:#fff!important;padding:0!important;gap:0!important;overflow:visible!important}.qms-flow-print-page{box-shadow:none!important;page-break-after:always!important;break-after:page!important;width:794px!important;height:1123px!important;min-height:1123px!important;margin:0!important}.qms-flow-print-page:last-child{page-break-after:auto!important;break-after:auto!important}}.qms-abs-page-no{position:absolute!important;right:36px!important;bottom:8px!important;font-size:10px!important;color:#111827!important}.qms-absolute-print-wrap{display:flex!important;flex-direction:column!important;align-items:center!important;gap:30px!important;background:#e5e7eb!important;padding:24px!important;overflow:auto!important}.qms-absolute-print-page{box-shadow:0 18px 45px #0f172a38!important;transform:none!important;background:#fff!important}.qms-abs-header-img,.qms-abs-footer-img{display:block!important;max-width:none!important;pointer-events:none!important}.qms-abs-footer-img{z-index:2!important}.qms-abs-items-table,.qms-abs-items-table *{opacity:1!important;visibility:visible!important}.qms-abs-items-table table{display:table!important}.qms-abs-items-table thead{display:table-header-group!important}.qms-abs-items-table tbody{display:table-row-group!important}.qms-abs-items-table tr{display:table-row!important}.qms-abs-items-table th,.qms-abs-items-table td{display:table-cell!important}.qms-absolute-print-page .qmsrd-print-el{position:absolute!important;box-sizing:border-box!important;opacity:1!important;visibility:visible!important}.qms-absolute-print-page .qmsrd-print-image img{width:100%!important;height:100%!important;object-fit:var(--qmsrd-img-fit,contain)!important}.qms-absolute-print-page .qmsrd-print-signature{display:flex!important;align-items:flex-end!important;justify-content:center!important;border-top:1px solid #111827!important}.qms-absolute-print-page .qmsrd-print-totals div{display:flex!important;justify-content:space-between!important;border-bottom:1px solid #e2e8f0!important;padding:4px!important;background:#fff!important;color:#111827!important}.qms-absolute-print-page .qmsrd-print-totals .grand{background:#714b67!important;color:#fff!important;border-radius:4px!important}.qms-abs-page-no{position:absolute!important;right:36px!important;bottom:8px!important;font-size:10px!important;color:#111827!important;z-index:4!important}@media print{.qms-absolute-print-wrap{background:#fff!important;padding:0!important;gap:0!important;overflow:visible!important}.qms-absolute-print-page{box-shadow:none!important;width:794px!important;height:1123px!important;min-height:1123px!important;margin:0!important;page-break-after:always!important;break-after:page!important}.qms-absolute-print-page:last-child{page-break-after:auto!important;break-after:auto!important}}.qms-abs-footer-slot{display:block!important;overflow:visible!important;background:transparent!important}.qms-abs-footer-img{display:block!important;position:absolute!important;top:auto!important;bottom:8px!important;left:0!important;right:auto!important;max-width:none!important;visibility:visible!important;opacity:1!important;z-index:30!important;background:#fff!important}@media print{.qms-abs-footer-slot{display:block!important}.qms-abs-footer-img{display:block!important;position:absolute!important;bottom:8px!important;top:auto!important;z-index:30!important}}.qms-absolute-print-page{background:#fff!important;overflow:hidden!important}.qms-abs-items-table{z-index:80!important;opacity:1!important;visibility:visible!important;background:#fff!important}.qms-abs-items-table *,.qms-abs-items-table td,.qms-abs-items-table td *,.qms-abs-items-table span{color:#000!important;-webkit-text-fill-color:#000!important;opacity:1!important;visibility:visible!important;font-weight:900!important;text-shadow:none!important;filter:none!important;mix-blend-mode:normal!important}.qms-abs-items-table th,.qms-abs-items-table th *{color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important;visibility:visible!important;font-weight:900!important}.qms-abs-footer-slot{z-index:1!important;overflow:hidden!important}.qms-abs-footer-img{z-index:1!important;opacity:1!important;visibility:visible!important;background:#fff!important}.qms-abs-header-img{z-index:2!important;opacity:1!important;visibility:visible!important}.qms-absolute-print-page .qmsrd-print-el{z-index:10!important}.qms-absolute-print-page .qmsrd-print-totals,.qms-absolute-print-page .qmsrd-print-signature{z-index:90!important}.qms-abs-page-no{z-index:100!important}@media print{.qms-abs-items-table,.qms-abs-items-table *,.qms-abs-items-table td,.qms-abs-items-table td *,.qms-abs-items-table span{color:#000!important;-webkit-text-fill-color:#000!important;opacity:1!important;visibility:visible!important;font-weight:900!important}.qms-abs-items-table th,.qms-abs-items-table th *{color:#fff!important;-webkit-text-fill-color:#fff!important}}.qms-abs-items-table td,.qms-abs-items-table td span{white-space:normal!important}.qms-abs-items-table td{word-break:break-word!important;overflow-wrap:anywhere!important}.qms-div-items-table,.qms-div-items-table *,.qms-div-table-body,.qms-div-table-row,.qms-div-table-cell,.qms-div-table-cell span{color:#000!important;-webkit-text-fill-color:#000!important;opacity:1!important;visibility:visible!important;font-weight:900!important;text-shadow:none!important;filter:none!important;mix-blend-mode:normal!important}.qms-div-table-head,.qms-div-table-head *{color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important;visibility:visible!important;font-weight:900!important}.qms-div-table-cell{overflow:visible!important}@media print{.qms-div-items-table,.qms-div-items-table *,.qms-div-table-cell,.qms-div-table-cell span{color:#000!important;-webkit-text-fill-color:#000!important;opacity:1!important;visibility:visible!important;font-weight:900!important}.qms-div-table-head,.qms-div-table-head *{color:#fff!important;-webkit-text-fill-color:#fff!important}}@media print{html,body{margin:0!important;padding:0!important;background:#fff!important;overflow:visible!important}body *{visibility:hidden!important}.preview-drawer,.preview-drawer *,.preview-panel-fullsize,.preview-panel-fullsize *,.qmsrd-print-wrap,.qmsrd-print-wrap *,.qms-flow-print-wrap,.qms-flow-print-wrap *,.qms-absolute-print-wrap,.qms-absolute-print-wrap *,.qms-flow-print-page,.qms-flow-print-page *,.qms-absolute-print-page,.qms-absolute-print-page *{visibility:visible!important}.app,.layout,.sidebar,.topbar,.drawerhead,.actions,.template-chip,.dashboard,.cards,nav,aside,header:not(.doc-header){display:none!important}.preview-drawer,.preview-panel-fullsize,.qmsrd-print-wrap,.qms-flow-print-wrap,.qms-absolute-print-wrap{position:static!important;inset:auto!important;display:block!important;width:100%!important;max-width:none!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;background:#fff!important;box-shadow:none!important;border:0!important;overflow:visible!important}.qms-flow-print-page,.qms-absolute-print-page,.qmsrd-print-page{position:relative!important;display:block!important;width:794px!important;min-width:794px!important;max-width:794px!important;height:1123px!important;min-height:1123px!important;margin:0 auto!important;padding:0!important;box-shadow:none!important;background:#fff!important;overflow:hidden!important;page-break-after:always!important;break-after:page!important;transform:none!important;zoom:1!important}.qms-flow-print-page:last-child,.qms-absolute-print-page:last-child,.qmsrd-print-page:last-child{page-break-after:auto!important;break-after:auto!important}.qms-abs-items-table,.qms-abs-items-table *,.qms-div-items-table,.qms-div-items-table *{visibility:visible!important;opacity:1!important}@page{size:A4 portrait;margin:0}}@media print{body.qms-printing-preview .app,body.qms-printing-preview .layout,body.qms-printing-preview .sidebar,body.qms-printing-preview .topbar{display:none!important}}.qms-flow-items-table{table-layout:fixed!important}.qms-flow-items-table th,.qms-flow-items-table td{font-size:12px!important;line-height:1.35!important;color:#111827!important;opacity:1!important;visibility:visible!important;text-shadow:none!important;filter:none!important}.qms-flow-items-table td{font-weight:700!important}.qms-flow-items-table th:nth-child(1),.qms-flow-items-table td:nth-child(1){width:13%!important}.qms-flow-items-table th:nth-child(2),.qms-flow-items-table td:nth-child(2){width:39%!important}.qms-flow-items-table th:nth-child(3),.qms-flow-items-table td:nth-child(3){width:10%!important}.qms-flow-items-table th:nth-child(4),.qms-flow-items-table td:nth-child(4){width:15%!important}.qms-flow-items-table th:nth-child(5),.qms-flow-items-table td:nth-child(5){width:8%!important}.qms-flow-items-table th:nth-child(6),.qms-flow-items-table td:nth-child(6){width:15%!important}.qms-flow-items-table td:nth-child(2),.qms-flow-items-table th:nth-child(2),.qms-div-table-cell.desc,.qms-abs-items-table td:nth-child(2),.qms-abs-items-table th:nth-child(2){white-space:normal!important;word-break:break-word!important;overflow-wrap:anywhere!important;-webkit-hyphens:auto!important;hyphens:auto!important}.qms-flow-items-table td:not(:nth-child(2)),.qms-flow-items-table th:not(:nth-child(2)),.qms-abs-items-table td:not(:nth-child(2)),.qms-abs-items-table th:not(:nth-child(2)){white-space:nowrap!important}.qms-abs-items-table th,.qms-abs-items-table td{font-size:12px!important;line-height:1.35!important;color:#111827!important;font-weight:700!important;opacity:1!important;visibility:visible!important}.qms-flow-terms,.qms-flow-terms *,.qms-flow-sign,.qms-flow-sign *,.qms-flow-totals,.qms-flow-totals *,.qms-absolute-print-page .qmsrd-print-totals,.qms-absolute-print-page .qmsrd-print-totals *,.qms-absolute-print-page .qmsrd-print-signature,.qms-absolute-print-page .qmsrd-print-signature *{color:#111827!important;opacity:1!important;visibility:visible!important;text-shadow:none!important;filter:none!important}.qms-flow-terms,.qms-flow-sign{font-size:12px!important;line-height:1.5!important;font-weight:700!important}.qms-flow-totals div,.qms-absolute-print-page .qmsrd-print-totals div{font-size:12px!important;line-height:1.4!important;font-weight:800!important}.qms-flow-totals .grand,.qms-absolute-print-page .qmsrd-print-totals .grand{font-size:14px!important;font-weight:900!important}@media print{.qms-flow-items-table th,.qms-flow-items-table td,.qms-abs-items-table th,.qms-abs-items-table td{font-size:12px!important;line-height:1.35!important;color:#000!important;-webkit-text-fill-color:#000!important}.qms-flow-items-table th,.qms-abs-items-table th{color:#fff!important;-webkit-text-fill-color:#fff!important}.qms-flow-items-table td:nth-child(2),.qms-abs-items-table td:nth-child(2){white-space:normal!important;word-break:break-word!important;overflow-wrap:anywhere!important}.qms-flow-terms,.qms-flow-terms *,.qms-flow-sign,.qms-flow-sign *,.qms-flow-totals,.qms-flow-totals *,.qms-absolute-print-page .qmsrd-print-totals,.qms-absolute-print-page .qmsrd-print-totals *,.qms-absolute-print-page .qmsrd-print-signature,.qms-absolute-print-page .qmsrd-print-signature *{color:#000!important;-webkit-text-fill-color:#000!important;font-weight:800!important;opacity:1!important;visibility:visible!important}}.qms-flow-items-table tr,.qms-abs-items-table tr{height:auto!important;min-height:0!important;page-break-inside:avoid!important;break-inside:avoid!important}.qms-flow-items-table td,.qms-flow-items-table th,.qms-abs-items-table td,.qms-abs-items-table th{height:auto!important;min-height:0!important;overflow:visible!important;vertical-align:top!important}.qms-flow-items-table td,.qms-abs-items-table td{padding-top:8px!important;padding-bottom:8px!important}.qms-flow-items-table td:nth-child(2),.qms-flow-items-table th:nth-child(2),.qms-abs-items-table td:nth-child(2),.qms-abs-items-table th:nth-child(2){white-space:pre-wrap!important;word-break:break-word!important;overflow-wrap:anywhere!important;-webkit-hyphens:auto!important;hyphens:auto!important;line-height:1.45!important}.qms-flow-items-table td:nth-child(2){font-weight:700!important}.qms-flow-items-table td:nth-child(2) br,.qms-abs-items-table td:nth-child(2) br{display:block!important;content:""!important;margin-bottom:2px!important}.qms-flow-items-table td>*,.qms-abs-items-table td>*{max-width:100%!important}@media print{.qms-flow-items-table tr,.qms-abs-items-table tr{height:auto!important;min-height:0!important;page-break-inside:avoid!important;break-inside:avoid!important}.qms-flow-items-table td,.qms-flow-items-table th,.qms-abs-items-table td,.qms-abs-items-table th{height:auto!important;min-height:0!important;overflow:visible!important;vertical-align:top!important;padding-top:8px!important;padding-bottom:8px!important}.qms-flow-items-table td:nth-child(2),.qms-abs-items-table td:nth-child(2){white-space:pre-wrap!important;word-break:break-word!important;overflow-wrap:anywhere!important;-webkit-hyphens:auto!important;hyphens:auto!important;line-height:1.45!important}}.qms-flow-items-table th,.qms-abs-items-table th,.qms-div-table-head,.qms-div-table-head *,.qms-flow-totals .grand,.qms-absolute-print-page .qmsrd-print-totals .grand{background-color:#714b67!important;background:#714b67!important;color:#fff!important;-webkit-text-fill-color:#ffffff!important;print-color-adjust:exact!important;-webkit-print-color-adjust:exact!important;color-adjust:exact!important}.qms-flow-items-table th,.qms-abs-items-table th,.qms-div-table-head>div{border-top:1px solid #714b67!important;border-bottom:1px solid #714b67!important}@media print{html,body,.qms-absolute-print-page,.qms-flow-print-page,.qmsrd-print-page{print-color-adjust:exact!important;-webkit-print-color-adjust:exact!important;color-adjust:exact!important}.qms-flow-items-table th,.qms-abs-items-table th,.qms-div-table-head,.qms-div-table-head *,.qms-flow-totals .grand,.qms-absolute-print-page .qmsrd-print-totals .grand{background-color:#714b67!important;background:#714b67!important;color:#fff!important;-webkit-text-fill-color:#ffffff!important;print-color-adjust:exact!important;-webkit-print-color-adjust:exact!important;color-adjust:exact!important}.qms-flow-items-table th,.qms-abs-items-table th,.qms-div-table-head>div{border-top:1px solid #714b67!important;border-bottom:1px solid #714b67!important}.qms-flow-items-table thead,.qms-abs-items-table thead,.qms-div-table-head{outline:2px solid #714b67!important}}.active-view{background:var(--primary)!important;color:#fff!important;border-color:var(--primary)!important}.badge,span.badge,td .badge,.qcard .badge{color:#111827!important;background:#e5e7eb!important;border:1px solid #cbd5e1!important;font-weight:900!important;opacity:1!important;visibility:visible!important;text-shadow:none!important}.dark .badge,.dark span.badge,.dark td .badge,.dark .qcard .badge{color:#fff!important;background:#334155!important;border:1px solid #64748b!important}.draft{background:#e2e8f0!important;color:#111827!important}.sent{background:#dbeafe!important;color:#1d4ed8!important}.under-review{background:#fef3c7!important;color:#92400e!important}.approved,.paid,.posted{background:#dcfce7!important;color:#166534!important}.rejected,.cancelled{background:#fee2e2!important;color:#991b1b!important}.expired{background:#ffedd5!important;color:#9a3412!important}.converted{background:#ede9fe!important;color:#5b21b6!important}.dark .draft{background:#475569!important;color:#fff!important}.dark .sent{background:#1e40af!important;color:#fff!important}.dark .under-review{background:#92400e!important;color:#fff!important}.dark .approved,.dark .paid,.dark .posted{background:#166534!important;color:#fff!important}.dark .rejected,.dark .cancelled{background:#991b1b!important;color:#fff!important}.dark .expired{background:#9a3412!important;color:#fff!important}.dark .converted{background:#5b21b6!important;color:#fff!important}.qms-flow-print-page,.qms-absolute-print-page,.qmsrd-print-page{--qms-template-accent:#714b67}.qms-flow-print-page .qms-flow-items-table th,.qms-flow-print-page .qms-flow-totals .grand,.qms-absolute-print-page .qms-abs-items-table th,.qms-absolute-print-page .qmsrd-print-totals .grand,.qms-flow-print-page .qms-div-table-head,.qms-flow-print-page .qms-div-table-head *,.qms-absolute-print-page .qms-div-table-head,.qms-absolute-print-page .qms-div-table-head *{background:var(--qms-template-accent,#714b67)!important;background-color:var(--qms-template-accent,#714b67)!important;color:#fff!important;-webkit-text-fill-color:#ffffff!important;print-color-adjust:exact!important;-webkit-print-color-adjust:exact!important;color-adjust:exact!important}.qms-flow-print-page .qms-flow-items-table th,.qms-absolute-print-page .qms-abs-items-table th,.qms-flow-print-page .qms-div-table-head>div,.qms-absolute-print-page .qms-div-table-head>div{border-top:1px solid var(--qms-template-accent,#714b67)!important;border-bottom:1px solid var(--qms-template-accent,#714b67)!important}@media print{.qms-flow-print-page .qms-flow-items-table thead,.qms-absolute-print-page .qms-abs-items-table thead,.qms-flow-print-page .qms-div-table-head,.qms-absolute-print-page .qms-div-table-head{outline:2px solid var(--qms-template-accent,#714b67)!important}}.template-font-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;align-items:end}.weasy-object-editor .checkline{align-self:center}@media (max-width:900px){.template-font-grid{grid-template-columns:1fr}}.label-font-grid,.table-font-controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-items:end;margin-top:10px}.table-column-font-row{grid-template-columns:110px minmax(140px,1.2fr) 82px minmax(130px,1fr) 96px 96px 92px 110px 110px 90px!important;gap:8px!important;align-items:end!important}.table-column-font-row label{margin:0!important;min-width:0}.table-column-font-row input,.table-column-font-row select{min-height:38px;padding:7px 8px}@media (max-width:1200px){.table-column-font-row,.label-font-grid,.table-font-controls{grid-template-columns:1fr!important}}.dashboard-kpis{display:grid;grid-template-columns:repeat(4,minmax(180px,1fr));gap:16px;margin-bottom:18px}.kpi.colorful{overflow:hidden;border:0!important;color:#fff!important;min-height:126px;box-shadow:0 18px 44px #0f172a2e!important}.kpi.colorful span,.kpi.colorful b,.kpi.colorful svg{color:#fff!important;-webkit-text-fill-color:#fff!important}.kpi.colorful span{opacity:.88;font-weight:800}.kpi.colorful b{font-size:26px}.kpi.colorful svg{opacity:.28;width:52px;height:52px;right:14px;bottom:12px}.kpi.colorful.cyan{background:linear-gradient(135deg,#0891b2,#22d3ee)}.kpi.colorful.violet{background:linear-gradient(135deg,#7c3aed,#c084fc)}.kpi.colorful.amber{background:linear-gradient(135deg,#d97706,#fbbf24)}.kpi.colorful.emerald{background:linear-gradient(135deg,#059669,#34d399)}.dashboard-charts{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;margin-bottom:18px}.dashboard-chart-card{padding:20px!important;border-radius:18px!important;background:linear-gradient(180deg,var(--panel),var(--panel2))}.chart-card-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:8px}.chart-card-head h3{margin:0!important;font-size:18px}.chart-card-head p{margin:4px 0 0;color:var(--muted);font-size:13px}.chart-legend{display:flex;flex-wrap:wrap;gap:8px 12px;padding-top:4px}.chart-legend span{display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:12px;font-weight:800}.chart-legend i{width:10px;height:10px;border-radius:999px;display:inline-block}.brand h2,.brand p{max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:1100px){.dashboard-kpis,.dashboard-charts{grid-template-columns:1fr}}.recharts-tooltip-wrapper,.recharts-default-tooltip,.recharts-tooltip-item,.recharts-tooltip-label{color:var(--text)!important}.dark .recharts-default-tooltip,.dark .recharts-tooltip-item,.dark .recharts-tooltip-label{color:#f8fafc!important}.list-row-actions{display:flex;gap:6px;align-items:center;flex-wrap:wrap;min-width:260px}.list-row-actions button{min-height:32px;padding:7px 9px;border-radius:8px;background:#182233;color:#f8fafc;border:1px solid rgba(148,163,184,.18);font-size:12px;font-weight:800}.list-row-actions button:hover{background:var(--primary);color:#fff}.list-row-actions .invoice-action{background:#0f172a;color:#fff}.professional-select-table tbody tr{cursor:pointer}.customer-search-input{width:100%}.customer-search-input:focus{border-color:var(--primary)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 18%,transparent)}.app-table td:last-child{white-space:normal}.share-access-panel{grid-column:1/-1;display:flex;flex-direction:column;gap:8px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#94a3b814}.share-access-panel b{font-size:13px;color:var(--text)}.share-access-panel>span,.share-access-panel em{font-size:12px;color:var(--muted);font-style:normal}.share-access-users{display:flex;flex-wrap:wrap;gap:8px}.share-access-users .checkline{display:flex;align-items:center;gap:8px;min-height:34px;padding:7px 10px;border:1px solid var(--line);border-radius:8px;background:var(--panel);color:var(--text);font-weight:800}.share-access-users .checkline input{width:auto;min-height:auto}.share-access-users .checkline small{color:var(--muted);font-weight:700;margin-left:4px}.share-user-row{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:260px;padding:8px 10px;border:1px solid var(--line);border-radius:8px;background:var(--panel);color:var(--text);font-weight:800}.share-user-row span{display:flex;align-items:center;gap:6px;min-width:0}.share-user-row small{color:var(--muted);font-weight:700}.share-user-row select{width:120px;min-height:32px;padding:6px 8px;border-radius:8px}.discount-allocate-row{gap:8px;align-items:center}.discount-allocate-row .total-discount-input{max-width:120px}.discount-allocate-row button{min-height:32px;padding:7px 10px;border-radius:8px;font-size:12px;font-weight:800;white-space:nowrap}.formlayout table{min-width:1320px!important;table-layout:fixed!important}.formlayout table th:nth-child(1),.formlayout table td:nth-child(1){width:52px!important}.formlayout table th:nth-child(2),.formlayout table td:nth-child(2){width:155px!important}.formlayout table th:nth-child(3),.formlayout table td:nth-child(3){width:500px!important}.formlayout table th:nth-child(4),.formlayout table td:nth-child(4){width:80px!important}.formlayout table th:nth-child(5),.formlayout table td:nth-child(5){width:115px!important}.formlayout table th:nth-child(6),.formlayout table td:nth-child(6){width:135px!important}.formlayout table th:nth-child(7),.formlayout table td:nth-child(7){width:80px!important}.formlayout table th:nth-child(8),.formlayout table td:nth-child(8){width:155px!important}.formlayout table th:nth-child(9),.formlayout table td:nth-child(9){width:58px!important}.formlayout table td:nth-child(8) .readonly-money{min-width:135px!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important}.login{align-items:center!important;justify-content:center!important;padding:32px 18px!important;background:radial-gradient(circle at 18% 18%,rgba(20,184,166,.22),transparent 26%),linear-gradient(135deg,#0f4f72,#10243c 52%,#081827)!important}.login-card{width:min(440px,92vw)!important;padding:34px 32px 32px!important;border-radius:22px!important;background:#fffffffa!important;border:1px solid rgba(255,255,255,.72)!important;box-shadow:0 30px 80px #02081757!important}.login-card .image-logo{width:54px!important;height:54px!important;margin-bottom:24px!important;border-radius:14px!important;box-shadow:0 10px 24px #0f172a24!important}.login-card h1{margin:0 0 18px!important;color:#0f172a!important;font-size:31px!important;line-height:1.38!important;letter-spacing:0!important;font-weight:900!important}.login-card p{margin:0 0 18px!important;color:#334155!important;line-height:1.5!important}.login-card form{display:grid!important;gap:10px!important}.login-card label{margin:0!important;color:#0f172a!important;font-size:14px!important;font-weight:600!important}.login-card input{height:44px!important;border-radius:10px!important;border:1px solid #d7dee8!important;background:#f8fafc!important;color:#0f172a!important;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease!important}.login-card input:focus{outline:0!important;border-color:#0f4f72!important;background:#fff!important;box-shadow:0 0 0 4px #0f4f7224!important}.login-card button.primary.full{height:48px!important;margin-top:12px!important;border-radius:9px!important;background:linear-gradient(135deg,#14577d,#0e4466)!important;color:#fff!important;font-weight:800!important;box-shadow:0 14px 28px #0e44663d!important;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease!important}.login-card button.primary.full:hover{transform:translateY(-1px)!important;filter:brightness(1.04)!important;box-shadow:0 18px 34px #0e446647!important}.login-card button.primary.full:active{transform:translateY(0)!important}@media (max-width:560px){.login{padding:18px 12px!important;align-items:flex-start!important}.login-card{padding:26px 22px!important;border-radius:18px!important}.login-card h1{font-size:26px!important;line-height:1.32!important}}.email-test-panel{display:grid;gap:10px;padding:12px;border:1px solid var(--line);border-radius:14px;background:var(--panel2)}.email-test-panel button{width:max-content;min-width:150px;justify-content:center}.email-test-panel button:disabled{opacity:.7;cursor:wait}.email-test-message{margin:0!important;white-space:pre-wrap;line-height:1.45}.dark .email-test-panel{background:#111827}.backup-settings-card{margin-bottom:18px}.backup-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.backup-panel{border:1px solid var(--line);border-radius:14px;background:var(--panel2);padding:14px;display:flex;flex-direction:column;gap:10px}.backup-panel h4{margin:0;color:var(--text)}.backup-panel p{margin:0}.danger-zone{border-color:#fecaca;background:#fff7f7}.dark .danger-zone{background:#1f1418;border-color:#7f1d1d}.restore-upload{display:inline-flex!important;width:max-content!important;align-items:center;justify-content:center;padding:10px 14px;border-radius:10px;background:var(--primary);color:#fff!important;cursor:pointer;font-weight:700}.restore-upload input{display:none}.backup-list{display:grid;gap:8px;max-height:220px;overflow:auto}.backup-list button{justify-content:flex-start;min-width:0;text-align:left}.backup-list button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:900px){.backup-grid{grid-template-columns:1fr}.restore-upload{width:100%!important}}body.qms-browser-pdf-mode{margin:0!important;background:#fff!important}body.qms-browser-pdf-mode #root{background:#fff!important}body.qms-browser-pdf-mode .qms-browser-pdf-root,body.qms-browser-pdf-mode .qmsrd-print-wrap,body.qms-browser-pdf-mode .qms-flow-print-wrap,body.qms-browser-pdf-mode .qms-absolute-print-wrap{width:100%!important;min-height:0!important;margin:0!important;padding:0!important;gap:0!important;background:#fff!important;overflow:visible!important;display:block!important}body.qms-browser-pdf-mode .template-chip{display:none!important}body.qms-browser-pdf-mode .qms-print-loading{padding:40px;font:16px Arial,sans-serif;color:#111827}body.qms-browser-pdf-mode .qms-absolute-print-page,body.qms-browser-pdf-mode .qms-flow-print-page,body.qms-browser-pdf-mode .qmsrd-print-page{box-shadow:none!important;margin:0 auto!important}.qms-absolute-print-page .qmsrd-print-totals,.qms-flow-print-page .qmsrd-print-totals,body.qms-browser-pdf-mode .qms-absolute-print-page .qmsrd-print-totals{display:block!important;padding:0!important;border:1px solid #cbd5e1!important;background:#fff!important;box-sizing:border-box!important;overflow:hidden!important;color:#111827!important;-webkit-text-fill-color:#111827!important}.qms-absolute-print-page .qmsrd-print-totals div,.qms-flow-print-page .qmsrd-print-totals div,body.qms-browser-pdf-mode .qms-absolute-print-page .qmsrd-print-totals div{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:34px!important;padding:6px 10px!important;margin:0!important;border:0!important;border-bottom:1px solid #e2e8f0!important;background:#fff!important;color:#111827!important;-webkit-text-fill-color:#111827!important;font-size:12px!important;line-height:1.25!important;font-weight:900!important;box-sizing:border-box!important}.qms-absolute-print-page .qmsrd-print-totals div span,.qms-absolute-print-page .qmsrd-print-totals div b,.qms-flow-print-page .qmsrd-print-totals div span,.qms-flow-print-page .qmsrd-print-totals div b,body.qms-browser-pdf-mode .qms-absolute-print-page .qmsrd-print-totals div span,body.qms-browser-pdf-mode .qms-absolute-print-page .qmsrd-print-totals div b{color:inherit!important;-webkit-text-fill-color:inherit!important;font-size:inherit!important;line-height:inherit!important;font-weight:900!important}.qms-absolute-print-page .qmsrd-print-totals .grand,.qms-flow-print-page .qmsrd-print-totals .grand,body.qms-browser-pdf-mode .qms-absolute-print-page .qmsrd-print-totals .grand{min-height:36px!important;border-bottom:0!important;background:var(--qms-template-accent,#0f5478)!important;color:#fff!important;-webkit-text-fill-color:#ffffff!important;border-radius:0!important;font-size:15px!important}
.weasy-add-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.weasy-wide-field{grid-column:1/-1}.weasy-object-editor textarea{min-height:68px;resize:vertical}.weasy-image-object-tools{display:grid;gap:8px}.weasy-image-object-tools img{max-width:100%;max-height:110px;object-fit:contain;background:#fff;border:1px solid rgba(148,163,184,.35);border-radius:6px}.weasy-design-el.type-image{padding:0;background:transparent}.weasy-design-el.type-image img{width:100%;height:100%;object-fit:contain;display:block;pointer-events:none}.weasy-design-el.type-image span{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:11px;color:#64748b;background:#f8fafc}