:root{--purple:#6d35d7;--ink:#17151d;--muted:#74717c;--line:#e9e7ee;--soft:#f7f6fa}*{box-sizing:border-box}body{background:var(--soft);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif}aside{color:#dad6e3;background:#191720;flex-direction:column;width:242px;padding:28px 16px;display:flex;position:fixed;inset:0 auto 0 0}.brand{color:#fff;letter-spacing:.5px;margin:0 12px 38px;font-size:18px;font-weight:800;text-decoration:none}nav{gap:7px;display:grid}nav a{color:#c4bfcc;border-radius:9px;padding:12px;font-size:14px;text-decoration:none}nav a:hover{color:#fff;background:#2a2635}.side-note{color:#97909f;margin:auto 12px 0;font-size:12px;line-height:1.6}main{min-height:100vh;margin-left:242px;padding:34px 42px}.page-title{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.page-title h1{margin:0;font-size:27px}.muted{color:var(--muted)}.button{background:var(--purple);color:#fff;cursor:pointer;border:0;border-radius:9px;padding:12px 16px;font-weight:700;text-decoration:none}.button.secondary{color:var(--ink);border:1px solid var(--line);background:#fff}.cards{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.card,.panel{border:1px solid var(--line);background:#fff;border-radius:14px;padding:20px}.metric{margin-top:8px;font-size:28px;font-weight:800}.table{border-collapse:collapse;width:100%}.table th{text-align:left;color:var(--muted);padding:0 0 11px;font-size:12px}.table td{border-top:1px solid var(--line);padding:14px 0;font-size:14px}.editor{grid-template-columns:minmax(570px,1fr) 430px;align-items:start;gap:24px;display:grid}.editor-left{gap:18px;display:grid}.panel h2{margin:0 0 16px;font-size:16px}.grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.grid.three{grid-template-columns:repeat(3,1fr)}label{color:#4d4955;gap:6px;font-size:12px;font-weight:700;display:grid}input,textarea,select{font:inherit;color:var(--ink);background:#fff;border:1px solid #dcd8e5;border-radius:8px;width:100%;padding:10px}textarea{resize:vertical}.component{border-top:1px solid var(--line);grid-template-columns:130px 1fr 98px 50px 30px;align-items:center;gap:8px;padding:11px 0;display:grid}.component:first-of-type{border-top:0}.component label{font-size:12px}.suggestions{border:1px solid var(--line);z-index:5;background:#fff;border-radius:9px;max-height:220px;position:absolute;top:100%;left:0;right:0;overflow:auto;box-shadow:0 12px 28px #241a3930}.suggestions button{text-align:left;cursor:pointer;background:#fff;border:0;width:100%;padding:10px}.suggestions button:hover,.suggestions button.active{background:#f4efff}.suggestions small{color:var(--muted);margin-top:3px;display:block}.preview{background:#fff;min-height:680px;position:sticky;top:22px;box-shadow:0 5px 20px #30284216}.preview-header{justify-content:space-between;padding:27px 29px 12px;font-weight:800;display:flex}.case-image{object-fit:contain;width:100%;height:177px;padding:8px 40px}.placeholder{color:#a7a1ae;background:#faf9fc;place-items:center;height:177px;font-size:12px;display:grid}.purple-band{background:var(--purple);color:#fff;grid-template-columns:1fr 1fr;gap:12px;padding:16px 27px;font-size:11px;line-height:1.8;display:grid}.preview-body{padding:18px 27px}.preview-row{border-bottom:1px solid #eee;grid-template-columns:86px 1fr;gap:8px;padding:5px 0;font-size:10px;display:grid}.services{grid-template-columns:1fr 1fr;gap:8px;display:grid}.actions{align-items:center;gap:8px;display:flex}.error{color:#c32b52;font-size:12px}@media (max-width:1050px){.editor{grid-template-columns:1fr}.preview{max-width:600px;position:relative;top:auto}.component{grid-template-columns:100px 1fr 80px 40px 25px}}@media (max-width:720px){.cards,.grid,.grid.three{grid-template-columns:1fr}.component{grid-template-columns:1fr 1fr}.component>label:first-child{grid-column:span 2}.component button{justify-self:end}}.brand img{object-fit:contain;object-position:left center;background:0 0;width:184px;height:59px;padding:0;display:block}.quote-logo{object-fit:contain;object-position:left center;width:145px;height:64px}.quote-heading{text-align:right;font-size:15px;font-weight:400;line-height:1.35}.quote-heading strong{font-size:17px}.case-image,.placeholder{height:220px}.preview-table-head{border-bottom:1px solid #aaa;grid-template-columns:86px 1fr;gap:8px;padding:0 0 5px;font-size:10px;display:grid}.preview-row b{font-weight:400}.preview-footer{background:var(--purple);color:#fff;text-align:center;margin-top:10px;padding:4px;font-size:9px}.component{grid-template-columns:130px minmax(180px,1fr) 98px 50px 92px}.add-row{margin-top:12px}.component{grid-template-columns:30px 130px minmax(180px,1fr) 98px 50px 30px;align-items:end}.drag-handle{color:#898390;cursor:grab;background:0 0;border:0;border-radius:6px;width:30px;height:36px;font-size:22px;line-height:1}.drag-handle:hover{color:var(--purple);background:#f5f0ff}.drag-handle:active{cursor:grabbing}.component.drag-over{box-shadow:inset 0 2px 0 var(--purple);background:#faf7ff}.delete-row{color:#c32b52;cursor:pointer;background:0 0;border:0;border-radius:6px;width:28px;height:36px;font-size:20px}.delete-row:hover{background:#fff0f3}@media (max-width:720px){.component{grid-template-columns:30px 1fr 85px 52px 30px}.component-label{grid-column:2/5}.delete-row{grid-area:1/5}.product-picker{grid-column:1/6}.component-price{grid-column:2/4}.component-quantity{grid-column:4/6}.drag-handle{grid-area:1/1}}.component input{height:40px}.fixed-component-label{align-items:center;height:40px;display:flex}.drag-handle,.delete-row{height:40px}.quote-delete-button{color:#b52249;cursor:pointer;background:#fff5f7;border:1px solid #efb8c6;border-radius:7px;padding:7px 10px;font-weight:700}.quote-delete-button:hover{background:#ffe8ee;border-color:#d85b7a}.quote-delete-button:disabled{opacity:.55;cursor:wait}.table td a{color:var(--ink);font-weight:700;text-decoration:none}.table td a:hover{color:var(--purple);text-decoration:underline}.quote-row-actions{align-items:center;gap:7px;display:flex}.table td .quote-duplicate-button{color:#6432c5;background:#f8f5ff;border:1px solid #cfc4ea;border-radius:7px;align-items:center;min-height:32px;padding:7px 10px;font-size:13px;text-decoration:none;display:inline-flex}.table td .quote-duplicate-button:hover{background:#eee8ff;border-color:#9e82dc;text-decoration:none}.quotes-page-actions{align-items:center;gap:9px;display:flex}.quote-backup-wrap{align-items:center;gap:8px;display:flex}.quote-backup-actions{gap:8px;display:flex}.backup-import-button{background:#0f766e}.backup-import-button:hover{background:#0b625c}.monthly-chart-heading{color:var(--muted);align-items:center;font-size:13px;display:flex}.monthly-chart{grid-template-columns:repeat(12,1fr);align-items:end;gap:5px;height:78px;margin-top:7px;display:grid;position:relative}.monthly-chart:before{content:"";z-index:0;pointer-events:none;background:repeating-linear-gradient(#0000 0 calc(25% - 1px),#ddd8e7 calc(25% - 1px) 25%);position:absolute;inset:0 0 18px}.monthly-chart-column{z-index:1;text-align:center;cursor:default;grid-template-rows:1fr 15px;gap:3px;min-width:0;height:100%;display:grid;position:relative}.monthly-chart-column:after{content:attr(data-tooltip);z-index:8;color:#fff;white-space:nowrap;opacity:0;pointer-events:none;background:#211d28;border-radius:6px;padding:6px 8px;font-size:10px;font-weight:700;transition:opacity .15s,transform .15s;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%)translateY(3px)}.monthly-chart-column:hover:after{opacity:1;transform:translate(-50%)translateY(0)}.monthly-chart-track{justify-content:center;align-items:flex-end;height:100%;display:flex;overflow:visible}.monthly-chart-bar{background:linear-gradient(#8b5bea,#6d35d7);border-radius:6px 6px 2px 2px;width:10px;max-width:45%;min-height:2px;transition:height .25s;box-shadow:0 0 0 1px #6d35d70f}.monthly-chart-label{color:#77717f;font-size:9px;font-weight:700}@media (max-width:1200px){.dashboard-cards{grid-template-columns:1fr 1fr}.monthly-chart-card{grid-column:1/-1}}@media (max-width:720px){.dashboard-cards{grid-template-columns:1fr}.monthly-chart-card{grid-column:auto}.monthly-chart{gap:3px}.monthly-chart-label{font-size:8px}.monthly-chart-bar{width:7px}}.dashboard-filter{background:#faf9fc;border:1px solid #ded8e8;border-radius:11px;align-items:flex-end;gap:9px;padding:9px 10px;display:flex;box-shadow:0 3px 10px #3526470d}.dashboard-filter label{color:#716a7a;gap:4px;font-size:10px;font-weight:700}.dashboard-filter select{color:#332e39;cursor:pointer;background-color:#fff;border:1px solid #d9d3e3;border-radius:7px;outline:none;min-width:108px;height:35px;padding:6px 32px 6px 10px;font-size:12px;font-weight:800}.dashboard-filter select:hover{background-color:#fff;border-color:#bdaed8}.dashboard-filter select:focus{border-color:#8f69d7;box-shadow:0 0 0 3px #6d35d71a}.dashboard-filter label:last-child select{min-width:145px}@media (max-width:720px){.dashboard-filter{width:100%}.dashboard-filter label{flex:1}}.dashboard-period-panel{background:#f1eff5;border:1px solid #e1dde8;border-radius:16px;padding:18px}.dashboard-period-toolbar{justify-content:space-between;align-items:center;gap:18px;margin-bottom:14px;display:flex}.dashboard-period-toolbar h2{margin:0;font-size:16px}.dashboard-period-panel .card{border-color:#e2dee9;box-shadow:0 2px 8px #3028420a}@media (max-width:900px){.dashboard-period-toolbar{flex-direction:column;align-items:flex-start}.dashboard-period-toolbar .dashboard-filter{align-self:stretch}}@media (max-width:720px){.dashboard-period-panel{padding:12px}.dashboard-period-toolbar .dashboard-filter{grid-template-columns:1fr 1fr;display:grid}}.dashboard-recent-panel{background:#f1eff5;border:1px solid #e1dde8;border-radius:16px;margin-top:18px;padding:18px}.dashboard-recent-panel>h2{margin:0 0 14px;font-size:16px}.dashboard-recent-table{border-color:#e2dee9;padding:16px 18px;box-shadow:0 2px 8px #3028420a}@media (max-width:720px){.dashboard-recent-panel{padding:12px}.dashboard-recent-table{padding:14px}}.mobile-menu-button,.mobile-menu-backdrop,.mobile-sidebar-close{display:none}.sidebar nav a.active{color:#fff;background:#2a2635}.favorite-suggestions-title{color:#6d35d7;text-transform:uppercase;letter-spacing:.35px;padding:8px 10px 5px;font-size:10px;font-weight:800}.suggestion-row{border-top:1px solid #f0edf4;grid-template-columns:minmax(0,1fr) 40px;align-items:stretch;display:grid}.suggestions .suggestion-row:first-of-type{border-top:0}.suggestions .suggestion-product{min-width:0}.suggestions .suggestion-favorite{color:#aaa1b5;cursor:pointer;background:#fff;border:0;place-items:center;width:40px;font-size:20px;display:grid}.suggestions .suggestion-favorite:hover,.suggestions .suggestion-favorite.active{color:#f0a400;background:#faf7ff}.product-favorite-cell{width:72px;text-align:center!important}.product-favorite-button{color:#aaa1b5;cursor:pointer;background:#fff;border:1px solid #ddd7e7;border-radius:8px;width:34px;height:34px;font-size:21px;line-height:1}.product-favorite-button:hover,.product-favorite-button.active{color:#e7a600;background:#fffaf0;border-color:#edcf72}@media (max-width:720px){body{min-width:0}.mobile-menu-button{z-index:50;background:var(--purple);color:#fff;cursor:pointer;border:0;border-radius:10px;place-items:center;width:43px;height:43px;font-size:22px;line-height:1;display:grid;position:fixed;top:14px;left:14px;box-shadow:0 5px 16px #3d24664a}.mobile-menu-backdrop{z-index:55;cursor:pointer;background:#17131f99;border:0;width:100%;height:100%;display:block;position:fixed;inset:0}.sidebar{z-index:60;flex-direction:column;align-items:stretch;width:min(300px,86vw);padding:24px 16px;transition:transform .22s;display:flex;position:fixed;inset:0 auto 0 0;overflow-y:auto;transform:translate(-105%);box-shadow:12px 0 35px #100b1966}.sidebar.sidebar-open{transform:translate(0)}.sidebar .brand{white-space:normal;margin:0 42px 30px 10px;font-size:18px}.sidebar .brand img{width:184px;height:59px}.sidebar nav{gap:7px;display:grid}.sidebar nav a{white-space:normal;padding:12px;font-size:14px}.sidebar .side-note{margin:auto 12px 0;display:block}.mobile-sidebar-close{color:#ddd4e8;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff24;border-radius:8px;place-items:center;width:34px;height:34px;font-size:25px;display:grid;position:absolute;top:13px;right:13px}.mobile-sidebar-close:hover{color:#fff;background:#ffffff18}main{margin:0;padding:76px 16px 22px}.page-title{flex-direction:column;align-items:flex-start;gap:14px;margin-bottom:20px}.page-title>.actions{flex-wrap:wrap;width:100%}.actions{flex-wrap:wrap}.quotes-page-actions{flex-wrap:wrap;width:100%}.quote-backup-wrap{flex-wrap:wrap;align-items:flex-start}.table{min-width:760px}.panel{overflow-x:auto}.editor .panel{overflow-x:visible}.editor,.editor-left{min-width:0}}.save-success{color:#18743a;white-space:nowrap;background:#effaf2;border:1px solid #b8e0c5;border-radius:9px;align-items:center;min-height:38px;padding:8px 12px;font-size:12px;font-weight:700;display:inline-flex}.save-status{color:#655f6e;white-space:nowrap;background:#f7f5fa;border:1px solid #ddd7e7;border-radius:9px;align-items:center;min-height:38px;padding:8px 12px;font-size:12px;font-weight:700;display:inline-flex}.save-status-saved{color:#18743a;background:#effaf2;border-color:#b8e0c5}.save-status-saving{color:#315d91;background:#f0f6fd;border-color:#c9d8ed}.save-status-error{color:#b52249;background:#fff3f5;border-color:#efbdc8}.save-status-dirty{color:#805f0c;background:#fff9e9;border-color:#ead9a8}.validation-modal{background:#fff;border-radius:14px;width:min(520px,100%);padding:24px;box-shadow:0 24px 70px #17121f55}.validation-modal h2{margin:0 0 8px;font-size:19px}.validation-modal ul{color:#514a59;margin:18px 0;padding-left:22px;line-height:1.55}.validation-modal li+li{margin-top:7px}.validation-actions{justify-content:flex-end;gap:9px;margin-top:22px;display:flex}.settings-save-row{align-items:center;gap:12px;margin-top:18px;display:flex}.settings-save-row .error{background:#fff3f5;border:1px solid #efbdc8;border-radius:9px;align-items:center;min-height:38px;margin:0;padding:8px 12px;font-weight:700;display:inline-flex}.button:disabled{opacity:.6;cursor:not-allowed}.language-switch{background:#fff;border:1px solid #d9d3e5;border-radius:9px;padding:3px;display:flex}.language-switch button{color:#6f6978;cursor:pointer;background:0 0;border:0;border-radius:6px;min-width:38px;height:32px;font-weight:800}.language-switch button.active{background:var(--purple);color:#fff}.language-switch button:not(.active):hover{color:var(--purple);background:#f3effa}.button.copy-text-button{color:#fff;background:#0f766e}.button.copy-text-button:hover{background:#0b625c}.quote-switches-field{justify-content:flex-end;align-items:flex-end;gap:12px;display:flex}.quote-switch-field{color:#4d4955;gap:6px;font-size:12px;font-weight:700;display:grid}.quote-switch-field .language-switch{align-items:center;width:max-content;height:40px}.currency-switch button{min-width:48px}.exchange-rate-field{flex:none;width:125px}.exchange-rate-field input{height:40px}.quote-status{color:#625d6b;background:#f0eef4;border-radius:999px;align-items:center;padding:5px 9px;font-size:11px;font-weight:700;display:inline-flex}.status-sent{color:#6530c8;background:#eee8ff}.status-approved{color:#19723a;background:#e9f8ee}.status-rejected{color:#b52249;background:#fff0f3}.status-expired{color:#90600b;background:#fff4df}.product-actions{gap:6px;display:flex}.product-edit-button{color:#6432c5;cursor:pointer;background:#f8f5ff;border:1px solid #cfc4ea;border-radius:7px;padding:7px 10px;font-weight:700}.product-edit-button:hover{background:#eee8ff;border-color:#9e82dc}.modal-backdrop{z-index:50;background:#17121f80;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.product-edit-modal{background:#fff;border-radius:14px;width:min(820px,100%);max-height:calc(100vh - 48px);padding:22px;overflow:auto;box-shadow:0 24px 70px #17121f55}.modal-heading{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.modal-heading h2{margin:0}.modal-actions{align-items:flex-end;gap:8px;display:flex}.active-checkbox{grid-template-columns:auto 1fr;align-self:end;align-items:center;height:40px;display:flex}.active-checkbox input{width:18px;height:18px}.product-edit-error{grid-column:1/-1;margin:0}.product-list-tools{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.product-list-tools form{flex:1;gap:8px;max-width:650px;display:flex}.pagination{justify-content:space-between;align-items:center;margin-top:18px;display:flex}.bulk-product-actions{justify-content:flex-end;align-items:center;gap:12px;min-height:38px;margin:-6px 0 12px;display:flex}.product-select-cell{width:42px;text-align:center!important}.product-select-cell input{cursor:pointer;width:17px;height:17px;accent-color:var(--purple);margin:0}.product-row-selected td{background:#faf7ff}.product-table td{transition:background .12s}.preview-table-head,.preview-row{grid-template-columns:80px minmax(0,1fr) 28px 72px;column-gap:6px}.preview-table-head b:nth-child(3),.preview-quantity{text-align:center}.preview-table-head b:last-child,.preview-price{text-align:right}.preview-price{white-space:nowrap;font-weight:700}.preview{aspect-ratio:210/297;width:100%;min-height:0;overflow:hidden}.preview-content{transform-origin:0 0;width:142.857%;height:142.857%;position:relative;transform:scale(.7)}.preview .preview-header{padding:20px 28px 4px}.preview .quote-logo{width:170px;height:70px}.preview .quote-heading{font-size:20px;line-height:1.25}.preview .quote-heading strong{font-size:21px}.preview .case-image,.preview .placeholder{height:220px}.preview .purple-band{padding:14px 42px;line-height:1.2}.summary-column{width:44%}.summary-row{justify-content:space-between;gap:12px;margin-bottom:5px;display:flex}.summary-row b{text-align:right}.summary-gap{height:8px}.preview .preview-body{padding:12px 42px 170px}.preview .preview-table-head{border-color:#aaa;margin-top:0;padding-bottom:5px;font-weight:700}.preview .preview-row{border-bottom:0;padding-top:3px;padding-bottom:3px}.preview .preview-row strong{font-weight:700}.preview-bottom-block{background:#fff;position:absolute;bottom:0;left:0;right:0}.preview-bottom-inner{padding:0 42px}.preview-bottom-inner h4{margin:0 0 6px;font-size:11px}.preview-service-columns{justify-content:space-between;display:flex!important}.preview-service-column{gap:3px;width:47%;display:grid}.preview-service{align-items:center;gap:5px;font-size:9px;font-style:italic;display:flex}.purple-check{background:var(--purple);color:#fff;border-radius:1px;flex:0 0 10px;place-items:center;width:10px;height:10px;font-size:8px;font-style:normal;font-weight:700;line-height:1;display:inline-grid}.footer-info{justify-content:space-between;align-items:flex-end;margin-top:8px;display:flex}.footer-copy{flex:none;width:70%}.quote-validity{margin-bottom:7px;font-size:9px;font-style:italic}.confidentiality{color:var(--ink);font-size:7px;font-style:italic;line-height:1.3}.date-box{text-align:center;border-top:1px solid #bbb;width:24%;padding-top:14px;font-size:15px;font-weight:700}.preview .preview-footer{margin-top:8px;padding:3px}.image-panel{overflow:hidden}.image-help{margin:-7px 0 15px;font-size:13px}.image-upload-grid{grid-template-columns:190px minmax(240px,520px) minmax(190px,1fr);align-items:end;gap:14px;display:grid}.file-upload{text-align:center;height:40px;min-height:40px;color:var(--purple);cursor:pointer;background:#faf7ff;border:1px dashed #bdb5cc;border-radius:10px;justify-content:center;align-items:center;padding:0 12px;display:flex}.file-upload:hover{border-color:var(--purple);background:#f5f0ff}.file-upload input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.image-url-field{grid-template-columns:minmax(0,1fr);align-items:end;gap:8px;display:grid}.image-url-field input{height:40px}.image-error{margin-top:10px}.selected-quote-image{justify-self:end;align-items:center;gap:12px;display:flex}.selected-quote-image img{object-fit:contain;border:1px solid var(--line);background:#fafafa;border-radius:8px;width:88px;height:66px}@media (max-width:720px){.image-upload-grid,.image-url-field{grid-template-columns:1fr}.selected-quote-image{justify-self:start}}.image-summary-panels{grid-template-columns:minmax(0,1.4fr) minmax(340px,.8fr);align-items:stretch;gap:18px;display:grid}.image-summary-panels .image-panel{min-height:190px;position:relative}.image-panel-content{padding-right:205px}.image-panel-content .image-upload-grid{grid-template-columns:190px minmax(220px,520px);justify-content:start}.image-panel-content .selected-quote-image{align-items:center;gap:8px;display:flex;position:absolute;top:50%;right:22px;transform:translateY(-50%)}.image-panel-content .selected-quote-image img{width:155px;height:118px}.build-summary{background:#fff}.build-summary h2{margin-bottom:14px}.build-summary-row{justify-content:space-between;align-items:center;gap:20px;padding:6px 0;font-size:13px;display:flex}.build-summary-row strong{white-space:nowrap;font-size:14px}.build-summary-divider{background:#e1d9ef;height:1px;margin:7px 0}.build-summary-total{color:var(--purple);font-weight:700}.build-summary-total strong{font-size:17px}@media (max-width:1150px){.image-summary-panels{grid-template-columns:1fr}.image-panel-content .image-upload-grid{grid-template-columns:190px minmax(220px,520px)}}@media (max-width:720px){.image-summary-panels .image-panel{min-height:0}.image-panel-content{padding-right:0}.image-panel-content .image-upload-grid{grid-template-columns:1fr}.image-panel-content .selected-quote-image{justify-self:start;margin-top:8px;position:static;transform:none}.build-summary-row{font-size:12px}}.preview-stack{gap:18px;display:grid;position:sticky;top:22px}.preview-stack .preview{position:relative;top:auto}.preview-continuation-header{text-align:right;justify-content:space-between;align-items:center;height:82px;padding:16px 42px 8px;font-size:12px;line-height:1.35;display:flex}.preview-continuation-header .quote-logo{width:125px;height:52px}.preview .continuation-body{padding-top:6px}.preview-bottom-block{bottom:29px}.preview .preview-footer{justify-content:center;align-items:center;height:18px;margin:0;padding:3px 42px;display:flex;position:absolute;bottom:0;left:0;right:0}.preview-page-number{font-size:7px;position:absolute;right:12px}@media (max-width:1050px){.preview-stack{max-width:600px;position:relative;top:auto}}.settings-form{gap:18px;display:grid}.settings-form .panel{margin:0}.settings-textareas{grid-template-columns:1fr 1fr;gap:16px;margin-top:16px;display:grid}.settings-textareas textarea{resize:vertical;min-height:110px;line-height:1.45}.settings-save-sticky{z-index:8;border:1px solid var(--line);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffc;border-radius:10px;width:max-content;max-width:100%;padding:10px 12px;position:sticky;bottom:14px;box-shadow:0 8px 28px #21172f1a}@media (max-width:720px){.settings-textareas{grid-template-columns:1fr}.settings-save-sticky{width:100%}}.preview-header{align-items:center}.preview .purple-band{justify-content:space-between;gap:0;padding:13px 42px;font-size:9px;line-height:1;display:flex}.preview .summary-column{width:44%}.preview .summary-row{gap:8px;margin-bottom:4px}.preview .summary-row span,.preview .summary-row b{white-space:nowrap}.brand{justify-content:center;margin-left:0;margin-right:0;display:flex}.brand img{object-position:center;width:150px;height:48px}@media (max-width:720px){.sidebar .brand{justify-content:center;width:100%;margin:0 0 30px;padding:0 42px}.sidebar .brand img{object-position:center;width:150px;height:48px}}.export-control{align-items:stretch;display:flex}.export-control select{appearance:none;color:#0000;cursor:pointer;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='m4 6 4 4 4-4' stroke='%236d35d7' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:16px;border-left:0;border-radius:0 9px 9px 0;width:42px;min-width:42px;padding:0}.export-control select:hover{background-color:#f8f5ff}.export-control select:focus{outline:none;box-shadow:inset 0 0 0 2px #6d35d733}.export-control select option{color:var(--ink);background:#fff;font-size:12px;font-weight:700}.export-control .button{white-space:nowrap;border-radius:9px 0 0 9px}@media (max-width:720px){.export-control{width:100%}.export-control .button{flex:1}.export-control select{width:42px;min-width:42px}}.sidebar-footer{gap:12px;margin-top:auto;display:grid}.sidebar-footer .side-note{margin:0 12px}.logout-button{color:#bbb4c5;text-align:left;cursor:pointer;background:#ffffff08;border:1px solid #ffffff1f;border-radius:8px;width:100%;padding:10px 12px;font-weight:700}.logout-button:hover{color:#fff;background:#ffffff12}.login-main{min-height:100vh;margin:0;padding:0}.login-shell{background:radial-gradient(circle at 50% 0,#efe8ff 0,transparent 42%),var(--soft);place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{border:1px solid var(--line);background:#fff;border-radius:18px;width:min(420px,100%);padding:34px;box-shadow:0 22px 60px #3028421f}.login-logo{object-fit:contain;filter:invert();width:190px;height:61px;margin:0 auto 28px;display:block}.login-heading{text-align:center;margin-bottom:24px}.login-heading h1{margin:0 0 8px;font-size:26px}.login-heading p{color:var(--muted);margin:0;font-size:13px}.login-form{gap:15px;display:grid}.login-form input{height:43px}.remember-login{cursor:pointer;grid-template-columns:18px 1fr;align-items:center;gap:9px;font-weight:600;display:flex}.remember-login input{width:18px;height:18px;accent-color:var(--purple);margin:0}.login-error{color:#b52249;background:#fff3f5;border:1px solid #efbdc8;border-radius:9px;padding:10px 12px;font-size:12px;font-weight:700}.login-button{width:100%;min-height:43px;margin-top:2px}@media (max-width:520px){.login-shell{padding:16px}.login-card{padding:26px 20px}.login-logo{width:165px;height:53px}}.login-logo{filter:none}.sidebar-footer{grid-template-columns:1fr auto auto;align-items:end;gap:10px}.sidebar-footer .side-note{min-width:0}.logout-button,.sidebar-icon-button{color:#bbb4c5;text-align:center;background:#ffffff08;border:1px solid #ffffff1f;border-radius:8px;place-items:center;width:38px;height:38px;padding:0;text-decoration:none;transition:border-color .15s,background-color .15s,color .15s,box-shadow .15s;display:grid}.logout-button svg,.sidebar-icon-button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.sidebar-icon-button:hover{color:#fff;background:#ffffff12}.sidebar-icon-button.active{color:#cbb6f4;background:#302541;border-color:#7657a7}.sidebar-icon-button:focus-visible{border-color:#9675cd;outline:none;box-shadow:0 0 0 3px #8b5cf621}.quote-month-list{gap:14px;display:grid}.quote-month-group{padding:0;overflow:hidden}.quote-month-group summary{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:16px;padding:17px 20px;font-size:15px;font-weight:800;list-style:none;display:flex}.quote-month-group summary::-webkit-details-marker{display:none}.quote-month-group summary:after{content:"⌄";color:var(--purple);order:3;font-size:20px;line-height:1;transition:transform .18s}.quote-month-group[open] summary{border-bottom:1px solid var(--line)}.quote-month-group summary:hover{background:#faf8ff}.quote-month-count{color:#6741ba;background:#f1ecfb;border-radius:999px;margin-left:auto;padding:4px 9px;font-size:11px;font-weight:700}.quote-month-table{padding:0 20px;overflow-x:auto}@media (max-width:720px){.quote-month-group summary{padding:15px}.quote-month-table{padding:0 15px}.quote-month-count{font-size:10px}}.quote-month-group{border-color:#e3deea;transition:border-color .18s,box-shadow .18s;box-shadow:0 4px 16px #3125410a}.quote-month-group[open]{border-color:#dcd2ed;box-shadow:0 7px 22px #36234f10}.quote-month-group summary{background:linear-gradient(90deg,#fbf9ff 0,#fff 42%);min-height:64px;padding:12px 18px}.quote-month-group[open] summary{background:#fbf9ff}.quote-month-heading{align-items:center;gap:11px;display:flex}.quote-month-icon{width:36px;height:36px;color:var(--purple);background:#eee7fb;border-radius:10px;flex:none;place-items:center;display:grid}.quote-month-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.quote-month-copy{gap:1px;display:grid}.quote-month-copy strong{font-size:14px;line-height:1.2}.quote-month-copy small{color:#8a8491;font-size:11px;font-weight:600}.quote-month-count{color:#7044c8;background:#f0ebfa;padding:5px 10px}.quote-month-group summary:after{content:"›";background:#fff;border:1px solid #ded5ec;border-radius:8px;flex:none;place-items:center;width:28px;height:28px;font-size:19px;font-weight:500;display:grid;transform:rotate(90deg)}.quote-month-group[open] summary:after{transform:rotate(-90deg)}.quote-month-table{background:#fff;padding:0}.quote-month-table .table th{background:#faf9fc;padding:11px 10px}.quote-month-table .table td{padding:14px 10px}.quote-month-table .table th:first-child,.quote-month-table .table td:first-child{padding-left:18px}.quote-month-table .table th:last-child,.quote-month-table .table td:last-child{padding-right:18px}.quote-month-table .table tbody tr:hover{background:#fcfaff}@media (max-width:720px){.quote-month-group summary{min-height:58px;padding:11px 13px}.quote-month-icon{width:34px;height:34px}.quote-month-table{padding:0}.quote-month-count{text-align:center;max-width:90px}}.quote-month-group summary:after{content:none;display:none}.quote-month-chevron{width:30px;height:30px;color:var(--purple);background:#fff;border:1px solid #ded5ec;border-radius:8px;flex:none;place-items:center;display:grid}.quote-month-chevron svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px;transition:transform .2s}.quote-month-group[open] .quote-month-chevron svg{transform:rotate(180deg)}.quote-realized-button{color:#087d70;cursor:pointer;background:#effbf9;border:1px solid #8edfd3;border-radius:7px;min-height:32px;padding:7px 10px;font-size:13px;font-weight:700}.quote-realized-button:hover{background:#dcf7f3;border-color:#32b9a8}.quote-realized-button:disabled{color:#168579;cursor:default;opacity:.75;background:#e7f8f5;border-color:#b8e7df}.status-realized{color:#087d70;background:#ddf8f3}.monthly-chart-heading{justify-content:space-between;gap:12px}.monthly-chart-legend{color:#77717f;align-items:center;gap:5px;font-size:9px;font-weight:600;display:flex}.monthly-chart-legend i{border-radius:2px;width:7px;height:7px;display:inline-block}.monthly-chart-legend .legend-quotes{background:#7541dc}.monthly-chart-legend .legend-realized{background:#14b8a6;margin-left:4px}.monthly-chart-realized{background:linear-gradient(#2dd4bf,#0d9488);box-shadow:0 0 0 1px #0d948817}@media (max-width:720px){.quote-row-actions{flex-wrap:wrap}.monthly-chart-legend{font-size:8px}.monthly-chart-track{gap:2px}}.quote-realized-button.is-realized{color:#14786e;background:#e5f7f4;border-color:#95d8cf}.quote-realized-button.is-realized:hover{color:#aa2848;background:#fff2f5;border-color:#e7b0bd}.quote-row-actions{grid-template-columns:124px 86px 64px;gap:7px;width:288px;display:grid}.quote-realized-button{white-space:nowrap;width:124px}.table td .quote-duplicate-button{white-space:nowrap;justify-content:center;width:86px}.quote-delete-button{white-space:nowrap;width:64px}@media (max-width:720px){.quote-row-actions{grid-template-columns:124px 86px 64px;width:288px}}.quote-realized-button{width:82px}@media (max-width:720px){.quote-row-actions{grid-template-columns:82px 86px 64px;width:246px}}.quote-month-table .table{table-layout:fixed;min-width:1120px}.quote-col-number{width:18%}.quote-col-email{width:14%}.quote-col-budget{width:12%}.quote-col-price,.quote-col-date,.quote-col-validity{width:9%}.quote-col-status{width:112px}.quote-month-table .quote-status{white-space:nowrap;width:max-content;max-width:100%}.dashboard-recent-table .table{table-layout:fixed}.dashboard-recent-table .table th:last-child,.dashboard-recent-table .table td:last-child{width:120px}.dashboard-recent-table .quote-status{white-space:nowrap;width:max-content;max-width:100%}.quote-row-actions{grid-template-columns:82px 48px 86px 64px;width:301px}.quote-pdf-button{color:#6432c5;cursor:pointer;background:#f8f5ff;border:1px solid #cfc4ea;border-radius:7px;width:48px;min-height:32px;padding:7px 8px;font-size:13px;font-weight:800}.quote-pdf-button:hover{background:#eee8ff;border-color:#9e82dc}.quote-pdf-button:disabled{opacity:.55;cursor:wait}.quote-col-actions{width:321px}.quote-month-table .table{min-width:1180px}@media (max-width:720px){.quote-row-actions{grid-template-columns:82px 48px 86px 64px;width:301px}}.quote-pdf-button{color:#b65b0b;background:#fff7ed;border-color:#efc08b;font-weight:400}.quote-pdf-button:hover{color:#984807;background:#ffedd5;border-color:#e5943d}.quote-row-actions .quote-realized-button,.quote-row-actions .quote-pdf-button,.table td .quote-row-actions .quote-duplicate-button,.quote-row-actions .quote-delete-button{font-weight:400}.dashboard-cards{grid-template-columns:.78fr 1fr .78fr 1.35fr}.conversion-card{position:relative;overflow:hidden}.conversion-card:before{content:"";background:#14b8a6;width:4px;position:absolute;top:0;bottom:0;left:0}.conversion-card .metric{color:#0d8e80}.conversion-detail{color:#77717f;margin-top:3px;font-size:11px;font-weight:600}@media (max-width:1200px){.dashboard-cards{grid-template-columns:1fr 1fr}.monthly-chart-card{grid-column:1/-1}}@media (max-width:720px){.dashboard-cards{grid-template-columns:1fr}.monthly-chart-card{grid-column:auto}}.quotes-history-controls{justify-content:flex-end;align-items:center;gap:12px;display:flex}.quote-email-search{align-items:stretch;width:330px;height:40px;display:flex}.quote-email-search input{border-right:0;border-radius:9px 0 0 9px;min-width:0}.quote-email-search button{color:#6332c2;font:inherit;cursor:pointer;background:#f1ecfb;border:1px solid #cdbfe8;border-radius:0 9px 9px 0;padding:0 12px;font-size:12px;font-weight:700}.quote-email-search button:hover{background:#e8dffc}.quote-email-search a{color:#77717f;background:#fff;border:1px solid #ddd7e7;border-radius:9px;flex:none;place-items:center;width:32px;margin-left:6px;font-size:19px;text-decoration:none;display:grid}.quote-email-search a:hover{color:var(--purple);border-color:#c7b8e3}@media (max-width:1350px){.quotes-history-toolbar{flex-direction:column;align-items:flex-start}.quotes-history-controls{justify-content:space-between;width:100%}}@media (max-width:900px){.quotes-history-controls{flex-direction:column;align-items:stretch}.quote-email-search{width:min(100%,420px)}}@media (max-width:720px){.quote-email-search{width:100%}}.quote-email-search{align-items:stretch;gap:8px;width:min(650px,100%);height:auto}.quote-email-search input{border:1px solid #dcd8e5;border-radius:8px;min-width:180px}.quote-email-search button.button{background:var(--purple);color:#fff;font-size:inherit;border:0;border-radius:9px;padding:12px 16px;font-weight:700}.quote-email-search button.button:hover{background:#5e2bbe}.quote-email-search a{height:40px;margin-left:0}@media (max-width:720px){.quote-email-search input{min-width:0}}.bulk-product-actions{justify-content:space-between;align-items:center;gap:20px;min-height:0;margin:0 0 14px}.product-search-form{flex:1;align-items:stretch;gap:8px;max-width:650px;display:flex}.product-search-form input{min-width:180px}.bulk-selection-actions{flex:none;justify-content:flex-end;align-items:center;gap:12px;display:flex}.pagination{min-height:40px}.pagination-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}@media (max-width:820px){.bulk-product-actions{flex-direction:column;align-items:stretch}.product-search-form{width:100%;max-width:none}.bulk-selection-actions{justify-content:space-between}}@media (max-width:520px){.product-search-form{grid-template-columns:1fr auto;display:grid}.pagination{align-items:flex-start;gap:12px}.pagination-actions{flex-wrap:wrap}}.product-pagination{grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;min-height:42px;margin-top:18px;display:grid}.products-per-page{width:max-content;color:var(--muted);align-items:center;gap:9px;font-size:12px;font-weight:600;display:flex}.products-per-page select{width:76px;height:38px;padding:7px 28px 7px 10px;font-weight:700}.product-page-numbers{justify-content:center;align-items:center;gap:5px;display:flex}.product-page-numbers .product-page-number{color:#5f5968;background:#fff;border:1px solid #ded9e7;border-radius:8px;place-items:center;width:34px;height:34px;padding:0;font-size:12px;font-weight:700;text-decoration:none;display:grid}.product-page-numbers a.product-page-number:hover{color:var(--purple);background:#f5f0ff;border-color:#bca8e3;text-decoration:none}.product-page-numbers .product-page-number.active{border-color:var(--purple);background:var(--purple);color:#fff}.product-page-ellipsis{color:#918a99;place-items:center;width:22px;display:grid}.product-pagination-balance{display:block}@media (max-width:720px){.product-pagination{grid-template-columns:1fr;justify-items:center}.products-per-page{justify-self:start}.product-pagination-balance{display:none}.product-page-numbers{flex-wrap:wrap;max-width:100%}}.products-per-page select{width:88px;height:40px;padding:8px 32px 8px 12px;line-height:1.2}.products-per-page{position:relative}.products-per-page select{appearance:none;padding-right:36px}.products-per-page:after{content:"";pointer-events:none;border-bottom:2px solid #403b47;border-right:2px solid #403b47;width:6px;height:6px;position:absolute;top:50%;right:15px;transform:translateY(-65%)rotate(45deg)}.product-search-form{max-width:760px}.favorite-filter-button{color:#7b6a3c;min-width:104px;font:inherit;white-space:nowrap;cursor:pointer;background:#fffdf7;border:1px solid #e2d9c0;border-radius:9px;justify-content:center;align-items:center;gap:6px;padding:0 13px;font-size:12px;font-weight:700;display:inline-flex}.favorite-filter-button span{color:#d49a12;font-size:15px;line-height:1}.favorite-filter-button:hover{color:#6d571f;background:#fff8df;border-color:#d9b452}.favorite-filter-button.active{color:#674c08;background:#fff3c4;border-color:#e0ad31;box-shadow:inset 0 0 0 1px #f5d675}.favorite-filter-button.active span{color:#c78300}@media (max-width:520px){.favorite-filter-button{grid-column:1/-1;justify-self:start;height:40px}}.star-icon{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:18px;height:18px;display:block}.star-icon.filled{fill:currentColor}.product-favorite-button{place-items:center;padding:0;display:grid}.product-favorite-button .star-icon{width:19px;height:19px}.favorite-filter-button .star-icon{color:#d49a12;width:16px;height:16px}.favorite-filter-button.active .star-icon{color:#c78300}.favorite-suggestions-title{align-items:center;gap:5px;display:flex}.favorite-suggestions-title .star-icon{width:13px;height:13px}.suggestions .suggestion-favorite .star-icon{width:19px;height:19px}.favorite-filter-button{place-items:center;gap:0;width:40px;min-width:40px;height:40px;padding:0;display:grid}.favorite-filter-button .star-icon{width:19px;height:19px}@media (max-width:520px){.favorite-filter-button{grid-column:auto;justify-self:stretch}.product-search-form{grid-template-columns:minmax(0,1fr) 40px}.favorite-filter-button{grid-column:auto;justify-self:auto;width:40px;min-width:40px;padding:0}}@supports not selector(::-webkit-scrollbar){*{scrollbar-width:thin;scrollbar-color:#a98bdf #efedf3}.sidebar{scrollbar-color:#62596e #211e29}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#efedf3;border-radius:999px}::-webkit-scrollbar-thumb{background:#a98bdf;border:2px solid #efedf3;border-radius:999px;min-height:36px}::-webkit-scrollbar-thumb:hover{background:#8254d7}::-webkit-scrollbar-corner{background:#efedf3}.sidebar::-webkit-scrollbar-track{background:#211e29}.sidebar::-webkit-scrollbar-thumb{background:#62596e;border-color:#211e29}.sidebar::-webkit-scrollbar-thumb:hover{background:#7d6d91}::-webkit-scrollbar-button{width:0;height:0;display:none}::-webkit-scrollbar-button{appearance:none;background:0 0;width:0;min-width:0;height:0;min-height:0;display:none}::-webkit-scrollbar-button:single-button{appearance:none;background:0 0;width:0;min-width:0;height:0;min-height:0;display:none}::-webkit-scrollbar-button:double-button{appearance:none;background:0 0;width:0;min-width:0;height:0;min-height:0;display:none}::-webkit-scrollbar-button:vertical:start:decrement{appearance:none;background:0 0;width:0;min-width:0;height:0;min-height:0;display:none}::-webkit-scrollbar-button:vertical:end:increment{appearance:none;background:0 0;width:0;min-width:0;height:0;min-height:0;display:none}::-webkit-scrollbar-button:horizontal:start:decrement{appearance:none;background:0 0;width:0;min-width:0;height:0;min-height:0;display:none}::-webkit-scrollbar-button:horizontal:end:increment{appearance:none;background:0 0;width:0;min-width:0;height:0;min-height:0;display:none}::-webkit-scrollbar-button:vertical{-webkit-appearance:none!important;background:0 0!important;border:0!important;width:0!important;min-width:0!important;height:0!important;min-height:0!important;display:none!important}::-webkit-scrollbar-button:vertical:increment{-webkit-appearance:none!important;background:0 0!important;border:0!important;width:0!important;min-width:0!important;height:0!important;min-height:0!important;display:none!important}::-webkit-scrollbar-button:vertical:decrement{-webkit-appearance:none!important;background:0 0!important;border:0!important;width:0!important;min-width:0!important;height:0!important;min-height:0!important;display:none!important}::-webkit-scrollbar-button:horizontal{-webkit-appearance:none!important;background:0 0!important;border:0!important;width:0!important;min-width:0!important;height:0!important;min-height:0!important;display:none!important}::-webkit-scrollbar-button:horizontal:increment{-webkit-appearance:none!important;background:0 0!important;border:0!important;width:0!important;min-width:0!important;height:0!important;min-height:0!important;display:none!important}::-webkit-scrollbar-button:horizontal:decrement{-webkit-appearance:none!important;background:0 0!important;border:0!important;width:0!important;min-width:0!important;height:0!important;min-height:0!important;display:none!important}.sales-builds-history-panel{background:#f1eff5;border:1px solid #e1dde8;border-radius:16px;padding:18px}.sales-builds-toolbar{justify-content:space-between;align-items:center;gap:18px;margin-bottom:14px;display:flex}.sales-build-search{width:min(430px,100%)}.sales-builds-toolbar>.button{min-height:42px;padding:10px 14px;font-family:Arial,Helvetica,sans-serif;font-size:13px;line-height:1}.sales-builds-toolbar .button,.sales-build-card-actions .button,.sales-build-delete,.sales-build-add-item{white-space:nowrap;justify-content:center;align-items:center;gap:7px;display:inline-flex}.sales-build-error{color:#b52249;background:#fff3f5;border:1px solid #efbdc8;border-radius:9px;margin:0 0 14px;padding:11px 14px;font-size:13px;font-weight:700}.sales-build-empty{text-align:center;place-items:center;gap:8px;min-height:190px;display:grid}.sales-build-no-results{min-height:130px}.sales-build-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:14px;display:grid}.sales-build-card{border-color:#e2dee9;padding:0;overflow:hidden;box-shadow:0 2px 8px #3028420a}.sales-build-card-header{border-bottom:1px solid var(--line);background:linear-gradient(90deg,#fbf9ff 0,#fff 42%);justify-content:space-between;align-items:center;gap:16px;min-height:64px;padding:12px 18px;display:flex}.sales-build-card-heading{flex:1;align-items:center;gap:11px;min-width:0;display:flex}.sales-build-card-icon{width:36px;height:36px;color:var(--purple);background:#eee7fb;border-radius:10px;flex:none;place-items:center;display:grid}.sales-build-card-icon .nav-icon{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.sales-build-name{min-width:0;height:38px;color:var(--ink);text-align:left;background:0 0;border:1px solid #0000;padding:6px 8px;font-size:14px;font-weight:800}.sales-build-name:hover{background:#fff;border-color:#ded8e7}.sales-build-name:focus{background:#fff;border-color:#8f69d7;outline:none;box-shadow:0 0 0 3px #6d35d71a}.sales-build-active{color:#14786e;white-space:nowrap;background:#e5f7f4;border-radius:999px;grid-template-columns:auto auto;align-items:center;gap:7px;margin-left:auto;padding:6px 9px;font-size:11px;display:flex}.sales-build-active:has(input:not(:checked)){color:#6c6673;background:#f0eef4}.sales-build-active input{accent-color:#0d9488;width:15px;height:15px;margin:0}.sales-build-table-head,.sales-build-item{grid-template-columns:120px 132px minmax(170px,1fr) 34px;align-items:center;column-gap:9px;display:grid}.sales-build-table-head{border-bottom:1px solid var(--line);color:#6c6673;background:#faf9fc;padding:11px 18px;font-size:11px;font-weight:800}.sales-build-item{border-bottom:1px solid #efedf3;padding:9px 18px}.sales-build-item label{min-width:0}.sales-build-item label>span{display:none}.sales-build-item input{height:38px}.sales-build-price-input{position:relative}.sales-build-price-input input{padding-right:34px}.sales-build-price-input b{color:#756f7d;pointer-events:none;font-size:11px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.sales-build-remove-item{color:#bb2c50;cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;width:32px;height:32px;padding:0;display:grid}.sales-build-remove-item:hover{background:#fff0f3}.sales-build-remove-item:disabled{opacity:.3;cursor:not-allowed}.sales-build-add-item{color:#6330c6;cursor:pointer;background:0 0;border:0;margin:10px 18px;font-size:12px;font-weight:700}.sales-build-add-item:hover{color:#4b1eaa}.sales-build-summary{border-top:1px solid var(--line);background:#f8f7fa;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:14px 18px;display:grid}.sales-build-summary label,.sales-build-result{background:#fff;border:1px solid #e5e1ea;border-radius:9px;min-width:0;min-height:70px;padding:9px 10px}.sales-build-summary label{align-content:start}.sales-build-summary input{height:34px;padding-top:7px;padding-bottom:7px}.sales-build-result{flex-direction:column;justify-content:center;gap:7px;display:flex}.sales-build-result span{color:#69636f;font-size:11px;font-weight:700}.sales-build-result strong{white-space:nowrap;font-size:17px}.sales-build-result.positive strong{color:#078575}.sales-build-result.negative strong{color:#c52b51}.sales-build-result.emphasized{background:#f8f4ff;border-color:#d9ccef}.sales-build-card-actions{border-top:1px solid #f0edf3;justify-content:space-between;align-items:center;gap:12px;padding:13px 18px;display:flex}.sales-build-card-actions>div{align-items:center;gap:10px;display:flex}.sales-build-delete{color:#b52249;cursor:pointer;background:#fff5f7;border:1px solid #efbdc8;border-radius:8px;padding:9px 11px;font-weight:700}.sales-build-delete:hover{background:#ffe9ee}.sales-build-delete:disabled{opacity:.55;cursor:wait}.sales-build-saved{color:#14804b;font-size:12px;font-weight:700}.sales-build-grid{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:1700px){.sales-build-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1100px){.sales-build-grid{grid-template-columns:1fr}}@media (max-width:720px){.sales-builds-history-panel{padding:12px}.sales-builds-toolbar{flex-direction:column;align-items:stretch;gap:10px;margin-bottom:12px}.sales-build-search,.sales-builds-toolbar .button{width:100%}.sales-build-card{overflow:hidden}.sales-build-card-header{flex-direction:column;align-items:stretch;gap:8px}.sales-build-name{text-align:left}.sales-build-active{margin-left:0}.sales-build-table-head{display:none}.sales-build-item{grid-template-columns:minmax(0,1fr) 112px 34px;gap:8px;padding:11px 12px}.sales-build-item label>span{color:#746e7c;margin-bottom:2px;font-size:10px;display:block}.sales-build-item label:first-child{grid-column:1/3}.sales-build-item label:nth-child(2){grid-column:1}.sales-build-item label:nth-child(3){grid-column:1/3}.sales-build-remove-item{grid-area:1/3;align-self:end}.sales-build-summary{grid-template-columns:repeat(2,minmax(0,1fr));padding:12px}.sales-build-card-actions{flex-direction:column-reverse;align-items:stretch}.sales-build-card-actions>div{justify-content:space-between}.sales-build-delete{width:max-content}}@media (max-width:430px){.sales-build-summary{grid-template-columns:1fr}.sales-build-card-actions>div{flex-direction:column;align-items:stretch}.sales-build-card-actions .button,.sales-build-delete{width:100%}}@supports (appearance:base-select){select{appearance:base-select}::picker(select){appearance:base-select}select{align-items:center;transition:border-color .15s,box-shadow .15s,background-color .15s}select::picker-icon{color:#6d35d7;width:15px;height:15px;margin-left:auto;transition:transform .16s}select:open::picker-icon{transform:rotate(180deg)}::picker(select){min-width:anchor-size(width);background:#fff;border:1px solid #ddd5eb;border-radius:10px;margin-top:6px;padding:6px;box-shadow:0 14px 34px #241a3930}option{color:#332e39;cursor:pointer;background:#fff;border-radius:7px;min-height:36px;padding:9px 11px;font-size:13px;transition:color .12s,background-color .12s}option:hover,option:focus-visible{color:#5d28c0;background:#f3edff}option:checked{color:#fff;background:#6d35d7;font-weight:700}option::checkmark{display:none}.export-control select::picker-icon{display:none}.export-control select option{color:#332e39}.export-control select option:checked{color:#fff}}.sales-builds-toolbar .sales-build-search{flex:0 430px;width:min(430px,100%)}@media (max-width:720px){.sales-builds-toolbar .sales-build-search{flex:0 auto;width:100%}}.custom-select{width:100%;min-width:0;color:var(--ink);font:inherit;position:relative}.custom-select-trigger{width:100%;min-height:40px;color:var(--ink);font:inherit;text-align:left;cursor:pointer;background:#fff;border:1px solid #dcd8e5;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:9px 11px;transition:border-color .15s,box-shadow .15s,background-color .15s;display:flex}.custom-select-trigger:hover{background:#fdfcff;border-color:#bcaedf}.custom-select-trigger:focus-visible,.custom-select-trigger[aria-expanded=true]{border-color:#8f69d7;outline:none;box-shadow:0 0 0 3px #6d35d71a}.custom-select-value{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.custom-select-chevron{fill:none;stroke:#6d35d7;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:16px;height:16px;transition:transform .16s}.custom-select-trigger[aria-expanded=true] .custom-select-chevron{transform:rotate(180deg)}.custom-select-menu{z-index:120;background:#fff;border:1px solid #ddd5eb;border-radius:10px;width:max-content;min-width:100%;max-width:min(320px,100vw - 32px);max-height:min(380px,100vh - 32px);padding:6px;position:absolute;top:calc(100% + 6px);left:0;overflow:hidden auto;box-shadow:0 14px 34px #241a3930}.custom-select-option{color:#332e39;width:100%;min-height:36px;font:inherit;text-align:left;white-space:nowrap;cursor:pointer;background:#fff;border:0;border-radius:7px;padding:9px 11px;font-size:13px;font-weight:500;transition:color .12s,background-color .12s;display:block}.custom-select-option:hover,.custom-select-option.highlighted{color:#5d28c0;background:#f3edff}.custom-select-option.selected{color:#fff;background:#6d35d7;font-weight:700}.custom-select-option.selected:hover,.custom-select-option.selected.highlighted{color:#fff;background:#5f2cc3}.dashboard-filter .custom-select{min-width:108px}.dashboard-filter label:last-child .custom-select{min-width:145px}.dashboard-filter .custom-select-trigger{height:35px;min-height:35px;padding:6px 9px;font-size:12px;font-weight:800}.products-per-page .custom-select{width:76px}.products-per-page .custom-select-trigger{height:40px;padding:8px 10px;font-weight:700}.products-per-page:after{content:none;display:none}.products-per-page .custom-select-menu{top:auto;bottom:calc(100% + 6px)}.export-control .custom-select{width:42px;min-width:42px}.export-control .custom-select-trigger{border-left:0;border-radius:0 9px 9px 0;justify-content:center;height:100%;min-height:40px;padding:0}.export-control .custom-select-chevron{width:16px;height:16px}.export-control .custom-select-menu{min-width:96px;left:auto;right:0}@media (max-width:720px){.dashboard-filter .custom-select{min-width:0}.export-control .custom-select{width:42px;min-width:42px}}.products-per-page select{width:76px;padding:8px 28px 8px 10px}.products-per-page:after{right:12px}.quote-delete-button{width:auto}.quote-row-actions .quote-delete-button{width:64px}.bulk-product-actions .quote-delete-button{min-width:max-content;padding-inline:12px}.product-actions .quote-delete-button{width:auto;min-width:64px}.quotes-history-panel{background:#f1eff5;border:1px solid #e1dde8;border-radius:16px;padding:18px}.quotes-history-toolbar{justify-content:space-between;align-items:center;gap:18px;margin-bottom:14px;display:flex}.quotes-history-toolbar h2{margin:0;font-size:16px}.quotes-history-panel .quote-month-group{border-color:#e2dee9;box-shadow:0 2px 8px #3028420a}.quotes-history-panel .quote-month-group[open]{border-color:#d8cdea;box-shadow:0 4px 14px #30284210}@media (max-width:900px){.quotes-history-toolbar{flex-direction:column;align-items:flex-start}.quotes-history-toolbar .quotes-page-actions{width:100%}}@media (max-width:720px){.quotes-history-panel{padding:12px}.quotes-history-toolbar{margin-bottom:12px}.quotes-history-toolbar .quotes-page-actions{align-items:flex-start}}.orders-month-list{gap:14px;display:grid}.order-month-group{padding:0}.order-month-icon{color:#0d8e80;background:#e5f7f4}.order-month-summary{justify-content:flex-end;align-items:center;gap:12px;margin-left:auto;display:flex}.order-month-summary>strong{color:#0d8e80;text-align:right;min-width:110px;font-size:13px}.order-month-table{background:#fff;overflow:auto hidden}.order-table{table-layout:auto;min-width:1680px}.order-table th{white-space:nowrap;background:#faf9fc;padding:11px 9px}.order-table td{white-space:nowrap;padding:13px 9px}.order-table th:first-child,.order-table td:first-child{padding-left:18px}.order-table th:last-child,.order-table td:last-child{padding-right:18px}.order-table tbody tr:hover{background:#fcfaff}.order-type-pill,.component-status-pill{border-radius:999px;align-items:center;min-height:27px;padding:5px 9px;font-size:11px;font-weight:700;display:inline-flex}.order-type-pill{color:#6530c8;background:#eee8ff}.component-status-pill.ready{color:#19723a;background:#e8f8ed}.component-status-pill.waiting{color:#90600b;background:#fff4df}.component-status-pill.working{color:#24638c;background:#e8f4fc}.order-profit{color:#087d70;font-weight:800}.order-row-actions{gap:6px;display:flex}.order-empty{justify-items:start;gap:8px;display:grid}.order-empty .button{margin-top:5px}.order-modal{background:#fff;border-radius:16px;width:min(940px,100%);max-height:calc(100vh - 48px);padding:24px;overflow-y:auto;box-shadow:0 24px 70px #17121f55}.order-modal .modal-heading{align-items:flex-start}.order-modal .modal-heading p{margin:5px 0 0;font-size:12px}.order-form{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.order-customer-field{grid-column:span 2}.order-note-field{grid-column:1/-1}.order-note-field textarea{min-height:76px}.order-form-error{grid-column:1/-1;margin:0}.order-form-actions{grid-column:1/-1;justify-content:flex-end;gap:9px;margin-top:4px;display:flex}@media (max-width:900px){.order-form{grid-template-columns:repeat(2,minmax(0,1fr))}.order-customer-field{grid-column:span 1}}@media (max-width:720px){.order-page-title>.button{width:100%}.order-month-summary{gap:7px}.order-month-summary>strong{display:none}.order-form{grid-template-columns:1fr}.order-modal{padding:20px 16px}.order-note-field,.order-form-error,.order-form-actions{grid-column:auto}.order-form-actions .button{flex:1}}.order-inline-create{margin-bottom:18px;overflow:visible}.order-inline-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px;display:flex}.order-inline-heading h2{margin:0 0 5px}.order-inline-heading p{margin:0;font-size:12px}.order-live-result{align-items:center;gap:10px;display:flex}.order-live-result span{color:#77717f;background:#faf9fc;border:1px solid #ded8e8;border-radius:9px;gap:3px;min-width:105px;padding:8px 11px;font-size:10px;display:grid}.order-live-result strong{color:#0d8e80;font-size:13px}.order-editing-row td{vertical-align:top;background:#faf7ff}.order-editing-row input,.order-editing-row .custom-select-trigger{height:36px;min-height:36px;padding:6px 8px;font-size:12px}.order-editing-row .custom-select-trigger{gap:5px}.order-editing-row .custom-select-chevron{width:14px;height:14px}.order-editing-row td:first-child{min-width:175px}.order-editing-row td:nth-child(6),.order-editing-row td:nth-child(7),.order-editing-row td:nth-child(9),.order-editing-row td:nth-child(10){min-width:120px}.order-calculated-cell{font-weight:700;padding-top:23px!important}.order-save-button,.order-cancel-button{cursor:pointer;border-radius:7px;min-height:36px;padding:7px 10px;font-size:12px}.order-save-button{color:#087d70;background:#effbf9;border:1px solid #8edfd3}.order-save-button:hover{background:#dcf7f3;border-color:#32b9a8}.order-cancel-button{color:#68616f;background:#fff;border:1px solid #d8d2e2}.order-cancel-button:hover{background:#f4f1f7}.order-edit-note-row td{background:#f6f2fd;padding:9px 18px!important}.order-edit-note-row>td>div{align-items:flex-end;gap:12px;display:flex}.order-edit-note-row label:first-child{flex:1}.order-edit-note-row label:nth-child(2){width:170px}.order-edit-note-row input{height:36px;padding:6px 8px;font-size:12px}.order-edit-note-row .error{white-space:normal;margin:0 0 9px}@media (max-width:720px){.order-inline-heading{flex-direction:column}.order-live-result{width:100%}.order-live-result span{flex:1}.order-edit-note-row>td>div{flex-direction:column;align-items:stretch}.order-edit-note-row label:nth-child(2){width:100%}}.order-drag-cell{width:48px;min-width:48px;text-align:center!important}.order-table th.order-drag-cell,.order-table td.order-drag-cell{padding-left:8px!important;padding-right:4px!important}.order-editing-row td.order-drag-cell{min-width:48px}.order-drag-handle{color:#898390;cursor:grab;background:0 0;border:0;border-radius:6px;place-items:center;width:30px;height:40px;padding:0;font-size:22px;line-height:1;display:grid}.order-drag-handle:hover{color:var(--purple);background:#f5f0ff}.order-drag-handle:active{cursor:grabbing}.order-drag-handle:disabled{color:#b8b1c0;cursor:not-allowed;background:0 0}.order-drag-over td{box-shadow:inset 0 2px #6d35d7;background:#f4efff!important}.order-editing-row td:nth-child(2){min-width:175px}.order-editing-row td:nth-child(3){min-width:130px}.order-editing-row td:nth-child(4){min-width:180px}.order-editing-row td:nth-child(5){min-width:155px}.order-editing-row td:nth-child(6){min-width:130px}.order-editing-row td:nth-child(7),.order-editing-row td:nth-child(8),.order-editing-row td:nth-child(10),.order-editing-row td:nth-child(11){min-width:120px}.order-month-drop-target>summary{background:#f5f0ff;box-shadow:inset 0 0 0 2px #8a55e8}.order-add-row td{background:#fcfbfd;border-top:1px solid #eee9f3;text-align:left!important;padding:9px 18px!important}.order-add-row .add-row{min-height:34px;margin:0;padding:7px 12px}.order-create-actions{justify-content:center}.order-edit-note-row label{color:#6f6878;gap:5px;width:100%;font-size:10px;font-weight:700;display:grid}.order-edit-note-row input{width:100%}.order-row-actions{align-items:center}.order-progress-actions{align-items:center;gap:5px;margin-left:3px;display:flex}.order-progress-button{cursor:pointer;background:#fff;border:1px solid #ded9e5;border-radius:7px;place-items:center;width:30px;height:30px;padding:0;transition:transform .12s,border-color .12s,background-color .12s;display:grid}.order-progress-button:hover{transform:translateY(-1px)}.order-progress-button svg{fill:none;stroke:currentColor;stroke-width:2px;width:16px;height:16px}.order-progress-button rect{fill:#0000;transition:fill .12s}.order-progress-button.active rect{fill:currentColor}.order-progress-button.received{color:#c62c4e}.order-progress-button.assembled{color:#c36b0c}.order-progress-button.done{color:#238144}.order-progress-button.received:hover,.order-progress-button.received.active{background:#fff0f3;border-color:#ef9cab}.order-progress-button.assembled:hover,.order-progress-button.assembled.active{background:#fff4df;border-color:#efbd78}.order-progress-button.done:hover,.order-progress-button.done.active{background:#e9f8ee;border-color:#86d4a0}.order-progress-received td{background:#fff7f8}.order-progress-assembled td{background:#fffbf2}.order-progress-done td{background:#f3fbf5}.order-progress-received:hover td{background:#fff1f3!important}.order-progress-assembled:hover td{background:#fff6e5!important}.order-progress-done:hover td{background:#eaf8ee!important}.order-row-actions{justify-content:space-between;min-width:278px}.order-progress-actions{margin-left:0}.order-management-actions{align-items:center;gap:6px;margin-left:auto;display:flex}.order-inline-row td{vertical-align:middle}.order-inline-row input,.order-inline-row .custom-select-trigger{height:36px;min-height:36px;padding:6px 8px;font-size:12px}.order-inline-row .custom-select-trigger{gap:5px}.order-inline-row .custom-select-chevron{width:14px;height:14px}.order-inline-row td:nth-child(2){min-width:175px}.order-inline-row td:nth-child(3){min-width:130px}.order-inline-row td:nth-child(4){min-width:180px}.order-inline-row td:nth-child(5){min-width:155px}.order-inline-row td:nth-child(6){min-width:145px}.order-inline-row td:nth-child(7),.order-inline-row td:nth-child(8),.order-inline-row td:nth-child(10),.order-inline-row td:nth-child(11){min-width:120px}.order-inline-row .order-calculated-cell{padding-top:13px!important}.order-autosave-state{color:#77717f;text-align:right;visibility:hidden;width:58px;font-size:10px;display:inline-block}.order-autosave-state.visible{visibility:visible}.order-table{table-layout:fixed;width:100%;min-width:1900px}.order-col-drag{width:48px}.order-inline-row td{min-width:0!important}.order-inline-row input,.order-inline-row .custom-select{min-width:0;max-width:100%}.order-inline-row .order-row-actions{width:100%;min-width:0}.order-inline-row input,.order-inline-row .custom-select-trigger{box-shadow:none;background:0 0;border-color:#0000;font-weight:600;transition:border-color .14s,background-color .14s,box-shadow .14s}.order-inline-row:hover input,.order-inline-row:hover .custom-select-trigger{background:#ffffffa8;border-color:#ded8e7}.order-inline-row input:hover,.order-inline-row .custom-select-trigger:hover{background:#fff;border-color:#cbbce5}.order-inline-row input:focus,.order-inline-row .custom-select-trigger:focus-visible,.order-inline-row .custom-select-trigger[aria-expanded=true]{background:#fff;border-color:#8f69d7;outline:none;box-shadow:0 0 0 3px #6d35d71a}.order-inline-row .custom-select-chevron{opacity:.72}.order-inline-row .custom-select-trigger:hover .custom-select-chevron,.order-inline-row .custom-select-trigger[aria-expanded=true] .custom-select-chevron{opacity:1}.order-inline-row input[type=number]{text-align:right;font-variant-numeric:tabular-nums}.order-inline-row input::placeholder{color:#aaa3b0;font-weight:500}.order-inline-row td:nth-child(9),.order-inline-row td:nth-child(12){text-align:right;font-variant-numeric:tabular-nums}.order-table th:nth-child(7),.order-table th:nth-child(8),.order-table th:nth-child(9),.order-table th:nth-child(10),.order-table th:nth-child(11),.order-table th:nth-child(12){text-align:right}.order-table th,.order-table td{vertical-align:middle}.order-table th:nth-child(2),.order-table th:nth-child(3),.order-table th:nth-child(4),.order-table th:nth-child(5),.order-table th:nth-child(6),.order-table td:nth-child(2),.order-table td:nth-child(3),.order-table td:nth-child(4),.order-table td:nth-child(5),.order-table td:nth-child(6){text-align:left}.order-table th:nth-child(7),.order-table th:nth-child(8),.order-table th:nth-child(9),.order-table th:nth-child(10),.order-table th:nth-child(11),.order-table th:nth-child(12),.order-table td:nth-child(7),.order-table td:nth-child(8),.order-table td:nth-child(9),.order-table td:nth-child(10),.order-table td:nth-child(11),.order-table td:nth-child(12){text-align:right}.order-table th:nth-child(13){text-align:center}.order-inline-row td:nth-child(9){font-size:12px;font-weight:600}.order-table th{text-align:center!important}.order-inline-row .order-currency-input{text-align:right;font-variant-numeric:tabular-nums}.order-table .order-inline-row td,.order-table .order-inline-row input{text-align:center!important}.order-inline-row .custom-select-trigger{text-align:center;justify-content:center;padding-left:26px;padding-right:26px;position:relative}.order-inline-row .custom-select-value{text-align:center;width:100%}.order-inline-row .custom-select-chevron{position:absolute;right:8px}.order-inline-row .order-currency-input{font-variant-numeric:tabular-nums}.order-inline-row .order-calculated-cell,.order-inline-row .order-profit{text-align:center!important}.order-row-actions{margin:0 auto}.order-table .order-inline-row td:nth-child(2) input,.order-table .order-inline-row td:nth-child(3) input{text-align:left!important}.order-table .order-inline-row td:nth-child(3) input{font-weight:600}.order-inline-row td:nth-child(10){font-size:12px;font-weight:600}.order-col-delivery{width:180px}.order-table .order-inline-row td:nth-child(7) .custom-select-trigger{padding-left:28px;padding-right:28px}.order-table .order-inline-row td:nth-child(7) .custom-select-value{text-align:center}.order-col-windows{width:195px}.order-table .order-inline-row td:nth-child(6) .custom-select-trigger{padding-left:22px;padding-right:28px}.order-table .order-inline-row td:nth-child(6) .custom-select-value{text-align:center}.order-col-type{width:165px}.order-table .order-inline-row td:nth-child(4) .custom-select-trigger{padding-left:22px;padding-right:28px}.order-table .order-inline-row td:nth-child(4) .custom-select-value{text-align:center}.order-col-components{width:225px}.order-table .order-inline-row td:nth-child(5) .custom-select-trigger{padding-left:22px;padding-right:28px}.order-table .order-inline-row td:nth-child(5) .custom-select-value{text-align:center}.order-table{min-width:1875px}.order-col-customer{width:145px}.order-col-note{width:160px}.order-col-customer-price,.order-col-purchase-cost{width:115px}.order-col-margin{width:85px}.order-col-assembly{width:110px}.order-col-commission{width:105px}.order-col-profit{width:95px}.order-col-actions{width:130px}.order-table th,.order-table td{padding-left:6px;padding-right:6px}.order-row-actions{justify-content:flex-end;gap:4px}.order-management-actions{gap:4px}.order-autosave-state{width:48px}.dashboard-orders-panel{margin-top:18px}.dashboard-orders-panel .dashboard-period-toolbar{margin-bottom:12px}.dashboard-orders-panel .dashboard-period-toolbar p{margin:4px 0 0;font-size:11px}.order-dashboard-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.order-stat-card{min-width:0;position:relative;overflow:hidden}.order-stat-card:before{content:"";background:#9bd8cf;width:3px;position:absolute;inset:0 auto 0 0}.order-stat-card .metric{font-size:22px}.order-stat-card small{color:#827b89;margin-top:4px;font-size:10px;font-weight:600;display:block}.order-profit-card:before{background:#14a895}.order-profit-card .metric{color:#087d70}.order-dashboard-details{grid-template-columns:.9fr .75fr 1.55fr;gap:12px;margin-top:12px;display:grid}.order-dashboard-details h3{margin:0 0 13px;font-size:13px}.order-status-progress{background:#e9e5ed;border-radius:999px;height:9px;display:flex;overflow:hidden}.order-status-progress i{height:100%;display:block}.order-status-progress .done,.order-status-list i.done{background:#35a35d}.order-status-progress .assembled,.order-status-list i.assembled{background:#e6922f}.order-status-progress .received,.order-status-list i.received{background:#dc4566}.order-status-list{gap:8px;margin-top:13px;display:grid}.order-status-list>span{grid-template-columns:9px 1fr auto 34px;align-items:center;gap:7px;font-size:11px;display:grid}.order-status-list i{border-radius:3px;width:8px;height:8px}.order-status-list b{font-weight:700}.order-status-list strong{text-align:right}.order-status-list small{color:#817a88;text-align:right}.order-finance-card>div{color:#6f6877;justify-content:space-between;gap:18px;padding:6px 0;font-size:11px;display:flex}.order-finance-card>div+div{border-top:1px solid #eee9f2}.order-finance-card strong{color:#332e39;white-space:nowrap}.order-finance-card .total{color:#087d70;margin-top:3px;padding-top:9px;font-weight:700}.order-finance-card .total strong{color:#087d70;font-size:13px}.order-monthly-chart-card{min-width:0}.monthly-chart-legend .legend-orders{background:#6d35d7}.monthly-chart-legend .legend-done{background:#35a35d;margin-left:4px}.order-monthly-total{background:linear-gradient(#9368e8,#6d35d7);box-shadow:0 0 0 1px #6d35d71f}@media (max-width:1200px){.order-dashboard-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.order-dashboard-details{grid-template-columns:1fr 1fr}.order-monthly-chart-card{grid-column:1/-1}}@media (max-width:720px){.order-dashboard-metrics,.order-dashboard-details{grid-template-columns:1fr}.order-monthly-chart-card{grid-column:auto}}.dashboard-statistics-stack{flex-direction:column;display:flex}.dashboard-statistics-stack>.dashboard-orders-panel{order:1;margin-top:0}.dashboard-statistics-stack>.dashboard-period-panel:not(.dashboard-orders-panel){order:2;margin-top:18px}.dashboard-global-filter{background:#fff;padding:10px 12px}.dashboard-global-filter label:first-child .custom-select{min-width:120px}.dashboard-global-filter label:last-child .custom-select{min-width:180px}@media (max-width:720px){.dashboard-global-filter{grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);width:100%;display:grid}.dashboard-global-filter .custom-select{width:100%;min-width:0!important}}.monthly-chart-legend .legend-done{background:#14b8a6}.order-monthly-done{background:linear-gradient(#2dd4bf,#0d9488);box-shadow:0 0 0 1px #0d948817}.custom-multi-select-option{justify-content:space-between;align-items:center;gap:12px;display:flex}.custom-multi-select-option svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;opacity:0;flex:none;width:16px;height:16px}.custom-multi-select-option.selected svg{opacity:1}.custom-multi-select-menu{overscroll-behavior:contain}.order-page-actions,.order-backup-wrap{flex-wrap:wrap;justify-content:flex-end}@media (max-width:900px){.order-page-title{flex-direction:column;align-items:flex-start;gap:14px}.order-page-actions{justify-content:flex-start;width:100%}}@media (max-width:720px){.order-page-actions,.order-backup-wrap,.order-backup-wrap .quote-backup-actions{width:100%}.order-backup-wrap .button,.order-page-actions>.button{flex:1}}.global-search-bar{width:100%;display:block;position:relative}.global-search-bar svg{z-index:1;fill:none;stroke:#8a8292;stroke-width:1.8px;stroke-linecap:round;width:17px;height:17px;position:absolute;top:50%;left:13px;transform:translateY(-50%)}.global-search-bar input{background:#fff;border:1px solid #ded8e8;border-radius:8px;min-width:0;height:42px;padding-left:41px;box-shadow:0 2px 8px #2c203a0a}.global-search-bar input:focus{border-color:#9b72e5;outline:0;box-shadow:0 0 0 3px #6d35d714}.order-search-toolbar{align-items:center;gap:12px;margin:-10px 0 18px;display:flex}.order-customer-search,.quote-list-search{width:min(430px,100%)}.product-search-form .global-search-bar{flex:1}.order-search-toolbar>.muted{white-space:nowrap;font-size:12px;font-weight:700}@media (max-width:720px){.order-search-toolbar{flex-direction:column;align-items:stretch;margin-top:-4px}.order-customer-search,.quote-list-search{width:100%}}.claim-toolbar{width:min(520px,100%);margin:-10px 0 18px}.claim-list-panel{padding:0;overflow-x:auto}.claim-table{min-width:1080px}.claim-table th{text-align:center;background:#faf9fc;padding:13px 12px}.claim-table td{text-align:center;padding:13px 12px}.claim-table td:nth-child(3),.claim-table td:nth-child(4){text-align:left}.claim-table td small{color:var(--muted);margin-top:3px;font-size:10px;display:block}.claim-table td>a:first-child{color:#6230c1;font-weight:800;text-decoration:none}.claim-status{border-radius:999px;justify-content:center;min-width:74px;padding:6px 9px;font-size:11px;font-weight:800;display:inline-flex}.claim-status-open{color:#95600b;background:#fff3dd}.claim-status-resolved{color:#19763b;background:#e7f7ec}.claim-row-actions{justify-content:center;align-items:center;gap:6px;display:flex}.claim-row-actions .button{padding:8px 10px;font-size:11px}.claim-form{gap:24px}.claim-editor-layout{grid-template-columns:minmax(570px,1fr) minmax(410px,500px);align-items:start;max-width:none;display:grid}.claim-editor-fields{gap:16px;min-width:0;display:grid}.claim-form-panel{overflow:visible}.claim-form-panel h2{margin:0 0 16px;font-size:16px}.claim-section-heading{justify-content:space-between;align-items:center;display:flex}.claim-section-heading>div{align-items:center;gap:12px;display:flex}.claim-number{color:#6530c8;background:#eee8ff;border-radius:999px;margin-top:-16px;padding:5px 9px;font-size:11px;font-weight:800}.claim-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.claim-wide{grid-column:span 2}.claim-textareas{grid-template-columns:1fr 1fr;gap:14px;display:grid}.claim-textareas textarea{min-height:126px}.claim-form-actions{justify-content:flex-end;gap:8px;display:flex}.claim-form-actions .button{font-size:13px}.claim-form-error{margin:0}.claim-form input:disabled{color:#9a949f;background:#f2f0f4}.claim-preview-shell{min-width:0;position:sticky;top:22px}.claim-preview-page{aspect-ratio:210/297;color:#29252e;background:#fff;width:100%;padding:6.5% 6%;font-size:8px;line-height:1.32;position:relative;overflow:hidden;box-shadow:0 5px 20px #30284216}.claim-preview-page header{border-bottom:2px solid #6d35d7;justify-content:space-between;align-items:center;padding-bottom:4%;display:flex}.claim-preview-page header img{object-fit:contain;width:30%;height:auto}.claim-preview-page header>div{text-align:right;max-width:64%}.claim-preview-page header h2{margin:0;font-size:15px;line-height:1.08}.claim-preview-page header strong{color:#6d35d7;margin-top:3px;font-size:8px;display:block}.claim-preview-summary{background:#f4f0fb;border-radius:5px;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:4%;padding:3.2%;display:grid}.claim-preview-page small{color:#7b7481;text-transform:uppercase;margin-bottom:3px;font-size:6px;display:block}.claim-preview-page b{overflow-wrap:anywhere;font-size:8px}.claim-preview-section h3{color:#52339b;border-bottom:1px solid #ded7e7;margin:0 0 2.2%;padding-bottom:1.2%;font-size:9px}.claim-preview-grid{grid-template-columns:1fr 1fr;gap:8px 14px;display:grid}.claim-preview-grid .full{grid-column:1/-1}.claim-preview-section p{white-space:pre-wrap;overflow-wrap:anywhere;background:#fcfbfd;border:1px solid #ded7e7;border-radius:4px;min-height:49px;margin:0;padding:8px;overflow:hidden}.claim-preview-amount{color:#087d70;background:#edf8f5;border-radius:4px;justify-content:space-between;margin-top:3%;padding:7px;display:flex}.claim-preview-signatures{justify-content:space-between;gap:12%;display:flex;position:absolute;bottom:8.2%;left:6%;right:6%}.claim-preview-signatures span{color:#716b77;text-align:center;border-top:1px solid #5f5965;width:44%;padding-top:5px;font-size:6px}.claim-preview-page footer{color:#837d88;border-top:1px solid #e5e1e9;justify-content:space-between;padding-top:4px;font-size:5.5px;display:flex;position:absolute;bottom:3.2%;left:6%;right:6%}@media (max-width:1250px){.claim-editor-layout{grid-template-columns:1fr}.claim-preview-shell{justify-self:center;width:min(620px,100%);position:relative;top:auto}.claim-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.claim-textareas{grid-template-columns:1fr}}@media (max-width:720px){.claim-page-title .actions,.claim-page-title .button{width:100%}.claim-page-title .button{text-align:center;flex:1}.claim-toolbar{margin-top:-4px}.claim-grid{grid-template-columns:1fr}.claim-wide{grid-column:auto}.claim-form-actions{flex-wrap:wrap}.claim-form-actions .button{text-align:center;white-space:nowrap;flex:1}.claim-preview-page header h2{font-size:11px}}.claim-preview-page footer{color:#fff;background:#7c50d2;border:0;justify-content:center;align-items:center;height:14px;padding:0;bottom:0;left:0;right:0}.claim-preview-page footer span:last-child{position:absolute;right:8px}.claim-editor-layout{gap:24px}.claim-month-table .claim-table{table-layout:fixed;min-width:1160px}.claim-col-number{width:16%}.claim-col-type{width:10%}.claim-col-customer{width:17%}.claim-col-product{width:18%}.claim-col-date,.claim-col-status{width:9%}.claim-record-actions{grid-template-columns:76px 48px 64px;width:202px}.claim-record-actions .quote-duplicate-button{width:76px;font-weight:400}.claim-pdf-link{justify-content:center;align-items:center;font-weight:400;text-decoration:none;display:inline-flex}.claim-backup-wrap{justify-content:flex-end}@media (max-width:720px){.claim-backup-wrap,.claim-backup-wrap .quote-backup-actions{width:100%}.claim-backup-wrap .button,.quotes-page-actions>.button{flex:1}}.orders-history-search{flex:1;min-width:280px;margin:0}.orders-history-panel .orders-month-list{min-width:0}@media (max-width:900px){.orders-history-search,.orders-history-panel .order-page-actions{width:100%}}.history-page-title{align-items:flex-start}.history-page-title h1{line-height:1.2}.history-page-title .muted{margin:6px 0 0;line-height:1.4}.history-toolbar-search{width:min(430px,100%);min-width:0}.orders-history-search.history-toolbar-search{flex:0 430px}.history-toolbar-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:9px;display:flex}.history-toolbar-actions .quote-backup-wrap{gap:8px}.history-toolbar-actions .button{white-space:nowrap;justify-content:center;align-items:center;min-height:42px;padding:10px 14px;font-family:Arial,Helvetica,sans-serif;font-size:13px;line-height:1;display:inline-flex}.history-toolbar-actions>a.button{font-weight:700}@media (max-width:900px){.history-toolbar-search,.orders-history-search.history-toolbar-search{flex:0 auto;width:100%}.history-toolbar-actions{justify-content:flex-start;width:100%}}@media (max-width:720px){.history-toolbar-actions,.history-toolbar-actions .quote-backup-wrap,.history-toolbar-actions .quote-backup-actions{width:100%}.history-toolbar-actions .button{flex:1}}.claim-month-table .claim-table th,.claim-month-table .claim-table td{text-align:left;vertical-align:middle;padding:14px 10px}.claim-month-table .claim-table th{padding-top:11px;padding-bottom:11px}.claim-month-table .claim-table th:first-child,.claim-month-table .claim-table td:first-child{padding-left:18px}.claim-month-table .claim-table th:last-child,.claim-month-table .claim-table td:last-child{padding-right:18px}.claim-month-table .claim-table td>a:first-child{color:var(--ink);font-weight:800;text-decoration:none}.claim-month-table .claim-table td>a:first-child:hover{color:var(--purple)}.claim-month-table .claim-status{white-space:nowrap;justify-content:center;align-items:center;min-width:0;min-height:27px;padding:5px 9px;font-size:11px;font-weight:700}.claim-month-table .claim-status-open{color:#90600b;background:#fff4df}.claim-month-table .claim-status-resolved{color:#19723a;background:#e9f8ee}.claim-month-table .claim-record-actions{margin:0}.claim-month-table .claim-record-actions .quote-duplicate-button,.claim-month-table .claim-record-actions .quote-pdf-button,.claim-month-table .claim-record-actions .quote-delete-button{min-height:32px;font-size:13px;font-weight:400}.claim-col-actions{width:252px}.claim-record-actions{align-items:center;gap:8px;width:max-content;display:flex}.claim-resolve-button{color:#087d70;min-width:94px;min-height:32px;font:inherit;white-space:nowrap;cursor:pointer;background:#effbf9;border:1px solid #8edfd3;border-radius:7px;padding:7px 10px;font-size:13px;font-weight:400}.claim-resolve-button:hover{background:#dcf7f3;border-color:#32b9a8}.claim-resolve-button:disabled{opacity:.55;cursor:wait}.claim-pdf-link,.claim-pdf-link:link,.claim-pdf-link:visited,.claim-pdf-link:hover,.claim-pdf-link:active{color:#b65b0b;text-decoration:none}.claim-pdf-link:hover{color:#984807}.claim-resolve-modal{background:#fff;border-radius:14px;width:min(560px,100%);padding:24px;box-shadow:0 24px 70px #17121f55}.claim-resolve-modal .modal-heading{align-items:flex-start}.claim-resolve-modal .modal-heading p{margin:5px 0 0;font-size:12px}.claim-resolve-modal textarea{min-height:150px}.claim-resolve-error{margin:12px 0 0}@media (max-width:720px){.claim-resolve-modal{padding:20px 16px}.claim-resolve-modal .validation-actions{flex-wrap:wrap}.claim-resolve-modal .validation-actions .button{flex:1}}.quote-month-table .table td>a.history-record-number,.quote-month-table .table td>a.history-record-number:link,.quote-month-table .table td>a.history-record-number:visited{color:var(--ink);font-size:14px;font-weight:800;line-height:1.3;text-decoration:none}.quote-month-table .table td>a.history-record-number:hover,.quote-month-table .table td>a.history-record-number:focus-visible{color:var(--purple);text-decoration:none}.claim-month-table .claim-col-date,.claim-month-table .claim-col-status{width:8%}.claim-month-table .claim-table td:nth-child(5){text-align:left}.claims-history-panel .quote-month-icon{color:#d97706;background:#fff0db}.claim-resolve-modal>label+label{margin-top:14px}.custom-date-picker{width:100%;position:relative}.custom-date-trigger{width:100%;min-height:40px;color:var(--ink);font:inherit;text-align:left;cursor:pointer;background:#fff;border:1px solid #dcd8e5;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:9px 11px;font-size:13px;font-weight:600;transition:border-color .14s,box-shadow .14s,background-color .14s;display:flex}.custom-date-trigger:hover{border-color:#bfaedf}.custom-date-trigger:focus-visible,.custom-date-trigger[aria-expanded=true]{border-color:#8f69d7;outline:none;box-shadow:0 0 0 3px #6d35d71a}.custom-date-trigger:disabled{color:#9a949f;cursor:not-allowed;background:#f2f0f4}.custom-date-trigger svg{fill:none;stroke:#7951c7;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.custom-date-placeholder{color:#99939f;font-weight:500}.custom-date-menu{color:var(--ink);background:#fff;border:1px solid #ded7e8;border-radius:12px;padding:14px;box-shadow:0 18px 48px #25193635}.custom-date-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.custom-date-header strong{text-transform:capitalize;font-size:14px}.custom-date-header>div{gap:5px;display:flex}.custom-date-header button{color:#6330c4;cursor:pointer;background:#faf8fd;border:1px solid #e2dceb;border-radius:8px;place-items:center;width:30px;height:30px;font-size:22px;line-height:1;display:grid}.custom-date-header button:hover{background:#f0e9fb;border-color:#bda8df}.custom-date-weekdays,.custom-date-grid{grid-template-columns:repeat(7,1fr);gap:3px;display:grid}.custom-date-weekdays{margin-bottom:5px}.custom-date-weekdays span{color:#7b7482;text-align:center;text-transform:uppercase;padding:3px 0;font-size:10px;font-weight:800}.custom-date-grid button{aspect-ratio:1;color:#29242e;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;font-size:12px;display:grid}.custom-date-grid button:hover{color:#612bc4;background:#f0e9fb}.custom-date-grid button.outside{color:#b8b2bd}.custom-date-grid button.today{color:#6130bf;font-weight:800;box-shadow:inset 0 0 0 1px #bca6e1}.custom-date-grid button.selected{color:#fff;box-shadow:none;background:#6d35d7;font-weight:800}.custom-date-footer{border-top:1px solid #ece8f0;justify-content:space-between;margin-top:10px;padding-top:10px;display:flex}.custom-date-footer button{color:#6530c9;font:inherit;cursor:pointer;background:0 0;border:0;font-size:12px;font-weight:700}.custom-date-footer button:hover{text-decoration:underline}.claim-preview-page{padding:5.7% 6% 13%}.claim-preview-page header{padding-bottom:2.8%}.claim-preview-summary{margin-top:2.5%;padding:2.2%}.claim-preview-section{margin-top:2.35%}.claim-preview-section h3{margin-bottom:1.35%;padding-bottom:.8%}.claim-preview-grid{gap:6px 14px}.claim-preview-amount{margin-top:2%;padding:6px}.claim-preview-signatures{bottom:5.1%}.claim-preview-page footer{height:14px}.claim-preview-summary.resolved{grid-template-columns:repeat(4,1fr)}.claim-resolve-details{grid-template-columns:1fr 1fr;gap:14px;margin-top:14px;display:grid}@media (max-width:560px){.claim-resolve-details{grid-template-columns:1fr}}.claim-preview-page header strong{margin-top:6px;line-height:1.15}.claim-month-table .claim-table td>a.claim-pdf-link:hover,.claim-month-table .claim-table td>a.claim-pdf-link:focus-visible{color:#984807;background:#ffedd5;border-color:#e5943d;text-decoration:none}.claim-record-actions .claim-resolve-button{justify-content:center;align-items:center;width:104px;min-width:104px;display:inline-flex}.claim-month-table .claim-table{min-width:1400px}.claim-month-table .claim-col-number,.claim-month-table .claim-col-note{width:14%}.claim-month-table .claim-col-type{width:8%}.claim-month-table .claim-col-customer{width:11%}.claim-month-table .claim-col-email{width:14%}.claim-month-table .claim-col-product{width:13%}.claim-month-table .claim-col-date,.claim-month-table .claim-col-status{width:7%}.claim-month-table .claim-table td:nth-child(6){text-align:left}.claim-note-input{height:34px;box-shadow:none;background:0 0;border-color:#0000;padding:6px 8px;font-size:13px;font-weight:700;transition:border-color .14s,background-color .14s,box-shadow .14s}.claim-note-input:hover{background:#fff;border-color:#ded8e7}.claim-note-input:focus{background:#fff;border-color:#8f69d7;outline:none;box-shadow:0 0 0 3px #6d35d71a}.claim-note-input::placeholder{color:#aaa3b0;font-weight:500}.claim-note-input.has-error{background:#fff5f7;border-color:#d85b7a}.quotes-history-panel .quote-col-email{width:13%}.quotes-history-panel .quote-col-price,.quotes-history-panel .quote-col-date,.quotes-history-panel .quote-col-validity{width:8%}.quotes-history-panel .quote-month-table th:last-child{text-align:right}.quotes-history-panel .quote-row-actions{margin-left:auto}.quote-note-input{height:34px;box-shadow:none;background:0 0;border-color:#0000;padding:6px 8px;font-size:13px;font-weight:700;transition:border-color .14s,background-color .14s,box-shadow .14s}.quote-note-input:hover{background:#fff;border-color:#ded8e7}.quote-note-input:focus{background:#fff;border-color:#8f69d7;outline:none;box-shadow:0 0 0 3px #6d35d71a}.quote-note-input::placeholder{color:#aaa3b0;font-weight:500}.quote-note-input.has-error{background:#fff5f7;border-color:#d85b7a}.quotes-history-panel .quote-month-table .table{min-width:1400px}.quotes-history-panel .quote-col-number{width:190px}.quotes-history-panel .quote-col-note,.quotes-history-panel .quote-col-email{width:160px}.quotes-history-panel .quote-col-budget{width:140px}.quotes-history-panel .quote-col-price{width:95px}.quotes-history-panel .quote-col-date,.quotes-history-panel .quote-col-validity{width:105px}.quotes-history-panel .quote-col-status{width:120px}.quotes-history-panel .quote-col-actions{width:321px}.quotes-history-panel .history-record-number{white-space:nowrap}.quotes-history-panel .quote-month-table th:last-child,.claims-history-panel .claim-month-table th:last-child{text-align:left}.actions-column-heading{text-align:left;margin-left:auto;display:block}.quote-actions-column-heading{width:301px}.claim-actions-column-heading{width:232px}.button-with-icon{justify-content:center;align-items:center;gap:6px;display:inline-flex}.button-icon{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:15px;height:15px}.delete-row,.drag-handle,.custom-date-header button,.mobile-menu-button,.mobile-sidebar-close{justify-content:center;align-items:center}.delete-row .button-icon{width:17px;height:17px}.drag-handle .button-icon{fill:currentColor;stroke:none;width:18px;height:18px}.custom-date-header button .button-icon{width:17px;height:17px}.mobile-menu-button .button-icon{width:23px;height:23px}.mobile-sidebar-close .button-icon{width:19px;height:19px}.sidebar nav a{align-items:center;gap:10px;display:flex}.sidebar nav .nav-icon,.sidebar nav .button-icon{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:17px;height:17px}.dashboard-date-range{grid-template-columns:repeat(2,minmax(150px,1fr));width:min(380px,100%);display:grid}.dashboard-date-range label{min-width:0}.dashboard-date-range .custom-date-trigger{background:#fff;min-height:38px;padding:8px 10px;font-size:12px}.dashboard-date-range .custom-date-picker{min-width:0}@media (max-width:720px){.dashboard-global-filter.dashboard-date-range{grid-template-columns:1fr 1fr}}.dashboard-range-picker{z-index:20;position:relative}.dashboard-range-trigger{width:310px;min-height:56px;color:var(--ink);text-align:left;cursor:pointer;background:#fff;border:1px solid #ded8e8;border-radius:11px;grid-template-columns:20px minmax(0,1fr) 17px;align-items:center;gap:10px;padding:9px 12px;transition:border-color .14s,box-shadow .14s;display:grid;box-shadow:0 3px 10px #3526470d}.dashboard-range-trigger:hover{border-color:#bfaedf}.dashboard-range-trigger:focus-visible,.dashboard-range-trigger[aria-expanded=true]{border-color:#8f69d7;outline:0;box-shadow:0 0 0 3px #6d35d714}.dashboard-range-trigger>.button-icon:first-child{color:#7040cf;width:19px;height:19px}.dashboard-range-trigger>.button-icon:last-child{color:#7b7482;width:16px;height:16px;transition:transform .16s}.dashboard-range-trigger>.button-icon:last-child.is-open{transform:rotate(180deg)}.dashboard-range-trigger span{gap:3px;min-width:0;display:grid}.dashboard-range-trigger small{color:#756e7d;font-size:10px;font-weight:700}.dashboard-range-trigger strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.2;overflow:hidden}.dashboard-range-menu{background:#fff;border:1px solid #ded8e8;border-radius:14px;grid-template-columns:190px minmax(350px,1fr);width:600px;display:grid;position:absolute;top:calc(100% + 8px);right:0;overflow:visible;box-shadow:0 22px 60px #241a3938}.dashboard-range-presets{background:#faf8fd;border-right:1px solid #ebe7ef;border-radius:14px 0 0 14px;flex-direction:column;gap:3px;padding:16px;display:flex}.dashboard-range-presets>strong{margin:0 8px 8px;font-size:12px}.dashboard-range-presets>span{color:#817986;text-transform:uppercase;margin:12px 8px 5px;font-size:10px;font-weight:800}.dashboard-range-presets button{color:#4c4653;width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;padding:8px 9px;font-size:12px;font-weight:600}.dashboard-range-presets button:hover{color:#6130bf;background:#eee8fa}.dashboard-range-presets button.active{color:#5e2cbf;background:#e9e0fb;font-weight:800}.dashboard-range-custom{flex-direction:column;min-width:0;padding:19px;display:flex}.dashboard-range-custom>div:first-child{gap:4px;display:grid}.dashboard-range-custom>div:first-child>strong{font-size:14px}.dashboard-range-custom>div:first-child>small{color:var(--muted);font-size:11px}.dashboard-range-fields{grid-template-columns:1fr 1fr;gap:12px;margin-top:18px;display:grid}.dashboard-range-fields label{min-width:0}.dashboard-range-fields .custom-date-trigger{min-height:40px;font-size:12px}.dashboard-range-error{color:#b52249;margin:10px 0 0;font-size:11px;font-weight:700}.dashboard-range-actions{justify-content:flex-end;gap:8px;margin-top:auto;padding-top:22px;display:flex}.dashboard-range-actions .button{min-height:38px;padding:9px 13px;font-size:12px}@media (max-width:720px){.dashboard-range-picker,.dashboard-range-trigger{width:100%}.dashboard-range-menu{grid-template-columns:1fr;width:100%;max-height:calc(100vh - 150px);left:0;right:auto;overflow-y:auto}.dashboard-range-presets{border-bottom:1px solid #ebe7ef;border-right:0;border-radius:14px 14px 0 0;grid-template-columns:1fr 1fr;display:grid}.dashboard-range-presets>strong,.dashboard-range-presets>span{grid-column:1/-1}.dashboard-range-custom{min-height:230px}.dashboard-range-fields{grid-template-columns:1fr}.dashboard-range-actions{margin-top:12px}}.order-stat-card:before{display:none}.dashboard-insight-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:12px;display:grid}.dashboard-order-insights{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-insight-card{flex-direction:column;justify-content:center;min-width:0;min-height:108px;display:flex}.dashboard-insight-card>span{font-size:11px}.dashboard-insight-card>strong{margin-top:7px;font-size:20px;line-height:1.15}.dashboard-insight-card>small{color:#827b89;margin-top:5px;font-size:10px;font-weight:600}.dashboard-bottom-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;margin-top:12px;display:grid}.dashboard-card-heading{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.dashboard-card-heading h3{margin:0;font-size:14px}.dashboard-card-heading small{color:var(--muted);margin-top:4px;font-size:10px;display:block}.dashboard-comparison-list{gap:0;display:grid}.dashboard-comparison-list>div{border-top:1px solid #eee9f2;grid-template-columns:minmax(0,1fr) auto 66px;align-items:center;gap:12px;min-height:38px;padding:7px 0;font-size:11px;display:grid}.dashboard-comparison-list>div:first-child{border-top:0}.dashboard-comparison-list>div>span:first-child{color:#6f6877}.dashboard-comparison-list>div>strong{text-align:right}.dashboard-change{border-radius:999px;justify-content:center;align-items:center;min-width:58px;padding:4px 6px;font-size:10px;font-weight:800;display:inline-flex}.dashboard-change.positive{color:#19723a;background:#e9f8ee}.dashboard-change.negative{color:#b52249;background:#fff0f3}.dashboard-change.neutral{color:#716a78;background:#f0edf4}.dashboard-top-orders-list{display:grid}.dashboard-top-orders-list>div{border-top:1px solid #eee9f2;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:45px;padding:7px 0;display:grid}.dashboard-top-orders-list>div:first-child{border-top:0}.dashboard-rank{color:#6632c6;background:#eee8fb;border-radius:7px;place-items:center;width:23px;height:23px;font-size:10px;font-weight:800;display:grid}.dashboard-top-orders-list>div>span:nth-child(2){gap:3px;min-width:0;display:grid}.dashboard-top-orders-list>div>span:nth-child(2)>strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.dashboard-top-orders-list small{color:var(--muted);font-size:9px}.dashboard-top-orders-list>div>b{color:#087d70;white-space:nowrap;font-size:11px}.dashboard-empty-copy{color:var(--muted);text-align:center;margin:24px 0;font-size:12px}@media (max-width:1200px){.dashboard-order-insights{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.dashboard-insight-grid,.dashboard-order-insights{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-bottom-grid{grid-template-columns:1fr}}@media (max-width:560px){.dashboard-insight-grid,.dashboard-order-insights{grid-template-columns:1fr}.dashboard-insight-card{min-height:96px}.dashboard-comparison-list>div{grid-template-columns:minmax(0,1fr) auto}.dashboard-comparison-list .dashboard-change{grid-column:2}}.dashboard-period-panel{padding:14px}.dashboard-period-toolbar,.dashboard-orders-panel .dashboard-period-toolbar{margin-bottom:9px}.dashboard-statistics-stack>.dashboard-period-panel:not(.dashboard-orders-panel){margin-top:12px}.dashboard-period-panel .card{padding:13px 15px}.dashboard-cards,.order-dashboard-metrics,.order-dashboard-details,.dashboard-insight-grid,.dashboard-bottom-grid{gap:9px}.dashboard-cards,.dashboard-bottom-grid{align-items:start}.order-dashboard-details,.dashboard-insight-grid,.dashboard-bottom-grid{margin-top:9px}.order-stat-card .metric{margin-top:5px;font-size:20px}.order-stat-card small{margin-top:2px}.monthly-chart-card{padding:11px 15px 8px!important}.monthly-chart-heading{font-size:11px}.monthly-chart{height:61px;margin-top:5px}.order-dashboard-details h3{margin-bottom:8px}.order-status-progress{height:7px}.order-status-list{gap:5px;margin-top:8px}.order-finance-card>div{padding:4px 0}.order-finance-card .total{margin-top:1px;padding-top:6px}.dashboard-insight-card{min-height:0;padding:11px 15px!important}.dashboard-insight-card>strong{margin-top:5px;font-size:18px}.dashboard-insight-card>small{margin-top:3px}.dashboard-card-heading{margin-bottom:7px}.dashboard-comparison-list>div{min-height:31px;padding:4px 0}.dashboard-top-orders-list>div{min-height:37px;padding:4px 0}.dashboard-rank{width:21px;height:21px}.dashboard-empty-copy{margin:16px 0}@media (max-width:720px){.dashboard-period-panel{padding:11px}.dashboard-period-panel .card{padding:13px}.dashboard-insight-card{padding:12px 13px!important}.monthly-chart{height:70px}}.dashboard-quote-overview{grid-template-columns:repeat(8,minmax(0,1fr));align-items:start}.dashboard-quote-overview>.monthly-chart-card{grid-column:span 2}.order-dashboard-metrics{grid-template-columns:repeat(7,minmax(0,1fr));align-items:start}.order-dashboard-details{grid-template-columns:.95fr .85fr 1.3fr 1.35fr 1.55fr;align-items:start}.order-dashboard-details>.order-monthly-chart-card{grid-column:auto}.order-dashboard-details>.card{min-width:0}@media (max-width:1400px){.dashboard-quote-overview{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-quote-overview>.monthly-chart-card{grid-column:auto}.order-dashboard-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.order-dashboard-details{grid-template-columns:repeat(2,minmax(0,1fr))}.order-dashboard-details>.order-monthly-chart-card{grid-column:1/-1}}@media (max-width:900px){.dashboard-quote-overview,.order-dashboard-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.order-dashboard-details{grid-template-columns:1fr}.order-dashboard-details>.order-monthly-chart-card{grid-column:auto}}@media (max-width:560px){.dashboard-quote-overview,.order-dashboard-metrics{grid-template-columns:1fr}}.order-dashboard-details{grid-template-rows:auto auto;grid-template-columns:repeat(12,minmax(0,1fr));align-items:stretch}.order-dashboard-details>.order-status-card{grid-area:1/1/auto/3}.order-dashboard-details>.order-finance-card{grid-area:1/3/auto/5}.order-dashboard-details>.order-monthly-chart-card{grid-area:1/5/auto/10}.order-dashboard-details>.dashboard-comparison-card{grid-area:2/1/auto/10}.order-dashboard-details>.dashboard-top-orders-card{grid-area:1/10/3/13;height:100%}.order-dashboard-details .dashboard-comparison-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;display:grid}.order-dashboard-details .dashboard-comparison-list>div{border-top:0;border-left:1px solid #eee9f2;grid-template-columns:minmax(0,1fr) auto;min-height:58px;padding:7px 12px}.order-dashboard-details .dashboard-comparison-list>div:first-child{border-left:0}.order-dashboard-details .dashboard-comparison-list>div>span:first-child{grid-column:1/-1}.order-dashboard-details .dashboard-card-heading{margin-bottom:5px}@media (max-width:1400px){.order-dashboard-details{grid-template-rows:auto;grid-template-columns:repeat(2,minmax(0,1fr))}.order-dashboard-details>.order-status-card,.order-dashboard-details>.order-finance-card,.order-dashboard-details>.dashboard-comparison-card,.order-dashboard-details>.dashboard-top-orders-card{grid-area:auto;height:auto}.order-dashboard-details>.order-monthly-chart-card{grid-area:auto/1/auto/-1}.order-dashboard-details .dashboard-comparison-list{grid-template-columns:repeat(2,minmax(0,1fr))}.order-dashboard-details .dashboard-comparison-list>div:nth-child(3){border-top:1px solid #eee9f2;border-left:0}.order-dashboard-details .dashboard-comparison-list>div:nth-child(4){border-top:1px solid #eee9f2}}@media (max-width:720px){.order-dashboard-details{grid-template-columns:1fr}.order-dashboard-details>.order-monthly-chart-card{grid-column:auto}.order-dashboard-details .dashboard-comparison-list{grid-template-columns:1fr}.order-dashboard-details .dashboard-comparison-list>div{border-top:1px solid #eee9f2;border-left:0}.order-dashboard-details .dashboard-comparison-list>div:first-child{border-top:0}}.dashboard-quote-overview,.order-dashboard-metrics{align-items:stretch}.dashboard-quote-overview>.card,.order-dashboard-metrics>.card{height:100%}.monthly-chart-track{gap:2px}.monthly-chart-column{justify-self:center;width:min(90px,100%)}.monthly-chart.daily-chart{gap:2px}.daily-chart .monthly-chart-column{width:100%}.daily-chart .monthly-chart-bar{width:5px;max-width:42%}.order-dashboard-details .monthly-chart{height:80px}@media (max-width:900px){.dashboard-quote-overview>.card,.order-dashboard-metrics>.card{height:auto}.order-dashboard-details .monthly-chart{height:70px}}.dashboard-period-panel .monthly-chart-card{flex-direction:column;display:flex}.dashboard-period-panel .monthly-chart-card .monthly-chart{flex:1;height:auto;min-height:66px}.order-dashboard-details .order-monthly-chart-card .monthly-chart{min-height:82px}.dashboard-period-panel .card{font-size:12px}.dashboard-period-panel .card>.muted,.dashboard-insight-card>span{font-size:12px;line-height:1.25}.order-stat-card small,.dashboard-insight-card>small,.conversion-detail,.dashboard-card-heading small,.dashboard-top-orders-list small{font-size:11px;line-height:1.25}.order-stat-card .metric,.dashboard-insight-card>strong{font-size:19px;line-height:1.15}.dashboard-period-toolbar h2{font-size:15px}.monthly-chart-heading{font-size:12px;font-weight:600}.monthly-chart-legend{font-size:11px}.order-dashboard-details h3,.dashboard-card-heading h3{font-size:13px}.order-status-list>span,.order-finance-card>div,.dashboard-comparison-list>div{font-size:12px}.order-status-list small{font-size:11px}.dashboard-top-orders-list>div>span:nth-child(2)>strong,.dashboard-top-orders-list>div>b{font-size:12px}.dashboard-rank,.dashboard-change{font-size:11px}.monthly-chart-label{font-size:9px}@media (max-width:900px){.dashboard-period-panel .monthly-chart-card .monthly-chart,.order-dashboard-details .order-monthly-chart-card .monthly-chart{min-height:76px}}.dashboard-period-panel .metric,.dashboard-period-panel .dashboard-insight-card>strong{letter-spacing:-.2px;margin-top:6px;font-size:20px;font-weight:800;line-height:1.1}.dashboard-period-panel .card>.muted,.dashboard-period-panel .dashboard-insight-card>span{font-weight:500}.dashboard-period-panel .conversion-detail,.dashboard-period-panel .order-stat-card small,.dashboard-period-panel .dashboard-insight-card>small,.dashboard-period-panel .dashboard-card-heading small,.dashboard-period-panel .dashboard-top-orders-list small{font-weight:600}.dashboard-period-toolbar h2,.order-dashboard-details h3,.dashboard-card-heading h3{font-weight:800}.monthly-chart-heading,.order-status-list b,.order-status-list strong,.order-finance-card strong,.dashboard-comparison-list>div>strong,.dashboard-top-orders-list>div>span:nth-child(2)>strong,.dashboard-top-orders-list>div>b{font-weight:700}.order-finance-card .total,.order-finance-card .total strong,.dashboard-change,.dashboard-rank{font-weight:800}.dashboard-kpi-card>small{color:#827b89;margin-top:3px;font-size:11px;font-weight:600;line-height:1.25;display:block}.dashboard-kpi-card{flex-direction:column;justify-content:center;min-width:0;display:flex}.dashboard-kpi-card>.muted{font-size:12px;font-weight:500;line-height:1.25}.dashboard-kpi-value{letter-spacing:-.2px;margin-top:6px;font-size:20px;font-weight:800;line-height:1.1;display:block}.dashboard-kpi-positive .dashboard-kpi-value{color:#087d70}.order-dashboard-details .dashboard-comparison-card{padding:12px 14px}.order-dashboard-details .dashboard-comparison-list{gap:8px}.order-dashboard-details .dashboard-comparison-list>div{background:#faf9fc;border-radius:9px;grid-template-rows:auto auto auto;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:3px 8px;min-height:78px;padding:9px 10px;display:grid;border:1px solid #e8e3ed!important}.order-dashboard-details .dashboard-comparison-list>div>span:first-child{color:#6f6877;grid-column:1/-1;font-size:11px;font-weight:600;line-height:1.25}.order-dashboard-details .dashboard-comparison-list>div>strong{text-align:left;grid-area:2/1;font-size:15px;font-weight:800;line-height:1.2}.order-dashboard-details .dashboard-comparison-list>div>small{color:#8a8390;grid-area:3/1;font-size:10px;font-weight:600;line-height:1.25}.order-dashboard-details .dashboard-comparison-list>div>.dashboard-change{white-space:nowrap;grid-area:2/2/4;align-self:center;min-width:74px}@media (max-width:720px){.order-dashboard-details .dashboard-comparison-list>div{min-height:74px}.order-dashboard-details .dashboard-comparison-list>div:first-child{border-top:1px solid #e8e3ed}}.favorite-filter-button .star-icon{transform:translateY(.5px)}.product-mobile-list{display:none}@media (max-width:720px){html,body{width:100%;max-width:100%;overflow-x:hidden}body{font-size:14px}button,a,input,textarea,select{touch-action:manipulation}main{width:100%;padding:72px 12px 20px}.page-title{gap:12px;margin-bottom:16px}.page-title h1{font-size:23px;line-height:1.15}.page-title .muted{font-size:13px}.panel,.card{border-radius:12px;min-width:0;padding:14px}.button{min-height:44px;padding:11px 13px}input,textarea,select,.custom-select-trigger,.custom-date-trigger{font-size:16px}input,.custom-select-trigger,.custom-date-trigger{min-height:44px}label{gap:7px;font-size:13px}.page-title>.actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.page-title>.actions .button{text-align:center;justify-content:center;width:100%}.page-title>.actions .save-status{white-space:normal;grid-column:1/-1;width:100%}.claim-editor-page-title>.actions .button-with-icon{grid-column:1/-1}.quote-switches-field{flex-wrap:wrap;grid-column:1/-1;justify-content:flex-start}.exchange-rate-field{width:100%}.modal-backdrop{align-items:end;padding:10px}.product-edit-modal,.validation-modal,.claim-resolve-modal,.order-modal{border-radius:16px 16px 10px 10px;width:100%;max-height:calc(100dvh - 20px);padding:18px 14px}.modal-heading{align-items:flex-start;gap:12px;margin-bottom:14px}.modal-heading h2{font-size:19px}.modal-actions,.validation-actions,.order-form-actions{grid-template-columns:1fr 1fr;gap:8px;width:100%;display:grid}.modal-actions .button,.validation-actions .button,.order-form-actions .button{justify-content:center;width:100%}.quotes-history-panel{border-radius:13px;padding:10px}.quotes-history-toolbar{gap:10px;margin-bottom:10px}.history-toolbar-actions{grid-template-columns:1fr;gap:8px;width:100%;display:grid}.history-toolbar-actions .quote-backup-wrap,.history-toolbar-actions .quote-backup-actions{grid-template-columns:1fr 1fr;gap:8px;width:100%;display:grid}.history-toolbar-actions .quote-backup-wrap>.save-status{white-space:normal;grid-column:1/-1}.history-toolbar-actions>.button{width:100%}.quote-month-list,.orders-month-list{gap:10px}.quote-month-group summary{gap:9px;padding:11px}.quote-month-copy strong{font-size:13px}.quote-month-count{margin-left:auto}.quote-month-table,.claim-month-table,.order-month-table{background:#f8f6fa;padding:10px;overflow:visible}.quote-month-table .table,.claim-month-table .claim-table,.order-month-table .order-table{width:100%;min-width:0;display:block}.quotes-history-panel .quote-month-table .table,.quotes-history-panel .claim-month-table .claim-table,.orders-history-panel .order-month-table .order-table{table-layout:auto;width:100%!important;min-width:0!important;max-width:100%!important}.quote-month-table colgroup,.claim-month-table colgroup,.order-month-table colgroup,.quote-month-table thead,.claim-month-table thead,.order-month-table thead{display:none}.quote-month-table tbody,.claim-month-table tbody,.order-month-table tbody{gap:10px;display:grid}.quote-month-table tbody tr,.claim-month-table tbody tr,.order-month-table tbody tr{background:#fff;border:1px solid #e2dce9;border-radius:11px;width:100%;display:grid;overflow:hidden;box-shadow:0 2px 8px #3028420a}.quote-month-table .table td,.claim-month-table .claim-table td,.order-month-table .order-table td{text-align:left;white-space:normal;border-top:1px solid #eee9f2;grid-template-columns:104px minmax(0,1fr);align-items:center;gap:10px;width:100%;min-width:0;display:grid;padding:9px 11px!important}.quote-month-table .table td:first-child,.claim-month-table .claim-table td:first-child,.order-month-table .order-table td:first-child{border-top:0}.quote-month-table td:before,.claim-month-table td:before,.order-month-table td:before{color:#7b7482;font-size:11px;font-weight:700}.quote-month-table td:first-child:before{content:"Číslo"}.quote-month-table td:nth-child(2):before{content:"Poznámka"}.quote-month-table td:nth-child(3):before{content:"E-mail"}.quote-month-table td:nth-child(4):before{content:"Rozpočet"}.quote-month-table td:nth-child(5):before{content:"Cena"}.quote-month-table td:nth-child(6):before{content:"Datum"}.quote-month-table td:nth-child(7):before{content:"Platnost"}.quote-month-table td:nth-child(8):before{content:"Stav"}.quote-month-table td:nth-child(9):before{content:"Akce"}.quote-month-table .quote-note-input,.claim-month-table .claim-note-input{height:40px;font-size:14px}.quote-month-table .quote-row-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;width:100%;display:grid}.quote-month-table .quote-row-actions>*{justify-content:center;min-width:0;width:100%!important}.quote-month-table .table td:last-child,.claim-month-table .claim-table td:last-child,.order-month-table .order-table td:last-child,.product-table td:last-child{grid-template-columns:minmax(0,1fr)}.quote-month-table .table td:last-child:before,.claim-month-table .claim-table td:last-child:before,.order-month-table .order-table td:last-child:before,.product-table td:last-child:before{margin-bottom:2px;display:block}.quote-month-table .quote-row-actions,.claim-month-table .claim-record-actions{min-width:0;max-width:100%;margin:0}.claim-month-table td:first-child:before{content:"Číslo"}.claim-month-table td:nth-child(2):before{content:"Poznámka"}.claim-month-table td:nth-child(3):before{content:"Typ"}.claim-month-table td:nth-child(4):before{content:"Objednatel"}.claim-month-table td:nth-child(5):before{content:"E-mail"}.claim-month-table td:nth-child(6):before{content:"Produkt"}.claim-month-table td:nth-child(7):before{content:"Přijato"}.claim-month-table td:nth-child(8):before{content:"Ukončeno"}.claim-month-table td:nth-child(9):before{content:"Stav"}.claim-month-table td:nth-child(10):before{content:"Akce"}.claim-month-table .claim-record-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;width:100%;display:grid}.claim-month-table .claim-record-actions>*{justify-content:center;min-width:0;width:100%!important}.order-month-table .order-table td.order-drag-cell{display:none}.order-month-table .order-table td:nth-child(2):before{content:"Objednatel"}.order-month-table .order-table td:nth-child(3):before{content:"Poznámka"}.order-month-table .order-table td:nth-child(4):before{content:"Typ zakázky"}.order-month-table .order-table td:nth-child(5):before{content:"Stav zakázky"}.order-month-table .order-table td:nth-child(6):before{content:"Windows"}.order-month-table .order-table td:nth-child(7):before{content:"Doprava"}.order-month-table .order-table td:nth-child(8):before{content:"Cena klienta"}.order-month-table .order-table td:nth-child(9):before{content:"Cena pro nás"}.order-month-table .order-table td:nth-child(10):before{content:"Marže"}.order-month-table .order-table td:nth-child(11):before{content:"Cena složení"}.order-month-table .order-table td:nth-child(12):before{content:"Provize"}.order-month-table .order-table td:nth-child(13):before{content:"Profit"}.order-month-table .order-table td:nth-child(14):before{content:"Akce"}.order-month-table input,.order-month-table .custom-select-trigger{height:42px;min-height:42px;font-size:14px}.order-month-table .order-calculated-cell{padding-top:9px!important}.order-month-table .order-row-actions,.order-month-table .order-management-actions{width:100%;min-width:0}.order-month-table .order-management-actions{justify-content:space-between}.order-month-table tfoot,.order-month-table tfoot tr,.order-month-table tfoot td{width:100%;display:block}.order-month-table tfoot td{border:0;padding:10px 0 0!important}.order-month-table tfoot td:before{content:none}.order-month-table tfoot .button{justify-content:center;width:100%}.product-table{display:none!important}.product-mobile-list{gap:10px;display:grid}.product-mobile-item{background:#fff;border:1px solid #e2dce9;border-radius:11px;overflow:hidden;box-shadow:0 2px 8px #3028420a}.product-mobile-item.product-row-selected{background:#faf7ff;border-color:#cdb9ee}.product-mobile-heading{grid-template-columns:24px minmax(0,1fr) 36px;align-items:center;gap:10px;min-height:58px;padding:10px 11px;display:grid}.product-mobile-heading>input{width:18px;height:18px;min-height:0;accent-color:var(--purple);margin:0}.product-mobile-heading>strong{overflow-wrap:anywhere;min-width:0;line-height:1.25}.product-mobile-heading>.product-favorite-button{width:36px;height:36px}.product-mobile-details{margin:0;display:grid}.product-mobile-details>div,.product-mobile-actions{border-top:1px solid #eee9f2;grid-template-columns:94px minmax(0,1fr);align-items:center;gap:10px;min-height:39px;padding:8px 11px;display:grid}.product-mobile-details dt,.product-mobile-actions>span{color:#7b7482;font-size:11px;font-weight:700}.product-mobile-details dd{overflow-wrap:anywhere;min-width:0;margin:0}.product-mobile-actions{grid-template-columns:1fr;align-items:stretch}.product-mobile-actions .product-actions{grid-template-columns:1fr 1fr;gap:7px;width:100%;display:grid}.product-mobile-actions .product-actions>*{justify-content:center;width:100%;min-height:40px}.product-mobile-empty{text-align:center;padding:18px}.product-table thead{display:none}.product-table tbody{gap:10px;display:grid}.product-table tbody tr{background:#fff;border:1px solid #e2dce9;border-radius:11px;grid-template-columns:44px minmax(0,1fr) 44px;display:grid;overflow:hidden}.product-table td{border-top:1px solid #eee9f2;grid-column:1/-1;grid-template-columns:96px minmax(0,1fr);align-items:center;gap:8px;width:100%;display:grid;padding:9px 11px!important}.product-table td:before{color:#7b7482;font-size:11px;font-weight:700}.product-table td:first-child,.product-table td:nth-child(2){border-top:0;place-items:center;width:44px;min-width:0;max-width:44px;display:grid;padding:8px!important}.product-table td:first-child{grid-area:1/1}.product-table td:nth-child(2){grid-area:1/3}.product-table td:first-child:before,.product-table td:nth-child(2):before{content:none}.product-table td:nth-child(3){overflow-wrap:anywhere;border-top:0;grid-area:1/2;align-items:center;width:auto;min-width:0;max-width:100%;font-weight:800;line-height:1.25;display:flex;padding:9px 6px!important}.product-table td:nth-child(3):before{content:none}.product-table td:nth-child(4):before{content:"Výrobce"}.product-table td:nth-child(5):before{content:"Kategorie"}.product-table td:nth-child(6):before{content:"Cena s DPH"}.product-table td:nth-child(7):before{content:"Stav"}.product-table td:nth-child(8):before{content:"Akce"}.product-table .product-actions{width:100%}.product-table .product-actions>*{flex:1;min-height:40px}.dashboard-range-menu{z-index:1200;border-radius:16px;width:auto;max-height:calc(100dvh - 16px);position:fixed;inset:auto 8px 8px;overflow-y:auto}.dashboard-range-presets{grid-template-columns:repeat(2,minmax(0,1fr));padding:12px}.dashboard-range-custom{min-height:0;padding:14px}.dashboard-range-actions{padding-top:14px}.dashboard-period-panel{padding:9px}.dashboard-period-toolbar{gap:10px}.dashboard-period-panel .card{padding:12px}.dashboard-quote-overview,.order-dashboard-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-quote-overview>.monthly-chart-card{grid-column:1/-1}.monthly-chart-card{overflow-x:auto}.monthly-chart-card .monthly-chart-heading{z-index:3;background:#fff;min-width:290px;position:sticky;left:0}.monthly-chart.daily-chart{min-width:560px}.order-dashboard-details>.order-monthly-chart-card{overflow-x:auto}.order-dashboard-details .order-monthly-chart-card .monthly-chart{min-width:560px}.dashboard-top-orders-list>div{grid-template-columns:24px minmax(0,1fr) auto}.claim-editor-layout,.claim-editor-fields{gap:12px}.claim-preview-shell{width:100%}.claim-preview-page{box-shadow:0 3px 14px #30284216}.settings-form{gap:12px}.settings-save-sticky{grid-template-columns:1fr;padding:8px;display:grid;bottom:8px}.settings-save-sticky .button{width:100%}.settings-save-sticky .save-success,.settings-save-sticky .error{white-space:normal}}@media (max-width:420px){main{padding-left:9px;padding-right:9px}.panel,.card{padding:12px}.dashboard-quote-overview,.order-dashboard-metrics,.page-title>.actions,.modal-actions,.validation-actions,.order-form-actions,.history-toolbar-actions .quote-backup-actions{grid-template-columns:1fr}.quote-month-table .table td,.claim-month-table .claim-table td,.order-month-table .order-table td{grid-template-columns:92px minmax(0,1fr);padding:9px!important}.quote-month-table .quote-row-actions{grid-template-columns:1fr 1fr}.claim-month-table .claim-record-actions{grid-template-columns:1fr}.order-month-summary>strong{display:none}.dashboard-range-fields{grid-template-columns:1fr}}@media (max-width:720px){.product-table tbody tr.product-mobile-card{padding:0;display:block;position:relative}.product-table tr.product-mobile-card td:first-child,.product-table tr.product-mobile-card td:nth-child(2){z-index:2;border:0;place-items:center;width:36px;max-width:36px;height:36px;display:grid;position:absolute;top:9px;padding:0!important}.product-table tr.product-mobile-card td:first-child{left:8px}.product-table tr.product-mobile-card td:nth-child(2){left:auto;right:8px}.product-table tr.product-mobile-card td:nth-child(3){overflow-wrap:anywhere;border:0;align-items:center;width:100%;max-width:none;min-height:54px;line-height:1.25;display:flex;position:relative;padding:10px 54px!important}.product-table tr.product-mobile-card td:nth-child(n+4){grid-template-columns:96px minmax(0,1fr);width:100%;display:grid}.product-table tr.product-empty-row{display:block}.product-table tr.product-empty-row td{text-align:center;width:100%;max-width:none;display:block;position:static;padding:16px!important}.product-table tr.product-empty-row td:before{content:none}}.sales-build-lineup-list{gap:14px;display:grid}.sales-build-lineup-group{padding:0;transition:border-color .15s,box-shadow .15s;overflow:hidden}.sales-build-lineup-group>summary{min-height:64px}.sales-build-lineup-icon .nav-icon{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.sales-build-lineup-content{background:#f8f6fa;padding:14px}.sales-build-lineup-empty{background:#fff;border:1px dashed #dcd5e5;border-radius:11px;place-items:center;min-height:92px;font-size:12px;display:grid}.sales-build-footer-actions{justify-content:flex-end;align-items:center;gap:9px;min-width:0;display:flex}.sales-build-card-actions{flex-wrap:wrap}.sales-build-card-actions>.sales-build-footer-actions{display:flex}.sales-build-drag-handle{color:#887f92;cursor:grab;background:0 0;border:0;border-radius:8px;flex:none;place-items:center;width:30px;height:36px;padding:0;display:grid}.sales-build-drag-handle:hover{color:var(--purple);background:#f0eafa}.sales-build-drag-handle:active{cursor:grabbing}.sales-build-drag-handle .button-icon{width:18px;height:18px}.sales-build-card{transition:opacity .15s,border-color .15s,box-shadow .15s,transform .15s}.sales-build-card.is-dragging{opacity:.45;transform:scale(.99)}.sales-build-card.drag-over{border-color:#9b72e5;box-shadow:0 0 0 3px #6d35d719}.sales-build-lineup-group.drag-over{border-color:#8f69d7;box-shadow:0 0 0 3px #6d35d719}.sales-build-lineup-group.drag-over>summary{background:#f3edff}@media (max-width:720px){.sales-build-lineup-content{padding:10px}.sales-build-lineup-group>summary{min-height:58px}.sales-build-card-actions>.sales-build-footer-actions{flex-direction:column;align-items:stretch;width:100%}.sales-build-card-actions>.sales-build-footer-actions .button{width:100%}.sales-build-card-heading{gap:7px}.sales-build-drag-handle{width:28px}}.sales-build-table-head,.sales-build-item{grid-template-columns:80px 100px 128px minmax(160px,1fr) 30px;column-gap:8px;padding-left:12px;padding-right:12px}.sales-build-table-head span{white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:10px;line-height:1.2;overflow:hidden}@media (max-width:720px){.sales-build-item{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 34px;gap:8px;padding:11px 12px}.sales-build-item label:first-child{grid-column:1/3}.sales-build-item label:nth-child(2){grid-column:1}.sales-build-item label:nth-child(3){grid-column:2}.sales-build-item label:nth-child(4){grid-column:1/3}.sales-build-remove-item{grid-area:1/3;align-self:end}}.sales-build-card-header{padding-left:8px}.sales-build-card-heading{gap:6px}.sales-build-drag-handle{width:20px}@media (max-width:720px){.sales-build-card-header{padding-left:8px}.sales-build-card-heading{gap:5px}.sales-build-drag-handle{width:18px}}.sales-build-product-picker{min-width:0;position:relative}.sales-build-product-suggestions{z-index:30;width:max(100%,360px);top:calc(100% + 4px);left:auto;right:0}.sales-build-product-suggestions .suggestion-product{text-overflow:ellipsis;overflow:hidden}.sales-build-product-suggestions small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sales-build-supplier-select .custom-select-trigger{gap:0;height:38px;min-height:38px;padding:7px 22px 7px 7px;font-size:12px;position:relative}.sales-build-supplier-select .custom-select-value{text-overflow:clip;overflow:visible}.sales-build-supplier-select .custom-select-chevron{width:13px;height:13px;position:absolute;right:6px}@media (max-width:720px){.sales-build-product-suggestions{width:100%;left:0;right:auto}}.product-form-save{align-self:end;align-items:center;gap:10px;min-height:40px;display:flex}.product-form-save .button{white-space:nowrap;justify-content:center;align-items:center;gap:6px;min-height:40px;display:inline-flex}.product-form-save .save-status{min-height:40px}@media (max-width:720px){.product-form-save{flex-direction:column;align-items:stretch}.product-form-save .button,.product-form-save .save-status{width:100%}}.products-history-panel{background:#f1eff5;border:1px solid #e1dde8;border-radius:16px;gap:14px;padding:18px;display:grid}.products-history-panel>.panel{border-color:#e2dee9;margin:0;box-shadow:0 2px 8px #3028420a}.product-create-panel{padding:16px 18px}.product-create-panel>.actions{min-height:40px}.product-create-panel>.actions h2{margin:0;font-size:16px;line-height:1.25}.product-create-panel>form{margin-top:16px}.product-create-panel>form label{min-width:0}.products-list-panel{min-width:0;padding:18px}.products-list-panel .bulk-product-actions{min-height:42px;margin:0 0 14px}.products-list-panel .product-search-form{width:min(760px,100%)}.products-list-panel .table th{padding-top:0}.products-list-panel .product-pagination{border-top:1px solid #efedf3;padding-top:14px}@media (max-width:720px){.products-history-panel{border-radius:13px;gap:10px;padding:10px}.product-create-panel,.products-list-panel{padding:12px}.product-create-panel>.actions{align-items:center}.product-create-panel>form{margin-top:12px}.products-list-panel .bulk-product-actions{margin-bottom:10px}.products-list-panel .product-pagination{margin-top:12px;padding-top:12px}}.products-list-panel .product-search-form{flex:0 430px;width:min(430px,100%);max-width:430px}.product-create-trigger{min-height:42px;padding:10px 14px;font-size:13px;line-height:1}.product-create-modal-actions{grid-column:1/-1;justify-content:space-between;align-items:center;gap:12px;margin-top:4px;display:flex}.product-create-modal-actions>.save-status{margin-right:auto}.product-create-modal-actions .button{justify-content:center;align-items:center;gap:6px;display:inline-flex}.product-create-modal .grid{align-items:end}@media (max-width:820px){.products-list-panel .product-search-form{flex-basis:auto;width:100%;max-width:none}.products-list-panel .bulk-selection-actions{flex-wrap:wrap;width:100%}.products-list-panel .product-create-trigger{margin-left:auto}}@media (max-width:720px){.product-create-modal-actions{flex-direction:column;align-items:stretch}.product-create-modal-actions>.save-status{width:100%;margin:0}.product-create-modal-actions .modal-actions{width:100%}}.products-history-panel>.bulk-product-actions{align-items:center;min-height:42px;margin:0}.products-history-panel>.bulk-product-actions .product-search-form{flex:0 478px;width:min(478px,100%);max-width:478px}.products-history-panel>.bulk-product-actions .product-search-form .global-search-bar{flex:0 430px;width:430px;max-width:430px}.products-table-surface{border-color:#e2dee9;min-width:0;padding:18px;box-shadow:0 2px 8px #3028420a}.products-table-surface .table th{padding-top:0}.products-table-surface .product-pagination{border-top:1px solid #efedf3;padding-top:14px}@media (max-width:820px){.products-history-panel>.bulk-product-actions{align-items:stretch}.products-history-panel>.bulk-product-actions .product-search-form{flex-basis:auto;width:100%;max-width:none}.products-history-panel>.bulk-product-actions .product-search-form .global-search-bar{flex:1;width:100%;max-width:none}}@media (max-width:720px){.products-table-surface{padding:12px}.products-history-panel>.bulk-product-actions{margin:0}.products-table-surface .product-pagination{margin-top:12px;padding-top:12px}}.product-backup-wrap{justify-content:flex-end}.product-backup-wrap .quote-backup-actions{flex:none}.products-history-panel>.bulk-product-actions .bulk-selection-actions{flex-wrap:wrap}@media (max-width:1100px){.products-history-panel>.bulk-product-actions{flex-direction:column;align-items:stretch}.products-history-panel>.bulk-product-actions .product-search-form{flex-basis:auto;width:100%;max-width:none}.products-history-panel>.bulk-product-actions .product-search-form .global-search-bar{flex:1;width:100%;max-width:none}.products-history-panel>.bulk-product-actions .bulk-selection-actions{width:100%}}@media (max-width:720px){.product-backup-wrap,.product-backup-wrap .quote-backup-actions{width:100%}.product-backup-wrap .button{flex:1}.products-history-panel>.bulk-product-actions .bulk-selection-actions{justify-content:space-between}}.sales-build-summary .sales-build-result,.sales-build-price-setting{min-height:104px}.sales-build-price-setting{background:#fff;border:1px solid #e5e1ea;border-radius:9px;align-content:center;gap:6px;min-width:0;padding:9px 10px;display:grid}.sales-build-summary-label{color:#4d4955;font-size:11px;font-weight:700}.sales-build-margin-buttons{grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;display:grid}.sales-build-margin-buttons button{color:#6530c8;min-width:0;height:25px;font:inherit;white-space:nowrap;cursor:pointer;background:#faf7ff;border:1px solid #d9ccec;border-radius:6px;padding:0 2px;font-size:9px;font-weight:800}.sales-build-margin-buttons button:hover{background:#f0e9fd;border-color:#a98cdd}.sales-build-margin-buttons button.active{color:#fff;background:#6d35d7;border-color:#6d35d7}.sales-build-margin-buttons button:disabled{opacity:.4;cursor:not-allowed}.sales-build-margin-value{color:#746e7c;font-size:10px;font-weight:700}.sales-build-result.positive .sales-build-margin-value{color:#087d70}.sales-build-result.negative .sales-build-margin-value{color:#b52249}@media (max-width:720px){.sales-build-summary .sales-build-result,.sales-build-price-setting{min-height:100px}.sales-build-margin-buttons button{height:28px;font-size:10px}}@media (min-width:721px){.sales-build-card-header{min-height:54px;padding:8px 12px}.sales-build-card-icon{border-radius:9px;width:32px;height:32px}.sales-build-name{height:34px;padding:5px 7px}.sales-build-table-head{padding-top:8px;padding-bottom:8px}.sales-build-item{padding-top:6px;padding-bottom:6px}.sales-build-item input,.sales-build-item .custom-select-trigger{height:34px;min-height:34px}.sales-build-add-item{margin-top:7px;margin-bottom:7px}.sales-build-summary{padding-top:10px;padding-bottom:10px}.sales-build-summary .sales-build-result,.sales-build-price-setting{min-height:86px}.sales-build-card-actions{padding-top:10px;padding-bottom:10px}}.sales-build-add-control{flex:none;position:relative}.sales-build-add-control .custom-select-menu{min-width:180px;left:auto;right:0}.sales-build-status{flex:none;width:160px;font-size:11px;font-weight:800}.sales-build-status .custom-select-trigger{border-radius:999px;justify-content:center;min-height:32px;padding:6px 12px}.sales-build-status .custom-select-chevron{display:none}.sales-build-status.status-on-sale .custom-select-trigger{color:#14786e;background:#e5f7f4;border-color:#b9e8df}.sales-build-status.status-planning .custom-select-trigger{color:#2463ad;background:#eaf3ff;border-color:#bfd8f5}.sales-build-status.status-discontinued .custom-select-trigger{color:#b52249;background:#fff0f3;border-color:#f1beca}.sales-build-status .custom-select-trigger:focus-visible,.sales-build-status .custom-select-trigger[aria-expanded=true]{box-shadow:0 0 0 3px #6d35d71a}@media (max-width:720px){.sales-build-status{width:100%}}.sales-build-card.drag-over.drag-before,.sales-build-card.drag-over.drag-after{border-color:#956dde;transform:translateY(-1px);box-shadow:0 0 0 3px #6d35d720}.sales-build-card.is-dragging{opacity:.72}.sales-build-drag-preview{color:#3d1c79;white-space:nowrap;text-overflow:ellipsis;background:#fff;border:1px solid #9b72e5;border-radius:9px;max-width:260px;padding:9px 13px;font:700 13px Arial,Helvetica,sans-serif;position:fixed;top:-1000px;left:-1000px;overflow:hidden;box-shadow:0 8px 22px #241a3930}.drag-handle,.order-drag-handle,.sales-build-drag-handle{color:#887f92;cursor:grab;background:0 0;border:0;border-radius:8px;place-items:center;width:20px;min-width:20px;height:36px;padding:0;line-height:1;display:grid}.drag-handle:hover,.order-drag-handle:hover,.sales-build-drag-handle:hover{color:var(--purple);background:#f0eafa}.drag-handle:active,.order-drag-handle:active,.sales-build-drag-handle:active{cursor:grabbing}.drag-handle .button-icon,.order-drag-handle .button-icon,.sales-build-drag-handle .button-icon{fill:none;stroke:currentColor;stroke-width:1.9px;width:18px;height:18px}.drag-handle:disabled,.order-drag-handle:disabled,.sales-build-drag-handle:disabled{color:#b8b1c0;cursor:not-allowed;background:0 0}@media (max-width:720px){.drag-handle,.order-drag-handle,.sales-build-drag-handle{width:18px;min-width:18px}}@media (min-width:1401px){.dashboard-quote-overview{grid-template-columns:repeat(6,minmax(0,1fr))}.order-dashboard-metrics{grid-template-columns:repeat(5,minmax(0,1fr))}}html[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--purple:#6d35d7;--ink:#17151d;--muted:#74717c;--line:#e9e7ee;--soft:#f7f6fa}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--purple:#8b5cf6;--ink:#f1f3f7;--muted:#a9afbb;--line:#343946;--soft:#0f1218;--success-text:#45e6ad}html[data-motion=reduced] *,html[data-motion=reduced] :before,html[data-motion=reduced] :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}@media (min-width:721px){html[data-density=compact] main{padding:26px 32px}html[data-density=compact] .page-title{margin-bottom:20px}html[data-density=compact] .settings-form{gap:12px}html[data-density=compact] .table td{padding-top:10px;padding-bottom:10px}html[data-density=compact] .quote-month-group>summary{min-height:54px;padding-top:9px;padding-bottom:9px}}.settings-section-heading h2{margin:0}.settings-section-heading p{margin:5px 0 0;font-size:12px}.theme-picker{border:0;min-width:0;margin:18px 0 14px;padding:0}.theme-picker legend{color:#4d4955;margin-bottom:8px;font-size:12px;font-weight:700}.theme-picker>div{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.theme-choice{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:10px;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:9px;min-height:48px;padding:9px 11px;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex}.theme-choice:hover{border-color:color-mix(in srgb,var(--purple) 48%,var(--line));transform:translateY(-1px)}.theme-choice.active{border-color:var(--purple);box-shadow:0 0 0 3px color-mix(in srgb,var(--purple) 12%,transparent)}.theme-choice input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;overflow:hidden}.theme-choice i{border:3px solid #fff;border-radius:50%;width:18px;height:18px;display:block;box-shadow:0 0 0 1px #cfc9d5}.theme-choice span{color:#3f3946;min-width:0;font-size:12px;font-weight:700}.user-interface-options{margin-top:4px}@media (max-width:900px){.theme-picker>div{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:560px){.theme-picker>div{grid-template-columns:repeat(2,minmax(0,1fr))}.user-interface-options{grid-template-columns:1fr}}.monthly-chart-bar:not(.monthly-chart-realized):not(.order-monthly-done),.order-monthly-total{background:linear-gradient(180deg,color-mix(in srgb,var(--purple) 68%,white),var(--purple))}.monthly-chart-realized,.order-monthly-done{background:linear-gradient(#2dd4bf,#0d9488);box-shadow:0 0 0 1px #0d948817}.favorite-suggestions-title,.custom-select-chevron,.claim-preview-page header strong,.dashboard-range-trigger>.button-icon:first-child,.sales-build-add-item{color:var(--purple)}.custom-select-option.selected,.custom-date-grid button.selected,.monthly-chart-legend .legend-orders{background:var(--purple)}.order-drag-over td{box-shadow:inset 0 2px 0 var(--purple)}.claim-preview-page header{border-bottom-color:var(--purple)}.status-sent,.order-type-pill,.claim-number{background:color-mix(in srgb,var(--purple) 11%,white);color:var(--purple)}html[data-theme=dark] body{background:var(--soft);color:var(--ink)}html[data-theme=dark] .card,html[data-theme=dark] .panel,html[data-theme=dark] input,html[data-theme=dark] textarea,html[data-theme=dark] select,html[data-theme=dark] .custom-select-trigger,html[data-theme=dark] .custom-select-menu,html[data-theme=dark] .custom-select-option,html[data-theme=dark] .custom-date-trigger,html[data-theme=dark] .custom-date-menu,html[data-theme=dark] .dashboard-range-trigger,html[data-theme=dark] .dashboard-range-menu,html[data-theme=dark] .dashboard-global-filter,html[data-theme=dark] .global-search-bar input,html[data-theme=dark] .validation-modal,html[data-theme=dark] .product-edit-modal,html[data-theme=dark] .order-modal,html[data-theme=dark] .claim-resolve-modal,html[data-theme=dark] .suggestions,html[data-theme=dark] .suggestions button,html[data-theme=dark] .theme-choice,html[data-theme=dark] .sales-build-price-setting,html[data-theme=dark] .sales-build-result,html[data-theme=dark] .sales-build-lineup-empty,html[data-theme=dark] .language-switch,html[data-theme=dark] .favorite-filter-button,html[data-theme=dark] .product-favorite-button,html[data-theme=dark] .product-page-numbers .product-page-number,html[data-theme=dark] .quote-month-chevron,html[data-theme=dark] .button.secondary{border-color:var(--line);color:var(--ink);background:#191d25}html[data-theme=dark] .dashboard-period-panel,html[data-theme=dark] .dashboard-recent-panel,html[data-theme=dark] .quotes-history-panel,html[data-theme=dark] .products-history-panel,html[data-theme=dark] .sales-builds-history-panel,html[data-theme=dark] .sales-build-lineup-content,html[data-theme=dark] .sales-build-table-head,html[data-theme=dark] .dashboard-filter,html[data-theme=dark] .dashboard-range-presets,html[data-theme=dark] .placeholder,html[data-theme=dark] .file-upload{border-color:var(--line);color:var(--ink);background:#13171e}html[data-theme=dark] label,html[data-theme=dark] .theme-picker legend,html[data-theme=dark] .theme-choice span,html[data-theme=dark] .sales-build-summary-label,html[data-theme=dark] .quote-switch-field{color:#cbd0d9}html[data-theme=dark] input::placeholder,html[data-theme=dark] textarea::placeholder{color:#777f8d}html[data-theme=dark] .table td,html[data-theme=dark] .sales-build-item,html[data-theme=dark] .sales-build-card-header,html[data-theme=dark] .sales-build-card-actions,html[data-theme=dark] .product-pagination,html[data-theme=dark] .suggestion-row{border-color:var(--line)}html[data-theme=dark] .quote-month-group>summary,html[data-theme=dark] .order-month-group>summary,html[data-theme=dark] .claim-month-group>summary,html[data-theme=dark] .sales-build-lineup-group>summary{color:var(--ink);background:#191d25}html[data-theme=dark] .quote-month-group[open]>summary,html[data-theme=dark] .order-month-group[open]>summary,html[data-theme=dark] .claim-month-group[open]>summary,html[data-theme=dark] .sales-build-lineup-group[open]>summary{border-color:var(--line);background:#1d222c}html[data-theme=dark] .quote-month-table,html[data-theme=dark] .order-month-table,html[data-theme=dark] .claim-month-table{background:#191d25}html[data-theme=dark] .quote-month-table .table th,html[data-theme=dark] .order-table th,html[data-theme=dark] .claim-table th{color:var(--muted);background:#13171e}html[data-theme=dark] .quote-month-table .table tbody tr:hover,html[data-theme=dark] .suggestions button:hover,html[data-theme=dark] .suggestions button.active,html[data-theme=dark] .custom-select-option:hover{background:#272d39}html[data-theme=dark] .custom-select-option.selected{background:var(--purple);color:#fff}html[data-theme=dark] .theme-choice i{border-color:#252a35;box-shadow:0 0 0 1px #697181}html[data-theme=dark] .settings-save-sticky{background:#191d25e8}html[data-theme=dark] .sales-build-drag-preview{border-color:var(--purple);color:#ddd0ff;background:#191d25}html[data-theme=dark] .sales-build-card-header,html[data-theme=dark] .sales-build-summary{background:#191d25}html[data-theme=dark] .sales-build-name:hover,html[data-theme=dark] .sales-build-name:focus,html[data-theme=dark] .sales-build-summary label{border-color:var(--line);color:var(--ink);background:#20252e}html[data-theme=dark] .sales-build-result.emphasized{background:#241d32;border-color:#59437d}html[data-theme=dark] .sales-build-lineup-group.drag-over>summary,html[data-theme=dark] .sales-build-drag-handle:hover,html[data-theme=dark] .drag-handle:hover,html[data-theme=dark] .order-drag-handle:hover{background:#2c2440}html[data-theme=dark] .sales-build-status.status-on-sale .custom-select-trigger{color:#6ee7d2;background:#113b34;border-color:#226c60}html[data-theme=dark] .sales-build-status.status-planning .custom-select-trigger{color:#8dc5ff;background:#142f4e;border-color:#315f92}html[data-theme=dark] .sales-build-status.status-discontinued .custom-select-trigger{color:#ff9db3;background:#431d28;border-color:#87384d}html[data-theme=dark] .order-dashboard-details .dashboard-comparison-list>div{background:#20252e;border-color:#343946!important}html[data-theme=dark] .dashboard-comparison-list>div,html[data-theme=dark] .dashboard-top-orders-list>div,html[data-theme=dark] .order-finance-card>div{border-color:#343946}html[data-theme=dark] .dashboard-comparison-list>div>span:first-child,html[data-theme=dark] .order-dashboard-details .dashboard-comparison-list>div>span:first-child{color:#b0b6c2}html[data-theme=dark] .order-finance-card>div{color:#aeb5c1}html[data-theme=dark] .order-finance-card strong{color:#e1e5ec}html[data-theme=dark] .order-finance-card .total,html[data-theme=dark] .order-finance-card .total strong{color:#35c4aa}html[data-theme=dark] .order-status-list small{color:#969eac}html[data-theme=dark] .order-dashboard-details .dashboard-comparison-list>div>small,html[data-theme=dark] .dashboard-insight-card>small,html[data-theme=dark] .dashboard-card-heading small,html[data-theme=dark] .dashboard-top-orders-list small,html[data-theme=dark] .conversion-detail{color:#8f97a6}html[data-theme=dark] .monthly-chart:before{background:repeating-linear-gradient(#0000 0 calc(25% - 1px),#3a404d calc(25% - 1px) 25%)}html[data-theme=dark] .monthly-chart-heading,html[data-theme=dark] .monthly-chart-legend,html[data-theme=dark] .monthly-chart-label{color:#979fad}html[data-theme=dark] .dashboard-rank{color:#cbb8ff;background:#302843}html[data-theme=dark] .dashboard-change.positive{color:#70d99a;background:#153a29}html[data-theme=dark] .dashboard-change.negative{color:#ff9db3;background:#431d28}html[data-theme=dark] .dashboard-change.neutral{color:#b5bbc6;background:#292e38}html[data-theme=dark] .quote-month-count,html[data-theme=dark] .sales-build-lineup-count{color:#cbb8ff;background:#302843}html[data-theme=dark] .quote-status{color:#b9c0cb;background:#292e38}html[data-theme=dark] .status-sent,html[data-theme=dark] .order-type-pill,html[data-theme=dark] .claim-number{color:#cbb8ff;background:#302843}html[data-theme=dark] .status-approved,html[data-theme=dark] .status-realized,html[data-theme=dark] .save-status-saved,html[data-theme=dark] .save-success{color:#70d99a;background:#153a29;border-color:#286346}html[data-theme=dark] .status-rejected,html[data-theme=dark] .save-status-error,html[data-theme=dark] .settings-save-row .error{color:#ff9db3;background:#431d28;border-color:#713044}html[data-theme=dark] .status-expired,html[data-theme=dark] .save-status-dirty{color:#f1c96d;background:#3d3219;border-color:#705a27}html[data-theme=dark] .save-status,html[data-theme=dark] .save-status-saving{color:#9bc6f5;background:#1d2d42;border-color:#3b4f69}html[data-theme=dark] .product-row-selected td,html[data-theme=dark] .component.drag-over,html[data-theme=dark] .order-drag-over td{background:#272238}html[data-theme=dark] .sales-build-card-icon,html[data-theme=dark] .quote-month-icon,html[data-theme=dark] .sales-build-lineup-icon{color:#cbb8ff;background:#302843}html[data-theme=dark] .product-edit-button,html[data-theme=dark] .table td .quote-duplicate-button{color:#cbb8ff;background:#292139;border-color:#59457c}html[data-theme=dark] .quote-pdf-button{color:#f2bd74;background:#392817;border-color:#76542b}html[data-theme=dark] .favorite-filter-button,html[data-theme=dark] .product-favorite-button{color:#e2b852;background:#2e281a;border-color:#66542c}html[data-theme=dark] .delete-row:hover,html[data-theme=dark] .sales-build-remove-item:hover,html[data-theme=dark] .sales-build-delete:hover{background:#431d28}html[data-theme=dark] .conversion-card .metric,html[data-theme=dark] .order-profit-card .metric,html[data-theme=dark] .dashboard-kpi-positive .dashboard-kpi-value,html[data-theme=dark] .order-month-summary>strong,html[data-theme=dark] .order-finance-card .total,html[data-theme=dark] .order-finance-card .total strong,html[data-theme=dark] .dashboard-top-orders-list>div>b,html[data-theme=dark] .dashboard-change.positive,html[data-theme=dark] .sales-build-result.positive strong,html[data-theme=dark] .sales-build-result.positive .sales-build-margin-value,html[data-theme=dark] .sales-build-saved,html[data-theme=dark] .sales-build-status.status-on-sale .custom-select-trigger,html[data-theme=dark] .status-approved,html[data-theme=dark] .status-realized,html[data-theme=dark] .quote-realized-button,html[data-theme=dark] .quote-realized-button.is-realized,html[data-theme=dark] .claim-status-resolved,html[data-theme=dark] .claim-resolve-button,html[data-theme=dark] .save-status-saved,html[data-theme=dark] .save-success{color:var(--success-text)}html[data-theme=dark] .quote-month-table tbody tr,html[data-theme=dark] .claim-month-table tbody tr,html[data-theme=dark] .order-month-table tbody tr,html[data-theme=dark] .product-mobile-item,html[data-theme=dark] .product-table tbody tr{color:var(--ink);background:#191d25;border-color:#343946}html[data-theme=dark] .quote-month-table .table td,html[data-theme=dark] .claim-month-table .claim-table td,html[data-theme=dark] .order-month-table .order-table td,html[data-theme=dark] .product-mobile-details>div,html[data-theme=dark] .product-mobile-actions,html[data-theme=dark] .product-table td{border-color:#343946}html[data-theme=dark] .quote-month-table td:before,html[data-theme=dark] .claim-month-table td:before,html[data-theme=dark] .order-month-table td:before,html[data-theme=dark] .product-mobile-details dt,html[data-theme=dark] .product-mobile-actions>span,html[data-theme=dark] .product-table td:before{color:#aab1bd}html[data-theme=dark] .product-mobile-item.product-row-selected,html[data-theme=dark] .product-table tbody tr.product-row-selected{background:#272238;border-color:#624c88}html[data-theme=dark] .order-progress-received td{background:#211a1e}html[data-theme=dark] .order-progress-assembled td{background:#211e18}html[data-theme=dark] .order-progress-done td{background:#17221d}html[data-theme=dark] .order-progress-received:hover td{background:#2a1d22!important}html[data-theme=dark] .order-progress-assembled:hover td{background:#2a251a!important}html[data-theme=dark] .order-progress-done:hover td{background:#1b2c23!important}html[data-theme=dark] .order-profit{color:var(--success-text)}html[data-theme=dark] .quote-realized-button,html[data-theme=dark] .quote-realized-button.is-realized,html[data-theme=dark] .claim-resolve-button,html[data-theme=dark] .order-save-button{color:var(--success-text);background:#153a30;border-color:#276b59}html[data-theme=dark] .quote-realized-button:hover,html[data-theme=dark] .claim-resolve-button:hover,html[data-theme=dark] .order-save-button:hover{background:#1b493b;border-color:#35a985}html[data-theme=dark] .quote-delete-button,html[data-theme=dark] .sales-build-delete{color:#ff9db3;background:#311a21;border-color:#713044}html[data-theme=dark] .claim-status-open{color:#f1c96d;background:#3d3219}html[data-theme=dark] .claim-status-resolved,html[data-theme=dark] .component-status-pill.ready{color:var(--success-text);background:#153a29}html[data-theme=dark] .component-status-pill.waiting{color:#f1c96d;background:#3d3219}html[data-theme=dark] .component-status-pill.working{color:#9bc6f5;background:#1d2d42}html[data-theme=dark] .quote-note-input:hover,html[data-theme=dark] .quote-note-input:focus{background:#20252e;border-color:#655080}html[data-theme=dark] .quote-note-input.has-error{background:#431d28;border-color:#87384d}html[data-theme=dark] .claim-note-input:hover,html[data-theme=dark] .claim-note-input:focus{background:#20252e;border-color:#655080}html[data-theme=dark] .claim-note-input.has-error{background:#431d28;border-color:#87384d}html[data-theme=dark] .order-editing-row td,html[data-theme=dark] .order-add-row td,html[data-theme=dark] .order-edit-note-row td{background:#272238}html[data-theme=dark] .order-add-row td{border-top-color:var(--line);background:#191d25}html[data-theme=dark] .order-live-result span{color:#aeb5c1;background:#20252e;border-color:#343946}html[data-theme=dark] .order-live-result strong{color:var(--success-text)}html[data-theme=dark] .order-inline-row input,html[data-theme=dark] .order-inline-row .custom-select-trigger{color:var(--ink);box-shadow:none;background:0 0;border-color:#0000}html[data-theme=dark] .order-inline-row:hover input,html[data-theme=dark] .order-inline-row:hover .custom-select-trigger{color:var(--ink);background:#20252e;border-color:#3e4552}html[data-theme=dark] .order-inline-row input:hover,html[data-theme=dark] .order-inline-row .custom-select-trigger:hover{color:var(--ink);background:#252b35;border-color:#596273}html[data-theme=dark] .order-inline-row input:focus,html[data-theme=dark] .order-inline-row .custom-select-trigger:focus-visible,html[data-theme=dark] .order-inline-row .custom-select-trigger[aria-expanded=true]{color:var(--ink);background:#222630;border-color:#765bb0;box-shadow:0 0 0 3px #8b5cf621}html[data-theme=dark] .custom-date-trigger:disabled{color:#707887;background:#20242c}html[data-theme=dark] .custom-date-header button{color:#cbb8ff;background:#20252e;border-color:#414755}html[data-theme=dark] .custom-date-header button:hover,html[data-theme=dark] .custom-date-grid button:hover{color:#d9c9ff;background:#2c2440;border-color:#665080}html[data-theme=dark] .custom-date-grid button{color:#dce0e7}html[data-theme=dark] .custom-date-grid button.outside{color:#697180}html[data-theme=dark] .custom-date-grid button.today{color:#cbb8ff}html[data-theme=dark] .custom-date-grid button.selected{background:var(--purple);color:#fff}html[data-theme=dark] .custom-date-footer{border-color:#343946}html[data-theme=dark] .dashboard-range-presets button{color:#c0c6d0}html[data-theme=dark] .dashboard-range-presets button:hover{color:#d9c9ff;background:#2c2440}html[data-theme=dark] .dashboard-range-presets button.active{color:#d9c9ff;background:#35284c}html[data-theme=dark] .order-progress-button{background:#20252e;border-color:#414755}html[data-theme=dark] .order-progress-button.received:hover,html[data-theme=dark] .order-progress-button.received.active{background:#431d28;border-color:#87384d}html[data-theme=dark] .order-progress-button.assembled:hover,html[data-theme=dark] .order-progress-button.assembled.active{background:#3d3219;border-color:#80622c}html[data-theme=dark] .order-progress-button.done:hover,html[data-theme=dark] .order-progress-button.done.active{color:var(--success-text);background:#153a29;border-color:#286346}html[data-theme=dark] .dashboard-filter select:hover,html[data-theme=dark] .export-control select,html[data-theme=dark] .export-control select:hover,html[data-theme=dark] .export-control select option,html[data-theme=dark] .quote-email-search a{color:#c0c6d0;background-color:#20252e;border-color:#414755}html[data-theme=dark] .language-switch button:not(.active):hover{color:#d9c9ff;background:#2c2440}html[data-theme=light] .custom-select-trigger:hover,html[data-theme=light] .custom-date-trigger:hover,html[data-theme=light] .dashboard-range-trigger:hover{background:#fdfcff;border-color:#bcaedf}html[data-theme=light] .custom-select-trigger:focus-visible,html[data-theme=light] .custom-select-trigger[aria-expanded=true],html[data-theme=light] .custom-date-trigger:focus-visible,html[data-theme=light] .custom-date-trigger[aria-expanded=true],html[data-theme=light] .dashboard-range-trigger:focus-visible,html[data-theme=light] .dashboard-range-trigger[aria-expanded=true]{background:#fff;border-color:#8f69d7;outline:none;box-shadow:0 0 0 3px #6d35d71a}html[data-theme=light] .quote-month-group>summary:hover{background:#faf8ff}html[data-theme=light] .quote-month-group>summary:focus-visible{outline:none;box-shadow:inset 0 0 0 2px #6d35d733}html[data-theme=dark] .custom-select-trigger:hover,html[data-theme=dark] .custom-date-trigger:hover,html[data-theme=dark] .dashboard-range-trigger:hover{color:var(--ink);box-shadow:none;background:#20252e;border-color:#515968}html[data-theme=dark] .custom-select-trigger:focus-visible,html[data-theme=dark] .custom-select-trigger[aria-expanded=true],html[data-theme=dark] .custom-date-trigger:focus-visible,html[data-theme=dark] .custom-date-trigger[aria-expanded=true],html[data-theme=dark] .dashboard-range-trigger:focus-visible,html[data-theme=dark] .dashboard-range-trigger[aria-expanded=true]{color:var(--ink);background:#222630;border-color:#765bb0;outline:none;box-shadow:0 0 0 3px #8b5cf621}html[data-theme=dark] .quote-month-group{box-shadow:none;border-color:#343946}html[data-theme=dark] .quote-month-group:hover{border-color:#48505f;box-shadow:0 4px 14px #0003}html[data-theme=dark] .quote-month-group[open]{border-color:#414956;box-shadow:0 5px 18px #0004}html[data-theme=dark] .quote-month-group>summary:hover,html[data-theme=dark] .quote-month-group[open]>summary:hover{background:#222832}html[data-theme=dark] .quote-month-group>summary:focus-visible{outline:none;box-shadow:inset 0 0 0 2px #8b5cf659}html[data-theme=light] .sales-build-status.status-on-sale .custom-select-trigger:is(:hover,:focus-visible,[aria-expanded=true]){color:#14786e;background:#d9f3ee;border-color:#8bd8ca}html[data-theme=light] .sales-build-status.status-planning .custom-select-trigger:is(:hover,:focus-visible,[aria-expanded=true]){color:#2463ad;background:#deecfc;border-color:#8fbce9}html[data-theme=light] .sales-build-status.status-discontinued .custom-select-trigger:is(:hover,:focus-visible,[aria-expanded=true]){color:#b52249;background:#fde3e9;border-color:#e794a8}html[data-theme=dark] .sales-build-status.status-on-sale .custom-select-trigger:is(:hover,:focus-visible,[aria-expanded=true]){color:#6ee7d2;background:#174a40;border-color:#318a79}html[data-theme=dark] .sales-build-status.status-planning .custom-select-trigger:is(:hover,:focus-visible,[aria-expanded=true]){color:#8dc5ff;background:#1b3c61;border-color:#477fb8}html[data-theme=dark] .sales-build-status.status-discontinued .custom-select-trigger:is(:hover,:focus-visible,[aria-expanded=true]){color:#ff9db3;background:#522431;border-color:#a74b63}.sidebar nav a{color:#b9c0cc;border:1px solid #0000;min-height:43px;padding:11px;line-height:1.2;transition:border-color .15s,background-color .15s,color .15s,box-shadow .15s}.sidebar nav a .nav-icon,.sidebar nav a .button-icon{flex:0 0 17px;width:17px;height:17px}.sidebar nav a span{line-height:17px;display:block}.sidebar nav a:hover{color:#f1f3f7;background:#202630;border-color:#3b414e}.sidebar nav a.active{color:#f5f0ff;box-shadow:inset 3px 0 0 var(--purple);background:#292139;border-color:#59437d}.sidebar nav a.active svg{color:#a98cff}.sidebar nav a:focus-visible{color:#fff;background:#252033;border-color:#765bb0;outline:none;box-shadow:0 0 0 3px #8b5cf621}.sidebar .logout-button,.sidebar .sidebar-icon-button{color:#aeb6c3;background:#181d25;border-color:#343b48}.sidebar .logout-button:hover,.sidebar .sidebar-icon-button:hover{color:#fff;background:#222934;border-color:#505968}.sidebar .sidebar-icon-button.active{color:#bda4ef;background:#292139;border-color:#654b8d;box-shadow:inset 0 0 0 1px #8b5cf61f}html[data-theme=dark] .sidebar{background:#11151c;border-right:1px solid #2b303b;box-shadow:8px 0 28px #0000002e}html[data-theme=dark] .sidebar .side-note{color:#858d9a}html[data-theme=dark] .mobile-sidebar-close{color:#c5ccd7;background:#191f28;border-color:#3d4552}html[data-theme=dark] .mobile-sidebar-close:hover{color:#fff;background:#252c37}@media (max-width:720px){html[data-theme=dark] .monthly-chart-card .monthly-chart-heading{background:#191d25}}html[data-theme=dark] *{scrollbar-color:#7454aa #20252e}html[data-theme=dark] ::-webkit-scrollbar-track{background:#20252e}html[data-theme=dark] ::-webkit-scrollbar-thumb{background:#7454aa;border-color:#20252e}html[data-theme=dark] .preview,html[data-theme=dark] .claim-preview-page{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--purple:#6d35d7;--ink:#17151d;--muted:#74717c;--line:#e9e7ee;--soft:#f7f6fa;color:#17151d;background:#fff}html[data-theme=dark] .preview .placeholder{color:#a7a1ae;background:#faf9fc;border-color:#e9e7ee}html[data-theme=dark] .preview .preview-bottom-block{color:#17151d;background:#fff}html[data-theme=dark] .claim-preview-page header strong{color:#6d35d7}html[data-theme=dark] .claim-preview-page header{border-bottom-color:#6d35d7}.sales-build-item input,.sales-build-item .custom-select-trigger,.sales-build-price-setting input{box-shadow:none;background:0 0;border-color:#0000;transition:border-color .14s,background-color .14s,box-shadow .14s}.sales-build-item:hover input,.sales-build-item:hover .custom-select-trigger,.sales-build-price-setting:hover input{background:#fff;border-color:#ded8e7}.sales-build-item input:hover,.sales-build-item .custom-select-trigger:hover,.sales-build-price-setting input:hover{background:#fff;border-color:#c6bdd5}.sales-build-item input:focus,.sales-build-item .custom-select-trigger:focus-visible,.sales-build-item .custom-select-trigger[aria-expanded=true],.sales-build-price-setting input:focus{background:#fff;border-color:#8f69d7;outline:none;box-shadow:0 0 0 3px #6d35d71a}html[data-theme=dark] .sales-build-item input,html[data-theme=dark] .sales-build-item .custom-select-trigger,html[data-theme=dark] .sales-build-price-setting input{color:var(--ink);box-shadow:none;background:0 0;border-color:#0000}html[data-theme=dark] .sales-build-item:hover input,html[data-theme=dark] .sales-build-item:hover .custom-select-trigger,html[data-theme=dark] .sales-build-price-setting:hover input{background:#20252e;border-color:#3e4552}html[data-theme=dark] .sales-build-item input:hover,html[data-theme=dark] .sales-build-item .custom-select-trigger:hover,html[data-theme=dark] .sales-build-price-setting input:hover{background:#252b35;border-color:#596273}html[data-theme=dark] .sales-build-item input:focus,html[data-theme=dark] .sales-build-item .custom-select-trigger:focus-visible,html[data-theme=dark] .sales-build-item .custom-select-trigger[aria-expanded=true],html[data-theme=dark] .sales-build-price-setting input:focus{background:#222630;border-color:#765bb0;box-shadow:0 0 0 3px #8b5cf621}html[data-theme=dark] .sales-build-name{color:var(--ink);box-shadow:none;background:0 0;border-color:#0000}html[data-theme=dark] .sales-build-name:hover{background:#20252e;border-color:#3e4552}html[data-theme=dark] .sales-build-name:focus{background:#222630;border-color:#765bb0;outline:none;box-shadow:0 0 0 3px #8b5cf621}.settings-tabs{border:1px solid var(--line);background:#eeebf2;border-radius:11px;gap:6px;width:max-content;max-width:100%;margin-bottom:14px;padding:4px;display:flex}.settings-tabs button{min-height:36px;color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:8px 13px;font-size:12px;font-weight:800}.settings-tabs button:hover{color:var(--ink);background:#ffffffa8}.settings-tabs button.active{color:var(--purple);background:#fff;box-shadow:0 2px 7px #30284216}.settings-tabs button span{background:#eee7fb;border-radius:999px;place-items:center;min-width:20px;height:18px;margin-left:5px;padding:0 5px;font-size:10px;display:inline-grid}.audit-log-panel{padding:0;overflow:hidden}.audit-log-panel>.settings-section-heading{border-bottom:1px solid var(--line);padding:18px 20px}.audit-log-table-wrap{overflow-x:auto}.audit-log-table{border-collapse:collapse;width:100%}.audit-log-table th{color:var(--muted);text-align:left;white-space:nowrap;background:#faf9fc;padding:10px 12px;font-size:10px}.audit-log-table td{border-top:1px solid var(--line);vertical-align:middle;padding:12px;font-size:12px}.audit-log-table td:first-child{white-space:nowrap;width:150px}.audit-log-table td:nth-child(2){width:120px}.audit-log-table td:nth-child(3){width:150px}.audit-log-table td:nth-child(4){width:130px}.audit-action{color:#7044c8;white-space:nowrap;background:#f0ebfa;border-radius:999px;padding:4px 7px;font-size:10px;font-weight:800;display:inline-flex}.audit-action-delete{color:#b52249;background:#fff0f3}.audit-action-create{color:#087d5d;background:#e7f8f1}.audit-action-status{color:#2463ad;background:#eaf3ff}.audit-log-empty{text-align:center;place-items:center;gap:5px;min-height:180px;padding:30px;display:grid}.audit-log-empty span{font-size:12px}@media (max-width:720px){.settings-tabs{width:100%}.settings-tabs button{flex:1}.audit-log-table{min-width:760px}}html[data-theme=dark] .settings-tabs{background:#151a22;border-color:#343b48}html[data-theme=dark] .settings-tabs button:hover{color:var(--ink);background:#202630}html[data-theme=dark] .settings-tabs button.active{color:#cbb8ff;box-shadow:none;background:#292139}html[data-theme=dark] .settings-tabs button span{color:#d8c7ff;background:#3a2c51}html[data-theme=dark] .audit-log-table th{color:#9ca5b3;background:#151a22}html[data-theme=dark] .audit-log-table td{border-color:#303641}html[data-theme=dark] .audit-log-table tbody tr:hover{background:#1d222b}html[data-theme=dark] .audit-action{color:#cbb8ff;background:#302843}html[data-theme=dark] .audit-action-delete{color:#ff9db3;background:#431d28}html[data-theme=dark] .audit-action-create{color:#66e5bd;background:#123b31}html[data-theme=dark] .audit-action-status{color:#8dc5ff;background:#172f4c}.user-management{gap:14px;display:grid}.user-create-form{grid-template-columns:minmax(160px,1fr) minmax(210px,1fr) minmax(170px,.7fr) auto;align-items:end;gap:10px;margin-top:16px;display:grid}.user-create-form label,.managed-user label{color:var(--muted);gap:6px;font-size:11px;font-weight:700;display:grid}.managed-user-list{border:1px solid var(--line);border-radius:12px;margin-top:14px;display:grid;overflow:hidden}.managed-user{background:#fff;grid-template-columns:minmax(150px,1fr) 170px minmax(260px,1.4fr) minmax(145px,.7fr) auto;align-items:end;gap:12px;padding:12px;display:grid}.managed-user+.managed-user{border-top:1px solid var(--line)}.managed-user.inactive{opacity:.68;background:#faf9fb}.managed-user-identity,.managed-user-meta{align-self:center;gap:4px;display:grid}.managed-user-identity strong{font-size:14px}.managed-user-identity span,.managed-user-meta span{color:var(--muted);font-size:10px}.managed-user-meta strong{font-size:11px}.managed-password{grid-template-columns:minmax(120px,1fr) auto;gap:6px;display:grid}.managed-password .button{min-height:38px}.managed-user-actions{gap:6px;display:flex}.managed-user-delete{background:#fff0f3}.custom-select-trigger:disabled{cursor:not-allowed;opacity:.58}.user-list-panel{min-width:0}@media (max-width:1100px){.user-create-form,.managed-user{grid-template-columns:1fr 1fr}.managed-user-identity{grid-column:1/-1}}@media (max-width:620px){.settings-tabs{overflow-x:auto}.settings-tabs button{flex:none}.user-create-form,.managed-user{grid-template-columns:1fr}.managed-user-identity{grid-column:auto}.managed-user .button,.managed-user-actions{width:100%}.managed-user-actions .button{flex:1}}.managed-user-delete:not(:disabled){box-shadow:0 2px 6px #b51f4038;color:#fff!important;background:#d72f55!important;border-color:#d72f55!important}.managed-user-delete:not(:disabled):hover{color:#fff!important;background:#bd2145!important;border-color:#bd2145!important}.managed-user-delete:disabled{opacity:.3}.role-field-label{align-items:center;gap:5px;min-height:17px;display:flex}.managed-user-list{overflow:visible}.managed-user{position:relative}.managed-user:focus-within{z-index:20}.managed-user:has(.role-tooltip:hover){z-index:20}.role-tooltip{width:17px;height:17px;color:var(--purple);cursor:help;background:#e5dcf8;border-radius:50%;outline:none;place-items:center;font-size:10px;font-style:normal;font-weight:900;display:inline-grid;position:relative}.role-tooltip>span{z-index:30;width:280px;color:var(--ink);opacity:0;pointer-events:none;background:#fff;border:1px solid #d8d0e4;border-radius:9px;gap:4px;padding:10px 12px;font-size:11px;font-weight:500;line-height:1.4;transition:opacity .14s,transform .14s;display:grid;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%,-3px);box-shadow:0 8px 24px #2419362b}.role-tooltip>span strong{font-size:11px}.role-tooltip:hover>span,.role-tooltip:focus-visible>span{opacity:1;transform:translate(-50%)}html[data-theme=dark] .managed-user-list{border-color:#343b48}html[data-theme=dark] .managed-user{background:#191d25}html[data-theme=dark] .managed-user+.managed-user{border-color:#303641}html[data-theme=dark] .managed-user.inactive{background:#15191f}html[data-theme=dark] .managed-user-delete:not(:disabled){box-shadow:0 2px 8px #0005;color:#fff!important;background:#c8284d!important;border-color:#e33c61!important}html[data-theme=dark] .role-tooltip{color:#d5c1ff;background:#382b50}html[data-theme=dark] .role-tooltip>span{color:var(--ink);background:#20252e;border-color:#414855;box-shadow:0 8px 24px #0008}input[type=number]{appearance:textfield}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.configurator-shell{gap:14px;display:grid}.configurator-connection{background:#f0ecf7;border:1px solid #dcd4e8;border-radius:13px;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.configurator-connection>div{gap:4px;display:grid}.configurator-connection strong{font-size:13px}.configurator-connection>div span{color:var(--muted);font-size:11px}.configurator-offline-dot{white-space:nowrap;color:#7650bb;align-items:center;gap:7px;font-size:11px;font-weight:800;display:inline-flex}.configurator-offline-dot:before{content:"";background:#9b72e5;border-radius:50%;width:8px;height:8px}.configurator-toolbar{justify-content:space-between;align-items:center;gap:12px;display:flex}.configurator-toolbar>input{width:min(520px,100%);min-height:42px}.configurator-groups{gap:10px;display:grid}.configurator-group{border:1px solid var(--line);background:#fff;border-radius:13px;overflow:hidden;box-shadow:0 2px 8px #3028420a}.configurator-group summary{cursor:pointer;grid-template-columns:90px minmax(150px,1fr) auto 18px;align-items:center;gap:12px;min-height:56px;padding:11px 16px;list-style:none;display:grid}.configurator-group summary::-webkit-details-marker{display:none}.configurator-group summary:hover{background:#faf8fd}.configurator-group summary>strong{color:var(--purple);font-size:13px}.configurator-group summary>span{font-size:12px;font-weight:700}.configurator-group summary>b{color:#6a38c5;background:#eee8fa;border-radius:999px;padding:5px 8px;font-size:10px}.configurator-group summary>i{border-bottom:2px solid #806f91;border-right:2px solid #806f91;width:8px;height:8px;transition:transform .15s;transform:rotate(45deg)translateY(-2px)}.configurator-group[open] summary>i{transform:rotate(225deg)translate(-2px,-2px)}.configurator-table-wrap{border-top:1px solid var(--line);overflow-x:auto}.configurator-table{border-collapse:collapse;width:100%;min-width:900px}.configurator-table th{color:var(--muted);text-align:left;background:#faf9fc;padding:9px 12px;font-size:10px}.configurator-table td{border-top:1px solid var(--line);vertical-align:middle;padding:10px 12px;font-size:12px}.configurator-table tbody tr:hover{background:#fcfaff}.configurator-table td:first-child{width:36%}.configurator-table td:nth-child(2){width:16%}.configurator-table td:nth-child(3){width:90px}.configurator-table td:nth-child(4){width:190px}.configurator-table td:nth-child(5){width:120px}.configurator-table td:last-child{width:150px}.configurator-table td>strong{display:block}.configurator-table td>small{color:var(--muted);margin-top:3px;font-size:9px;display:block}.configurator-price{position:relative}.configurator-price input{font-variant-numeric:tabular-nums;height:38px;padding-right:34px;font-weight:700}.configurator-price span{color:var(--muted);font-size:10px;font-weight:800;position:absolute;top:50%;right:11px;transform:translateY(-50%)}.configurator-active,.configurator-hidden,.configurator-sync-local{border-radius:999px;padding:5px 7px;font-size:9px;font-weight:800;display:inline-flex}.configurator-active{color:#14723c;background:#e5f7ed}.configurator-hidden{color:#77717d;background:#f0eef2}.configurator-sync-local{color:#6935c7;background:#eee8fa}.configurator-table td:last-child .button{min-height:36px;padding:8px 11px}.configurator-table td:last-child small{margin-top:5px}.configurator-empty{text-align:center;padding:24px!important}@media (max-width:720px){.configurator-connection,.configurator-toolbar{flex-direction:column;align-items:stretch}.configurator-offline-dot{white-space:normal}.configurator-toolbar>input,.configurator-toolbar>.button{width:100%}.configurator-group summary{grid-template-columns:70px minmax(90px,1fr) auto 14px;padding:10px 12px}.configurator-group summary>b{font-size:9px}}html[data-theme=dark] .configurator-connection{background:#211c2c;border-color:#3b344b}html[data-theme=dark] .configurator-offline-dot{color:#c8adff}html[data-theme=dark] .configurator-group{box-shadow:none;background:#191d25;border-color:#343b48}html[data-theme=dark] .configurator-group summary:hover{background:#20252e}html[data-theme=dark] .configurator-group summary>b,html[data-theme=dark] .configurator-sync-local{color:#d3bfff;background:#382b50}html[data-theme=dark] .configurator-table-wrap,html[data-theme=dark] .configurator-table td{border-color:#303641}html[data-theme=dark] .configurator-table th{color:#aab1bd;background:#151a22}html[data-theme=dark] .configurator-table tbody tr:hover{background:#1f242d}html[data-theme=dark] .configurator-active{color:#55edaa;background:#123b2c}html[data-theme=dark] .configurator-hidden{color:#a8afbb;background:#252a33}.configurator-product-modal{width:min(980px,100vw - 32px)}.configurator-12vhpwr{border:1px solid var(--line);border-radius:8px;align-self:end;align-items:center;gap:8px;min-height:40px;padding:10px 12px;display:flex}.configurator-12vhpwr input{width:auto;margin:0}.configurator-image-managed{background:#faf8fd;border:1px dashed #cfc6db;border-radius:9px;grid-column:1/-1;gap:4px;padding:12px 14px;font-size:11px;display:grid}.configurator-image-managed strong{font-size:12px}.configurator-table-gpu{min-width:1500px}.configurator-table-gpu td:first-child{width:82px}.configurator-table-gpu td:nth-child(2){width:260px}.configurator-table-gpu td:nth-child(3),.configurator-table-gpu td:nth-child(4){width:170px}.configurator-table-gpu td:nth-child(5){width:150px}.configurator-table-gpu td:nth-child(6){width:145px}.configurator-table-gpu td:nth-child(7),.configurator-table-gpu td:nth-child(8),.configurator-table-gpu td:nth-child(9){width:95px}.configurator-table-gpu td:nth-child(10){width:120px}.configurator-table-gpu td:last-child{width:150px}.configurator-image-cell img{border:1px solid var(--line);object-fit:contain;background:#fff;border-radius:7px;width:58px;height:44px;display:block}.configurator-image-cell span{width:58px;height:44px;color:var(--muted);text-align:center;border:1px dashed #cec8d6;border-radius:7px;place-items:center;font-size:8px;display:grid}html[data-theme=dark] .configurator-12vhpwr{border-color:#343b48}html[data-theme=dark] .configurator-image-managed{background:#171b22;border-color:#484054}html[data-theme=dark] .configurator-image-cell span{border-color:#46505e}.configurator-chipsets{border:1px solid var(--line);border-radius:9px;grid-column:span 2;align-items:center;gap:9px;min-height:58px;margin:0;padding:9px 12px;display:flex}.configurator-chipsets legend{color:var(--muted);padding:0 5px;font-size:11px;font-weight:700}.configurator-chipsets label{color:var(--ink);cursor:pointer;background:#f4f1f8;border-radius:7px;align-items:center;gap:5px;padding:6px 10px;display:flex}.configurator-chipsets input{width:auto;margin:0}.configurator-table-cpu{min-width:1650px}.configurator-table-cpu td:first-child{width:82px}.configurator-table-cpu td:nth-child(2){width:245px}.configurator-table-cpu td:nth-child(3),.configurator-table-cpu td:nth-child(4){width:170px}.configurator-table-cpu td:nth-child(5){width:160px}.configurator-table-cpu td:nth-child(6),.configurator-table-cpu td:nth-child(7),.configurator-table-cpu td:nth-child(8),.configurator-table-cpu td:nth-child(9){width:90px}.configurator-table-cpu td:nth-child(10){width:115px}.configurator-table-cpu td:nth-child(11){width:120px}.configurator-table-cpu td:last-child{width:150px}html[data-theme=dark] .configurator-chipsets{border-color:#343b48}html[data-theme=dark] .configurator-chipsets label{color:var(--ink);background:#242a34}@media (max-width:720px){.configurator-chipsets{flex-wrap:wrap;grid-column:auto}}.configurator-table-cooler{min-width:1450px}.configurator-table-cooler td:first-child{width:82px}.configurator-table-cooler td:nth-child(2){width:260px}.configurator-table-cooler td:nth-child(3),.configurator-table-cooler td:nth-child(4){width:170px}.configurator-table-cooler td:nth-child(5){width:150px}.configurator-table-cooler td:nth-child(6){width:100px}.configurator-table-cooler td:nth-child(7),.configurator-table-cooler td:nth-child(8),.configurator-table-cooler td:nth-child(9){width:105px}.configurator-table-cooler td:nth-child(10){width:120px}.configurator-table-cooler td:last-child{width:150px}.configurator-table-motherboard{min-width:1450px}.configurator-table-motherboard td:first-child{width:82px}.configurator-table-motherboard td:nth-child(2){width:260px}.configurator-table-motherboard td:nth-child(3),.configurator-table-motherboard td:nth-child(4){width:170px}.configurator-table-motherboard td:nth-child(5){width:150px}.configurator-table-motherboard td:nth-child(6),.configurator-table-motherboard td:nth-child(7),.configurator-table-motherboard td:nth-child(8),.configurator-table-motherboard td:nth-child(9){width:105px}.configurator-table-motherboard td:nth-child(10){width:120px}.configurator-table-motherboard td:last-child{width:150px}.configurator-table-psu{min-width:1200px}.configurator-table-psu td:first-child{width:82px}.configurator-table-psu td:nth-child(2){width:270px}.configurator-table-psu td:nth-child(3),.configurator-table-psu td:nth-child(4),.configurator-table-psu td:nth-child(5){width:170px}.configurator-table-psu td:nth-child(6),.configurator-table-psu td:nth-child(7){width:110px}.configurator-table-psu td:nth-child(8){width:120px}.configurator-table-psu td:last-child{width:150px}.configurator-table-ram{min-width:1450px}.configurator-table-ram td:first-child{width:82px}.configurator-table-ram td:nth-child(2){width:260px}.configurator-table-ram td:nth-child(3),.configurator-table-ram td:nth-child(4){width:170px}.configurator-table-ram td:nth-child(5){width:150px}.configurator-table-ram td:nth-child(6){width:90px}.configurator-table-ram td:nth-child(7){width:125px}.configurator-table-ram td:nth-child(8),.configurator-table-ram td:nth-child(9){width:105px}.configurator-table-ram td:nth-child(10){width:120px}.configurator-table-ram td:last-child{width:150px}.configurator-table-storage{min-width:1500px}.configurator-table-storage td:first-child{width:82px}.configurator-table-storage td:nth-child(2){width:260px}.configurator-table-storage td:nth-child(3),.configurator-table-storage td:nth-child(4){width:170px}.configurator-table-storage td:nth-child(5){width:150px}.configurator-table-storage td:nth-child(6),.configurator-table-storage td:nth-child(7){width:110px}.configurator-table-storage td:nth-child(8),.configurator-table-storage td:nth-child(9){width:135px}.configurator-table-storage td:nth-child(10){width:120px}.configurator-table-storage td:last-child{width:150px}.configurator-fan-series{border:1px solid var(--line);border-radius:9px;flex-wrap:wrap;grid-column:1/-1;gap:8px;min-height:70px;margin:0;padding:10px 12px;display:flex}.configurator-fan-series legend{color:var(--muted);padding:0 5px;font-size:11px;font-weight:700}.configurator-fan-series label{color:var(--ink);cursor:pointer;background:#f4f1f8;border-radius:7px;align-items:center;gap:5px;padding:7px 10px;display:flex}.configurator-fan-series input{width:auto;margin:0}.configurator-fan-series>span{align-self:center;font-size:11px}.configurator-table-fan{min-width:1150px}.configurator-table-fan td:first-child{width:82px}.configurator-table-fan td:nth-child(2){width:280px}.configurator-table-fan td:nth-child(3){width:170px}.configurator-table-fan td:nth-child(4),.configurator-table-fan td:nth-child(5){width:110px}.configurator-table-fan td:nth-child(6){width:220px}.configurator-table-fan td:nth-child(7){width:120px}.configurator-table-fan td:last-child{width:150px}html[data-theme=dark] .configurator-fan-series{border-color:#343b48}html[data-theme=dark] .configurator-fan-series label{color:var(--ink);background:#242a34}.configurator-table-simple{min-width:1080px}.configurator-table-simple th.configurator-select-cell,.configurator-table-simple td.configurator-select-cell{box-sizing:border-box;text-align:center;min-width:42px;max-width:42px;padding-right:4px;width:42px!important}.configurator-select-cell input{width:16px;height:16px;accent-color:var(--purple);cursor:pointer}.configurator-table-simple th:nth-child(2),.configurator-table-simple td:nth-child(2){width:90px}.configurator-table-simple th:nth-child(3),.configurator-table-simple td:nth-child(3){width:auto}.configurator-table-simple th:nth-child(4),.configurator-table-simple td:nth-child(4){width:180px}.configurator-table-simple th:nth-child(5),.configurator-table-simple td:nth-child(5){width:230px}.configurator-table-simple th:last-child,.configurator-table-simple td:last-child{width:190px}.configurator-table-simple time{font-weight:700}.configurator-row-actions{justify-content:flex-end;align-items:center;gap:8px;min-height:32px;display:flex;position:relative}.configurator-row-actions>div{white-space:nowrap;grid-template-columns:68px 78px;gap:6px;width:152px;display:grid}.configurator-row-actions>div .button{width:100%;min-height:32px;padding:7px 8px;font-size:11px;font-weight:400}.configurator-row-actions>small.save-success,.configurator-row-actions>small.error{z-index:2;white-space:nowrap;pointer-events:none;min-height:0;font-size:9px;line-height:1;position:absolute;top:calc(100% + 2px);right:0;box-shadow:none!important;background:0 0!important;border:0!important;margin:0!important;padding:0!important}.configurator-toolbar-actions{align-items:center;gap:8px;display:flex}.configurator-sync-message{border:1px solid var(--line);background:var(--soft);border-radius:8px;margin:0;padding:9px 12px;font-size:11px;font-weight:700}.configurator-age-label{color:#147344;white-space:nowrap;background:#e8f7ef;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:800;display:inline-flex}.configurator-age-label.stale,.configurator-group summary>b.has-alerts{color:#bd2449;background:#fff0f3}.configurator-alert-settings{grid-template-columns:repeat(5,minmax(110px,1fr));gap:10px;margin-top:16px;display:grid}.configurator-alert-settings label{border:1px solid var(--line);background:var(--soft);border-radius:10px;padding:10px}.configurator-alert-settings label>span{font-size:11px}.configurator-alert-settings label>div{position:relative}.configurator-alert-settings input{background:#fff;height:38px;padding-right:38px;font-weight:800}.configurator-alert-settings label>div>span{color:var(--muted);pointer-events:none;font-size:10px;font-weight:700;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.configurator-product-name{align-items:center;gap:9px;min-width:0;display:flex}.configurator-product-name strong{min-width:0}.configurator-sync-dot{background:#a7a2ac;border-radius:50%;flex:0 0 9px;width:9px;height:9px;position:relative}.configurator-sync-dot.synced,.configurator-sync-dot.syncing{background:var(--purple);animation:1.8s ease-out infinite configurator-sync-pulse;box-shadow:0 0 #6d35d766}.configurator-sync-dot.syncing{animation-duration:.8s}.configurator-sync-dot.pending{background:#e59618;box-shadow:0 0 0 3px #e5961820}.configurator-sync-dot.local{background:#aaa5af}.configurator-sync-dot:focus-visible{outline:2px solid var(--purple);outline-offset:3px}@keyframes configurator-sync-pulse{0%{box-shadow:0 0 #6d35d766}70%{box-shadow:0 0 0 7px #6d35d700}to{box-shadow:0 0 #6d35d700}}html[data-motion=reduced] .configurator-sync-dot{animation:none}.configurator-row-actions .configurator-save-button{color:#6432c5;background:#f8f5ff;border:1px solid #cfc4ea}.configurator-row-actions .configurator-save-button:hover:not(:disabled){background:#eee8ff;border-color:#9e82dc}.configurator-row-actions .configurator-confirm-button{color:#087d70;background:#effbf9;border:1px solid #8edfd3}.configurator-row-actions .configurator-confirm-button:hover:not(:disabled){background:#dcf7f3;border-color:#32b9a8}.configurator-row-actions .configurator-save-button:disabled,.configurator-row-actions .configurator-confirm-button:disabled{cursor:default;opacity:.52}html[data-theme=dark] .configurator-row-actions .configurator-save-button{color:#cdb8f5;background:#292139;border-color:#654b8d}html[data-theme=dark] .configurator-row-actions .configurator-save-button:hover:not(:disabled){background:#382b50;border-color:#8061b4}html[data-theme=dark] .configurator-row-actions .configurator-confirm-button{color:#74dfcf;background:#16352f;border-color:#26796e}html[data-theme=dark] .configurator-row-actions .configurator-confirm-button:hover:not(:disabled){background:#1b463e;border-color:#39a99a}.configurator-table tr[id]{scroll-margin-top:90px}.configurator-table tr.configurator-focus-glow{z-index:1;animation:1.8s ease-out configurator-focus-glow;position:relative}.configurator-table tr.configurator-focus-glow td{animation:1.8s ease-out configurator-focus-row}@keyframes configurator-focus-glow{0%{filter:drop-shadow(0 0 5px #7c3aed52)}to{filter:drop-shadow(0 0 #7c3aed00)}}@keyframes configurator-focus-row{0%,25%{background:#f4f0fc;box-shadow:inset 0 1px #d8caef,inset 0 -1px #d8caef}to{box-shadow:none;background:0 0}}html[data-theme=dark] .configurator-table tr.configurator-focus-glow{animation-name:configurator-focus-glow-dark}@keyframes configurator-focus-glow-dark{0%{filter:drop-shadow(0 0 6px #a98be666)}to{filter:drop-shadow(0 0 #a98be600)}}html[data-theme=dark] .configurator-table tr.configurator-focus-glow td{animation-name:configurator-focus-row-dark}@keyframes configurator-focus-row-dark{0%,25%{background:#302740;box-shadow:inset 0 1px #675187,inset 0 -1px #675187}to{box-shadow:none;background:0 0}}html[data-motion=reduced] .configurator-table tr.configurator-focus-glow{animation:none}html[data-motion=reduced] .configurator-table tr.configurator-focus-glow td{background:#f4f0fc;animation:none}html[data-theme=dark][data-motion=reduced] .configurator-table tr.configurator-focus-glow td{background:#302740}.notification-bell{z-index:48;position:fixed;top:24px;right:28px}.notification-bell>button{border:1px solid var(--line);color:#5d5667;cursor:pointer;background:#fff;border-radius:12px;place-items:center;width:42px;height:42px;padding:0;display:grid;position:relative;box-shadow:0 4px 14px #2c203d16}.notification-bell>button:hover,.notification-bell>button[aria-expanded=true]{color:var(--purple);background:#faf7ff;border-color:#c8b5e8}.notification-bell>button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:21px;height:21px}.notification-bell>button>span{border:2px solid var(--soft);color:#fff;background:#dc264f;border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 4px;font-size:9px;font-weight:900;display:grid;position:absolute;top:-5px;right:-5px}.notification-menu{border:1px solid var(--line);background:#fff;border-radius:14px;width:min(390px,100vw - 32px);position:absolute;top:calc(100% + 9px);right:0;overflow:hidden;box-shadow:0 20px 60px #20162f30}.notification-menu header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.notification-menu header>div{gap:3px;display:grid}.notification-menu header strong{font-size:14px}.notification-menu header small{color:var(--muted);font-size:10px}.notification-menu header>b{color:#bd2449;background:#fff0f3;border-radius:999px;place-items:center;min-width:24px;height:24px;padding:0 6px;font-size:10px;display:grid}.notification-list{max-height:min(480px,70vh);overflow:auto}.notification-list a{color:var(--ink);grid-template-columns:56px minmax(0,1fr);align-items:center;gap:10px;padding:12px 16px;text-decoration:none;display:grid}.notification-list a+a{border-top:1px solid var(--line)}.notification-list a:hover{background:#faf7ff}.notification-list a>span{color:#6935c7;background:#eee8fa;border-radius:7px;place-items:center;height:27px;font-size:9px;font-weight:900;display:grid}.notification-list a>div{gap:4px;min-width:0;display:grid}.notification-list a strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.notification-list a small{color:#bd2449;font-size:9px;line-height:1.35}.notification-empty{text-align:center;gap:5px;padding:28px 18px;display:grid}.notification-empty strong{font-size:13px}.notification-empty small{color:var(--muted);font-size:10px}html[data-theme=dark] .configurator-age-label{color:#66e5bd;background:#123b31}html[data-theme=dark] .configurator-age-label.stale,html[data-theme=dark] .configurator-group summary>b.has-alerts{color:#ff9db3;background:#431d28}html[data-theme=dark] .configurator-alert-settings label{background:#171b22;border-color:#343b48}html[data-theme=dark] .configurator-alert-settings input{background:#20252e}html[data-theme=dark] .notification-bell>button,html[data-theme=dark] .notification-menu{color:var(--ink);background:#191d25;border-color:#343b48}html[data-theme=dark] .notification-bell>button:hover,html[data-theme=dark] .notification-bell>button[aria-expanded=true],html[data-theme=dark] .notification-list a:hover{background:#24202c}html[data-theme=dark] .notification-menu header,html[data-theme=dark] .notification-list a+a{border-color:#303641}html[data-theme=dark] .notification-list a>span{color:#d3bfff;background:#382b50}@media (max-width:900px){.configurator-alert-settings{grid-template-columns:repeat(3,minmax(100px,1fr))}}@media (max-width:720px){.notification-bell{top:14px;right:14px}.configurator-alert-settings{grid-template-columns:repeat(2,minmax(100px,1fr))}}.notification-bell-inline{z-index:12;flex:none;position:relative;top:auto;right:auto}.notification-bell-inline .notification-menu{right:0}.dashboard-page-actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}@media (max-width:720px){.notification-bell:not(.notification-bell-inline){top:14px;right:14px}.dashboard-page-actions{justify-content:flex-start;width:100%}.configurator-alert-settings{grid-template-columns:repeat(2,minmax(100px,1fr))}}.totp-settings{justify-self:start;gap:20px;width:min(680px,100%);display:grid}.totp-settings>.button{width:max-content}.totp-settings .settings-section-heading{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:14px;margin:0;display:grid}.totp-settings .settings-section-heading p{line-height:1.5}.totp-status{color:var(--muted);background:#f2eef5;border-radius:999px;align-self:start;padding:5px 9px;font-size:10px;font-weight:800;line-height:1.2}.totp-status.enabled{color:#087d5d;background:#e7f8f1}.totp-setup-flow{grid-template-columns:240px minmax(240px,1fr);align-items:start;gap:22px;display:grid}.totp-setup-flow>img{border:1px solid var(--line);border-radius:12px;width:240px;height:240px}.totp-setup-flow>div{gap:10px;display:grid}.totp-setup-flow p{margin:0}.totp-setup-flow details code{background:var(--soft);letter-spacing:1px;word-break:break-all;border-radius:7px;margin-top:8px;padding:9px;font-size:13px;display:block}.totp-setup-flow label,.totp-disable label{color:var(--muted);gap:6px;font-size:11px;font-weight:700;display:grid}.totp-code-input{font-variant-numeric:tabular-nums;letter-spacing:5px;max-width:190px;font-size:20px!important}.login-form-totp{justify-items:center}.totp-code-control{width:246px;height:52px;position:relative}.totp-code-control>input{z-index:2;opacity:.01;cursor:text;width:100%;height:100%;margin:0;position:absolute;inset:0}.totp-code-digits{grid-template-columns:repeat(6,1fr);gap:9px;display:grid;position:absolute;inset:0}.totp-code-digits span{height:48px;color:var(--ink);font-variant-numeric:tabular-nums;border-bottom:2px solid #8d8498;place-items:center;font-size:24px;font-weight:800;display:grid}.totp-code-control:focus-within .totp-code-digits span.active{border-color:var(--purple);box-shadow:0 3px 0 -1px var(--purple)}.totp-actions,.totp-disable{align-items:end;gap:8px;display:flex}.totp-disable .button{min-height:38px}.login-back-button{color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;font-size:12px;font-weight:700}.login-back-button:hover{color:var(--purple)}html[data-theme=dark] .totp-status{background:#242a34}html[data-theme=dark] .totp-status.enabled{color:#66e5bd;background:#123b31}html[data-theme=dark] .totp-code-digits span{border-color:#66707f}@media (max-width:650px){.totp-settings>.button{width:100%}.totp-setup-flow{grid-template-columns:1fr}.totp-setup-flow>img{width:min(240px,100%);height:auto}.totp-disable{flex-direction:column;align-items:stretch}}
