:root{--primary-bg:#f8f9fa;--secondary-bg:#fff;--border-color:#dee2e6;--text-color:#212529;--subtle-text-color:#6c757d;--accent-color:#007bff;--accent-hover-color:#0056b3;--success-color:#28a745;--error-color:#dc3545;--danger-color:#dc3545;--danger-hover-color:#c82333;--total-color:#ffc107;--count-kleinLeicht-color:#8a2be2;--count-mittel-color:#20c997;--count-grossSchwer-color:#ff9f40;--count-sperrgut-color:#e91e63;--count-palette-color:#6c757d;--porto-color:#17a2b8;--rechnung-header-bg:#2c3e50;--rechnung-header-text:#fff;--rechnung-bg:#fdfdff;--font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--shadow-sm:0 1px 3px #0000000d;--shadow-md:0 4px 6px #0000001a;--border-radius:8px}*,:before,:after{box-sizing:border-box}body{font-family:var(--font-family);background-color:var(--primary-bg);color:var(--text-color);justify-content:center;align-items:flex-start;min-height:100vh;margin:0;padding:2rem;display:flex}#root{width:100%;max-width:1400px}main{background-color:var(--secondary-bg);border-radius:var(--border-radius);box-shadow:var(--shadow-md);padding:2rem}header{text-align:center;margin-bottom:2rem}h1{color:var(--rechnung-header-bg);margin-bottom:.5rem;font-size:2.5rem}h2{color:var(--text-color);border-bottom:2px solid var(--border-color);margin-top:2rem;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.75rem}h3{color:var(--rechnung-header-bg);margin-bottom:1rem;font-size:1.25rem}h4{margin-top:0;margin-bottom:.5rem;font-size:1.1rem}p.subtitle{color:var(--subtle-text-color);margin-top:0;font-size:1.1rem}.tab-navigation{border-bottom:2px solid var(--border-color);margin-bottom:2rem;display:flex}.tab-button{cursor:pointer;color:var(--subtle-text-color);background:0 0;border:none;padding:1rem 1.5rem;font-size:1rem;font-weight:500;transition:color .2s ease-in-out;position:relative}.tab-button:hover,.tab-button.active{color:var(--accent-color)}.tab-button.active:after{content:"";background-color:var(--accent-color);height:2px;position:absolute;bottom:-2px;left:0;right:0}.tab-content{padding-top:1rem}.form-input,.form-select,.price-input,.surcharge-input,.surcharge-select,.surcharge-rate-input,.customer-search-input,select,input[type=text],input[type=number],input[type=email],input[type=date]{border:1px solid var(--border-color);width:100%;font-size:1rem;font-family:var(--font-family);background-color:#fff;border-radius:4px;padding:.75rem;transition:border-color .2s,box-shadow .2s}.form-input:focus,.form-select:focus,.price-input:focus,.surcharge-input:focus,.surcharge-select:focus,.surcharge-rate-input:focus,.customer-search-input:focus,select:focus,input[type=text]:focus,input[type=number]:focus,input[type=email]:focus,input[type=date]:focus{border-color:var(--accent-color);outline:none;box-shadow:0 0 0 3px #007bff40}.form-checkbox{cursor:pointer;width:1.25rem;height:1.25rem;margin-right:.5rem}.form-group-horizontal{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.form-group-horizontal label{font-weight:500}.download-button,.add-customer-button,.upload-db-button,.download-db-button,.add-service-button,.modal-button-primary,.modal-button-secondary{cursor:pointer;border:1px solid #0000;border-radius:4px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s ease-in-out}.download-button:disabled,.add-customer-button:disabled,.upload-db-button:disabled,.download-db-button:disabled,.add-service-button:disabled{color:var(--subtle-text-color);cursor:not-allowed;border-color:var(--border-color);background-color:#e9ecef}.download-button.pdf,.add-customer-button{background-color:var(--success-color);color:#fff}.download-button.pdf:hover,.add-customer-button:hover{background-color:#218838}.download-button.csv,.download-db-button{background-color:var(--accent-color);color:#fff}.download-button.csv:hover,.download-db-button:hover{background-color:var(--accent-hover-color)}.upload-db-button{background-color:var(--porto-color);color:#fff}.upload-db-button:hover{background-color:#138496}.upload-grid,.config-upload-grid,.customer-controls,.surcharges-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.file-uploader{border:1px solid var(--border-color);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);background-color:#fff;flex-direction:column;padding:1.5rem;transition:box-shadow .2s;display:flex}.file-uploader:hover{box-shadow:var(--shadow-md)}.uploader-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.uploader-header h2{border:none;margin:0;padding:0;font-size:1.25rem}.file-input{display:none}.file-input-label{background-color:var(--accent-color);color:#fff;cursor:pointer;text-align:center;border-radius:4px;padding:.75rem 1.5rem;transition:background-color .2s;display:inline-block}.file-input-label:hover{background-color:var(--accent-hover-color)}.file-input-label.disabled{color:var(--subtle-text-color);cursor:not-allowed;background-color:#e9ecef}.file-name{color:var(--subtle-text-color);word-break:break-all;margin-top:1rem;margin-bottom:0;font-size:.9rem;font-style:italic}.file-name.selected{color:var(--text-color);font-style:normal;font-weight:500}.upload-date{color:var(--subtle-text-color);text-align:right;margin-top:.5rem;font-size:.8rem}.file-source-selector-container{border:1px solid var(--border-color);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);background-color:#fff;margin-bottom:2rem;padding:1.5rem}.file-source-selector{flex-wrap:wrap;align-items:center;gap:2rem;display:flex}.file-source-selector h3{margin:0;font-size:1.25rem}.file-source-selector .form-group-horizontal{margin-bottom:0}.uploader-hint{color:var(--subtle-text-color);border-top:1px solid var(--border-color);margin-top:1rem;padding-top:1rem;font-size:.85rem;line-height:1.4}.progress-indicator{text-align:center;margin-top:1rem}.progress-bar-container{background-color:#e9ecef;border-radius:4px;width:100%;margin-top:.5rem;overflow:hidden}.progress-bar{background-color:var(--accent-color);width:0%;height:10px;transition:width .3s ease-in-out}.calculation-error{color:#721c24;background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;margin-top:1rem;padding:1rem}.calculation-error p{margin:0}.calculation-result,.deducted-volume,.total-volume,.count-result,.porto-result-item{background:var(--primary-bg);border:1px solid var(--border-color);border-radius:4px;margin-top:1rem;padding:1rem}.result-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.result-header p{margin:0;font-weight:500}.calculation-result span,.deducted-volume span,.total-volume span,.count-result span{color:var(--text-color);font-size:1.5rem;font-weight:700}.total-volume{background-color:#fff3cd;border-color:#ffeeba}.total-volume span{color:#856404}.details-button{border:1px solid var(--border-color);color:var(--subtle-text-color);cursor:pointer;background:0 0;border-radius:4px;padding:.25rem .5rem;font-size:.8rem}.details-button:hover{color:var(--text-color);background-color:#e9ecef}.details-log{max-height:400px;color:var(--subtle-text-color);white-space:pre-wrap;word-break:break-word;background-color:#fff;border:1px solid #e9ecef;border-radius:4px;margin-top:1rem;padding:.75rem;font-size:.85rem;overflow-y:auto}.details-log strong{color:var(--text-color);margin-bottom:.5rem;display:block}.details-log table{text-align:left;border-collapse:collapse;width:100%;margin-top:.5rem;font-size:.8rem}.details-log th,.details-log td{vertical-align:top;word-break:break-word;border:1px solid #e9ecef;padding:4px 6px}.details-log th{background-color:#f8f9fa;font-weight:700}.grouping-toggle{background-color:#e9ecef;border-radius:4px;align-items:center;gap:.5rem;margin-top:1rem;padding:.5rem;display:flex}.date-range{color:var(--subtle-text-color);text-align:center;margin-top:1rem;margin-bottom:0;font-size:.9rem;font-weight:500}.details-log-cards{background-color:#fff;border:1px solid #e9ecef;border-radius:4px;flex-direction:column;gap:1rem;max-height:400px;margin-top:1rem;padding:.5rem;display:flex;overflow-y:auto}.order-details-group{border:1px solid var(--border-color);border-radius:var(--border-radius);background-color:var(--primary-bg);padding:1rem}.order-details-group h4{color:var(--rechnung-header-bg);border-bottom:1px solid var(--border-color);margin-top:0;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.1rem}.details-card{border:1px solid var(--border-color);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);background-color:#fff;overflow:hidden}.details-card+.details-card{margin-top:1rem}.card-header{color:var(--text-color);border-bottom:1px solid var(--border-color);background-color:#e9ecef;padding:.75rem 1rem;font-weight:500}.card-header.main-pick{background-color:#cfe2ff}.card-header.zusatz-pick{background-color:#e2e3e5}.card-body{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;padding:1rem;font-size:.9rem;display:grid}.card-body span{color:var(--subtle-text-color);display:block}.card-body span strong{color:var(--text-color);min-width:80px;display:inline-block}.card-footer{border-top:1px solid var(--border-color);color:#495057;background-color:#f8f9fa;padding:.75rem 1rem;font-size:.85rem;font-style:italic}.group-reason strong{font-style:normal}.count-result-klein-leicht,.count-result-kleinleicht-zusatzpick{border-left:5px solid var(--count-kleinLeicht-color)}.count-result-mittel,.count-result-mittel-zusatzpick{border-left:5px solid var(--count-mittel-color)}.count-result-gross-schwer,.count-result-gross-schwer-zusatzpick{border-left:5px solid var(--count-grossSchwer-color)}.count-result-sperrgut,.count-result-sperrgut-zusatzpick{border-left:5px solid var(--count-sperrgut-color)}.count-result-palette,.count-result-palette-zusatzpick{border-left:5px solid var(--count-palette-color)}.count-result-porto,.porto-result-item{border-left:5px solid var(--porto-color)}.porto-count-badge{background-color:var(--porto-color);color:#fff;border-radius:12px;margin-right:.5rem;padding:.25rem .6rem;font-size:.9rem}.lagern-control-container{background-color:#e9ecef;border-radius:4px;margin-top:1rem;padding:1rem}.surcharge-type-selector{gap:1.5rem;margin-bottom:1rem;display:flex}.surcharge-container{align-items:center;gap:1rem;display:flex}.surcharge-controls{flex-grow:1;gap:.5rem;display:flex}.surcharge-select{flex-grow:1;width:auto}.surcharge-input{width:80px}.absolute-surcharge-container{align-items:center;gap:1rem;display:flex}.download-section{border-top:2px solid var(--border-color);text-align:center;margin-top:3rem;padding:2rem}.details-checkbox-container{justify-content:center;align-items:center;margin:1rem 0;display:flex}.details-checkbox{width:1.15em;height:1.15em;margin-right:.5em}.download-buttons-container{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.rechnung-section{padding-top:1rem}.invoice-controls{background-color:var(--primary-bg);border-radius:var(--border-radius);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));align-items:end;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;display:grid}.date-range-picker{align-items:center;gap:.5rem;display:flex}.date-range-picker input{flex-grow:1}.invoice-controls .form-group label{margin-bottom:.5rem;font-weight:500;display:block}.invoice-table-container{border:1px solid var(--border-color);border-radius:var(--border-radius);overflow-x:auto}.rechnung-table{border-collapse:collapse;width:100%;font-size:.95rem}.rechnung-table th,.rechnung-table td{border-bottom:1px solid var(--border-color);text-align:left;vertical-align:middle;padding:.75rem}.rechnung-table th{background-color:var(--rechnung-header-bg);color:var(--rechnung-header-text);font-weight:500}.rechnung-table .rechnung-subheader td{color:#495057;border-top:2px solid var(--border-color);border-bottom:2px solid var(--border-color);background-color:#e9ecef;font-weight:700}.rechnung-table .form-input{background-color:#0000;border:1px solid #0000;border-radius:4px;width:100%;padding:.5rem}.rechnung-table .form-input:focus{border-color:var(--accent-color);box-shadow:none;background-color:#fff}.rechnung-table td:nth-child(2),.rechnung-table td:nth-child(3),.rechnung-table td:nth-child(4),.rechnung-table th:nth-child(2),.rechnung-table th:nth-child(3),.rechnung-table th:nth-child(4){text-align:right}.rechnung-table td:nth-child(2) .form-input,.rechnung-table td:nth-child(3) .form-input{text-align:right;max-width:150px;display:inline-block}.rechnung-table td:last-child{text-align:center}.line-total{font-weight:500}.invoice-actions{align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.add-item-button{background-color:var(--accent-color);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.5rem 1rem;font-weight:500}.add-item-button:hover{background-color:var(--accent-hover-color)}.sonstige-select{max-width:300px}.delete-item-button{color:var(--danger-color);cursor:pointer;opacity:.6;background:0 0;border:none;padding:0;font-size:1.5rem;font-weight:700;line-height:1;transition:opacity .2s}.delete-item-button:hover{opacity:1}.invoice-summary{justify-content:flex-end;margin-top:2rem;display:flex}.totals-table{width:100%;max-width:450px}.total-row{justify-content:space-between;padding:.6rem 0;font-size:1rem;display:flex}.total-row .label{color:var(--subtle-text-color)}.total-row .value{font-weight:500}.total-row.net-total{border-top:2px solid var(--border-color);margin-top:.5rem;padding-top:.75rem;font-weight:700}.total-row.grand-total{background-color:var(--rechnung-header-bg);color:var(--rechnung-header-text);border-radius:4px;margin-top:.5rem;padding:.75rem;font-size:1.25rem;font-weight:700}.download-invoice-container{text-align:right;margin-top:2rem}.download-invoice-button{cursor:pointer;background-color:var(--success-color);color:#fff;border:1px solid #0000;border-radius:4px;padding:.75rem 1.5rem;font-size:1.1rem;font-weight:500;transition:all .2s ease-in-out}.download-invoice-button:hover{background-color:#218838}.download-invoice-button:disabled{color:var(--subtle-text-color);cursor:not-allowed;border-color:var(--border-color);background-color:#e9ecef}.customer-section{padding-top:1rem}.customer-controls{align-items:center;margin-bottom:1.5rem}.customer-search-input{flex-grow:1;width:auto}.customer-table-container{border:1px solid var(--border-color);border-radius:var(--border-radius);overflow-x:auto}.customer-table{border-collapse:collapse;width:100%}.customer-table th,.customer-table td{border-bottom:1px solid var(--border-color);text-align:left;padding:.75rem 1rem}.customer-table th{background-color:#e9ecef;font-weight:500}.customer-table tbody tr:last-child td{border-bottom:none}.customer-table tbody tr:hover{background-color:var(--primary-bg)}.customer-table .actions{text-align:right;white-space:nowrap}.customer-table tbody tr.contract-expired td{color:var(--subtle-text-color);text-decoration:line-through}.action-button{cursor:pointer;background:0 0;border:none;border-radius:50%;padding:.5rem;transition:background-color .2s;display:inline-flex}.action-button svg{width:24px;height:24px;fill:var(--subtle-text-color);transition:fill .2s}.action-button:hover{background-color:#e9ecef}.action-button.edit:hover svg{fill:var(--accent-color)}.action-button.delete:hover svg{fill:var(--danger-color)}.action-button.docs:hover svg{fill:var(--success-color)}.action-button.archive:hover svg{fill:var(--porto-color)}.action-button.logic:hover svg{fill:var(--count-kleinLeicht-color)}.no-results-message{text-align:center;color:var(--subtle-text-color);background-color:var(--primary-bg);border-radius:var(--border-radius);padding:2rem}.modal-overlay{z-index:1000;background-color:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.confirmation-modal-overlay{z-index:1300}.modal-content{background-color:var(--secondary-bg);border-radius:var(--border-radius);flex-direction:column;width:800px;max-width:90vw;max-height:90vh;padding:2rem;display:flex;box-shadow:0 5px 15px #0000004d}.modal-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.modal-header h2{border:none;margin:0;padding:0;font-size:1.5rem}.modal-close-button{cursor:pointer;color:var(--subtle-text-color);background:0 0;border:none;font-size:2rem;font-weight:300;line-height:1}.modal-body{flex-grow:1;overflow-y:auto}.modal-form{flex-direction:column;flex-grow:1;min-height:0;display:flex}.modal-form fieldset{border:1px solid var(--border-color);border-radius:4px;margin-bottom:1.5rem;padding:1.5rem}.modal-form legend{padding:0 .5rem;font-weight:500}.form-group{margin-bottom:1rem}.form-group label{margin-bottom:.5rem;font-weight:500;display:block}.form-group.indented{margin-left:2rem}.form-error{color:var(--danger-color);background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;margin-top:1rem;padding:.75rem}.modal-footer{border-top:1px solid var(--border-color);justify-content:flex-end;gap:1rem;margin-top:1.5rem;padding-top:1rem;display:flex}.modal-button-primary{background-color:var(--accent-color);color:#fff}.modal-button-primary:hover{background-color:var(--accent-hover-color)}.modal-button-secondary{color:var(--text-color);border:1px solid var(--border-color);background-color:#fff}.modal-button-secondary:hover{background-color:#f8f9fa}.modal-button-primary.danger{background-color:var(--danger-color)}.modal-button-primary.danger:hover{background-color:var(--danger-hover-color)}.price-editor-modal{width:900px}.price-editor-overlay{z-index:1001}.price-editor-info{color:var(--subtle-text-color);text-align:center;margin-bottom:1.5rem;font-style:italic}.price-editor-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;display:grid}.price-group{border:1px solid var(--border-color);border-radius:4px;padding:1.5rem}.price-group legend{padding:0 .5rem;font-weight:500}.price-input-group{flex-direction:column;margin-bottom:1rem;display:flex}.price-input-group label{margin-bottom:.5rem}.price-inputs{align-items:center;gap:.5rem;display:flex}.custom-price-input{width:120px}.global-price-display{color:var(--subtle-text-color);font-size:.9rem}.modal-success-view{text-align:center;padding:2rem 0}.success-icon{stroke-width:2px;stroke:#fff;stroke-miterlimit:10;width:80px;height:80px;box-shadow:inset 0px 0px 0px var(--success-color);border-radius:50%;margin:0 auto 1.5rem;animation:.4s ease-in-out .4s forwards fill,.3s ease-in-out .9s both scale;display:block}.success-icon__circle{stroke-dasharray:166;stroke-dashoffset:166px;stroke-width:2px;stroke-miterlimit:10;stroke:var(--success-color);fill:none;animation:.6s cubic-bezier(.65,0,.45,1) forwards stroke}.success-icon__check{transform-origin:50%;stroke-dasharray:48;stroke-dashoffset:48px;animation:.3s cubic-bezier(.65,0,.45,1) .8s forwards stroke}@keyframes stroke{to{stroke-dashoffset:0}}@keyframes scale{0%,to{transform:none}50%{transform:scale(1.1)}}@keyframes fill{to{box-shadow:inset 0px 0px 0px 40px var(--success-color)}}.invoice-history-modal{width:900px}.invoice-history-table{border-collapse:collapse;width:100%}.invoice-history-table th,.invoice-history-table td{border:1px solid var(--border-color);text-align:left;padding:.75rem}.invoice-history-table th{background-color:#e9ecef}.pdf-preview-modal .modal-content,.csv-preview-modal .modal-content{width:95%;max-width:1200px}.divider{margin-top:3rem;margin-bottom:1.5rem}.divider h2{margin-top:0;margin-bottom:.25rem}.divider span{color:var(--subtle-text-color);font-size:1rem}.surcharges-manager,.issuer-manager{padding:1rem 0}.surcharge-month-card,.issuer-card{border:1px solid var(--border-color);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);background:#fff;padding:1.5rem}.surcharge-input-group{flex-direction:column;gap:.25rem;margin-bottom:1rem;display:flex}.surcharge-input-group label{color:var(--subtle-text-color);font-size:.9rem}.column-hint{color:var(--subtle-text-color);margin-top:0;margin-bottom:.5rem;font-size:.85rem;font-style:italic}.surcharges-actions{text-align:right;margin-top:1.5rem}.surcharges-actions .modal-button-primary.saved{background-color:var(--success-color)}.issuer-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;display:grid}.logo-preview{border:1px solid var(--border-color);border-radius:4px;max-width:200px;max-height:80px;margin-top:1rem;padding:.5rem}.reconciliation-uploader{align-items:center;gap:1rem;margin:1.5rem 0;display:flex}.reconciliation-results{margin-top:2rem}.result-category{margin-bottom:2.5rem}.result-category h3{align-items:center;gap:.75rem;display:flex}.status-icon{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.2rem;font-weight:700;display:inline-flex}.status-icon.paid{background-color:var(--success-color)}.status-icon.open{background-color:var(--danger-color)}.status-icon.unmatched{background-color:var(--total-color)}.status-paid-row{background-color:#d4edda}.status-open-row{background-color:#f8d7da}.status-unmatched-row{background-color:#fff3cd}.column-mapping-section{background-color:var(--primary-bg);border:1px solid var(--border-color);border-radius:var(--border-radius);margin:1.5rem 0;padding:1.5rem}.column-mapping-section h3{margin-top:0}.column-mapping-section p{color:var(--subtle-text-color);margin-bottom:1.5rem}.mapping-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:1.5rem;display:grid}.column-mapping-section button{cursor:pointer;background-color:var(--success-color);color:#fff;border:1px solid #0000;border-radius:4px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500}.column-mapping-section button:hover{background-color:#218838}.logic-editor-modal .modal-content{width:95%;max-width:1600px}.logic-editor-header{justify-content:space-between;align-items:center;gap:2rem;margin-bottom:1.5rem;display:flex}.logic-editor-copy-controls{align-items:center;gap:1rem;display:flex}details.logic-editor-area{border:1px solid var(--border-color);border-radius:var(--border-radius);margin-bottom:1.5rem;padding:0}summary.logic-editor-area-header{cursor:pointer;justify-content:space-between;align-items:center;padding:1.5rem;list-style:none;display:flex}summary.logic-editor-area-header::-webkit-details-marker{display:none}summary.logic-editor-area-header:hover{background-color:var(--primary-bg)}summary.logic-editor-area-header:after{content:"▶";font-size:.8em;transition:transform .2s;transform:rotate(0)}details[open]>summary.logic-editor-area-header:after{transform:rotate(90deg)}.logic-editor-area-content{padding:0 1.5rem 1.5rem}.logic-editor-area-header h3{border:none;margin:0;padding:0}.add-rule-button{background-color:var(--accent-color);color:#fff;cursor:pointer;border:none;border-radius:50%;width:36px;height:36px;font-size:24px;line-height:1;transition:background-color .2s}.add-rule-button:hover{background-color:var(--accent-hover-color)}.rule-list{flex-direction:column;gap:1.5rem;display:flex}.rule-box{background-color:var(--primary-bg);border-radius:var(--border-radius);border:1px solid var(--border-color);padding:1rem}.rule-box-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.rule-box-header input{background:0 0;border:none;padding:.25rem;font-size:1.1rem;font-weight:500}.rule-box-header input:focus{box-shadow:none;background:#fff}.rule-parts-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;display:grid}.rule-part{background-color:#fff;border:1px solid #e9ecef;border-radius:4px;padding:1rem}.rule-part h4{color:var(--subtle-text-color);text-transform:uppercase;letter-spacing:.5px;margin-top:0;margin-bottom:.75rem;font-size:1rem}.rule-part .form-group{margin-bottom:.75rem}.rule-part .form-group:last-child{margin-bottom:0}.rule-part .form-select,.rule-part .form-input{padding:.5rem;font-size:.9rem}.condition-row{grid-template-columns:1fr 80px 1fr auto;align-items:center;gap:.5rem;margin-bottom:.5rem;display:grid}.condition-row .form-input,.condition-row .form-select{width:auto}.condition-actions{gap:.5rem;margin-top:.75rem;display:flex}.processing-rules-area{border-radius:var(--border-radius);background-color:#e9ecef;margin-bottom:1.5rem;padding:1rem 1.5rem}.processing-rules-area h4{margin-bottom:1rem}.processing-rule-controls{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));align-items:center;gap:1rem;display:grid}.processing-rule-controls .form-group-horizontal,.processing-rule-controls .form-group{margin-bottom:0}.ean-list{flex-direction:column;gap:.5rem;margin-top:.5rem;display:flex}.ean-input-row{align-items:center;gap:.5rem;display:flex}.ean-action-button{background-color:var(--accent-color);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;width:24px;height:24px;font-size:16px;line-height:1}@media (width<=992px){body,main{padding:1rem}.upload-grid,.config-upload-grid,.customer-controls,.surcharges-grid,.price-editor-grid,.issuer-grid,.rechnung-header-controls{grid-template-columns:1fr}.customer-controls{flex-direction:column;align-items:stretch;gap:1rem}}@media (width<=768px){h1{font-size:2rem}h2{font-size:1.5rem}.tab-navigation{overflow-x:auto}.tab-button{white-space:nowrap;padding:.75rem 1rem}.modal-content{width:100%;max-width:100%;padding:1rem}.form-group-grid{grid-template-columns:1fr}}.auth-page{justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex}.auth-card{background:var(--secondary-bg);border-radius:var(--border-radius);width:100%;max-width:480px;box-shadow:var(--shadow-md);padding:2rem}.auth-switch{grid-template-columns:1fr 1fr;gap:.5rem;margin:1.5rem 0;display:grid}.auth-switch button{border:1px solid var(--border-color);cursor:pointer;background:#fff;border-radius:4px;padding:.75rem 1rem;font-weight:600}.auth-switch button.active{background:var(--accent-color);color:#fff;border-color:var(--accent-color)}.auth-form{gap:1rem;display:grid}.auth-form label{gap:.35rem;font-weight:600;display:grid}.auth-error,.auth-message{border-radius:4px;margin-bottom:1rem;padding:.85rem 1rem}.auth-error{color:#842029;background:#f8d7da;border:1px solid #f5c2c7}.auth-message{color:#0f5132;background:#d1e7dd;border:1px solid #badbcc}.auth-hint{color:var(--subtle-text-color);margin-top:1rem;font-size:.95rem}.user-bar{color:var(--subtle-text-color);justify-content:flex-end;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.admin-panel .admin-card{border:1px solid var(--border-color);border-radius:var(--border-radius);background:#fff;margin-bottom:1.5rem;padding:1.25rem}.password-form{grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) auto;align-items:center;gap:.75rem;display:grid}@media (width<=760px){.password-form{grid-template-columns:1fr}}.email-preview-modal{width:min(980px,96vw);max-width:980px}.email-preview-body{max-height:72vh}.mail-routing-card,.protocol-detail-grid{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:.75rem;margin-bottom:1rem;padding:1rem;display:grid}.mail-routing-card span,.protocol-detail-grid span{color:#64748b;margin-bottom:.2rem;font-size:.82rem;display:block}.mail-routing-card strong,.protocol-detail-grid strong{color:#1f2937;overflow-wrap:anywhere}.mail-form-grid{grid-template-columns:1fr;gap:1rem;display:grid}.mail-body-textarea,.protocol-mail-body{resize:vertical;width:100%;min-height:340px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;line-height:1.45}.mail-attachment-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-top:1rem;padding:1rem}.mail-attachment-box label{margin-bottom:.5rem;font-weight:700;display:block}.mail-attachment-box ul{margin:.25rem 0 0 1.25rem;padding:0}.page-header-row{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.section-subtitle{color:#64748b;max-width:980px;margin-top:.25rem}.protocol-filter-card,.dashboard-filter-card{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));align-items:end;gap:1rem;display:grid}.protocol-search{grid-column:span 2}.protocol-table th,.protocol-table td{vertical-align:top}.protocol-actions{white-space:nowrap;flex-wrap:wrap;gap:.4rem;display:flex}.danger-button{color:#991b1b;cursor:pointer;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;padding:.55rem .8rem;font-weight:600}.danger-button:hover{background:#fecaca}.protocol-detail-modal{width:min(980px,96vw);max-width:980px}.dashboard-page,.email-protocol-page{padding:1rem 0}.kpi-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:1.25rem 0;display:grid}.kpi-card{background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #e5e7eb;border-radius:16px;padding:1.2rem;box-shadow:0 8px 20px #0f172a0f}.kpi-card span{color:#64748b;margin-bottom:.4rem;font-weight:700;display:block}.kpi-card strong{color:#0f172a;font-size:clamp(1.45rem,2.4vw,2.1rem);display:block}.kpi-card small{color:#64748b;margin-top:.45rem;display:block}.kpi-card small.positive{color:#047857;font-weight:700}.kpi-card small.negative{color:#b91c1c;font-weight:700}.dashboard-grid.two-columns{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem;margin-bottom:1rem;display:grid}.dashboard-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;margin-bottom:1rem;padding:1.2rem;box-shadow:0 8px 20px #0f172a0f}.card-title-row{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.card-title-row h3{margin:0}.card-title-row span{color:#64748b;font-size:.9rem}.mini-bar-chart{flex-direction:column;gap:.65rem;display:flex}.mini-bar-row{grid-template-columns:minmax(110px,1.2fr) minmax(110px,2fr) minmax(95px,auto);align-items:center;gap:.75rem;display:grid}.mini-bar-label{color:#334155;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mini-bar-track{background:#e5e7eb;border-radius:999px;height:13px;overflow:hidden}.mini-bar-fill{background:linear-gradient(90deg,#2563eb,#22c55e);border-radius:999px;height:100%}.mini-bar-row strong{text-align:right;color:#111827}.trend-chart{align-items:end;gap:.7rem;min-height:185px;padding-top:1rem;display:flex;overflow-x:auto}.trend-column{color:#64748b;flex-direction:column;justify-content:flex-end;align-items:center;gap:.5rem;min-width:42px;font-size:.78rem;display:flex}.trend-bar{background:linear-gradient(#2563eb,#60a5fa);border-radius:9px 9px 3px 3px;width:26px;box-shadow:0 4px 12px #2563eb40}.analytics-table td:nth-child(2),.analytics-table td:nth-child(3),.analytics-table td:nth-child(4),.analytics-table td:nth-child(5){text-align:right}.no-results-message.compact{margin:0;padding:.75rem}@media (width>=900px){.mail-form-grid{grid-template-columns:1fr 1.2fr}}@media (width<=760px){.page-header-row{flex-direction:column}.protocol-search{grid-column:span 1}.mini-bar-row{grid-template-columns:1fr;gap:.25rem}.mini-bar-row strong{text-align:left}}.analysis-note,.print-summary-card{color:#334155;background:#f8fafc;border:1px solid #dbeafe;border-radius:12px;margin:.75rem 0 1rem;padding:.85rem 1rem;line-height:1.45}.print-summary-card{border-color:#e5e7eb;display:none}.mini-bar-row{grid-template-columns:minmax(180px,1.7fr) minmax(120px,2fr) minmax(105px,auto);align-items:start}.mini-bar-label{white-space:normal;text-overflow:clip;word-break:break-word;line-height:1.3;overflow:visible}.mini-bar-row strong{padding-top:.05rem}@media print{@page{size:A4 landscape;margin:12mm}body{color:#111827!important;background:#fff!important}header,.tab-navigation,.user-bar,.no-print{display:none!important}main{max-width:none!important;margin:0!important;padding:0!important}.tab-content,.dashboard-page{padding:0!important}.print-summary-card{break-inside:avoid;color:#111827!important;background:#fff!important;border:1px solid #d1d5db!important;display:block!important}.analysis-note{break-inside:avoid;background:#fff!important;border:1px solid #d1d5db!important}.kpi-grid,.dashboard-grid.two-columns,.dashboard-card,.kpi-card,.customer-table-container{break-inside:avoid;page-break-inside:avoid}.kpi-grid{grid-template-columns:repeat(5,1fr)!important;gap:.5rem!important}.kpi-card,.dashboard-card{box-shadow:none!important;border:1px solid #d1d5db!important;padding:.8rem!important}.kpi-card strong{font-size:1.25rem!important}.dashboard-grid.two-columns{grid-template-columns:1fr 1fr!important;gap:.6rem!important}.trend-chart{min-height:130px!important}.trend-bar,.mini-bar-fill{box-shadow:none!important}.mini-bar-row{grid-template-columns:minmax(160px,1.8fr) minmax(110px,2fr) minmax(90px,auto)!important}.customer-table th,.customer-table td{padding:.35rem!important;font-size:.82rem!important}}.analytics-professional-print{display:none}@media print{@page{size:A4 landscape;margin:7mm}html,body{-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#fff!important;width:283mm!important;height:196mm!important;margin:0!important;padding:0!important;overflow:hidden!important}body *{visibility:hidden!important}.analytics-professional-print,.analytics-professional-print *{visibility:visible!important}.analytics-screen-content,.no-print{display:none!important}#root,main,.tab-content,.dashboard-page,.analytics-print-area{width:283mm!important;max-width:283mm!important;height:196mm!important;max-height:196mm!important;box-shadow:none!important;background:#fff!important;border:0!important;margin:0!important;padding:0!important;overflow:hidden!important}.analytics-professional-print{box-sizing:border-box!important;color:#111827!important;page-break-after:avoid!important;page-break-inside:avoid!important;width:283mm!important;height:196mm!important;max-height:196mm!important;font-family:Arial,Helvetica,sans-serif!important;font-size:7.2pt!important;line-height:1.14!important;display:block!important;position:absolute!important;top:0!important;left:0!important;overflow:hidden!important}.print-report-header{border-bottom:1.4px solid #0f172a;grid-template-columns:1fr 42mm;align-items:start;gap:5mm;margin-bottom:2mm;padding-bottom:2mm;display:grid}.print-kicker{text-transform:uppercase;letter-spacing:.07em;font-weight:700;color:#2563eb!important;margin:0 0 .8mm!important;font-size:6.1pt!important}.print-report-header h1{color:#0f172a!important;margin:0 0 1mm!important;font-size:18pt!important;line-height:1!important}.print-report-header p{color:#334155!important;margin:0!important;font-size:7pt!important;line-height:1.15!important}.print-report-meta{text-align:right;border:1px solid #cbd5e1;border-radius:5px;padding:2mm;background:#f8fafc!important}.print-report-meta strong,.print-report-meta span,.print-report-meta small{display:block}.print-report-meta strong{text-transform:uppercase;letter-spacing:.05em;color:#64748b!important;font-size:6.1pt!important}.print-report-meta span{margin-top:.5mm;font-weight:700;color:#0f172a!important;font-size:6.8pt!important}.print-report-meta small{margin-top:.5mm;color:#475569!important;font-size:6.3pt!important}.print-kpi-row{grid-template-columns:repeat(5,1fr);gap:1.8mm;margin-bottom:2.2mm;display:grid}.print-kpi-row>div{box-sizing:border-box;border:1px solid #cbd5e1;border-radius:6px;min-height:14mm;padding:2mm;background:#f8fafc!important}.print-kpi-row span,.print-kpi-row small{font-weight:700;display:block;color:#64748b!important;font-size:6pt!important}.print-kpi-row strong{white-space:nowrap;margin-top:.6mm;display:block;color:#0f172a!important;font-size:11.5pt!important;line-height:1.05!important}.print-kpi-row small{margin-top:.4mm;font-weight:600}.print-report-grid{grid-template-columns:1.18fr 1fr 1.05fr;grid-auto-rows:46.5mm;gap:2mm;margin-bottom:2mm;display:grid}.print-panel{break-inside:avoid;page-break-inside:avoid;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:6px;padding:2mm;height:46.5mm!important;min-height:0!important;overflow:hidden!important}.print-panel-wide{grid-row:span 2;height:95mm!important}.print-panel-title{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:baseline;gap:2mm;margin-bottom:1.3mm;padding-bottom:1mm;display:flex}.print-panel-title h2{color:#0f172a!important;border:0!important;margin:0!important;padding:0!important;font-size:8.7pt!important;line-height:1.05!important}.print-panel-title span{white-space:nowrap;color:#64748b!important;font-size:6pt!important}.print-bar-list{gap:1.05mm;display:grid}.print-bar-row{grid-template-columns:minmax(0,1fr);gap:.55mm;display:grid}.print-bar-meta{justify-content:space-between;align-items:baseline;gap:2mm;display:flex}.print-bar-meta strong{overflow-wrap:anywhere;font-weight:700;color:#1f2937!important;font-size:6.9pt!important;line-height:1.12!important}.print-bar-meta span{white-space:nowrap;font-weight:700;color:#0f172a!important;font-size:6.8pt!important}.print-bar-track{border:1px solid #d1d5db;border-radius:999px;height:2mm;overflow:hidden;background:#f3f4f6!important}.print-bar-fill{border-radius:999px;height:100%;background:linear-gradient(90deg,#1d4ed8,#22c55e)!important}.print-trend-chart{align-items:end;gap:1.6mm;height:82mm;padding:1mm .5mm 0;display:flex;overflow:hidden}.print-trend-item{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:1mm;min-width:0;display:flex}.print-trend-value{white-space:nowrap;transform-origin:50%;margin-bottom:.8mm;font-weight:700;transform:rotate(-22deg);color:#0f172a!important;font-size:5.8pt!important}.print-trend-track{border:1px solid #d1d5db;border-radius:5px 5px 2px 2px;align-items:end;width:6.2mm;height:54mm;display:flex;overflow:hidden;background:#f3f4f6!important}.print-trend-fill{width:100%;background:linear-gradient(#2563eb,#60a5fa)!important}.print-trend-label{white-space:nowrap;color:#475569!important;font-size:6.2pt!important}.print-table-panel{padding-bottom:1.6mm}.print-customer-table{border-collapse:collapse;break-inside:avoid;page-break-inside:avoid;border:1px solid #cbd5e1;width:100%;margin:0}.print-customer-table th,.print-customer-table td{text-align:left;border-bottom:1px solid #e2e8f0;padding:1.05mm 1.2mm;font-size:6.3pt!important;line-height:1.08!important}.print-customer-table th{text-transform:uppercase;letter-spacing:.03em;color:#334155!important;background:#f1f5f9!important;font-size:5.8pt!important}.print-customer-table th:nth-child(n+2),.print-customer-table td:nth-child(n+2){text-align:right;white-space:nowrap}.print-footnote{border-top:1px solid #e2e8f0;padding-top:1mm;color:#64748b!important;margin:1.3mm 0 0!important;font-size:5.8pt!important;line-height:1.1!important}.print-empty{color:#64748b!important;margin:0!important;font-size:6.5pt!important}}.field-hint{color:var(--text-muted,#6c757d);margin:.25rem 0 .75rem;font-size:.9rem;line-height:1.4}.customer-report-list{flex-direction:column;gap:1rem;margin-bottom:1rem;display:flex}.empty-report-box{border:1px dashed var(--border-color,#ced4da);color:var(--text-muted,#6c757d);background:#f8f9fa;border-radius:10px;padding:1rem}.customer-report-card{border:1px solid var(--border-color,#dee2e6);background:#fff;border-radius:12px;padding:1rem;box-shadow:0 1px 2px #0000000a}.customer-report-card-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.report-column-picker{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.report-column-chip{border:1px solid var(--border-color,#dee2e6);cursor:pointer;-webkit-user-select:none;user-select:none;background:#f8f9fa;border-radius:999px;align-items:center;gap:.4rem;padding:.35rem .65rem;font-size:.85rem;display:inline-flex}.report-column-chip input{margin:0}.report-preview-controls{border-top:1px solid var(--border-color,#e5e7eb);align-items:flex-end;gap:.75rem;margin-top:.9rem;padding-top:.9rem;display:flex}.report-preview-select{flex:360px;margin-bottom:0}.report-preview-button{white-space:nowrap;margin-bottom:0}.field-hint.compact{margin-top:.45rem;font-size:.82rem}.nested-modal-overlay{z-index:1100}.report-preview-modal{width:min(1100px,94vw);max-height:88vh}.report-preview-meta{color:var(--text-muted,#6b7280);margin:.15rem 0 0;font-size:.9rem;font-weight:400}.report-preview-table-wrap{border:1px solid var(--border-color,#dee2e6);background:#fff;border-radius:10px;max-height:56vh;overflow:auto}.report-preview-table{border-collapse:collapse;width:100%;font-size:.9rem}.report-preview-table th,.report-preview-table td{text-align:left;vertical-align:top;border-bottom:1px solid #edf2f7;padding:.55rem .65rem}.report-preview-table th{color:#1f2937;z-index:1;background:#f8fafc;font-weight:700;position:sticky;top:0}.report-preview-table td{color:#374151}@media (width<=760px){.report-preview-controls{flex-direction:column;align-items:stretch}.report-preview-button{width:100%}}.logic-editor-footer{flex-wrap:wrap;gap:.75rem}.logic-price-language-select{color:#4b5563;align-items:center;gap:.5rem;margin-right:auto;font-size:.9rem;display:inline-flex}.logic-price-language-select select{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:.5rem;padding:.45rem .65rem}.admin-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin:1rem 0;padding:1.25rem;box-shadow:0 1px 3px #0f172a14}.password-form,.subuser-form{flex-direction:column;gap:1rem;display:flex}.password-form input,.subuser-form input,.reset-password-field input,.subuser-form .form-select{border:1px solid #d1d5db;border-radius:8px;width:100%;padding:.65rem .75rem;font-size:.95rem}.form-group-grid label,.reset-password-field{color:#334155;flex-direction:column;gap:.35rem;font-weight:600;display:flex}.permission-groups{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;display:grid}.permission-group{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:.85rem}.permission-group h4{color:#1f2937;margin:0 0 .65rem}.permission-row{color:#334155;align-items:center;gap:.55rem;margin:.35rem 0;font-weight:500;display:flex}.permission-row input{width:auto}.permission-row.strong{font-weight:700}.customer-restriction-block,.subuser-customer-picker{border-top:1px solid #e5e7eb;padding-top:.85rem}.subuser-customer-list{background:#fff;border:1px solid #e2e8f0;border-radius:8px;max-height:220px;padding:.5rem;overflow:auto}.zusatzleistungen-section h2{margin-top:0}.section-hint{color:#495057;margin-top:-.25rem;margin-bottom:1.5rem;line-height:1.5}.zusatzleistungen-layout{grid-template-columns:minmax(320px,420px) minmax(0,1fr);align-items:start;gap:1.5rem;display:grid}.zusatzleistung-form{flex-direction:column;gap:1rem;display:flex}.zusatzleistung-form label{flex-direction:column;gap:.35rem;font-weight:600;display:flex}.form-group-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.zusatzleistung-total-row{background:#f1f3f5;border-radius:8px;justify-content:space-between;align-items:center;padding:.9rem 1rem;display:flex}.zusatzleistung-list-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.zusatzleistung-list-header .form-input{max-width:280px}.zusatzleistung-table th,.zusatzleistung-table td{vertical-align:middle}.zusatzleistung-main-row td{white-space:nowrap}.zusatzleistung-customer-cell,.zusatzleistung-description-cell{text-overflow:ellipsis;max-width:240px;overflow:hidden}.zusatzleistung-note-status{color:#6b7280;font-size:.86rem}.zusatzleistung-actions{flex-wrap:nowrap;align-items:center;gap:.45rem;display:flex}.zusatzleistung-actions button{padding:.34rem .55rem;font-size:.82rem}.zusatzleistung-details-row td{background:#f8fafc;border-top:0}.zusatzleistung-details-box{background:#fff;border:1px solid #e5e7eb;border-radius:10px;grid-template-columns:minmax(220px,1fr) minmax(220px,1.2fr);gap:1rem;padding:.75rem .85rem;display:grid}.zusatzleistung-details-box strong{margin-bottom:.25rem;display:block}.zusatzleistung-details-box p{white-space:pre-wrap;margin:0;line-height:1.4}.number-cell{text-align:right;white-space:nowrap}@media (width<=1000px){.zusatzleistungen-layout{grid-template-columns:1fr}}@media (width<=700px){.form-group-grid,.zusatzleistung-list-header{grid-template-columns:1fr;display:grid}.zusatzleistung-list-header .form-input{max-width:none}.zusatzleistung-details-box{grid-template-columns:1fr}.zusatzleistung-actions{flex-wrap:wrap}}.customer-status-filter{min-width:220px;max-width:260px}.status-pill{color:#374151;white-space:nowrap;background:#f3f4f6;border:1px solid #d1d5db;border-radius:999px;justify-content:center;align-items:center;min-width:82px;padding:.22rem .55rem;font-size:.78rem;font-weight:700;display:inline-flex}.status-customer{color:#1b5e20;background:#e8f5e9;border-color:#a5d6a7}.status-prospect{color:#7a4f00;background:#fff8e1;border-color:#ffe082}.status-lost{color:#b71c1c;background:#ffebee;border-color:#ef9a9a}.followup-login-notice{color:#78350f;background:#fffbeb;border:1px solid #f59e0b;border-radius:12px;flex-wrap:wrap;align-items:center;gap:1rem;max-width:1400px;margin:0 auto 1rem;padding:.85rem 1rem;display:flex}.followup-login-notice span{flex:420px}.customer-modal-wide{max-width:1080px}.sales-note-history{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;margin-top:.75rem;padding:.75rem}.sales-note-entry{border-top:1px solid #e5e7eb;margin-top:.6rem;padding-top:.6rem}.sales-note-entry span{color:#6b7280;font-size:.82rem}.sales-note-entry p{white-space:pre-wrap;margin:.25rem 0 0}.sales-section{flex-direction:column;gap:1.25rem;display:flex}.sales-summary-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;display:grid}.sales-kpi-card,.sales-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:1rem;box-shadow:0 1px 3px #0000000a}.sales-kpi-card{flex-direction:column;gap:.35rem;display:flex}.sales-kpi-card span{color:#6b7280;font-weight:600}.sales-kpi-card strong{font-size:2rem;line-height:1}.sales-kpi-card em{color:#6b7280;font-style:normal}.sales-kpi-card.warning{background:#fffbeb;border-color:#f59e0b}.sales-card h3{margin-top:0}.sales-grid-two{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;display:grid}.sales-card.full-width{width:100%}.sales-mini-table{border-collapse:collapse;width:100%}.sales-mini-table td{border-bottom:1px solid #edf2f7;padding:.45rem 0}.sales-mini-table td:last-child{text-align:right;font-weight:700}.sales-followup-list{flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.sales-followup-list li{border-bottom:1px solid #edf2f7;justify-content:space-between;gap:1rem;padding-bottom:.5rem;display:flex}.sales-followup-list button{color:#2563eb;cursor:pointer;text-align:left;background:0 0;border:0;padding:0;font-weight:600}.sales-table .actions{flex-wrap:wrap;gap:.5rem;display:flex}@media (width<=900px){.followup-login-notice{margin-left:.75rem;margin-right:.75rem}.customer-status-filter{width:100%;max-width:none}}.sales-workflow-panel{flex-direction:column;gap:1rem;display:flex}.sales-workflow-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.sales-workflow-actions{flex-wrap:wrap;gap:.5rem;display:flex}.sales-stage-tracker{flex-wrap:wrap;gap:.45rem;margin:.25rem 0 .5rem;display:flex}.sales-stage-chip{color:#4b5563;background:#f9fafb;border:1px solid #d1d5db;border-radius:999px;padding:.32rem .65rem;font-size:.78rem;font-weight:700}.sales-stage-chip.done{color:#1b5e20;background:#e8f5e9;border-color:#a5d6a7}.sales-stage-chip.current{color:#7a4f00;background:#fff8e1;border-color:#f59e0b}.sales-workflow-fieldset{background:#fcfcfd;border:1px solid #e5e7eb;border-radius:12px;padding:1rem}.sales-workflow-fieldset legend{padding:0 .4rem;font-weight:700}.sales-workflow-footer{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;display:flex}.sales-current-stage-actions{border-top:1px solid #e5e7eb;margin-top:1rem;padding-top:.95rem}.sales-current-stage-actions .sales-workflow-footer{justify-content:flex-start}.sales-stage-message{margin:0 0 .75rem}.sales-action-row{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.sales-abort-box{background:#fff7f7;border-color:#fecaca}.sales-success-message{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;margin:0;padding:.75rem 1rem;font-weight:600}.sales-history-block h4{margin:.5rem 0 .35rem}.sales-checkbox-align{align-self:end;min-height:42px}.selected-row{background:#eff6ff}.danger-button{color:#b91c1c;border-color:#fecaca}@media (width<=700px){.sales-workflow-footer{justify-content:stretch}.sales-workflow-footer button{width:100%}}textarea{border:1px solid var(--border-color);width:100%;font-size:1rem;font-family:var(--font-family);background-color:#fff;border-radius:4px;min-height:120px;padding:.75rem;line-height:1.45;transition:border-color .2s,box-shadow .2s}textarea:focus{border-color:var(--accent-color);outline:none;box-shadow:0 0 0 3px #007bff40}.sales-workflow-fieldset textarea{resize:vertical;min-height:145px}.sales-stage-chip{cursor:pointer}.sales-stage-panels{flex-direction:column;gap:.75rem;display:flex}.sales-stage-panel{background:#fff;border:1px solid #d1d5db;border-radius:14px;overflow:hidden}.sales-stage-panel.done{background:#f6fbf6;border-color:#a5d6a7}.sales-stage-panel.current{background:#fffbeb;border-color:#f59e0b}.sales-stage-panel.future{background:#f9fafb;border-color:#d1d5db}.sales-stage-panel-header{cursor:pointer;text-align:left;width:100%;font-family:var(--font-family);background:0 0;border:0;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;display:flex}.sales-stage-panel-header span{color:#111827;font-weight:700}.sales-stage-panel-header em{color:#6b7280;white-space:nowrap;font-size:.86rem;font-style:normal}.sales-stage-panel-body{background:#ffffffb8;border-top:1px solid #e5e7eb;padding:1rem}.sales-locked-notice,.sales-correction-notice{border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.85rem;padding:.75rem .9rem;font-weight:600;display:flex}.sales-locked-notice{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.sales-correction-notice{color:#92400e;background:#fffbeb;border:1px solid #fde68a}.status-pill{align-items:center;width:fit-content;display:inline-flex}@media (width<=700px){.sales-stage-panel-header{flex-direction:column;align-items:flex-start}.sales-stage-panel-header em{white-space:normal}}.daily-revenue-table th,.daily-revenue-table td{vertical-align:middle}.daily-revenue-table tfoot td{background:#f8fafc;border-top:2px solid #cbd5e1;font-weight:700}.daily-revenue-inline-bar{background:#e5e7eb;border-radius:999px;width:100%;height:8px;overflow:hidden}.daily-revenue-inline-bar span{background:linear-gradient(90deg,#2563eb,#22c55e);border-radius:999px;height:100%;display:block}.daily-revenue-table-wrap{overflow-x:visible}.daily-revenue-table{table-layout:fixed;width:100%;font-size:.84rem}.daily-revenue-table th,.daily-revenue-table td{padding:.48rem .36rem;line-height:1.25}.daily-revenue-table th:first-child,.daily-revenue-table td:first-child{width:6.2rem}.daily-revenue-table th.number-cell,.daily-revenue-table td.number-cell{text-align:right;white-space:nowrap}.daily-revenue-table th:last-child,.daily-revenue-table td:last-child{width:4.2rem;padding-left:.25rem;padding-right:.25rem}.daily-revenue-bar-cell{min-width:0}.daily-revenue-inline-bar{min-width:2.8rem}@media (width<=1100px){.daily-revenue-table{font-size:.78rem}.daily-revenue-table th,.daily-revenue-table td{padding:.42rem .24rem}.daily-revenue-table th:first-child,.daily-revenue-table td:first-child{width:5.3rem}.daily-revenue-table th:last-child,.daily-revenue-table td:last-child{width:3.4rem}}@media (width<=820px){.daily-revenue-table-wrap{overflow-x:auto}.daily-revenue-table{min-width:920px}}@media print{@page{size:A4 landscape;margin:8mm}html,body{background:#fff!important;width:auto!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}#root,main,.tab-content,.dashboard-page,.analytics-print-area{width:auto!important;max-width:none!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}.analytics-professional-print{page-break-after:auto!important;page-break-inside:auto!important;width:auto!important;max-width:none!important;height:auto!important;min-height:0!important;max-height:none!important;padding:0!important;font-size:7.4pt!important;line-height:1.18!important;display:block!important;position:static!important;overflow:visible!important}.print-report-header{break-inside:avoid;page-break-inside:avoid;grid-template-columns:1fr 48mm!important;margin-bottom:3mm!important}.print-kpi-row{break-inside:avoid;page-break-inside:avoid;margin-bottom:3mm!important}.print-report-grid{break-inside:avoid;page-break-inside:avoid;grid-template-columns:1.15fr 1fr 1fr!important;grid-auto-rows:auto!important;gap:2.2mm!important;margin-bottom:3mm!important;display:grid!important}.print-panel,.print-panel-wide{page-break-inside:avoid;break-inside:avoid;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}.print-panel-wide{grid-row:auto!important}.print-trend-chart{height:43mm!important}.print-trend-track{height:28mm!important}.print-data-section{margin-top:3mm!important;padding:2.2mm!important}.print-data-section .print-panel-title{margin-bottom:1.8mm!important}.print-daily-section{page-break-before:auto;break-before:auto}.print-data-table{border-collapse:collapse!important;table-layout:fixed!important;border:1px solid #cbd5e1!important;width:100%!important;margin:0!important;font-size:6.5pt!important}.print-data-table thead{display:table-header-group}.print-data-table tfoot{display:table-row-group}.print-data-table tr{page-break-inside:avoid;break-inside:avoid}.print-data-table th,.print-data-table td{color:#0f172a!important;vertical-align:middle!important;border-bottom:1px solid #e2e8f0!important;border-right:1px solid #eef2f7!important;padding:1mm 1.1mm!important;line-height:1.08!important}.print-data-table th{text-transform:uppercase;letter-spacing:.025em;color:#334155!important;background:#f1f5f9!important;font-size:5.8pt!important;font-weight:800!important}.print-data-table tbody tr:nth-child(2n) td{background:#f8fafc!important}.print-data-table tfoot td{background:#e2e8f0!important;border-top:1.4px solid #94a3b8!important;font-weight:800!important}.print-data-table th:nth-child(n+2),.print-data-table td:nth-child(n+2){text-align:right!important;white-space:nowrap!important}.print-data-table th:first-child,.print-data-table td:first-child{overflow-wrap:anywhere;text-align:left!important}.print-daily-table th,.print-daily-table td{padding:.75mm .7mm!important}.print-daily-table th:nth-last-child(2),.print-daily-table td:nth-last-child(2){font-weight:800;width:20mm!important}.print-inline-bar{border:1px solid #d1d5db;border-radius:999px;width:100%;height:2.4mm;overflow:hidden;background:#e5e7eb!important}.print-inline-bar span{border-radius:999px;height:100%;display:block;background:linear-gradient(90deg,#2563eb,#22c55e)!important}.print-footnote{page-break-inside:avoid;break-inside:avoid;margin-top:3mm!important}.print-data-section{page-break-inside:auto!important;break-inside:auto!important}.print-daily-section{page-break-before:always!important;break-before:page!important;page-break-inside:avoid!important;break-inside:avoid!important;margin-top:0!important;padding:1.5mm!important}.print-daily-section .print-panel-title{margin-bottom:.9mm!important;padding-bottom:.7mm!important}.print-daily-section .print-panel-title h2{font-size:8pt!important}.print-daily-section .print-panel-title span{font-size:5.5pt!important}.print-daily-table{font-size:4.75pt!important}.print-daily-table th,.print-daily-table td{padding:.38mm!important;line-height:1.02!important}.print-daily-table th{letter-spacing:0!important;font-size:4.35pt!important}.print-daily-table th:first-child,.print-daily-table td:first-child{width:14mm!important}.print-daily-table th:nth-last-child(2),.print-daily-table td:nth-last-child(2){width:17mm!important}.print-daily-table th:last-child,.print-daily-table td:last-child{width:13mm!important}.print-inline-bar{height:1.65mm!important}}.public-quote-page{color:#1f2933;background:linear-gradient(135deg,#f7fafc 0%,#edf2f7 100%);min-height:100vh;padding:2rem 1rem 4rem}.public-quote-shell{max-width:1180px;margin:0 auto}.public-quote-hero{grid-template-columns:minmax(0,1fr) 340px;align-items:stretch;gap:1.5rem;margin-bottom:1.5rem;display:grid}.public-quote-hero>div,.public-quote-total-card,.public-quote-card,.public-quote-kpis>div{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 12px 30px #1f293714}.public-quote-hero>div{padding:2rem}.public-quote-logo{object-fit:contain;max-width:190px;max-height:80px;margin-bottom:1.25rem;display:block}.public-quote-hero h1{letter-spacing:-.04em;margin:0;font-size:clamp(2rem,4vw,3.4rem);line-height:1.05}.public-quote-hero p{color:#4b5563;max-width:780px;margin:1rem 0 0;font-size:1.05rem}.public-quote-badges{flex-wrap:wrap;gap:.6rem;margin-top:1.25rem;display:flex}.public-quote-badges span{color:#3730a3;background:#eef2ff;border-radius:999px;padding:.38rem .7rem;font-size:.85rem;font-weight:700}.public-quote-total-card{color:#fff;background:#111827;flex-direction:column;justify-content:center;padding:1.8rem;display:flex}.public-quote-total-card span{color:#d1d5db;font-size:.95rem}.public-quote-total-card strong{margin:.4rem 0;font-size:2.6rem;line-height:1.1}.public-quote-total-card em{color:#a7f3d0;font-style:normal;font-weight:700}.public-quote-grid,.public-quote-kpis{grid-template-columns:repeat(6,minmax(0,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.public-quote-kpis>div{padding:1rem}.public-quote-kpis span{color:#6b7280;margin-bottom:.35rem;font-size:.82rem;display:block}.public-quote-kpis strong{font-size:1.12rem}.public-quote-card{margin-bottom:1.5rem;padding:1.5rem}.public-quote-card h2{margin:0 0 .75rem;font-size:1.35rem}.public-quote-product-list{flex-direction:column;gap:.8rem;margin:1rem 0;display:flex}.public-quote-product-row{background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;grid-template-columns:1.4fr 1.1fr repeat(6,minmax(86px,.7fr)) 110px;align-items:end;gap:.7rem;padding:.85rem;display:grid}.public-quote-product-row input,.public-quote-profile-card input,.public-quote-card input,.public-quote-card textarea,.public-quote-card select{width:100%;font:inherit;background:#fff;border:1px solid #d1d5db;border-radius:10px;padding:.58rem .65rem}.public-quote-row-meta{flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:.4rem;display:flex}.public-quote-row-meta span{color:#047857;background:#ecfdf5;border-radius:999px;padding:.28rem .55rem;font-size:.78rem;font-weight:700;display:inline-flex}.public-quote-row-meta button{color:#b91c1c;cursor:pointer;background:0 0;border:0;padding:0;font-size:.82rem}.public-quote-controls-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;gap:1rem;margin:1rem 0;display:grid}.public-quote-checkbox{align-items:center;gap:.55rem;min-height:43px;font-weight:700;display:flex}.public-quote-checkbox input{width:auto}.public-quote-destination-list{background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;margin:1rem 0;padding:1rem}.public-quote-destination-list h3{margin:0 0 .35rem;font-size:1.05rem}.public-quote-destination-row{grid-template-columns:minmax(180px,1fr) 140px auto;align-items:end;gap:1rem;margin:.75rem 0;display:grid}.public-quote-profile-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;margin:1rem 0;padding:1rem}.public-quote-profile-header{grid-template-columns:1fr 140px auto;align-items:end;gap:1rem;display:grid}.public-quote-profile-lines{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.8rem;margin-top:.9rem;display:grid}.public-quote-table-wrap{margin-top:1rem;overflow-x:auto}.public-quote-table{border-collapse:collapse;width:100%;font-size:.94rem}.public-quote-table th,.public-quote-table td{text-align:left;vertical-align:top;border-bottom:1px solid #e5e7eb;padding:.75rem}.public-quote-table th:last-child,.public-quote-table td:last-child,.public-quote-table th:nth-last-child(2),.public-quote-table td:nth-last-child(2),.public-quote-table th:nth-last-child(3),.public-quote-table td:nth-last-child(3){text-align:right}.public-quote-table small{color:#6b7280;margin-top:.2rem;display:block}.public-quote-table tfoot td{font-size:1.05rem;font-weight:800}.public-quote-notice{border:1px solid #0000;border-radius:12px;margin:.8rem 0;padding:.85rem 1rem}.public-quote-notice.success{color:#065f46;background:#ecfdf5;border-color:#a7f3d0}.public-quote-notice.warning{color:#92400e;background:#fffbeb;border-color:#fde68a}.public-quote-assumptions{border-top:1px solid #e5e7eb;margin-top:1rem;padding-top:1rem}.public-quote-assumptions summary{cursor:pointer;font-weight:800}.public-quote-contact form{margin-top:1rem}.sales-calculator-panel .static-header{cursor:default}.calculator-link-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin-top:1rem;padding:1rem}.calculator-link-box label{margin-bottom:.4rem;font-weight:700;display:block}.calculator-link-box input{background:#fff;border:1px solid #d1d5db;border-radius:10px;width:100%;margin-bottom:.75rem;padding:.65rem .75rem}@media (width<=1050px){.public-quote-hero,.public-quote-grid,.public-quote-kpis,.public-quote-controls-grid,.public-quote-profile-header,.public-quote-destination-row{grid-template-columns:1fr}.public-quote-product-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.public-quote-page{padding:1rem .5rem 3rem}.public-quote-hero>div,.public-quote-total-card,.public-quote-card{padding:1rem}.public-quote-product-row{grid-template-columns:1fr}.public-quote-total-card strong{font-size:2rem}}.public-quote-start-card{background:linear-gradient(160deg,#0f172a 0%,#111827 58%,#1f2937 100%);justify-content:flex-start;gap:.8rem}.public-quote-start-card strong{letter-spacing:-.05em;font-size:clamp(2.1rem,4vw,3.1rem)}.public-quote-start-card small{color:#cbd5e1;font-size:.82rem;line-height:1.45}.public-quote-mini-breakdown{grid-template-columns:1fr 1fr;gap:.55rem;margin:.35rem 0 .15rem;display:grid}.public-quote-mini-breakdown>div{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;padding:.65rem}.public-quote-mini-breakdown span,.public-quote-mini-breakdown strong{display:block}.public-quote-mini-breakdown span{color:#d1d5db;font-size:.74rem}.public-quote-mini-breakdown strong{color:#fff;letter-spacing:-.02em;margin-top:.12rem;font-size:1.02rem}.public-quote-profile-results-card{background:linear-gradient(#fff 0%,#f8fafc 100%);border-color:#c7d2fe}.public-quote-section-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.public-quote-section-head h2{margin-bottom:.25rem}.public-quote-section-head>span{white-space:nowrap;color:#047857;background:#ecfdf5;border-radius:999px;padding:.4rem .7rem;font-size:.82rem;font-weight:800}.public-quote-profile-results{grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:1rem;display:grid}.public-quote-profile-result{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:1rem;box-shadow:0 8px 22px #0f172a0f}.public-quote-profile-result-head{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.9rem;display:flex}.public-quote-profile-result-head h3{margin:0;font-size:1.08rem}.public-quote-profile-result-head p{color:#6b7280;margin:.25rem 0 0;font-size:.82rem;line-height:1.35}.public-quote-profile-result-head>span{color:#3730a3;background:#eef2ff;border-radius:999px;flex:none;padding:.35rem .6rem;font-size:.78rem;font-weight:800}.public-quote-profile-main-price{border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.75rem;padding:.85rem 0;display:flex}.public-quote-profile-main-price span{color:#4b5563;font-size:.88rem;font-weight:700}.public-quote-profile-main-price strong{letter-spacing:-.05em;color:#111827;font-size:2rem}.public-quote-profile-components,.public-quote-profile-allocated{flex-direction:column;gap:.45rem;display:flex}.public-quote-profile-components>div,.public-quote-profile-allocated>div{justify-content:space-between;align-items:flex-start;gap:.8rem;font-size:.9rem;display:flex}.public-quote-profile-components span,.public-quote-profile-allocated span{color:#4b5563}.public-quote-profile-components small{color:#6b7280;margin-top:.08rem;font-size:.74rem;display:block}.public-quote-profile-components strong,.public-quote-profile-allocated strong{white-space:nowrap;color:#111827}.public-quote-profile-allocated{border-top:1px dashed #d1d5db;margin-top:.75rem;padding-top:.75rem}.public-quote-profile-allocated summary{cursor:pointer;color:#374151;margin-bottom:.45rem;font-weight:800}.public-quote-profile-full-cost{border-top:1px solid #e5e7eb;margin-top:.2rem;padding-top:.55rem;font-weight:800}@media (width<=1050px){.public-quote-section-head{flex-direction:column}.public-quote-section-head>span{white-space:normal}}@media (width<=640px){.public-quote-mini-breakdown{grid-template-columns:1fr}.public-quote-profile-main-price strong{font-size:1.65rem}}.procurement-header,.procurement-card-header,.procurement-year-actions{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.procurement-card{margin-top:1.5rem}.procurement-search{max-width:360px}.procurement-table th,.procurement-table td{vertical-align:top}.procurement-table input[type=text],.procurement-table input[type=number]{min-width:90px;padding:.5rem;font-size:.92rem}.procurement-alert{color:#664d03;background:#fff3cd;border:1px solid #ffecb5;border-radius:8px;flex-wrap:wrap;justify-content:space-between;gap:1rem;margin:1rem 0;padding:.9rem 1rem;display:flex}.procurement-warning-row td{background:#fff8e1}.procurement-countdown-danger{color:var(--danger-color);font-weight:700}.procurement-inactive-row td{color:var(--subtle-text-color);background:#f8f9fa}.procurement-status{color:#343a40;white-space:nowrap;background:#e9ecef;border-radius:999px;padding:.25rem .55rem;font-size:.84rem;font-weight:700;display:inline-block}.procurement-status-requested{color:#664d03;background:#fff3cd}.procurement-status-ordered{color:#084298;background:#cfe2ff}.procurement-status-received{color:#0f5132;background:#d1e7dd}.procurement-status-cancelled{color:#842029;background:#f8d7da}.procurement-status-action{min-width:145px;margin-top:.45rem}.procurement-status-action button{width:100%;padding:.42rem .65rem;font-size:.86rem}.procurement-admin-fields{grid-template-columns:repeat(2,minmax(150px,1fr));gap:.45rem;min-width:320px;display:grid}.procurement-action-stack{flex-direction:column;align-items:stretch;gap:.35rem;display:flex}.procurement-action-stack button{width:100%;padding:.45rem .7rem;font-size:.9rem}.procurement-item-form{margin-bottom:1.25rem}.procurement-active-checkbox{align-self:end;min-height:46px}.procurement-year-actions input{width:120px}.field-hint{color:var(--subtle-text-color);font-size:.85rem;font-weight:400;display:inline-block}.auth-error,.auth-message{border-radius:8px;margin:1rem 0;padding:.85rem 1rem}@media (width<=900px){.procurement-admin-fields{grid-template-columns:1fr;min-width:220px}}.procurement-table input[type=date]{min-width:140px;padding:.5rem;font-size:.92rem}.procurement-date-field{color:var(--text-color);flex-direction:column;gap:.25rem;font-size:.82rem;font-weight:600;display:flex}.procurement-history{margin-top:.55rem;font-size:.84rem}.procurement-history summary{cursor:pointer;color:var(--primary-color);font-weight:700}.procurement-history ul{margin:.35rem 0 0;padding-left:1.1rem}.procurement-history li{margin-bottom:.25rem}
.sales-contact-box,.sales-article-data-checklist{border:1px solid var(--border-color,#d6dbe6);border-radius:12px;padding:1rem;margin:1rem 0;background:var(--card-background,#fff)}.sales-contact-box h4,.sales-article-data-checklist h4{margin:0 0 .35rem}.sales-contact-person{padding:.75rem 0;border-bottom:1px dashed var(--border-color,#d6dbe6)}.sales-contact-person:last-of-type{border-bottom:0}.sales-article-data-checklist .form-group-horizontal{margin:.45rem 0}
