:root{font-family:Ubuntu,sans-serif;font-weight:300;font-style:normal;--zoom-scale: .7;--full-height: 142.86vh;--bg-primary: #f3f4f6;--bg-card: #ffffff;--bg-card-hover: #f9fafb;--bg-input: #ffffff;--bg-table-header: #f9fafb;--table-header-bg: #1e293b;--table-header-bg-end: #0f172a;--table-header-bg-gradient: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);--table-header-text: #ffffff;--border-color: #e5e7eb;--border-color-light: #f3f4f6;--text-primary: #111827;--text-secondary: #374151;--text-muted: #6b7280;--text-faint: #9ca3af;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .06);--shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--tooltip-bg: #fff;--tooltip-border: #e5e7eb;--bg-footer: #f0f1f1}[data-theme=dark]{--bg-primary: #0f172a;--bg-card: #1e293b;--bg-card-hover: #334155;--bg-input: #1e293b;--bg-table-header: #1e293b;--border-color: #334155;--border-color-light: #1e293b;--text-primary: #f1f5f9;--text-secondary: #cbd5e1;--text-muted: #94a3b8;--text-faint: #64748b;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .3), 0 1px 2px rgba(0, 0, 0, .2);--shadow-md: 0 4px 12px rgba(0, 0, 0, .4);--tooltip-bg: #1e293b;--tooltip-border: #334155;--loading-overlay-bg: rgba(15, 23, 42, .8);--status-editing-bg: rgba(59, 130, 246, .15);--status-editing-color: #93c5fd;--status-editing-border: rgba(59, 130, 246, .3);--status-new-bg: rgba(16, 185, 129, .15);--status-new-color: #6ee7b7;--status-new-border: rgba(16, 185, 129, .3);--bg-footer: #1e293b}html{zoom:var(--zoom-scale);min-height:var(--full-height)}body{min-height:var(--full-height);margin:0}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{appearance:textfield;-moz-appearance:textfield}@keyframes spinner-spin{to{transform:rotate(360deg)}}.sys-main-container{border-radius:8px;height:calc(var(--full-height, 142.86vh) - 50px);display:flex;flex-direction:column;gap:5px;overflow:hidden}.sys-main-container h1{font-size:24px;color:var(--text-primary);margin-bottom:10px;text-align:center}.sys-main-container-preview{padding:20px;border-radius:8px;display:flex;flex-direction:column;gap:5px}.sys-main-container-section{margin-bottom:30px}.sys-main-container-section h2{font-size:24px;color:var(--text-primary);margin-bottom:20px}.sys-section-header{padding:15px;background-color:var(--bg-card);border-radius:8px;box-shadow:var(--shadow-sm);flex-shrink:0;transition:background-color .3s;position:relative;z-index:500}.sys-section-table{flex:1;overflow:auto;padding:15px;background-color:var(--bg-card);border-radius:8px;box-shadow:var(--shadow-sm);min-height:200px;display:flex;flex-direction:column;transition:background-color .3s}.sys-section-footer{margin-top:auto;padding:15px;background-color:var(--bg-card);border-radius:8px;box-shadow:var(--shadow-sm);flex-shrink:0;transition:background-color .3s}.sys-table-container{flex:1;display:flex;flex-direction:column;overflow:hidden}.sys-table-scroll-wrapper{flex:1;overflow:auto;border:1px solid var(--border-color);border-radius:6px;background:var(--bg-card);transition:background-color .3s}.sys-responsive-table{width:100%;min-width:800px;border-collapse:collapse}.sys-responsive-table th,.sys-responsive-table td{padding:8px 12px;text-align:left;border-bottom:1px solid var(--border-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text-secondary)}.sys-responsive-table th{background-color:var(--bg-table-header);font-weight:600;color:var(--text-secondary);position:sticky;top:0;z-index:10}.sys-success-message{padding:10px;border-radius:4px;text-align:center;font-weight:700}.sys-table-disabled-message{background-color:#fef3cd;color:#856404;padding:12px 20px;border-radius:6px;border:1px solid #ffeaa7;font-weight:500}.sys-loading-overlay{position:fixed;inset:0;background-color:var(--loading-overlay-bg, rgba(255, 255, 255, .8));display:flex;align-items:center;justify-content:center;z-index:1000}.sys-loading-spinner{background-color:#3b82f6;color:#fff;padding:12px 24px;border-radius:6px;font-weight:500}.sys-primary-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:12px 24px;border-radius:8px;cursor:pointer;font-weight:600;font-size:14px;transition:all .3s ease;box-shadow:0 2px 4px #0000001a}.sys-primary-btn:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px);box-shadow:0 4px 8px #0003}.sys-primary-btn.active{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.sys-pdf-preview-panel{position:fixed;inset:0;margin:auto;width:min(1200px,95vw);height:min(1000px,95vh);background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 24px 64px #00000059;z-index:1000;display:flex;flex-direction:column;overflow:hidden;isolation:isolate;animation:sys-pdf-preview-pop .18s ease-out}.sys-pdf-preview-panel:before{content:"";position:fixed;inset:0;background:#0f172a8c;z-index:-1;pointer-events:none}@keyframes sys-pdf-preview-pop{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.sys-pdf-preview-header{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;background-color:var(--bg-table-header);border-bottom:1px solid var(--border-color);flex-shrink:0}.sys-pdf-preview-header h3{margin:0;font-size:17px;font-weight:600;color:var(--text-secondary)}.sys-close-preview-btn{background:none;border:none;font-size:26px;line-height:1;cursor:pointer;color:#6c757d;padding:0;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background-color .15s,color .15s}.sys-close-preview-btn:hover{background-color:#e9ecef;color:#495057}.sys-pdf-preview-content{flex:1;min-height:0;overflow:hidden;padding:0;background:var(--bg-card-hover, #f1f5f9)}.sys-pdf-preview-content .invoice-pdf-container{width:100%;height:100%}.sys-pdf-preview-content .invoice-iframe{width:100%;height:100%;min-height:600px;border:none;display:block}@media(max-width:1024px){.sys-main-container{height:95vh}.sys-section-table{padding:10px}}@media(max-width:768px){.sys-main-container{height:100vh;gap:3px}.sys-section-header,.sys-section-table,.sys-section-footer{padding:10px;border-radius:6px}.sys-main-container h1{font-size:20px;margin-bottom:5px}.sys-responsive-table th,.sys-responsive-table td{padding:6px 8px;font-size:14px}.sys-responsive-table th:nth-child(1),.sys-responsive-table td:nth-child(1){width:80px;min-width:80px}.sys-responsive-table th:nth-child(2),.sys-responsive-table td:nth-child(2){width:150px;min-width:150px}.sys-responsive-table th:nth-child(3),.sys-responsive-table td:nth-child(3){width:70px;min-width:70px}.sys-responsive-table th:nth-child(4),.sys-responsive-table td:nth-child(4),.sys-responsive-table th:nth-child(5),.sys-responsive-table td:nth-child(5),.sys-responsive-table th:nth-child(6),.sys-responsive-table td:nth-child(6),.sys-responsive-table th:nth-child(7),.sys-responsive-table td:nth-child(7),.sys-responsive-table th:nth-child(8),.sys-responsive-table td:nth-child(8),.sys-responsive-table th:nth-child(9),.sys-responsive-table td:nth-child(9),.sys-responsive-table th:nth-child(10),.sys-responsive-table td:nth-child(10){width:60px;min-width:60px}.sys-pdf-preview-panel{width:100vw;height:100vh;border-radius:0;box-shadow:none}}@media(max-width:480px){.sys-main-container{height:100vh}.sys-section-header,.sys-section-table,.sys-section-footer{padding:8px}.sys-responsive-table th,.sys-responsive-table td{padding:4px 6px;font-size:12px}.sys-responsive-table th:nth-child(7),.sys-responsive-table td:nth-child(7),.sys-responsive-table th:nth-child(8),.sys-responsive-table td:nth-child(8){display:none}}.sys-fields-container,.sys-fields-wrapper{display:flex;flex-direction:column}.sys-row{display:flex;gap:10px;width:100%;flex-wrap:wrap}.sys-field-wrapper,.sys-search-container,.sys-supplier-search-container{flex:1;min-width:0}.sys-field{width:100%!important;min-height:50px}.sys-field textarea{resize:vertical;min-height:60px}.sys-search-container,.sys-supplier-search-container{position:relative}.sys-dropdown{position:absolute;top:100%;left:0;right:0;background:var(--bg-card);border:1px solid var(--border-color);border-radius:4px;max-height:200px;overflow-y:auto;z-index:1000;box-shadow:var(--shadow-md)}.sys-dropdown-item{padding:10px;cursor:pointer;border-bottom:1px solid var(--border-color-light);color:var(--text-secondary)}.sys-dropdown-item:hover,.sys-dropdown-item.active{background-color:var(--bg-card-hover)}.sys-dropdown-loading{padding:20px;text-align:center;color:var(--text-muted)}@media(max-width:1200px){.sys-row{flex-wrap:wrap}.sys-field-wrapper,.sys-search-container{flex:1 1 calc(50% - 5px)}}.sys-checkbox-field{display:inline-flex;align-items:center;gap:10px;min-height:50px;padding:0 12px;background:var(--bg-input);border:1px solid var(--border-color);border-radius:6px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease;width:100%;box-sizing:border-box}.sys-checkbox-field:hover:not(.sys-checkbox-disabled){border-color:var(--text-faint);background:var(--bg-card-hover)}.sys-checkbox-field:focus-within{border-color:#10b981;box-shadow:0 0 0 3px #10b98126}.sys-checkbox-input{appearance:none;-webkit-appearance:none;width:18px;height:18px;margin:0;border:1.5px solid var(--text-faint);border-radius:4px;background:var(--bg-card);cursor:pointer;position:relative;flex-shrink:0;transition:background-color .15s ease,border-color .15s ease}.sys-checkbox-input:hover:not(:disabled){border-color:#10b981}.sys-checkbox-input:checked{background:linear-gradient(135deg,#10b981,#059669);border-color:#059669}.sys-checkbox-input:checked:after{content:"";position:absolute;left:5px;top:1px;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.sys-checkbox-input:focus-visible{outline:none;box-shadow:0 0 0 3px #10b98140}.sys-checkbox-input:disabled{cursor:not-allowed;opacity:.55}.sys-checkbox-field.sys-checkbox-disabled{cursor:not-allowed;opacity:.7;background:var(--bg-card-hover)}.sys-checkbox-label{font-size:14px;color:var(--text-secondary);line-height:1.2}.sys-checkbox-input:checked+.sys-checkbox-label{color:var(--text-primary);font-weight:500}.sys-save-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px;margin-bottom:20px}.sys-save-field{border-radius:6px;padding:10px}.sys-save-field:disabled{background-color:var(--bg-table-header);color:var(--text-muted);cursor:not-allowed;opacity:.7}.sys-save-buttons,.sys-footer-buttons{display:flex;gap:12px;flex-wrap:wrap;align-items:center;justify-content:flex-end;flex-shrink:0}.sys-footer-wrapper{display:flex;flex-direction:column;gap:15px}.sys-footer-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:15px;margin-bottom:10px}.sys-footer-field{width:100%!important}.sys-footer-field.jvf-balanced input{color:#059669!important;font-weight:700!important}.sys-footer-field.jvf-unbalanced input{color:#dc2626!important;font-weight:700!important}.jvf-balance-warning{color:#dc2626;font-size:12px;margin-top:5px;grid-column:1 / -1;font-weight:500}.sys-action-btn,.sys-action-button{padding:10px 20px;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-size:14px;transition:all .3s ease;min-width:100px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.sys-action-btn:not(.disabled):hover{transform:translateY(-2px);box-shadow:0 4px 8px #0003}.sys-action-btn:not(.disabled):active{transform:translateY(0)}.sys-action-btn.disabled{background:#9ca3af;color:#6b7280;cursor:not-allowed;opacity:.6;transform:none;box-shadow:none}.sys-action-btn.disabled:hover{transform:none;box-shadow:none}.sys-action-btn:not(.disabled):focus{outline:2px solid #3b82f6;outline-offset:2px}.sys-submit-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.sys-submit-btn:not(.disabled):hover{background:linear-gradient(135deg,#059669,#047857)}.sys-clear-btn{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.sys-clear-btn:not(.disabled):hover{background:linear-gradient(135deg,#dc2626,#b91c1c)}.sys-save-print-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.sys-save-print-btn:not(.disabled):hover{background:linear-gradient(135deg,#1d4ed8,#1e40af)}.sys-save-print-btn:not(.disabled):after{margin-left:8px;font-size:12px}.sys-preview-btn{background:linear-gradient(135deg,#0ea5e9,#0369a1);color:#fff}.sys-preview-btn:not(.disabled):hover{background:linear-gradient(135deg,#0369a1,#075985)}.sys-preview-btn:not(.disabled):after{margin-left:8px;font-size:12px}.sys-list-btn{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.sys-list-btn:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9);transform:translateY(-2px);box-shadow:0 4px 8px #0003}.sys-list-btn:after{margin-left:8px;font-size:12px}.sys-cancel-btn{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff}.sys-cancel-btn:hover{background:linear-gradient(135deg,#4b5563,#374151);transform:translateY(-2px);box-shadow:0 4px 8px #0003}.sys-update-btn{background-color:#300cfa;color:#fff}.sys-update-btn:hover{background-color:#106b33;color:#fff}.sys-nav-buttons-container,.sys-navigation-buttons{display:flex;gap:8px;margin-right:12px}.sys-pi-list-btn{background:linear-gradient(135deg,#0891b2,#0e7490);color:#fff}.sys-pi-list-btn:not(.disabled):hover{background:linear-gradient(135deg,#0e7490,#155e75);transform:translateY(-2px);box-shadow:0 4px 8px #0891b24d}.sys-pi-list-btn:not(.disabled):before{margin-right:8px;font-size:14px}.sys-nav-btn,.sys-action-btn.sys-nav-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;min-width:40px;padding:8px;gap:0;border:1px solid var(--border-color);border-radius:50%;background:var(--bg-card);color:var(--text-secondary);box-shadow:none;cursor:pointer;transition:all .2s ease}.sys-nav-btn>svg,.sys-action-btn.sys-nav-btn>svg{width:18px;height:18px;stroke:currentColor;flex-shrink:0}.sys-nav-btn:not(:disabled):hover,.sys-action-btn.sys-nav-btn:not(:disabled):hover{background:var(--bg-card-hover);border-color:var(--text-faint);transform:translateY(-1px);box-shadow:0 2px 4px #00000014}.sys-nav-btn:not(:disabled):active,.sys-action-btn.sys-nav-btn:not(:disabled):active{transform:translateY(0)}.sys-nav-btn:disabled,.sys-action-btn.sys-nav-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.sys-nav-btn:disabled:hover,.sys-action-btn.sys-nav-btn:disabled:hover{background:var(--bg-card);border-color:var(--border-color);box-shadow:none}.sys-status-badge{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:10px;padding:8px 12px;border-radius:4px;font-size:12px;font-weight:500}.sys-status-editing{background:var(--status-editing-bg, #dbeafe);color:var(--status-editing-color, #1e40af);border:1px solid var(--status-editing-border, #93c5fd)}.sys-status-new{background:var(--status-new-bg, #dcfce7);color:var(--status-new-color, #166534);border:1px solid var(--status-new-border, #86efac)}.sys-status-disabled{background:var(--bg-card-hover, #f3f4f6);color:var(--text-muted, #6b7280);border:1px solid var(--border-color, #d1d5db)}.sys-save-section-disabled-mgs{background:#fef3c7;border:1px solid #f59e0b;border-radius:6px;padding:12px 16px;margin-top:15px;text-align:center;color:#92400e;font-size:14px}.sys-save-section-disabled-mgs p{margin:0;display:flex;align-items:center;justify-content:center;gap:8px}@media(max-width:768px){.sys-save-fields{grid-template-columns:1fr;gap:10px}.sys-save-buttons,.sys-footer-buttons{width:100%;justify-content:center}.sys-action-btn{min-width:100%;width:100%}.sys-nav-buttons-container,.sys-navigation-buttons{margin:0 auto}}@media(max-width:480px){.sys-action-btn{padding:10px 16px;font-size:13px}}.sys-table-disabled-overlay table{pointer-events:none}.sys-table-disabled-overlay .sys-table-scroll-wrapper{opacity:.7}.sys-pdf-container{width:100%;height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;display:flex;flex-direction:column;position:relative}.sys-pdf-error-message{display:flex;align-items:center;justify-content:center;padding:2rem;margin:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #dc26261a;border-left:4px solid #dc2626;animation:sysSlideInFromTop .6s ease-out}.sys-pdf-error-icon{width:48px;height:48px;color:#dc2626;margin-right:1rem;flex-shrink:0}.sys-pdf-error-icon svg{width:100%;height:100%}.sys-pdf-error-content h4{margin:0 0 .5rem;color:#dc2626;font-size:1.25rem;font-weight:600}.sys-pdf-error-content p{margin:0;color:#6b7280;font-size:.95rem;line-height:1.5}.sys-pdf-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:sysFadeIn .4s ease-out}.sys-pdf-spinner{width:60px;height:60px;border:4px solid #e5e7eb;border-top:4px solid #1c1c1c;border-radius:50%;animation:sysSpin 1s linear infinite;margin-bottom:1.5rem}.sys-pdf-loading-content h3{margin:0 0 .5rem;color:#1f2937;font-size:1.5rem;font-weight:600;text-align:center}.sys-pdf-loading-content p{margin:0;color:#6b7280;font-size:1rem;text-align:center}.sys-pdf-preview-wrapper{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:0;box-shadow:0 -4px 25px #0000001a;animation:sysSlideInFromBottom .6s ease-out}.sys-pdf-preview-header-bar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:linear-gradient(135deg,#1c1c1c,#2d2d2d);color:#fff;border-radius:0;box-shadow:0 2px 10px #0000001a}.sys-pdf-preview-header-bar h3{margin:0;font-size:1.5rem;font-weight:600;letter-spacing:-.025em}.sys-pdf-actions{display:flex;gap:.75rem}.sys-pdf-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;border-radius:8px;border:none;cursor:pointer;transition:all .2s ease-in-out;text-decoration:none;white-space:nowrap}.sys-pdf-btn svg{width:16px;height:16px}.sys-pdf-btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 2px 8px #3b82f64d}.sys-pdf-btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.sys-pdf-btn-secondary{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.sys-pdf-btn-secondary:hover{background:#ffffff40;transform:translateY(-1px)}.sys-pdf-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.sys-pdf-viewer{flex:1;padding:0;background:#f8fafc;display:flex;flex-direction:column;overflow:hidden}.sys-pdf-iframe{width:100%;height:100%;border:none;background:#fff;box-shadow:inset 0 0 20px #0000000d}.sys-pdf-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;text-align:center;padding:2rem;background:#fffc;animation:sysFadeIn .6s ease-out}.sys-pdf-placeholder-icon{width:80px;height:80px;color:#9ca3af;margin-bottom:1.5rem;opacity:.7}.sys-pdf-placeholder-icon svg{width:100%;height:100%}.sys-pdf-placeholder h3{margin:0 0 1rem;color:#374151;font-size:1.75rem;font-weight:600}.sys-pdf-placeholder p{margin:0;color:#6b7280;font-size:1.1rem;line-height:1.6;max-width:400px}@keyframes sysSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes sysFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes sysSlideInFromTop{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes sysSlideInFromBottom{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.sys-pdf-container{background:#fff}.sys-pdf-preview-header-bar{flex-direction:column;gap:1rem;padding:1rem;border-radius:0}.sys-pdf-preview-header-bar h3{font-size:1.25rem}.sys-pdf-actions{width:100%;justify-content:center}.sys-pdf-btn{flex:1;justify-content:center;padding:.875rem 1rem}.sys-pdf-error-message{margin:1rem;padding:1.5rem;flex-direction:column;text-align:center}.sys-pdf-error-icon{margin-right:0;margin-bottom:1rem}.sys-pdf-placeholder{padding:1rem}.sys-pdf-placeholder h3{font-size:1.5rem}.sys-pdf-placeholder p{font-size:1rem}.sys-pdf-placeholder-icon{width:60px;height:60px}}@media(max-width:480px){.sys-pdf-actions{flex-direction:column}.sys-pdf-btn{width:100%}.sys-pdf-loading-content h3{font-size:1.25rem}.sys-pdf-loading-content p{font-size:.875rem}.sys-pdf-spinner{width:50px;height:50px}}@media print{.sys-pdf-container{background:none;box-shadow:none}.sys-pdf-preview-header-bar{display:none}.sys-pdf-viewer{background:none;padding:0}.sys-pdf-iframe{box-shadow:none}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.sys-pdf-spinner{border-width:3px}.sys-pdf-btn{border-width:1px}}.sys-pdf-btn:focus{outline:2px solid #3b82f6;outline-offset:2px}.sys-pdf-btn:focus:not(:focus-visible){outline:none}@media(prefers-color-scheme:dark){.sys-pdf-container{background:linear-gradient(135deg,#1f2937,#111827)}.sys-pdf-placeholder{background:#1f2937cc}.sys-pdf-placeholder h3{color:#f3f4f6}.sys-pdf-placeholder p{color:#9ca3af}.sys-pdf-viewer{background:#1f2937}.sys-pdf-error-message{background:#1f2937;color:#f3f4f6}.sys-pdf-error-content h4{color:#ef4444}.sys-pdf-error-content p{color:#d1d5db}}.sys-list-modal-backdrop{position:fixed;inset:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:16px;animation:sys-modal-fadeIn .2s ease-out}.sys-list-modal-wrapper{background:var(--bg-card, #ffffff);width:100%;max-width:1400px;max-height:90vh;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 0 0 1px #0000000d;overflow:hidden;display:flex;flex-direction:column;animation:sys-modal-slideUp .25s ease-out}.sys-list-modal-header{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;background:var(--bg-table-header, #f8fafc);border-bottom:1px solid var(--border-color, #e2e8f0);flex-shrink:0}.sys-list-modal-header-left{display:flex;align-items:center;gap:10px}.sys-list-modal-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:8px;color:#fff;flex-shrink:0}.sys-list-modal-icon svg{width:18px;height:18px}.sys-list-modal-title{margin:0;font-size:15px;font-weight:600;color:var(--text-primary, #0f172a);line-height:1.2}.sys-list-modal-subtitle{margin:1px 0 0;font-size:12px;color:var(--text-muted, #64748b);font-weight:400}.sys-list-modal-close-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:6px;background:var(--bg-card-hover, #f1f5f9);color:var(--text-muted, #64748b);cursor:pointer;transition:all .15s ease;flex-shrink:0}.sys-list-modal-close-btn:hover{background:var(--border-color, #e2e8f0);color:var(--text-primary, #334155)}.sys-list-modal-body{flex:1;overflow:auto;background:var(--bg-card, #f8fafc);min-height:0;display:flex;flex-direction:column}.sys-list-modal-list-container{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.sys-list-modal-panel-header{display:flex;justify-content:space-between;align-items:center;padding:4px 16px;background:var(--bg-card, #ffffff);border-bottom:1px solid var(--border-color, #e2e8f0);flex-shrink:0}.sys-list-modal-panel-header:empty{display:none}.sys-list-modal-selected-badge{display:inline-flex;align-items:center;padding:3px 10px;background:#eff6ff;color:#1e40af;border-radius:4px;font-size:12px;font-weight:500;border:1px solid #bfdbfe}.sys-list-modal-footer{display:flex;justify-content:space-between;align-items:center;padding:8px 16px;background:var(--bg-table-header, #f8fafc);border-top:1px solid var(--border-color, #e2e8f0);flex-shrink:0}.sys-list-modal-footer-info{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.sys-list-modal-footer-label{font-size:13px;color:var(--text-secondary, #64748b)}.sys-list-modal-footer-label strong{color:var(--text-primary, #0f172a);font-weight:600}.sys-list-modal-footer-actions{display:flex;gap:8px;flex-shrink:0}.sys-list-modal-btn{display:inline-flex;align-items:center;gap:5px;padding:6px 14px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease;white-space:nowrap}.sys-list-modal-btn-secondary{background:var(--bg-card-hover, #f1f5f9);color:var(--text-secondary, #475569);border:1px solid var(--border-color, #e2e8f0)}.sys-list-modal-btn-secondary:hover{background:var(--border-color, #e2e8f0);color:var(--text-primary, #334155)}.sys-list-modal-btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 1px 3px #3b82f64d}.sys-list-modal-btn-primary:hover{box-shadow:0 4px 8px #3b82f659;transform:translateY(-1px)}.sys-list-modal-btn-primary:active{transform:translateY(0)}.sys-list-modal-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.sys-list-modal-body ::-webkit-scrollbar{width:6px}.sys-list-modal-body ::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.sys-list-modal-body ::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.sys-list-modal-body ::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes sys-modal-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes sys-modal-slideUp{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.sys-picker-overlay{position:fixed;inset:0;background:#0f172a73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:2050;display:flex;align-items:center;justify-content:center;padding:24px;animation:sys-picker-fadeIn .2s ease-out}.sys-picker-drawer{position:relative;width:100%;max-width:960px;height:100%;max-height:calc(100vh - 48px);min-height:min(720px,calc(100vh - 48px));background:var(--bg-card, #ffffff);box-shadow:0 24px 60px -12px #0f172a73;display:flex;flex-direction:column;border-radius:12px;border-top:4px solid #4f46e5;overflow:hidden;animation:sys-picker-popIn .22s cubic-bezier(.22,1,.36,1)}.sys-picker-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 18px;background:linear-gradient(135deg,#4f46e5,#6366f1 60%,#818cf8);color:#fff;flex-shrink:0}.sys-picker-header-left{display:flex;flex-direction:column;gap:6px;min-width:0}.sys-picker-badge{display:inline-flex;align-items:center;gap:5px;padding:2px 9px;background:#ffffff2e;border:1px solid rgba(255,255,255,.32);border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff;width:fit-content}.sys-picker-badge svg{width:11px;height:11px}.sys-picker-title{margin:0;font-size:17px;font-weight:600;line-height:1.2;color:#fff}.sys-picker-subtitle{margin:0;font-size:12px;color:#ffffffd9}.sys-picker-close{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;border-radius:8px;background:#ffffff29;color:#fff;cursor:pointer;transition:background .15s ease,transform .15s ease;flex-shrink:0}.sys-picker-close:hover{background:#ffffff4d;transform:rotate(90deg)}.sys-picker-hint{display:flex;align-items:center;gap:8px;padding:8px 18px;background:#eef2ff;border-bottom:1px solid #e0e7ff;font-size:12px;color:#4338ca;flex-shrink:0}.sys-picker-hint svg{width:14px;height:14px;flex-shrink:0}.sys-picker-hint kbd{display:inline-flex;align-items:center;padding:1px 6px;font-family:inherit;font-size:11px;font-weight:600;background:#fff;border:1px solid #c7d2fe;border-bottom-width:2px;border-radius:4px;color:#4338ca}.sys-picker-body{flex:1;overflow:hidden;display:flex;flex-direction:column;background:var(--bg-card, #f8fafc);min-height:0}.sys-picker-list-container{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.sys-picker-list-container .ls-container{height:100%;border-radius:0;background:transparent}.sys-picker-list-container .ls-table-container,.sys-picker-list-container .secondary-table-wrapper{display:flex;flex-direction:column;flex:1;min-height:0}.sys-picker-list-container .secondary-table-container{flex:1;min-height:0;overflow:auto;border-radius:0;border:none;box-shadow:none}.sys-picker-body ::-webkit-scrollbar{width:6px}.sys-picker-body ::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.sys-picker-body ::-webkit-scrollbar-thumb{background:#c7d2fe;border-radius:3px}.sys-picker-body ::-webkit-scrollbar-thumb:hover{background:#818cf8}@keyframes sys-picker-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes sys-picker-popIn{0%{opacity:0;transform:scale(.96) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}@media(max-width:768px){.sys-picker-overlay{padding:0}.sys-picker-drawer{max-width:100%;max-height:100vh;border-radius:0}}@media(max-width:768px){.sys-list-modal-backdrop{padding:0}.sys-list-modal-wrapper{max-width:100%;max-height:100vh;border-radius:0}.sys-list-modal-footer-info{display:none}.sys-list-modal-footer-actions{width:100%}.sys-list-modal-btn{flex:1;justify-content:center}}.ls-container{width:100%;height:100%;display:flex;flex-direction:column;background:var(--bg-card, #fff);border-radius:8px;overflow:hidden}.ls-status-section{padding:0}.ls-error-alert{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:13px}.ls-error-icon{font-size:14px}.ls-loading-indicator{display:flex;align-items:center;gap:8px;padding:10px 16px;color:var(--text-muted, #6b7280);font-size:13px}.ls-spinner{width:14px;height:14px;border:2px solid #e5e7eb;border-top:2px solid #3b82f6;border-radius:50%;animation:ls-spin 1s linear infinite}@keyframes ls-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ls-loading-text{font-weight:500}.ls-table-container{flex:1;overflow:auto}.ls-data-table{width:100%;border-collapse:collapse}.ls-pagination{display:flex;align-items:center;justify-content:flex-end;gap:4px;padding:6px 12px;border-top:1px solid var(--border-color, #e2e8f0);background:var(--bg-table-header, #f8fafc)}.ls-pagination-btn,.ls-page-btn{display:flex;align-items:center;justify-content:center;min-width:30px;height:30px;padding:0;border:1px solid var(--border-color, #e2e8f0);border-radius:6px;background:var(--bg-card, #fff);color:var(--text-secondary, #64748b);font-size:13px;cursor:pointer;transition:all .15s ease}.ls-pagination-btn:hover:not(:disabled):not(.ls-page-active),.ls-page-btn:hover:not(:disabled){background:var(--bg-card-hover, #f1f5f9);border-color:var(--text-faint, #cbd5e1);color:var(--text-primary, #1e293b)}.ls-pagination-btn:disabled,.ls-page-btn:disabled{opacity:.35;cursor:not-allowed}.ls-pagination-btn svg,.ls-page-btn svg{width:15px;height:15px}.ls-page-num{display:flex;align-items:center;justify-content:center;min-width:30px;height:30px;padding:0 4px;border:1px solid var(--border-color, #e2e8f0);border-radius:6px;background:var(--bg-card, #fff);color:var(--text-secondary, #64748b);font-size:12px;font-weight:500;cursor:pointer;transition:all .15s ease}.ls-page-num:hover:not(.ls-page-active){background:var(--bg-card-hover, #f1f5f9);border-color:var(--text-faint, #cbd5e1);color:var(--text-primary, #1e293b)}.ls-page-active{background:#3b82f6;border-color:#3b82f6;color:#fff;font-weight:600;cursor:default}.ls-page-ellipsis{display:flex;align-items:center;justify-content:center;min-width:24px;height:30px;color:var(--text-muted, #94a3b8);font-size:12px;cursor:default;-webkit-user-select:none;user-select:none}.ls-pagination-info,.ls-page-info{font-size:12px;color:var(--text-muted, #94a3b8);padding:0 6px;white-space:nowrap}.ls-page-current{font-weight:600;color:var(--text-primary, #1e293b)}.ls-page-total{font-weight:500;color:var(--text-secondary, #64748b)}.ls-page-info .ls-count{color:var(--text-muted, #94a3b8)}.status-badge{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;text-transform:capitalize}.status-pending{background:#fef3c7;color:#d97706}.status-completed{background:#d1fae5;color:#059669}.status-cancelled{background:#fee2e2;color:#dc2626}.status-processing{background:#dbeafe;color:#2563eb}.sys-pdf-modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:9999;animation:fadeIn .2s ease-in-out}.sys-pdf-modal-container{background:#fff;border-radius:8px;width:90%;height:90%;max-width:1200px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #0000004d;animation:slideIn .3s ease-in-out}.sys-pdf-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e0e0e0;background:#f5f5f5;border-radius:8px 8px 0 0}.sys-pdf-modal-header h3{margin:0;font-size:18px;font-weight:600;color:#333}.sys-pdf-modal-close{background:none;border:none;font-size:28px;cursor:pointer;color:#666;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.sys-pdf-modal-close:hover{background:#e0e0e0;color:#333}.sys-pdf-modal-content{flex:1;overflow:auto;padding:20px;background:#f9f9f9}@keyframes slideIn{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:768px){.sys-pdf-modal-container{width:95%;height:95%}.sys-pdf-modal-header h3{font-size:16px}.sys-pdf-modal-content{padding:10px}}[dir=rtl]{font-family:Noto Sans Arabic,Ubuntu,sans-serif}[dir=rtl] .sidebar-nav{left:auto;right:0;border-right:none;border-left:1px solid rgba(255,255,255,.1);box-shadow:-4px 0 20px #0000004d}[dir=rtl] .main-dash-body.sidebar-expanded{margin-left:0;margin-right:280px}[dir=rtl] .main-dash-body.sidebar-collapsed{margin-left:0;margin-right:60px}[dir=rtl] .recent-tabs-container,[dir=rtl] .recent-tabs-container.sidebar-expanded{left:0;right:280px}[dir=rtl] .recent-tabs-container.sidebar-collapsed{left:0;right:60px}[dir=rtl] .recent-tabs-actions-container{border-left:none;border-right:1px solid rgba(255,255,255,.1)}[dir=rtl] .recent-tabs-dropdown{right:auto;left:0}[dir=rtl] .dropdown-item{text-align:right}[dir=rtl] .sidebar-tree-submenu{margin-left:0;margin-right:20px;border-left:none;border-right:1px solid rgba(255,255,255,.08)}[dir=rtl] .sidebar-level-0>.sidebar-tree-submenu{margin-left:0;margin-right:24px}[dir=rtl] .sidebar-level-1>.sidebar-tree-submenu{margin-left:0;margin-right:16px}[dir=rtl] .sidebar-chevron{margin-left:0;margin-right:auto}[dir=rtl] .top-submenu-container{left:auto;right:0;padding-left:0;padding-right:2rem}[dir=rtl] .top-sub-menu{left:auto;right:100%;padding-left:0;padding-right:1rem}[dir=rtl] .top-level-1{padding-left:0;padding-right:1rem}[dir=rtl] .top-level-1 .top-sub-menu{margin-left:0;margin-right:.5rem}[dir=rtl] .top-level-2{padding-left:0;padding-right:2rem}[dir=rtl] .top-level-2 .top-sub-menu{margin-left:0;margin-right:.25rem}[dir=rtl] .top-level-3{padding-left:0;padding-right:3rem}[dir=rtl] .top-user-section{margin-left:auto;margin-right:0}[dir=rtl] .sidebar-profile-item:hover,[dir=rtl] .top-sub-link:hover{transform:translate(-4px)}[dir=rtl] .sys-responsive-table th,[dir=rtl] .sys-responsive-table td{text-align:right}[dir=rtl] input,[dir=rtl] textarea,[dir=rtl] .table-input,[dir=rtl] .textfield-input{direction:ltr;text-align:left}[dir=rtl] .sys-pdf-preview-panel{right:auto;left:20px}[dir=rtl] .sys-pdf-error-icon{margin-right:0;margin-left:1rem}[dir=rtl] .sys-save-buttons,[dir=rtl] .sys-footer-buttons{justify-content:flex-start}@keyframes rtl-top-fade-in{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}[dir=rtl] .top-submenu-container{animation-name:rtl-top-fade-in}@media(max-width:768px){[dir=rtl] .sidebar-nav{transform:translate(100%)}[dir=rtl] .sidebar-nav.sidebar-mobile-open{transform:translate(0)}[dir=rtl] .main-dash-body.sidebar-expanded,[dir=rtl] .main-dash-body.sidebar-collapsed{margin-left:0;margin-right:60px}[dir=rtl] .recent-tabs-container,[dir=rtl] .recent-tabs-container.sidebar-expanded,[dir=rtl] .recent-tabs-container.sidebar-collapsed{left:0;right:60px}[dir=rtl] .top-submenu-container{padding-left:0;padding-right:2rem}[dir=rtl] .top-sub-menu{padding-left:0;padding-right:1rem}[dir=rtl] .sys-pdf-preview-panel{right:auto;left:5%}}*{box-sizing:border-box}.l-navbar{width:100%;background:#0f172a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000001a;border-bottom:1px solid rgba(255,255,255,.05)}.l-navbar-content{display:flex;align-items:center;gap:14px}.logo{height:42px;width:42px;object-fit:contain;filter:brightness(0) invert(1)}.company-name{color:#fff;font-size:1.5rem;font-weight:700;letter-spacing:.5px;background:linear-gradient(to right,#fff,#e2e8f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.login-page{display:flex;flex-direction:column;min-height:var(--full-height, 142.86vh)}.login-container{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;background-color:#e2e8f0}.login-form{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 20px 40px #00000040;width:100%;max-width:420px;animation:fadeInUp .6s ease-out;position:relative;overflow:hidden}.login-form:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(to right,#4f46e5,#06b6d4)}.login-title{text-align:center;margin-bottom:.5rem;font-size:1.8rem;color:#0f172a;font-weight:700;letter-spacing:-.5px}.login-subtitle{text-align:center;margin-bottom:2rem;color:#64748b;font-size:.95rem}.input-group{margin-bottom:1.5rem;display:flex;flex-direction:column}.input-group label{margin-bottom:.5rem;font-size:.95rem;font-weight:500;color:#334155}.input-group input{padding:.9rem 1.2rem;border:1.5px solid #e2e8f0;border-radius:10px;font-size:1rem;transition:all .25s ease;background:#f8fafc}.input-group input:focus{border-color:#4f46e5;outline:none;box-shadow:0 0 0 4px #4f46e526;background:#fff;transform:translateY(-2px)}.input-group input::placeholder{color:#94a3b8}.login-btn{width:100%;padding:1rem;background:linear-gradient(to right,#0f172a,#1e293b);color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;margin-top:.5rem;letter-spacing:.5px;box-shadow:0 4px 6px #0f172a33}.login-btn:hover{background:linear-gradient(to right,#1e293b,#334155);transform:translateY(-2px);box-shadow:0 8px 15px #0f172a4d}.login-btn:active{transform:translateY(0)}.logging-text{text-align:center;margin:15px 0;color:#666;font-size:14px;font-style:italic}.input-group{margin-bottom:15px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.login-form{padding:2rem 1.5rem}.navbar{padding:1rem}.company-name{font-size:1.3rem}}.input-group select{padding:.9rem 2.5rem .9rem 1.2rem;border:1.5px solid #e2e8f0;border-radius:10px;font-size:1rem;transition:all .25s ease;background:#f8fafc;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%234b5563' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1em}.input-group select:focus{border-color:#4f46e5;outline:none;box-shadow:0 0 0 4px #4f46e526;background:#fff;transform:translateY(-2px)}.input-group select:disabled{background-color:#f1f5f9;color:#94a3b8;cursor:not-allowed;opacity:.7}.error-message{background-color:#fee2e2;color:#dc2626;padding:.75rem 1rem;border-radius:8px;margin-bottom:1.5rem;border-left:4px solid #dc2626;font-size:.9rem}.loading-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite;margin-right:8px;vertical-align:middle}.login-btn:disabled{background:#94a3b8;cursor:not-allowed;transform:none;box-shadow:none}.login-btn:disabled:hover{background:#94a3b8;transform:none;box-shadow:none}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Toastify__toast-container{z-index:99999!important}.Toastify__toast{border-radius:8px!important;font-family:inherit!important;font-size:13px!important;box-shadow:var(--shadow-sm)!important;min-height:48px!important}[data-theme=dark] .Toastify__toast{background:var(--bg-card)!important;color:var(--text-primary)!important;border:1px solid var(--border-color)!important}[data-theme=dark] .Toastify__toast--success{background:#022c22!important;border-color:#065f46!important}[data-theme=dark] .Toastify__toast--error{background:#2c0b0e!important;border-color:#7f1d1d!important}[data-theme=dark] .Toastify__toast--warning{background:#2c1a05!important;border-color:#78350f!important}[data-theme=dark] .Toastify__toast--info{background:#0c1929!important;border-color:#1e3a5f!important}[data-theme=dark] .Toastify__close-button{color:var(--text-muted)!important}.toast-custom-content{display:flex;flex-direction:column;gap:8px}.toast-custom-message{font-size:13px;line-height:1.4}.toast-custom-actions{display:flex;gap:6px;flex-wrap:wrap}.toast-action-btn{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:600;border:none;border-radius:4px;cursor:pointer;transition:all .15s;background:#fff3;color:inherit}.toast-action-btn:hover{background:#ffffff59}[data-theme=dark] .toast-action-btn{background:#ffffff1a}[data-theme=dark] .toast-action-btn:hover{background:#fff3}.toast-action-flag,.toast-action-notify{color:inherit}.toast-action-btn.toast-action-icon{width:24px;height:24px;padding:0;justify-content:center}.report-issue-overlay{position:fixed;inset:0;background:#0000008c;z-index:100000;display:flex;align-items:center;justify-content:center;padding:24px;animation:report-issue-fade-in .15s ease-out}@keyframes report-issue-fade-in{0%{opacity:0}to{opacity:1}}.report-issue-modal{width:100%;max-width:520px;max-height:90vh;background:var(--bg-card, #ffffff);border:1px solid var(--border-color, #e5e7eb);border-radius:10px;box-shadow:0 25px 60px #0000004d;display:flex;flex-direction:column;overflow:hidden;animation:report-issue-slide-up .2s ease-out}@keyframes report-issue-slide-up{0%{transform:translateY(12px);opacity:0}to{transform:translateY(0);opacity:1}}.report-issue-header{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;background:linear-gradient(135deg,#1e293b,#0f172a);flex-shrink:0}.report-issue-header h3{margin:0;font-size:15px;font-weight:600;color:#fff}.report-issue-close{background:none;border:none;color:#ffffffb3;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .15s}.report-issue-close:hover:not(:disabled){background:#ffffff1a;color:#fff}.report-issue-body{display:flex;flex-direction:column;gap:12px;padding:16px 18px 18px;overflow-y:auto}.report-issue-meta{display:grid;grid-template-columns:1fr 1fr;gap:8px 14px;padding:12px 14px;background:var(--bg-card-hover, #f8fafc);border:1px solid var(--border-color, #e5e7eb);border-radius:6px;font-size:12px}.report-issue-meta-row{display:flex;flex-direction:column;gap:2px;min-width:0}.report-issue-meta-row-error{grid-column:1 / -1}.report-issue-meta-label{font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted, #6b7280);font-weight:600}.report-issue-meta-value{font-size:13px;color:var(--text-primary, #111827);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.report-issue-meta-error{white-space:pre-wrap;word-break:break-word;color:#b91c1c;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}[data-theme=dark] .report-issue-meta-error{color:#fca5a5}.report-issue-label{font-size:12px;font-weight:600;color:var(--text-secondary, #374151)}.report-issue-textarea{width:100%;padding:10px 12px;font-size:13px;font-family:inherit;color:var(--text-primary, #111827);background:var(--bg-card, #ffffff);border:1px solid var(--border-color, #d1d5db);border-radius:6px;resize:vertical;min-height:100px;transition:border-color .15s,box-shadow .15s}.report-issue-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.report-issue-textarea:disabled{opacity:.7;cursor:not-allowed}.report-issue-footer{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.report-issue-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;border:1px solid transparent;border-radius:6px;cursor:pointer;transition:all .15s}.report-issue-btn:disabled{opacity:.6;cursor:not-allowed}.report-issue-btn-secondary{background:transparent;border-color:var(--border-color, #d1d5db);color:var(--text-secondary, #374151)}.report-issue-btn-secondary:hover:not(:disabled){background:var(--bg-card-hover, #f3f4f6)}.report-issue-btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.report-issue-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1e40af)}.report-issue-sent{padding:36px 24px;text-align:center;color:var(--text-secondary, #374151)}.report-issue-sent-icon{width:48px;height:48px;margin:0 auto 12px;border-radius:50%;background:#10b981;color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700}@media(max-width:480px){.report-issue-meta{grid-template-columns:1fr}}.Toastify__progress-bar{height:3px!important}.toast-history-overlay{position:fixed;inset:0;z-index:1100;background:#0003}.toast-history-panel{position:fixed;top:0;right:0;width:360px;max-width:90vw;height:100vh;background:var(--bg-card, #ffffff);box-shadow:-4px 0 20px #00000026;display:flex;flex-direction:column;z-index:1101;animation:toast-panel-in .2s ease}@keyframes toast-panel-in{0%{transform:translate(100%)}to{transform:translate(0)}}.toast-history-header{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-bottom:1px solid var(--border-color, #e5e7eb);background:linear-gradient(135deg,#1e293b,#0f172a);flex-shrink:0}.toast-history-header h3{margin:0;font-size:15px;font-weight:600;color:#fff}.toast-history-header-actions{display:flex;align-items:center;gap:8px}.toast-history-clear{display:flex;align-items:center;gap:4px;padding:4px 10px;background:#ef444426;border:1px solid rgba(239,68,68,.3);border-radius:4px;color:#fca5a5;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s}.toast-history-clear:hover{background:#ef444440;color:#fff}.toast-history-close{display:flex;align-items:center;justify-content:center;background:none;border:none;color:#ffffffb3;cursor:pointer;padding:4px;border-radius:4px;transition:all .15s}.toast-history-close:hover{background:#ffffff1a;color:#fff}.toast-history-tabs{display:flex;border-bottom:1px solid var(--border-color, #e5e7eb);flex-shrink:0}.toast-history-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 12px;background:none;border:none;border-bottom:2px solid transparent;font-size:13px;font-weight:500;color:var(--text-muted, #6b7280);cursor:pointer;transition:all .15s}.toast-history-tab:hover{color:var(--text-primary, #111827);background:var(--bg-card-hover, #f9fafb)}.toast-history-tab.active{color:var(--text-primary, #111827);border-bottom-color:#3b82f6}.toast-history-tab-error.active{border-bottom-color:#ef4444}.toast-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;background:var(--bg-card-hover, #e5e7eb);color:var(--text-muted, #6b7280);font-size:11px;font-weight:600;border-radius:9px}.toast-history-tab.active .toast-tab-count{background:#dbeafe;color:#2563eb}.toast-history-tab-error.active .toast-tab-count-error{background:#fee2e2;color:#dc2626}[data-theme=dark] .toast-history-tab.active .toast-tab-count{background:#3b82f633;color:#93c5fd}[data-theme=dark] .toast-history-tab-error.active .toast-tab-count-error{background:#ef444433;color:#fca5a5}.toast-history-list{flex:1;overflow-y:auto;padding:8px}.toast-history-empty{display:flex;align-items:center;justify-content:center;height:200px;color:var(--text-muted, #6b7280);font-size:13px}.toast-history-item{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border-radius:6px;margin-bottom:4px;transition:background .15s;border-left:3px solid transparent}.toast-history-item:hover{background:var(--bg-card-hover, #f9fafb)}.toast-history-success{border-left-color:#10b981}.toast-history-error{border-left-color:#ef4444}.toast-history-warn{border-left-color:#f59e0b}.toast-history-info{border-left-color:#3b82f6}.toast-history-flagged{background:#ef44440f!important}[data-theme=dark] .toast-history-flagged{background:#ef44441a!important}.toast-history-item-icon{flex-shrink:0;margin-top:1px}.toast-history-success .toast-history-item-icon{color:#10b981}.toast-history-error .toast-history-item-icon{color:#ef4444}.toast-history-warn .toast-history-item-icon{color:#f59e0b}.toast-history-info .toast-history-item-icon{color:#3b82f6}.toast-history-item-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.toast-history-item-message{font-size:13px;color:var(--text-primary, #111827);line-height:1.4;word-break:break-word}.toast-history-item-time{font-size:11px;color:var(--text-faint, #9ca3af)}.toast-history-flag-btn{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:26px;height:26px;background:none;border:none;border-radius:4px;color:var(--text-faint, #9ca3af);cursor:pointer;transition:all .15s}.toast-history-flag-btn:hover{background:var(--bg-card-hover, #f3f4f6);color:#f59e0b}.toast-history-flag-btn.flagged{color:#f59e0b}.toast-history-list::-webkit-scrollbar{width:4px}.toast-history-list::-webkit-scrollbar-track{background:transparent}.toast-history-list::-webkit-scrollbar-thumb{background:var(--border-color, #d1d5db);border-radius:2px}.toast-bell-wrapper{position:relative;display:flex;align-items:center}.toast-bell-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:transparent;border:none;color:#fff9;border-radius:4px;cursor:pointer;transition:all .2s}.toast-bell-btn:hover{background:#ffffff1a;color:#fff}.toast-bell-badge{position:absolute;top:-2px;right:-2px;min-width:16px;height:16px;padding:0 4px;background:#ef4444;color:#fff;font-size:10px;font-weight:700;border-radius:8px;display:flex;align-items:center;justify-content:center;pointer-events:none}:root{--nav-glass-bg: rgba(15, 23, 42, .55);--nav-glass-border: rgba(255, 255, 255, .08);--nav-hover-bg: rgba(255, 255, 255, .04);--nav-active-bg: rgba(99, 102, 241, .18);--nav-active-border: rgba(99, 102, 241, .45);--nav-accent: var(--nav-icon-color, #6366f1);--nav-ease: cubic-bezier(.22,.61,.36,1)}.sidebar-nav{background:linear-gradient(180deg,var(--nav-glass-bg),var(--nav-glass-bg)),var(--sidebar-bg, linear-gradient(180deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%));color:#fff;position:fixed;top:0;left:0;height:var(--full-height, 142.86vh);z-index:1000;box-shadow:4px 0 24px #00000059;font-family:var(--font-family-base, "Inter", "Segoe UI", system-ui, -apple-system, sans-serif);border-right:1px solid var(--nav-glass-border);backdrop-filter:blur(20px) saturate(140%);-webkit-backdrop-filter:blur(20px) saturate(140%);transition:width .24s var(--nav-ease);display:flex;flex-direction:column}.sidebar-open{width:280px}.sidebar-closed{width:60px}.sidebar-header{padding:.75rem 1rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;min-height:56px}.sidebar-brand{display:flex;align-items:center;gap:10px;cursor:pointer;overflow:hidden;flex:1;min-width:0}.sidebar-logo{width:32px;height:32px;object-fit:contain;flex-shrink:0;border-radius:6px}.sidebar-brand-name{font-size:1.1rem;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:.5px}.sidebar-closed .sidebar-brand{justify-content:center}.sidebar-closed .sidebar-header{justify-content:center;flex-direction:column;gap:8px;padding:.75rem .5rem}.sidebar-toggle{background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;border-radius:6px;transition:background-color .2s ease}.sidebar-toggle:hover{background:#ffffff1a}.sidebar-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:1rem 0;min-height:0}.sidebar-menu{list-style:none;margin:0;padding:0}.sidebar-item{position:relative;margin-bottom:.25rem}.sidebar-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;text-decoration:none;color:var(--nav-font-color, #ffffff);font-weight:500;font-size:.9375rem;transition:all .3s ease;border-radius:8px;margin:0 .5rem;position:relative;overflow:hidden}.sidebar-link:hover{background:#ffffff1a;color:#fff}.sidebar-icon{color:var(--nav-icon-color, #6366f1);flex-shrink:0}.sidebar-icon.sidebar-icon-sub{color:var(--nav-icon-color, rgba(165, 180, 252, .75));opacity:.7}.sidebar-tree-link:hover .sidebar-icon.sidebar-icon-sub,.sidebar-tree-link.is-active .sidebar-icon.sidebar-icon-sub{opacity:1;color:var(--nav-icon-color, #c7d2fe)}.sidebar-chevron{margin-left:auto;color:var(--nav-icon-color, #94a3b8);opacity:.7;transition:transform .2s ease,opacity .2s ease}.sidebar-tree{list-style:none;margin:0;padding:0}.sidebar-tree-item{position:relative;margin-bottom:2px}.sidebar-tree-link{display:flex;align-items:center;justify-content:space-between;padding:9px 14px;text-decoration:none;color:var(--nav-font-color, #ffffff);font-weight:500;font-size:13px;line-height:1.35;letter-spacing:.1px;transition:background .18s var(--nav-ease),color .18s var(--nav-ease);border-radius:10px;margin:0 8px;position:relative;outline:none}.sidebar-tree-link:hover{background:var(--nav-hover-bg);color:#fff}.sidebar-tree-link:hover .sidebar-icon{filter:brightness(1.2)}.sidebar-tree-item.is-expanded>.sidebar-tree-link{background:var(--nav-hover-bg);margin-bottom:4px}.sidebar-tree-link.is-active{background:var(--nav-active-bg);color:#fff}.sidebar-tree-link.is-active:hover{background:#6366f14d;color:#fff}.sidebar-tree-link.is-active:before{content:"";position:absolute;inset-inline-start:4px;top:8px;bottom:8px;width:2px;border-radius:2px;background:linear-gradient(180deg,var(--nav-accent),#8b5cf6)}.sidebar-closed .sidebar-tree-link{justify-content:center;padding:10px 0;margin:0 6px}.sidebar-closed .sidebar-link-content{flex:0 0 auto;justify-content:center;gap:0;width:100%}.sidebar-closed .sidebar-tree-link[title]:hover:after{content:attr(title);position:absolute;inset-inline-start:calc(100% + 12px);top:50%;transform:translateY(-50%);background:#0f172af2;color:#fff;font-size:12px;font-weight:500;padding:6px 10px;border-radius:6px;white-space:nowrap;border:1px solid var(--nav-glass-border);box-shadow:0 8px 20px #00000059;z-index:1002;pointer-events:none}.sidebar-link-content{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.sidebar-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-chevron-wrapper{display:flex;align-items:center;justify-content:center;color:#fff6;transition:transform .2s ease}.sidebar-tree-item.is-expanded>.sidebar-tree-link .sidebar-chevron-wrapper{color:var(--nav-icon-color, #ffffff);opacity:1}.sidebar-tree-submenu{list-style:none;padding:0;overflow:hidden;position:relative;margin:0 0 0 20px;border-left:1px solid rgba(255,255,255,.08);transition:all .3s ease}.sidebar-level-0>.sidebar-tree-submenu{margin-left:24px}.sidebar-level-1>.sidebar-tree-submenu{margin-left:16px}.sidebar-footer{padding:1rem;border-top:1px solid rgba(255,255,255,.1);margin-top:auto;display:flex;flex-direction:column;gap:.75rem;flex-shrink:0;position:relative;z-index:10}.sidebar-profile-info{display:flex;flex-direction:column;gap:.6rem;padding:.85rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1);margin-bottom:.5rem;box-shadow:inset 0 0 10px #0000001a}.sidebar-profile-item{display:flex;align-items:center;gap:.8rem;padding:.4rem .6rem;border-radius:8px;transition:all .2s ease}.sidebar-profile-item:hover{background:#ffffff14;transform:translate(4px)}.sidebar-profile-icon{color:var(--nav-icon-color, #818cf8);flex-shrink:0;display:flex;align-items:center;justify-content:center}.sidebar-profile-text{font-size:.85rem;color:var(--nav-font-color, #ffffff);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500;letter-spacing:.4px}.sidebar-logout-btn{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:#fca5a5;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:.9375rem;font-weight:500}.sidebar-logout-btn:hover{background:#ef444433;border-color:#ef44444d;color:#fff}.sidebar-theme-btn{display:flex;align-items:center;gap:.75rem;width:100%;padding:.65rem 1rem;background:#6366f11a;border:1px solid rgba(99,102,241,.2);color:#a5b4fc;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:.9375rem;font-weight:500}.sidebar-theme-btn:hover{background:#6366f133;border-color:#6366f159;color:#fff}.sidebar-closed .sidebar-theme-btn{justify-content:center;padding:.65rem;width:100%}.sidebar-closed .sidebar-footer{padding:.5rem}.sidebar-closed .sidebar-logout-btn{justify-content:center;padding:.75rem;width:100%}.logout-confirm-overlay{position:fixed;inset:0;background:#0000008c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:logoutFadeIn .16s var(--nav-ease, ease)}.logout-confirm-dialog{width:100%;max-width:360px;margin:1rem;background:#fff;border-radius:14px;padding:1.5rem;text-align:center;box-shadow:0 20px 50px #0000004d;animation:logoutPop .18s var(--nav-ease, ease)}.logout-confirm-icon{width:48px;height:48px;margin:0 auto .85rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ef44441f;color:#ef4444}.logout-confirm-title{margin:0 0 .4rem;font-size:1.1rem;font-weight:700;color:#1e293b}.logout-confirm-text{margin:0 0 1.25rem;font-size:.9rem;color:#64748b;line-height:1.5}.logout-confirm-actions{display:flex;gap:.6rem}.logout-confirm-cancel,.logout-confirm-confirm{flex:1;padding:.6rem 1rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .15s ease}.logout-confirm-cancel{background:#f1f5f9;border:1px solid #e2e8f0;color:#334155}.logout-confirm-cancel:hover{background:#e2e8f0}.logout-confirm-confirm{background:#ef4444;border:1px solid #ef4444;color:#fff}.logout-confirm-confirm:hover{background:#dc2626;border-color:#dc2626}@keyframes logoutPop{0%{opacity:0;transform:scale(.94) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}[data-theme=dark] .logout-confirm-dialog{background:#1e293b}[data-theme=dark] .logout-confirm-title{color:#f1f5f9}[data-theme=dark] .logout-confirm-text{color:#94a3b8}[data-theme=dark] .logout-confirm-cancel{background:#334155;border-color:#475569;color:#e2e8f0}[data-theme=dark] .logout-confirm-cancel:hover{background:#475569}.sidebar-content::-webkit-scrollbar{width:4px}.sidebar-content::-webkit-scrollbar-track{background:#ffffff1a;border-radius:2px}.sidebar-content::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:2px}.sidebar-content::-webkit-scrollbar-thumb:hover{background:#ffffff80}.sidebar-search{padding:8px 12px 4px;position:relative}.sidebar-search-input{width:100%;padding:8px 10px 8px 32px;background:var(--nav-hover-bg);border:1px solid var(--nav-glass-border);border-radius:8px;color:var(--nav-font-color, #fff);font-size:12.5px;font-family:inherit;outline:none;transition:border-color .18s var(--nav-ease),background .18s var(--nav-ease)}.sidebar-search-input::placeholder{color:#ffffff73}.sidebar-search-input:focus{border-color:var(--nav-active-border);background:#ffffff0f}.sidebar-search-icon{position:absolute;inset-inline-start:22px;top:50%;transform:translateY(-50%);color:var(--nav-icon-color, rgba(255, 255, 255, .5));opacity:.6;pointer-events:none}.sidebar-section{padding:6px 0 2px}.sidebar-section-title{padding:8px 16px 4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#fff6}.sidebar-closed .sidebar-section-title,.sidebar-closed .sidebar-search{display:none}.sidebar-pin-btn{position:absolute;inset-inline-end:10px;top:50%;transform:translateY(-50%);background:transparent;border:none;padding:3px;border-radius:4px;color:#ffffff59;cursor:pointer;opacity:0;transition:opacity .18s var(--nav-ease),color .18s var(--nav-ease),background .18s var(--nav-ease)}.sidebar-tree-link:hover .sidebar-pin-btn,.sidebar-pin-btn.is-pinned{opacity:1}.sidebar-pin-btn.is-pinned{color:#fbbf24}.sidebar-pin-btn:hover{background:var(--nav-hover-bg);color:#fbbf24}.sidebar-closed .sidebar-pin-btn{display:none}@media(max-width:768px){.sidebar-nav{transform:translate(-100%);transition:transform .3s ease}.sidebar-nav.sidebar-mobile-open{transform:translate(0)}.sidebar-closed{width:60px}}.top-link:before{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:linear-gradient(90deg,#6366f1,#8b5cf6);transition:all .3s ease;transform:translate(-50%)}.top-link:hover:before,.top-item:hover .top-link:before{width:80%}.top-link:hover{color:#fff;background:#ffffff0d}.top-icon{flex-shrink:0;color:var(--nav-icon-color, currentColor)}.top-chevron{transition:transform .3s ease;flex-shrink:0;color:var(--nav-icon-color, currentColor);opacity:.7}.top-chevron-rotated{transform:rotate(180deg)}.top-submenu-container{position:absolute;top:100%;left:0;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1001;min-width:250px}.top-submenu-active{opacity:1;visibility:visible;transform:translateY(0)}.top-submenu{background:linear-gradient(135deg,#1e293b,#334155);border-radius:12px;padding:.75rem;margin-top:.5rem;box-shadow:0 20px 40px #0006,0 0 0 1px #ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);list-style:none}.top-sub-item{position:relative}.top-sub-link{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;color:#e2e8f0;text-decoration:none;font-size:.875rem;font-weight:500;border-radius:6px;transition:all .2s ease;gap:.5rem}.top-sub-link:hover{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;transform:translate(4px)}.top-sub-menu{display:none;position:absolute;top:0;left:100%;background:linear-gradient(135deg,#1e293b,#334155);border-radius:8px;padding:.5rem;min-width:200px;box-shadow:0 10px 30px #0000004d;border:1px solid rgba(255,255,255,.1);list-style:none;z-index:1002}.top-sub-item:hover>.top-sub-menu{display:block;animation:top-fade-in .2s ease}.top-level-1 .top-sub-menu{margin-left:.5rem}.top-level-2 .top-sub-menu{margin-left:.25rem}@keyframes top-fade-in{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes top-slide-down{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1200px){.top-container{padding:0 1.5rem}.top-link{padding:1rem;font-size:.875rem}}@media(max-width:1024px){.top-mobile-toggle{display:block}.top-user-section{display:flex;margin-left:0;order:-1;margin-right:auto}.top-menu{display:none;flex-direction:column;position:absolute;top:100%;left:0;width:100%;background:var(--sidebar-bg, linear-gradient(135deg, #1a1a2e 0%, #16213e 100%));padding:1rem 0;box-shadow:0 10px 30px #0000004d;border-top:1px solid rgba(255,255,255,.1)}.top-menu-open{display:flex;animation:top-slide-down .3s ease}.top-item{width:100%;margin:0}.top-link{padding:1rem 2rem;justify-content:space-between;border-radius:0;border-bottom:1px solid rgba(255,255,255,.05)}.top-link:before{display:none}.top-submenu-container{position:static;opacity:1;visibility:visible;transform:none;display:none;padding-left:2rem}.top-submenu-active{display:block}.top-submenu{background:transparent;box-shadow:none;border:none;margin:0;padding:0}.top-sub-menu{position:static;display:none;box-shadow:none;border:none;background:transparent;padding-left:1rem}.top-sub-item:hover>.top-sub-menu{display:block}.top-sub-link{padding:.875rem 1rem}}@media(max-width:480px){.top-container{padding:0 1rem}.top-brand{font-size:1.125rem}.top-link{padding:1rem 1.5rem}}.top-link:focus,.top-sub-link:focus,.top-mobile-toggle:focus{outline:2px solid #6366f1;outline-offset:2px}.top-loading{opacity:.7;pointer-events:none}.top-loading:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);animation:top-shimmer 1.5s infinite}@keyframes top-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.top-user-section{display:flex;align-items:center;gap:1rem}.top-user-info{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:6px;background:#ffffff1a}.top-logout-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:none;border-radius:6px;background:#ef4444e6;color:#fff;cursor:pointer;transition:all .2s ease;font-size:.875rem}.top-logout-btn:hover{background:#ef4444;transform:translateY(-1px)}.top-logout-btn:active{transform:translateY(0)}.top-logout-text{display:none}@media(min-width:768px){.top-logout-text{display:inline}}@media(max-width:767px){.top-user-section{order:3;width:100%;justify-content:center;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.top-logout-btn{padding:.75rem 1rem}.top-logout-text{display:inline}}.top-loading{display:flex;align-items:center;justify-content:center;padding:1rem;color:#666;font-style:italic}.top-level-1{padding-left:1rem}.top-level-2{padding-left:2rem}.top-level-3{padding-left:3rem}.logout-modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:99999;display:flex;justify-content:center;align-items:center;animation:logoutFadeIn .15s ease}@keyframes logoutFadeIn{0%{opacity:0}to{opacity:1}}.logout-modal{background:#fff;border-radius:16px;padding:32px;width:380px;max-width:90vw;text-align:center;box-shadow:0 20px 60px #0003;animation:logoutSlideUp .2s ease}@keyframes logoutSlideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.logout-modal-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:#ef44441a;border-radius:50%;color:#ef4444;margin-bottom:16px}.logout-modal-title{margin:0 0 8px;font-size:18px;font-weight:700;color:#1e293b}.logout-modal-text{margin:0 0 24px;font-size:14px;color:#64748b;line-height:1.5}.logout-modal-actions{display:flex;gap:12px}.logout-modal-cancel{flex:1;padding:10px 20px;border:1px solid #e2e8f0;background:#fff;color:#475569;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease}.logout-modal-cancel:hover{background:#f8fafc;border-color:#cbd5e1}.logout-modal-confirm{flex:1;padding:10px 20px;border:none;background:#ef4444;color:#fff;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease}.logout-modal-confirm:hover{background:#dc2626}.logout-modal-confirm:active{transform:scale(.97)}[data-theme=dark] .logout-modal{background:#1e293b}[data-theme=dark] .logout-modal-title{color:#f1f5f9}[data-theme=dark] .logout-modal-text{color:#94a3b8}[data-theme=dark] .logout-modal-cancel{background:#334155;border-color:#475569;color:#e2e8f0}[data-theme=dark] .logout-modal-cancel:hover{background:#3b4f6b}.recent-tabs-container{position:fixed;top:0;left:280px;right:0;height:44px;background:linear-gradient(180deg,var(--nav-glass-bg, rgba(15,23,42,.55)),var(--nav-glass-bg, rgba(15,23,42,.55))),var(--sidebar-bg, linear-gradient(135deg, #1a1a2e 0%, #0f3460 100%));border-bottom:1px solid var(--nav-glass-border, rgba(255, 255, 255, .08));backdrop-filter:blur(20px) saturate(140%);-webkit-backdrop-filter:blur(20px) saturate(140%);z-index:999;display:flex;align-items:center;transition:left .24s var(--nav-ease, cubic-bezier(.22,.61,.36,1))}.recent-tabs-container.sidebar-expanded{left:280px}.recent-tabs-container.sidebar-collapsed{left:60px}.recent-tabs-scrollable{display:flex;align-items:center;gap:4px;overflow-x:auto;overflow-y:hidden;height:100%;padding:0 8px;flex:1 1 0;min-width:0}.recent-tabs-scrollable::-webkit-scrollbar{height:0;display:none}.recent-tabs-scrollable{-ms-overflow-style:none;scrollbar-width:none}.recent-tab{display:inline-flex;align-items:center;gap:6px;padding:6px 10px 6px 12px;background:transparent;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:background .18s var(--nav-ease, cubic-bezier(.22,.61,.36,1)),border-color .18s var(--nav-ease, cubic-bezier(.22,.61,.36,1));white-space:nowrap;flex:0 0 auto;height:30px;margin-top:4px;position:relative}.recent-tab:hover{background:var(--nav-hover-bg, rgba(255, 255, 255, .04));border-color:var(--nav-glass-border, rgba(255, 255, 255, .08))}.recent-tab.active{background:var(--nav-active-bg, rgba(99, 102, 241, .18));border-color:var(--nav-active-border, rgba(99, 102, 241, .45))}.recent-tab.active:after{content:"";position:absolute;left:10%;right:10%;bottom:-5px;height:2px;border-radius:2px;background:linear-gradient(90deg,var(--nav-accent, #6366f1),#8b5cf6)}.recent-tab.active .tab-label{color:#fff}.recent-tab .tab-label{color:#ffffffc7;font-size:12px;font-weight:500;white-space:nowrap;flex:0 0 auto;letter-spacing:.1px}.recent-tab:hover .tab-label{color:#fff}.tab-close{display:flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;background:transparent;border:none;border-radius:4px;color:#94a3b8;cursor:pointer;transition:opacity .18s ease,background .18s ease,color .18s ease;flex:0 0 auto;opacity:0}.recent-tab:hover .tab-close,.recent-tab.active .tab-close{opacity:1}.tab-close:hover{background:#ef444433;color:#fca5a5}.no-tabs-message{color:#64748b;font-size:12px;font-style:italic;padding:0 16px;white-space:nowrap}.recent-tabs-actions-container{display:flex;align-items:center;gap:12px;padding:0 8px;border-left:1px solid rgba(255,255,255,.1);height:28px;flex:0 0 auto}.session-timer{display:flex;align-items:center;gap:6px;background:#ffffff0d;padding:4px 10px;border-radius:4px;border:1px solid rgba(255,255,255,.1)}.timer-icon{color:#fbbf24}.timer-text{color:#fff;font-family:Monaco,Consolas,monospace;font-size:13px;font-weight:500;letter-spacing:.5px}.recent-tabs-actions{display:flex;align-items:center;position:relative}.recent-tabs-menu-trigger{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:transparent;border:none;color:#fff9;border-radius:4px;cursor:pointer;transition:all .2s ease}.recent-tabs-menu-trigger:hover,.recent-tabs-menu-trigger.active{background:#ffffff1a;color:#fff}.recent-tabs-dropdown{position:absolute;top:calc(100% + 10px);right:0;background:#0f172aeb;border:1px solid var(--nav-glass-border, rgba(255, 255, 255, .08));backdrop-filter:blur(24px) saturate(160%);-webkit-backdrop-filter:blur(24px) saturate(160%);border-radius:12px;box-shadow:0 16px 40px #00000080;z-index:1000;width:260px;padding:8px;animation:menuSlideIn .18s ease-out;color:#ffffffeb}.recent-tabs-dropdown .dropdown-section-label{color:#ffffff8c}.recent-tabs-dropdown .dropdown-divider{background:var(--nav-glass-border, rgba(255, 255, 255, .08))}.recent-tabs-dropdown .dropdown-toggle-row:hover,.recent-tabs-dropdown .dropdown-action-btn:hover{background:var(--nav-hover-bg, rgba(255, 255, 255, .06))}.recent-tabs-dropdown .dropdown-toggle-title{color:#fff}.recent-tabs-dropdown .dropdown-toggle-desc{color:#ffffff8c}.recent-tabs-dropdown .dropdown-action-btn{color:#ffffffd9}.recent-tabs-dropdown .dropdown-action-btn .action-icon{background:#ffffff0f;color:#ffffffbf}.recent-tabs-dropdown .dropdown-toggle-icon.icon-theme{background:#9333ea26;color:#c084fc}.recent-tabs-dropdown .dropdown-toggle-icon.icon-lang{background:#16a35e26;color:#4ade80}.recent-tabs-dropdown .dropdown-toggle-icon.icon-sound{background:#2563eb26;color:#60a5fa}.recent-tabs-dropdown .dropdown-action-btn.logout-btn{color:#f87171}.recent-tabs-dropdown .dropdown-action-btn.logout-btn .action-icon{background:#dc26261f;color:#f87171}.recent-tabs-dropdown .dropdown-action-btn.logout-btn:hover{background:#dc26261f}@keyframes menuSlideIn{0%{opacity:0;transform:translateY(-8px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.dropdown-section-label{padding:10px 12px 6px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--text-muted, #6b7280)}.dropdown-divider{height:1px;background:var(--border-color, #e5e7eb);margin:6px 8px}.dropdown-toggle-row{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:8px;cursor:pointer;transition:background .15s ease;border:none;background:none;width:100%;text-align:left}.dropdown-toggle-row:hover{background:var(--bg-card-hover, #f9fafb)}.dropdown-toggle-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;flex:0 0 auto}.dropdown-toggle-icon.icon-theme{background:#f3e8ff;color:#9333ea}.dropdown-toggle-icon.icon-lang{background:#dcfce7;color:#16a34a}.dropdown-toggle-icon.icon-sound{background:#dbeafe;color:#2563eb}[data-theme=dark] .dropdown-toggle-icon.icon-theme{background:#9333ea26;color:#c084fc}[data-theme=dark] .dropdown-toggle-icon.icon-lang{background:#16a35e26;color:#4ade80}[data-theme=dark] .dropdown-toggle-icon.icon-sound{background:#2563eb26;color:#60a5fa}.dropdown-toggle-info{flex:1;min-width:0}.dropdown-toggle-title{font-size:13px;font-weight:600;color:var(--text-primary, #111827);line-height:1.3}.dropdown-toggle-desc{font-size:11px;color:var(--text-muted, #6b7280);line-height:1.3;margin-top:1px}.toggle-switch{position:relative;width:36px;height:20px;flex:0 0 auto}.toggle-switch input{opacity:0;width:0;height:0;position:absolute}.toggle-slider{position:absolute;inset:0;background:#d1d5db;border-radius:20px;transition:background .25s ease;cursor:pointer}.toggle-slider:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;background:#fff;border-radius:50%;transition:transform .25s ease;box-shadow:0 1px 3px #00000026}.toggle-switch input:checked+.toggle-slider{background:#6366f1}.toggle-switch input:checked+.toggle-slider:after{transform:translate(16px)}.dropdown-action-btn{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:8px;cursor:pointer;transition:background .15s ease;border:none;background:none;width:100%;text-align:left;font-size:13px;font-weight:500;color:var(--text-secondary, #374151)}.dropdown-action-btn:hover{background:var(--bg-card-hover, #f9fafb)}.dropdown-action-btn .action-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;flex:0 0 auto;background:var(--bg-primary, #f3f4f6);color:var(--text-muted, #6b7280)}.dropdown-action-btn.logout-btn{color:#dc2626}.dropdown-action-btn.logout-btn .action-icon{background:#fef2f2;color:#dc2626}[data-theme=dark] .dropdown-action-btn.logout-btn .action-icon{background:#dc26261f;color:#f87171}[data-theme=dark] .dropdown-action-btn.logout-btn{color:#f87171}.dropdown-action-btn.logout-btn:hover{background:#fef2f2}[data-theme=dark] .dropdown-action-btn.logout-btn:hover{background:#dc262614}@media(max-width:768px){.recent-tabs-container{left:60px}.recent-tab{padding:6px 8px}.tab-label{font-size:11px}.recent-tabs-dropdown{width:240px}}.main-dash-container{display:flex;min-height:var(--full-height, 142.86vh)}.main-dash-content{flex:1;display:flex;flex-direction:column}.main-dash-body{flex:1;padding:1rem;padding-top:50px;transition:margin-left .3s ease,background-color .3s ease;min-height:var(--full-height, 142.86vh);display:flex;flex-direction:column;background-color:var(--bg-primary);color:var(--text-primary)}.main-dash-body>*{flex:1;display:flex;flex-direction:column}.main-dash-body.sidebar-expanded{margin-left:280px}.main-dash-body.sidebar-collapsed{margin-left:60px}.main-dash-default{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;text-align:center;color:#6c757d}@media(max-width:768px){.main-dash-body.sidebar-expanded,.main-dash-body.sidebar-collapsed{margin-left:60px}}:root{--tf-primary-50: #eff6ff;--tf-primary-100: #dbeafe;--tf-primary-500: #3b82f6;--tf-primary-600: #2563eb;--tf-primary-700: #1d4ed8;--tf-neutral-50: #f9fafb;--tf-neutral-100: #f3f4f6;--tf-neutral-200: #e5e7eb;--tf-neutral-300: #d1d5db;--tf-neutral-400: #9ca3af;--tf-neutral-500: #6b7280;--tf-neutral-600: #4b5563;--tf-neutral-700: #374151;--tf-neutral-800: #1f2937;--tf-neutral-900: #111827;--tf-success-50: #ecfdf5;--tf-success-500: #10b981;--tf-success-600: #059669;--tf-error-50: #fef2f2;--tf-error-500: #ef4444;--tf-error-600: #dc2626;--tf-warning-50: #fffbeb;--tf-warning-500: #f59e0b;--tf-warning-600: #d97706;--tf-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--tf-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--tf-shadow-focus: 0 0 0 3px rgba(59, 130, 246, .12);--tf-shadow-error: 0 0 0 3px rgba(239, 68, 68, .12);--tf-shadow-success: 0 0 0 3px rgba(16, 185, 129, .12);--tf-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--tf-font-mono: ui-monospace, SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, monospace;--tf-transition: all .2s cubic-bezier(.4, 0, .2, 1);--tf-transition-fast: all .15s cubic-bezier(.4, 0, .2, 1)}.textfield-container{position:relative;display:flex;flex-direction:column;width:100%;max-width:400px;font-family:var(--tf-font-family)}.textfield-input-wrapper{position:relative;display:flex;flex-direction:column}.textfield-field{position:relative;display:flex;align-items:center;background:#fff;border-radius:5px;transition:var(--tf-transition);overflow:hidden}.textfield-input{flex:1;padding:0;margin:0;border:none;outline:none;background:transparent;font-family:inherit;font-size:16px;line-height:1.5;color:#000;transition:var(--tf-transition);width:100%}.textfield-input::placeholder{color:var(--tf-neutral-400);opacity:1}.textfield-size-indicator{font-size:.75rem;color:#666;transition:color .2s ease}.textfield-size-exceeded{color:#d32f2f;font-weight:700}.textfield-messages-right{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.textfield-input:disabled{cursor:not-allowed;color:var(--tf-neutral-400)}.textfield-small .textfield-input{font-size:14px}.textfield-medium .textfield-input{font-size:16px}.textfield-large .textfield-input{font-size:18px}.textfield-floating .textfield-field{border:2px solid var(--tf-neutral-200);background:linear-gradient(135deg,#fff,#fafbfc);position:relative}.textfield-floating .textfield-input{padding:24px 16px 8px}.textfield-floating.textfield-small .textfield-input{padding:20px 12px 6px}.textfield-floating.textfield-large .textfield-input{padding:28px 20px 10px}.textfield-label{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--tf-neutral-500);font-size:16px;font-weight:400;pointer-events:none;transition:var(--tf-transition);background:transparent;z-index:1}.textfield-label-floating{top:12px;font-size:12px;font-weight:500;color:var(--tf-primary-600);transform:translateY(0)}.textfield-small .textfield-label{left:12px;font-size:14px}.textfield-small .textfield-label-floating{top:8px;font-size:11px}.textfield-large .textfield-label{left:20px;font-size:18px}.textfield-large .textfield-label-floating{top:14px;font-size:13px}.textfield-outlined .textfield-field{border:2px solid var(--tf-neutral-200);background:transparent}.textfield-outlined .textfield-input{padding:14px 16px}.textfield-outlined.textfield-small .textfield-input{padding:10px 12px}.textfield-outlined.textfield-large .textfield-input{padding:18px 20px}.textfield-outlined .textfield-label-standard{margin-bottom:8px;font-size:14px;font-weight:500;color:var(--tf-neutral-700)}.textfield-filled .textfield-field{background:var(--tf-neutral-50);border:none;border-bottom:2px solid var(--tf-neutral-300);border-radius:12px 12px 0 0}.textfield-filled .textfield-input{padding:20px 16px 8px}.textfield-filled.textfield-small .textfield-input{padding:16px 12px 6px}.textfield-filled.textfield-large .textfield-input{padding:24px 20px 10px}.textfield-filled .textfield-label-standard{margin-bottom:4px;font-size:14px;font-weight:500;color:var(--tf-neutral-700)}.textfield-icon{display:flex;align-items:center;justify-content:center;color:var(--tf-neutral-500);transition:var(--tf-transition);cursor:pointer;-webkit-user-select:none;user-select:none}.textfield-icon-leading{padding-left:16px;padding-right:8px}.textfield-floating.textfield-has-value .textfield-icon-leading,.textfield-floating.textfield-focused .textfield-icon-leading{padding-left:16px}.textfield-icon:hover{color:var(--tf-neutral-700)}.textfield-clear{display:flex;align-items:center;justify-content:center;padding:8px;margin-right:8px;background:transparent;border:none;border-radius:6px;color:var(--tf-neutral-400);cursor:pointer;transition:var(--tf-transition);opacity:0;transform:scale(.8)}.textfield-has-value .textfield-clear{opacity:1;transform:scale(1)}.textfield-clear:hover{background:var(--tf-neutral-100);color:var(--tf-neutral-600)}.textfield-clear:active{transform:scale(.95)}.textfield-focused .textfield-field{border-color:var(--tf-primary-500);box-shadow:var(--tf-shadow-focus)}.textfield-focused .textfield-label{color:var(--tf-primary-600)}.textfield-filled.textfield-focused .textfield-field{border-bottom-color:var(--tf-primary-500)}.textfield-container:hover:not(.textfield-disabled):not(.textfield-focused) .textfield-field{border-color:var(--tf-neutral-300)}.textfield-filled:hover:not(.textfield-disabled):not(.textfield-focused) .textfield-field{background:var(--tf-neutral-100)}.textfield-error .textfield-field{border-color:var(--tf-error-500)!important;box-shadow:var(--tf-shadow-error)!important}.textfield-error .textfield-label,.textfield-error .textfield-label-floating{color:var(--tf-error-600)!important}.textfield-filled.textfield-error .textfield-field{background:var(--tf-error-50);border-bottom-color:var(--tf-error-500)}.textfield-success .textfield-field{border-color:var(--tf-success-500);box-shadow:var(--tf-shadow-success)}.textfield-success .textfield-label,.textfield-success .textfield-label-floating{color:var(--tf-success-600)}.textfield-filled.textfield-success .textfield-field{background:var(--tf-success-50);border-bottom-color:var(--tf-success-500)}.textfield-disabled .textfield-field{background:var(--tf-neutral-100)!important;border-color:var(--tf-neutral-200)!important;cursor:not-allowed;box-shadow:none!important}.textfield-disabled .textfield-label{color:var(--tf-neutral-400)!important}.textfield-disabled .textfield-icon{color:var(--tf-neutral-300)!important;cursor:not-allowed}.textfield-readonly .textfield-field{background:var(--tf-neutral-50);cursor:default}.textfield-readonly .textfield-input{cursor:default}.textfield-messages{display:flex;justify-content:space-between;align-items:flex-start;margin-top:8px;min-height:20px}.textfield-messages-left{flex:1}.textfield-messages-right{margin-left:12px}.textfield-message{display:flex;align-items:center;gap:6px;font-size:13px;line-height:1.4;animation:slideIn .2s ease-out}.textfield-error-message{color:var(--tf-error-600)}.textfield-success-message{color:var(--tf-success-600)}.textfield-helper-text{color:var(--tf-neutral-500)}.textfield-character-count{font-size:12px;color:var(--tf-neutral-400);font-variant-numeric:tabular-nums}.textfield-required{color:var(--tf-error-500);margin-left:4px;font-weight:500}.textfield-ripple{position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:radial-gradient(circle,transparent 1%,var(--tf-primary-500) 1%);background-size:15000%;transition:background-size .3s;opacity:0}.textfield-focused .textfield-ripple{background-size:100%;opacity:.03;animation:ripple .6s ease-out}@media(max-width:640px){.textfield-container{max-width:100%}.textfield-input{font-size:16px}}[data-theme=dark]{--tf-neutral-50: #1e293b;--tf-neutral-100: #334155;--tf-neutral-200: #475569;--tf-neutral-300: #64748b;--tf-neutral-400: #94a3b8;--tf-neutral-500: #cbd5e1;--tf-neutral-600: #e2e8f0;--tf-neutral-700: #f1f5f9;--tf-neutral-800: #f8fafc;--tf-neutral-900: #ffffff}[data-theme=dark] .textfield-field{background:var(--bg-card, #1e293b)}[data-theme=dark] .textfield-input{color:var(--text-primary, #f1f5f9)}[data-theme=dark] .textfield-floating .textfield-field,[data-theme=dark] .textfield-chip-modal{background:var(--bg-card, #1e293b)}[data-theme=dark] .textfield-chip-modal-header{border-bottom-color:var(--border-color, #334155)}[data-theme=dark] .textfield-action-icon{color:var(--text-muted, #94a3b8)}[data-theme=dark] .textfield-action-icon:hover:not(:disabled){background-color:var(--bg-card-hover, #334155);color:var(--text-primary, #f1f5f9)}[data-theme=dark] .textfield-select-input{background-color:var(--bg-card, #1e293b);color:var(--text-primary, #f1f5f9);background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e")}[data-theme=dark] .textfield-select-input option{background:var(--bg-card, #1e293b);color:var(--text-primary, #f1f5f9)}[data-theme=dark] .textfield-chip-modal-overlay{background:#0009}[data-theme=dark] .textfield-chip-modal-header span{color:#93c5fd}[data-theme=dark] .textfield-chip-modal-close{color:var(--text-muted, #94a3b8)}[data-theme=dark] .textfield-chip-modal-close:hover{background:#ffffff14;color:var(--text-primary, #f1f5f9)}[data-theme=dark] .textfield-chip{background:linear-gradient(135deg,#3b82f633,#3b82f61f);border-color:#3b82f64d;color:#93c5fd}[data-theme=dark] .textfield-chip:hover:not(.textfield-chip-disabled){background:linear-gradient(135deg,#3b82f64d,#3b82f633);border-color:#3b82f680}[data-theme=dark] .textfield-chip-remove{background:#3b82f626;color:#93c5fd}[data-theme=dark] .textfield-chip-remove:hover{background:#3b82f659!important;color:#bfdbfe}[data-theme=dark] .textfield-chip-dropdown-toggle{background:linear-gradient(135deg,#3b82f633,#3b82f61f);border-color:#3b82f64d;color:#93c5fd}[data-theme=dark] .textfield-chip-dropdown-toggle:hover:not(:disabled){background:linear-gradient(135deg,#3b82f64d,#3b82f633);border-color:#3b82f680}[data-theme=dark] .textfield-chip-disabled{background:linear-gradient(135deg,#334155,#475569);border-color:#475569;color:#64748b}[data-theme=dark] .textfield-size-indicator{color:var(--text-muted, #94a3b8)}[data-theme=dark] .textfield-readonly .textfield-field{background:#0f172a}@media(prefers-contrast:high){.textfield-field{border-width:3px}.textfield-focused .textfield-field{border-width:4px}}.textfield-input[type=number]{text-align:right}.textfield-input[type=number]:focus,.textfield-input[type=number]:hover,.textfield-input[type=number]:disabled,.textfield-input[type=number]:read-only{text-align:right}.textfield-input[type=number]::-webkit-outer-spin-button,.textfield-input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.textfield-input[type=number]{-moz-appearance:textfield}.textfield-input[type=number]+.textfield-clear{right:8px}:root{--textfield-height-sm: 32px;--textfield-height-md: 40px;--textfield-height-lg: 48px;--textfield-padding-y-sm: 6px;--textfield-padding-y-md: 8px;--textfield-padding-y-lg: 12px;--textfield-padding-x-sm: 8px;--textfield-padding-x-md: 12px;--textfield-padding-x-lg: 16px}.textfield-select-input{appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;padding-right:40px!important}.textfield-has-action-icons .textfield-input{padding-right:80px}.textfield-action-icons{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.textfield-action-icon{background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#666;transition:all .2s ease;width:24px;height:24px}.textfield-action-icon:hover:not(:disabled){background-color:#f0f0f0;color:#333}.textfield-action-icon:disabled{color:#ccc;cursor:not-allowed}.textfield-has-action-icons .textfield-clear{position:relative;right:auto;top:auto;transform:none}.textfield-select.textfield-has-action-icons .textfield-select-input{padding-right:80px}.textfield-select .textfield-action-icons{right:32px}.textfield-select.textfield-has-value .textfield-select-input{padding-right:72px!important}.textfield-date .textfield-input::-webkit-calendar-picker-indicator{opacity:0;position:absolute;right:0;width:100%;height:100%;cursor:pointer}.textfield-date .textfield-input{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3e%3cline x1='16' y1='2' x2='16' y2='6'/%3e%3cline x1='8' y1='2' x2='8' y2='6'/%3e%3cline x1='3' y1='10' x2='21' y2='10'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;padding-right:40px;cursor:pointer}.textfield-date .textfield-action-icons{right:32px}.textfield-date.textfield-has-value .textfield-input{padding-right:72px}.textfield-chips-input-wrapper{display:flex;flex-wrap:nowrap;align-items:flex-end;width:100%;gap:4px;padding:0;height:100%}.textfield-chips-container{display:flex;flex-wrap:nowrap;gap:4px;overflow-x:visible;overflow-y:hidden;align-items:center;flex-shrink:0}.textfield-chip-input{flex:1;min-width:100px;border:none!important;outline:none!important;background:transparent!important;box-shadow:none!important}.textfield-chip{display:inline-flex;align-items:center;max-width:80px;min-width:40px;height:20px;padding:0 6px;background:linear-gradient(135deg,#e3f2fd,#bbdefb);border:1px solid #90caf9;border-radius:10px;font-size:11px;font-weight:500;color:#1565c0;transition:all .25s cubic-bezier(.4,0,.2,1);overflow:visible;white-space:nowrap;box-shadow:0 1px 2px #1565c01a;position:relative;z-index:1;flex-shrink:0}.textfield-chip:hover:not(.textfield-chip-disabled){background:linear-gradient(135deg,#bbdefb,#90caf9);border-color:#64b5f6;box-shadow:0 4px 12px #1565c04d;z-index:1000}.textfield-chip-value{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;position:relative}.textfield-chip:hover .textfield-chip-value:after{content:attr(data-full-value);position:absolute;left:0;top:100%;margin-top:4px;padding:4px 8px;background:#1565c0;color:#fff;border-radius:6px;font-size:11px;font-weight:500;white-space:nowrap;z-index:1001;box-shadow:0 4px 12px #00000026;pointer-events:none}.textfield-chip-remove{display:flex;align-items:center;justify-content:center;margin-left:4px;padding:0;width:14px;height:14px;background:#1565c01a;border:none;border-radius:50%;color:#1565c0;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);flex-shrink:0}.textfield-chip:hover .textfield-chip-remove{background:#1565c026}.textfield-chip-remove:hover{background:#1565c04d!important;color:#0d47a1;transform:scale(1.2)}.textfield-chip-remove:active{transform:scale(.9)}.textfield-chip-remove svg{width:10px;height:10px}.textfield-chip-disabled{background:linear-gradient(135deg,#f5f5f5,#e0e0e0);border-color:#bdbdbd;color:#757575;cursor:not-allowed;box-shadow:none}.textfield-chip-disabled:hover{transform:none;background:linear-gradient(135deg,#f5f5f5,#e0e0e0);border-color:#bdbdbd;box-shadow:none}.textfield-chip-disabled .textfield-chip-remove{display:none}@keyframes chipSlideIn{0%{opacity:0;transform:scale(.8) translateY(-10px)}60%{transform:scale(1.05) translateY(0)}to{opacity:1;transform:scale(1) translateY(0)}}.textfield-chip{animation:chipSlideIn .3s cubic-bezier(.34,1.56,.64,1)}.textfield-chip-success{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-color:#81c784;color:#2e7d32}.textfield-chip-success:hover:not(.textfield-chip-disabled){background:linear-gradient(135deg,#c8e6c9,#a5d6a7);border-color:#66bb6a}.textfield-chip-warning{background:linear-gradient(135deg,#fff8e1,#ffecb3);border-color:#ffd54f;color:#f57c00}.textfield-chip-warning:hover:not(.textfield-chip-disabled){background:linear-gradient(135deg,#ffecb3,#ffe082);border-color:#ffca28}.textfield-chip-error{background:linear-gradient(135deg,#ffebee,#ffcdd2);border-color:#e57373;color:#c62828}.textfield-chip-error:hover:not(.textfield-chip-disabled){background:linear-gradient(135deg,#ffcdd2,#ef9a9a);border-color:#ef5350}.textfield-chip-active .textfield-label{top:10px;font-size:11px;font-weight:500;color:var(--tf-primary-600);transform:translateY(0)}@media(max-width:768px){.textfield-chip-active .textfield-label{opacity:0;pointer-events:none}}@media(max-width:640px){.textfield-chip{max-width:70px;min-width:35px;height:18px;font-size:10px;padding:0 5px}.textfield-chip-remove{width:12px;height:12px;margin-left:3px}.textfield-chip-remove svg{width:8px;height:8px}.textfield-chips-container{gap:3px;padding:4px 6px}}.textfield-chip-dropdown-toggle{display:inline-flex;align-items:center;justify-content:center;gap:2px;width:28px;height:28px;padding:0;background:linear-gradient(135deg,#e3f2fd,#bbdefb);border:1px solid #90caf9;border-radius:50%;font-size:10px;font-weight:600;color:#1565c0;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);flex-shrink:0}.textfield-chip-dropdown-toggle:hover:not(:disabled){background:linear-gradient(135deg,#bbdefb,#90caf9);border-color:#64b5f6;box-shadow:0 2px 8px #1565c04d;transform:translateY(-1px)}.textfield-chip-dropdown-toggle:active:not(:disabled){transform:translateY(0)}.textfield-chip-dropdown-toggle:disabled{opacity:.5;cursor:not-allowed}.textfield-chip-dropdown-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0}.textfield-chip-dropdown-content svg{width:12px;height:12px;margin-bottom:-2px}.textfield-chip-dropdown-content span{font-size:9px;line-height:1}.textfield-chip-modal-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease-out}.textfield-chip-modal{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-width:90%;max-height:80vh;width:400px;display:flex;flex-direction:column;animation:slideUp .3s cubic-bezier(.34,1.56,.64,1)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.textfield-chip-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e0e0e0}.textfield-chip-modal-header span{font-size:16px;font-weight:600;color:#1565c0}.textfield-chip-modal-close{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;background:transparent;border:none;border-radius:50%;color:#757575;cursor:pointer;transition:all .2s}.textfield-chip-modal-close:hover{background:#0000000d;color:#424242}.textfield-chip-modal-close:active{transform:scale(.95)}.textfield-chip-modal-content{padding:16px 20px;overflow-y:auto;display:flex;flex-wrap:wrap;gap:8px;max-height:calc(80vh - 80px)}.textfield-chip-modal-content .textfield-chip{max-width:none;animation:none}.textfield-chip-max{font-size:11px;color:var(--tf-warning-600);font-style:italic}.textfield-searchable-select-wrapper{position:relative;width:100%;display:flex;flex:1}button.textfield-searchable-select-trigger{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;text-align:left;cursor:pointer;background:transparent;border:none;outline:none;margin:0;font-family:inherit;font-size:inherit;line-height:1.5;color:inherit;display:inline-flex;align-items:center;box-sizing:border-box}button.textfield-searchable-select-trigger:focus,button.textfield-searchable-select-trigger:focus-visible{outline:none}button.textfield-searchable-select-trigger:disabled{cursor:not-allowed;opacity:.6}.textfield-searchable-select-trigger-label{flex:1 1 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}.textfield-searchable-select-trigger-empty .textfield-searchable-select-trigger-label{color:var(--tf-neutral-400, #9ca3af)}.textfield-searchable-select-panel{background:#fff;border:1px solid #b3b3b3;border-radius:4px;box-shadow:0 4px 16px #0000002e;z-index:9999;display:flex;flex-direction:column;max-height:360px;overflow:hidden;font-family:inherit}[data-theme=dark] .textfield-searchable-select-panel{background:#2a2a2a;border-color:#444;box-shadow:0 6px 24px #0006}.textfield-searchable-select-search-wrapper{padding:8px;border-bottom:1px solid #e5e7eb;flex-shrink:0}[data-theme=dark] .textfield-searchable-select-search-wrapper{border-bottom-color:#444}.textfield-searchable-select-search{width:100%;padding:6px 10px;border:1px solid #d0d7de;border-radius:4px;font-size:13px;outline:none;background:#fff;color:#333;box-sizing:border-box}.textfield-searchable-select-search:focus{border-color:#1a73e8;box-shadow:0 0 0 2px #1a73e826}[data-theme=dark] .textfield-searchable-select-search{background:#1f1f1f;border-color:#555;color:#e5e5e5}.textfield-searchable-select-list{list-style:none;margin:0;padding:2px 0;overflow-y:auto;flex:1 1 auto;max-height:240px}.textfield-searchable-select-item{padding:4px 10px;font-size:13px;line-height:1.5;cursor:pointer;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.textfield-searchable-select-item-active{background:#1a73e8;color:#fff}.textfield-searchable-select-item-selected{background:#e3eefb;font-weight:500}.textfield-searchable-select-item-selected.textfield-searchable-select-item-active{background:#1a73e8;color:#fff}.textfield-searchable-select-pagination{display:flex;align-items:center;justify-content:center;gap:8px;padding:6px;border-top:1px solid #e5e7eb;flex-shrink:0;background:#fafafa}[data-theme=dark] .textfield-searchable-select-pagination{border-top-color:#444;background:#232323}.textfield-searchable-select-page-btn{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;background:#fff;border:1px solid #d0d7de;border-radius:3px;cursor:pointer;color:#333;padding:0}.textfield-searchable-select-page-btn:hover:not(:disabled){background:#f0f4f9;border-color:#1a73e8;color:#1a73e8}.textfield-searchable-select-page-btn:disabled{opacity:.4;cursor:not-allowed}[data-theme=dark] .textfield-searchable-select-page-btn{background:#2a2a2a;border-color:#555;color:#e5e5e5}.textfield-searchable-select-page-info{font-size:12px;color:#555;min-width:40px;text-align:center}[data-theme=dark] .textfield-searchable-select-page-info{color:#bbb}[data-theme=dark] .textfield-searchable-select-item{color:#e5e5e5}[data-theme=dark] .textfield-searchable-select-item-active{background:#3a3a3a}[data-theme=dark] .textfield-searchable-select-item-selected{background:#2c4566}[data-theme=dark] .textfield-searchable-select-item-selected.textfield-searchable-select-item-active{background:#355680}.textfield-searchable-select-empty{padding:12px;font-size:13px;text-align:center;color:#888}:root{--dd-primary-50: #eff6ff;--dd-primary-100: #dbeafe;--dd-primary-500: #3b82f6;--dd-primary-600: #2563eb;--dd-primary-700: #1d4ed8;--dd-neutral-50: #f9fafb;--dd-neutral-100: #f3f4f6;--dd-neutral-200: #e5e7eb;--dd-neutral-300: #d1d5db;--dd-neutral-400: #9ca3af;--dd-neutral-500: #6b7280;--dd-neutral-600: #4b5563;--dd-neutral-700: #374151;--dd-neutral-800: #1f2937;--dd-neutral-900: #111827;--dd-success-50: #ecfdf5;--dd-success-500: #10b981;--dd-success-600: #059669;--dd-error-50: #fef2f2;--dd-error-500: #ef4444;--dd-error-600: #dc2626;--dd-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--dd-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--dd-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--dd-shadow-focus: 0 0 0 3px rgba(59, 130, 246, .12);--dd-shadow-error: 0 0 0 3px rgba(239, 68, 68, .12);--dd-shadow-success: 0 0 0 3px rgba(16, 185, 129, .12);--dd-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--dd-transition: all .2s cubic-bezier(.4, 0, .2, 1);--dd-transition-fast: all .15s cubic-bezier(.4, 0, .2, 1)}.dropdown-container{position:relative;display:flex;flex-direction:column;width:100%;max-width:400px;margin-bottom:24px;font-family:var(--dd-font-family)}.dropdown-input-wrapper{position:relative;display:flex;flex-direction:column}.dropdown-field{position:relative;display:flex;align-items:center;background:#fff;border-radius:12px;transition:var(--dd-transition);cursor:pointer;min-height:56px;-webkit-user-select:none;user-select:none}.dropdown-field:focus{outline:none}.dropdown-small .dropdown-field{min-height:48px}.dropdown-medium .dropdown-field{min-height:56px}.dropdown-large .dropdown-field{min-height:64px}.dropdown-floating .dropdown-field{border:2px solid var(--dd-neutral-200);background:linear-gradient(135deg,#fff,#fafbfc)}.dropdown-label{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--dd-neutral-500);font-size:16px;font-weight:400;pointer-events:none;transition:var(--dd-transition);background:transparent;z-index:1;white-space:nowrap}.dropdown-label-floating{top:12px;font-size:12px;font-weight:500;color:var(--dd-primary-600);transform:translateY(0)}.dropdown-small .dropdown-label{left:12px;font-size:14px}.dropdown-small .dropdown-label-floating{top:8px;font-size:11px}.dropdown-large .dropdown-label{left:20px;font-size:18px}.dropdown-large .dropdown-label-floating{top:14px;font-size:13px}.dropdown-outlined .dropdown-field{border:2px solid var(--dd-neutral-200);background:transparent}.dropdown-outlined .dropdown-label-standard{margin-bottom:8px;font-size:14px;font-weight:500;color:var(--dd-neutral-700)}.dropdown-filled .dropdown-field{background:var(--dd-neutral-50);border:none;border-bottom:2px solid var(--dd-neutral-300);border-radius:12px 12px 0 0}.dropdown-filled .dropdown-label-standard{margin-bottom:4px;font-size:14px;font-weight:500;color:var(--dd-neutral-700)}.dropdown-selected{flex:1;display:flex;align-items:center;padding:16px;font-size:16px;line-height:1.5;min-height:24px}.dropdown-floating.dropdown-has-value .dropdown-selected,.dropdown-floating.dropdown-focused .dropdown-selected{padding-top:24px;padding-bottom:8px}.dropdown-small .dropdown-selected{padding:12px;font-size:14px}.dropdown-small.dropdown-floating.dropdown-has-value .dropdown-selected,.dropdown-small.dropdown-floating.dropdown-focused .dropdown-selected{padding-top:20px;padding-bottom:6px}.dropdown-large .dropdown-selected{padding:20px;font-size:18px}.dropdown-large.dropdown-floating.dropdown-has-value .dropdown-selected,.dropdown-large.dropdown-floating.dropdown-focused .dropdown-selected{padding-top:28px;padding-bottom:10px}.dropdown-value{color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown-placeholder{color:var(--dd-neutral-400);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown-icon{display:flex;align-items:center;justify-content:center;color:var(--dd-neutral-500);transition:var(--dd-transition);cursor:pointer;-webkit-user-select:none;user-select:none}.dropdown-icon-leading{padding-left:16px;padding-right:8px}.dropdown-icon:hover{color:var(--dd-neutral-700)}.dropdown-loading{display:flex;align-items:center;justify-content:center;padding:0 12px;color:var(--dd-primary-500)}.dropdown-spinner{animation:spin 1s linear infinite}.dropdown-clear{display:flex;align-items:center;justify-content:center;padding:8px;margin-right:4px;background:transparent;border:none;border-radius:6px;color:var(--dd-neutral-400);cursor:pointer;transition:var(--dd-transition);opacity:0;transform:scale(.8)}.dropdown-has-value .dropdown-clear{opacity:1;transform:scale(1)}.dropdown-clear:hover{background:var(--dd-neutral-100);color:var(--dd-neutral-600)}.dropdown-clear:active{transform:scale(.95)}.dropdown-arrow{display:flex;align-items:center;justify-content:center;padding:0 16px;color:var(--dd-neutral-500);transition:var(--dd-transition)}.dropdown-open .dropdown-arrow{transform:rotate(180deg);color:var(--dd-primary-500)}.dropdown-required{color:var(--dd-error-500);margin-left:4px;font-weight:500}.dropdown-ripple{position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:radial-gradient(circle,transparent 1%,var(--dd-primary-500) 1%);background-size:15000%;transition:background-size .3s;opacity:0}.dropdown-focused .dropdown-ripple{background-size:100%;opacity:.03;animation:ripple .6s ease-out}.dropdown-focused .dropdown-field{border-color:var(--dd-primary-500);box-shadow:var(--dd-shadow-focus)}.dropdown-focused .dropdown-label{color:var(--dd-primary-600)}.dropdown-filled.dropdown-focused .dropdown-field{border-bottom-color:var(--dd-primary-500);background:var(--dd-primary-50)}.dropdown-container:hover:not(.dropdown-disabled):not(.dropdown-focused) .dropdown-field{border-color:var(--dd-neutral-300)}.dropdown-filled:hover:not(.dropdown-disabled):not(.dropdown-focused) .dropdown-field{background:var(--dd-neutral-100)}.dropdown-error .dropdown-field{border-color:var(--dd-error-500)!important;box-shadow:var(--dd-shadow-error)!important}.dropdown-error .dropdown-label,.dropdown-error .dropdown-label-floating{color:var(--dd-error-600)!important}.dropdown-filled.dropdown-error .dropdown-field{background:var(--dd-error-50);border-bottom-color:var(--dd-error-500)}.dropdown-success .dropdown-field{border-color:var(--dd-success-500);box-shadow:var(--dd-shadow-success)}.dropdown-success .dropdown-label,.dropdown-success .dropdown-label-floating{color:var(--dd-success-600)}.dropdown-filled.dropdown-success .dropdown-field{background:var(--dd-success-50);border-bottom-color:var(--dd-success-500)}.dropdown-disabled .dropdown-field{background:var(--dd-neutral-100)!important;border-color:var(--dd-neutral-200)!important;cursor:not-allowed;box-shadow:none!important}.dropdown-disabled .dropdown-label,.dropdown-disabled .dropdown-value{color:var(--dd-neutral-400)!important}.dropdown-disabled .dropdown-icon,.dropdown-disabled .dropdown-arrow{color:var(--dd-neutral-300)!important;cursor:not-allowed}.dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:1000;background:#fff;border:1px solid var(--dd-neutral-200);border-radius:12px;box-shadow:var(--dd-shadow-lg);overflow:hidden;animation:dropdownSlideIn .2s cubic-bezier(.4,0,.2,1);transform-origin:top}.dropdown-search{padding:16px;border-bottom:1px solid var(--dd-neutral-100);background:var(--dd-neutral-50)}.dropdown-search-wrapper{position:relative;display:flex;align-items:center;background:#fff;border:1px solid var(--dd-neutral-200);border-radius:8px;transition:var(--dd-transition)}.dropdown-search-wrapper:focus-within{border-color:var(--dd-primary-500);box-shadow:var(--dd-shadow-focus)}.dropdown-search-icon{padding:0 12px;color:var(--dd-neutral-400)}.dropdown-search-input{flex:1;padding:10px 4px 10px 0;border:none;outline:none;background:transparent;font-size:14px;color:var(--dd-neutral-900)}.dropdown-search-input::placeholder{color:var(--dd-neutral-400)}.dropdown-search-clear{display:flex;align-items:center;justify-content:center;padding:4px;margin-right:8px;background:transparent;border:none;border-radius:4px;color:var(--dd-neutral-400);cursor:pointer;transition:var(--dd-transition)}.dropdown-search-clear:hover{background:var(--dd-neutral-100);color:var(--dd-neutral-600)}.dropdown-options{max-height:inherit;overflow-y:auto;padding:8px 0}.dropdown-options::-webkit-scrollbar{width:6px}.dropdown-options::-webkit-scrollbar-track{background:transparent}.dropdown-options::-webkit-scrollbar-thumb{background:var(--dd-neutral-300);border-radius:3px}.dropdown-options::-webkit-scrollbar-thumb:hover{background:var(--dd-neutral-400)}.dropdown-option{display:flex;align-items:center;padding:12px 16px;cursor:pointer;transition:var(--dd-transition);border-radius:0;position:relative;gap:12px}.dropdown-option:hover{background:var(--dd-neutral-50)}.dropdown-option:active{background:var(--dd-neutral-100)}.dropdown-option-selected{background:var(--dd-primary-50);color:var(--dd-primary-700);font-weight:500}.dropdown-option-selected:hover{background:var(--dd-primary-100)}.dropdown-option-label{flex:1;font-size:15px;line-height:1.4}.dropdown-option-description{font-size:13px;color:var(--dd-neutral-500);margin-top:2px}.dropdown-checkbox{display:flex;align-items:center;justify-content:center}.dropdown-checkbox-box{width:18px;height:18px;border:2px solid var(--dd-neutral-300);border-radius:4px;display:flex;align-items:center;justify-content:center;transition:var(--dd-transition);background:#fff}.dropdown-checkbox-box.checked{background:var(--dd-primary-500);border-color:var(--dd-primary-500);color:#fff}.dropdown-checkbox-box:hover{border-color:var(--dd-primary-500)}.dropdown-no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 16px;text-align:center;color:var(--dd-neutral-500);gap:8px}.dropdown-no-results p{margin:0;font-size:14px}.dropdown-no-results p:first-of-type{font-weight:500;color:var(--dd-neutral-600)}.dropdown-no-results p:last-of-type{font-size:13px;color:var(--dd-neutral-400)}.dropdown-messages{display:flex;justify-content:space-between;align-items:flex-start;margin-top:8px;min-height:20px}.dropdown-messages-left{flex:1}.dropdown-message{display:flex;align-items:center;gap:6px;font-size:13px;line-height:1.4;animation:slideIn .2s ease-out}.dropdown-error-message{color:var(--dd-error-600)}.dropdown-success-message{color:var(--dd-success-600)}.dropdown-helper-text{color:var(--dd-neutral-500)}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-8px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes ripple{0%{transform:scale(0);opacity:.1}20%{transform:scale(.25);opacity:.05}to{transform:scale(1);opacity:0}}@media(max-width:640px){.dropdown-container{max-width:100%}.dropdown-menu{left:0;right:0;margin:0 -4px;border-radius:16px;max-height:60vh}.dropdown-option{padding:16px;font-size:16px}.dropdown-search{padding:16px}}[data-theme=dark]{--dd-neutral-50: #1e293b;--dd-neutral-100: #334155;--dd-neutral-200: #475569;--dd-neutral-300: #64748b;--dd-neutral-400: #94a3b8;--dd-neutral-500: #cbd5e1;--dd-neutral-600: #e2e8f0;--dd-neutral-700: #f1f5f9;--dd-neutral-800: #f8fafc;--dd-neutral-900: #ffffff}[data-theme=dark] .dropdown-field,[data-theme=dark] .dropdown-floating .dropdown-field{background:var(--bg-card, #1e293b)}[data-theme=dark] .dropdown-value{color:var(--text-primary, #f1f5f9)}[data-theme=dark] .dropdown-menu{background:var(--bg-card, #1e293b);border-color:var(--border-color, #334155)}[data-theme=dark] .dropdown-search{background:#0f172a}[data-theme=dark] .dropdown-search-wrapper{background:var(--bg-card, #1e293b);border-color:var(--border-color, #334155)}[data-theme=dark] .dropdown-search-input{color:var(--text-primary, #f1f5f9)}[data-theme=dark] .dropdown-checkbox-box{background:var(--bg-card, #1e293b);border-color:var(--border-color, #475569)}[data-theme=dark] .dropdown-option:hover{background:var(--bg-card-hover, #334155)}[data-theme=dark] .dropdown-option-label{color:var(--text-primary, #f1f5f9)}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(prefers-contrast:high){.dropdown-field{border-width:3px}.dropdown-focused .dropdown-field{border-width:4px}.dropdown-option-selected{background:var(--dd-primary-600);color:#fff}}.dropdown-option:focus{outline:2px solid var(--dd-primary-500);outline-offset:-2px;background:var(--dd-primary-50)}.dropdown-field:focus-visible{outline:2px solid var(--dd-primary-500);outline-offset:2px}.dropdown-options.loading{display:flex;align-items:center;justify-content:center;padding:32px;color:var(--dd-neutral-500)}.dropdown-arrow svg{transition:transform .2s cubic-bezier(.4,0,.2,1)}.dropdown-option{position:relative;overflow:hidden}.dropdown-option:before{content:"";position:absolute;left:0;top:50%;width:3px;height:0;background:var(--dd-primary-500);transition:height .2s ease;transform:translateY(-50%)}.dropdown-option-selected:before{height:24px}.dropdown-selected .dropdown-selection-badge{display:inline-flex;align-items:center;padding:2px 8px;background:var(--dd-primary-100);color:var(--dd-primary-700);border-radius:12px;font-size:12px;font-weight:500;margin-left:8px}.general-container{display:flex;flex-direction:column;gap:20px;background-color:var(--bg-card)}.general-section{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;overflow:hidden}.general-section-title{margin:0;padding:12px 16px;font-size:15px;font-weight:600;color:var(--text-secondary);background-color:var(--bg-table-header);border-bottom:1px solid var(--border-color)}.general-section>div{padding:16px}.general-grid{display:grid;gap:16px}.general-grid.grid-3{grid-template-columns:repeat(4,1fr)}.general-grid.grid-2{grid-template-columns:repeat(3,1fr)}.general-grid.grid-1{grid-template-columns:1fr}.general-field{width:100%}.general-field .textfield-container,.general-field .dropdown-container{width:100%!important;max-width:100%!important}.general-field input,.general-field select,.general-field textarea{width:100%}.general-field input:focus,.general-field select:focus,.general-field textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.general-field input:disabled,.general-field textarea:disabled,.general-field select:disabled{background-color:var(--bg-card-hover);color:var(--text-muted);cursor:not-allowed}.general-field .dropdown-container{width:100%!important;position:relative}.general-field .dropdown-control{width:100%!important;min-height:42px;border:1px solid var(--border-color);border-radius:6px;background-color:var(--bg-input);display:flex;align-items:center;padding:0 12px;cursor:pointer;transition:all .2s ease}.general-field .dropdown-control:focus,.general-field .dropdown-control.active{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.general-field .dropdown-menu{position:absolute;top:100%;left:0;width:100%;background:var(--bg-card);border:1px solid var(--border-color);border-radius:6px;margin-top:4px;z-index:9999;max-height:220px;overflow-y:auto}.general-field .dropdown-option{padding:10px 12px;cursor:pointer;transition:background .2s}.general-field .dropdown-option:hover{background-color:var(--bg-card-hover)}.general-field .dropdown-option.selected{background-color:#3b82f61a;font-weight:500}.general-field .dropdown-control.disabled{background-color:var(--bg-card-hover);cursor:not-allowed;color:var(--text-muted)}.general-wide{grid-column:span 2}.textfield-label[data-required=true]:after{content:" *";color:#ef4444}@media(max-width:1024px){.general-grid.grid-3,.general-grid.grid-2{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.general-grid.grid-3,.general-grid.grid-2,.general-grid.grid-1{grid-template-columns:1fr}.general-section>div{padding:12px}}.general-full{grid-column:1 / -1}.photo-sign-container{padding:10px;background:var(--bg-card)}.photo-sign-title{margin:0 0 24px;font-size:1.2rem;font-weight:600;color:var(--text-primary);border-bottom:2px solid var(--border-color);padding-bottom:10px}.photo-sign-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.photo-sign-section{background:var(--bg-card-hover);border-radius:12px;padding:20px;border:1px solid var(--border-color)}.photo-sign-section-header{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid var(--border-color)}.photo-sign-section-header h4{margin:0;font-size:1rem;font-weight:600;color:var(--text-primary)}.photo-sign-upload-area{min-height:250px;display:flex;align-items:center;justify-content:center}.photo-sign-preview{position:relative;text-align:center;width:100%}.photo-sign-preview img{max-width:100%;max-height:200px;border-radius:8px;border:2px solid var(--border-color);object-fit:contain}.photo-sign-actions{display:flex;gap:8px;justify-content:center;margin-top:12px}.photo-sign-change-btn,.photo-sign-remove-btn{padding:6px 12px;border:none;border-radius:6px;font-size:.85rem;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .2s ease}.photo-sign-change-btn{background-color:#3b82f6;color:#fff}.photo-sign-change-btn:hover{background-color:#2563eb}.photo-sign-remove-btn{background-color:#ef4444;color:#fff}.photo-sign-remove-btn:hover{background-color:#dc2626}.photo-sign-placeholder{text-align:center;padding:40px 20px;color:var(--text-muted)}.placeholder-icon{margin-bottom:16px;opacity:.5}.photo-sign-placeholder p{margin:8px 0;font-size:.9rem}.photo-sign-upload-btn{margin-top:12px;padding:8px 16px;background-color:#10b981;color:#fff;border:none;border-radius:6px;cursor:pointer;display:inline-flex;align-items:center;gap:8px;font-size:.85rem}.photo-sign-upload-btn:hover{background-color:#059669}.photo-sign-info{margin-top:12px;padding-top:12px;border-top:1px solid var(--border-color);color:var(--text-muted);font-size:.75rem;text-align:center}@media(max-width:768px){.photo-sign-grid{grid-template-columns:1fr;gap:16px}.photo-sign-container,.photo-sign-section{padding:16px}}.secondary-table-wrapper{width:100%;margin:0;padding:0}.secondary-table-container{overflow-x:auto;overflow-y:visible;border-radius:8px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;background:#fff;border:1px solid #e5e7eb}.secondary-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.875rem;line-height:1.25rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.secondary-table-header{background:var(--secondary-table-header-bg, linear-gradient(to bottom, #f9fafb, #f3f4f6));position:sticky;top:0;z-index:10}.secondary-table-header-row{border-bottom:2px solid #e5e7eb}.secondary-table-header-cell{background:transparent;padding:1rem;text-align:left;font-weight:600;font-size:.8125rem;color:var(--secondary-table-header-text, #374151);text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #e5e7eb;position:relative;vertical-align:top;transition:background-color .15s ease;white-space:nowrap}.secondary-table-header-cell:first-child{border-top-left-radius:8px}.secondary-table-header-cell:last-child{border-top-right-radius:8px}.secondary-table-header-cell:hover{background-color:#f3f4f6cc}.secondary-table-sorted-asc,.secondary-table-sorted-desc{background-color:#94979d99}.secondary-table-header-content{display:flex;flex-direction:column;gap:.625rem;min-width:120px}.secondary-table-header-label{display:inline-flex;align-items:center;gap:.375rem;cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .15s ease;font-weight:600}.secondary-table-header-label:hover{color:#2563eb}.secondary-table-sort-icon{display:inline-flex;align-items:center;justify-content:center;color:#2563eb;transition:transform .2s ease}.secondary-table-sort-icon svg{width:14px;height:14px}.secondary-table-filter-wrapper{width:100%;position:relative}.secondary-table-filter-input{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.8125rem;font-weight:400;color:#1f2937;box-sizing:border-box;transition:all .2s ease;letter-spacing:normal;text-transform:none}.secondary-table-filter-input::placeholder{color:#9ca3af;font-weight:400}.secondary-table-filter-input:hover{border-color:#9ca3af}.secondary-table-filter-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;background:#fff;color:#000}.secondary-table-body{background:#fff}.secondary-table-body-row{border-bottom:1px solid #f3f4f6;transition:background-color .15s ease;cursor:pointer}.secondary-table-body-row:hover{background-color:#f9fafb}.secondary-table-body-row:last-child{border-bottom:none}.secondary-table-row-selected{background-color:#eff6ff!important;border-left:3px solid #2563eb;color:#000}.secondary-table-row-selected:hover{background-color:#dbeafe!important}.secondary-table-body-cell{padding:1rem;border-bottom:1px solid #f3f4f6;color:#1f2937;font-size:.875rem;font-weight:400;line-height:1.5;vertical-align:middle}.secondary-table-body-row:last-child .secondary-table-body-cell{border-bottom:none}.secondary-table-empty-row{background:#fff}.secondary-table-no-data{text-align:center;padding:3rem 1rem;border:none}.secondary-table-no-data-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:#9ca3af}.secondary-table-no-data-content svg{opacity:.5}.secondary-table-no-data-content p{margin:0;font-size:.875rem;font-weight:500;color:#6b7280}.secondary-table-container::-webkit-scrollbar{height:8px}.secondary-table-container::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}.secondary-table-container::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px;transition:background .2s ease}.secondary-table-container::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media(max-width:1024px){.secondary-table-header-cell,.secondary-table-body-cell{padding:.875rem}.secondary-table-header-content{min-width:100px}}@media(max-width:768px){.secondary-table{font-size:.8125rem}.secondary-table-header-cell,.secondary-table-body-cell{padding:.75rem}.secondary-table-filter-input{font-size:.75rem;padding:.375rem .5rem}.secondary-table-header-content{min-width:80px}.secondary-table-no-data{padding:2rem 1rem}}@media(max-width:640px){.secondary-table-header-cell,.secondary-table-body-cell{padding:.625rem}.secondary-table-header-cell{font-size:.75rem}.secondary-table-body-cell{font-size:.8125rem}}@media(prefers-color-scheme:dark){.secondary-table-container{background:#1f2937;border-color:#374151}.secondary-table-header{background:linear-gradient(to bottom,#374151,#1f2937)}.secondary-table-header-cell{color:#e5e7eb;border-color:#4b5563}.secondary-table-body{background:#1f2937}.secondary-table-body-row{border-color:#374151}.secondary-table-body-row:hover{background-color:#374151}.secondary-table-row-selected{background-color:#1e3a8a!important}.secondary-table-body-cell{color:#e5e7eb;border-color:#374151}.secondary-table-filter-input{background:#374151;border-color:#4b5563;color:#e5e7eb}.secondary-table-filter-input::placeholder{color:#9ca3af}}.secondary-table-wrapper:focus{outline:2px solid #007bff;outline-offset:2px}.secondary-table-row-focused{background-color:#e3f2fd!important;outline:2px solid #2196f3;outline-offset:-2px}.secondary-table-row-selected.secondary-table-row-focused{background-color:#f1f1f142!important;outline:2px solid #1976d2}.secondary-table-body-row{transition:background-color .2s ease}.secondary-table-body-row:focus{outline:2px solid #2196f3;outline-offset:-2px}.erp-secondary-default .secondary-table-container{background:#fff;border:1px solid #E5E7EB;border-radius:10px;box-shadow:none}.erp-secondary-default .secondary-table-header{background:var(--secondary-table-header-bg, #170F52)}.erp-secondary-default .secondary-table-header-row{border-bottom:1px solid rgba(0,0,0,.08)}.erp-secondary-default .secondary-table-header-cell{background:transparent;color:var(--secondary-table-header-text, #FFFFFF);text-transform:none;letter-spacing:0;font-weight:600;font-size:.8125rem;padding:.75rem 1rem;border-bottom:1px solid rgba(0,0,0,.08)}.erp-secondary-default .secondary-table-header-cell:hover{background-color:#0000000a}.erp-secondary-default .secondary-table-header-label,.erp-secondary-default .secondary-table-header-label:hover,.erp-secondary-default .secondary-table-sort-icon{color:inherit}.erp-secondary-default .secondary-table-filter-input{background:#fff;color:#1f2937;border:1px solid #E5E7EB;border-radius:6px;padding:.4rem .6rem;font-size:.8125rem}.erp-secondary-default .secondary-table-filter-input::placeholder{color:#9ca3af}.erp-secondary-default .secondary-table-filter-input:focus{border-color:#cbd5e1;box-shadow:inset 0 0 0 1px #cbd5e1}.erp-secondary-default .secondary-table-body{background:#fff}.erp-secondary-default .secondary-table-body-row{background:#fff;border-bottom:1px solid #F3F4F6}.erp-secondary-default .secondary-table-body-cell{background:transparent;color:#1f2937;border-bottom:1px solid #F3F4F6;padding:.75rem 1rem}.erp-secondary-default .secondary-table-body-row:hover{background-color:#f9fafb}.erp-secondary-default .secondary-table-row-selected,.erp-secondary-default .secondary-table-row-selected:hover{background-color:#eef2f7!important;border-left:3px solid #CBD5E1}.erp-secondary-default .secondary-table-empty-row,.erp-secondary-default .secondary-table-no-data{background:#fff}.contracts-container{padding:10px;background:var(--bg-card)}.contracts-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid var(--border-color)}.contracts-header h3{display:flex;align-items:center;gap:8px;margin:0;font-size:1.2rem;font-weight:600;color:var(--text-primary)}.add-contract-btn{padding:8px 20px;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px}.add-contract-btn:hover{background-color:#2563eb;transform:translateY(-1px);box-shadow:0 2px 4px #3b82f64d}.add-contract-form{background-color:var(--bg-card-hover);border-radius:12px;padding:10px;margin-bottom:12px;border:1px solid var(--border-color)}.add-contract-form h4{display:flex;align-items:center;gap:8px;margin:0 0 20px;font-size:1rem;font-weight:600;color:var(--text-primary)}.form-section{margin-bottom:16px;padding:12px;background:linear-gradient(135deg,var(--bg-card) 0%,var(--bg-card-hover) 100%);border-radius:16px;border:1px solid var(--border-color);box-shadow:0 2px 4px #0000000d;transition:all .3s ease}.form-section:hover{box-shadow:0 4px 12px #0000001a;border-color:var(--text-muted)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid var(--border-color)}.section-title{display:flex;align-items:center;gap:10px;font-size:1.2rem;font-weight:600;color:var(--text-primary)}.section-icon{color:#3b82f6}.section-badge{padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:500;background-color:#3b82f61a;color:#3b82f6}.salary-badge{background-color:#10b9811a;color:#10b981}.benefits-badge{background-color:#8b5cf61a;color:#8b5cf6}.form-grid-4cols{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:20px}.form-grid-4cols .textfield-container{width:100%!important;max-width:100%!important}.form-grid-3cols{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:20px}.form-grid-2cols{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:20px}.full-width-span{grid-column:span 4}.full-width-span-3{grid-column:span 3}.full-width-span-2{grid-column:span 2}.benifitsinput-row-4cols{display:grid;grid-template-columns:2fr 1fr 1fr 2fr;gap:16px;align-items:flex-end;margin-bottom:16px}.benifitsinput-row-4cols .textfield-container{width:100%!important;max-width:100%!important}.input-row-4cols{display:grid;grid-template-columns:2fr 1.5fr 2fr auto;gap:16px;align-items:flex-end;margin-bottom:16px}.input-row-4cols .textfield-container{width:100%!important;max-width:100%!important}.input-row-3cols{display:grid;grid-template-columns:2fr 2fr auto;gap:16px;align-items:flex-end;margin-bottom:16px}.input-row-full{margin-top:12px}.action-buttons-inline{display:flex;gap:8px;padding-bottom:4px;margin-bottom:35px}.form-grid-4cols .text-field,.form-grid-3cols .text-field,.form-grid-2cols .text-field{width:100%}.form-grid-4cols .text-field input,.form-grid-4cols .text-field textarea,.form-grid-4cols .text-field select,.form-grid-3cols .text-field input,.form-grid-3cols .text-field textarea,.form-grid-3cols .text-field select,.form-grid-2cols .text-field input,.form-grid-2cols .text-field textarea,.form-grid-2cols .text-field select{width:100%;padding:10px 12px;border:1px solid var(--border-color);border-radius:8px;font-size:.95rem;transition:all .3s ease;background-color:var(--bg-input);color:var(--text-primary)}.form-grid-4cols .text-field input:focus,.form-grid-4cols .text-field textarea:focus,.form-grid-4cols .text-field select:focus,.form-grid-3cols .text-field input:focus,.form-grid-3cols .text-field textarea:focus,.form-grid-3cols .text-field select:focus,.form-grid-2cols .text-field input:focus,.form-grid-2cols .text-field textarea:focus,.form-grid-2cols .text-field select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-grid-4cols .text-field label,.form-grid-3cols .text-field label,.form-grid-2cols .text-field label{display:block;margin-bottom:6px;font-size:.9rem;font-weight:500;color:var(--text-secondary)}.file-upload-section{padding:16px;background-color:var(--bg-card-hover);border-radius:8px;border:1px dashed var(--border-color)}.file-upload-label{display:block;margin-bottom:8px;font-size:.9rem;font-weight:500;color:var(--text-secondary)}.file-upload-button{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.85rem;transition:all .2s ease}.file-info{display:flex;align-items:center;gap:8px;margin-top:8px;padding:6px 10px;background-color:var(--bg-card);border-radius:6px;font-size:.85rem;color:var(--text-primary)}.file-helper-text{display:block;margin-top:8px;font-size:.7rem;color:var(--text-muted)}.data-table-wrapper{overflow-x:auto;margin-top:20px;border-radius:12px;border:1px solid var(--border-color);background-color:var(--bg-card)}.data-table{width:100%;border-collapse:collapse;background-color:var(--bg-card)}.data-table thead{background-color:var(--bg-table-header)}.data-table th{padding:12px 16px;text-align:center;font-size:.85rem;font-weight:600;color:var(--text-secondary);border-bottom:1px solid var(--border-color);text-transform:uppercase;letter-spacing:.5px}.data-table td{padding:12px 16px;text-align:center;border-bottom:1px solid var(--border-color);font-size:.85rem;color:var(--text-primary)}.data-table tbody tr:hover{background-color:var(--bg-card-hover)}.amount-cell{font-weight:600;color:#10b981;text-align:right}.remaining-cell{font-weight:600;color:#3b82f6}.action-col{width:80px;text-align:center}.action-cell{display:flex;gap:6px;justify-content:center}.total-row{background-color:var(--bg-card-hover);font-weight:600;text-align:center;border-top:2px solid var(--border-color)}.total-row td{padding:12px 16px}.status-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:.7rem;font-weight:600}.status-badge.available{background-color:#10b98126;color:#10b981;border:1px solid rgba(16,185,129,.3)}.status-badge.exhausted{background-color:#ef444426;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.contract-status-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:600}.contract-status-badge.active{background-color:#10b98126;color:#10b981;border:1px solid rgba(16,185,129,.3)}.contract-status-badge.inactive{background-color:#ef444426;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.exhausted-row{opacity:.7;background-color:#ef444408}.contract-serial-badge{font-weight:600;color:#6b7280;font-family:monospace;background-color:var(--bg-card-hover);padding:4px 8px;border-radius:4px}.contract-number-badge{font-weight:600;color:#3b82f6;font-family:monospace;background-color:#3b82f61a;padding:4px 8px;border-radius:4px}.salary-amount{font-weight:600;color:#10b981}.contract-document-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background-color:#10b98126;color:#10b981;border-radius:4px;font-size:.75rem}.action-btn{width:32px;height:32px;border-radius:6px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;background-color:transparent;color:var(--text-muted)}.add-btn,.update-btn{padding:8px 20px;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.85rem;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s ease;white-space:nowrap}.add-btn:hover,.update-btn:hover{background-color:#2563eb;transform:translateY(-1px)}.update-btn{background-color:#10b981}.update-btn:hover{background-color:#059669}.cancel-btn-small{padding:8px 16px;background-color:#6b7280;color:#fff;border:none;border-radius:6px;font-size:.85rem;cursor:pointer;transition:all .2s ease}.cancel-btn-small:hover{background-color:#4b5563}.icon-btn{width:28px;height:28px;border-radius:6px;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease;background-color:transparent}.icon-btn.edit{background-color:#3b82f61a;color:#3b82f6}.icon-btn.edit:hover{background-color:#3b82f6;color:#fff;transform:scale(1.05)}.icon-btn.delete{background-color:#ef44441a;color:#ef4444}.icon-btn.delete:hover{background-color:#ef4444;color:#fff;transform:scale(1.05)}.save-contract-btn{padding:10px 24px;background-color:#10b981;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px}.save-contract-btn:hover:not(:disabled){background-color:#059669;transform:translateY(-1px);box-shadow:0 4px 8px #10b9814d}.empty-state{text-align:center;padding:60px 20px;background-color:var(--bg-card-hover);border-radius:12px;color:var(--text-muted);border:2px dashed var(--border-color)}.table-container{overflow-x:auto;border-radius:12px;border:1px solid var(--border-color);background-color:var(--bg-card)}@media(max-width:1200px){.form-grid-4cols{grid-template-columns:repeat(3,1fr)}.full-width-span{grid-column:span 3}.input-row-4cols{grid-template-columns:1fr 1fr 1fr auto}.form-grid-3cols{grid-template-columns:repeat(2,1fr)}}@media(max-width:992px){.contracts-container{padding:16px}.form-grid-4cols{grid-template-columns:repeat(2,1fr)}.full-width-span{grid-column:span 2}.form-grid-3cols,.input-row-4cols,.input-row-3cols{grid-template-columns:1fr}.action-buttons-inline{justify-content:flex-end}}@media(max-width:768px){.contracts-container{padding:12px}.contracts-header{flex-direction:column;gap:12px;align-items:stretch}.add-contract-btn{width:100%;justify-content:center}.add-contract-form,.form-section{padding:16px}.section-header{flex-direction:column;align-items:flex-start;gap:12px}.form-grid-4cols,.form-grid-3cols,.form-grid-2cols{grid-template-columns:1fr;gap:16px}.full-width-span,.full-width-span-3,.full-width-span-2{grid-column:span 1}.file-upload-section{grid-column:span 2}.form-actions{flex-direction:column}.save-contract-btn,.cancel-btn{width:100%;justify-content:center}.data-table th,.data-table td{padding:8px 12px;text-align:center}.action-buttons{flex-direction:column}.action-btn{width:28px;height:28px}.action-cell{flex-direction:column;align-items:center;gap:4px}}@media(max-width:480px){.contracts-container{padding:8px}.add-contract-form,.form-section{padding:12px}.section-title{font-size:1rem}.data-table th,.data-table td{padding:6px 8px;text-align:center;font-size:.75rem}.add-btn,.update-btn,.cancel-btn-small{padding:6px 12px;font-size:.75rem}}@media print{.contracts-container{background:#fff;padding:0;box-shadow:none}.add-contract-btn,.action-btn,.form-actions,.add-first-btn,.icon-btn,.file-upload-button{display:none!important}.add-contract-form{display:none}.form-section{break-inside:avoid;border:1px solid #ccc;box-shadow:none}.data-table{border:1px solid #ccc}.data-table th,.data-table td{border:1px solid #ccc;text-align:center}.status-badge,.contract-status-badge{border:1px solid #000;background:none!important;color:#000!important}}.add-contract-form{animation:slideIn .3s ease-out}.data-table-wrapper::-webkit-scrollbar,.table-container::-webkit-scrollbar{height:8px;width:8px}.data-table-wrapper::-webkit-scrollbar-track,.table-container::-webkit-scrollbar-track{background:var(--border-color);border-radius:4px}.data-table-wrapper::-webkit-scrollbar-thumb,.table-container::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:4px}.data-table-wrapper::-webkit-scrollbar-thumb:hover,.table-container::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.add-contract-btn:focus-visible,.save-contract-btn:focus-visible,.cancel-btn:focus-visible,.action-btn:focus-visible,.icon-btn:focus-visible,.add-btn:focus-visible,.update-btn:focus-visible,.cancel-btn-small:focus-visible,.file-upload-button:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.loading-overlay{position:absolute;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:12px}.loading-spinner{text-align:center;background-color:var(--bg-card);padding:32px;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;border:1px solid var(--border-color)}.loading-spinner .spinner{animation:spin 1s linear infinite;margin-bottom:16px;color:#3b82f6}.loading-spinner p{margin:0;color:var(--text-secondary);font-size:14px}.contract-document-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background-color:#10b98126;color:#10b981;border-radius:4px;font-size:.75rem;font-weight:500}.no-document-badge{display:inline-block;padding:4px 8px;background-color:#6b728026;color:#6b7280;border-radius:4px;font-size:.75rem}.overlap-warning{margin:8px 0}.warning-banner{background:#fff3cd;border:1px solid #ffc107;border-radius:8px;padding:10px 16px;display:flex;align-items:center;gap:10px;color:#856404;font-size:14px;animation:shakeWarning .5s ease-in-out}.warning-icon{color:#ffc107;flex-shrink:0}@keyframes shakeWarning{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.error-summary{background:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;padding:12px 16px;display:flex;align-items:center;gap:10px;color:#721c24;font-size:14px;margin-top:16px}.text-field-wrapper.error input{border-color:#dc3545!important;background-color:#fff8f8}.date-overlap-warning{color:#dc3545;display:inline-flex;align-items:center;gap:4px;cursor:help}.overlap-indicator{color:#ffc107;margin-left:4px}.save-contract-btn:disabled{opacity:.6;cursor:not-allowed}.full-width-span{grid-column:1 / -1}.documents-container{padding:10px;background:var(--bg-card)}.documents-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid var(--border-color)}.documents-header h3{display:flex;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:600;color:var(--text-primary)}.add-document-btn{display:flex;align-items:center;gap:8px;padding:8px 20px;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.add-document-btn:hover{background-color:#2563eb;transform:translateY(-1px)}.add-document-form{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;padding:20px;margin-bottom:20px}.add-document-form h4{display:flex;align-items:center;gap:8px;margin:0 0 20px;font-size:15px;font-weight:600;color:var(--text-primary)}.form-grid{display:grid;gap:16px;margin-bottom:16px}.form-grid .textfield-container,.form-grid .dropdown-container{width:100%!important;max-width:100%!important}.form-grid.grid-3{grid-template-columns:repeat(5,1fr)}.file-upload-section{padding:16px;background-color:var(--bg-card-hover);border-radius:8px;border:1px dashed var(--border-color);transition:all .2s ease}.file-upload-section:hover{border-color:#3b82f6;background-color:var(--bg-card)}.file-upload-label{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:13px;font-weight:500;color:var(--text-secondary)}.file-upload-button{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.file-upload-button:hover{background-color:#2563eb;transform:translateY(-1px)}.file-info{display:flex;align-items:center;gap:8px;margin-top:12px;padding:8px 12px;background-color:var(--bg-card);border-radius:6px;font-size:13px;color:var(--text-primary);border:1px solid var(--border-color)}.file-helper-text{display:block;margin-top:8px;font-size:11px;color:var(--text-muted)}.form-grid .text-field input,.form-grid .text-field select,.form-grid .text-field textarea{width:100%;padding:8px 12px;border:1px solid var(--border-color);border-radius:6px;font-size:14px;background-color:var(--bg-input);color:var(--text-primary);transition:all .2s ease}.form-grid .text-field input:focus,.form-grid .text-field select:focus,.form-grid .text-field textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-grid .text-field input:disabled,.form-grid .text-field select:disabled,.form-grid .text-field textarea:disabled{background-color:var(--bg-card-hover);color:var(--text-muted);cursor:not-allowed}.form-grid .text-field label{display:block;margin-bottom:6px;font-size:13px;font-weight:500;color:var(--text-secondary)}.form-grid .text-field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}.form-grid .text-field textarea{resize:vertical;min-height:80px}.error-summary{display:flex;align-items:center;gap:8px;padding:12px 16px;background-color:#ef44441a;border-left:3px solid #ef4444;border-radius:6px;margin-top:16px;color:#ef4444;font-size:13px}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:20px;padding-top:16px;border-top:1px solid var(--border-color)}.save-document-btn{display:flex;align-items:center;gap:6px;padding:10px 24px;background-color:#10b981;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.save-document-btn:hover:not(:disabled){background-color:#059669;transform:translateY(-1px)}.save-document-btn:disabled{opacity:.6;cursor:not-allowed}.cancel-btn{display:flex;align-items:center;gap:6px;padding:10px 24px;background-color:#6b7280;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.cancel-btn:hover{background-color:#4b5563;transform:translateY(-1px)}.table-container{overflow-x:auto;border:1px solid var(--border-color);border-radius:8px;background-color:var(--bg-card)}.document-number-badge{font-weight:600;color:#3b82f6;font-family:monospace}.document-attached-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background-color:#10b98126;color:#10b981;border-radius:4px;font-size:12px}.no-document-badge{display:inline-block;padding:4px 8px;background-color:#6b728026;color:#6b7280;border-radius:4px;font-size:12px}.document-status-badge{display:inline-block;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:600}.document-status-badge.valid{background-color:#10b98126;color:#10b981;border:1px solid rgba(16,185,129,.3)}.document-status-badge.warning{background-color:#f59e0b26;color:#f59e0b;border:1px solid rgba(245,158,11,.3)}.document-status-badge.expired{background-color:#ef444426;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.action-buttons{display:flex;gap:6px;justify-content:center}.action-btn{width:28px;height:28px;border-radius:4px;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease;background-color:transparent}.action-btn.view{background-color:#3b82f61a;color:#3b82f6}.action-btn.view:hover:not(:disabled){background-color:#3b82f6;color:#fff}.empty-state{text-align:center;padding:60px 20px;background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;color:var(--text-muted)}.empty-state p{margin:8px 0;font-size:14px}.empty-state .empty-subtext{font-size:13px;opacity:.7;margin-bottom:20px}.add-first-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.table-container .secondary-table-container{border:none;border-radius:0}.table-container table{width:100%;border-collapse:collapse}.table-container th{padding:12px 16px;text-align:left;font-size:13px;font-weight:600;color:var(--text-secondary);background-color:var(--bg-table-header);border-bottom:1px solid var(--border-color)}.table-container td{padding:10px 16px;font-size:13px;color:var(--text-primary);border-bottom:1px solid var(--border-color)}.table-container tbody tr:hover{background-color:var(--bg-card-hover)}@media(max-width:1024px){.form-grid.grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.documents-header{flex-direction:column;gap:12px;align-items:stretch}.add-document-btn{width:100%;justify-content:center}.add-document-form{padding:16px}.form-grid.grid-3,.form-grid.grid-2{grid-template-columns:1fr;gap:12px}.form-actions{flex-direction:column}.save-document-btn,.cancel-btn{width:100%;justify-content:center}.action-buttons{justify-content:center}.table-container th,.table-container td{padding:8px 12px}}@media(max-width:480px){.add-document-form{padding:12px}.add-document-form h4{font-size:14px;margin-bottom:16px}.file-upload-button{width:100%;justify-content:center}.table-container th,.table-container td{padding:6px 10px;font-size:12px}.document-status-badge{font-size:10px;padding:2px 8px}}@media print{.documents-container{background:#fff;padding:0}.add-document-btn,.form-actions,.action-btn,.add-first-btn{display:none!important}.add-document-form{display:none}.table-container,.table-container th,.table-container td{border:1px solid #000}.document-status-badge{border:1px solid #000;background:none!important;color:#000!important}}.dependants-container{padding:10px;background:var(--bg-card)}.dependants-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid var(--border-color)}.dependants-header h3{display:flex;align-items:center;gap:8px;margin:0;font-size:1.2rem;font-weight:600;color:var(--text-primary)}.add-dependant-btn{padding:8px 20px;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px}.add-dependant-btn:hover{background-color:#2563eb;transform:translateY(-1px);box-shadow:0 2px 4px #3b82f64d}.add-dependant-form{background-color:var(--bg-card-hover);border-radius:12px;padding:24px;margin-bottom:24px;border:1px solid var(--border-color)}.add-dependant-form h4{display:flex;align-items:center;gap:8px;margin:0 0 20px;font-size:1rem;font-weight:600;color:var(--text-primary)}.save-dependant-btn{padding:10px 24px;background-color:#10b981;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px}.save-dependant-btn:hover:not(:disabled){background-color:#059669;transform:translateY(-1px)}.cancel-btn{padding:10px 24px;background-color:#6b7280;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px}.arabic-text{font-family:Traditional Arabic,Arial,sans-serif;direction:rtl;font-size:.95rem}.age-badge{display:inline-block;padding:4px 8px;background-color:#3b82f61a;color:#3b82f6;border-radius:6px;font-size:.75rem;font-weight:500}.add-first-btn{padding:8px 20px;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.9rem;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease}.add-first-btn:hover{background-color:#2563eb;transform:translateY(-1px)}.relationship-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:600;background-color:#8b5cf626;color:#8b5cf6}@media(max-width:768px){.dependants-container{padding:16px}.dependants-header{flex-direction:column;gap:12px;align-items:stretch}.add-dependant-btn{width:100%;justify-content:center}.form-grid{grid-template-columns:1fr}.full-width{grid-column:span 1}.form-actions{flex-direction:column}.save-dependant-btn,.cancel-btn{width:100%;justify-content:center}.arabic-text{font-size:.9rem}}@media print{.dependants-container{box-shadow:none;padding:0;background:#fff}.add-dependant-btn,.action-btn,.add-first-btn{display:none}.empty-state{background:none;border:1px solid #ddd}.table-container{overflow-x:visible}.action-buttons{display:none}}.employee-assignment-container{padding:10px;background:var(--bg-card)}.employee-assignment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid var(--border-color)}.employee-assignment-header h3{display:flex;align-items:center;gap:8px;margin:0;font-size:1.2rem;font-weight:600;color:var(--text-primary)}.add-assignment-btn{padding:8px 20px;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px}.add-assignment-btn:hover{background-color:#2563eb;transform:translateY(-1px)}.add-assignment-form{background-color:var(--bg-card-hover);border-radius:12px;padding:24px;margin-bottom:24px;border:1px solid var(--border-color)}.add-assignment-form h4{display:flex;align-items:center;gap:8px;margin:0 0 20px;font-size:1rem;font-weight:600;color:var(--text-primary)}.form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:20px}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:20px;padding-top:20px;border-top:1px solid var(--border-color)}.save-assignment-btn{padding:10px 24px;background-color:#10b981;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px}.save-assignment-btn:hover{background-color:#059669}.cancel-btn{padding:10px 24px;background-color:#6b7280;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px}.cancel-btn:hover{background-color:#4b5563}.error-summary{display:flex;align-items:center;gap:8px;padding:12px;background-color:#ef44441a;border-left:3px solid #ef4444;border-radius:8px;margin-top:16px;color:#ef4444;font-size:.85rem}.table-container{overflow-x:auto}.assignment-status-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:600}.assignment-status-badge.active{background-color:#10b98126;color:#10b981}.assignment-status-badge.inactive{background-color:#ef444426;color:#ef4444}.action-btn{width:32px;height:32px;border-radius:6px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.action-btn.edit{background-color:#3b82f61a;color:#3b82f6}.action-btn.edit:hover:not(:disabled){background-color:#3b82f6;color:#fff}.action-btn.delete{background-color:#ef44441a;color:#ef4444}.action-btn.delete:hover:not(:disabled){background-color:#ef4444;color:#fff}.action-btn:disabled{opacity:.5;cursor:not-allowed}.empty-state{text-align:center;padding:60px 20px;background-color:var(--bg-card-hover);border-radius:12px;color:var(--text-muted)}.empty-state svg{margin-bottom:16px}.empty-state p{margin:8px 0;font-size:1rem}.empty-state .empty-subtext{font-size:.85rem;opacity:.7;margin-bottom:20px}.add-first-btn{padding:8px 20px;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.9rem;cursor:pointer;display:inline-flex;align-items:center;gap:8px}.add-first-btn:hover{background-color:#2563eb}@media(max-width:1024px){.form-grid{grid-template-columns:repeat(2,1fr)}.full-width{grid-column:span 2}}@media(max-width:768px){.employee-assignment-container{padding:16px}.employee-assignment-header{flex-direction:column;gap:12px;align-items:stretch}.add-assignment-btn{width:100%;justify-content:center}.form-grid{grid-template-columns:1fr}.full-width{grid-column:span 1}.form-actions{flex-direction:column}.save-assignment-btn,.cancel-btn{width:100%;justify-content:center}}.other-profiles-container{padding:10px;background:var(--bg-card)}.other-profiles-title{margin:0 0 24px;color:var(--text-primary);font-size:1.5rem;font-weight:600;padding-bottom:12px;border-bottom:2px solid var(--border-color)}.other-profiles-tabs{display:flex;gap:8px;margin-bottom:24px;background-color:var(--bg-card-hover);padding:8px;border-radius:12px;border:1px solid var(--border-color);flex-wrap:wrap}.other-profiles-tab{display:flex;align-items:center;gap:8px;padding:12px 24px;border:none;background:transparent;cursor:pointer;font-size:1rem;color:var(--text-muted);border-radius:8px;transition:all .3s ease;position:relative;flex:0 1 auto}.other-profiles-tab:hover{color:var(--text-secondary);background-color:var(--bg-card);transform:translateY(-1px)}.other-profiles-tab.active{color:#3b82f6;font-weight:500;background-color:var(--bg-card);box-shadow:var(--shadow-sm)}.tab-icon{font-size:1.2rem;display:inline-flex;align-items:center;color:inherit}.tab-label{font-size:.95rem;font-weight:500;display:inline-block!important;color:inherit}.other-profiles-content{min-height:400px;animation:fadeIn .3s ease-out}.other-profiles-section{background-color:var(--bg-card);border-radius:12px;padding:24px;transition:all .3s ease;border:1px solid var(--border-color);margin-bottom:24px}.other-profiles-section:last-child{margin-bottom:0}.other-profiles-section:hover{box-shadow:var(--shadow-md);border-color:var(--text-muted);transform:translateY(-1px)}.other-profiles-section-header{display:flex;align-items:center;gap:12px;margin-bottom:20px}.other-profiles-section h4{margin:0;color:var(--text-secondary);font-size:1.2rem;font-weight:500;letter-spacing:-.25px}.other-profiles-grid{display:grid;gap:20px}.other-profiles-grid.grid-2{grid-template-columns:repeat(2,1fr)}.other-profiles-grid.grid-3{grid-template-columns:repeat(3,1fr)}.other-profiles-grid.grid-4{grid-template-columns:repeat(4,1fr)}.other-profiles-grid .text-field{width:100%}.other-profiles-grid .text-field input,.other-profiles-grid .text-field textarea,.other-profiles-grid .text-field select{width:100%;padding:10px 12px;border:1px solid var(--border-color);border-radius:8px;font-size:.95rem;transition:all .3s ease;background-color:var(--bg-input);color:var(--text-primary)}.other-profiles-grid .text-field input:focus,.other-profiles-grid .text-field textarea:focus,.other-profiles-grid .text-field select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.other-profiles-grid .text-field input:disabled,.other-profiles-grid .text-field textarea:disabled,.other-profiles-grid .text-field select:disabled{background-color:var(--bg-card-hover);border-color:var(--border-color);color:var(--text-muted);cursor:not-allowed}.other-profiles-grid .text-field label{display:block;margin-bottom:6px;font-size:.9rem;font-weight:500;color:var(--text-secondary)}.other-profiles-grid .text-field.required label:after{content:" *";color:#ef4444}.other-profiles-section.loading{background:linear-gradient(90deg,var(--bg-card) 25%,var(--bg-card-hover) 50%,var(--bg-card) 75%);background-size:1000px 100%;animation:shimmer 2s infinite;pointer-events:none;opacity:.7}.other-profiles-section{animation:slideIn .3s ease-out}.other-profiles-empty{text-align:center;padding:60px 20px;background-color:var(--bg-card-hover);border-radius:12px;color:var(--text-muted);border:2px dashed var(--border-color)}.other-profiles-empty p{margin:0 0 8px;font-size:1rem}.other-profiles-empty small{font-size:.85rem;opacity:.7}@media(max-width:1024px){.other-profiles-container{padding:20px}.other-profiles-tabs{overflow-x:auto;flex-wrap:nowrap;padding:8px 4px}.other-profiles-tab{padding:10px 16px;white-space:nowrap}.other-profiles-grid.grid-4,.other-profiles-grid.grid-3{grid-template-columns:repeat(2,1fr)}.other-profiles-section{padding:20px}}@media(max-width:768px){.other-profiles-container{padding:16px}.other-profiles-title{font-size:1.25rem;margin-bottom:16px}.other-profiles-tabs{gap:4px;padding:6px;margin-bottom:16px}.other-profiles-tab{padding:8px 12px;font-size:.9rem;gap:6px}.tab-icon{font-size:1rem}.tab-label{font-size:.85rem}.other-profiles-content{min-height:300px}.other-profiles-section{padding:16px;margin-bottom:16px}.other-profiles-section-header{gap:8px;margin-bottom:16px}.section-icon{width:20px;height:20px}.other-profiles-section h4{font-size:1rem}.other-profiles-grid.grid-4,.other-profiles-grid.grid-3,.other-profiles-grid.grid-2{grid-template-columns:1fr;gap:16px}.other-profiles-grid .text-field input,.other-profiles-grid .text-field textarea,.other-profiles-grid .text-field select{font-size:16px}}@media(min-width:769px)and (max-width:1024px){.other-profiles-grid.grid-4,.other-profiles-grid.grid-3{grid-template-columns:repeat(2,1fr)}}@media print{.other-profiles-container{box-shadow:none;padding:0;background:#fff}.other-profiles-title{color:#000;border-bottom-color:#ddd}.other-profiles-tabs{display:none}.other-profiles-section{break-inside:avoid;border:1px solid #000;box-shadow:none;margin-bottom:20px;background:#fff}.other-profiles-grid .text-field input,.other-profiles-grid .text-field textarea,.other-profiles-grid .text-field select{border:none;border-bottom:1px solid #000;padding:4px 0;background:#fff;color:#000}.other-profiles-section h4:before{display:none}}.other-profiles-grid .text-field input:focus-visible,.other-profiles-grid .text-field textarea:focus-visible,.other-profiles-grid .text-field select:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.other-profiles-grid .text-field textarea::-webkit-scrollbar{width:8px}.other-profiles-grid .text-field textarea::-webkit-scrollbar-track{background:var(--border-color);border-radius:4px}.other-profiles-grid .text-field textarea::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:4px}.other-profiles-grid .text-field textarea::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.other-profiles-info-message{font-size:.8rem;margin-top:4px;padding:2px 8px;border-radius:4px;display:inline-block;color:#3b82f6;background-color:#3b82f626;border:1px solid rgba(59,130,246,.3)}.other-profiles-success-message{font-size:.8rem;margin-top:4px;padding:2px 8px;border-radius:4px;display:inline-block;color:#10b981;background-color:#10b98126;border:1px solid rgba(16,185,129,.3)}.other-profiles-error-message{font-size:.8rem;margin-top:4px;padding:2px 8px;border-radius:4px;display:inline-block;color:#ef4444;background-color:#ef444426;border:1px solid rgba(239,68,68,.3)}.employee-searchmodal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.employee-searchmodal-container{background:var(--bg-card);border-radius:8px;box-shadow:var(--shadow-md);display:flex;flex-direction:column;width:900px;max-width:90vw;height:550px;max-height:80vh;overflow:hidden}.employee-searchmodal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background-color:var(--bg-table-header);border-bottom:1px solid var(--border-color);flex-shrink:0}.employee-searchmodal-title{font-size:16px;font-weight:600;color:var(--text-primary);margin:0}.employee-searchmodal-close-btn{background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;color:var(--text-muted);display:flex;align-items:center;justify-content:center;transition:all .2s}.employee-searchmodal-close-btn:hover{background-color:var(--border-color);color:var(--text-secondary)}.employee-searchmodal-search-section{padding:16px 20px;border-bottom:1px solid var(--border-color);background:var(--bg-card);flex-shrink:0}.employee-searchmodal-input-wrapper{position:relative}.employee-searchmodal-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--text-muted)}.employee-searchmodal-input{width:100%;padding:10px 12px 10px 40px;border:1px solid var(--border-color);border-radius:6px;font-size:14px;transition:all .2s;background:var(--bg-input);color:var(--text-primary)}.employee-searchmodal-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.employee-searchmodal-input::placeholder{color:var(--text-muted)}.employee-searchmodal-table-container{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}.employee-searchmodal-table-section{flex:1;overflow:auto;display:flex;flex-direction:column}.employee-searchmodal-table-section table{table-layout:fixed!important;width:100%!important}.employee-searchmodal-table-section th:first-child,.employee-searchmodal-table-section td:first-child{width:110px!important;min-width:100px!important;max-width:120px!important}.employee-searchmodal-table-section th:nth-child(2),.employee-searchmodal-table-section td:nth-child(2){width:180px!important;min-width:150px!important;max-width:200px!important}.employee-searchmodal-table-section th:nth-child(3),.employee-searchmodal-table-section td:nth-child(3){width:180px!important;min-width:150px!important;max-width:200px!important}.employee-searchmodal-table-section th:last-child,.employee-searchmodal-table-section td:last-child{width:130px!important;min-width:110px!important;max-width:150px!important}.employee-searchmodal-table-section td:first-child,.employee-searchmodal-table-section td:last-child{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.employee-searchmodal-table-section td:nth-child(2),.employee-searchmodal-table-section td:nth-child(3){white-space:normal!important;word-break:break-word!important}.employee-searchmodal-table-section .secondary-table-header-content{min-width:auto!important}.employee-searchmodal-loading,.employee-searchmodal-empty-state{display:flex;align-items:center;justify-content:center;height:100%;color:var(--text-muted);font-size:13px;padding:40px}.employee-searchmodal-table-section tbody tr{cursor:pointer;transition:background-color .2s}.employee-searchmodal-table-section tbody tr:hover{background-color:var(--bg-card-hover)}.employee-searchmodal-pagination{display:flex;justify-content:center;align-items:center;gap:12px;padding:12px 20px;border-top:1px solid var(--border-color);background:var(--bg-card);flex-shrink:0}.employee-searchmodal-pagination-btn{padding:6px 16px;border:1px solid var(--border-color);border-radius:4px;background:var(--bg-card);color:var(--text-secondary);cursor:pointer;font-size:13px;transition:all .2s}.employee-searchmodal-pagination-btn:hover:not(:disabled){background-color:#3b82f6;color:#fff;border-color:#3b82f6}.employee-searchmodal-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.employee-searchmodal-page-info{font-size:13px;color:var(--text-muted)}.employee-searchmodal-footer{display:flex;justify-content:flex-end;padding:12px 20px;border-top:1px solid var(--border-color);background:var(--bg-card);flex-shrink:0}.employee-searchmodal-cancel-btn{padding:8px 20px;border:1px solid var(--border-color);border-radius:4px;background:var(--bg-card);color:var(--text-secondary);cursor:pointer;font-size:13px;transition:all .2s}.employee-searchmodal-cancel-btn:hover{background-color:var(--bg-card-hover)}@media(max-width:768px){.employee-searchmodal-table-section th:first-child,.employee-searchmodal-table-section td:first-child{width:90px!important;min-width:80px!important}.employee-searchmodal-table-section th:nth-child(2),.employee-searchmodal-table-section td:nth-child(2),.employee-searchmodal-table-section th:nth-child(3),.employee-searchmodal-table-section td:nth-child(3){width:120px!important;min-width:100px!important}.employee-searchmodal-table-section th:last-child,.employee-searchmodal-table-section td:last-child{width:100px!important;min-width:90px!important}}@media(max-width:640px){.employee-searchmodal-container{width:95vw;height:70vh}.employee-searchmodal-header,.employee-searchmodal-search-section,.employee-searchmodal-pagination,.employee-searchmodal-footer{padding:12px 16px}.employee-searchmodal-title{font-size:14px}.employee-searchmodal-pagination-btn{padding:4px 12px;font-size:12px}.employee-searchmodal-table-section th:first-child,.employee-searchmodal-table-section td:first-child{width:80px!important;min-width:70px!important}.employee-searchmodal-table-section th:nth-child(2),.employee-searchmodal-table-section td:nth-child(2),.employee-searchmodal-table-section th:nth-child(3),.employee-searchmodal-table-section td:nth-child(3){width:100px!important;min-width:85px!important}.employee-searchmodal-table-section th:last-child,.employee-searchmodal-table-section td:last-child{width:90px!important;min-width:80px!important}}.employee-searchmodal-table-section::-webkit-scrollbar{width:6px;height:6px}.employee-searchmodal-table-section::-webkit-scrollbar-track{background:var(--border-color);border-radius:3px}.employee-searchmodal-table-section::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:3px}.employee-searchmodal-table-section::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.employee-container{background-color:var(--bg-primary);border-radius:8px;padding:0;min-height:calc(100vh - 60px)}.employee-header{background-color:var(--bg-card);border-bottom:1px solid var(--border-color);border-radius:8px 8px 0 0;box-shadow:var(--shadow-sm)}.employee-header-content{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;gap:20px;flex-wrap:wrap}.employee-header-left{display:flex;align-items:center;gap:16px;flex:1;flex-wrap:wrap}.employee-back-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:6px;color:var(--text-primary);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.employee-back-btn:hover{background-color:var(--bg-card-hover);border-color:var(--text-muted)}.employee-title-section{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.employee-title{margin:0;color:var(--text-primary);font-size:20px;font-weight:600}.employee-id-badge{padding:4px 10px;background-color:#3b82f626;color:#3b82f6;border-radius:20px;font-size:12px;font-weight:500;border:1px solid rgba(59,130,246,.3)}.employee-info-status{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.employee-action-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;background-color:var(--bg-card);color:var(--text-primary);border:1px solid var(--border-color)}.employee-action-btn:hover{background-color:var(--bg-card-hover);transform:translateY(-1px)}.employee-action-btn.export-btn{background-color:#10b981;color:#fff;border:none}.employee-action-btn.export-btn:hover{background-color:#059669}.employee-tabs{display:flex;gap:8px;background-color:var(--bg-card);padding:8px;margin:16px 20px 0;border-radius:8px;border:1px solid var(--border-color)}.employee-tab{display:flex;align-items:center;gap:8px;padding:10px 20px;border:none;background:none;cursor:pointer;font-size:14px;color:var(--text-secondary);border-radius:6px;transition:all .2s ease}.employee-tab:hover{background-color:var(--bg-card-hover);color:var(--text-primary)}.employee-tab-active{background-color:#3b82f6;color:#fff}.employee-tab-active:hover{background-color:#2563eb}.tab-icon{display:flex;align-items:center}.tab-label{font-weight:500}.employee-tab-content{background-color:var(--bg-card);border-radius:8px;padding:10px;margin:10px 20px 20px;border:1px solid var(--border-color)}.employee-actions{display:flex;gap:10px;margin:0 20px 20px;padding:16px 20px;background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;justify-content:flex-end}.employee-btn{display:flex;align-items:center;gap:6px;padding:8px 20px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.employee-btn-primary:hover:not(:disabled){background-color:#2563eb;transform:translateY(-1px)}.employee-btn-secondary{background-color:var(--bg-card);color:var(--text-primary);border:1px solid var(--border-color)}.employee-btn-secondary:hover:not(:disabled){background-color:var(--bg-card-hover);transform:translateY(-1px)}.employee-btn:disabled,.employee-btn.disabled{opacity:.6;cursor:not-allowed;transform:none}.employee-loading-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.employee-loading-spinner{text-align:center;background-color:var(--bg-card);padding:24px;border-radius:8px;border:1px solid var(--border-color);box-shadow:var(--shadow-md)}.employee-loading-spinner .spinner{animation:spin 1s linear infinite;margin-bottom:12px}@media(max-width:768px){.employee-header-content{padding:12px 16px}.employee-title{font-size:18px}.employee-tabs{margin:12px 12px 0;overflow-x:auto;flex-wrap:nowrap}.employee-tab{white-space:nowrap;padding:8px 16px}.employee-tab-content{margin:0 12px 12px;padding:16px}.employee-actions{margin:0 12px 12px;flex-direction:column}.employee-btn{width:100%;justify-content:center}}@media(max-width:480px){.employee-header-left{flex-direction:column;align-items:flex-start}.employee-back-btn{width:100%;justify-content:center}.employee-title-section{width:100%;justify-content:space-between}.employee-info-status{width:100%}.employee-action-btn{flex:1;justify-content:center}}.confirmation-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000}.confirmation-modal{background-color:var(--bg-card);border-radius:8px;min-width:320px;max-width:400px;border:1px solid var(--border-color);box-shadow:var(--shadow-md);overflow:hidden}.confirmation-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background-color:var(--bg-table-header);border-bottom:1px solid var(--border-color)}.confirmation-header h3{margin:0;color:var(--text-primary);font-size:16px;font-weight:600}.confirmation-close{background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;color:var(--text-muted);display:flex;align-items:center;justify-content:center;transition:all .2s}.confirmation-close:hover{background-color:var(--border-color);color:var(--text-primary)}.confirmation-modal p{margin:0;padding:20px;color:var(--text-secondary);font-size:14px;line-height:1.5}.confirmation-buttons{display:flex;gap:12px;justify-content:flex-end;padding:16px 20px;background-color:var(--bg-card);border-top:1px solid var(--border-color)}.confirmation-btn{padding:8px 20px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.confirmation-btn.cancel{background-color:var(--bg-card);color:var(--text-primary);border:1px solid var(--border-color)}.confirmation-btn.cancel:hover{background-color:var(--bg-card-hover);transform:translateY(-1px)}.confirmation-btn.confirm{background-color:#ef4444;color:#fff}.confirmation-btn.confirm:hover{background-color:#dc2626;transform:translateY(-1px)}.confirmation-btn:active{transform:translateY(0)}.employee-btn.employee-btn-list{background-color:#8b5cf6;color:#fff;border:none}.employee-btn.employee-btn-list:hover:not(:disabled){background-color:#7c3aed;transform:translateY(-1px);box-shadow:0 4px 8px #8b5cf64d}.employee-btn{display:flex;align-items:center;gap:8px;padding:10px 24px;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #0000001a}.employee-btn-primary{background-color:#3b82f6;color:#fff}.employee-btn-primary:hover:not(:disabled){background-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}.employee-btn-secondary{background-color:var(--bg-card);color:var(--text-primary);border:1px solid var(--border-color);box-shadow:none}.employee-btn-secondary:hover:not(:disabled){background-color:var(--bg-card-hover);transform:translateY(-1px);box-shadow:var(--shadow-sm)}:root{--employee-bg: var(--bg-primary);--employee-card-bg: var(--bg-card);--employee-text-primary: var(--text-primary);--employee-text-secondary: var(--text-secondary);--employee-border: var(--border-color);--employee-hover-bg: var(--bg-card-hover);--employee-input-bg: var(--bg-input);--employee-input-border: var(--border-color);--employee-header-bg: var(--bg-card);--employee-table-header-bg: var(--bg-table-header)}.employee-list-container{background-color:var(--employee-bg);border-radius:12px;padding:24px;min-height:100vh}.employee-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:20px 24px;background-color:var(--employee-card-bg);border-radius:12px;border:1px solid var(--employee-border);transition:all .3s ease}.employee-list-header:hover{box-shadow:var(--shadow-sm);border-color:var(--text-muted)}.employee-list-title-section{display:flex;align-items:center;gap:12px}.employee-list-icon{color:#3b82f6}.employee-list-title{margin:0;color:var(--employee-text-primary);font-size:1.5rem;font-weight:600}.employee-list-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;border:none}.employee-list-btn-primary{background-color:#3b82f6;color:#fff}.employee-list-btn-primary:hover{background-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}.employee-list-btn-secondary{background-color:#6b7280;color:#fff}.employee-list-btn-secondary:hover{background-color:#4b5563;transform:translateY(-1px)}.employee-list-btn-outline{background-color:var(--employee-card-bg);border:1px solid var(--employee-border);color:var(--employee-text-primary)}.employee-list-btn-outline:hover{background-color:var(--employee-hover-bg);border-color:var(--text-muted);transform:translateY(-1px)}.employee-list-btn-danger{background-color:#ef4444;color:#fff}.employee-list-btn-danger:hover{background-color:#dc2626;transform:translateY(-1px);box-shadow:0 4px 8px #ef44444d}.employee-list-search-bar{background-color:var(--employee-card-bg);padding:16px 24px;border-radius:12px;margin-bottom:16px;display:flex;gap:16px;align-items:center;flex-wrap:wrap;border:1px solid var(--employee-border);transition:all .3s ease}.employee-list-search-bar:hover{box-shadow:var(--shadow-sm);border-color:var(--text-muted)}.employee-list-search-input-wrapper{flex:1;position:relative;min-width:250px}.employee-list-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--text-muted)}.employee-list-search-input{width:100%;padding:10px 12px 10px 40px;border:1px solid var(--employee-input-border);border-radius:8px;font-size:.95rem;transition:all .3s ease;background-color:var(--employee-input-bg);color:var(--employee-text-primary)}.employee-list-search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.employee-list-search-actions{display:flex;gap:8px}.employee-list-filters{background-color:var(--employee-card-bg);padding:16px 24px;border-radius:12px;margin-bottom:16px;border:1px solid var(--employee-border);transition:all .3s ease;animation:slideDown .3s ease}.employee-list-filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;align-items:end}.employee-list-filter-group{display:flex;flex-direction:column;gap:6px}.employee-list-filter-group label{font-size:.9rem;font-weight:500;color:var(--employee-text-secondary)}.employee-list-select{padding:10px 12px;border:1px solid var(--employee-input-border);border-radius:8px;font-size:.95rem;background-color:var(--employee-input-bg);color:var(--employee-text-primary);cursor:pointer;transition:all .3s ease}.employee-list-select:hover{border-color:#3b82f6}.employee-list-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.employee-list-filter-actions{display:flex;gap:8px}.employee-list-bulk-actions{background-color:#f59e0b26;border:1px solid rgba(245,158,11,.3);padding:12px 20px;border-radius:8px;margin-bottom:16px;display:flex;justify-content:space-between;align-items:center;animation:slideDown .3s ease}.employee-list-bulk-info{font-size:.9rem;font-weight:500;color:#f59e0b}.employee-list-table-wrapper{background-color:var(--employee-card-bg);border-radius:12px;overflow-x:auto;border:1px solid var(--employee-border);box-shadow:var(--shadow-sm)}.employee-list-display-table{width:100%;border-collapse:collapse}.employee-list-display-table thead{background-color:var(--employee-table-header-bg);border-bottom:1px solid var(--employee-border)}.employee-list-display-table th{padding:14px 16px;text-align:left;font-size:.85rem;font-weight:600;color:var(--employee-text-secondary);text-transform:uppercase;letter-spacing:.5px}.employee-list-display-table td{padding:14px 16px;font-size:.9rem;color:var(--employee-text-primary);border-bottom:1px solid var(--employee-border);vertical-align:middle}.employee-list-display-table tr:hover{background-color:var(--employee-hover-bg)}.employee-list-display-table tr:last-child td{border-bottom:none}.employee-list-display-table .employee-list-code{font-weight:600;color:#3b82f6;font-family:Monaco,Menlo,monospace;font-size:.85rem}.employee-list-display-table .employee-list-name-ar{font-family:Amiri,Traditional Arabic,Noto Sans Arabic,serif;direction:rtl;text-align:right}.employee-list-status{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;border-radius:20px;font-size:.85rem;font-weight:500;width:fit-content}.employee-list-status-active{background-color:#10b98126;color:#10b981;border:1px solid rgba(16,185,129,.3)}.employee-list-status-inactive{background-color:#ef444426;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.employee-list-status-terminated{background-color:#f59e0b26;color:#f59e0b;border:1px solid rgba(245,158,11,.3)}.employee-list-actions-col{display:flex;gap:8px;justify-content:flex-start;align-items:center}.employee-list-action-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;background-color:transparent;color:var(--text-muted)}.employee-list-view-btn:hover{background-color:#3b82f626;color:#3b82f6}.employee-list-edit-btn:hover{background-color:#10b98126;color:#10b981}.employee-list-delete-btn:hover{background-color:#ef444426;color:#ef4444}.employee-list-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px;color:var(--text-muted)}.employee-list-spinner{width:40px;height:40px;border:3px solid var(--border-color);border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.employee-list-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px;text-align:center;background-color:var(--employee-hover-bg);border-radius:12px;border:2px dashed var(--employee-border)}.employee-list-empty-icon{color:var(--text-muted);margin-bottom:16px}.employee-list-empty p{margin-bottom:20px;font-size:1rem;color:var(--text-primary);font-weight:500}.employee-list-pagination{display:flex;justify-content:space-between;align-items:center;margin-top:24px;background-color:var(--employee-card-bg);padding:16px 24px;border-radius:12px;border:1px solid var(--employee-border);flex-wrap:wrap;gap:16px}.employee-list-pagination-info{font-size:.9rem;color:var(--text-muted)}.employee-list-pagination-controls{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.employee-list-pagination-btn{padding:6px 12px;border:1px solid var(--employee-input-border);background-color:var(--employee-input-bg);border-radius:6px;cursor:pointer;transition:all .2s;font-size:.85rem;color:var(--text-primary);display:inline-flex;align-items:center;gap:4px;min-width:36px;justify-content:center}.employee-list-pagination-btn:hover:not(:disabled){background-color:var(--employee-hover-bg);border-color:var(--text-muted);transform:translateY(-1px)}.employee-list-pagination-active{background-color:#3b82f6;color:#fff;border-color:#3b82f6}.employee-list-pagination-active:hover{background-color:#2563eb;border-color:#2563eb}.employee-list-pagination-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.employee-list-table-wrapper::-webkit-scrollbar{height:8px;width:8px}.employee-list-table-wrapper::-webkit-scrollbar-track{background:var(--border-color);border-radius:4px}.employee-list-table-wrapper::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:4px}.employee-list-table-wrapper::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}@media(max-width:1024px){.employee-list-container{padding:20px}.employee-list-table-wrapper{overflow-x:auto}.employee-list-display-table{min-width:800px}}@media(max-width:768px){.employee-list-container{padding:16px}.employee-list-header{flex-direction:column;gap:16px;align-items:stretch;text-align:center}.employee-list-title-section{justify-content:center}.employee-list-actions{text-align:center}.employee-list-search-bar{flex-direction:column}.employee-list-search-input-wrapper{width:100%}.employee-list-search-actions{width:100%;justify-content:stretch}.employee-list-search-actions button{flex:1}.employee-list-filters-grid{grid-template-columns:1fr}.employee-list-pagination{flex-direction:column;align-items:center;text-align:center}.employee-list-pagination-controls{justify-content:center}.employee-list-actions-col{flex-wrap:wrap;justify-content:center}}@media(max-width:480px){.employee-list-container{padding:12px}.employee-list-header{padding:16px}.employee-list-title{font-size:1.25rem}.employee-list-btn{width:100%;justify-content:center}}@media print{.employee-list-container{background:#fff;padding:0}.employee-list-header,.employee-list-search-bar,.employee-list-filters,.employee-list-pagination,.employee-list-actions{display:none}.employee-list-table-wrapper{box-shadow:none;border:1px solid #000}.employee-list-display-table th,.employee-list-display-table td{border:1px solid #ccc}.employee-list-display-table th{background:#f0f0f0}.employee-list-status{border:1px solid #000;background:none!important;color:#000!important}}@keyframes fadeInRow{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.employee-list-display-table tbody tr{animation:fadeInRow .3s ease forwards}.employee-list-display-table tbody tr{transition:all .2s ease}.employee-list-display-table tbody tr:hover{background-color:var(--employee-hover-bg);transform:translate(2px)}.employee-list-status{transition:all .2s ease}.employee-list-status:hover{transform:scale(1.05);box-shadow:0 1px 2px #0000001a}.employee-list-action-btn:focus-visible,.employee-list-btn:focus-visible,.employee-list-pagination-btn:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}[data-tooltip]{position:relative;cursor:pointer}[data-tooltip]:before{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translate(-50%);padding:6px 12px;background-color:var(--tooltip-bg);color:var(--text-primary);font-size:.75rem;border-radius:6px;white-space:nowrap;display:none;z-index:1000;box-shadow:var(--shadow-sm);border:1px solid var(--border-color)}[data-tooltip]:hover:before{display:block}.payroll-months-container{background-color:var(--bg-card);border-radius:12px;padding:24px;box-shadow:var(--shadow-sm);width:100%}.payroll-months-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px 20px;background-color:var(--bg-card-hover);border-radius:12px;border:1px solid var(--border-color);transition:all .3s ease}.payroll-months-header:hover{box-shadow:var(--shadow-sm);border-color:var(--text-muted)}.payroll-months-header h3{margin:0;color:var(--text-primary);font-size:1.2rem;font-weight:600;display:flex;align-items:center;gap:8px}.add-month-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.add-month-btn:hover{background-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}.add-month-form{background-color:var(--bg-card);border-radius:12px;padding:24px;margin-bottom:24px;border:1px solid var(--border-color);box-shadow:var(--shadow-sm);animation:slideDown .3s ease}.add-month-form h4{margin:0 0 20px;color:var(--text-primary);font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:8px;padding-bottom:12px;border-bottom:2px solid var(--border-color)}.save-month-btn{display:flex;align-items:center;gap:8px;padding:10px 24px;background-color:#10b981;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.save-month-btn:hover{background-color:#059669;transform:translateY(-1px);box-shadow:0 4px 8px #10b9814d}.duration-badge{display:inline-block;padding:4px 10px;background-color:#8b5cf6;color:#fff;border-radius:6px;font-size:.85rem;font-weight:500}.status-cell{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.status-select{padding:6px 12px;border:1px solid var(--border-color);border-radius:6px;font-size:.85rem;background-color:var(--bg-input);color:var(--text-primary);cursor:pointer;transition:all .2s ease}.status-select:hover{border-color:#3b82f6}.status-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.status-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:20px;font-size:.85rem;font-weight:500}.status-open{background-color:#10b98126;color:#10b981;border:1px solid rgba(16,185,129,.3)}.status-closed{background-color:#ef444426;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.status-pending{background-color:#f59e0b26;color:#f59e0b;border:1px solid rgba(245,158,11,.3)}.months-table{width:100%;border-collapse:collapse}.months-table thead{background-color:var(--bg-table-header);border-bottom:1px solid var(--border-color)}.months-table th{padding:14px 16px;text-align:left;font-size:.85rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.months-table td{padding:14px 16px;font-size:.9rem;color:var(--text-primary);border-bottom:1px solid var(--border-color)}.months-table tr:hover{background-color:var(--bg-card-hover)}.month-row{animation:slideIn .3s ease-out}@media(max-width:1024px){.payroll-months-container{padding:20px}.form-grid{grid-template-columns:1fr;gap:16px}.table-container{overflow-x:auto}.months-table{min-width:800px}}@media(max-width:768px){.payroll-months-container{padding:16px}.payroll-months-header{flex-direction:column;gap:16px;padding:16px}.add-month-btn{width:100%;justify-content:center}.add-month-form{padding:16px}.add-month-form h4{font-size:1rem;margin-bottom:16px}.form-actions{flex-direction:column;gap:10px}.form-actions button{width:100%;justify-content:center}.months-table th,.months-table td{padding:10px 12px;font-size:.85rem}.status-cell{flex-direction:column;align-items:flex-start;gap:8px}.status-select{width:100%}}@media print{.payroll-months-container{box-shadow:none;padding:0;background:#fff}.payroll-months-header{border:1px solid #000;background:none}.add-month-btn,.form-actions,.action-buttons,.status-select,.add-month-form{display:none}.months-table th,.months-table td{border:1px solid #ccc}.code-badge,.duration-badge,.status-badge{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.payroll-types-container{background-color:var(--bg-card);border-radius:12px;padding:24px;box-shadow:var(--shadow-sm);width:100%}.payroll-types-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px 20px;background-color:var(--bg-card-hover);border-radius:12px;border:1px solid var(--border-color);transition:all .3s ease}.payroll-types-header:hover{box-shadow:var(--shadow-sm);border-color:var(--text-muted)}.payroll-types-header h3{margin:0;color:var(--text-primary);font-size:1.2rem;font-weight:600;display:flex;align-items:center;gap:8px}.add-type-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.add-type-btn:hover{background-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}.add-type-form{background-color:var(--bg-card);border-radius:12px;padding:24px;margin-bottom:24px;border:1px solid var(--border-color);box-shadow:var(--shadow-sm);animation:slideDown .3s ease}.add-type-form h4{margin:0 0 20px;color:var(--text-primary);font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:8px;padding-bottom:12px;border-bottom:2px solid var(--border-color)}.full-width{grid-column:span 2}.type-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:500}.type-earning{background:#dcfce7;color:#166534}.type-deduction{background:#fee2e2;color:#991b1b}.type-loan{background:#fef3c7;color:#92400e}.type-unknown{background:#f1f5f9;color:#475569}.status-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:20px;font-size:12px;font-weight:500}.status-yes{background:#dcfce7;color:#166534}.status-no{background:#fee2e2;color:#991b1b}.name-badge{font-weight:500;color:#1e293b}.notes-cell{color:#64748b;font-size:13px}.audit-info{display:flex;flex-direction:column;gap:4px;font-size:11px;color:#64748b}.action-buttons{display:flex;gap:8px}.action-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:6px;cursor:pointer;transition:all .2s}.action-btn.edit{background:#e0f2fe;color:#0284c7}.action-btn.edit:hover{background:#bae6fd}.action-btn.delete{background:#fee2e2;color:#dc2626}.action-btn.delete:hover{background:#fecaca}.form-actions{display:flex;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid #e2e8f0}.save-type-btn,.cancel-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.save-type-btn{background:#3b82f6;color:#fff;border:none}.save-type-btn:hover:not(:disabled){background:#2563eb}.save-type-btn:disabled{opacity:.6;cursor:not-allowed}.cancel-btn{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.cancel-btn:hover{background:#e2e8f0}.error-summary{display:flex;align-items:center;gap:8px;margin-top:16px;padding:12px;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:14px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;color:#64748b}.empty-state svg{color:#cbd5e1;margin-bottom:16px}.empty-state p{margin:8px 0;font-size:16px}.empty-subtext{font-size:14px;color:#94a3b8;margin-bottom:20px}.add-first-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:14px;cursor:pointer}.add-first-btn:hover{background:#2563eb}.table-container{margin-top:16px;overflow-x:auto}.payroll-types-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}@media(max-width:768px){.payroll-types-container{padding:16px}.form-grid{grid-template-columns:1fr}.full-width{grid-column:span 1}.form-actions{flex-direction:column}.save-type-btn,.cancel-btn{width:100%;justify-content:center}}.payroll-types-loading-overlay,.payroll-months-loading-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.payroll-types-loading-spinner,.payroll-months-loading-spinner{text-align:center;background-color:var(--bg-card);padding:32px;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid var(--border-color)}.payroll-types-loading-spinner .spinner,.payroll-months-loading-spinner .spinner{animation:spin 1s linear infinite;margin-bottom:16px;color:#3b82f6}.payroll-types-loading-spinner p,.payroll-months-loading-spinner p{margin:0;color:var(--text-secondary);font-size:14px}.save-type-btn .spinner,.save-month-btn .spinner,.employee-btn-primary .spinner{animation:spin 1s linear infinite}.departments-container{background-color:var(--bg-card);border-radius:12px;padding:24px;box-shadow:var(--shadow-sm);width:100%}.departments-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px 20px;background-color:var(--bg-card-hover);border-radius:12px;border:1px solid var(--border-color);transition:all .3s ease}.departments-header:hover{box-shadow:var(--shadow-sm);border-color:var(--text-muted)}.departments-header h3{margin:0;color:var(--text-primary);font-size:1.2rem;font-weight:600;display:flex;align-items:center;gap:8px}.add-department-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.add-department-btn:hover{background-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}.add-department-form{background-color:var(--bg-card);border-radius:12px;padding:24px;margin-bottom:24px;border:1px solid var(--border-color);box-shadow:var(--shadow-sm);animation:slideDown .3s ease}.add-department-form h4{margin:0 0 20px;color:var(--text-primary);font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:8px;padding-bottom:12px;border-bottom:2px solid var(--border-color)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:20px;align-items:start}.form-grid>*{min-width:0;width:100%}.form-grid .text-field{width:100%;display:flex;flex-direction:column}.form-grid .text-field input,.form-grid .text-field textarea,.form-grid .text-field select{width:100%;padding:10px 12px;border:1px solid var(--border-color);border-radius:8px;font-size:.95rem;transition:all .3s ease;background-color:var(--bg-input);color:var(--text-primary);box-sizing:border-box}.form-grid .arabic-text{direction:ltr}.form-grid .arabic-text input,.form-grid .arabic-text textarea{direction:rtl;text-align:right;font-family:Noto Sans Arabic,Amiri,sans-serif}.form-grid .arabic-text label{direction:ltr;text-align:left;display:block}.form-grid .arabic-text .input-wrapper{direction:ltr}.form-field{margin-bottom:16px;width:100%}.field-label{display:block;margin-bottom:6px;font-size:.9rem;font-weight:500;color:var(--text-secondary)}.gl-posting-select{width:100%;padding:10px 12px;border:1px solid var(--border-color);border-radius:8px;font-size:.95rem;background-color:var(--bg-input);color:var(--text-primary);cursor:pointer;transition:all .3s ease;font-family:inherit}.gl-posting-select:hover{border-color:#3b82f6;background-color:#3b82f60d}.gl-posting-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.gl-posting-select.error{border-color:#ef4444}.gl-posting-select:disabled{background-color:var(--bg-card-hover);border-color:var(--border-color);color:var(--text-muted);cursor:not-allowed}.field-helper{display:block;margin-top:4px;font-size:.75rem;color:var(--text-muted)}.error-message{display:block;margin-top:4px;font-size:.75rem;color:#ef4444}.arabic-text{display:inline-block;font-family:Noto Sans Arabic,Amiri,sans-serif;direction:rtl;text-align:right}.save-department-btn{display:flex;align-items:center;gap:8px;padding:10px 24px;background-color:#10b981;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.save-department-btn:hover{background-color:#059669;transform:translateY(-1px);box-shadow:0 4px 8px #10b9814d}.gl-badge{display:inline-block;padding:4px 10px;background-color:#8b5cf6;color:#fff;border-radius:6px;font-size:.85rem;font-weight:500}.gl-badge.optional{background-color:#6b7280;opacity:.7}.status-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.department-row{animation:slideIn .3s ease-out}.form-grid .text-field input:hover:not(:disabled),.form-grid .text-field textarea:hover:not(:disabled),.form-grid .text-field select:hover:not(:disabled),.gl-posting-select:hover:not(:disabled){border-color:#3b82f6;background-color:#3b82f60d}.form-grid .text-field input:focus-visible,.form-grid .text-field textarea:focus-visible,.form-grid .text-field select:focus-visible,.gl-posting-select:focus-visible,.add-department-btn:focus-visible,.save-department-btn:focus-visible,.cancel-btn:focus-visible,.action-btn:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.table-container::-webkit-scrollbar{height:8px;width:8px}.table-container::-webkit-scrollbar-track{background:var(--border-color);border-radius:4px}.table-container::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:4px}.table-container::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}@media(max-width:1024px){.departments-container{padding:20px}.form-grid{grid-template-columns:1fr;gap:16px}.table-container{overflow-x:auto}.org-table{min-width:800px}}@media(max-width:768px){.departments-container{padding:16px}.departments-header{flex-direction:column;gap:16px;padding:16px}.add-department-btn{width:100%;justify-content:center}.add-department-form{padding:16px}.add-department-form h4{font-size:1rem;margin-bottom:16px}.form-grid{gap:12px;margin-bottom:16px}.form-actions{flex-direction:column;gap:10px}.form-actions button{width:100%;justify-content:center}.org-table th,.org-table td{padding:10px 12px;font-size:.85rem}.empty-state{padding:40px 20px}.empty-state p{font-size:1rem}.empty-subtext{font-size:.85rem!important}.add-first-btn{width:100%;justify-content:center}}@media print{.departments-container{box-shadow:none;padding:0;background:#fff}.departments-header{border:1px solid #000;background:none}.add-department-btn,.form-actions,.action-buttons,.add-department-form{display:none}.org-table{border:1px solid #000}.org-table th,.org-table td{border:1px solid #ccc}.code-badge,.gl-badge,.status-badge{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.sections-container{background-color:var(--bg-card);border-radius:12px;padding:24px;box-shadow:var(--shadow-sm);width:100%}.sections-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px 20px;background-color:var(--bg-card-hover);border-radius:12px;border:1px solid var(--border-color);transition:all .3s ease}.sections-header:hover{box-shadow:var(--shadow-sm);border-color:var(--text-muted)}.sections-header h3{margin:0;color:var(--text-primary);font-size:1.2rem;font-weight:600;display:flex;align-items:center;gap:8px}.add-section-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.add-section-btn:hover{background-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}.add-section-form{background-color:var(--bg-card);border-radius:12px;padding:24px;margin-bottom:24px;border:1px solid var(--border-color);box-shadow:var(--shadow-sm);animation:slideDown .3s ease}.add-section-form h4{margin:0 0 20px;color:var(--text-primary);font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:8px;padding-bottom:12px;border-bottom:2px solid var(--border-color)}.save-section-btn{display:flex;align-items:center;gap:8px;padding:10px 24px;background-color:#10b981;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.save-section-btn:hover{background-color:#059669;transform:translateY(-1px);box-shadow:0 4px 8px #10b9814d}.dept-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background-color:#3b82f626;color:#3b82f6;border-radius:4px;font-size:.85rem;border:1px solid rgba(59,130,246,.3)}.section-row{animation:slideIn .3s ease-out}@media(max-width:1024px){.sections-container{padding:20px}.form-grid{grid-template-columns:1fr;gap:16px}.table-container{overflow-x:auto}.org-table{min-width:800px}}@media(max-width:768px){.sections-container{padding:16px}.sections-header{flex-direction:column;gap:16px;padding:16px}.add-section-btn{width:100%;justify-content:center}.add-section-form{padding:16px}.add-section-form h4{font-size:1rem;margin-bottom:16px}.form-actions{flex-direction:column;gap:10px}.form-actions button{width:100%;justify-content:center}.org-table th,.org-table td{padding:10px 12px;font-size:.85rem}}@media print{.sections-container{box-shadow:none;padding:0;background:#fff}.sections-header{border:1px solid #000;background:none}.add-section-btn,.form-actions,.action-buttons,.add-section-form{display:none}}.jobtitles-container{background-color:var(--bg-card);border-radius:12px;padding:24px;box-shadow:var(--shadow-sm);width:100%}.jobtitles-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px 20px;background-color:var(--bg-card-hover);border-radius:12px;border:1px solid var(--border-color);transition:all .3s ease}.jobtitles-header:hover{box-shadow:var(--shadow-sm);border-color:var(--text-muted)}.jobtitles-header h3{margin:0;color:var(--text-primary);font-size:1.2rem;font-weight:600;display:flex;align-items:center;gap:8px}.add-jobtitle-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.add-jobtitle-btn:hover{background-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}.add-jobtitle-form{background-color:var(--bg-card);border-radius:12px;padding:24px;margin-bottom:24px;border:1px solid var(--border-color);box-shadow:var(--shadow-sm);animation:slideDown .3s ease}.add-jobtitle-form h4{margin:0 0 20px;color:var(--text-primary);font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:8px;padding-bottom:12px;border-bottom:2px solid var(--border-color)}.form-grid .text-field.required label:after{content:" *";color:#ef4444}.arabic-text input{text-align:right;font-family:Noto Sans Arabic,Amiri,sans-serif}.save-jobtitle-btn{display:flex;align-items:center;gap:8px;padding:10px 24px;background-color:#10b981;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.save-jobtitle-btn:hover{background-color:#059669;transform:translateY(-1px);box-shadow:0 4px 8px #10b9814d}.code-badge{display:inline-block;padding:4px 10px;background-color:#3b82f6;color:#fff;border-radius:6px;font-size:.85rem;font-weight:600}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:var(--text-muted)}.loading-state svg{animation:spin 1s linear infinite;margin-bottom:16px}.jobtitle-row{animation:slideIn .3s ease-out}@media(max-width:1024px){.jobtitles-container{padding:20px}.form-grid{grid-template-columns:1fr;gap:16px}.table-container{overflow-x:auto}.org-table{min-width:800px}}@media(max-width:768px){.jobtitles-container{padding:16px}.jobtitles-header{flex-direction:column;gap:16px;padding:16px}.add-jobtitle-btn{width:100%;justify-content:center}.add-jobtitle-form{padding:16px}.add-jobtitle-form h4{font-size:1rem}.form-actions{flex-direction:column;gap:10px}.form-actions button{width:100%;justify-content:center}.org-table th,.org-table td{padding:10px 12px;font-size:.85rem}}@media print{.jobtitles-container{box-shadow:none;padding:0;background:#fff}.jobtitles-header{border:1px solid #000;background:none}.add-jobtitle-btn,.form-actions,.action-buttons,.add-jobtitle-form{display:none}.org-table th,.org-table td{border:1px solid #ccc}.code-badge{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.positions-container{background-color:var(--bg-card);border-radius:12px;padding:24px;box-shadow:var(--shadow-sm);width:100%}.positions-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px 20px;background-color:var(--bg-card-hover);border-radius:12px;border:1px solid var(--border-color);transition:all .3s ease}.positions-header:hover{box-shadow:var(--shadow-sm);border-color:var(--text-muted)}.positions-header h3{margin:0;color:var(--text-primary);font-size:1.2rem;font-weight:600;display:flex;align-items:center;gap:8px}.add-position-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.add-position-btn:hover{background-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}.add-position-form{background-color:var(--bg-card);border-radius:12px;padding:24px;margin-bottom:24px;border:1px solid var(--border-color);box-shadow:var(--shadow-sm);animation:slideDown .3s ease}.add-position-form h4{margin:0 0 20px;color:var(--text-primary);font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:8px;padding-bottom:12px;border-bottom:2px solid var(--border-color)}.form-grid .text-field{width:100%}.form-grid .text-field input,.form-grid .text-field textarea,.form-grid .text-field select{width:100%;padding:10px 12px;border:1px solid var(--border-color);border-radius:8px;font-size:.95rem;transition:all .3s ease;background-color:var(--bg-input);color:var(--text-primary)}.form-grid .text-field input:focus,.form-grid .text-field textarea:focus,.form-grid .text-field select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-grid .text-field input:disabled,.form-grid .text-field textarea:disabled,.form-grid .text-field select:disabled{background-color:var(--bg-card-hover);border-color:var(--border-color);color:var(--text-muted);cursor:not-allowed}.form-grid .text-field label{display:block;margin-bottom:6px;font-size:.9rem;font-weight:500;color:var(--text-secondary)}.save-position-btn{display:flex;align-items:center;gap:8px;padding:10px 24px;background-color:#10b981;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.save-position-btn:hover{background-color:#059669;transform:translateY(-1px);box-shadow:0 4px 8px #10b9814d}.cancel-btn:hover{background-color:var(--bg-card-hover);color:var(--text-primary);border-color:var(--text-muted)}.hierarchy-info{display:flex;flex-direction:column;gap:4px;font-size:.85rem}.hierarchy-row{display:flex;align-items:center;gap:6px;color:var(--text-secondary)}.hierarchy-row .dept-name,.hierarchy-row .job-title{font-weight:500;color:var(--text-primary)}.status-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:6px;font-size:.85rem;font-weight:500}.status-badge.active{background-color:#10b98126;color:#10b981;border:1px solid rgba(16,185,129,.3)}.status-badge.inactive{background-color:#ef444426;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.audit-info{display:flex;flex-direction:column;gap:4px;font-size:.8rem;color:var(--text-muted)}.audit-info div{display:flex;align-items:center;gap:4px}.loading-state,.empty-state{text-align:center;padding:60px 20px;background-color:var(--bg-card-hover);border-radius:12px;border:2px dashed var(--border-color)}.loading-state svg,.empty-state svg{color:var(--text-muted);margin-bottom:16px;animation:spin 1s linear infinite}.empty-state svg{animation:none}.org-table{width:100%;border-collapse:collapse}.org-table thead{background-color:var(--bg-table-header);border-bottom:1px solid var(--border-color)}.org-table th{padding:14px 16px;text-align:left;font-size:.85rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.org-table td{padding:14px 16px;font-size:.9rem;color:var(--text-primary);border-bottom:1px solid var(--border-color)}.org-table tr:hover{background-color:var(--bg-card-hover)}.dropdown.disabled{opacity:.6;pointer-events:none}.position-row{animation:slideIn .3s ease-out}@media(max-width:1024px){.positions-container{padding:20px}.form-grid{grid-template-columns:1fr;gap:16px}.table-container{overflow-x:auto}.org-table{min-width:800px}}@media(max-width:768px){.positions-container{padding:16px}.positions-header{flex-direction:column;gap:16px;padding:16px}.add-position-btn{width:100%;justify-content:center}.add-position-form{padding:16px}.add-position-form h4{font-size:1rem}.form-actions{flex-direction:column}.form-actions button{width:100%;justify-content:center}}@media print{.positions-container{box-shadow:none;padding:0;background:#fff}.add-position-btn,.form-actions,.action-buttons{display:none}}.org-container{background-color:var(--bg-primary);min-height:calc(100vh - 60px);padding:0}.org-header{padding:0;border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-sm);background-color:var(--bg-card)}.org-header-content{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;max-width:100%;gap:20px}.org-title{margin:0;font-size:24px;font-weight:700;color:var(--text-primary);letter-spacing:-.025em}.org-header-actions{display:flex;gap:12px}.org-action-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;background-color:var(--bg-card);color:var(--text-primary);border:1px solid var(--border-color)}.org-action-btn:hover{background-color:var(--bg-card-hover);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.org-action-btn.primary-btn{background-color:#3b82f6;color:#fff;border:none}.org-action-btn.primary-btn:hover{background-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}.btn-icon{font-size:1.1rem;display:inline-flex;align-items:center}.org-tabs{display:flex;gap:8px;background-color:var(--bg-card);padding:8px;margin:24px;border-radius:12px;box-shadow:var(--shadow-sm);flex-wrap:wrap;border:1px solid var(--border-color)}.org-tab{display:flex!important;align-items:center;gap:8px;padding:12px 24px;border:none;background:none;cursor:pointer;font-size:1rem;color:var(--text-muted);border-radius:8px;transition:all .3s ease;flex:0 1 auto}.org-tab:hover{background-color:var(--bg-card-hover);color:var(--text-secondary);transform:translateY(-1px)}.org-tab.active{background-color:#3b82f6;color:#fff;box-shadow:var(--shadow-sm)}.tab-icon{font-size:1.2rem;display:inline-flex;align-items:center}.tab-label{font-weight:500;display:inline-block!important;color:inherit}.org-content{background-color:var(--bg-card);border-radius:12px;padding:24px;margin:0 24px 24px;box-shadow:var(--shadow-sm);min-height:500px;border:1px solid var(--border-color)}.org-section{background-color:var(--bg-card);border-radius:12px;padding:24px;margin-bottom:24px;transition:all .3s ease;border:1px solid var(--border-color)}.org-section:last-child{margin-bottom:0}.org-section:hover{box-shadow:var(--shadow-md);border-color:var(--text-muted);transform:translateY(-1px)}.org-section-header{display:flex;align-items:center;gap:12px;margin-bottom:20px}.section-icon{color:#3b82f6;flex-shrink:0;animation:slideInLeft .4s ease-out}@keyframes slideInLeft{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.org-section h4{margin:0;color:var(--text-secondary);font-size:1.2rem;font-weight:500;letter-spacing:-.25px}.org-grid{display:grid;gap:20px}.org-grid.grid-2{grid-template-columns:repeat(2,1fr)}.org-grid.grid-3{grid-template-columns:repeat(3,1fr)}.org-grid.grid-4{grid-template-columns:repeat(4,1fr)}.org-grid .text-field{width:100%}.org-grid .text-field input,.org-grid .text-field textarea,.org-grid .text-field select{width:100%;padding:10px 12px;border:1px solid var(--border-color);border-radius:8px;font-size:.95rem;transition:all .3s ease;background-color:var(--bg-input);color:var(--text-primary)}.org-grid .text-field input:focus,.org-grid .text-field textarea:focus,.org-grid .text-field select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.org-grid .text-field input:disabled,.org-grid .text-field textarea:disabled,.org-grid .text-field select:disabled{background-color:var(--bg-card-hover);border-color:var(--border-color);color:var(--text-muted);cursor:not-allowed}.org-grid .text-field label{display:block;margin-bottom:6px;font-size:.9rem;font-weight:500;color:var(--text-secondary)}.org-grid .text-field.required label:after{content:" *";color:#ef4444}.org-tree{list-style:none;padding-left:0;margin:0}.org-tree-item{margin-bottom:8px}.org-tree-node{display:flex;align-items:center;gap:8px;padding:10px 12px;background-color:var(--bg-card-hover);border-radius:8px;border:1px solid var(--border-color);cursor:pointer;transition:all .3s ease}.org-tree-node:hover{background-color:var(--bg-input);border-color:#3b82f6;transform:translate(2px)}.org-tree-node.selected{background-color:#3b82f61a;border-color:#3b82f6}.org-tree-node-icon{color:#3b82f6;flex-shrink:0}.org-tree-node-content{flex:1;display:flex;justify-content:space-between;align-items:center}.org-tree-node-name{font-weight:500;color:var(--text-primary)}.org-tree-node-meta{font-size:.8rem;color:var(--text-muted)}.org-tree-children{list-style:none;padding-left:28px;margin-top:8px}.org-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.org-card{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;padding:20px;transition:all .3s ease;cursor:pointer}.org-card:hover{box-shadow:var(--shadow-md);border-color:var(--text-muted);transform:translateY(-2px)}.org-card.selected{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.org-card-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.org-card-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background-color:#3b82f61a;border-radius:12px;color:#3b82f6}.org-card-title{flex:1}.org-card-title h4{margin:0 0 4px;color:var(--text-primary);font-size:1rem;font-weight:600}.org-card-title p{margin:0;color:var(--text-muted);font-size:.85rem}.org-card-stats{display:flex;gap:16px;padding-top:12px;border-top:1px solid var(--border-color);margin-top:12px}.org-stat{flex:1;text-align:center}.org-stat-value{display:block;font-size:1.1rem;font-weight:600;color:var(--text-primary)}.org-stat-label{font-size:.7rem;color:var(--text-muted);text-transform:uppercase}.org-actions{display:flex;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid var(--border-color)}.org-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-sm)}.org-btn-primary{background-color:#3b82f6;color:#fff;border:none}.org-btn-primary:hover:not(:disabled){background-color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.org-btn-primary:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px #3b82f633}.org-btn-secondary{background-color:var(--bg-card);color:var(--text-primary);border:1px solid var(--border-color)}.org-btn-secondary:hover:not(:disabled){background-color:var(--bg-card-hover);border-color:var(--text-muted);transform:translateY(-2px);box-shadow:var(--shadow-sm)}.org-btn-secondary:active:not(:disabled){transform:translateY(0)}.org-btn-danger{background-color:#ef4444;color:#fff;border:none}.org-btn-danger:hover:not(:disabled){background-color:#dc2626;transform:translateY(-2px);box-shadow:0 4px 12px #ef44444d}.org-btn:disabled,.org-btn.disabled{opacity:.6;cursor:not-allowed;transform:none}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.org-section.loading,.org-card.loading{background:linear-gradient(90deg,var(--bg-card) 25%,var(--bg-card-hover) 50%,var(--bg-card) 75%);background-size:1000px 100%;animation:shimmer 2s infinite;pointer-events:none;opacity:.7}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.org-section,.org-card{animation:slideIn .3s ease-out}@media(max-width:1024px){.org-container{min-height:auto}.org-header-content{flex-direction:column;align-items:flex-start;gap:12px}.org-header-actions{width:100%;justify-content:flex-start}.org-title{font-size:1.5rem}.org-tabs{overflow-x:auto;padding:4px;flex-wrap:nowrap;margin:16px}.org-tab{padding:8px 16px;white-space:nowrap}.org-content{padding:20px;margin:0 16px 16px}.org-section{padding:20px}.org-grid.grid-4,.org-grid.grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.org-container{min-height:auto}.org-header-content{padding:16px}.org-title{font-size:1.25rem}.org-header-actions{width:100%;flex-direction:column}.org-action-btn{width:100%;justify-content:center}.org-tabs{margin:12px}.org-content{margin:0 12px 12px;padding:16px}.org-section{padding:16px;margin-bottom:16px}.org-section-header{gap:8px;margin-bottom:16px}.section-icon{width:20px;height:20px}.org-section h4{font-size:1rem}.org-grid.grid-4,.org-grid.grid-3,.org-grid.grid-2{grid-template-columns:1fr;gap:16px}.org-grid .text-field input,.org-grid .text-field textarea,.org-grid .text-field select{font-size:16px}.org-cards{grid-template-columns:1fr;gap:16px}.org-card{padding:16px}.org-actions{flex-direction:column}.org-btn{width:100%;justify-content:center}}@media(min-width:769px)and (max-width:1024px){.org-grid.grid-4,.org-grid.grid-3,.org-cards{grid-template-columns:repeat(2,1fr)}}@media print{.org-container{background:#fff;padding:0}.org-header{border-bottom:1px solid #000;box-shadow:none}.org-header-content{padding:20px}.org-title{color:#000}.org-header-actions,.org-tabs,.org-actions{display:none}.org-content{box-shadow:none;padding:20px;margin:0;background:#fff}.org-section{break-inside:avoid;border:1px solid #000;box-shadow:none;background:#fff}.org-card{break-inside:avoid;border:1px solid #000;box-shadow:none}.org-grid .text-field input,.org-grid .text-field textarea,.org-grid .text-field select{border:none;border-bottom:1px solid #000;padding:4px 0;background:#fff;color:#000}}.org-grid .text-field input:focus-visible,.org-grid .text-field textarea:focus-visible,.org-grid .text-field select:focus-visible,.org-tab:focus-visible,.org-btn:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.org-content::-webkit-scrollbar{width:8px;height:8px}.org-content::-webkit-scrollbar-track{background:var(--border-color);border-radius:4px}.org-content::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:4px}.org-content::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.org-status-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.org-status-badge.active{background-color:#10b98126;color:#10b981;border:1px solid rgba(16,185,129,.3)}.org-status-badge.inactive{background-color:#ef444426;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.org-status-badge.pending{background-color:#f59e0b26;color:#f59e0b;border:1px solid rgba(245,158,11,.3)}.payroll-payment-listmodal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.payroll-payment-listmodal-container{background:var(--bg-card);border-radius:8px;box-shadow:var(--shadow-md);display:flex;flex-direction:column;width:1100px;max-width:90vw;height:600px;max-height:80vh;overflow:hidden}.payroll-payment-listmodal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background-color:var(--bg-table-header);border-bottom:1px solid var(--border-color);flex-shrink:0}.payroll-payment-listmodal-title{font-size:16px;font-weight:600;color:var(--text-primary);margin:0}.payroll-payment-listmodal-close-btn{background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;color:var(--text-muted);display:flex;align-items:center;justify-content:center}.payroll-payment-listmodal-close-btn:hover{background-color:var(--border-color);color:var(--text-secondary)}.payroll-payment-listmodal-search-section{padding:16px 20px;border-bottom:1px solid var(--border-color);background:var(--bg-card);flex-shrink:0;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.payroll-payment-listmodal-input-wrapper{position:relative;flex:1;max-width:400px}.payroll-payment-listmodal-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--text-muted)}.payroll-payment-listmodal-input{width:100%;padding:10px 12px 10px 40px;border:1px solid var(--border-color);border-radius:6px;font-size:14px;background:var(--bg-input);color:var(--text-primary)}.payroll-payment-listmodal-input:focus{outline:none;border-color:#3b82f6}.payroll-payment-listmodal-stats{font-size:13px;color:var(--text-muted);background:var(--bg-secondary);padding:6px 12px;border-radius:4px}.payroll-payment-listmodal-table-container{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}.payroll-payment-listmodal-table-section{flex:1;overflow:auto}.payroll-payment-listmodal-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--text-muted);padding:40px}.payroll-payment-listmodal-loading .spinner{width:40px;height:40px;border:3px solid var(--border-color);border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.payroll-payment-listmodal-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--text-muted);padding:40px;text-align:center}.payroll-payment-listmodal-empty-state svg{color:var(--border-color);margin-bottom:16px}.payroll-payment-listmodal-empty-state h3{font-size:18px;margin:16px 0 8px;color:var(--text-primary)}.payroll-payment-listmodal-empty-state p{margin:0;font-size:14px}.payment-list-status{display:inline-block;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:500}.payment-list-status.status-pending{background:#fef3c7;color:#d97706}.payment-list-status.status-completed{background:#d1fae5;color:#059669}.payment-list-status.status-cancelled,.payment-list-status.status-failed{background:#fee2e2;color:#dc2626}.payment-list-status.status-processing{background:#dbeafe;color:#2563eb}[data-theme=dark] .payment-list-status.status-pending{background:#451a03;color:#fbbf24}[data-theme=dark] .payment-list-status.status-completed{background:#064e3b;color:#34d399}[data-theme=dark] .payment-list-status.status-cancelled{background:#7f1d1d;color:#fca5a5}.payment-link{color:#3b82f6;cursor:pointer;text-decoration:underline}.payment-link:hover{color:#2563eb}.payment-list-actions{display:flex;gap:8px}.payment-action-btn{padding:4px 8px;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:4px;font-size:12px}.view-btn{background:#dbeafe;color:#2563eb}.view-btn:hover{background:#bfdbfe}.print-btn{background:#e5e7eb;color:#4b5563}.print-btn:hover{background:#d1d5db}.payroll-payment-listmodal-pagination{display:flex;justify-content:center;align-items:center;gap:12px;padding:12px 20px;border-top:1px solid var(--border-color);background:var(--bg-card);flex-shrink:0}.payroll-payment-listmodal-pagination-btn{padding:6px 16px;border:1px solid var(--border-color);border-radius:4px;background:var(--bg-card);color:var(--text-secondary);cursor:pointer;font-size:13px}.payroll-payment-listmodal-pagination-btn:hover:not(:disabled){background-color:#3b82f6;color:#fff;border-color:#3b82f6}.payroll-payment-listmodal-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.payroll-payment-listmodal-page-info{font-size:13px;color:var(--text-muted)}.payroll-payment-listmodal-footer{display:flex;justify-content:flex-end;padding:12px 20px;border-top:1px solid var(--border-color);background:var(--bg-card);flex-shrink:0}.payroll-payment-listmodal-cancel-btn{padding:8px 20px;border:1px solid var(--border-color);border-radius:4px;background:var(--bg-card);color:var(--text-secondary);cursor:pointer;font-size:13px}.payroll-payment-listmodal-cancel-btn:hover{background-color:var(--bg-card-hover)}.payroll-payment-details-overlay{position:fixed;inset:0;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1100;padding:20px}.payroll-payment-details-container{background:var(--bg-card);border-radius:8px;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;width:800px;max-width:90vw;max-height:85vh;overflow:hidden}.payroll-payment-details-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background-color:var(--bg-table-header);border-bottom:1px solid var(--border-color);flex-shrink:0}.payroll-payment-details-title{font-size:18px;font-weight:600;color:var(--text-primary);margin:0}.payroll-payment-details-close-btn{background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;color:var(--text-muted);display:flex;align-items:center;justify-content:center}.payroll-payment-details-close-btn:hover{background-color:var(--border-color)}.payroll-payment-details-body{flex:1;overflow:auto;padding:20px}.payment-info-section{margin-bottom:24px}.payment-info-section h3{font-size:14px;font-weight:600;margin:0 0 12px;color:var(--text-primary);padding-bottom:8px;border-bottom:1px solid var(--border-color)}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.info-item{display:flex;flex-direction:column}.info-item.full-width{grid-column:span 2}.info-item label{font-size:11px;font-weight:500;color:var(--text-muted);text-transform:uppercase;margin-bottom:4px}.info-item span{font-size:14px;color:var(--text-primary)}.info-item .total-amount{font-size:18px;font-weight:700;color:#10b981}.status-badge{display:inline-block;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:500;width:fit-content}.payment-transactions-section{margin-top:24px}.payment-transactions-section h3{font-size:14px;font-weight:600;margin:0 0 12px;color:var(--text-primary);padding-bottom:8px;border-bottom:1px solid var(--border-color)}.payment-transactions-table{width:100%;border-collapse:collapse;font-size:13px}.payment-transactions-table th,.payment-transactions-table td{padding:10px 12px;text-align:left;border-bottom:1px solid var(--border-color)}.payment-transactions-table th{background-color:var(--bg-table-header);font-weight:600;color:var(--text-secondary)}.payment-transactions-table tfoot tr{background-color:var(--bg-footer)}.payment-transactions-table .total-row td{padding:12px;font-weight:600}.payroll-payment-details-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 20px;border-top:1px solid var(--border-color);background:var(--bg-card);flex-shrink:0}.details-print-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background-color:#3b82f6;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:13px}.details-print-btn:hover{background-color:#2563eb}.details-close-btn{padding:8px 16px;border:1px solid var(--border-color);border-radius:4px;background:var(--bg-card);color:var(--text-secondary);cursor:pointer;font-size:13px}.details-close-btn:hover{background-color:var(--bg-card-hover)}@media(max-width:768px){.payroll-payment-listmodal-search-section{flex-direction:column;align-items:stretch}.payroll-payment-listmodal-input-wrapper{max-width:100%}.info-grid{grid-template-columns:1fr}.info-item.full-width{grid-column:span 1}.payment-transactions-table{min-width:500px}}.payroll-payment-container{padding:20px;background-color:var(--bg-primary);min-height:100vh}.payroll-payment-loading-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.payroll-payment-loading-spinner{text-align:center;background-color:var(--bg-card);padding:24px;border-radius:8px;border:1px solid var(--border-color);box-shadow:var(--shadow-md)}.payroll-payment-loading-spinner .spinner{animation:spin 1s linear infinite}.payment-form-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin-bottom:1rem}.payment-filter-actions{display:flex;gap:.5rem;align-items:flex-end;margin-bottom:35px}@media(max-width:1200px){.payment-form-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.payment-form-grid{grid-template-columns:1fr}.payment-filter-actions{flex-direction:column}}.payroll-payment-header{margin-bottom:24px}.payroll-payment-title{font-size:24px;font-weight:600;color:var(--text-primary);margin:0 0 8px}.payroll-payment-subtitle{color:var(--text-secondary);margin:0;font-size:14px}.payroll-payment-card{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;margin-bottom:20px;box-shadow:var(--shadow-sm)}.payroll-payment-card-body{padding:20px}.payment-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.payment-btn:disabled{opacity:.5;cursor:not-allowed}.payment-btn-primary{background-color:#3b82f6;color:#fff}.payment-btn-primary:hover:not(:disabled){background-color:#2563eb;transform:translateY(-1px)}.payment-btn-success{background-color:#10b981;color:#fff}.payment-btn-success:hover:not(:disabled){background-color:#059669;transform:translateY(-1px)}.payment-btn-danger{background-color:#ef4444;color:#fff}.payment-btn-danger:hover:not(:disabled){background-color:#dc2626;transform:translateY(-1px)}.payment-btn-secondary{background-color:var(--bg-card);color:var(--text-primary);border:1px solid var(--border-color)}.payment-btn-secondary:hover:not(:disabled){background-color:var(--bg-card-hover);transform:translateY(-1px)}.payment-btn-list{background-color:#8b5cf6;color:#fff}.payment-btn-list:hover:not(:disabled){background-color:#7c3aed;transform:translateY(-1px)}.payroll-payment-search-bar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding:12px 16px;background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;flex-wrap:wrap}.payroll-payment-search-group{display:flex;align-items:center;gap:8px;padding:8px 12px;background-color:var(--bg-input);border:1px solid var(--border-color);border-radius:6px;flex:1;max-width:300px}.payroll-payment-search-group svg{color:var(--text-muted)}.payroll-payment-search-input{border:none;background:transparent;padding:4px;font-size:14px;width:100%;color:var(--text-primary)}.payroll-payment-search-input:focus{outline:none}.payroll-payment-filter-group{display:flex;align-items:center;gap:8px}.payroll-payment-filter-group label{font-size:13px;color:var(--text-secondary);font-weight:500}.payroll-payment-filter-select{padding:8px 12px;border:1px solid var(--border-color);border-radius:6px;background-color:var(--bg-input);color:var(--text-primary);font-size:13px;cursor:pointer}.payroll-payment-selection-bar{display:flex;align-items:center;gap:16px;margin-bottom:16px;padding:10px 16px;background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;flex-wrap:wrap}.payroll-payment-checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:var(--text-primary)}.payroll-payment-checkbox-label input{width:16px;height:16px;cursor:pointer}.payroll-payment-selected-count{font-size:13px;color:#3b82f6;font-weight:500}.payroll-payment-selected-total{font-size:13px;color:#10b981;font-weight:600}.payroll-payment-table-container{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;overflow:auto;margin-bottom:20px}.payroll-payment-table{width:100%;border-collapse:collapse;font-size:14px}.payroll-payment-table thead{background-color:var(--bg-table-header);border-bottom:2px solid var(--border-color)}.payroll-payment-table th{padding:12px;text-align:center;font-weight:600;color:var(--text-secondary);font-size:12px;text-transform:uppercase}.payroll-payment-table td{padding:10px 12px;border-bottom:1px solid var(--border-color);color:var(--text-primary);text-align:center}.payroll-payment-employee-row{background-color:var(--bg-card);transition:background-color .2s ease}.payroll-payment-employee-row:hover{background-color:var(--bg-card-hover)}.payroll-payment-footer-row{background-color:var(--bg-footer);font-weight:700;border-top:2px solid var(--border-color)}.payroll-payment-footer-row td{padding:12px;font-weight:700;background-color:var(--bg-footer)}.payroll-payment-status-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:500;white-space:nowrap}.status-partial{background-color:#dbeafe;color:#2563eb}[data-theme=dark] .status-partial{background-color:#1e3a8a;color:#60a5fa}.payroll-payment-actions{display:flex;gap:12px;justify-content:flex-end;padding:16px 20px;background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;flex-wrap:wrap;position:sticky;bottom:0;z-index:10}.payroll-payment-empty-state{text-align:center;padding:60px 20px;background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;color:var(--text-muted)}.payroll-payment-empty-state svg{color:var(--border-color);margin-bottom:16px}.payroll-payment-empty-state h3{font-size:18px;margin:16px 0 8px;color:var(--text-primary)}.payroll-payment-empty-state p{margin:0;font-size:14px}.payment-select-btn{padding:4px 12px;background-color:#3b82f6;color:#fff;border:none;border-radius:4px;font-size:11px;cursor:pointer;transition:all .2s ease}.payment-select-btn:hover:not(:disabled){background-color:#2563eb;transform:scale(1.05)}.payment-select-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:1024px){.payroll-payment-table{min-width:900px}}@media(max-width:768px){.payroll-payment-container{padding:12px}.payroll-payment-search-bar{flex-direction:column;align-items:stretch}.payroll-payment-search-group{max-width:100%}.payroll-payment-actions{flex-direction:column}.payroll-payment-actions button{width:100%;justify-content:center}.payroll-payment-table-container{overflow-x:auto}}@media print{.payroll-payment-container{padding:0;background:#fff}.payroll-payment-search-bar,.payroll-payment-selection-bar,.payroll-payment-actions,.payment-filter-actions{display:none!important}.payroll-payment-card{border:1px solid #ddd;box-shadow:none}.payroll-payment-table-container{border:1px solid #ddd;overflow:visible}.payroll-payment-table th,.payroll-payment-table td{border:1px solid #ddd}}.payroll-listmodal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.payroll-listmodal-container{background:var(--bg-card);border-radius:8px;box-shadow:var(--shadow-md);display:flex;flex-direction:column;width:900px;max-width:90vw;height:550px;max-height:80vh;overflow:hidden}.payroll-listmodal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background-color:var(--bg-table-header);border-bottom:1px solid var(--border-color);flex-shrink:0}.payroll-listmodal-title{font-size:16px;font-weight:600;color:var(--text-primary);margin:0}.payroll-listmodal-close-btn{background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;color:var(--text-muted);display:flex;align-items:center;justify-content:center}.payroll-listmodal-close-btn:hover{background-color:var(--border-color);color:var(--text-secondary)}.payroll-listmodal-search-section{padding:16px 20px;border-bottom:1px solid var(--border-color);background:var(--bg-card);flex-shrink:0}.payroll-listmodal-input-wrapper{position:relative}.payroll-listmodal-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--text-muted)}.payroll-listmodal-input{width:100%;padding:10px 12px 10px 40px;border:1px solid var(--border-color);border-radius:6px;font-size:14px;background:var(--bg-input);color:var(--text-primary)}.payroll-listmodal-input:focus{outline:none;border-color:#3b82f6}.payroll-listmodal-table-container{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}.payroll-listmodal-table-section{flex:1;overflow:auto}.payroll-listmodal-loading,.payroll-listmodal-empty-state{display:flex;align-items:center;justify-content:center;height:100%;color:var(--text-muted);padding:40px}.payroll-list-status{display:inline-block;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:500}.payroll-list-status.status-paid{background:#d1fae5;color:#059669}.payroll-list-status.status-pending{background:#fef3c7;color:#d97706}.payroll-listmodal-pagination{display:flex;justify-content:center;align-items:center;gap:12px;padding:12px 20px;border-top:1px solid var(--border-color);background:var(--bg-card);flex-shrink:0}.payroll-listmodal-pagination-btn{padding:6px 16px;border:1px solid var(--border-color);border-radius:4px;background:var(--bg-card);color:var(--text-secondary);cursor:pointer;font-size:13px}.payroll-listmodal-pagination-btn:hover:not(:disabled){background-color:#3b82f6;color:#fff;border-color:#3b82f6}.payroll-listmodal-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.payroll-listmodal-page-info{font-size:13px;color:var(--text-muted)}.payroll-listmodal-footer{display:flex;justify-content:flex-end;padding:12px 20px;border-top:1px solid var(--border-color);background:var(--bg-card);flex-shrink:0}.payroll-listmodal-cancel-btn{padding:8px 20px;border:1px solid var(--border-color);border-radius:4px;background:var(--bg-card);color:var(--text-secondary);cursor:pointer;font-size:13px}.payroll-listmodal-cancel-btn:hover{background-color:var(--bg-card-hover)}.payroll-container{padding:20px;background-color:var(--bg-primary);min-height:100vh;font-family:inherit}.payroll-loading-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.payroll-loading-spinner{text-align:center;background-color:var(--bg-card);padding:24px;border-radius:8px;border:1px solid var(--border-color);box-shadow:var(--shadow-md)}.payroll-loading-spinner .spinner{animation:spin 1s linear infinite}.general-grid{display:grid;gap:1rem;align-items:end;width:100%}.general-grid.grid-4{grid-template-columns:repeat(5,1fr)}@media(max-width:1200px){.general-grid.grid-4{grid-template-columns:repeat(3,1fr)}}@media(max-width:992px){.general-grid.grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.general-grid.grid-4{grid-template-columns:1fr}}.payroll-header{margin-bottom:24px}.payroll-header-content{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:16px}.payroll-header-left{flex:1}.payroll-title{font-size:24px;font-weight:600;color:var(--text-primary);margin:0 0 8px}.payroll-subtitle{color:var(--text-secondary);margin:0;font-size:14px}.payroll-card{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;margin-bottom:20px;box-shadow:var(--shadow-sm)}.payroll-card-body{padding:20px}.payroll-form-actions{display:flex;align-items:flex-end}.payroll-btn{display:flex;align-items:center;gap:8px;padding:10px 24px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.payroll-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.payroll-btn-primary{background-color:#3b82f6;color:#fff;margin-bottom:35px}.payroll-btn-primary:hover:not(:disabled){background-color:#2563eb;transform:translateY(-1px);box-shadow:0 2px 4px #3b82f64d}.payroll-btn-success{background-color:#10b981;color:#fff}.payroll-btn-success:hover:not(:disabled){background-color:#059669;transform:translateY(-1px);box-shadow:0 2px 4px #10b9814d}.payroll-btn-secondary{background-color:var(--bg-card);color:var(--text-primary);border:1px solid var(--border-color)}.payroll-btn-secondary:hover:not(:disabled){background-color:var(--bg-card-hover);transform:translateY(-1px)}.payroll-btn-list{background-color:#8b5cf6;color:#fff}.payroll-btn-list:hover:not(:disabled){background-color:#7c3aed;transform:translateY(-1px);box-shadow:0 2px 4px #8b5cf64d}.payroll-search-bar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding:12px 16px;background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;flex-wrap:wrap}.payroll-search-group{display:flex;align-items:center;gap:8px;padding:8px 12px;background-color:var(--bg-input);border:1px solid var(--border-color);border-radius:6px;flex:1;max-width:300px}.payroll-search-group svg{color:var(--text-muted)}.payroll-search-input{border:none;background:transparent;padding:4px;font-size:14px;width:100%;color:var(--text-primary)}.payroll-search-input:focus{outline:none}.payroll-search-input::placeholder{color:var(--text-muted)}.payroll-filter-group{display:flex;align-items:center;gap:8px}.payroll-filter-group label{font-size:13px;color:var(--text-secondary);font-weight:500}.payroll-filter-select{padding:8px 12px;border:1px solid var(--border-color);border-radius:6px;background-color:var(--bg-input);color:var(--text-primary);font-size:13px;cursor:pointer}.payroll-filter-select:focus{outline:none;border-color:#3b82f6}.payroll-selection-bar{display:flex;align-items:center;gap:16px;margin-bottom:16px;padding:10px 16px;background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:8px}.payroll-checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:var(--text-primary)}.payroll-checkbox-label input{width:16px;height:16px;cursor:pointer}.payroll-selected-count{font-size:13px;color:#3b82f6;font-weight:500}.payroll-table-container{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;overflow:auto;margin-bottom:20px}.payroll-table{width:100%;border-collapse:collapse;font-size:14px}.payroll-table thead{background-color:var(--bg-table-header);border-bottom:2px solid var(--border-color)}.payroll-table th{padding:12px;text-align:left;font-weight:600;color:var(--text-secondary);font-size:12px;text-transform:uppercase;letter-spacing:.5px}.payroll-table td{padding:10px 12px;border-bottom:1px solid var(--border-color);color:var(--text-primary)}.payroll-table th:first-child,.payroll-table td:first-child{width:35px;text-align:center}.payroll-table th:nth-child(2),.payroll-table td:nth-child(2){width:50px;text-align:center}.payroll-table th:nth-child(3),.payroll-table td:nth-child(3){width:100px;text-align:center}.payroll-table th:nth-child(4),.payroll-table td:nth-child(4){width:auto;min-width:150px;max-width:250px;text-align:center}.payroll-table th:nth-child(5),.payroll-table td:nth-child(5){width:200px;text-align:center}.payroll-table th:nth-child(6),.payroll-table td:nth-child(6),.payroll-table th:nth-child(7),.payroll-table td:nth-child(7),.payroll-table th:nth-child(8),.payroll-table td:nth-child(8){width:120px;text-align:center}.payroll-table th:nth-child(9),.payroll-table td:nth-child(9){width:100px}.text-success{color:#10b981;font-weight:500}.text-danger{color:#ef4444;font-weight:500}.payroll-table td:nth-child(4){white-space:normal;word-break:break-word}.payroll-employee-row{background-color:var(--bg-card);transition:background-color .2s ease}.payroll-employee-row:hover{background-color:var(--bg-card-hover)}.payroll-total-row{background-color:var(--bg-footer);font-weight:600;border-bottom:1px solid var(--border-color)}.payroll-total-row td{padding:8px 12px;font-weight:600;background-color:var(--bg-footer)}.payroll-footer-row{background-color:var(--bg-footer);font-weight:700;border-top:2px solid var(--border-color)}.payroll-footer-row td{padding:12px;font-weight:700;font-size:15px;background-color:var(--bg-footer)}.payroll-status-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:500;white-space:nowrap}.status-pending{background-color:#fef3c7;color:#d97706}.status-paid{background-color:#d1fae5;color:#059669}.status-processing{background-color:#dbeafe;color:#2563eb}.status-cancelled{background-color:#f1f5f9;color:#64748b}[data-theme=dark] .status-pending{background-color:#451a03;color:#fbbf24}[data-theme=dark] .status-paid{background-color:#064e3b;color:#34d399}[data-theme=dark] .status-processing{background-color:#1e3a8a;color:#60a5fa}[data-theme=dark] .status-cancelled{background-color:#1e293b;color:#94a3b8}.payroll-actions{display:flex;gap:12px;justify-content:flex-end;padding:16px 20px;background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;flex-wrap:wrap;position:sticky;bottom:0;z-index:10}.payroll-empty-state{text-align:center;padding:60px 20px;background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;color:var(--text-muted)}.payroll-empty-state svg{color:var(--border-color);margin-bottom:16px}.payroll-empty-state h3{font-size:18px;margin:16px 0 8px;color:var(--text-primary)}.payroll-empty-state p{margin:0;font-size:14px}.spinner{animation:spin 1s linear infinite}.payroll-table input[type=checkbox]{width:16px;height:16px;cursor:pointer;margin:0}@media(max-width:1024px){.payroll-table th:nth-child(4),.payroll-table td:nth-child(4){max-width:180px;text-align:center}}@media(max-width:768px){.payroll-container{padding:12px}.payroll-search-bar{flex-direction:column;align-items:stretch}.payroll-search-group{max-width:100%}.payroll-actions{flex-direction:column}.payroll-actions button{width:100%;justify-content:center}.payroll-table{font-size:12px;min-width:800px}.payroll-table th,.payroll-table td{padding:8px}}@media(max-width:640px){.payroll-header-content{flex-direction:column}.payroll-table-container{overflow-x:auto}}@media print{.payroll-container{padding:0;background:#fff}.payroll-search-bar,.payroll-selection-bar,.payroll-actions,.payroll-form-actions{display:none!important}.payroll-card{border:1px solid #ddd;box-shadow:none}.payroll-table-container{border:1px solid #ddd;box-shadow:none;overflow:visible}.payroll-table th,.payroll-table td{border:1px solid #ddd}}.payroll-table-container::-webkit-scrollbar{width:8px;height:8px}.payroll-table-container::-webkit-scrollbar-track{background:var(--border-color);border-radius:4px}.payroll-table-container::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:4px}.payroll-table-container::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.payroll-allowances-container{background-color:var(--bg-card);border-radius:12px;padding:24px;box-shadow:var(--shadow-sm);width:100%}.payroll-allowances-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px 20px;background-color:var(--bg-card-hover);border-radius:12px;border:1px solid var(--border-color);transition:all .3s ease}.payroll-allowances-header:hover{box-shadow:var(--shadow-sm);border-color:var(--text-muted)}.payroll-allowances-header h3{margin:0;color:var(--text-primary);font-size:1.2rem;font-weight:600;display:flex;align-items:center;gap:8px}.add-allowance-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.add-allowance-btn:hover{background-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}.add-allowance-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.add-allowance-form{background-color:var(--bg-card);border-radius:12px;padding:24px;margin-bottom:24px;border:1px solid var(--border-color);box-shadow:var(--shadow-sm);animation:slideDown .3s ease}.add-allowance-form h4{margin:0 0 20px;color:var(--text-primary);font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:8px;padding-bottom:12px;border-bottom:2px solid var(--border-color)}.type-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:20px;font-size:.85rem;font-weight:500}.type-allowance{background-color:#10b98126;color:#10b981;border:1px solid rgba(16,185,129,.3)}.type-deduction{background-color:#ef444426;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.save-allowance-btn{display:flex;align-items:center;gap:8px;padding:10px 24px;background-color:#10b981;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.save-allowance-btn:hover:not(:disabled){background-color:#059669;transform:translateY(-1px);box-shadow:0 4px 8px #10b9814d}.save-allowance-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.payroll-allowances-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.payroll-allowances-loading-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.payroll-allowances-loading-spinner{text-align:center;background-color:var(--bg-card);padding:32px;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid var(--border-color)}.payroll-allowances-loading-spinner .spinner{animation:spin 1s linear infinite;margin-bottom:16px;color:#3b82f6}.payroll-allowances-loading-spinner p{margin:0;color:var(--text-secondary);font-size:14px}.save-allowance-btn .spinner{animation:spin 1s linear infinite}@media(max-width:1024px){.payroll-allowances-container{padding:20px}.form-grid{grid-template-columns:1fr;gap:16px}.table-container{overflow-x:auto}}@media(max-width:768px){.payroll-allowances-container{padding:16px}.payroll-allowances-header{flex-direction:column;gap:16px;padding:16px}.add-allowance-btn{width:100%;justify-content:center}.add-allowance-form{padding:16px}.add-allowance-form h4{font-size:1rem;margin-bottom:16px}.form-actions{flex-direction:column;gap:10px}.form-actions button{width:100%;justify-content:center}}@media print{.payroll-allowances-container{box-shadow:none;padding:0;background:#fff}.payroll-allowances-header{border:1px solid #000;background:none}.add-allowance-btn,.form-actions,.action-buttons,.add-allowance-form{display:none}}.serial-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;background-color:#f3f4f6;border-radius:6px;font-size:12px;font-weight:500;font-family:monospace;color:#374151}.serial-badge.temp-serial{background-color:#fff3e0;color:#ed6c02}.temp-badge{font-size:10px;font-weight:400;margin-left:4px;color:#ed6c02}.form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px}@media(max-width:1200px){.form-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.form-grid{grid-template-columns:1fr}}.full-width{grid-column:span 3}@media(max-width:1200px){.full-width{grid-column:span 2}}@media(max-width:768px){.full-width{grid-column:span 1}}.payroll-loans-container{background-color:var(--bg-card);border-radius:12px;padding:24px;box-shadow:var(--shadow-sm);width:100%}.payroll-loans-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px 20px;background-color:var(--bg-card-hover);border-radius:12px;border:1px solid var(--border-color);transition:all .3s ease}.payroll-loans-header:hover{box-shadow:var(--shadow-sm);border-color:var(--text-muted)}.payroll-loans-header h3{margin:0;color:var(--text-primary);font-size:1.2rem;font-weight:600;display:flex;align-items:center;gap:8px}.add-loan-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.add-loan-btn:hover{background-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}.add-loan-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.add-loan-form{background-color:var(--bg-card);border-radius:12px;padding:24px;margin-bottom:24px;border:1px solid var(--border-color);box-shadow:var(--shadow-sm);animation:slideDown .3s ease}.add-loan-form h4{margin:0 0 20px;color:var(--text-primary);font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:8px;padding-bottom:12px;border-bottom:2px solid var(--border-color)}.amount-badge{display:inline-block;padding:4px 10px;background-color:#3b82f6;color:#fff;border-radius:6px;font-size:.85rem;font-weight:600}.installment-badge{display:inline-block;padding:4px 10px;background-color:#8b5cf6;color:#fff;border-radius:6px;font-size:.85rem;font-weight:500}.duration-badge{display:inline-block;padding:4px 10px;background-color:#10b981;color:#fff;border-radius:6px;font-size:.85rem;font-weight:500}.save-loan-btn{display:flex;align-items:center;gap:8px;padding:10px 24px;background-color:#10b981;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.save-loan-btn:hover:not(:disabled){background-color:#059669;transform:translateY(-1px);box-shadow:0 4px 8px #10b9814d}.save-loan-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.payroll-loans-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.payroll-loans-loading-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.payroll-loans-loading-spinner{text-align:center;background-color:var(--bg-card);padding:32px;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid var(--border-color)}.payroll-loans-loading-spinner .spinner{animation:spin 1s linear infinite;margin-bottom:16px;color:#3b82f6}.payroll-loans-loading-spinner p{margin:0;color:var(--text-secondary);font-size:14px}.save-loan-btn .spinner{animation:spin 1s linear infinite}@media(max-width:1024px){.payroll-loans-container{padding:20px}.form-grid{grid-template-columns:1fr;gap:16px}.table-container{overflow-x:auto}}@media(max-width:768px){.payroll-loans-container{padding:16px}.payroll-loans-header{flex-direction:column;gap:16px;padding:16px}.add-loan-btn{width:100%;justify-content:center}.add-loan-form{padding:16px}.add-loan-form h4{font-size:1rem;margin-bottom:16px}.form-actions{flex-direction:column;gap:10px}.form-actions button{width:100%;justify-content:center}}@media print{.payroll-loans-container{box-shadow:none;padding:0;background:#fff}.payroll-loans-header{border:1px solid #000;background:none}.add-loan-btn,.form-actions,.action-buttons,.add-loan-form{display:none}}.remaining-info{display:flex;gap:8px;align-items:baseline}.remaining-value{font-weight:600}.paid-percentage{font-size:11px;color:#6c757d}.installments-left{display:inline-block;padding:2px 8px;background-color:#e9ecef;border-radius:12px;font-size:12px}.loan-status{display:inline-block;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600}.loan-status.completed{background-color:#d4edda;color:#155724}.loan-status.active{background-color:#cfe2ff;color:#084298}.payroll-otabs-container{background-color:var(--bg-card);border-radius:12px;padding:24px;box-shadow:var(--shadow-sm);width:100%}.payroll-otabs-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px 20px;background-color:var(--bg-card-hover);border-radius:12px;border:1px solid var(--border-color);transition:all .3s ease}.payroll-otabs-header:hover{box-shadow:var(--shadow-sm);border-color:var(--text-muted)}.payroll-otabs-header h3{margin:0;color:var(--text-primary);font-size:1.2rem;font-weight:600;display:flex;align-items:center;gap:8px}.add-otabs-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.add-otabs-btn:hover{background-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}.add-otabs-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.add-otabs-form{background-color:var(--bg-card);border-radius:12px;padding:24px;margin-bottom:24px;border:1px solid var(--border-color);box-shadow:var(--shadow-sm);animation:slideDown .3s ease}.add-otabs-form h4{margin:0 0 20px;color:var(--text-primary);font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:8px;padding-bottom:12px;border-bottom:2px solid var(--border-color)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:20px}.form-grid .full-width{grid-column:1 / -1}.type-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:20px;font-size:.85rem;font-weight:500}.type-ot{background-color:#3b82f626;color:#3b82f6;border:1px solid rgba(59,130,246,.3)}.type-absence{background-color:#ef444426;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.type-late{background-color:#f59e0b26;color:#f59e0b;border:1px solid rgba(245,158,11,.3)}.type-early{background-color:#8b5cf626;color:#8b5cf6;border:1px solid rgba(139,92,246,.3)}.type-leave{background-color:#10b98126;color:#10b981;border:1px solid rgba(16,185,129,.3)}.minutes-badge{display:inline-block;padding:4px 10px;background-color:#3b82f6;color:#fff;border-radius:6px;font-size:.85rem;font-weight:600}.hours-badge{display:inline-block;padding:4px 10px;background-color:#8b5cf6;color:#fff;border-radius:6px;font-size:.85rem;font-weight:500}.error-summary{display:flex;align-items:center;gap:8px;padding:12px 16px;background-color:#ef44441a;color:#ef4444;border-radius:8px;margin-bottom:20px;font-size:.9rem;border:1px solid rgba(239,68,68,.3)}.form-actions{display:flex;gap:12px;justify-content:flex-end;border-top:1px solid var(--border-color);padding-top:20px}.save-otabs-btn{display:flex;align-items:center;gap:8px;padding:10px 24px;background-color:#10b981;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.save-otabs-btn:hover:not(:disabled){background-color:#059669;transform:translateY(-1px);box-shadow:0 4px 8px #10b9814d}.save-otabs-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.cancel-btn{display:flex;align-items:center;gap:8px;padding:10px 24px;background-color:var(--bg-card);color:var(--text-secondary);border:1px solid var(--border-color);border-radius:8px;font-size:.95rem;cursor:pointer;transition:all .3s ease}.cancel-btn:hover:not(:disabled){background-color:var(--bg-card-hover);color:var(--text-primary);border-color:var(--text-muted)}.cancel-btn:disabled{opacity:.6;cursor:not-allowed}.table-container{background-color:var(--bg-card);border-radius:12px;border:1px solid var(--border-color);overflow:hidden;box-shadow:var(--shadow-sm)}.action-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;background-color:transparent;color:var(--text-muted)}.add-first-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;margin-top:16px}.payroll-otabs-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.payroll-otabs-loading-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.payroll-otabs-loading-spinner{text-align:center;background-color:var(--bg-card);padding:32px;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid var(--border-color)}.payroll-otabs-loading-spinner .spinner{animation:spin 1s linear infinite;margin-bottom:16px;color:#3b82f6}.payroll-otabs-loading-spinner p{margin:0;color:var(--text-secondary);font-size:14px}.save-otabs-btn .spinner{animation:spin 1s linear infinite}@media(max-width:1024px){.payroll-otabs-container{padding:20px}.form-grid{grid-template-columns:1fr;gap:16px}.table-container{overflow-x:auto}}@media(max-width:768px){.payroll-otabs-container{padding:16px}.payroll-otabs-header{flex-direction:column;gap:16px;padding:16px}.add-otabs-btn{width:100%;justify-content:center}.add-otabs-form{padding:16px}.add-otabs-form h4{font-size:1rem;margin-bottom:16px}.form-actions{flex-direction:column;gap:10px}.form-actions button{width:100%;justify-content:center}}@media print{.payroll-otabs-container{box-shadow:none;padding:0;background:#fff}.payroll-otabs-header{border:1px solid #000;background:none}.add-otabs-btn,.form-actions,.action-buttons,.add-otabs-form{display:none}}.gl-posting-container{background-color:var(--bg-card);border-radius:12px;padding:24px;box-shadow:var(--shadow-sm);width:100%}.gl-posting-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px 20px;background-color:var(--bg-card-hover);border-radius:12px;border:1px solid var(--border-color)}.gl-posting-header h3{margin:0;color:var(--text-primary);font-size:1.2rem;font-weight:600;display:flex;align-items:center;gap:8px}.add-setup-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.add-setup-btn:hover:not(:disabled){background-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}.add-setup-btn:disabled{opacity:.6;cursor:not-allowed}.add-setup-form{background-color:var(--bg-card);border-radius:12px;padding:24px;margin-bottom:24px;border:1px solid var(--border-color);box-shadow:var(--shadow-sm);animation:slideDown .3s ease}.add-setup-form h4{margin:0 0 20px;color:var(--text-primary);font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:8px;padding-bottom:12px;border-bottom:2px solid var(--border-color)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:24px}.items-section{margin-top:24px;border-top:1px solid var(--border-color);padding-top:20px}.items-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.items-header h4{margin:0;font-size:1rem;font-weight:600;display:flex;align-items:center;gap:8px}.add-line-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background-color:#10b981;color:#fff;border:none;border-radius:6px;font-size:.85rem;cursor:pointer;transition:all .2s ease}.add-line-btn:hover:not(:disabled){background-color:#059669}.add-line-btn:disabled{opacity:.5;cursor:not-allowed}.items-table-container{overflow-x:auto;border:1px solid var(--border-color);border-radius:8px}.items-table{width:100%;border-collapse:collapse}.items-table th{text-align:left;padding:12px;background-color:var(--bg-table-header);font-weight:600;color:var(--text-secondary);font-size:.85rem;border-bottom:1px solid var(--border-color)}.items-table td{padding:12px;border-bottom:1px solid var(--border-color);vertical-align:top}.item-select{width:100%;padding:8px 12px;border:1px solid var(--border-color);border-radius:6px;font-size:.9rem;background-color:var(--bg-input);color:var(--text-primary)}.item-select:focus{outline:none;border-color:#3b82f6}.remove-line-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background-color:#ef4444;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease}.remove-line-btn:hover{background-color:#dc2626}.empty-row{text-align:center;padding:40px;color:var(--text-muted)}.field-error{font-size:.75rem;color:#ef4444;margin-top:4px}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:20px;font-size:.85rem;font-weight:500}.status-active{background-color:#10b98126;color:#10b981}.status-inactive{background-color:#ef444426;color:#ef4444}.error-summary{display:flex;align-items:center;gap:8px;padding:12px 16px;background-color:#ef44441a;color:#ef4444;border-radius:8px;margin-bottom:20px;font-size:.9rem}.form-actions{display:flex;gap:12px;justify-content:flex-end;border-top:1px solid var(--border-color);padding-top:20px;margin-top:20px}.save-setup-btn{display:flex;align-items:center;gap:8px;padding:10px 24px;background-color:#10b981;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.save-setup-btn:hover:not(:disabled){background-color:#059669;transform:translateY(-1px);box-shadow:0 4px 8px #10b9814d}.save-setup-btn:disabled{opacity:.6;cursor:not-allowed}.cancel-btn{display:flex;align-items:center;gap:8px;padding:10px 24px;background-color:var(--bg-card);color:var(--text-secondary);border:1px solid var(--border-color);border-radius:8px;cursor:pointer;transition:all .3s ease}.cancel-btn:hover:not(:disabled){background-color:var(--bg-card-hover);color:var(--text-primary)}.table-container{background-color:var(--bg-card);border-radius:12px;border:1px solid var(--border-color);overflow:hidden}.action-buttons{display:flex;gap:6px}.action-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;background-color:transparent;color:var(--text-muted)}.action-btn.edit:hover{background-color:#3b82f626;color:#3b82f6}.action-btn.delete:hover{background-color:#ef444426;color:#ef4444}.empty-state{text-align:center;padding:60px 20px;background-color:var(--bg-card-hover);border-radius:12px;border:2px dashed var(--border-color)}.empty-state svg{color:var(--text-muted);margin-bottom:16px}.empty-state p{color:var(--text-primary);font-size:1.1rem;font-weight:600;margin:0 0 8px}.empty-subtext{color:var(--text-muted)!important;font-size:.95rem!important;font-weight:400!important;margin-bottom:20px!important}.add-first-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.add-first-btn:hover{background-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}.gl-posting-loading-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.gl-posting-loading-spinner{text-align:center;background-color:var(--bg-card);padding:32px;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;border:1px solid var(--border-color)}.gl-posting-loading-spinner .spinner{animation:spin 1s linear infinite;margin-bottom:16px;color:#3b82f6}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.gl-posting-container{padding:20px}.form-grid{grid-template-columns:1fr;gap:16px}}@media(max-width:768px){.gl-posting-container{padding:16px}.gl-posting-header{flex-direction:column;gap:16px;text-align:center}.items-table-container{overflow-x:auto}.form-actions{flex-direction:column}.form-actions button{width:100%;justify-content:center}}@media print{.gl-posting-container{box-shadow:none;padding:0;background:#fff}.gl-posting-header{border:1px solid #000;background:none}.add-setup-btn,.form-actions,.action-buttons,.add-line-btn,.remove-line-btn,.add-setup-form{display:none}}.entity-select-wrapper{position:relative;display:flex;align-items:flex-end;gap:8px}.entity-select-wrapper .textfield-container{flex:1}.refresh-transactions-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;margin-bottom:35px!important}.refresh-transactions-btn:hover{background-color:#2563eb}.loading-spinner-small{animation:spin 1s linear infinite;color:#3b82f6;margin-bottom:2px}.loading-transactions{text-align:center;padding:40px;background-color:var(--bg-card-hover);border-radius:8px}.loading-transactions .spinner{animation:spin 1s linear infinite;margin-bottom:16px;color:#3b82f6}.refresh-btn{display:flex;align-items:center;gap:6px;padding:4px 12px;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.8rem;cursor:pointer;transition:all .2s ease}.refresh-btn:hover:not(:disabled){background-color:#2563eb}.refresh-btn:disabled{opacity:.5;cursor:not-allowed}.transaction-cell{color:var(--text-primary);font-weight:500;background-color:var(--bg-card-hover)}.action-cell{text-align:center;color:var(--text-muted)}.empty-items{text-align:center;padding:40px;background-color:var(--bg-card-hover);border-radius:8px;border:1px dashed var(--border-color)}.empty-items p{margin:8px 0;color:var(--text-primary)}.empty-items .empty-subtext{font-size:.85rem;color:var(--text-muted)}.items-header h4{display:flex;align-items:center;gap:8px}.add-line-btn{display:none}.arabic-text-field input{direction:rtl;text-align:right;font-family:Noto Sans Arabic,Amiri,sans-serif}.arabic-text-field label{direction:ltr;text-align:left}.customer-group-container{background-color:var(--bg-primary);width:100%;display:flex;flex-direction:column;height:100%;overflow:hidden}.customer-group-header{background-color:var(--bg-card);padding:16px 24px;border-bottom:none;flex-shrink:0;box-shadow:0 2px 8px #0000001a}.customer-group-header-main{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;margin-bottom:0}.customer-group-header-main h2{margin:0;color:var(--text-primary);font-size:1.2rem;font-weight:600;display:flex;align-items:center;gap:8px}.customer-group-header-icon{color:#3b82f6}.customer-group-form-container{flex:1;overflow-y:auto;padding:24px;background-color:#f8f9fa}.customer-group-fields-wrapper{width:100%;max-width:700px;margin:0 auto}.customer-group-fields-container{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:24px}.customer-group-row{display:flex;flex-direction:column;gap:20px;margin-bottom:0}.customer-group-section-title{margin:0 0 20px;color:#2c3e50;font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:10px;padding-bottom:10px;border-bottom:2px solid #e9ecef}.customer-group-section-icon{color:#667eea;flex-shrink:0}.customer-group-field-wrapper,.customer-group-container .text-field{width:100%}.customer-group-container .text-field label{display:block;margin-bottom:8px;font-size:.85rem;font-weight:600;color:#495057;text-transform:uppercase;letter-spacing:.5px}.customer-group-container .text-field.required label:after{content:" *";color:#dc3545}.customer-group-container .text-field input,.customer-group-container .text-field textarea,.customer-group-container .text-field select{width:100%;padding:12px 16px;border:2px solid #e9ecef;border-radius:8px;font-size:.95rem;transition:all .3s ease;background-color:#fff;color:#2c3e50;font-family:inherit}.customer-group-container .text-field input:hover,.customer-group-container .text-field select:hover{border-color:#cbd5e1}.customer-group-container .text-field input:focus,.customer-group-container .text-field textarea:focus,.customer-group-container .text-field select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.customer-group-container .text-field input:disabled,.customer-group-container .text-field select:disabled{background-color:#f8f9fa;border-color:#e9ecef;color:#adb5bd;cursor:not-allowed}.customer-group-container .text-field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px;cursor:pointer}.customer-group-footer{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-top:1px solid var(--border-color, #e2e8f0);padding:10px 20px;flex-shrink:0}.customer-group-footer-wrapper{display:flex;justify-content:flex-end}.customer-group-buttons{display:flex;gap:12px;flex-wrap:wrap}.customer-group-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.customer-group-submit-btn{background-color:#3b82f6;color:#fff}.customer-group-submit-btn:hover:not(.disabled){background-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}.customer-group-submit-btn.new{background-color:#10b981}.customer-group-submit-btn.new:hover:not(.disabled){background-color:#059669;box-shadow:0 4px 8px #10b9814d}.customer-group-submit-btn.save{background-color:#10b981}.customer-group-submit-btn.save:hover:not(.disabled){background-color:#059669;box-shadow:0 4px 8px #10b9814d}.customer-group-submit-btn.edit{background-color:#3b82f6}.customer-group-submit-btn.edit:hover:not(.disabled){background-color:#2563eb;box-shadow:0 4px 8px #3b82f64d}.customer-group-submit-btn.update{background-color:#f59e0b}.customer-group-submit-btn.update:hover:not(.disabled){background-color:#d97706;box-shadow:0 4px 8px #f59e0b4d}.customer-group-list-btn{background-color:var(--bg-card, #ffffff);color:var(--text-primary, #1e293b);border:1px solid var(--border-color, #e2e8f0);box-shadow:0 1px 2px #0000000d}.customer-group-list-btn:hover:not(.disabled){background-color:var(--bg-card-hover, #f8fafc);border-color:var(--text-muted, #94a3b8);transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.customer-group-cancel-btn{background-color:var(--bg-card, #ffffff);color:#ef4444;border:1px solid #ef4444;box-shadow:0 1px 2px #0000000d}.customer-group-cancel-btn:hover:not(.disabled){background-color:#ef44441a;transform:translateY(-1px);box-shadow:0 4px 8px #ef444433}.customer-group-btn.disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.customer-group-btn:active:not(.disabled){transform:translateY(0)}@media(max-width:768px){.customer-group-footer{padding:10px 14px}.customer-group-buttons{flex-direction:column;width:100%}.customer-group-btn{width:100%;justify-content:center}}.customer-group-modal-overlay{position:fixed;inset:0;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000}.customer-group-modal-container{background-color:#fff;border-radius:12px;width:550px;max-width:90%;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0003;animation:customer-group-modalSlideIn .3s ease-out}@keyframes customer-group-modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.customer-group-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:2px solid #e9ecef;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px 12px 0 0}.customer-group-modal-header h3{margin:0;font-size:1.2rem;font-weight:600;color:#fff}.customer-group-modal-close{background:none;border:none;font-size:28px;cursor:pointer;color:#fff;opacity:.8;transition:opacity .2s}.customer-group-modal-close:hover{opacity:1}.customer-group-modal-search{padding:20px 24px;border-bottom:1px solid #e9ecef;display:flex;gap:12px;background-color:#f8f9fa}.customer-group-modal-search .search-input{flex:1;padding:10px 14px;border:2px solid #e9ecef;border-radius:8px;font-size:.9rem;transition:all .2s}.customer-group-modal-search .search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.customer-group-modal-search .refresh-btn{padding:10px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:transform .2s}.customer-group-modal-search .refresh-btn:hover{transform:translateY(-1px)}.customer-group-modal-list{flex:1;overflow-y:auto;padding:8px 0}.customer-group-modal-item{padding:14px 24px;cursor:pointer;border-bottom:1px solid #f0f0f0;transition:all .2s}.customer-group-modal-item:hover{background-color:#f8f9fa;padding-left:28px}.customer-group-modal-item .item-title{font-weight:600;color:#2c3e50;margin-bottom:4px;font-size:.95rem}.customer-group-modal-item .item-subtitle{font-size:.8rem;color:#6c757d}.customer-group-modal-pagination{display:flex;justify-content:center;align-items:center;gap:16px;padding:16px 24px;border-top:1px solid #e9ecef;background-color:#f8f9fa}.customer-group-modal-pagination button{padding:6px 14px;background-color:#fff;border:1px solid #e9ecef;border-radius:6px;cursor:pointer;transition:all .2s}.customer-group-modal-pagination button:hover:not(:disabled){background-color:#667eea;color:#fff;border-color:#667eea}.customer-group-modal-pagination button:disabled{opacity:.4;cursor:not-allowed}.customer-group-modal-pagination span{font-size:.9rem;color:#495057}.customer-group-no-data{text-align:center;padding:60px;color:#6c757d;font-size:.95rem}@keyframes customer-group-fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.customer-group-fields-container{animation:customer-group-fadeInUp .4s ease-out}@media(max-width:768px){.customer-group-header{padding:12px 16px}.customer-group-header-main h2{font-size:1.1rem}.customer-group-form-container,.customer-group-fields-container{padding:16px}.customer-group-buttons{flex-direction:column;width:100%}.customer-group-btn{width:100%;justify-content:center}.customer-group-modal-container{width:95%;max-height:90vh}.customer-group-modal-header{padding:16px 20px}.customer-group-modal-search{flex-direction:column}.customer-group-modal-search .refresh-btn{width:100%}}@media print{.customer-group-container{background:#fff}.customer-group-header{background:#fff;border-bottom:2px solid #000}.customer-group-header-main h2{color:#000}.customer-group-btn{display:none}.customer-group-fields-container{box-shadow:none;padding:0}}.customer-group-form-container::-webkit-scrollbar,.customer-group-modal-list::-webkit-scrollbar{width:8px}.customer-group-form-container::-webkit-scrollbar-track,.customer-group-modal-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.customer-group-form-container::-webkit-scrollbar-thumb,.customer-group-modal-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.customer-group-form-container::-webkit-scrollbar-thumb:hover,.customer-group-modal-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.supplier-group-container{background-color:var(--bg-primary);width:100%;display:flex;flex-direction:column;height:100%;overflow:hidden}.supplier-group-header{background-color:var(--bg-card);padding:16px 24px;border-bottom:none;flex-shrink:0;box-shadow:0 2px 8px #0000001a}.supplier-group-header-main{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;margin-bottom:0}.supplier-group-header-main h2{margin:0;color:var(--text-primary);font-size:1.2rem;font-weight:600;display:flex;align-items:center;gap:8px}.supplier-group-header-icon{color:#3b82f6}.supplier-group-form-container{flex:1;overflow-y:auto;padding:24px;background-color:#f8f9fa}.supplier-group-fields-wrapper{width:100%;max-width:700px;margin:0 auto}.supplier-group-fields-container{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:24px}.supplier-group-row{display:flex;flex-direction:column;gap:20px;margin-bottom:0}.supplier-group-section-title{margin:0 0 20px;color:#2c3e50;font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:10px;padding-bottom:10px;border-bottom:2px solid #e9ecef}.supplier-group-section-icon{color:#667eea;flex-shrink:0}.supplier-group-field-wrapper,.supplier-group-container .text-field{width:100%}.supplier-group-container .text-field label{display:block;margin-bottom:8px;font-size:.85rem;font-weight:600;color:#495057;text-transform:uppercase;letter-spacing:.5px}.supplier-group-container .text-field.required label:after{content:" *";color:#dc3545}.supplier-group-container .text-field input,.supplier-group-container .text-field textarea,.supplier-group-container .text-field select{width:100%;padding:12px 16px;border:2px solid #e9ecef;border-radius:8px;font-size:.95rem;transition:all .3s ease;background-color:#fff;color:#2c3e50;font-family:inherit}.supplier-group-container .text-field input:hover,.supplier-group-container .text-field select:hover{border-color:#cbd5e1}.supplier-group-container .text-field input:focus,.supplier-group-container .text-field textarea:focus,.supplier-group-container .text-field select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.supplier-group-container .text-field input:disabled,.supplier-group-container .text-field select:disabled{background-color:#f8f9fa;border-color:#e9ecef;color:#adb5bd;cursor:not-allowed}.supplier-group-container .text-field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px;cursor:pointer}.supplier-group-footer{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-top:1px solid var(--border-color, #e2e8f0);padding:10px 20px;flex-shrink:0}.supplier-group-footer-wrapper{display:flex;justify-content:flex-end}.supplier-group-buttons{display:flex;gap:12px;flex-wrap:wrap}.supplier-group-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.supplier-group-submit-btn{background-color:#3b82f6;color:#fff}.supplier-group-submit-btn:hover:not(.disabled){background-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}.supplier-group-submit-btn.new{background-color:#10b981}.supplier-group-submit-btn.new:hover:not(.disabled){background-color:#059669;box-shadow:0 4px 8px #10b9814d}.supplier-group-submit-btn.save{background-color:#10b981}.supplier-group-submit-btn.save:hover:not(.disabled){background-color:#059669;box-shadow:0 4px 8px #10b9814d}.supplier-group-submit-btn.edit{background-color:#3b82f6}.supplier-group-submit-btn.edit:hover:not(.disabled){background-color:#2563eb;box-shadow:0 4px 8px #3b82f64d}.supplier-group-submit-btn.update{background-color:#f59e0b}.supplier-group-submit-btn.update:hover:not(.disabled){background-color:#d97706;box-shadow:0 4px 8px #f59e0b4d}.supplier-group-list-btn{background-color:var(--bg-card, #ffffff);color:var(--text-primary, #1e293b);border:1px solid var(--border-color, #e2e8f0);box-shadow:0 1px 2px #0000000d}.supplier-group-list-btn:hover:not(.disabled){background-color:var(--bg-card-hover, #f8fafc);border-color:var(--text-muted, #94a3b8);transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.supplier-group-cancel-btn{background-color:var(--bg-card, #ffffff);color:#ef4444;border:1px solid #ef4444;box-shadow:0 1px 2px #0000000d}.supplier-group-cancel-btn:hover:not(.disabled){background-color:#ef44441a;transform:translateY(-1px);box-shadow:0 4px 8px #ef444433}.supplier-group-btn.disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.supplier-group-btn:active:not(.disabled){transform:translateY(0)}@media(max-width:768px){.supplier-group-footer{padding:10px 14px}.supplier-group-buttons{flex-direction:column;width:100%}.supplier-group-btn{width:100%;justify-content:center}}.supplier-group-btn:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.supplier-group-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#6c757d;background-color:#fff;border-radius:12px;text-align:center}.supplier-group-loading:before{content:"";width:40px;height:40px;border:3px solid #e9ecef;border-top-color:#667eea;border-radius:50%;animation:supplier-group-spin 1s linear infinite;margin-bottom:16px}@keyframes supplier-group-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.supplier-group-modal-overlay{position:fixed;inset:0;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000}.supplier-group-modal-container{background-color:#fff;border-radius:12px;width:550px;max-width:90%;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0003;animation:supplier-group-modalSlideIn .3s ease-out}@keyframes supplier-group-modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.supplier-group-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:2px solid #e9ecef;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px 12px 0 0}.supplier-group-modal-header h3{margin:0;font-size:1.2rem;font-weight:600;color:#fff}.supplier-group-modal-close{background:none;border:none;font-size:28px;cursor:pointer;color:#fff;opacity:.8;transition:opacity .2s}.supplier-group-modal-close:hover{opacity:1}.supplier-group-modal-search{padding:20px 24px;border-bottom:1px solid #e9ecef;display:flex;gap:12px;background-color:#f8f9fa}.supplier-group-modal-search .search-input{flex:1;padding:10px 14px;border:2px solid #e9ecef;border-radius:8px;font-size:.9rem;transition:all .2s}.supplier-group-modal-search .search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.supplier-group-modal-search .refresh-btn{padding:10px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:transform .2s}.supplier-group-modal-search .refresh-btn:hover{transform:translateY(-1px)}.supplier-group-modal-list{flex:1;overflow-y:auto;padding:8px 0}.supplier-group-modal-item{padding:14px 24px;cursor:pointer;border-bottom:1px solid #f0f0f0;transition:all .2s}.supplier-group-modal-item:hover{background-color:#f8f9fa;padding-left:28px}.supplier-group-modal-item .item-title{font-weight:600;color:#2c3e50;margin-bottom:4px;font-size:.95rem}.supplier-group-modal-item .item-subtitle{font-size:.8rem;color:#6c757d}.supplier-group-modal-pagination{display:flex;justify-content:center;align-items:center;gap:16px;padding:16px 24px;border-top:1px solid #e9ecef;background-color:#f8f9fa}.supplier-group-modal-pagination button{padding:6px 14px;background-color:#fff;border:1px solid #e9ecef;border-radius:6px;cursor:pointer;transition:all .2s}.supplier-group-modal-pagination button:hover:not(:disabled){background-color:#667eea;color:#fff;border-color:#667eea}.supplier-group-modal-pagination button:disabled{opacity:.4;cursor:not-allowed}.supplier-group-modal-pagination span{font-size:.9rem;color:#495057}.supplier-group-no-data{text-align:center;padding:60px;color:#6c757d;font-size:.95rem}@keyframes supplier-group-fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.supplier-group-fields-container{animation:supplier-group-fadeInUp .4s ease-out}@media(max-width:768px){.supplier-group-header{padding:12px 16px}.supplier-group-header-main h2{font-size:1.1rem}.supplier-group-form-container,.supplier-group-fields-container{padding:16px}.supplier-group-buttons{flex-direction:column;width:100%}.supplier-group-btn{width:100%;justify-content:center}.supplier-group-modal-container{width:95%;max-height:90vh}.supplier-group-modal-header{padding:16px 20px}.supplier-group-modal-search{flex-direction:column}.supplier-group-modal-search .refresh-btn{width:100%}}@media print{.supplier-group-container{background:#fff}.supplier-group-header{background:#fff;border-bottom:2px solid #000}.supplier-group-header-main h2{color:#000}.supplier-group-btn{display:none}.supplier-group-fields-container{box-shadow:none;padding:0}}.supplier-group-form-container::-webkit-scrollbar,.supplier-group-modal-list::-webkit-scrollbar{width:8px}.supplier-group-form-container::-webkit-scrollbar-track,.supplier-group-modal-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.supplier-group-form-container::-webkit-scrollbar-thumb,.supplier-group-modal-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.supplier-group-form-container::-webkit-scrollbar-thumb:hover,.supplier-group-modal-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.sales-invoice-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.report-refresh-btn,.report-export-btn{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.report-refresh-btn{background:#3b82f6;color:#fff;border:none}.report-export-btn{background:#10b981;color:#fff;border:none}.report-refresh-btn:disabled,.report-export-btn:disabled{opacity:.6;cursor:not-allowed}.summary-card{padding:16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.summary-card-title{font-size:12px;color:#64748b;margin-bottom:8px}@media(max-width:768px){.summary-cards{grid-template-columns:1fr}.date-range-container{flex-direction:column}.preset-btn{width:100%;justify-content:center}}.filter-section{margin-bottom:0}.customer-search-input{width:100%;height:55px;padding:14px 16px;border:1px solid #e2e8f0;font-size:14px;line-height:1.5;background-color:#fff;transition:all .2s ease;outline:none}.customer-search-input::placeholder{color:#94a3b8;font-size:13px}.sales-invoice-details-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.customer-search-input{width:100%;padding:8px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;line-height:1.5;background-color:#fff;transition:all .2s ease;outline:none}.summary-card .invoice-count{font-size:28px;font-weight:700;color:#2c7da0}.invoice-details-table thead th:nth-child(1){width:12%}.invoice-details-table thead th:nth-child(2){width:18%}.invoice-details-table thead th:nth-child(3){width:6%}.invoice-details-table thead th:nth-child(4){width:7%}.invoice-details-table thead th:nth-child(5){width:8%}.invoice-details-table thead th:nth-child(6){width:6%}.invoice-details-table thead th:nth-child(7){width:8%}.invoice-details-table thead th:nth-child(8){width:9%}.invoice-details-table thead th:nth-child(9){width:6%}.invoice-details-table thead th:nth-child(10){width:9%}.invoice-details-table thead th:nth-child(11){width:11%}.data-table:not(.invoice-details-table) thead th:nth-child(1){width:8%}.data-table:not(.invoice-details-table) thead th:nth-child(2){width:8%}.data-table:not(.invoice-details-table) thead th:nth-child(3){width:6%}.data-table:not(.invoice-details-table) thead th:nth-child(4){width:10%}.data-table:not(.invoice-details-table) thead th:nth-child(5){width:15%}.data-table:not(.invoice-details-table) thead th:nth-child(6){width:10%}.data-table:not(.invoice-details-table) thead th:nth-child(7){width:9%}.data-table:not(.invoice-details-table) thead th:nth-child(8){width:9%}.data-table:not(.invoice-details-table) thead th:nth-child(9){width:9%}.data-table:not(.invoice-details-table) thead th:nth-child(10){width:8%}.data-table:not(.invoice-details-table) thead th:nth-child(11){width:8%}.invoice-header-row{background-color:#2c3e50}.invoice-header-row td{padding:0!important}.invoice-header{padding:12px 16px!important;color:#fff;font-size:14px;background-color:#2c3e50}.invoice-info{font-weight:400}.invoice-info strong{font-weight:600;color:#f59e0b}.invoice-item-row{background-color:#fff}.invoice-item-row:hover{background-color:#f8fafc}.invoice-item-row td{padding:10px 8px;border-bottom:1px solid #e2e8f0}.invoice-item-row td.text-right{text-align:right;font-family:Courier New,monospace}.invoice-subtotal-row{background-color:#fef3c7;border-top:1px solid #f59e0b;border-bottom:2px solid #f59e0b}.invoice-subtotal-row td{padding:10px 8px;font-weight:700;color:#b45309}@media(max-width:768px){.report-title-bar{flex-direction:column;align-items:flex-start;gap:12px}.report-actions{flex-wrap:wrap;width:100%}.report-actions button{flex:1}.summary-cards{grid-template-columns:1fr;gap:12px}.date-range-container{flex-direction:column}.preset-btn{width:100%;justify-content:center}.data-table{font-size:11px}.data-table thead th,.data-table tbody td{padding:6px 4px}.invoice-header{font-size:11px;padding:10px 12px!important}.pagination-container{flex-direction:column;gap:12px}.pagination-controls{order:2}.total-count{order:3}.invoice-details-table thead th:nth-child(2),.invoice-details-table thead th:nth-child(5),.invoice-details-table thead th:nth-child(8),.invoice-details-table thead th:nth-child(11){min-width:80px}}@media(max-width:480px){.summary-card p{font-size:18px}.summary-card .invoice-count{font-size:22px}.invoice-info{display:flex;flex-wrap:wrap;gap:8px}}@media print{.report-filters-panel,.report-actions,.pagination-container,.sys-pdf-preview-panel{display:none!important}.sales-invoice-details-report{height:auto;background:#fff}.report-body{padding:0}.report-results-panel{overflow:visible}.results-container{box-shadow:none;height:auto}.summary-cards,.invoice-header-row,.invoice-subtotal-row,.grand-total-row{break-inside:avoid;page-break-inside:avoid}.data-table{font-size:10px}.data-table thead th{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.sales-quotation-details-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.report-filters-panel{width:380px;flex-shrink:0;overflow-y:auto}.filter-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;background:#fef3c7;color:#92400e;border-radius:4px;font-size:11px;transition:all .2s}.filter-tag button{background:none;border:none;cursor:pointer;font-size:14px;padding:0 2px;color:#92400e;transition:color .2s}.summary-card .doc-count,.summary-card .quotation-count{font-size:28px;font-weight:700;color:#2c7da0}.quotation-details-table thead th:nth-child(1){width:12%}.quotation-details-table thead th:nth-child(2){width:18%}.quotation-details-table thead th:nth-child(3){width:6%}.quotation-details-table thead th:nth-child(4){width:7%}.quotation-details-table thead th:nth-child(5){width:8%}.quotation-details-table thead th:nth-child(6){width:6%}.quotation-details-table thead th:nth-child(7){width:8%}.quotation-details-table thead th:nth-child(8){width:9%}.quotation-details-table thead th:nth-child(9){width:6%}.quotation-details-table thead th:nth-child(10){width:9%}.quotation-details-table thead th:nth-child(11){width:11%}@media(max-width:768px){.report-title-bar{flex-direction:column;align-items:flex-start;gap:12px}.report-actions{flex-wrap:wrap;width:100%}.report-actions button{flex:1}.summary-cards{grid-template-columns:1fr;gap:12px}.date-range-container{flex-direction:column}.data-table{font-size:11px}.data-table thead th,.data-table tbody td{padding:6px 4px}.doc-header{font-size:11px;padding:10px 12px!important}.pagination-container{flex-direction:column;gap:12px}.pagination-controls{order:2}.total-count{order:3}.quotation-details-table thead th:nth-child(2),.quotation-details-table thead th:nth-child(5),.quotation-details-table thead th:nth-child(8),.quotation-details-table thead th:nth-child(11){min-width:80px}}@media(max-width:480px){.summary-card p{font-size:18px}.summary-card .doc-count,.summary-card .quotation-count{font-size:22px}.doc-info{display:flex;flex-wrap:wrap;gap:8px}}@media print{.report-filters-panel,.report-actions,.pagination-container,.sys-pdf-preview-panel{display:none!important}.sales-quotation-details-report{height:auto;background:#fff}.report-body{padding:0}.report-results-panel{overflow:visible}.results-container{box-shadow:none;height:auto}.summary-cards,.doc-header-row,.doc-subtotal-row,.grand-total-row{break-inside:avoid;page-break-inside:avoid}.data-table{font-size:10px}.data-table thead th{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.sales-quotation-summary-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.report-preview-btn:hover:not(:disabled){background:#7c3aed}.report-print-btn:hover:not(:disabled){background:#d97706}.report-refresh-btn:hover:not(:disabled){background:#2563eb}.report-export-btn:hover:not(:disabled){background:#059669}.report-preview-btn:disabled,.report-print-btn:disabled,.report-refresh-btn:disabled,.report-export-btn:disabled{opacity:.6;cursor:not-allowed}.sys-pdf-container{width:100%;height:100%;display:flex;flex-direction:column}.sys-pdf-error-message,.sys-pdf-loading,.sys-pdf-placeholder{display:flex;align-items:center;justify-content:center;height:100%;padding:40px}.sys-pdf-spinner{width:48px;height:48px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}.sys-pdf-preview-wrapper{width:100%;height:100%;display:flex;flex-direction:column}.sys-pdf-preview-header-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:#fff;border-bottom:1px solid #e2e8f0}.sys-pdf-actions{display:flex;gap:10px}.sys-pdf-btn{padding:6px 12px;border-radius:4px;font-size:12px;cursor:pointer;transition:all .2s;border:none}.sys-pdf-btn-primary{background:#3b82f6;color:#fff}.sys-pdf-btn-secondary{background:#64748b;color:#fff}.sys-pdf-viewer{flex:1;overflow:auto;background:#f1f5f9}.sys-pdf-iframe{width:100%;height:100%;border:none}@media(max-width:768px){.report-title-bar{flex-direction:column;align-items:flex-start;gap:12px}.report-actions{flex-wrap:wrap;width:100%}.report-actions button{flex:1}}.sales-order-summary-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}@media print{.report-filters-panel,.report-actions,.pagination-container,.sys-pdf-preview-panel{display:none!important}.sales-order-summary-report{height:auto;background:#fff}.report-body{padding:0}.report-results-panel{overflow:visible}.report-results{box-shadow:none;padding:0}.summary-cards{break-inside:avoid;page-break-inside:avoid}.results-table{font-size:10px}.results-table th{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.sales-order-details-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.summary-card .doc-count,.summary-card .order-count{font-size:28px;font-weight:700;color:#2c7da0}.order-details-table thead th:nth-child(1){width:12%}.order-details-table thead th:nth-child(2){width:18%}.order-details-table thead th:nth-child(3){width:6%}.order-details-table thead th:nth-child(4){width:7%}.order-details-table thead th:nth-child(5){width:8%}.order-details-table thead th:nth-child(6){width:6%}.order-details-table thead th:nth-child(7){width:8%}.order-details-table thead th:nth-child(8){width:9%}.order-details-table thead th:nth-child(9){width:6%}.order-details-table thead th:nth-child(10){width:9%}.order-details-table thead th:nth-child(11){width:11%}.order-header-row{background-color:#2c3e50}.order-header-row td{padding:0!important}.order-header{padding:12px 16px!important;color:#fff;font-size:14px;background-color:#2c3e50}.order-info{font-weight:400}.order-info strong{font-weight:600;color:#f59e0b}.order-item-row{background-color:#fff}.order-item-row:hover{background-color:#f8fafc}.order-item-row td{padding:10px 8px;border-bottom:1px solid #e2e8f0}.order-item-row td.text-right{text-align:right;font-family:Courier New,monospace}.order-subtotal-row{background-color:#fef3c7;border-top:1px solid #f59e0b;border-bottom:2px solid #f59e0b}.order-subtotal-row td{padding:10px 8px;font-weight:700;color:#b45309}.data-table-container{flex:1;overflow:auto;position:relative}@media(max-width:768px){.report-title-bar{flex-direction:column;align-items:flex-start;gap:12px}.report-actions{flex-wrap:wrap;width:100%}.report-actions button{flex:1}.summary-cards{grid-template-columns:1fr;gap:12px}.date-range-container{flex-direction:column}.preset-btn{width:100%;justify-content:center}.data-table{font-size:11px}.data-table thead th,.data-table tbody td{padding:6px 4px}.order-header,.doc-header{font-size:11px;padding:10px 12px!important}.pagination-container{flex-direction:column;gap:12px}.pagination-controls{order:2}.total-count{order:3}.order-details-table thead th:nth-child(2),.order-details-table thead th:nth-child(5),.order-details-table thead th:nth-child(8),.order-details-table thead th:nth-child(11){min-width:80px}}@media(max-width:480px){.summary-card p{font-size:18px}.summary-card .doc-count,.summary-card .order-count{font-size:22px}.order-info,.doc-info{display:flex;flex-wrap:wrap;gap:8px}}@media print{.report-filters-panel,.report-actions,.pagination-container,.sys-pdf-preview-panel{display:none!important}.sales-order-details-report{height:auto;background:#fff}.report-body{padding:0}.report-results-panel{overflow:visible}.results-container{box-shadow:none;height:auto}.summary-cards,.order-header-row,.doc-header-row,.order-subtotal-row,.doc-subtotal-row,.grand-total-row{break-inside:avoid;page-break-inside:avoid}.data-table{font-size:10px}.data-table thead th{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.sales-return-details-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.preset-btn{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;cursor:pointer;white-space:nowrap}.return-details-table thead th:nth-child(1){width:12%}.return-details-table thead th:nth-child(2){width:18%}.return-details-table thead th:nth-child(3){width:6%}.return-details-table thead th:nth-child(4){width:7%}.return-details-table thead th:nth-child(5){width:8%}.return-details-table thead th:nth-child(6){width:6%}.return-details-table thead th:nth-child(7){width:8%}.return-details-table thead th:nth-child(8){width:9%}.return-details-table thead th:nth-child(9){width:6%}.return-details-table thead th:nth-child(10){width:9%}.return-details-table thead th:nth-child(11){width:11%}@media(max-width:768px){.report-title-bar{flex-direction:column;align-items:flex-start;gap:12px}.report-actions{flex-wrap:wrap;width:100%}.report-actions button{flex:1}.summary-cards{grid-template-columns:1fr;gap:12px}.date-range-container{flex-direction:column}.preset-btn{width:100%;justify-content:center}.data-table{font-size:11px}.data-table thead th,.data-table tbody td{padding:6px 4px}.doc-header{font-size:11px;padding:10px 12px!important}.pagination-container{flex-direction:column;gap:12px}.pagination-controls{order:2}.total-count{order:3}.return-details-table thead th:nth-child(2),.return-details-table thead th:nth-child(5),.return-details-table thead th:nth-child(8),.return-details-table thead th:nth-child(11){min-width:80px}}@media(max-width:480px){.summary-card p{font-size:18px}.summary-card .doc-count,.summary-card .return-count{font-size:22px}.doc-info{display:flex;flex-wrap:wrap;gap:8px}}@media print{.report-filters-panel,.report-actions,.pagination-container,.sys-pdf-preview-panel{display:none!important}.sales-return-details-report{height:auto;background:#fff}.report-body{padding:0}.report-results-panel{overflow:visible}.results-container{box-shadow:none;height:auto}.summary-cards,.doc-header-row,.doc-subtotal-row,.grand-total-row{break-inside:avoid;page-break-inside:avoid}.data-table{font-size:10px}.data-table thead th{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.sales-return-summary-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.report-filters-content{padding:20px;display:flex;flex-direction:column;gap:20px}.filter-section{display:flex;flex-direction:column;gap:8px}.date-range-wrapper{display:flex;gap:12px;align-items:flex-start}.date-fields{flex:1;display:flex;gap:12px}.report-date-field{flex:1}select{width:100%;padding:8px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;background:#fff;cursor:pointer;transition:all .2s}select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}select:disabled{background-color:#f1f5f9;cursor:not-allowed}.customer-search-input{width:100%;padding:8px 32px 8px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;line-height:1.5;background-color:#fff;transition:all .2s ease;outline:none}.report-results{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:20px}.summary-card-title{font-size:12px;color:#64748b;margin-bottom:8px;font-weight:500}.summary-card-trend{display:flex;align-items:center;gap:4px;margin-top:8px;font-size:11px;color:#10b981}@media(max-width:768px){.report-title-bar{flex-direction:column;align-items:flex-start;gap:12px}.report-actions{flex-wrap:wrap;width:100%}.report-actions button{flex:1}.summary-cards{grid-template-columns:1fr;gap:12px}.date-range-wrapper{flex-direction:column}.preset-btn{width:100%;justify-content:center}.results-table{font-size:11px}.results-table th,.results-table td{padding:6px 4px}.pagination-container{flex-direction:column;gap:12px}.pagination-controls{order:2}.total-count{order:3}}@media(max-width:480px){.summary-card-value{font-size:18px}}@media print{.report-filters-panel,.report-actions,.pagination-container,.sys-pdf-preview-panel{display:none!important}.sales-return-summary-report{height:auto;background:#fff}.report-body{padding:0}.report-results-panel{overflow:visible}.report-results{box-shadow:none;padding:0}.summary-cards{break-inside:avoid;page-break-inside:avoid}.results-table{font-size:10px}.results-table th{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.purchase-order-details-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.report-title-bar{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;flex-shrink:0}.data-table thead th.sortable:hover{background:#f1f5f9;cursor:pointer}.page-size-selector select{width:auto;padding:4px 8px;margin:0;border:1px solid #e2e8f0;border-radius:4px}@media print{.report-filters-panel,.report-actions,.pagination-container,.sys-pdf-preview-panel{display:none!important}.purchase-order-details-report{height:auto;background:#fff}.report-body{padding:0}.report-results-panel{overflow:visible}.results-container{box-shadow:none;height:auto}.summary-cards,.doc-header-row,.doc-subtotal-row,.grand-total-row{break-inside:avoid;page-break-inside:avoid}.data-table{font-size:10px}.data-table thead th{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.purchase-requisition-summary-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}@media print{.report-filters-panel,.report-actions,.pagination-container,.sys-pdf-preview-panel,.report-preview-btn,.report-print-btn,.report-refresh-btn,.report-export-btn{display:none!important}.purchase-requisition-summary-report{height:auto!important;background:#fff!important;overflow:visible!important}.report-body{padding:0!important;gap:0!important;overflow:visible!important}.report-results-panel{overflow:visible!important;flex:none!important}.report-title-bar{box-shadow:none!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important}.report-title-bar h1{font-size:18px!important}.summary-cards{break-inside:avoid!important;page-break-inside:avoid!important}.results-table{font-size:10px!important}.results-table th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important}.results-table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important}.summary-card{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.summary-card.highlight{background:#eff6ff!important}.results-table-wrap{overflow:visible!important;border:none!important}.sys-pdf-preview-content{padding:0!important;background:#fff!important}}.purchase-requisition-details-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.summary-card .doc-count,.summary-card .requisition-count{font-size:28px;font-weight:700;color:#2c7da0}@media(max-width:480px){.summary-card p{font-size:18px}.summary-card .doc-count,.summary-card .requisition-count{font-size:22px}.doc-info{display:flex;flex-wrap:wrap;gap:8px}}@media print{.report-filters-panel,.report-actions,.pagination-container,.sys-pdf-preview-panel{display:none!important}.purchase-requisition-details-report{height:auto;background:#fff}.report-body{padding:0}.report-results-panel{overflow:visible}.results-container{box-shadow:none;height:auto}.summary-cards,.doc-header-row,.doc-subtotal-row,.grand-total-row{break-inside:avoid;page-break-inside:avoid}.data-table{font-size:10px}.data-table thead th{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.purchase-order-summary-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.report-results{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:20px;flex:1}.results-table-container{margin-top:20px;flex:1}.results-page-size select{padding:4px 8px;border:1px solid #e2e8f0;border-radius:4px;background:#fff}.results-table-wrap,.summary-card{animation:fadeIn .3s ease-out}@media print{.report-filters-panel,.report-actions,.pagination-container,.sys-pdf-preview-panel,.report-preview-btn,.report-print-btn,.report-refresh-btn,.report-export-btn{display:none!important}.purchase-order-summary-report{height:auto!important;background:#fff!important;overflow:visible!important}.report-body{padding:0!important;gap:0!important;overflow:visible!important}.report-results-panel{overflow:visible!important;flex:none!important}.report-results{box-shadow:none!important;padding:0!important;border-radius:0!important}.report-title-bar{box-shadow:none!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important}.report-title-bar h1{font-size:18px!important}.summary-cards{break-inside:avoid!important;page-break-inside:avoid!important}.results-table{font-size:10px!important}.results-table th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important}.results-table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important}.summary-card{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important}.summary-card.highlight{background:#eff6ff!important}.results-table-wrap{overflow:visible!important;border:none!important}.sys-pdf-preview-content{padding:0!important;background:#fff!important}}.purchase-invoice-details-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.report-title-bar{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a}.report-preview-btn,.report-print-btn,.report-refresh-btn,.report-export-btn{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:none}.report-preview-btn:hover:not(:disabled){background:#7c3aed;transform:translateY(-1px)}.report-print-btn:hover:not(:disabled){background:#d97706;transform:translateY(-1px)}.report-refresh-btn:hover:not(:disabled){background:#2563eb;transform:translateY(-1px)}.report-export-btn:hover:not(:disabled){background:#059669;transform:translateY(-1px)}.report-preview-btn:disabled,.report-print-btn:disabled,.report-refresh-btn:disabled,.report-export-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.summary-card h4{font-size:12px;color:#64748b;margin-bottom:8px;font-weight:500}.summary-card .doc-count{font-size:28px;font-weight:700;color:#2c7da0}.data-table tbody td{padding:10px 8px;border-bottom:1px solid #e2e8f0}.doc-header-row{background-color:#2c3e50}.doc-header{padding:12px 16px!important;color:#fff;font-size:14px;background-color:#2c3e50}.pagination-container{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#f8fafc;border-top:1px solid #e2e8f0;flex-shrink:0}.sys-close-preview-btn{background:none;border:none;font-size:28px;cursor:pointer;color:#999;transition:color .2s;padding:0 8px}@media(max-width:768px){.report-title-bar{flex-direction:column;align-items:flex-start;gap:12px}.report-actions{flex-wrap:wrap;width:100%}.report-actions button{flex:1}.summary-cards{grid-template-columns:1fr;gap:12px}.data-table{font-size:11px}.data-table thead th,.data-table tbody td{padding:6px 4px}.doc-header{font-size:11px;padding:10px 12px!important}.pagination-container{flex-direction:column;gap:12px}.pagination-controls{order:2}.total-count{order:3}}@media(max-width:480px){.summary-card p{font-size:18px}.summary-card .doc-count{font-size:22px}.doc-info{display:flex;flex-wrap:wrap;gap:8px}}@media print{.report-filters-panel,.report-actions,.pagination-container,.sys-pdf-preview-panel{display:none!important}.purchase-invoice-details-report{height:auto;background:#fff}.report-body{padding:0}.report-results-panel{overflow:visible}.results-container{box-shadow:none;height:auto}.summary-cards,.doc-header-row,.doc-subtotal-row,.grand-total-row{break-inside:avoid;page-break-inside:avoid}.data-table{font-size:10px}.data-table thead th{-webkit-print-color-adjust:exact;print-color-adjust:exact}}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px;@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}}@media(max-width:1200px){:is() .report-body{flex-direction:column;padding:16px;gap:16px}:is() .report-filters-panel{width:100%;max-height:400px}:is() .summary-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:992px){:is() .report-title-bar{flex-wrap:wrap;gap:12px}:is() .report-actions{flex-wrap:wrap}:is() .report-actions button{flex:1;min-width:80px;justify-content:center}}@media(max-width:768px){:is() .report-title-bar{flex-direction:column;align-items:flex-start;padding:16px}:is() .report-title-bar h1{font-size:20px}:is() .report-actions{width:100%}:is() .report-actions button{flex:1;font-size:12px;padding:6px 10px}:is() .summary-cards{grid-template-columns:1fr;gap:12px;padding:16px}:is() .summary-card p{font-size:18px}:is() .summary-card .doc-count{font-size:22px}:is() .data-table{font-size:11px}:is() .data-table thead th,:is() .data-table tbody td{padding:6px 4px}:is() .doc-header{font-size:11px;padding:10px 12px!important;flex-wrap:wrap;gap:4px}:is() .pagination-container{flex-direction:column;align-items:stretch;gap:8px;padding:12px 16px}:is() .pagination-controls{justify-content:center;order:2}:is() .pagination-info{text-align:center;order:1}:is() .total-count{order:3;text-align:center}:is() .report-filters-content{padding:16px;gap:12px}:is() .report-filters-panel{max-height:350px}}@media(max-width:480px){:is() .report-title-bar h1{font-size:18px}:is() .report-actions button{font-size:11px;padding:4px 8px;min-width:60px}:is() .summary-card p{font-size:16px}:is() .summary-card .doc-count{font-size:20px}:is() .data-table{font-size:10px}:is() .data-table thead th,:is() .data-table tbody td{padding:4px 3px}:is() .doc-header{font-size:10px;padding:8px 10px!important;display:flex;flex-wrap:wrap;gap:4px}:is() .doc-info{display:flex;flex-wrap:wrap;gap:8px}:is() .sys-pdf-preview-header{padding:10px 16px;flex-wrap:wrap;gap:8px}:is() .sys-pdf-preview-header h3{font-size:14px}:is() .sys-pdf-actions{flex-wrap:wrap}:is() .sys-pdf-btn{font-size:11px;padding:4px 10px}:is() .sys-pdf-preview-content{padding:10px}}@media print{:is() .report-filters-panel,:is() .report-actions,:is() .pagination-container,:is() .sys-pdf-preview-panel,:is() .report-preview-btn,:is() .report-print-btn,:is() .report-refresh-btn,:is() .report-export-btn{display:none!important}:is() .purchase-invoice-details-report{height:auto!important;background:#fff!important;overflow:visible!important}:is() .report-body{padding:0!important;gap:0!important;overflow:visible!important}:is() .report-results-panel{overflow:visible!important;flex:none!important}:is() .results-container{box-shadow:none!important;height:auto!important;border-radius:0!important}:is() .report-title-bar{box-shadow:none!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important}:is() .report-title-bar h1{font-size:18px!important}:is() .summary-cards{break-inside:avoid!important;page-break-inside:avoid!important;background:#f8fafc!important}:is() .doc-header-row,:is() .doc-subtotal-row,:is() .grand-total-row{break-inside:avoid!important;page-break-inside:avoid!important}:is() .data-table{font-size:10px!important}:is() .data-table thead th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important}:is() .data-table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important}:is() .doc-header{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background-color:#2c3e50!important;color:#fff!important}:is() .doc-subtotal-row{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background-color:#fef3c7!important}:is() .grand-total-row{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background-color:#dcfce7!important}:is() .summary-card.highlight{background:#eff6ff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}:is() .details-table-container{overflow:visible!important;flex:none!important}:is() .sys-pdf-preview-content{padding:0!important;background:#fff!important}}.purchase-return-summary-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.report-results-panel{flex:1;overflow-y:auto}.summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-bottom:24px}.summary-card{padding:16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;transition:transform .2s,box-shadow .2s}.summary-card-title{font-size:12px;color:#64748b;margin-bottom:8px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.summary-card-value{font-size:24px;font-weight:700;color:#1e293b}.results-table-container{margin-top:20px}.results-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px 0}.results-count{font-size:14px;color:#475569}.results-page-size{display:flex;align-items:center;gap:8px;font-size:13px}.results-page-size select{padding:4px 8px;border:1px solid #e2e8f0;border-radius:4px;background:#fff;cursor:pointer}.results-table-wrap{overflow-x:auto;border-radius:8px;border:1px solid #e2e8f0}.results-table{width:100%;border-collapse:collapse;font-size:13px}.results-table th{padding:12px;background:#f8fafc;text-align:left;font-weight:600;color:#1e293b;border-bottom:1px solid #e2e8f0;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.results-table th:hover{background:#f1f5f9}.results-table td{padding:10px 12px;border-bottom:1px solid #f1f5f9;color:#334155}.results-table td.number{text-align:right}.results-table td.discount{color:#ef4444}.results-table td.highlight{font-weight:600;color:#3b82f6}.results-table tbody tr:hover{background:#faf5ff}.results-pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid #e2e8f0}.page-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;font-size:13px;transition:all .2s}.page-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.page-btn:disabled{opacity:.5;cursor:not-allowed}.report-results-loading,.report-results-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#64748b}.report-results-empty svg{margin-bottom:16px;opacity:.5}@media(max-width:768px){.report-title-bar{flex-direction:column;align-items:flex-start;padding:16px}.report-title-bar h1{font-size:20px}.report-actions{width:100%}.report-actions button{flex:1;font-size:12px;padding:6px 10px}.summary-cards{grid-template-columns:1fr;gap:12px}.summary-card-value{font-size:18px}.results-table{font-size:11px}.results-table th,.results-table td{padding:6px 4px}.results-toolbar{flex-direction:column;gap:8px;align-items:stretch}.report-filters-content{padding:16px;gap:12px}.report-filters-panel{max-height:350px}.results-pagination{flex-wrap:wrap}}@media(max-width:480px){.report-title-bar h1{font-size:18px}.report-actions button{font-size:11px;padding:4px 8px;min-width:60px}.summary-card-value{font-size:16px}.results-table{font-size:10px}.results-table th,.results-table td{padding:4px 3px}.sys-pdf-preview-header{padding:10px 16px;flex-wrap:wrap;gap:8px}.sys-pdf-preview-header h3{font-size:14px}.sys-pdf-actions{flex-wrap:wrap}.sys-pdf-btn{font-size:11px;padding:4px 10px}.sys-pdf-preview-content{padding:10px}}@media print{.report-filters-panel,.report-actions,.pagination-container,.sys-pdf-preview-panel,.report-preview-btn,.report-print-btn,.report-refresh-btn,.report-export-btn{display:none!important}.purchase-return-summary-report{height:auto!important;background:#fff!important;overflow:visible!important}.report-body{padding:0!important;gap:0!important;overflow:visible!important}.report-results-panel{overflow:visible!important;flex:none!important}.report-title-bar{box-shadow:none!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important}.report-title-bar h1{font-size:18px!important}.summary-cards{break-inside:avoid!important;page-break-inside:avoid!important}.results-table{font-size:10px!important}.results-table th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important}.results-table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important}.summary-card{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.summary-card.highlight{background:#eff6ff!important}.results-table-wrap{overflow:visible!important;border:none!important}.sys-pdf-preview-content{padding:0!important;background:#fff!important}}.purchase-return-details-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.party-search-wrapper,.party-search-input-wrapper{position:relative;width:100%}.party-search-input{width:100%;height:55px;padding:14px 32px 14px 16px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;line-height:1.5;background-color:#fff;transition:all .2s ease;outline:none}.party-search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.party-search-input:disabled{background-color:#f1f5f9;cursor:not-allowed;color:#94a3b8}.party-search-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.party-search-clear-btn{position:absolute;right:32px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;font-size:18px;color:#94a3b8;padding:0 4px;display:flex;align-items:center;justify-content:center;z-index:1}.party-search-clear-btn:hover{color:#64748b}.party-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 4px 12px #00000026;z-index:1000;max-height:250px;overflow-y:auto}.party-dropdown-loading{padding:10px 12px;color:#64748b;font-size:13px;text-align:center}.party-dropdown-item{padding:8px 12px;cursor:pointer;font-size:13px;border-bottom:1px solid #f1f5f9;transition:background-color .2s}.party-dropdown-item:last-child{border-bottom:none}.party-dropdown-item:hover,.party-dropdown-item.active{background-color:#f1f5f9}.summary-card .doc-count,.summary-card .return-count{font-size:28px;font-weight:700;color:#2c7da0}.summary-card-value.discount{color:#ef4444}.details-table-container{flex:1;overflow:auto;position:relative}.doc-header-row td{padding:0!important}.doc-header{padding:12px 16px!important;color:#fff;font-size:14px;background-color:#2c3e50;border-radius:4px}.doc-info{font-weight:400}.doc-info strong{font-weight:600;color:#f59e0b}.doc-item-row{background-color:#fff}.doc-item-row:hover{background-color:#f8fafc}.doc-item-row td{padding:10px 8px;border-bottom:1px solid #e2e8f0}.doc-item-row td.text-right{text-align:right;font-family:Courier New,monospace}.doc-subtotal-row{background-color:#fef3c7;border-top:1px solid #f59e0b;border-bottom:2px solid #f59e0b}.doc-subtotal-row td{padding:10px 8px;font-weight:700;color:#b45309}.page-size-selector{display:flex;align-items:center;gap:8px;font-size:13px;color:#475569}.page-size-selector select{width:auto;padding:4px 8px;margin:0}.page-info,.total-count{font-size:13px;color:#475569}.results-container,.summary-card{animation:fadeIn .3s ease-out}.text-right{text-align:right}.text-left{text-align:left}.text-center{text-align:center}.font-bold{font-weight:700}.font-medium{font-weight:500}.text-primary{color:#3b82f6}.text-success{color:#10b981}.text-warning{color:#f59e0b}.text-danger{color:#ef4444}.bg-primary-light{background-color:#eff6ff}.bg-success-light{background-color:#ecfdf5}.bg-warning-light{background-color:#fffbeb}.bg-danger-light{background-color:#fef2f2}.hover-lift{transition:transform .2s,box-shadow .2s}.hover-lift:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.hover-scale{transition:transform .2s}.hover-scale:hover{transform:scale(1.02)}@media(max-width:768px){.report-title-bar{flex-direction:column;align-items:flex-start;padding:16px}.report-title-bar h1{font-size:20px}.report-actions{width:100%}.report-actions button{flex:1;font-size:12px;padding:6px 10px}.summary-cards{grid-template-columns:1fr;gap:12px;padding:16px}.summary-card p{font-size:18px}.summary-card .doc-count,.summary-card .return-count{font-size:22px}.data-table{font-size:11px}.data-table thead th,.data-table tbody td{padding:6px 4px}.doc-header{font-size:11px;padding:10px 12px!important;flex-wrap:wrap;gap:4px}.pagination-container{flex-direction:column;align-items:stretch;gap:8px;padding:12px 16px}.pagination-controls{justify-content:center;order:2}.pagination-info{text-align:center;order:1}.total-count{order:3;text-align:center}.report-filters-content{padding:16px;gap:12px}.report-filters-panel{max-height:350px}}@media(max-width:480px){.report-title-bar h1{font-size:18px}.report-actions button{font-size:11px;padding:4px 8px;min-width:60px}.summary-card p{font-size:16px}.summary-card .doc-count,.summary-card .return-count{font-size:20px}.data-table{font-size:10px}.data-table thead th,.data-table tbody td{padding:4px 3px}.doc-header{font-size:10px;padding:8px 10px!important;display:flex;flex-wrap:wrap;gap:4px}.doc-info{display:flex;flex-wrap:wrap;gap:8px}.sys-pdf-preview-header{padding:10px 16px;flex-wrap:wrap;gap:8px}.sys-pdf-preview-header h3{font-size:14px}.sys-pdf-actions{flex-wrap:wrap}.sys-pdf-btn{font-size:11px;padding:4px 10px}.sys-pdf-preview-content{padding:10px}}@media print{.report-filters-panel,.report-actions,.pagination-container,.sys-pdf-preview-panel,.report-preview-btn,.report-print-btn,.report-refresh-btn,.report-export-btn{display:none!important}.purchase-return-details-report{height:auto!important;background:#fff!important;overflow:visible!important}.report-body{padding:0!important;gap:0!important;overflow:visible!important}.report-results-panel{overflow:visible!important;flex:none!important}.results-container{box-shadow:none!important;height:auto!important;border-radius:0!important}.report-title-bar{box-shadow:none!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important}.report-title-bar h1{font-size:18px!important}.summary-cards{break-inside:avoid!important;page-break-inside:avoid!important;background:#f8fafc!important}.doc-header-row,.doc-subtotal-row,.grand-total-row{break-inside:avoid!important;page-break-inside:avoid!important}.data-table{font-size:10px!important}.data-table thead th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important}.data-table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important}.doc-header{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background-color:#2c3e50!important;color:#fff!important}.doc-subtotal-row{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background-color:#fef3c7!important}.grand-total-row{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background-color:#dcfce7!important}.summary-card.highlight{background:#eff6ff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.details-table-container{overflow:visible!important;flex:none!important}.sys-pdf-preview-content{padding:0!important;background:#fff!important}}.grn-details-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.summary-card .grn-count{font-size:28px;font-weight:700;color:#2c7da0}.grn-details-table thead th:nth-child(1){width:14%}.grn-details-table thead th:nth-child(2){width:22%}.grn-details-table thead th:nth-child(3){width:8%}.grn-details-table thead th:nth-child(4){width:10%}.grn-details-table thead th:nth-child(5){width:10%}.grn-details-table thead th:nth-child(6){width:12%}.grn-details-table thead th:nth-child(7){width:14%}.grn-details-table thead th:nth-child(8){width:12%}.grn-details-table thead th:nth-child(9){width:8%}.grn-header-row td{padding:0!important}.grn-header{padding:12px 16px!important;color:#fff;font-size:13px;background-color:#2c3e50;border-radius:4px}.grn-header strong{font-weight:600;color:#f59e0b}.grn-subtotal-row{background-color:#fef3c7;border-top:1px solid #f59e0b;border-bottom:2px solid #f59e0b}.grn-subtotal-row td{padding:10px 8px;font-weight:700;color:#b45309}@media(max-width:768px){.report-title-bar{flex-direction:column;align-items:flex-start;padding:16px}.report-title-bar h1{font-size:20px}.report-actions{width:100%}.report-actions button{flex:1;font-size:12px;padding:6px 10px}.summary-cards{grid-template-columns:1fr 1fr;gap:12px;padding:16px}.summary-card p{font-size:18px}.summary-card .grn-count{font-size:22px}.data-table{font-size:11px}.data-table thead th,.data-table tbody td{padding:6px 4px}.grn-header{font-size:11px;padding:10px 12px!important;flex-wrap:wrap;gap:4px}.pagination-container{flex-direction:column;align-items:stretch;gap:8px;padding:12px 16px}.pagination-controls{justify-content:center;order:2}.pagination-info{text-align:center;order:1}.date-range-container{flex-direction:column;gap:8px}.preset-btn{width:100%;justify-content:center}.report-filters-content{padding:16px;gap:12px}.report-filters-panel{max-height:350px}.grn-details-table thead th:nth-child(2),.grn-details-table thead th:nth-child(7){min-width:80px}}@media(max-width:480px){.report-title-bar h1{font-size:18px}.report-actions button{font-size:11px;padding:4px 8px;min-width:60px}.summary-cards{grid-template-columns:1fr;gap:8px;padding:12px}.summary-card{padding:12px}.summary-card p{font-size:16px}.summary-card .grn-count{font-size:20px}.data-table{font-size:10px}.data-table thead th,.data-table tbody td{padding:4px 3px}.grn-header{font-size:10px;padding:8px 10px!important;display:flex;flex-wrap:wrap;gap:4px}.grn-header strong{font-size:10px}.grn-details-table thead th:nth-child(1),.grn-details-table thead th:nth-child(3),.grn-details-table thead th:nth-child(4),.grn-details-table thead th:nth-child(5),.grn-details-table thead th:nth-child(7),.grn-details-table thead th:nth-child(8),.grn-details-table thead th:nth-child(9){min-width:50px}.grn-details-table thead th:nth-child(2),.grn-details-table thead th:nth-child(6){min-width:70px}.sys-pdf-preview-header{padding:10px 16px;flex-wrap:wrap;gap:8px}.sys-pdf-preview-header h3{font-size:14px}.sys-pdf-actions{flex-wrap:wrap}.sys-pdf-btn{font-size:11px;padding:4px 10px}.sys-pdf-preview-content{padding:10px}}@media print{.report-filters-panel,.report-actions,.pagination-container,.sys-pdf-preview-panel,.report-preview-btn,.report-print-btn,.report-refresh-btn,.report-export-btn{display:none!important}.grn-details-report{height:auto!important;background:#fff!important;overflow:visible!important}.report-body{padding:0!important;gap:0!important;overflow:visible!important}.report-results-panel{overflow:visible!important;flex:none!important}.results-container{box-shadow:none!important;height:auto!important;border-radius:0!important}.report-title-bar{box-shadow:none!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important}.report-title-bar h1{font-size:18px!important}.summary-cards{break-inside:avoid!important;page-break-inside:avoid!important;background:#fff!important;border-bottom:1px solid #ddd!important}.grn-header-row,.grn-subtotal-row,.grand-total-row{break-inside:avoid!important;page-break-inside:avoid!important}.data-table{font-size:10px!important}.data-table thead th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important}.data-table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important}.grn-header{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background-color:#2c3e50!important;color:#fff!important}.grn-subtotal-row{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background-color:#fef3c7!important}.grand-total-row{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background-color:#dcfce7!important}.summary-card.highlight{background:#eff6ff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.data-table-container,.details-table-container{overflow:visible!important;flex:none!important}.sys-pdf-preview-content{padding:0!important;background:#fff!important}}.pending-grn-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.supplier-search-wrapper,.supplier-search-input-wrapper{position:relative;width:100%}.supplier-search-input{width:100%;height:55px;padding:14px 32px 14px 16px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;line-height:1.5;background-color:#fff;transition:all .2s ease;outline:none}.supplier-search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.supplier-search-input:disabled{background-color:#f1f5f9;cursor:not-allowed;color:#94a3b8}.supplier-search-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.supplier-search-clear-btn{position:absolute;right:32px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;font-size:18px;color:#94a3b8;padding:0 4px;display:flex;align-items:center;justify-content:center;z-index:1}.supplier-search-clear-btn:hover{color:#64748b}.supplier-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 4px 12px #00000026;z-index:1000;max-height:250px;overflow-y:auto}.supplier-dropdown-loading{padding:10px 12px;color:#64748b;font-size:13px;text-align:center}.supplier-dropdown-item{padding:8px 12px;cursor:pointer;font-size:13px;border-bottom:1px solid #f1f5f9;transition:background-color .2s}.supplier-dropdown-item:last-child{border-bottom:none}.supplier-dropdown-item:hover,.supplier-dropdown-item.active{background-color:#f1f5f9}.summary-card .pending-count{font-size:28px;font-weight:700;color:#d97706}.pending-grn-table thead th:nth-child(1){width:8%}.pending-grn-table thead th:nth-child(2){width:7%}.pending-grn-table thead th:nth-child(3){width:7%}.pending-grn-table thead th:nth-child(4){width:10%}.pending-grn-table thead th:nth-child(5){width:8%}.pending-grn-table thead th:nth-child(6){width:12%}.pending-grn-table thead th:nth-child(7){width:8%}.pending-grn-table thead th:nth-child(8){width:12%}.pending-grn-table thead th:nth-child(9){width:7%}.pending-grn-table thead th:nth-child(10){width:7%}.pending-grn-table thead th:nth-child(11){width:7%}.pending-grn-table thead th:nth-child(12){width:7%}.pending-qty,.pending-grn-table .pending-qty{color:#d97706;font-weight:600}.pending-grn-table tbody tr:hover .pending-qty{color:#b45309}@media(max-width:768px){.report-title-bar{flex-direction:column;align-items:flex-start;padding:16px}.report-title-bar h1{font-size:20px}.report-actions{width:100%}.report-actions button{flex:1;font-size:12px;padding:6px 10px}.summary-cards{grid-template-columns:1fr 1fr;gap:12px;padding:16px}.summary-card p{font-size:18px}.summary-card .pending-count{font-size:22px}.data-table{font-size:10px}.data-table thead th,.data-table tbody td{padding:4px 3px}.pagination-container{flex-direction:column;align-items:stretch;gap:8px;padding:12px 16px}.pagination-controls{justify-content:center;order:2}.pagination-info{text-align:center;order:1}.date-range-container{flex-direction:column;gap:8px}.preset-btn{width:100%;justify-content:center}.report-filters-content{padding:16px;gap:12px}.report-filters-panel{max-height:350px}.pending-grn-table thead th:nth-child(1),.pending-grn-table thead th:nth-child(2),.pending-grn-table thead th:nth-child(3),.pending-grn-table thead th:nth-child(5){min-width:60px}.pending-grn-table thead th:nth-child(4),.pending-grn-table thead th:nth-child(6),.pending-grn-table thead th:nth-child(7),.pending-grn-table thead th:nth-child(8){min-width:80px}}@media(max-width:480px){.report-title-bar h1{font-size:18px}.report-actions button{font-size:11px;padding:4px 8px;min-width:60px}.summary-cards{grid-template-columns:1fr;gap:8px;padding:12px}.summary-card{padding:12px}.summary-card p{font-size:16px}.summary-card .pending-count{font-size:20px}.data-table{font-size:9px}.data-table thead th,.data-table tbody td{padding:3px 2px}.pending-grn-table thead th:nth-child(1),.pending-grn-table thead th:nth-child(2),.pending-grn-table thead th:nth-child(3),.pending-grn-table thead th:nth-child(5){min-width:50px}.pending-grn-table thead th:nth-child(4),.pending-grn-table thead th:nth-child(6),.pending-grn-table thead th:nth-child(7),.pending-grn-table thead th:nth-child(8){min-width:70px}.pending-grn-table thead th:nth-child(9),.pending-grn-table thead th:nth-child(10),.pending-grn-table thead th:nth-child(11),.pending-grn-table thead th:nth-child(12){min-width:50px}.sys-pdf-preview-header{padding:10px 16px;flex-wrap:wrap;gap:8px}.sys-pdf-preview-header h3{font-size:14px}.sys-pdf-actions{flex-wrap:wrap}.sys-pdf-btn{font-size:11px;padding:4px 10px}.sys-pdf-preview-content{padding:10px}}@media print{.report-filters-panel,.report-actions,.pagination-container,.sys-pdf-preview-panel,.report-preview-btn,.report-print-btn,.report-refresh-btn,.report-export-btn{display:none!important}.pending-grn-report{height:auto!important;background:#fff!important;overflow:visible!important}.report-body{padding:0!important;gap:0!important;overflow:visible!important}.report-results-panel{overflow:visible!important;flex:none!important}.results-container{box-shadow:none!important;height:auto!important;border-radius:0!important}.report-title-bar{box-shadow:none!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important}.report-title-bar h1{font-size:18px!important}.summary-cards{break-inside:avoid!important;page-break-inside:avoid!important;background:#fff!important;border-bottom:1px solid #ddd!important}.data-table{font-size:8px!important}.data-table thead th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important}.data-table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important}.summary-footer{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.pending-qty{color:#d97706!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.summary-card.highlight{background:#fef3c7!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.data-table-container{overflow:visible!important;flex:none!important}.sys-pdf-preview-content{padding:0!important;background:#fff!important}}.delivery-note-details-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.summary-card.highlight{background:#eff6ff;border-color:#3b82f6}.summary-card.highlight p{color:#1e40af}.summary-card .dnote-count{font-size:28px;font-weight:700;color:#2c7da0}.dnote-details-table thead th:nth-child(1){width:15%}.dnote-details-table thead th:nth-child(2){width:35%}.dnote-details-table thead th:nth-child(3){width:10%}.dnote-details-table thead th:nth-child(4){width:15%}.dnote-details-table thead th:nth-child(5){width:25%}.dnote-header-row td{padding:0!important}.dnote-header{padding:12px 16px!important;color:#fff;font-size:12px;background-color:#2c3e50;border-radius:4px;line-height:1.6}.dnote-header strong{font-weight:600;color:#f59e0b}.dnote-subtotal-row{background-color:#fef3c7;border-top:1px solid #f59e0b;border-bottom:2px solid #f59e0b}.dnote-subtotal-row td{padding:10px 8px;font-weight:700;color:#b45309}@media(max-width:768px){.report-title-bar{flex-direction:column;align-items:flex-start;padding:16px}.report-title-bar h1{font-size:20px}.report-actions{width:100%}.report-actions button{flex:1;font-size:12px;padding:6px 10px}.summary-cards{grid-template-columns:1fr 1fr;gap:12px;padding:16px}.summary-card p{font-size:18px}.summary-card .dnote-count{font-size:22px}.data-table{font-size:10px}.data-table thead th,.data-table tbody td{padding:4px 3px}.dnote-header{font-size:10px;padding:8px 10px!important;display:flex;flex-wrap:wrap;gap:4px}.pagination-container{flex-direction:column;align-items:stretch;gap:8px;padding:12px 16px}.pagination-controls{justify-content:center;order:2}.pagination-info{text-align:center;order:1}.date-range-container{flex-direction:column;gap:8px}.preset-btn{width:100%;justify-content:center}.report-filters-content{padding:16px;gap:12px}.report-filters-panel{max-height:350px}.dnote-details-table thead th:nth-child(2){min-width:80px}}@media(max-width:480px){.report-title-bar h1{font-size:18px}.report-actions button{font-size:11px;padding:4px 8px;min-width:60px}.summary-cards{grid-template-columns:1fr;gap:8px;padding:12px}.summary-card{padding:12px}.summary-card p{font-size:16px}.summary-card .dnote-count{font-size:20px}.data-table{font-size:9px}.data-table thead th,.data-table tbody td{padding:3px 2px}.dnote-header{font-size:9px;padding:6px 8px!important;display:flex;flex-wrap:wrap;gap:3px}.dnote-header strong{font-size:9px}.dnote-details-table thead th:nth-child(1),.dnote-details-table thead th:nth-child(3),.dnote-details-table thead th:nth-child(4),.dnote-details-table thead th:nth-child(5){min-width:50px}.dnote-details-table thead th:nth-child(2){min-width:70px}.sys-pdf-preview-header{padding:10px 16px;flex-wrap:wrap;gap:8px}.sys-pdf-preview-header h3{font-size:14px}.sys-pdf-actions{flex-wrap:wrap}.sys-pdf-btn{font-size:11px;padding:4px 10px}.sys-pdf-preview-content{padding:10px}}@media print{.report-filters-panel,.report-actions,.pagination-container,.sys-pdf-preview-panel,.report-preview-btn,.report-print-btn,.report-refresh-btn,.report-export-btn{display:none!important}.delivery-note-details-report{height:auto!important;background:#fff!important;overflow:visible!important}.report-body{padding:0!important;gap:0!important;overflow:visible!important}.report-results-panel{overflow:visible!important;flex:none!important}.results-container{box-shadow:none!important;height:auto!important;border-radius:0!important}.report-title-bar{box-shadow:none!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important}.report-title-bar h1{font-size:18px!important}.summary-cards{break-inside:avoid!important;page-break-inside:avoid!important;background:#fff!important;border-bottom:1px solid #ddd!important}.dnote-header-row,.dnote-subtotal-row,.grand-total-row{break-inside:avoid!important;page-break-inside:avoid!important}.data-table{font-size:8px!important}.data-table thead th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important}.data-table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important}.dnote-header{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background-color:#2c3e50!important;color:#fff!important}.dnote-subtotal-row{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background-color:#fef3c7!important}.grand-total-row{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background-color:#dcfce7!important}.summary-card.highlight{background:#eff6ff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.data-table-container{overflow:visible!important;flex:none!important}.sys-pdf-preview-content{padding:0!important;background:#fff!important}}.pending-delivery-note-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.report-title-bar{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;flex-shrink:0;z-index:5}.report-title-bar h1{font-size:24px;font-weight:600;color:#1e293b;margin:0}.report-actions{display:flex;gap:12px}.report-preview-btn,.report-print-btn,.report-refresh-btn,.report-export-btn{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:none;display:flex;align-items:center;gap:6px}.report-preview-btn{background:#8b5cf6;color:#fff}.report-preview-btn:hover:not(:disabled){background:#7c3aed;transform:translateY(-1px);box-shadow:0 4px 12px #8b5cf666}.report-print-btn{background:#f59e0b;color:#fff}.report-print-btn:hover:not(:disabled){background:#d97706;transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b66}.report-refresh-btn{background:#3b82f6;color:#fff}.report-refresh-btn:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.report-export-btn{background:#10b981;color:#fff}.report-export-btn:hover:not(:disabled){background:#059669;transform:translateY(-1px);box-shadow:0 4px 12px #10b98166}.report-preview-btn:disabled,.report-print-btn:disabled,.report-refresh-btn:disabled,.report-export-btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important;box-shadow:none!important}.report-body{display:flex;flex:1;overflow:hidden;padding:20px;gap:20px}.report-filters-panel{width:360px;flex-shrink:0;overflow-y:auto}.report-filters{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.report-filters-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.report-filters-header h3{display:flex;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:600;color:#1e293b}.clear-filters-btn{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#ef4444;color:#fff;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:background .2s}.clear-filters-btn:hover{background:#dc2626}.report-filters-content{padding:20px;display:flex;flex-direction:column;gap:16px}.filter-section{display:flex;flex-direction:column;gap:6px}.filter-section.required .filter-label{color:#dc2626}.filter-label{font-size:13px;font-weight:500;color:#475569}.required-star{color:#ef4444;margin-left:2px}.filter-hint{font-size:11px;color:#94a3b8;margin-top:4px}.date-range-container{display:flex;gap:12px;align-items:flex-start}.date-field{flex:1}.preset-dropdown{position:relative}.preset-btn{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;cursor:pointer;white-space:nowrap;transition:all .2s}.preset-btn:hover{background:#e2e8f0}.preset-menu{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;min-width:140px;overflow:hidden}.preset-item{display:block;width:100%;padding:8px 12px;text-align:left;background:none;border:none;cursor:pointer;font-size:13px;transition:background .2s}.preset-item:hover{background:#f1f5f9}.report-filters select,.report-filter-field select,.report-date-field select{width:100%;padding:8px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;background:#fff;cursor:pointer;transition:all .2s}.report-filters select:focus,.report-filter-field select:focus,.report-date-field select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.report-filters select:disabled,.report-filter-field select:disabled,.report-date-field select:disabled{background-color:#f1f5f9;cursor:not-allowed}.customer-search-wrapper,.customer-search-input-wrapper{position:relative;width:100%}.customer-search-input{width:100%;height:55px;padding:14px 32px 14px 16px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;line-height:1.5;background-color:#fff;transition:all .2s ease;outline:none}.customer-search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.customer-search-input:disabled{background-color:#f1f5f9;cursor:not-allowed;color:#94a3b8}.customer-search-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.customer-search-clear-btn{position:absolute;right:32px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;font-size:18px;color:#94a3b8;padding:0 4px;display:flex;align-items:center;justify-content:center;z-index:1}.customer-search-clear-btn:hover{color:#64748b}.customer-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 4px 12px #00000026;z-index:1000;max-height:250px;overflow-y:auto}.customer-dropdown-loading{padding:10px 12px;color:#64748b;font-size:13px;text-align:center}.customer-dropdown-item{padding:8px 12px;cursor:pointer;font-size:13px;border-bottom:1px solid #f1f5f9;transition:background-color .2s}.customer-dropdown-item:last-child{border-bottom:none}.customer-dropdown-item:hover,.customer-dropdown-item.active{background-color:#f1f5f9}.active-filters{padding:12px 20px;border-top:1px solid #e2e8f0;background:#fefce8}.active-filters-label{font-size:12px;font-weight:500;color:#854d0e;margin-bottom:8px}.active-filters-list{display:flex;flex-wrap:wrap;gap:8px}.filter-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;background:#fef3c7;color:#92400e;border-radius:4px;font-size:11px}.filter-tag button{background:none;border:none;cursor:pointer;font-size:14px;padding:0 2px;color:#92400e}.filter-tag button:hover{color:#dc2626}.filter-actions{margin-top:20px;padding-top:15px;border-top:1px solid #e2e8f0}.apply-filters-btn{width:100%;padding:10px 16px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.apply-filters-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.apply-filters-btn:disabled{opacity:.6;cursor:not-allowed}.report-results-panel{flex:1;overflow-y:auto;display:flex;flex-direction:column}.results-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden;display:flex;flex-direction:column;height:100%}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#64748b}.spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.no-data-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#64748b}.no-data-container p{font-size:16px;margin:0}.empty-hint{font-size:12px;margin-top:8px;color:#94a3b8}.summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;padding:20px;background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-shrink:0}.summary-card{padding:16px;background:#fff;border-radius:8px;border:1px solid #e2e8f0;text-align:center;transition:transform .2s,box-shadow .2s}.summary-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.summary-card.highlight{background:#fef3c7;border-color:#f59e0b}.summary-card.highlight p{color:#92400e}.summary-card h4{font-size:12px;color:#64748b;margin-bottom:8px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.summary-card p{font-size:24px;font-weight:700;color:#1e293b;margin:0}.summary-card .pending-dn-count{font-size:28px;font-weight:700;color:#d97706}.summary-card small{font-size:11px;color:#666;display:block;margin-top:5px}.pending-dn-table thead th:nth-child(1){width:6%}.pending-dn-table thead th:nth-child(2){width:6%}.pending-dn-table thead th:nth-child(3){width:6%}.pending-dn-table thead th:nth-child(4){width:8%}.pending-dn-table thead th:nth-child(5){width:6%}.pending-dn-table thead th:nth-child(6){width:7%}.pending-dn-table thead th:nth-child(7){width:10%}.pending-dn-table thead th:nth-child(8){width:7%}.pending-dn-table thead th:nth-child(9){width:7%}.pending-dn-table thead th:nth-child(10){width:10%}.pending-dn-table thead th:nth-child(11){width:7%}.pending-dn-table thead th:nth-child(12){width:7%}.pending-dn-table thead th:nth-child(13){width:7%}.pending-dn-table thead th:nth-child(14){width:6%}.pending-qty,.pending-dn-table .pending-qty{color:#d97706;font-weight:600}.pending-dn-table tbody tr:hover .pending-qty{color:#b45309}.data-table-container,.details-table-container{flex:1;overflow:auto;position:relative}.data-table{width:100%;border-collapse:collapse;font-size:13px}.data-table thead{position:sticky;top:0;z-index:10}.data-table thead th{padding:12px 8px;background:#f8fafc;color:#1e293b;text-align:left;font-weight:600;border-bottom:2px solid #e2e8f0;white-space:nowrap}.data-table thead th:hover{background:#f1f5f9;cursor:pointer}.data-table thead th.text-right,.data-table tbody td.text-right{text-align:right}.data-table tbody tr{transition:background-color .2s}.data-table tbody tr:hover{background-color:#f8fafc}.data-table tbody td{padding:10px 8px;border-bottom:1px solid #e2e8f0;vertical-align:middle}.data-table tfoot{background:#fff;border-top:1px solid #e2e8f0}.data-table tfoot td{padding:12px 8px;font-weight:700}.summary-footer{background-color:#f1f5f9;border-top:2px solid #3b82f6;font-weight:700}.summary-footer td{padding:10px 8px}.summary-footer .pending-qty{color:#d97706;font-weight:700}.pagination-container{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#f8fafc;border-top:1px solid #e2e8f0;flex-shrink:0;flex-wrap:wrap;gap:12px}.pagination-info{font-size:13px;color:#475569}.pagination-controls{display:flex;align-items:center;gap:12px}.pagination-controls button{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;font-size:13px;transition:all .2s}.pagination-controls button:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.pagination-controls button:disabled{opacity:.5;cursor:not-allowed}.page-info{font-size:13px;color:#475569}.sys-pdf-preview-panel{position:fixed;inset:0;background-color:#00000080;z-index:9999;display:flex;flex-direction:column}.sys-pdf-preview-header{background-color:#fff;padding:15px 20px;border-bottom:1px solid #ddd;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 5px #0000001a}.sys-pdf-preview-header h3{margin:0;color:#1e293b}.sys-close-preview-btn{background:none;border:none;font-size:28px;cursor:pointer;color:#999;transition:color .2s;padding:0 8px;line-height:1}.sys-close-preview-btn:hover{color:#ef4444}.sys-pdf-preview-content{flex:1;background-color:#f5f5f5;padding:20px;overflow:auto}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media(max-width:1200px){.report-body{flex-direction:column;padding:16px;gap:16px}.report-filters-panel{width:100%;max-height:400px}.summary-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.report-title-bar{flex-direction:column;align-items:flex-start;padding:16px}.report-title-bar h1{font-size:20px}.report-actions{width:100%}.report-actions button{flex:1;font-size:12px;padding:6px 10px}.summary-cards{grid-template-columns:1fr 1fr;gap:12px;padding:16px}.summary-card p{font-size:18px}.summary-card .pending-dn-count{font-size:22px}.data-table{font-size:10px}.data-table thead th,.data-table tbody td{padding:4px 3px}.pagination-container{flex-direction:column;align-items:stretch;gap:8px;padding:12px 16px}.pagination-controls{justify-content:center;order:2}.pagination-info{text-align:center;order:1}.date-range-container{flex-direction:column;gap:8px}.preset-btn{width:100%;justify-content:center}.report-filters-content{padding:16px;gap:12px}.report-filters-panel{max-height:350px}.pending-dn-table thead th:nth-child(1),.pending-dn-table thead th:nth-child(2),.pending-dn-table thead th:nth-child(3),.pending-dn-table thead th:nth-child(5),.pending-dn-table thead th:nth-child(6),.pending-dn-table thead th:nth-child(8),.pending-dn-table thead th:nth-child(9){min-width:50px}.pending-dn-table thead th:nth-child(4),.pending-dn-table thead th:nth-child(7),.pending-dn-table thead th:nth-child(10){min-width:70px}}@media(max-width:480px){.report-title-bar h1{font-size:18px}.report-actions button{font-size:11px;padding:4px 8px;min-width:60px}.summary-cards{grid-template-columns:1fr;gap:8px;padding:12px}.summary-card{padding:12px}.summary-card p{font-size:16px}.summary-card .pending-dn-count{font-size:20px}.data-table{font-size:9px}.data-table thead th,.data-table tbody td{padding:3px 2px}.pending-dn-table thead th:nth-child(1),.pending-dn-table thead th:nth-child(2),.pending-dn-table thead th:nth-child(3),.pending-dn-table thead th:nth-child(5),.pending-dn-table thead th:nth-child(6),.pending-dn-table thead th:nth-child(8),.pending-dn-table thead th:nth-child(9){min-width:40px}.pending-dn-table thead th:nth-child(4),.pending-dn-table thead th:nth-child(7),.pending-dn-table thead th:nth-child(10){min-width:60px}.pending-dn-table thead th:nth-child(11),.pending-dn-table thead th:nth-child(12),.pending-dn-table thead th:nth-child(13),.pending-dn-table thead th:nth-child(14){min-width:50px}.sys-pdf-preview-header{padding:10px 16px;flex-wrap:wrap;gap:8px}.sys-pdf-preview-header h3{font-size:14px}.sys-pdf-actions{flex-wrap:wrap}.sys-pdf-btn{font-size:11px;padding:4px 10px}.sys-pdf-preview-content{padding:10px}.sys-pdf-preview-header-bar{flex-wrap:wrap;gap:8px;padding:8px 12px}.sys-pdf-preview-header-bar h3{font-size:14px}}@media print{.report-filters-panel,.report-actions,.pagination-container,.sys-pdf-preview-panel,.report-preview-btn,.report-print-btn,.report-refresh-btn,.report-export-btn{display:none!important}.pending-delivery-note-report{height:auto!important;background:#fff!important;overflow:visible!important}.report-body{padding:0!important;gap:0!important;overflow:visible!important}.report-results-panel{overflow:visible!important;flex:none!important}.results-container{box-shadow:none!important;height:auto!important;border-radius:0!important}.report-title-bar{box-shadow:none!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important}.report-title-bar h1{font-size:18px!important}.summary-cards{break-inside:avoid!important;page-break-inside:avoid!important;background:#fff!important;border-bottom:1px solid #ddd!important}.data-table{font-size:8px!important}.data-table thead th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important}.data-table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important}.summary-footer{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.pending-qty{color:#d97706!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.summary-card.highlight{background:#fef3c7!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.data-table-container{overflow:visible!important;flex:none!important}.sys-pdf-preview-content{padding:0!important;background:#fff!important}}.stock-transfer-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.transfer-count{font-size:28px;font-weight:700;color:#2c7da0}.transfer-header-row td{padding:0!important}.transfer-header{padding:12px 16px!important;color:#fff;font-size:11px;background-color:#2c3e50;border-radius:4px;line-height:1.6}.transfer-header strong{font-weight:600;color:#f59e0b}.transfer-subtotal-row{background-color:#fef3c7;border-top:1px solid #f59e0b;border-bottom:2px solid #f59e0b}.transfer-subtotal-row td{padding:10px 8px;font-weight:700;color:#b45309}.transfer-details-table thead th:nth-child(1){width:15%}.transfer-details-table thead th:nth-child(2){width:35%}.transfer-details-table thead th:nth-child(3){width:10%}.transfer-details-table thead th:nth-child(4){width:15%}.transfer-details-table thead th:nth-child(5){width:25%}@media(max-width:992px){.report-title-bar{flex-wrap:wrap;gap:12px}.report-actions{flex-wrap:wrap}.report-actions button{flex:1;min-width:80px;justify-content:center}.filter-group{flex-direction:column;gap:8px}}@media(max-width:768px){.report-title-bar{flex-direction:column;align-items:flex-start;padding:16px}.report-title-bar h1{font-size:20px}.report-actions{width:100%}.report-actions button{flex:1;font-size:12px;padding:6px 10px}.summary-cards{grid-template-columns:1fr 1fr;gap:12px;padding:16px}.summary-card p{font-size:18px}.data-table{font-size:10px}.data-table thead th,.data-table tbody td{padding:4px 3px}.transfer-header{font-size:9px;padding:8px 10px!important;display:flex;flex-wrap:wrap;gap:4px}.pagination-container{flex-direction:column;align-items:stretch;gap:8px;padding:12px 16px}.pagination-controls{justify-content:center;order:2}.pagination-info{text-align:center;order:1}.date-range-container{flex-direction:column;gap:8px}.preset-btn{width:100%;justify-content:center}.report-filters-content{padding:16px;gap:12px}.report-filters-panel{max-height:350px}.filter-group{flex-direction:column;gap:8px}.transfer-details-table thead th:nth-child(2){min-width:80px}}@media(max-width:480px){.report-title-bar h1{font-size:18px}.report-actions button{font-size:11px;padding:4px 8px;min-width:60px}.summary-cards{grid-template-columns:1fr;gap:8px;padding:12px}.summary-card{padding:12px}.summary-card p{font-size:16px}.summary-card .transfer-count{font-size:22px}.data-table{font-size:9px}.data-table thead th,.data-table tbody td{padding:3px 2px}.transfer-header{font-size:8px;padding:6px 8px!important;display:flex;flex-wrap:wrap;gap:3px}.transfer-header strong{font-size:8px}.transfer-details-table thead th:nth-child(1),.transfer-details-table thead th:nth-child(3),.transfer-details-table thead th:nth-child(4),.transfer-details-table thead th:nth-child(5){min-width:50px}.transfer-details-table thead th:nth-child(2){min-width:70px}.sys-pdf-preview-header{padding:10px 16px;flex-wrap:wrap;gap:8px}.sys-pdf-preview-header h3{font-size:14px}.sys-pdf-actions{flex-wrap:wrap}.sys-pdf-btn{font-size:11px;padding:4px 10px}.sys-pdf-preview-content{padding:10px}.sys-pdf-preview-header-bar{flex-wrap:wrap;gap:8px;padding:8px 12px}.sys-pdf-preview-header-bar h3{font-size:14px}}@media print{.report-filters-panel,.report-actions,.pagination-container,.sys-pdf-preview-panel,.report-preview-btn,.report-print-btn,.report-refresh-btn,.report-export-btn{display:none!important}.stock-transfer-report,.sys-main-container{height:auto!important;background:#fff!important;overflow:visible!important}.report-body{padding:0!important;gap:0!important;overflow:visible!important}.report-results-panel{overflow:visible!important;flex:none!important}.results-container{box-shadow:none!important;height:auto!important;border-radius:0!important}.report-title-bar{box-shadow:none!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important}.report-title-bar h1{font-size:18px!important}.summary-cards{break-inside:avoid!important;page-break-inside:avoid!important;background:#fff!important;border-bottom:1px solid #ddd!important}.transfer-header-row,.transfer-subtotal-row,.grand-total-row{break-inside:avoid!important;page-break-inside:avoid!important}.data-table{font-size:8px!important}.data-table thead th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important}.data-table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important}.transfer-header{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background-color:#2c3e50!important;color:#fff!important}.transfer-subtotal-row{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background-color:#fef3c7!important}.grand-total-row{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background-color:#dcfce7!important}.summary-card.highlight{background:#eff6ff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.data-table-container{overflow:visible!important;flex:none!important}.sys-pdf-preview-content{padding:0!important;background:#fff!important}}.item-list-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.item-code{font-weight:600;color:#1e40af;font-family:Courier New,monospace;font-size:12px}.status-badge{display:inline-block;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:500;text-transform:capitalize}.status-badge.active{background:#dcfce7;color:#166534}.status-badge.inactive{background:#fef2f2;color:#991b1b}.status-badge.pending{background:#fef3c7;color:#92400e}.status-badge.discontinued{background:#f1f5f9;color:#475569}.image-indicator{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;font-size:12px;font-weight:700}.image-indicator.has-image{background:#dcfce7;color:#166534}.image-indicator.no-image{background:#f1f5f9;color:#94a3b8}.item-list-table thead th:nth-child(1){width:8%}.item-list-table thead th:nth-child(2){width:10%}.item-list-table thead th:nth-child(3){width:8%}.item-list-table thead th:nth-child(4){width:7%}.item-list-table thead th:nth-child(5){width:7%}.item-list-table thead th:nth-child(6){width:6%}.item-list-table thead th:nth-child(7){width:5%}.item-list-table thead th:nth-child(8){width:7%}.item-list-table thead th:nth-child(9){width:6%}.item-list-table thead th:nth-child(10){width:7%}.item-list-table thead th:nth-child(11){width:7%}.item-list-table thead th:nth-child(12){width:8%}.item-list-table thead th:nth-child(13){width:5%}@media(max-width:1200px){.report-body{flex-direction:column}.report-filters-panel{width:100%;max-height:400px}}@media(max-width:992px){.report-title-bar{flex-wrap:wrap;gap:12px}.report-actions{flex-wrap:wrap}.report-actions button{flex:1;min-width:80px;justify-content:center}}@media(max-width:768px){.report-title-bar{flex-direction:column;align-items:flex-start;padding:16px}.report-title-bar h1{font-size:20px}.report-actions{width:100%}.report-actions button{flex:1;font-size:12px;padding:6px 10px}.data-table{font-size:10px}.data-table thead th,.data-table tbody td{padding:4px 3px}.pagination-container{flex-direction:column;align-items:stretch;gap:8px;padding:12px 16px}.pagination-controls{justify-content:center;order:2}.pagination-info{text-align:center;order:1}.report-filters-content{padding:16px;gap:12px}.report-filters-panel{max-height:350px}.item-list-table thead th:nth-child(1),.item-list-table thead th:nth-child(2),.item-list-table thead th:nth-child(3){min-width:60px}.item-list-table thead th:nth-child(4),.item-list-table thead th:nth-child(5),.item-list-table thead th:nth-child(6),.item-list-table thead th:nth-child(7),.item-list-table thead th:nth-child(8),.item-list-table thead th:nth-child(9),.item-list-table thead th:nth-child(10),.item-list-table thead th:nth-child(11),.item-list-table thead th:nth-child(12),.item-list-table thead th:nth-child(13){min-width:50px}.checkbox-section{flex-wrap:wrap}}@media(max-width:480px){.report-title-bar h1{font-size:18px}.report-actions button{font-size:11px;padding:4px 8px;min-width:60px}.summary-cards{grid-template-columns:1fr;gap:8px;padding:12px}.summary-card{padding:12px}.summary-card p{font-size:16px}.data-table{font-size:9px}.data-table thead th,.data-table tbody td{padding:3px 2px}.item-code{font-size:10px}.status-badge{font-size:9px;padding:1px 6px}.image-indicator{width:18px;height:18px;font-size:10px}.checkbox-label{font-size:12px}}@media print{.report-filters-panel,.report-actions,.pagination-container,.sys-pdf-preview-panel,.report-preview-btn,.report-print-btn,.report-refresh-btn,.report-export-btn{display:none!important}.item-list-report,.sys-main-container{height:auto!important;background:#fff!important;overflow:visible!important}.report-body{padding:0!important;gap:0!important;overflow:visible!important}.report-results-panel{overflow:visible!important;flex:none!important}.results-container{box-shadow:none!important;height:auto!important;border-radius:0!important}.report-title-bar{box-shadow:none!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important}.report-title-bar h1{font-size:18px!important}.summary-cards{break-inside:avoid!important;page-break-inside:avoid!important;background:#fff!important;border-bottom:1px solid #ddd!important}.data-table{font-size:8px!important}.data-table thead th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important}.data-table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important}.status-badge{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.status-badge.active{background:#dcfce7!important;color:#166534!important}.status-badge.inactive{background:#fef2f2!important;color:#991b1b!important}.status-badge.pending{background:#fef3c7!important;color:#92400e!important}.status-badge.discontinued{background:#f1f5f9!important;color:#475569!important}.image-indicator.has-image{background:#dcfce7!important;color:#166534!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.image-indicator.no-image{background:#f1f5f9!important;color:#94a3b8!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.data-table-container{overflow:visible!important;flex:none!important}.sys-pdf-preview-content{padding:0!important;background:#fff!important}}.sys-audit-info-bar{display:flex;align-items:center;gap:20px;padding:12px 16px;background:#f8f9fa;border-radius:6px;border:1px solid #e9ecef;margin-top:10px;flex-wrap:wrap}.sys-audit-info-item{display:flex;align-items:center;gap:8px}.sys-info-label{font-weight:600;color:#6c757d;font-size:14px}.sys-info-value{font-weight:600;color:#212529;font-size:14px}.sys-audit-info-divider{width:1px;height:24px;background:#dee2e6}.sys-status-badge{padding:4px 12px;border-radius:20px;font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:6px}.sys-status-badge.posted{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.sys-status-badge.pending{background:#fff3cd;color:#856404;border:1px solid #ffeaa7}.sys-posted-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 16px;background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border-radius:20px;font-weight:600;font-size:14px;box-shadow:0 2px 8px #28a7454d;animation:badgePulse 2s ease-in-out infinite}.sys-posted-badge-footer{display:inline-flex;align-items:center;gap:6px;padding:8px 20px;background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border-radius:20px;font-weight:600;font-size:15px;box-shadow:0 2px 12px #28a74566;animation:badgePulse 2s ease-in-out infinite}.sys-posted-badge .badge-icon,.sys-posted-badge-footer .badge-icon{font-size:18px}.sys-action-btn .btn-icon{margin-right:6px}.sys-total-row{display:flex;justify-content:flex-end;align-items:center;gap:12px;padding:8px 16px;background:#f8f9fa;border-radius:4px}.sys-total-label{font-weight:600;color:#495057}.sys-total-value{font-weight:700;color:#212529;font-size:16px}@keyframes badgePulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.stock-register-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.register-count{font-size:28px;font-weight:700;color:#2c7da0}.filter-group{display:flex;gap:12px}.filter-group .report-filter-field{flex:1}.summary-cards{display:flex;flex-wrap:wrap;gap:10px;padding:16px 20px;background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-shrink:0}.summary-card{flex:1;min-width:90px;padding:10px 14px;background:#fff;border-radius:6px;box-shadow:0 1px 3px #0000000f;border-left:3px solid #cbd5e1}.summary-card h4{font-size:10px;font-weight:600;color:#64748b;margin:0 0 3px;text-transform:uppercase;letter-spacing:.5px}.summary-card p{font-size:16px;font-weight:700;margin:0;color:#1e293b}.summary-card.highlight{border-left-color:#3b82f6;background:#eff6ff}.summary-card.highlight p{color:#2563eb}.summary-card .register-count{font-size:22px;font-weight:700;color:#2c7da0}.register-header-row td{padding:0!important}.register-header{padding:12px 16px!important;color:#fff;font-size:11px;background-color:#2c3e50;border-radius:4px;line-height:1.6}.register-header strong{font-weight:600;color:#f59e0b}.register-subtotal-row{background-color:#fef3c7;border-top:1px solid #f59e0b;border-bottom:2px solid #f59e0b}.register-subtotal-row td{padding:10px 8px;font-weight:700;color:#b45309}.grand-total-row{background-color:#dcfce7;border-top:2px solid #10b981}.grand-total-row td{padding:12px 8px;font-weight:700;color:#166534}.register-details-table thead th:nth-child(1){width:12%}.register-details-table thead th:nth-child(2){width:20%}.register-details-table thead th:nth-child(3){width:15%}.register-details-table thead th:nth-child(4){width:8%}.register-details-table thead th:nth-child(5){width:10%}.register-details-table thead th:nth-child(6){width:10%}.register-details-table thead th:nth-child(7){width:10%}.register-details-table thead th:nth-child(8){width:15%}.register-details-table.with-cost thead th:nth-child(1){width:10%}.register-details-table.with-cost thead th:nth-child(2){width:16%}.register-details-table.with-cost thead th:nth-child(3){width:12%}.register-details-table.with-cost thead th:nth-child(4){width:6%}.register-details-table.with-cost thead th:nth-child(5){width:8%}.register-details-table.with-cost thead th:nth-child(6){width:8%}.register-details-table.with-cost thead th:nth-child(7){width:8%}.register-details-table.with-cost thead th:nth-child(8){width:10%}.register-details-table.with-cost thead th:nth-child(9){width:8%}.register-details-table.with-cost thead th:nth-child(10){width:8%}.register-details-table.with-cost thead th:nth-child(11){width:8%}.register-details-table.with-cost thead th:nth-child(12){width:10%}.highlight-qty{font-weight:700;color:#e67e22}.highlight-value{font-weight:700;color:#2980b9}.item-code{font-family:Courier New,monospace;font-weight:600;color:#1e293b;font-size:12px}@media(max-width:1200px){.report-body{flex-direction:column}.report-filters-panel{width:100%;max-height:400px}.summary-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:992px){.report-title-bar{flex-wrap:wrap;gap:12px}.report-actions{flex-wrap:wrap}.report-actions button{flex:1;min-width:80px;justify-content:center}.filter-group{flex-direction:column;gap:8px}.register-details-table thead th:nth-child(2){min-width:80px}}@media(max-width:768px){.report-title-bar{flex-direction:column;align-items:flex-start;padding:16px}.report-title-bar h1{font-size:20px}.report-actions{width:100%}.report-actions button{flex:1;font-size:12px;padding:6px 10px}.summary-cards{grid-template-columns:1fr 1fr;gap:12px;padding:16px}.summary-card p{font-size:18px}.data-table{font-size:10px}.data-table thead th,.data-table tbody td{padding:4px 3px}.register-header{font-size:9px;padding:8px 10px!important;display:flex;flex-wrap:wrap;gap:4px}.pagination-container{flex-direction:column;align-items:stretch;gap:8px;padding:12px 16px}.pagination-controls{justify-content:center;order:2}.pagination-info{text-align:center;order:1}.date-range-container{flex-direction:column;gap:8px}.preset-btn{width:100%;justify-content:center}.report-filters-content{padding:16px;gap:12px}.report-filters-panel{max-height:350px}.filter-group{flex-direction:column;gap:8px}.register-details-table thead th:nth-child(2){min-width:80px}.register-details-table.with-cost thead th:nth-child(2){min-width:70px}}@media(max-width:480px){.report-title-bar h1{font-size:18px}.report-actions button{font-size:11px;padding:4px 8px;min-width:60px}.summary-cards{grid-template-columns:1fr;gap:8px;padding:12px}.summary-card{padding:12px}.summary-card p{font-size:16px}.summary-card .register-count{font-size:22px}.data-table{font-size:9px}.data-table thead th,.data-table tbody td{padding:3px 2px}.register-header{font-size:8px;padding:6px 8px!important;display:flex;flex-wrap:wrap;gap:3px}.register-header strong{font-size:8px}.register-details-table thead th:nth-child(1),.register-details-table thead th:nth-child(3),.register-details-table thead th:nth-child(4),.register-details-table thead th:nth-child(5),.register-details-table thead th:nth-child(6),.register-details-table thead th:nth-child(7){min-width:40px}.register-details-table thead th:nth-child(2){min-width:60px}.register-details-table.with-cost thead th:nth-child(8),.register-details-table.with-cost thead th:nth-child(9),.register-details-table.with-cost thead th:nth-child(10),.register-details-table.with-cost thead th:nth-child(11),.register-details-table.with-cost thead th:nth-child(12){min-width:50px}.sys-pdf-preview-header{padding:10px 16px;flex-wrap:wrap;gap:8px}.sys-pdf-preview-header h3{font-size:14px}.sys-pdf-actions{flex-wrap:wrap}.sys-pdf-btn{font-size:11px;padding:4px 10px}.sys-pdf-preview-content{padding:10px}.sys-pdf-preview-header-bar{flex-wrap:wrap;gap:8px;padding:8px 12px}.sys-pdf-preview-header-bar h3{font-size:14px}}@media print{.report-filters-panel,.report-actions,.pagination-container,.sys-pdf-preview-panel,.report-preview-btn,.report-print-btn,.report-refresh-btn,.report-export-btn{display:none!important}.stock-register-report,.sys-main-container{height:auto!important;background:#fff!important;overflow:visible!important}.report-body{padding:0!important;gap:0!important;overflow:visible!important}.report-results-panel{overflow:visible!important;flex:none!important}.results-container{box-shadow:none!important;height:auto!important;border-radius:0!important}.report-title-bar{box-shadow:none!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important}.report-title-bar h1{font-size:18px!important}.summary-cards{break-inside:avoid!important;page-break-inside:avoid!important;background:#fff!important;border-bottom:1px solid #ddd!important}.register-header-row,.register-subtotal-row,.grand-total-row{break-inside:avoid!important;page-break-inside:avoid!important}.data-table{font-size:8px!important}.data-table thead th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important}.data-table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important}.register-header{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background-color:#2c3e50!important;color:#fff!important}.register-subtotal-row{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background-color:#fef3c7!important}.grand-total-row{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background-color:#dcfce7!important}.summary-card.highlight{background:#eff6ff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.data-table-container{overflow:visible!important;flex:none!important}.sys-pdf-preview-content{padding:0!important;background:#fff!important}.data-table thead{display:table-header-group!important}.data-table tbody{display:table-row-group!important}.data-table tfoot{display:table-footer-group!important}.summary-cards{page-break-after:avoid!important}.data-table tbody tr{page-break-inside:avoid!important}.grand-total-row{page-break-before:avoid!important}.register-details-table.with-cost thead th{font-size:6px!important}}.item-movement-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.transaction-type{display:inline-block;padding:2px 10px;border-radius:12px;font-size:10px;font-weight:600;text-transform:uppercase}.transaction-type.in{background:#dcfce7;color:#166534}.transaction-type.out{background:#fee2e2;color:#991b1b}.transaction-type.opening{background:#e0e7ff;color:#3730a3}.transaction-type.transfer{background:#fef3c7;color:#92400e}.transaction-type.adjustment{background:#f3e8ff;color:#6b21a8}.transaction-type.return{background:#fce4ec;color:#880e4f}.in-qty{color:#22c55e;font-weight:600}.out-qty{color:#ef4444;font-weight:600}.balance-qty{font-weight:700;color:#1e293b}.balance-qty.positive{color:#22c55e}.balance-qty.negative{color:#ef4444}.balance-qty.zero{color:#94a3b8}.transaction-ref{font-family:Courier New,monospace;font-size:11px;color:#1e293b}.item-movement-table thead th:nth-child(1){width:10%}.item-movement-table thead th:nth-child(2){width:12%}.item-movement-table thead th:nth-child(3){width:12%}.item-movement-table thead th:nth-child(4){width:10%}.item-movement-table thead th:nth-child(5){width:10%}.item-movement-table thead th:nth-child(6){width:8%}.item-movement-table thead th:nth-child(7){width:8%}.item-movement-table thead th:nth-child(8){width:10%}.item-movement-table thead th:nth-child(9){width:6%}.item-movement-table thead th:nth-child(10){width:8%}.item-movement-table thead th:nth-child(11){width:10%}.opening-row{background-color:#f1f5f9;font-style:italic}.opening-row:hover{background-color:#e2e8f0}.grand-total-row{background:#1e293b!important;color:#fff;font-weight:700}.grand-total-row td{padding:8px 10px;border-top:2px solid #0f172a;font-size:12px}.grand-total-row strong{color:#fbbf24}@media(max-width:1200px){.item-movement-report .report-body{flex-direction:column}.item-movement-report .report-filters-panel{width:100%;max-height:400px}}@media(max-width:992px){.item-movement-report .report-title-bar{flex-wrap:wrap;gap:12px}.item-movement-report .report-actions{flex-wrap:wrap}.item-movement-report .report-actions button{flex:1;min-width:80px;justify-content:center}}@media(max-width:768px){.item-movement-report .report-title-bar{flex-direction:column;align-items:flex-start;padding:16px}.item-movement-report .report-title-bar h1{font-size:20px}.item-movement-report .report-actions{width:100%}.item-movement-report .report-actions button{flex:1;font-size:12px;padding:6px 10px}.item-movement-report .summary-cards{grid-template-columns:1fr 1fr;gap:10px;padding:12px 16px}.item-movement-report .summary-card p{font-size:14px}.item-movement-report .data-table{font-size:10px}.item-movement-report .data-table thead th,.item-movement-report .data-table tbody td{padding:4px 6px}.item-movement-report .data-table thead th{font-size:9px}.item-movement-report .table-body-scrollable{max-height:calc(100vh - 450px)}.item-movement-report .pagination-container{flex-direction:column;align-items:stretch;gap:8px;padding:12px 16px}.item-movement-report .pagination-controls{justify-content:center;order:2}.item-movement-report .pagination-info{text-align:center;order:1;font-size:11px}.item-movement-report .page-size-selector{justify-content:center;order:3;font-size:11px}.item-movement-report .report-filters-content{padding:16px;gap:12px}.item-movement-report .report-filters-panel{max-height:350px}.item-movement-report .transaction-type{font-size:9px;padding:1px 6px}.item-movement-report .transaction-ref{font-size:10px}.item-movement-table thead th:nth-child(1),.item-movement-table thead th:nth-child(2),.item-movement-table thead th:nth-child(3){min-width:60px}.item-movement-table thead th:nth-child(4),.item-movement-table thead th:nth-child(5),.item-movement-table thead th:nth-child(6),.item-movement-table thead th:nth-child(7),.item-movement-table thead th:nth-child(8),.item-movement-table thead th:nth-child(9),.item-movement-table thead th:nth-child(10),.item-movement-table thead th:nth-child(11){min-width:50px}}@media(max-width:480px){.item-movement-report .report-title-bar h1{font-size:18px}.item-movement-report .report-actions button{font-size:11px;padding:4px 8px;min-width:60px}.item-movement-report .summary-cards{grid-template-columns:1fr;gap:8px;padding:10px 12px}.item-movement-report .summary-card{padding:8px 12px}.item-movement-report .summary-card p{font-size:13px}.item-movement-report .data-table{font-size:9px}.item-movement-report .data-table thead th,.item-movement-report .data-table tbody td{padding:3px 4px;font-size:8px}.item-movement-report .data-table thead th{font-size:7px}.item-movement-report .table-body-scrollable{max-height:calc(100vh - 400px)}.item-movement-report .transaction-type{font-size:8px;padding:1px 4px}.item-movement-report .transaction-ref{font-size:9px}.item-movement-report .pagination-btn{font-size:10px;padding:3px 8px}.item-movement-report .pagination-info,.item-movement-report .page-info,.item-movement-report .page-size-selector{font-size:10px}.item-movement-report .page-size-selector select{font-size:10px;padding:2px 4px}.item-movement-report .loading-container .spinner{width:30px;height:30px}.item-movement-report .loading-container p,.item-movement-report .no-data-container p{font-size:12px}}@media print{.item-movement-report .report-filters-panel,.item-movement-report .report-actions,.item-movement-report .pagination-container,.item-movement-report .sys-pdf-preview-panel,.item-movement-report .report-preview-btn,.item-movement-report .report-print-btn,.item-movement-report .report-refresh-btn,.item-movement-report .report-export-btn{display:none!important}.item-movement-report,.sys-main-container{height:auto!important;background:#fff!important;overflow:visible!important}.item-movement-report .report-body{padding:0!important;gap:0!important;overflow:visible!important}.item-movement-report .report-results-panel{overflow:visible!important;flex:none!important;box-shadow:none!important;border-radius:0!important}.item-movement-report .results-container{box-shadow:none!important;height:auto!important;border-radius:0!important}.item-movement-report .report-title-bar{box-shadow:none!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important;background:#fff!important}.item-movement-report .report-title-bar h1{font-size:18px!important;color:#1e293b!important}.item-movement-report .summary-cards{break-inside:avoid!important;page-break-inside:avoid!important;background:#fff!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important}.item-movement-report .summary-card{border:1px solid #e2e8f0!important;background:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.item-movement-report .summary-card.highlight{background:#f8fafc!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.item-movement-report .data-table{font-size:8px!important;width:100%!important}.item-movement-report .data-table thead th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important;padding:4px 6px!important;font-size:7px!important;border-bottom:2px solid #cbd5e1!important}.item-movement-report .data-table tbody td{padding:3px 6px!important;font-size:7px!important}.item-movement-report .data-table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important}.item-movement-report .data-table tfoot .grand-total-row{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important}.item-movement-report .data-table tfoot .grand-total-row strong{color:#1e293b!important}.item-movement-report .transaction-type{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.item-movement-report .transaction-type.in{background:#dcfce7!important;color:#166534!important}.item-movement-report .transaction-type.out{background:#fee2e2!important;color:#991b1b!important}.item-movement-report .transaction-type.opening{background:#e0e7ff!important;color:#3730a3!important}.item-movement-report .transaction-type.transfer{background:#fef3c7!important;color:#92400e!important}.item-movement-report .transaction-type.adjustment{background:#f3e8ff!important;color:#6b21a8!important}.item-movement-report .data-table-container{overflow:visible!important;flex:none!important}.item-movement-report .table-body-scrollable{max-height:none!important;overflow:visible!important}.item-movement-report .table-body-scrollable tr{display:table-row!important}.item-movement-report .sys-pdf-preview-content{padding:0!important;background:#fff!important}.item-movement-report .sys-pdf-container{border-radius:0!important}.item-movement-report .sys-pdf-preview-wrapper,.item-movement-report .sys-pdf-viewer{height:auto!important}.item-movement-report .sys-pdf-iframe{height:auto!important;min-height:800px!important}.item-movement-report .data-table thead{display:table-header-group!important}.item-movement-report .data-table tbody{display:table-row-group!important}.item-movement-report .data-table tfoot{display:table-footer-group!important}.item-movement-report .summary-cards{page-break-after:avoid!important}.item-movement-report .data-table tbody tr{page-break-inside:avoid!important}.item-movement-report .grand-total-row{page-break-before:avoid!important}.item-movement-report .opening-row{background:#f8fafc!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}}.active-employee-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.active-employee-report .report-body{display:flex;gap:20px;padding:20px;flex:1;overflow:hidden;min-height:0}.active-employee-report .report-filters-panel{width:320px;min-width:320px;flex-shrink:0;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow-y:auto;max-height:100%}.active-employee-report .report-results-panel{flex:1;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow:hidden;display:flex;flex-direction:column;min-width:0}.active-employee-report .employee-code{font-weight:600;color:#1e40af;font-family:Courier New,monospace;font-size:12px}.active-employee-report .gender-badge{display:inline-block;padding:2px 10px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase}.active-employee-report .gender-badge.m{background:#dbeafe;color:#1e40af}.active-employee-report .gender-badge.f{background:#fce4ec;color:#c62828}.active-employee-report .status-badge{display:inline-block;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:500;text-transform:capitalize}.active-employee-report .status-badge.active{background:#dcfce7;color:#166534}.active-employee-report .status-badge.inactive{background:#fef2f2;color:#991b1b}.active-employee-report .status-badge.terminated{background:#fef3c7;color:#92400e}.active-employee-report .status-badge.on-leave{background:#e0e7ff;color:#3730a3}.active-employee-report .status-badge.probation{background:#fef9c3;color:#854d0e}.active-employee-report .employee-list-table thead th:nth-child(1){width:10%}.active-employee-report .employee-list-table thead th:nth-child(2){width:16%}.active-employee-report .employee-list-table thead th:nth-child(3){width:12%}.active-employee-report .employee-list-table thead th:nth-child(4){width:10%}.active-employee-report .employee-list-table thead th:nth-child(5){width:10%}.active-employee-report .employee-list-table thead th:nth-child(6){width:6%}.active-employee-report .employee-list-table thead th:nth-child(7){width:10%}.active-employee-report .employee-list-table thead th:nth-child(8){width:14%}.active-employee-report .employee-list-table thead th:nth-child(9){width:8%}.active-employee-report .employee-list-table thead th:nth-child(10){width:10%}.active-employee-report .employee-list-table thead th:nth-child(11){width:8%}@media(max-width:1200px){.active-employee-report .report-body{flex-direction:column}.active-employee-report .report-filters-panel{width:100%;max-height:400px}}@media(max-width:992px){.active-employee-report .report-title-bar{flex-wrap:wrap;gap:12px}.active-employee-report .report-actions{flex-wrap:wrap}.active-employee-report .report-actions button{flex:1;min-width:80px;justify-content:center}}@media(max-width:768px){.active-employee-report .report-title-bar{flex-direction:column;align-items:flex-start;padding:16px}.active-employee-report .report-title-bar h1{font-size:20px}.active-employee-report .report-actions{width:100%}.active-employee-report .report-actions button{flex:1;font-size:12px;padding:6px 10px}.active-employee-report .data-table{font-size:10px}.active-employee-report .data-table thead th,.active-employee-report .data-table tbody td{padding:4px 3px}.active-employee-report .pagination-container{flex-direction:column;align-items:stretch;gap:8px;padding:12px 16px}.active-employee-report .pagination-controls{justify-content:center;order:2}.active-employee-report .pagination-info{text-align:center;order:1}.active-employee-report .report-filters-panel{max-height:350px}.active-employee-report .employee-list-table thead th:nth-child(1),.active-employee-report .employee-list-table thead th:nth-child(2),.active-employee-report .employee-list-table thead th:nth-child(3){min-width:80px}.active-employee-report .employee-list-table thead th:nth-child(4),.active-employee-report .employee-list-table thead th:nth-child(5),.active-employee-report .employee-list-table thead th:nth-child(6),.active-employee-report .employee-list-table thead th:nth-child(7),.active-employee-report .employee-list-table thead th:nth-child(8),.active-employee-report .employee-list-table thead th:nth-child(9),.active-employee-report .employee-list-table thead th:nth-child(10),.active-employee-report .employee-list-table thead th:nth-child(11){min-width:60px}.active-employee-report .gender-badge,.active-employee-report .status-badge{font-size:9px;padding:1px 6px}}@media(max-width:480px){.active-employee-report .report-title-bar h1{font-size:18px}.active-employee-report .report-actions button{font-size:11px;padding:4px 8px;min-width:60px}.active-employee-report .data-table{font-size:9px}.active-employee-report .data-table thead th,.active-employee-report .data-table tbody td{padding:3px 2px}.active-employee-report .employee-code{font-size:10px}.active-employee-report .gender-badge,.active-employee-report .status-badge{font-size:8px;padding:1px 4px}.active-employee-report .employee-list-table thead th:nth-child(1),.active-employee-report .employee-list-table thead th:nth-child(2){min-width:60px}.active-employee-report .employee-list-table thead th:nth-child(3),.active-employee-report .employee-list-table thead th:nth-child(4),.active-employee-report .employee-list-table thead th:nth-child(5),.active-employee-report .employee-list-table thead th:nth-child(6),.active-employee-report .employee-list-table thead th:nth-child(7),.active-employee-report .employee-list-table thead th:nth-child(8),.active-employee-report .employee-list-table thead th:nth-child(9),.active-employee-report .employee-list-table thead th:nth-child(10),.active-employee-report .employee-list-table thead th:nth-child(11){min-width:50px}}@media print{.active-employee-report .report-filters-panel,.active-employee-report .report-actions,.active-employee-report .pagination-container,.active-employee-report .sys-pdf-preview-panel,.active-employee-report .report-preview-btn,.active-employee-report .report-print-btn,.active-employee-report .report-refresh-btn,.active-employee-report .report-export-btn{display:none!important}.active-employee-report,.sys-main-container{height:auto!important;background:#fff!important;overflow:visible!important}.active-employee-report .report-body{padding:0!important;gap:0!important;overflow:visible!important}.active-employee-report .report-results-panel{overflow:visible!important;flex:none!important}.active-employee-report .data-table{font-size:8px!important;width:100%!important}.active-employee-report .data-table thead th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important;padding:4px 6px!important;font-size:7px!important;border-bottom:2px solid #cbd5e1!important}.active-employee-report .data-table tbody td{padding:3px 6px!important;font-size:7px!important}.active-employee-report .data-table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important}.active-employee-report .gender-badge,.active-employee-report .status-badge{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.active-employee-report .gender-badge.m{background:#dbeafe!important;color:#1e40af!important}.active-employee-report .gender-badge.f{background:#fce4ec!important;color:#c62828!important}.active-employee-report .status-badge.active{background:#dcfce7!important;color:#166534!important}.active-employee-report .status-badge.inactive{background:#fef2f2!important;color:#991b1b!important}.active-employee-report .status-badge.terminated{background:#fef3c7!important;color:#92400e!important}.active-employee-report .status-badge.on-leave{background:#e0e7ff!important;color:#3730a3!important}.active-employee-report .data-table-container{overflow:visible!important;flex:none!important}.active-employee-report .table-body-scrollable{max-height:none!important;overflow:visible!important}.active-employee-report .table-body-scrollable tr{display:table-row!important}.active-employee-report .data-table thead{display:table-header-group!important}.active-employee-report .data-table tbody{display:table-row-group!important}.active-employee-report .data-table tfoot{display:table-footer-group!important}.active-employee-report .summary-cards{page-break-after:avoid!important}.active-employee-report .data-table tbody tr{page-break-inside:avoid!important}}.document-expiry-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.employee-code{font-weight:600;color:#1e40af;font-family:Courier New,monospace;font-size:12px}.document-expiry-report .status-badge{display:inline-block;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:500;text-transform:capitalize}.document-expiry-report .status-badge.expired{background:#fef2f2;color:#991b1b}.document-expiry-report .status-badge.expiring-soon{background:#fef3c7;color:#92400e}.document-expiry-report .status-badge.valid{background:#dcfce7;color:#166534}.text-danger{color:#dc2626;font-weight:700}.text-warning{color:#d97706;font-weight:600}.document-expiry-report .expired-row{background-color:#fef2f2!important}.document-expiry-report .expiring-row{background-color:#fffbeb!important}.document-expiry-report .document-expiry-table thead th:nth-child(1){width:10%}.document-expiry-report .document-expiry-table thead th:nth-child(2){width:16%}.document-expiry-report .document-expiry-table thead th:nth-child(3){width:12%}.document-expiry-report .document-expiry-table thead th:nth-child(4){width:12%}.document-expiry-report .document-expiry-table thead th:nth-child(5){width:10%}.document-expiry-report .document-expiry-table thead th:nth-child(6){width:10%}.document-expiry-report .document-expiry-table thead th:nth-child(7){width:10%}.document-expiry-report .document-expiry-table thead th:nth-child(8){width:10%}.document-expiry-report .document-expiry-table thead th:nth-child(9){width:10%}.checkbox-section{flex-direction:row;align-items:center;gap:10px;padding:4px 0}.checkbox-label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#475569;cursor:pointer}.checkbox-label input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#3b82f6}@media(max-width:1200px){.document-expiry-report .report-body{flex-direction:column}.document-expiry-report .report-filters-panel{width:100%;max-height:400px}}@media(max-width:992px){.document-expiry-report .report-title-bar{flex-wrap:wrap;gap:12px}.document-expiry-report .report-actions{flex-wrap:wrap}.document-expiry-report .report-actions button{flex:1;min-width:80px;justify-content:center}}@media(max-width:768px){.document-expiry-report .report-title-bar{flex-direction:column;align-items:flex-start;padding:16px}.document-expiry-report .report-title-bar h1{font-size:20px}.document-expiry-report .report-actions{width:100%}.document-expiry-report .report-actions button{flex:1;font-size:12px;padding:6px 10px}.document-expiry-report .data-table{font-size:10px}.document-expiry-report .data-table thead th,.document-expiry-report .data-table tbody td{padding:4px 3px}.document-expiry-report .pagination-container{flex-direction:column;align-items:stretch;gap:8px;padding:12px 16px}.document-expiry-report .pagination-controls{justify-content:center;order:2}.document-expiry-report .pagination-info{text-align:center;order:1}.document-expiry-report .report-filters-content{padding:16px;gap:12px}.document-expiry-report .report-filters-panel{max-height:350px}.document-expiry-report .document-expiry-table thead th:nth-child(1),.document-expiry-report .document-expiry-table thead th:nth-child(2){min-width:80px}.document-expiry-report .document-expiry-table thead th:nth-child(3),.document-expiry-report .document-expiry-table thead th:nth-child(4),.document-expiry-report .document-expiry-table thead th:nth-child(5),.document-expiry-report .document-expiry-table thead th:nth-child(6),.document-expiry-report .document-expiry-table thead th:nth-child(7),.document-expiry-report .document-expiry-table thead th:nth-child(8),.document-expiry-report .document-expiry-table thead th:nth-child(9){min-width:60px}.document-expiry-report .status-badge{font-size:9px;padding:1px 6px}.checkbox-section{flex-wrap:wrap}}@media(max-width:480px){.document-expiry-report .report-title-bar h1{font-size:18px}.document-expiry-report .report-actions button{font-size:11px;padding:4px 8px;min-width:60px}.document-expiry-report .summary-cards{grid-template-columns:1fr;gap:8px;padding:12px}.document-expiry-report .summary-card{padding:12px}.document-expiry-report .summary-card p{font-size:16px}.document-expiry-report .data-table{font-size:9px}.document-expiry-report .data-table thead th,.document-expiry-report .data-table tbody td{padding:3px 2px}.document-expiry-report .employee-code{font-size:10px}.document-expiry-report .status-badge{font-size:8px;padding:1px 4px}.document-expiry-report .document-expiry-table thead th:nth-child(1),.document-expiry-report .document-expiry-table thead th:nth-child(2){min-width:60px}.document-expiry-report .document-expiry-table thead th:nth-child(3),.document-expiry-report .document-expiry-table thead th:nth-child(4),.document-expiry-report .document-expiry-table thead th:nth-child(5),.document-expiry-report .document-expiry-table thead th:nth-child(6),.document-expiry-report .document-expiry-table thead th:nth-child(7),.document-expiry-report .document-expiry-table thead th:nth-child(8),.document-expiry-report .document-expiry-table thead th:nth-child(9){min-width:50px}.checkbox-label{font-size:12px}}@media print{.document-expiry-report .report-filters-panel,.document-expiry-report .report-actions,.document-expiry-report .pagination-container,.document-expiry-report .sys-pdf-preview-panel,.document-expiry-report .report-preview-btn,.document-expiry-report .report-print-btn,.document-expiry-report .report-refresh-btn,.document-expiry-report .report-export-btn{display:none!important}.document-expiry-report,.sys-main-container{height:auto!important;background:#fff!important;overflow:visible!important}.document-expiry-report .report-body{padding:0!important;gap:0!important;overflow:visible!important}.document-expiry-report .report-results-panel{overflow:visible!important;flex:none!important}.document-expiry-report .results-container{box-shadow:none!important;height:auto!important;border-radius:0!important}.document-expiry-report .report-title-bar{box-shadow:none!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important}.document-expiry-report .report-title-bar h1{font-size:18px!important}.document-expiry-report .summary-cards{break-inside:avoid!important;page-break-inside:avoid!important;background:#fff!important;border-bottom:1px solid #ddd!important}.document-expiry-report .data-table{font-size:8px!important}.document-expiry-report .data-table thead th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important}.document-expiry-report .data-table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important}.document-expiry-report .status-badge{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.document-expiry-report .status-badge.expired{background:#fef2f2!important;color:#991b1b!important}.document-expiry-report .status-badge.expiring-soon{background:#fef3c7!important;color:#92400e!important}.document-expiry-report .status-badge.valid{background:#dcfce7!important;color:#166534!important}.document-expiry-report .data-table-container{overflow:visible!important;flex:none!important}.document-expiry-report .sys-pdf-preview-content{padding:0!important;background:#fff!important}.document-expiry-report .expired-row{background:#fef2f2!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.document-expiry-report .expiring-row{background:#fffbeb!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}}.employee-fixed-benefits-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.employee-fixed-benefits-report .employee-code{font-weight:600;color:#1e40af;font-family:Courier New,monospace;font-size:12px}.employee-fixed-benefits-report .benefit-type{display:inline-block;padding:2px 8px;border-radius:12px;font-size:10px;font-weight:600;text-transform:uppercase}.employee-fixed-benefits-report .benefit-type.annual{background:#dbeafe;color:#1e40af}.employee-fixed-benefits-report .benefit-type.monthly{background:#fef3c7;color:#92400e}.employee-fixed-benefits-report .benefit-amount{font-weight:600;color:#1e293b}.employee-fixed-benefits-report .total-value{font-weight:700;color:#2563eb}.employee-fixed-benefits-report .no-benefits-row{background-color:#f8fafc!important;opacity:.7}.employee-fixed-benefits-report .no-benefits-row:hover{background-color:#f1f5f9!important}.employee-fixed-benefits-report .employee-benefits-table thead th:nth-child(1){width:10%}.employee-fixed-benefits-report .employee-benefits-table thead th:nth-child(2){width:16%}.employee-fixed-benefits-report .employee-benefits-table thead th:nth-child(3){width:10%}.employee-fixed-benefits-report .employee-benefits-table thead th:nth-child(4){width:12%}.employee-fixed-benefits-report .employee-benefits-table thead th:nth-child(5){width:12%}.employee-fixed-benefits-report .employee-benefits-table thead th:nth-child(6){width:12%}.employee-fixed-benefits-report .employee-benefits-table thead th:nth-child(7){width:12%}.employee-fixed-benefits-report .employee-benefits-table thead th:nth-child(8){width:12%}.employee-fixed-benefits-report .employee-benefits-table thead th:nth-child(9){width:12%}.employee-fixed-benefits-report .report-body{display:flex;gap:20px;padding:20px;flex:1;overflow:hidden;min-height:0}.employee-fixed-benefits-report .report-filters-panel{width:320px;min-width:320px;flex-shrink:0;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow-y:auto;max-height:100%}.employee-fixed-benefits-report .report-results-panel{flex:1;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow:hidden;display:flex;flex-direction:column;min-width:0}.employee-fixed-benefits-report .summary-cards{display:flex;flex-wrap:wrap;gap:10px;padding:16px 20px;background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-shrink:0}.employee-fixed-benefits-report .summary-card{flex:1;min-width:90px;padding:10px 14px;background:#fff;border-radius:6px;box-shadow:0 1px 3px #0000000f;border-left:3px solid #cbd5e1}.employee-fixed-benefits-report .summary-card h4{font-size:10px;font-weight:600;color:#64748b;margin:0 0 3px;text-transform:uppercase;letter-spacing:.5px}.employee-fixed-benefits-report .summary-card p{font-size:16px;font-weight:700;margin:0;color:#1e293b}.employee-fixed-benefits-report .summary-card.highlight{border-left-color:#3b82f6;background:#eff6ff}.employee-fixed-benefits-report .summary-card.highlight p{color:#2563eb}.employee-fixed-benefits-report .data-table-container{flex:1;overflow:hidden;position:relative}.employee-fixed-benefits-report .data-table{width:100%;border-collapse:collapse;font-size:13px}.employee-fixed-benefits-report .data-table thead{position:sticky;top:0;z-index:10}.employee-fixed-benefits-report .data-table thead th{background:#1e293b;color:#fff;padding:8px 10px;text-align:left;font-weight:600;font-size:10px;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;border-bottom:2px solid #0f172a}.employee-fixed-benefits-report .data-table tbody td{padding:6px 10px;border-bottom:1px solid #f1f5f9;vertical-align:middle;font-size:12px}.employee-fixed-benefits-report .data-table tbody tr:hover{background-color:#f8fafc}.employee-fixed-benefits-report .data-table tbody tr:nth-child(2n){background-color:#fafbfc}.employee-fixed-benefits-report .data-table tbody tr:nth-child(2n):hover{background-color:#f8fafc}.employee-fixed-benefits-report .data-table .text-right{text-align:right}.employee-fixed-benefits-report .data-table .text-center{text-align:center}.employee-fixed-benefits-report .data-table tfoot .grand-total-row{background:#1e293b!important;color:#fff;font-weight:700}.employee-fixed-benefits-report .data-table tfoot .grand-total-row td{padding:8px 10px;border-top:2px solid #0f172a;font-size:12px}.employee-fixed-benefits-report .data-table tfoot .grand-total-row strong{color:#fbbf24}.employee-fixed-benefits-report .table-body-scrollable{display:block;max-height:calc(100vh - 430px);overflow-y:auto}.employee-fixed-benefits-report .table-body-scrollable tr{display:table;width:100%;table-layout:fixed}.employee-fixed-benefits-report .pagination-container{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:#f8fafc;border-top:1px solid #e2e8f0;flex-wrap:wrap;gap:10px;flex-shrink:0}.employee-fixed-benefits-report .pagination-info{font-size:12px;color:#64748b}.employee-fixed-benefits-report .page-size-selector{display:flex;align-items:center;gap:8px;font-size:12px;color:#64748b}.employee-fixed-benefits-report .page-size-selector select{padding:4px 8px;border:1px solid #e2e8f0;border-radius:4px;background:#fff;font-size:12px}.employee-fixed-benefits-report .pagination-controls{display:flex;align-items:center;gap:10px}.employee-fixed-benefits-report .pagination-btn{padding:5px 14px;border:1px solid #e2e8f0;border-radius:4px;background:#fff;cursor:pointer;font-size:12px;transition:all .2s}.employee-fixed-benefits-report .pagination-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.employee-fixed-benefits-report .pagination-btn:disabled{opacity:.5;cursor:not-allowed}.employee-fixed-benefits-report .page-info{font-size:12px;color:#64748b}.employee-fixed-benefits-report .loading-container,.employee-fixed-benefits-report .no-data-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:300px;color:#64748b;padding:40px}.employee-fixed-benefits-report .loading-container .spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@media(max-width:1200px){.employee-fixed-benefits-report .report-body{flex-direction:column}.employee-fixed-benefits-report .report-filters-panel{width:100%;max-height:400px}.employee-fixed-benefits-report .summary-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:992px){.employee-fixed-benefits-report .report-title-bar{flex-wrap:wrap;gap:12px}.employee-fixed-benefits-report .report-actions{flex-wrap:wrap}.employee-fixed-benefits-report .report-actions button{flex:1;min-width:80px;justify-content:center}}@media(max-width:768px){.employee-fixed-benefits-report .report-title-bar{flex-direction:column;align-items:flex-start;padding:16px}.employee-fixed-benefits-report .report-title-bar h1{font-size:20px}.employee-fixed-benefits-report .report-actions{width:100%}.employee-fixed-benefits-report .report-actions button{flex:1;font-size:12px;padding:6px 10px}.employee-fixed-benefits-report .summary-cards{grid-template-columns:1fr 1fr;gap:10px;padding:12px 16px}.employee-fixed-benefits-report .summary-card p{font-size:14px}.employee-fixed-benefits-report .data-table{font-size:10px}.employee-fixed-benefits-report .data-table thead th,.employee-fixed-benefits-report .data-table tbody td{padding:4px 6px}.employee-fixed-benefits-report .data-table thead th{font-size:9px}.employee-fixed-benefits-report .table-body-scrollable{max-height:calc(100vh - 450px)}.employee-fixed-benefits-report .pagination-container{flex-direction:column;align-items:stretch;gap:8px;padding:12px 16px}.employee-fixed-benefits-report .pagination-controls{justify-content:center;order:2}.employee-fixed-benefits-report .pagination-info{text-align:center;order:1;font-size:11px}.employee-fixed-benefits-report .page-size-selector{justify-content:center;order:3;font-size:11px}.employee-fixed-benefits-report .report-filters-panel{max-height:350px}.employee-fixed-benefits-report .benefit-type{font-size:9px;padding:1px 6px}.employee-fixed-benefits-table thead th:nth-child(1),.employee-fixed-benefits-table thead th:nth-child(2){min-width:80px}.employee-fixed-benefits-table thead th:nth-child(3),.employee-fixed-benefits-table thead th:nth-child(4),.employee-fixed-benefits-table thead th:nth-child(5),.employee-fixed-benefits-table thead th:nth-child(6),.employee-fixed-benefits-table thead th:nth-child(7),.employee-fixed-benefits-table thead th:nth-child(8),.employee-fixed-benefits-table thead th:nth-child(9){min-width:60px}}@media(max-width:480px){.employee-fixed-benefits-report .report-title-bar h1{font-size:18px}.employee-fixed-benefits-report .report-actions button{font-size:11px;padding:4px 8px;min-width:60px}.employee-fixed-benefits-report .summary-cards{grid-template-columns:1fr;gap:8px;padding:10px 12px}.employee-fixed-benefits-report .summary-card{padding:8px 12px}.employee-fixed-benefits-report .summary-card p{font-size:13px}.employee-fixed-benefits-report .data-table{font-size:9px}.employee-fixed-benefits-report .data-table thead th,.employee-fixed-benefits-report .data-table tbody td{padding:3px 4px;font-size:8px}.employee-fixed-benefits-report .data-table thead th{font-size:7px}.employee-fixed-benefits-report .table-body-scrollable{max-height:calc(100vh - 400px)}.employee-fixed-benefits-report .employee-code{font-size:10px}.employee-fixed-benefits-report .benefit-type{font-size:8px;padding:1px 4px}.employee-fixed-benefits-report .pagination-btn{font-size:10px;padding:3px 8px}.employee-fixed-benefits-report .pagination-info,.employee-fixed-benefits-report .page-info,.employee-fixed-benefits-report .page-size-selector{font-size:10px}.employee-fixed-benefits-report .page-size-selector select{font-size:10px;padding:2px 4px}.employee-fixed-benefits-report .loading-container .spinner{width:30px;height:30px}.employee-fixed-benefits-report .loading-container p,.employee-fixed-benefits-report .no-data-container p{font-size:12px}.employee-fixed-benefits-table thead th:nth-child(1),.employee-fixed-benefits-table thead th:nth-child(2){min-width:60px}.employee-fixed-benefits-table thead th:nth-child(3),.employee-fixed-benefits-table thead th:nth-child(4),.employee-fixed-benefits-table thead th:nth-child(5),.employee-fixed-benefits-table thead th:nth-child(6),.employee-fixed-benefits-table thead th:nth-child(7),.employee-fixed-benefits-table thead th:nth-child(8),.employee-fixed-benefits-table thead th:nth-child(9){min-width:50px}}@media print{.employee-fixed-benefits-report .report-filters-panel,.employee-fixed-benefits-report .report-actions,.employee-fixed-benefits-report .pagination-container,.employee-fixed-benefits-report .sys-pdf-preview-panel,.employee-fixed-benefits-report .report-preview-btn,.employee-fixed-benefits-report .report-print-btn,.employee-fixed-benefits-report .report-refresh-btn,.employee-fixed-benefits-report .report-export-btn{display:none!important}.employee-fixed-benefits-report,.sys-main-container{height:auto!important;background:#fff!important;overflow:visible!important}.employee-fixed-benefits-report .report-body{padding:0!important;gap:0!important;overflow:visible!important}.employee-fixed-benefits-report .report-results-panel{overflow:visible!important;flex:none!important;box-shadow:none!important;border-radius:0!important}.employee-fixed-benefits-report .results-container{box-shadow:none!important;height:auto!important;border-radius:0!important}.employee-fixed-benefits-report .report-title-bar{box-shadow:none!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important;background:#fff!important}.employee-fixed-benefits-report .report-title-bar h1{font-size:18px!important;color:#1e293b!important}.employee-fixed-benefits-report .summary-cards{break-inside:avoid!important;page-break-inside:avoid!important;background:#fff!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important}.employee-fixed-benefits-report .summary-card{border:1px solid #e2e8f0!important;background:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.employee-fixed-benefits-report .summary-card.highlight{background:#eff6ff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.employee-fixed-benefits-report .data-table{font-size:8px!important;width:100%!important}.employee-fixed-benefits-report .data-table thead th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important;padding:4px 6px!important;font-size:7px!important;border-bottom:2px solid #cbd5e1!important}.employee-fixed-benefits-report .data-table tbody td{padding:3px 6px!important;font-size:7px!important}.employee-fixed-benefits-report .data-table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important}.employee-fixed-benefits-report .data-table tfoot .grand-total-row{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important}.employee-fixed-benefits-report .data-table tfoot .grand-total-row strong{color:#1e293b!important}.employee-fixed-benefits-report .benefit-type{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.employee-fixed-benefits-report .benefit-type.annual{background:#dbeafe!important;color:#1e40af!important}.employee-fixed-benefits-report .benefit-type.monthly{background:#fef3c7!important;color:#92400e!important}.employee-fixed-benefits-report .data-table-container{overflow:visible!important;flex:none!important}.employee-fixed-benefits-report .table-body-scrollable{max-height:none!important;overflow:visible!important}.employee-fixed-benefits-report .table-body-scrollable tr{display:table-row!important}.employee-fixed-benefits-report .sys-pdf-preview-content{padding:0!important;background:#fff!important}.employee-fixed-benefits-report .data-table thead{display:table-header-group!important}.employee-fixed-benefits-report .data-table tbody{display:table-row-group!important}.employee-fixed-benefits-report .data-table tfoot{display:table-footer-group!important}.employee-fixed-benefits-report .summary-cards{page-break-after:avoid!important}.employee-fixed-benefits-report .data-table tbody tr{page-break-inside:avoid!important}.employee-fixed-benefits-report .grand-total-row{page-break-before:avoid!important}.employee-fixed-benefits-report .no-benefits-row{background:#f8fafc!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;opacity:.7!important}}.payroll-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.payroll-report .employee-code{font-weight:600;color:#1e40af;font-family:Courier New,monospace;font-size:12px}.payroll-report .gross-amount{font-weight:600;color:#1e293b}.payroll-report .deduction-amount{color:#dc2626}.payroll-report .net-amount{font-weight:700}.payroll-report .net-amount.positive{color:#16a34a}.payroll-report .net-amount.negative{color:#dc2626}.payroll-report .payroll-table thead th:nth-child(1){width:10%}.payroll-report .payroll-table thead th:nth-child(2){width:16%}.payroll-report .payroll-table thead th:nth-child(3){width:10%}.payroll-report .payroll-table thead th:nth-child(4){width:12%}.payroll-report .payroll-table thead th:nth-child(5){width:10%}.payroll-report .payroll-table thead th:nth-child(6){width:10%}.payroll-report .payroll-table thead th:nth-child(7){width:12%}.payroll-report .payroll-table thead th:nth-child(8){width:10%}.payroll-report .payroll-table thead th:nth-child(9){width:10%}.payroll-report .report-body{display:flex;gap:20px;padding:20px;flex:1;overflow:hidden;min-height:0}.payroll-report .report-filters-panel{width:320px;min-width:320px;flex-shrink:0;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow-y:auto;max-height:100%}.payroll-report .report-results-panel{flex:1;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow:hidden;display:flex;flex-direction:column;min-width:0}.payroll-report .summary-cards{display:flex;flex-wrap:wrap;gap:10px;padding:16px 20px;background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-shrink:0}.payroll-report .summary-card{flex:1;min-width:90px;padding:10px 14px;background:#fff;border-radius:6px;box-shadow:0 1px 3px #0000000f;border-left:3px solid #cbd5e1}.payroll-report .summary-card h4{font-size:10px;font-weight:600;color:#64748b;margin:0 0 3px;text-transform:uppercase;letter-spacing:.5px}.payroll-report .summary-card p{font-size:16px;font-weight:700;margin:0;color:#1e293b}.payroll-report .summary-card.highlight{border-left-color:#3b82f6;background:#eff6ff}.payroll-report .summary-card.highlight p{color:#2563eb}.payroll-report .data-table-container{flex:1;overflow:hidden;position:relative}.payroll-report .data-table{width:100%;border-collapse:collapse;font-size:13px;table-layout:fixed}.payroll-report .data-table thead{position:sticky;top:0;z-index:10;display:table;width:100%}.payroll-report .data-table thead th{background:#1e293b!important;color:#fff!important;padding:8px 10px;text-align:left;font-weight:600;font-size:10px;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;border-bottom:2px solid #0f172a}.payroll-report .data-table tbody{display:block;overflow-y:auto;max-height:calc(100vh - 430px);width:100%}.payroll-report .data-table tbody td{padding:6px 10px;border-bottom:1px solid #f1f5f9;vertical-align:middle;font-size:12px;word-break:break-word}.payroll-report .data-table tbody tr{display:table;width:100%;table-layout:fixed}.payroll-report .data-table tbody tr:hover{background-color:#f8fafc}.payroll-report .data-table tbody tr:nth-child(2n){background-color:#fafbfc}.payroll-report .data-table tbody tr:nth-child(2n):hover{background-color:#f8fafc}.payroll-report .data-table .text-right{text-align:right}.payroll-report .data-table .text-center{text-align:center}.payroll-report .data-table tfoot{display:table;width:100%;table-layout:fixed}.payroll-report .data-table tfoot .grand-total-row{background:#1e293b!important;color:#fff;font-weight:700}.payroll-report .data-table tfoot .grand-total-row td{padding:8px 10px;border-top:2px solid #0f172a;font-size:12px}.payroll-report .data-table tfoot .grand-total-row strong{color:#fbbf24}.payroll-report .table-body-scrollable{display:block;max-height:calc(100vh - 430px);overflow-y:auto;width:100%}.payroll-report .table-body-scrollable tr{display:table;width:100%;table-layout:fixed}.payroll-report .pagination-container{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:#f8fafc;border-top:1px solid #e2e8f0;flex-wrap:wrap;gap:10px;flex-shrink:0}.payroll-report .pagination-info{font-size:12px;color:#64748b}.payroll-report .page-size-selector{display:flex;align-items:center;gap:8px;font-size:12px;color:#64748b}.payroll-report .page-size-selector select{padding:4px 8px;border:1px solid #e2e8f0;border-radius:4px;background:#fff;font-size:12px}.payroll-report .pagination-controls{display:flex;align-items:center;gap:10px}.payroll-report .pagination-btn{padding:5px 14px;border:1px solid #e2e8f0;border-radius:4px;background:#fff;cursor:pointer;font-size:12px;transition:all .2s}.payroll-report .pagination-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.payroll-report .pagination-btn:disabled{opacity:.5;cursor:not-allowed}.payroll-report .page-info{font-size:12px;color:#64748b}.payroll-report .loading-container,.payroll-report .no-data-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:300px;color:#64748b;padding:40px}.payroll-report .loading-container .spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@media(max-width:1200px){.payroll-report .report-body{flex-direction:column}.payroll-report .report-filters-panel{width:100%;max-height:400px}.payroll-report .summary-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:992px){.payroll-report .report-title-bar{flex-wrap:wrap;gap:12px}.payroll-report .report-actions{flex-wrap:wrap}.payroll-report .report-actions button{flex:1;min-width:80px;justify-content:center}}@media(max-width:768px){.payroll-report .report-title-bar{flex-direction:column;align-items:flex-start;padding:16px}.payroll-report .report-title-bar h1{font-size:20px}.payroll-report .report-actions{width:100%}.payroll-report .report-actions button{flex:1;font-size:12px;padding:6px 10px}.payroll-report .summary-cards{grid-template-columns:1fr 1fr;gap:10px;padding:12px 16px}.payroll-report .summary-card p{font-size:14px}.payroll-report .data-table{font-size:10px}.payroll-report .data-table thead th,.payroll-report .data-table tbody td{padding:4px 6px}.payroll-report .data-table thead th{font-size:9px}.payroll-report .table-body-scrollable{max-height:calc(100vh - 450px)}.payroll-report .pagination-container{flex-direction:column;align-items:stretch;gap:8px;padding:12px 16px}.payroll-report .pagination-controls{justify-content:center;order:2}.payroll-report .pagination-info{text-align:center;order:1;font-size:11px}.payroll-report .page-size-selector{justify-content:center;order:3;font-size:11px}.payroll-report .report-filters-panel{max-height:350px}.payroll-report .payroll-table thead th:nth-child(1),.payroll-report .payroll-table thead th:nth-child(2){min-width:80px}.payroll-report .payroll-table thead th:nth-child(3),.payroll-report .payroll-table thead th:nth-child(4),.payroll-report .payroll-table thead th:nth-child(5),.payroll-report .payroll-table thead th:nth-child(6),.payroll-report .payroll-table thead th:nth-child(7),.payroll-report .payroll-table thead th:nth-child(8),.payroll-report .payroll-table thead th:nth-child(9){min-width:60px}}@media(max-width:480px){.payroll-report .report-title-bar h1{font-size:18px}.payroll-report .report-actions button{font-size:11px;padding:4px 8px;min-width:60px}.payroll-report .summary-cards{grid-template-columns:1fr;gap:8px;padding:10px 12px}.payroll-report .summary-card{padding:8px 12px}.payroll-report .summary-card p{font-size:13px}.payroll-report .data-table{font-size:9px}.payroll-report .data-table thead th,.payroll-report .data-table tbody td{padding:3px 4px;font-size:8px}.payroll-report .data-table thead th{font-size:7px}.payroll-report .table-body-scrollable{max-height:calc(100vh - 400px)}.payroll-report .employee-code{font-size:10px}.payroll-report .pagination-btn{font-size:10px;padding:3px 8px}.payroll-report .pagination-info,.payroll-report .page-info,.payroll-report .page-size-selector{font-size:10px}.payroll-report .page-size-selector select{font-size:10px;padding:2px 4px}.payroll-report .loading-container .spinner{width:30px;height:30px}.payroll-report .loading-container p,.payroll-report .no-data-container p{font-size:12px}.payroll-report .payroll-table thead th:nth-child(1),.payroll-report .payroll-table thead th:nth-child(2){min-width:60px}.payroll-report .payroll-table thead th:nth-child(3),.payroll-report .payroll-table thead th:nth-child(4),.payroll-report .payroll-table thead th:nth-child(5),.payroll-report .payroll-table thead th:nth-child(6),.payroll-report .payroll-table thead th:nth-child(7),.payroll-report .payroll-table thead th:nth-child(8),.payroll-report .payroll-table thead th:nth-child(9){min-width:50px}}@media print{.payroll-report .report-filters-panel,.payroll-report .report-actions,.payroll-report .pagination-container,.payroll-report .sys-pdf-preview-panel,.payroll-report .report-preview-btn,.payroll-report .report-print-btn,.payroll-report .report-refresh-btn,.payroll-report .report-export-btn{display:none!important}.payroll-report,.sys-main-container{height:auto!important;background:#fff!important;overflow:visible!important}.payroll-report .report-body{padding:0!important;gap:0!important;overflow:visible!important}.payroll-report .report-results-panel{overflow:visible!important;flex:none!important;box-shadow:none!important;border-radius:0!important}.payroll-report .results-container{box-shadow:none!important;height:auto!important;border-radius:0!important}.payroll-report .report-title-bar{box-shadow:none!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important;background:#fff!important}.payroll-report .report-title-bar h1{font-size:18px!important;color:#1e293b!important}.payroll-report .summary-cards{break-inside:avoid!important;page-break-inside:avoid!important;background:#fff!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important}.payroll-report .summary-card{border:1px solid #e2e8f0!important;background:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.payroll-report .summary-card.highlight{background:#eff6ff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.payroll-report .data-table{font-size:8px!important;width:100%!important;table-layout:fixed!important}.payroll-report .data-table thead th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important;padding:4px 6px!important;font-size:7px!important;border-bottom:2px solid #cbd5e1!important}.payroll-report .data-table tbody td{padding:3px 6px!important;font-size:7px!important}.payroll-report .data-table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important}.payroll-report .data-table tfoot .grand-total-row{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important}.payroll-report .data-table tfoot .grand-total-row strong{color:#1e293b!important}.payroll-report .data-table-container{overflow:visible!important;flex:none!important}.payroll-report .table-body-scrollable{max-height:none!important;overflow:visible!important}.payroll-report .table-body-scrollable tr{display:table-row!important}.payroll-report .sys-pdf-preview-content{padding:0!important;background:#fff!important}.payroll-report .data-table thead{display:table-header-group!important}.payroll-report .data-table tbody{display:table-row-group!important}.payroll-report .data-table tfoot{display:table-footer-group!important}.payroll-report .summary-cards{page-break-after:avoid!important}.payroll-report .data-table tbody tr{page-break-inside:avoid!important}.payroll-report .grand-total-row{page-break-before:avoid!important}}.pay-slip-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.pay-slip-report .employee-code{font-weight:600;color:#1e40af;font-family:Courier New,monospace;font-size:12px}.pay-slip-report .gross-amount{font-weight:600;color:#1e293b}.pay-slip-report .deduction-amount{color:#dc2626}.pay-slip-report .net-amount{font-weight:700}.pay-slip-report .net-amount.positive{color:#16a34a}.pay-slip-report .net-amount.negative{color:#dc2626}.pay-slip-report .date-range-container{display:flex;gap:10px}.pay-slip-report .date-range-container .report-date-field{flex:1}.pay-slip-report .pay-slip-table thead th:nth-child(1){width:9%}.pay-slip-report .pay-slip-table thead th:nth-child(2){width:14%}.pay-slip-report .pay-slip-table thead th:nth-child(3){width:9%}.pay-slip-report .pay-slip-table thead th:nth-child(4){width:11%}.pay-slip-report .pay-slip-table thead th:nth-child(5){width:10%}.pay-slip-report .pay-slip-table thead th:nth-child(6){width:10%}.pay-slip-report .pay-slip-table thead th:nth-child(7){width:11%}.pay-slip-report .pay-slip-table thead th:nth-child(8){width:10%}.pay-slip-report .pay-slip-table thead th:nth-child(9){width:10%}.pay-slip-report .pay-slip-table thead th:nth-child(10){width:10%}.pay-slip-report .report-body{display:flex;gap:20px;padding:20px;flex:1;overflow:hidden;min-height:0}.pay-slip-report .report-filters-panel{width:320px;min-width:320px;flex-shrink:0;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow-y:auto;max-height:100%}.pay-slip-report .report-results-panel{flex:1;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow:hidden;display:flex;flex-direction:column;min-width:0}.pay-slip-report .summary-cards{display:flex;flex-wrap:wrap;gap:10px;padding:16px 20px;background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-shrink:0}.pay-slip-report .summary-card{flex:1;min-width:90px;padding:10px 14px;background:#fff;border-radius:6px;box-shadow:0 1px 3px #0000000f;border-left:3px solid #cbd5e1}.pay-slip-report .summary-card h4{font-size:10px;font-weight:600;color:#64748b;margin:0 0 3px;text-transform:uppercase;letter-spacing:.5px}.pay-slip-report .summary-card p{font-size:16px;font-weight:700;margin:0;color:#1e293b}.pay-slip-report .summary-card.highlight{border-left-color:#3b82f6;background:#eff6ff}.pay-slip-report .summary-card.highlight p{color:#2563eb}.pay-slip-report .data-table-container{flex:1;overflow:hidden;position:relative}.pay-slip-report .data-table{width:100%;border-collapse:collapse;font-size:13px;table-layout:fixed}.pay-slip-report .data-table thead{position:sticky;top:0;z-index:10;display:table;width:100%}.pay-slip-report .data-table thead th{background:#1e293b!important;color:#fff!important;padding:8px 10px;text-align:left;font-weight:600;font-size:10px;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;border-bottom:2px solid #0f172a}.pay-slip-report .data-table tbody{display:block;overflow-y:auto;max-height:calc(100vh - 430px);width:100%}.pay-slip-report .data-table tbody td{padding:6px 10px;border-bottom:1px solid #f1f5f9;vertical-align:middle;font-size:12px;word-break:break-word}.pay-slip-report .data-table tbody tr{display:table;width:100%;table-layout:fixed}.pay-slip-report .data-table tbody tr:hover{background-color:#f8fafc}.pay-slip-report .data-table tbody tr:nth-child(2n){background-color:#fafbfc}.pay-slip-report .data-table tbody tr:nth-child(2n):hover{background-color:#f8fafc}.pay-slip-report .data-table .text-right{text-align:right}.pay-slip-report .data-table .text-center{text-align:center}.pay-slip-report .data-table tfoot{display:table;width:100%;table-layout:fixed}.pay-slip-report .data-table tfoot .grand-total-row{background:#1e293b!important;color:#fff;font-weight:700}.pay-slip-report .data-table tfoot .grand-total-row td{padding:8px 10px;border-top:2px solid #0f172a;font-size:12px}.pay-slip-report .data-table tfoot .grand-total-row strong{color:#fbbf24}.pay-slip-report .table-body-scrollable{display:block;max-height:calc(100vh - 430px);overflow-y:auto;width:100%}.pay-slip-report .table-body-scrollable tr{display:table;width:100%;table-layout:fixed}.pay-slip-report .pagination-container{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:#f8fafc;border-top:1px solid #e2e8f0;flex-wrap:wrap;gap:10px;flex-shrink:0}.pay-slip-report .pagination-info{font-size:12px;color:#64748b}.pay-slip-report .page-size-selector{display:flex;align-items:center;gap:8px;font-size:12px;color:#64748b}.pay-slip-report .page-size-selector select{padding:4px 8px;border:1px solid #e2e8f0;border-radius:4px;background:#fff;font-size:12px}.pay-slip-report .pagination-controls{display:flex;align-items:center;gap:10px}.pay-slip-report .pagination-btn{padding:5px 14px;border:1px solid #e2e8f0;border-radius:4px;background:#fff;cursor:pointer;font-size:12px;transition:all .2s}.pay-slip-report .pagination-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.pay-slip-report .pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pay-slip-report .page-info{font-size:12px;color:#64748b}.pay-slip-report .loading-container,.pay-slip-report .no-data-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:300px;color:#64748b;padding:40px}.pay-slip-report .loading-container .spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@media(max-width:1200px){.pay-slip-report .report-body{flex-direction:column}.pay-slip-report .report-filters-panel{width:100%;max-height:400px}.pay-slip-report .summary-cards{grid-template-columns:repeat(2,1fr)}.pay-slip-report .date-range-container{flex-direction:column;gap:8px}}@media(max-width:992px){.pay-slip-report .report-title-bar{flex-wrap:wrap;gap:12px}.pay-slip-report .report-actions{flex-wrap:wrap}.pay-slip-report .report-actions button{flex:1;min-width:80px;justify-content:center}}@media(max-width:768px){.pay-slip-report .report-title-bar{flex-direction:column;align-items:flex-start;padding:16px}.pay-slip-report .report-title-bar h1{font-size:20px}.pay-slip-report .report-actions{width:100%}.pay-slip-report .report-actions button{flex:1;font-size:12px;padding:6px 10px}.pay-slip-report .summary-cards{grid-template-columns:1fr 1fr;gap:10px;padding:12px 16px}.pay-slip-report .summary-card p{font-size:14px}.pay-slip-report .data-table{font-size:10px}.pay-slip-report .data-table thead th,.pay-slip-report .data-table tbody td{padding:4px 6px}.pay-slip-report .data-table thead th{font-size:9px}.pay-slip-report .table-body-scrollable{max-height:calc(100vh - 450px)}.pay-slip-report .pagination-container{flex-direction:column;align-items:stretch;gap:8px;padding:12px 16px}.pay-slip-report .pagination-controls{justify-content:center;order:2}.pay-slip-report .pagination-info{text-align:center;order:1;font-size:11px}.pay-slip-report .page-size-selector{justify-content:center;order:3;font-size:11px}.pay-slip-report .report-filters-panel{max-height:350px}}@media print{.pay-slip-report .report-filters-panel,.pay-slip-report .report-actions,.pay-slip-report .pagination-container,.pay-slip-report .sys-pdf-preview-panel,.pay-slip-report .report-preview-btn,.pay-slip-report .report-print-btn,.pay-slip-report .report-refresh-btn,.pay-slip-report .report-export-btn{display:none!important}.pay-slip-report,.sys-main-container{height:auto!important;background:#fff!important;overflow:visible!important}.pay-slip-report .report-body{padding:0!important;gap:0!important;overflow:visible!important}.pay-slip-report .report-results-panel{overflow:visible!important;flex:none!important;box-shadow:none!important;border-radius:0!important}.pay-slip-report .results-container{box-shadow:none!important;height:auto!important;border-radius:0!important}.pay-slip-report .report-title-bar{box-shadow:none!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important;background:#fff!important}.pay-slip-report .report-title-bar h1{font-size:18px!important;color:#1e293b!important}.pay-slip-report .summary-cards{break-inside:avoid!important;page-break-inside:avoid!important;background:#fff!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important}.pay-slip-report .summary-card{border:1px solid #e2e8f0!important;background:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.pay-slip-report .summary-card.highlight{background:#eff6ff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.pay-slip-report .data-table{font-size:8px!important;width:100%!important;table-layout:fixed!important}.pay-slip-report .data-table thead th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important;padding:4px 6px!important;font-size:7px!important;border-bottom:2px solid #cbd5e1!important}.pay-slip-report .data-table tbody td{padding:3px 6px!important;font-size:7px!important}.pay-slip-report .data-table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important}.pay-slip-report .data-table tfoot .grand-total-row{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important}.pay-slip-report .data-table tfoot .grand-total-row strong{color:#1e293b!important}.pay-slip-report .data-table-container{overflow:visible!important;flex:none!important}.pay-slip-report .table-body-scrollable{max-height:none!important;overflow:visible!important}.pay-slip-report .table-body-scrollable tr{display:table-row!important}.pay-slip-report .sys-pdf-preview-content{padding:0!important;background:#fff!important}.pay-slip-report .data-table thead{display:table-header-group!important}.pay-slip-report .data-table tbody{display:table-row-group!important}.pay-slip-report .data-table tfoot{display:table-footer-group!important}.pay-slip-report .summary-cards{page-break-after:avoid!important}.pay-slip-report .data-table tbody tr{page-break-inside:avoid!important}.pay-slip-report .grand-total-row{page-break-before:avoid!important}}.loan-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.loan-report .employee-code{font-weight:600;color:#1e40af;font-family:Courier New,monospace;font-size:12px}.loan-report .paid-amount{color:#16a34a}.loan-report .remaining-amount.pending{color:#dc2626;font-weight:700}.loan-report .remaining-amount.completed{color:#16a34a;font-weight:700}.loan-report .status-badge{display:inline-block;padding:2px 10px;border-radius:12px;font-size:10px;font-weight:600;text-transform:uppercase}.loan-report .status-badge.pending{background:#fee2e2;color:#991b1b}.loan-report .status-badge.completed{background:#dcfce7;color:#166534}.loan-report .pending-row{background-color:#fef2f2!important}.loan-report .completed-row{background-color:#f0fdf4!important}.loan-report .date-range-container{display:flex;gap:10px}.loan-report .date-range-container .report-date-field{flex:1}.loan-report .loan-table thead th:nth-child(1){width:9%}.loan-report .loan-table thead th:nth-child(2){width:14%}.loan-report .loan-table thead th:nth-child(3){width:9%}.loan-report .loan-table thead th:nth-child(4){width:10%}.loan-report .loan-table thead th:nth-child(5){width:10%}.loan-report .loan-table thead th:nth-child(6){width:9%}.loan-report .loan-table thead th:nth-child(7){width:10%}.loan-report .loan-table thead th:nth-child(8){width:10%}.loan-report .loan-table thead th:nth-child(9){width:10%}.loan-report .loan-table thead th:nth-child(10){width:10%}.loan-report .loan-table thead th:nth-child(11){width:9%}.loan-report .summary-cards{display:flex;flex-wrap:wrap;gap:10px;padding:16px 20px;background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-shrink:0}.loan-report .summary-card{flex:1;min-width:90px;padding:10px 14px;background:#fff;border-radius:6px;box-shadow:0 1px 3px #0000000f;border-left:3px solid #cbd5e1}.loan-report .summary-card h4{font-size:10px;font-weight:600;color:#64748b;margin:0 0 3px;text-transform:uppercase;letter-spacing:.5px}.loan-report .summary-card p{font-size:16px;font-weight:700;margin:0;color:#1e293b}.loan-report .summary-card.highlight{border-left-color:#3b82f6;background:#eff6ff}.loan-report .summary-card.highlight p{color:#2563eb}.loan-report .summary-card.pending{border-left-color:#ef4444;background:#fef2f2}.loan-report .summary-card.pending p{color:#dc2626}.loan-report .summary-card.completed{border-left-color:#10b981;background:#ecfdf5}.loan-report .summary-card.completed p{color:#059669}.loan-report .report-body{display:flex;gap:20px;padding:20px;flex:1;overflow:hidden;min-height:0}.loan-report .report-filters-panel{width:320px;min-width:320px;flex-shrink:0;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow-y:auto;max-height:100%}.loan-report .report-results-panel{flex:1;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow:hidden;display:flex;flex-direction:column;min-width:0}.loan-report .data-table-container{flex:1;overflow:hidden;position:relative}.loan-report .data-table{width:100%;border-collapse:collapse;font-size:13px;table-layout:fixed}.loan-report .data-table thead{position:sticky;top:0;z-index:10;display:table;width:100%}.loan-report .data-table thead th{background:#1e293b!important;color:#fff!important;padding:8px 10px;text-align:left;font-weight:600;font-size:10px;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;border-bottom:2px solid #0f172a}.loan-report .data-table tbody{display:block;overflow-y:auto;max-height:calc(100vh - 430px);width:100%}.loan-report .data-table tbody td{padding:6px 10px;border-bottom:1px solid #f1f5f9;vertical-align:middle;font-size:12px;word-break:break-word}.loan-report .data-table tbody tr{display:table;width:100%;table-layout:fixed}.loan-report .data-table tbody tr:hover{background-color:#f8fafc}.loan-report .data-table tbody tr:nth-child(2n){background-color:#fafbfc}.loan-report .data-table tbody tr:nth-child(2n):hover{background-color:#f8fafc}.loan-report .data-table .text-right{text-align:right}.loan-report .data-table .text-center{text-align:center}.loan-report .data-table tfoot{display:table;width:100%;table-layout:fixed}.loan-report .data-table tfoot .grand-total-row{background:#1e293b!important;color:#fff;font-weight:700}.loan-report .data-table tfoot .grand-total-row td{padding:8px 10px;border-top:2px solid #0f172a;font-size:12px}.loan-report .data-table tfoot .grand-total-row strong{color:#fbbf24}.loan-report .table-body-scrollable{display:block;max-height:calc(100vh - 430px);overflow-y:auto;width:100%}.loan-report .table-body-scrollable tr{display:table;width:100%;table-layout:fixed}.loan-report .pagination-container{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:#f8fafc;border-top:1px solid #e2e8f0;flex-wrap:wrap;gap:10px;flex-shrink:0}.loan-report .pagination-info{font-size:12px;color:#64748b}.loan-report .page-size-selector{display:flex;align-items:center;gap:8px;font-size:12px;color:#64748b}.loan-report .page-size-selector select{padding:4px 8px;border:1px solid #e2e8f0;border-radius:4px;background:#fff;font-size:12px}.loan-report .pagination-controls{display:flex;align-items:center;gap:10px}.loan-report .pagination-btn{padding:5px 14px;border:1px solid #e2e8f0;border-radius:4px;background:#fff;cursor:pointer;font-size:12px;transition:all .2s}.loan-report .pagination-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.loan-report .pagination-btn:disabled{opacity:.5;cursor:not-allowed}.loan-report .page-info{font-size:12px;color:#64748b}.loan-report .loading-container,.loan-report .no-data-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:300px;color:#64748b;padding:40px}.loan-report .loading-container .spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:1200px){.loan-report .report-body{flex-direction:column}.loan-report .report-filters-panel{width:100%;max-height:400px}.loan-report .summary-cards{grid-template-columns:repeat(2,1fr)}.loan-report .date-range-container{flex-direction:column;gap:8px}}@media(max-width:992px){.loan-report .report-title-bar{flex-wrap:wrap;gap:12px}.loan-report .report-actions{flex-wrap:wrap}.loan-report .report-actions button{flex:1;min-width:80px;justify-content:center}}@media(max-width:768px){.loan-report .report-title-bar{flex-direction:column;align-items:flex-start;padding:16px}.loan-report .report-title-bar h1{font-size:20px}.loan-report .report-actions{width:100%}.loan-report .report-actions button{flex:1;font-size:12px;padding:6px 10px}.loan-report .summary-cards{grid-template-columns:1fr 1fr;gap:10px;padding:12px 16px}.loan-report .summary-card p{font-size:14px}.loan-report .data-table{font-size:10px}.loan-report .data-table thead th,.loan-report .data-table tbody td{padding:4px 6px}.loan-report .data-table thead th{font-size:9px}.loan-report .table-body-scrollable{max-height:calc(100vh - 450px)}.loan-report .pagination-container{flex-direction:column;align-items:stretch;gap:8px;padding:12px 16px}.loan-report .pagination-controls{justify-content:center;order:2}.loan-report .pagination-info{text-align:center;order:1;font-size:11px}.loan-report .page-size-selector{justify-content:center;order:3;font-size:11px}.loan-report .report-filters-panel{max-height:350px}.loan-report .status-badge{font-size:9px;padding:1px 6px}.loan-report .loan-table thead th:nth-child(1),.loan-report .loan-table thead th:nth-child(2){min-width:80px}.loan-report .loan-table thead th:nth-child(3),.loan-report .loan-table thead th:nth-child(4),.loan-report .loan-table thead th:nth-child(5),.loan-report .loan-table thead th:nth-child(6),.loan-report .loan-table thead th:nth-child(7),.loan-report .loan-table thead th:nth-child(8),.loan-report .loan-table thead th:nth-child(9),.loan-report .loan-table thead th:nth-child(10),.loan-report .loan-table thead th:nth-child(11){min-width:60px}}@media(max-width:480px){.loan-report .report-title-bar h1{font-size:18px}.loan-report .report-actions button{font-size:11px;padding:4px 8px;min-width:60px}.loan-report .summary-cards{grid-template-columns:1fr;gap:8px;padding:10px 12px}.loan-report .summary-card{padding:8px 12px}.loan-report .summary-card p{font-size:13px}.loan-report .data-table{font-size:9px}.loan-report .data-table thead th,.loan-report .data-table tbody td{padding:3px 4px;font-size:8px}.loan-report .data-table thead th{font-size:7px}.loan-report .table-body-scrollable{max-height:calc(100vh - 400px)}.loan-report .employee-code{font-size:10px}.loan-report .status-badge{font-size:8px;padding:1px 4px}.loan-report .pagination-btn{font-size:10px;padding:3px 8px}.loan-report .pagination-info,.loan-report .page-info,.loan-report .page-size-selector{font-size:10px}.loan-report .page-size-selector select{font-size:10px;padding:2px 4px}.loan-report .loading-container .spinner{width:30px;height:30px}.loan-report .loading-container p,.loan-report .no-data-container p{font-size:12px}.loan-report .loan-table thead th:nth-child(1),.loan-report .loan-table thead th:nth-child(2){min-width:60px}.loan-report .loan-table thead th:nth-child(3),.loan-report .loan-table thead th:nth-child(4),.loan-report .loan-table thead th:nth-child(5),.loan-report .loan-table thead th:nth-child(6),.loan-report .loan-table thead th:nth-child(7),.loan-report .loan-table thead th:nth-child(8),.loan-report .loan-table thead th:nth-child(9),.loan-report .loan-table thead th:nth-child(10),.loan-report .loan-table thead th:nth-child(11){min-width:50px}}@media print{.loan-report .report-filters-panel,.loan-report .report-actions,.loan-report .pagination-container,.loan-report .sys-pdf-preview-panel,.loan-report .report-preview-btn,.loan-report .report-print-btn,.loan-report .report-refresh-btn,.loan-report .report-export-btn{display:none!important}.loan-report,.sys-main-container{height:auto!important;background:#fff!important;overflow:visible!important}.loan-report .report-body{padding:0!important;gap:0!important;overflow:visible!important}.loan-report .report-results-panel{overflow:visible!important;flex:none!important;box-shadow:none!important;border-radius:0!important}.loan-report .results-container{box-shadow:none!important;height:auto!important;border-radius:0!important}.loan-report .report-title-bar{box-shadow:none!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important;background:#fff!important}.loan-report .report-title-bar h1{font-size:18px!important;color:#1e293b!important}.loan-report .summary-cards{break-inside:avoid!important;page-break-inside:avoid!important;background:#fff!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important}.loan-report .summary-card{border:1px solid #e2e8f0!important;background:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.loan-report .summary-card.highlight{background:#eff6ff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.loan-report .summary-card.pending{background:#fef2f2!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.loan-report .summary-card.completed{background:#ecfdf5!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.loan-report .data-table{font-size:8px!important;width:100%!important;table-layout:fixed!important}.loan-report .data-table thead th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important;padding:4px 6px!important;font-size:7px!important;border-bottom:2px solid #cbd5e1!important}.loan-report .data-table tbody td{padding:3px 6px!important;font-size:7px!important}.loan-report .data-table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important}.loan-report .data-table tfoot .grand-total-row{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important}.loan-report .data-table tfoot .grand-total-row strong{color:#1e293b!important}.loan-report .status-badge{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.loan-report .status-badge.pending{background:#fee2e2!important;color:#991b1b!important}.loan-report .status-badge.completed{background:#dcfce7!important;color:#166534!important}.loan-report .data-table-container{overflow:visible!important;flex:none!important}.loan-report .table-body-scrollable{max-height:none!important;overflow:visible!important}.loan-report .table-body-scrollable tr{display:table-row!important}.loan-report .sys-pdf-preview-content{padding:0!important;background:#fff!important}.loan-report .data-table thead{display:table-header-group!important}.loan-report .data-table tbody{display:table-row-group!important}.loan-report .data-table tfoot{display:table-footer-group!important}.loan-report .summary-cards{page-break-after:avoid!important}.loan-report .data-table tbody tr{page-break-inside:avoid!important}.loan-report .grand-total-row{page-break-before:avoid!important}.loan-report .pending-row{background:#fef2f2!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.loan-report .completed-row{background:#f0fdf4!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}}.ledger-statement-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.ledger-statement-report .report-title-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.ledger-statement-report .report-title-bar h1{font-size:22px;font-weight:600;color:#1e293b;margin:0}.ledger-statement-report .report-actions{display:flex;gap:8px;align-items:center}.ledger-statement-report .report-actions button{padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;color:#fff}.ledger-statement-report .report-actions button:disabled{opacity:.6;cursor:not-allowed}.ledger-statement-report .report-preview-btn{background:#8b5cf6}.ledger-statement-report .report-preview-btn:hover:not(:disabled){background:#7c3aed}.ledger-statement-report .report-print-btn{background:#8b5cf6}.ledger-statement-report .report-print-btn:hover:not(:disabled){background:#7c3aed}.ledger-statement-report .report-refresh-btn{background:#10b981}.ledger-statement-report .report-refresh-btn:hover:not(:disabled){background:#059669}.ledger-statement-report .report-export-btn{background:#f59e0b}.ledger-statement-report .report-export-btn:hover:not(:disabled){background:#d97706}.ledger-statement-report .report-body{display:flex;gap:20px;padding:20px;flex:1;overflow:hidden;min-height:0}.ledger-statement-report .report-filters-panel{width:320px;min-width:320px;flex-shrink:0;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow-y:auto;max-height:100%}.ledger-statement-report .report-results-panel{flex:1;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow:hidden;display:flex;flex-direction:column;min-width:0}.ledger-statement-report .report-results{padding:20px;height:100%;display:flex;flex-direction:column}.ledger-statement-report .report-results-loading,.ledger-statement-report .report-results-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#64748b}.ledger-statement-report .report-results-empty svg{margin-bottom:16px;opacity:.5}.ledger-statement-report .spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.ledger-statement-report .account-info-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;margin-bottom:16px;flex-wrap:wrap;gap:8px}.ledger-statement-report .account-info{font-size:14px;color:#1e293b}.ledger-statement-report .account-info strong{font-weight:600}.ledger-statement-report .account-balances{display:flex;gap:20px;font-size:13px;color:#475569}.ledger-statement-report .balance-item strong{color:#1e293b;font-weight:600}.ledger-statement-report .summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-bottom:24px}.ledger-statement-report .summary-card{padding:16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.ledger-statement-report .summary-card.highlight{background:#eff6ff;border-color:#3b82f6}.ledger-statement-report .summary-card-title{font-size:12px;color:#64748b;margin-bottom:8px}.ledger-statement-report .summary-card-value{font-size:24px;font-weight:700;color:#1e293b}.ledger-statement-report .results-table-container{flex:1;display:flex;flex-direction:column}.ledger-statement-report .results-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px 0}.ledger-statement-report .results-count{font-size:14px;color:#475569}.ledger-statement-report .results-page-size{display:flex;align-items:center;gap:8px;font-size:13px}.ledger-statement-report .results-page-size select{padding:4px 8px;border:1px solid #e2e8f0;border-radius:4px;background:#fff}.ledger-statement-report .results-table-wrap{flex:1;overflow:auto;border-radius:8px;border:1px solid #e2e8f0}.ledger-statement-report .results-table{width:100%;border-collapse:collapse;font-size:13px}.ledger-statement-report .results-table th{padding:12px 8px;background:#f8fafc;text-align:left;font-weight:600;color:#1e293b;border-bottom:1px solid #e2e8f0;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;font-size:12px}.ledger-statement-report .results-table th:hover{background:#f1f5f9}.ledger-statement-report .results-table th.number{text-align:right}.ledger-statement-report .results-table td{padding:10px 8px;border-bottom:1px solid #f1f5f9;color:#334155;font-size:13px}.ledger-statement-report .results-table td.number{text-align:right}.ledger-statement-report .results-table td.debit{color:#dc2626}.ledger-statement-report .results-table td.credit{color:#16a34a}.ledger-statement-report .results-table td.positive{color:#16a34a;font-weight:600}.ledger-statement-report .results-table td.negative{color:#dc2626;font-weight:600}.ledger-statement-report .results-table td.highlight{font-weight:600}.ledger-statement-report .results-table td.zero{color:#64748b}.ledger-statement-report .results-table tbody tr:hover{background:#faf5ff}.ledger-statement-report .results-table tbody tr.positive-balance{background-color:#f0fdf4}.ledger-statement-report .results-table tbody tr.negative-balance{background-color:#fef2f2}.ledger-statement-report .results-table tbody tr.positive-balance:hover,.ledger-statement-report .results-table tbody tr.negative-balance:hover{opacity:.85}.ledger-statement-report .results-table tbody tr.opening-row{background-color:#f0fdf4!important;font-weight:600}.ledger-statement-report .results-table tbody tr.closing-row{background-color:#fef3c7!important;font-weight:600}.ledger-statement-report .results-table tbody tr.opening-row td,.ledger-statement-report .results-table tbody tr.closing-row td{font-weight:600}.ledger-statement-report .results-table tfoot .grand-total-row{background-color:#dcfce7;border-top:2px solid #10b981}.ledger-statement-report .results-table tfoot .grand-total-row td{padding:12px 8px;font-weight:700;font-size:13px;color:#1e293b}.ledger-statement-report .results-table tfoot .grand-total-row td.number strong{color:#1e293b}.ledger-statement-report .text-right{text-align:right!important}.ledger-statement-report .text-center{text-align:center!important}.ledger-statement-report .ledger-table{table-layout:fixed;width:100%}.ledger-statement-report .ledger-table thead th:nth-child(1){width:14%;min-width:80px}.ledger-statement-report .ledger-table thead th:nth-child(2){width:16%;min-width:80px}.ledger-statement-report .ledger-table thead th:nth-child(3){width:30%;min-width:120px}.ledger-statement-report .ledger-table thead th:nth-child(4){width:13%;min-width:70px}.ledger-statement-report .ledger-table thead th:nth-child(5){width:13%;min-width:70px}.ledger-statement-report .ledger-table thead th:nth-child(6){width:14%;min-width:70px}.ledger-statement-report .results-pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid #e2e8f0}.ledger-statement-report .page-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;font-size:13px;transition:all .2s}.ledger-statement-report .page-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.ledger-statement-report .page-btn:disabled{opacity:.5;cursor:not-allowed}.ledger-statement-report .page-info{font-size:13px;color:#475569}.ledger-statement-report .report-filters{background:#fff;border-radius:12px}.ledger-statement-report .report-filters-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.ledger-statement-report .report-filters-header h3{display:flex;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:600;color:#1e293b}.ledger-statement-report .clear-filters-btn{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#ef4444;color:#fff;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:background .2s}.ledger-statement-report .clear-filters-btn:hover{background:#dc2626}.ledger-statement-report .report-filters-content{padding:20px;display:flex;flex-direction:column;gap:20px}.ledger-statement-report .filter-section{display:flex;flex-direction:column;gap:8px}.ledger-statement-report .filter-label{font-size:13px;font-weight:500;color:#475569}.ledger-statement-report .account-search-wrapper{position:relative}.ledger-statement-report .account-search-input-wrapper{position:relative;display:flex;align-items:center}.ledger-statement-report .account-search-input{width:100%;height:55px;padding:14px 16px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;transition:border-color .2s;background:#fff}.ledger-statement-report .account-search-input:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.ledger-statement-report .account-search-icon{position:absolute;left:10px;color:#9ca3af}.ledger-statement-report .account-search-clear-btn{position:absolute;right:8px;background:none;border:none;font-size:18px;color:#9ca3af;cursor:pointer;padding:0 4px}.ledger-statement-report .account-search-clear-btn:hover{color:#ef4444}.ledger-statement-report .account-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #d1d5db;border-radius:6px;max-height:200px;overflow-y:auto;z-index:1000;box-shadow:0 4px 12px #00000026;margin-top:4px}.ledger-statement-report .account-dropdown-item{padding:8px 12px;cursor:pointer;font-size:13px;transition:background .2s}.ledger-statement-report .account-dropdown-item:hover,.ledger-statement-report .account-dropdown-item.active{background:#f3e8ff}.ledger-statement-report .account-dropdown-loading{padding:12px;text-align:center;color:#6b7280;font-size:13px}.ledger-statement-report .date-range-container{display:flex;gap:10px}.ledger-statement-report .date-range-container .report-date-field{flex:1}.ledger-statement-report .filter-actions{margin-top:20px;padding-top:15px;border-top:1px solid #e2e8f0}.ledger-statement-report .apply-filters-btn{width:100%;padding:10px 16px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.ledger-statement-report .apply-filters-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.ledger-statement-report .apply-filters-btn:disabled{opacity:.6;cursor:not-allowed}.ledger-statement-report .active-filters{padding:12px 20px;border-top:1px solid #e2e8f0;background:#fefce8}.ledger-statement-report .active-filters-label{font-size:12px;font-weight:500;color:#854d0e;margin-bottom:8px}.ledger-statement-report .active-filters-list{display:flex;flex-wrap:wrap;gap:8px}.ledger-statement-report .filter-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;background:#fef3c7;color:#92400e;border-radius:4px;font-size:11px}.ledger-statement-report .filter-tag button{background:none;border:none;cursor:pointer;font-size:14px;padding:0 2px;color:#92400e}.ledger-statement-report .sys-pdf-preview-panel{position:fixed;inset:0;background:#00000080;z-index:9999;display:flex;flex-direction:column}.ledger-statement-report .sys-pdf-preview-header{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.ledger-statement-report .sys-pdf-preview-header h3{font-size:18px;font-weight:600;color:#1e293b;margin:0}.ledger-statement-report .sys-close-preview-btn{background:none;border:none;font-size:28px;color:#64748b;cursor:pointer;padding:0 8px;line-height:1}.ledger-statement-report .sys-close-preview-btn:hover{color:#ef4444}.ledger-statement-report .sys-pdf-preview-content{flex:1;background:#f1f5f9;padding:20px;overflow:hidden}.ledger-statement-report .sys-pdf-container{width:100%;height:100%;background:#fff;border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.ledger-statement-report .sys-pdf-preview-wrapper{flex:1;display:flex;flex-direction:column;height:100%}.ledger-statement-report .sys-pdf-preview-header-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-shrink:0}.ledger-statement-report .sys-pdf-preview-header-bar h3{font-size:16px;font-weight:600;color:#1e293b;margin:0}.ledger-statement-report .sys-pdf-actions{display:flex;gap:8px}.ledger-statement-report .sys-pdf-btn{padding:6px 14px;border:none;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s}.ledger-statement-report .sys-pdf-btn-primary{background:#3b82f6;color:#fff}.ledger-statement-report .sys-pdf-btn-primary:hover{background:#2563eb}.ledger-statement-report .sys-pdf-btn-secondary{background:#e2e8f0;color:#1e293b}.ledger-statement-report .sys-pdf-btn-secondary:hover{background:#cbd5e1}.ledger-statement-report .sys-pdf-viewer{flex:1;padding:10px;background:#f1f5f9}.ledger-statement-report .sys-pdf-iframe{width:100%;height:100%;border:none;background:#fff;border-radius:4px}.ledger-statement-report .sys-pdf-loading,.ledger-statement-report .sys-pdf-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:300px;color:#64748b;padding:40px}.ledger-statement-report .sys-pdf-spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #8b5cf6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.ledger-statement-report .sys-pdf-loading-content{text-align:center}.ledger-statement-report .sys-pdf-loading-content h3{margin:0 0 8px;color:#1e293b}.ledger-statement-report .sys-pdf-error-message{display:flex;align-items:center;justify-content:center;height:100%;padding:40px}.ledger-statement-report .sys-pdf-error-content{text-align:center;max-width:400px}.ledger-statement-report .sys-pdf-error-content h4{color:#dc2626;margin:0 0 8px}.ledger-statement-report .sys-pdf-placeholder-icon{font-size:48px;color:#cbd5e1;margin-bottom:16px}.ledger-statement-report .sys-pdf-placeholder h3{margin:0 0 8px;color:#1e293b}.ledger-statement-report .sys-pdf-placeholder p{margin:0;color:#64748b}@media(max-width:1200px){.ledger-statement-report .report-body{flex-direction:column}.ledger-statement-report .report-filters-panel{width:100%;max-height:400px}.ledger-statement-report .summary-cards{grid-template-columns:repeat(2,1fr)}.ledger-statement-report .date-range-container{flex-direction:column;gap:8px}}@media(max-width:768px){.ledger-statement-report .report-title-bar{flex-direction:column;align-items:flex-start;padding:16px}.ledger-statement-report .report-title-bar h1{font-size:20px}.ledger-statement-report .report-actions{width:100%;flex-wrap:wrap}.ledger-statement-report .report-actions button{flex:1;font-size:12px;padding:6px 10px;min-width:60px}.ledger-statement-report .summary-cards{grid-template-columns:1fr 1fr;gap:10px}.ledger-statement-report .summary-card-value{font-size:18px}.ledger-statement-report .results-table{font-size:11px}.ledger-statement-report .results-table th,.ledger-statement-report .results-table td{padding:6px 4px;font-size:10px}.ledger-statement-report .ledger-table thead th:nth-child(1),.ledger-statement-report .ledger-table thead th:nth-child(2){min-width:60px}.ledger-statement-report .ledger-table thead th:nth-child(3){min-width:80px}.ledger-statement-report .ledger-table thead th:nth-child(4),.ledger-statement-report .ledger-table thead th:nth-child(5),.ledger-statement-report .ledger-table thead th:nth-child(6){min-width:50px}.ledger-statement-report .results-toolbar{flex-direction:column;gap:8px;align-items:flex-start}.ledger-statement-report .results-page-size{width:100%;justify-content:flex-start}.ledger-statement-report .account-info-header{flex-direction:column;align-items:flex-start}.ledger-statement-report .account-balances{flex-wrap:wrap}}@media(max-width:480px){.ledger-statement-report .report-title-bar h1{font-size:18px}.ledger-statement-report .report-actions button{font-size:11px;padding:4px 8px;min-width:50px}.ledger-statement-report .summary-cards{grid-template-columns:1fr;gap:8px}.ledger-statement-report .summary-card{padding:12px}.ledger-statement-report .summary-card-value{font-size:16px}.ledger-statement-report .results-table{font-size:9px}.ledger-statement-report .results-table th,.ledger-statement-report .results-table td{padding:4px 3px;font-size:8px}.ledger-statement-report .ledger-table thead th:nth-child(1),.ledger-statement-report .ledger-table thead th:nth-child(2){min-width:50px}.ledger-statement-report .ledger-table thead th:nth-child(3){min-width:60px}.ledger-statement-report .ledger-table thead th:nth-child(4),.ledger-statement-report .ledger-table thead th:nth-child(5),.ledger-statement-report .ledger-table thead th:nth-child(6){min-width:40px}.ledger-statement-report .page-btn{font-size:10px;padding:4px 8px}.ledger-statement-report .page-info{font-size:10px}.ledger-statement-report .results-count,.ledger-statement-report .results-page-size{font-size:11px}.ledger-statement-report .results-page-size select{font-size:10px;padding:2px 4px}.ledger-statement-report .sys-pdf-preview-header{padding:8px 16px}.ledger-statement-report .sys-pdf-preview-header h3{font-size:14px}.ledger-statement-report .sys-pdf-preview-content{padding:8px}.ledger-statement-report .account-balances{flex-direction:column;gap:4px}}@media print{.ledger-statement-report .report-filters-panel,.ledger-statement-report .report-actions,.ledger-statement-report .results-pagination,.ledger-statement-report .results-toolbar,.ledger-statement-report .sys-pdf-preview-panel,.ledger-statement-report .report-preview-btn,.ledger-statement-report .report-print-btn,.ledger-statement-report .report-refresh-btn,.ledger-statement-report .report-export-btn{display:none!important}.ledger-statement-report,.sys-main-container{height:auto!important;background:#fff!important;overflow:visible!important}.ledger-statement-report .report-body{padding:0!important;gap:0!important;overflow:visible!important}.ledger-statement-report .report-results-panel{overflow:visible!important;flex:none!important;box-shadow:none!important;border-radius:0!important}.ledger-statement-report .report-results{box-shadow:none!important;padding:0!important}.ledger-statement-report .report-title-bar{box-shadow:none!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important;background:#fff!important}.ledger-statement-report .report-title-bar h1{font-size:18px!important;color:#1e293b!important}.ledger-statement-report .account-info-header{break-inside:avoid!important;page-break-inside:avoid!important;border:1px solid #e2e8f0!important;background:#fff!important;padding:12px 16px!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.ledger-statement-report .summary-cards{break-inside:avoid!important;page-break-inside:avoid!important;background:#fff!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important}.ledger-statement-report .summary-card{border:1px solid #e2e8f0!important;background:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.ledger-statement-report .summary-card.highlight{background:#eff6ff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.ledger-statement-report .results-table-wrap{border:none!important;border-radius:0!important;overflow:visible!important}.ledger-statement-report .results-table{font-size:8px!important;width:100%!important;table-layout:fixed!important}.ledger-statement-report .results-table thead th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important;padding:4px 6px!important;font-size:7px!important;border-bottom:2px solid #cbd5e1!important}.ledger-statement-report .results-table tbody td{padding:3px 6px!important;font-size:7px!important}.ledger-statement-report .results-table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important}.ledger-statement-report .results-table tfoot .grand-total-row{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#dcfce7!important;color:#1e293b!important}.ledger-statement-report .results-table tfoot .grand-total-row td.number strong{color:#1e293b!important}.ledger-statement-report .results-table tbody tr.positive-balance{background:#f0fdf4!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.ledger-statement-report .results-table tbody tr.negative-balance{background:#fef2f2!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.ledger-statement-report .results-table tbody tr.opening-row{background:#f0fdf4!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.ledger-statement-report .results-table tbody tr.closing-row{background:#fef3c7!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.ledger-statement-report .results-table td.debit{color:#dc2626!important}.ledger-statement-report .results-table td.credit,.ledger-statement-report .results-table td.positive{color:#16a34a!important}.ledger-statement-report .results-table td.negative{color:#dc2626!important}.ledger-statement-report .results-table td.zero{color:#64748b!important}.ledger-statement-report .results-table thead{display:table-header-group!important}.ledger-statement-report .results-table tbody{display:table-row-group!important}.ledger-statement-report .results-table tfoot{display:table-footer-group!important}.ledger-statement-report .account-info-header,.ledger-statement-report .summary-cards{page-break-after:avoid!important}.ledger-statement-report .results-table tbody tr{page-break-inside:avoid!important}.ledger-statement-report .grand-total-row{page-break-before:avoid!important}}.customer-statement-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.customer-statement-report .report-title-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.customer-statement-report .report-title-bar h1{font-size:22px;font-weight:600;color:#1e293b;margin:0}.customer-statement-report .report-actions{display:flex;gap:8px;align-items:center}.customer-statement-report .report-actions button{padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;color:#fff}.customer-statement-report .report-actions button:disabled{opacity:.6;cursor:not-allowed}.customer-statement-report .report-preview-btn{background:#8b5cf6}.customer-statement-report .report-preview-btn:hover:not(:disabled){background:#7c3aed}.customer-statement-report .report-print-btn{background:#8b5cf6}.customer-statement-report .report-print-btn:hover:not(:disabled){background:#7c3aed}.customer-statement-report .report-refresh-btn{background:#10b981}.customer-statement-report .report-refresh-btn:hover:not(:disabled){background:#059669}.customer-statement-report .report-export-btn{background:#f59e0b}.customer-statement-report .report-export-btn:hover:not(:disabled){background:#d97706}.customer-statement-report .report-body{display:flex;gap:20px;padding:20px;flex:1;overflow:hidden;min-height:0}.customer-statement-report .report-filters-panel{width:320px;min-width:320px;flex-shrink:0;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow-y:auto;max-height:100%}.customer-statement-report .report-results-panel{flex:1;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow:hidden;display:flex;flex-direction:column;min-width:0}.customer-statement-report .report-results{padding:20px;height:100%;display:flex;flex-direction:column}.customer-statement-report .report-results-loading,.customer-statement-report .report-results-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#64748b}.customer-statement-report .report-results-empty svg{margin-bottom:16px;opacity:.5}.customer-statement-report .empty-hint{font-size:12px;margin-top:8px;color:#94a3b8}.customer-statement-report .spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.customer-statement-report .customer-info-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;margin-bottom:16px;flex-wrap:wrap;gap:8px}.customer-statement-report .customer-info{font-size:14px;color:#1e293b}.customer-statement-report .customer-info strong{font-weight:600}.customer-statement-report .customer-balances{display:flex;gap:20px;font-size:13px;color:#475569}.customer-statement-report .balance-item strong{color:#1e293b;font-weight:600}.customer-statement-report .summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-bottom:24px}.customer-statement-report .summary-card{padding:16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.customer-statement-report .summary-card.highlight{background:#eff6ff;border-color:#3b82f6}.customer-statement-report .summary-card-title{font-size:12px;color:#64748b;margin-bottom:8px}.customer-statement-report .summary-card-value{font-size:24px;font-weight:700;color:#1e293b}.customer-statement-report .results-table-container{flex:1;display:flex;flex-direction:column}.customer-statement-report .results-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px 0}.customer-statement-report .results-count{font-size:14px;color:#475569}.customer-statement-report .results-page-size{display:flex;align-items:center;gap:8px;font-size:13px}.customer-statement-report .results-page-size select{padding:4px 8px;border:1px solid #e2e8f0;border-radius:4px;background:#fff}.customer-statement-report .results-table-wrap{flex:1;overflow:auto;border-radius:8px;border:1px solid #e2e8f0}.customer-statement-report .results-table{width:100%;border-collapse:collapse;font-size:13px}.customer-statement-report .results-table th{padding:12px 8px;background:#f8fafc;text-align:left;font-weight:600;color:#1e293b;border-bottom:1px solid #e2e8f0;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;font-size:12px}.customer-statement-report .results-table th:hover{background:#f1f5f9}.customer-statement-report .results-table th.number{text-align:right}.customer-statement-report .results-table td{padding:10px 8px;border-bottom:1px solid #f1f5f9;color:#334155;font-size:13px}.customer-statement-report .results-table td.number{text-align:right}.customer-statement-report .results-table td.debit{color:#dc2626}.customer-statement-report .results-table td.credit{color:#16a34a}.customer-statement-report .results-table td.positive{color:#16a34a;font-weight:600}.customer-statement-report .results-table td.negative{color:#dc2626;font-weight:600}.customer-statement-report .results-table td.highlight{font-weight:600}.customer-statement-report .results-table td.zero{color:#64748b}.customer-statement-report .results-table tbody tr:hover{background:#faf5ff}.customer-statement-report .results-table tbody tr.positive-balance{background-color:#f0fdf4}.customer-statement-report .results-table tbody tr.negative-balance{background-color:#fef2f2}.customer-statement-report .results-table tbody tr.positive-balance:hover,.customer-statement-report .results-table tbody tr.negative-balance:hover{opacity:.85}.customer-statement-report .results-table tbody tr.opening-row{background-color:#f0fdf4!important;font-weight:600}.customer-statement-report .results-table tbody tr.closing-row{background-color:#fef3c7!important;font-weight:600}.customer-statement-report .results-table tbody tr.opening-row td,.customer-statement-report .results-table tbody tr.closing-row td{font-weight:600}.customer-statement-report .results-table tfoot .grand-total-row{background-color:#dcfce7;border-top:2px solid #10b981}.customer-statement-report .results-table tfoot .grand-total-row td{padding:12px 8px;font-weight:700;font-size:13px;color:#1e293b}.customer-statement-report .results-table tfoot .grand-total-row td.number strong{color:#1e293b}.customer-statement-report .text-right{text-align:right!important}.customer-statement-report .text-center{text-align:center!important}.customer-statement-report .customer-table{table-layout:fixed;width:100%}.customer-statement-report .customer-table thead th:nth-child(1){width:15%;min-width:80px}.customer-statement-report .customer-table thead th:nth-child(2){width:18%;min-width:80px}.customer-statement-report .customer-table thead th:nth-child(3){width:27%;min-width:120px}.customer-statement-report .customer-table thead th:nth-child(4){width:13%;min-width:70px}.customer-statement-report .customer-table thead th:nth-child(5){width:13%;min-width:70px}.customer-statement-report .customer-table thead th:nth-child(6){width:14%;min-width:70px}.customer-statement-report .results-pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid #e2e8f0}.customer-statement-report .page-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;font-size:13px;transition:all .2s}.customer-statement-report .page-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.customer-statement-report .page-btn:disabled{opacity:.5;cursor:not-allowed}.customer-statement-report .page-info{font-size:13px;color:#475569}.customer-statement-report .report-filters{background:#fff;border-radius:12px}.customer-statement-report .report-filters-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.customer-statement-report .report-filters-header h3{display:flex;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:600;color:#1e293b}.customer-statement-report .clear-filters-btn{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#ef4444;color:#fff;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:background .2s}.customer-statement-report .clear-filters-btn:hover{background:#dc2626}.customer-statement-report .report-filters-content{padding:20px;display:flex;flex-direction:column;gap:20px}.customer-statement-report .filter-section{display:flex;flex-direction:column;gap:8px}.customer-statement-report .filter-label{font-size:13px;font-weight:500;color:#475569}.customer-statement-report .customer-search-wrapper{position:relative}.customer-statement-report .customer-search-input-wrapper{position:relative;display:flex;align-items:center}.customer-statement-report .customer-search-input{width:100%;padding:8px 12px 8px 36px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;transition:border-color .2s;background:#fff}.customer-statement-report .customer-search-input:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.customer-statement-report .customer-search-icon{position:absolute;left:10px;color:#9ca3af}.customer-statement-report .customer-search-clear-btn{position:absolute;right:8px;background:none;border:none;font-size:18px;color:#9ca3af;cursor:pointer;padding:0 4px}.customer-statement-report .customer-search-clear-btn:hover{color:#ef4444}.customer-statement-report .customer-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #d1d5db;border-radius:6px;max-height:200px;overflow-y:auto;z-index:1000;box-shadow:0 4px 12px #00000026;margin-top:4px}.customer-statement-report .customer-dropdown-item{padding:8px 12px;cursor:pointer;font-size:13px;transition:background .2s}.customer-statement-report .customer-dropdown-item:hover,.customer-statement-report .customer-dropdown-item.active{background:#f3e8ff}.customer-statement-report .customer-dropdown-loading{padding:12px;text-align:center;color:#6b7280;font-size:13px}.customer-statement-report .date-range-container{display:flex;gap:10px}.customer-statement-report .date-range-container .report-date-field{flex:1}.customer-statement-report .filter-actions{margin-top:20px;padding-top:15px;border-top:1px solid #e2e8f0}.customer-statement-report .apply-filters-btn{width:100%;padding:10px 16px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.customer-statement-report .apply-filters-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.customer-statement-report .apply-filters-btn:disabled{opacity:.6;cursor:not-allowed}.customer-statement-report .active-filters{padding:12px 20px;border-top:1px solid #e2e8f0;background:#fefce8}.customer-statement-report .active-filters-label{font-size:12px;font-weight:500;color:#854d0e;margin-bottom:8px}.customer-statement-report .active-filters-list{display:flex;flex-wrap:wrap;gap:8px}.customer-statement-report .filter-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;background:#fef3c7;color:#92400e;border-radius:4px;font-size:11px}.customer-statement-report .filter-tag button{background:none;border:none;cursor:pointer;font-size:14px;padding:0 2px;color:#92400e}.customer-statement-report .sys-pdf-preview-panel{position:fixed;inset:0;background:#00000080;z-index:9999;display:flex;flex-direction:column}.customer-statement-report .sys-pdf-preview-header{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.customer-statement-report .sys-pdf-preview-header h3{font-size:18px;font-weight:600;color:#1e293b;margin:0}.customer-statement-report .sys-close-preview-btn{background:none;border:none;font-size:28px;color:#64748b;cursor:pointer;padding:0 8px;line-height:1}.customer-statement-report .sys-close-preview-btn:hover{color:#ef4444}.customer-statement-report .sys-pdf-preview-content{flex:1;background:#f1f5f9;padding:20px;overflow:hidden}.customer-statement-report .sys-pdf-container{width:100%;height:100%;background:#fff;border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.customer-statement-report .sys-pdf-preview-wrapper{flex:1;display:flex;flex-direction:column;height:100%}.customer-statement-report .sys-pdf-preview-header-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-shrink:0}.customer-statement-report .sys-pdf-preview-header-bar h3{font-size:16px;font-weight:600;color:#1e293b;margin:0}.customer-statement-report .sys-pdf-actions{display:flex;gap:8px}.customer-statement-report .sys-pdf-btn{padding:6px 14px;border:none;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s}.customer-statement-report .sys-pdf-btn-primary{background:#3b82f6;color:#fff}.customer-statement-report .sys-pdf-btn-primary:hover{background:#2563eb}.customer-statement-report .sys-pdf-btn-secondary{background:#e2e8f0;color:#1e293b}.customer-statement-report .sys-pdf-btn-secondary:hover{background:#cbd5e1}.customer-statement-report .sys-pdf-viewer{flex:1;padding:10px;background:#f1f5f9}.customer-statement-report .sys-pdf-iframe{width:100%;height:100%;border:none;background:#fff;border-radius:4px}.customer-statement-report .sys-pdf-loading,.customer-statement-report .sys-pdf-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:300px;color:#64748b;padding:40px}.customer-statement-report .sys-pdf-spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #8b5cf6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.customer-statement-report .sys-pdf-loading-content{text-align:center}.customer-statement-report .sys-pdf-loading-content h3{margin:0 0 8px;color:#1e293b}.customer-statement-report .sys-pdf-error-message{display:flex;align-items:center;justify-content:center;height:100%;padding:40px}.customer-statement-report .sys-pdf-error-content{text-align:center;max-width:400px}.customer-statement-report .sys-pdf-error-content h4{color:#dc2626;margin:0 0 8px}.customer-statement-report .sys-pdf-placeholder-icon{font-size:48px;color:#cbd5e1;margin-bottom:16px}.customer-statement-report .sys-pdf-placeholder h3{margin:0 0 8px;color:#1e293b}.customer-statement-report .sys-pdf-placeholder p{margin:0;color:#64748b}@media(max-width:1200px){.customer-statement-report .report-body{flex-direction:column}.customer-statement-report .report-filters-panel{width:100%;max-height:400px}.customer-statement-report .summary-cards{grid-template-columns:repeat(2,1fr)}.customer-statement-report .date-range-container{flex-direction:column;gap:8px}}@media(max-width:768px){.customer-statement-report .report-title-bar{flex-direction:column;align-items:flex-start;padding:16px}.customer-statement-report .report-title-bar h1{font-size:20px}.customer-statement-report .report-actions{width:100%;flex-wrap:wrap}.customer-statement-report .report-actions button{flex:1;font-size:12px;padding:6px 10px;min-width:60px}.customer-statement-report .summary-cards{grid-template-columns:1fr 1fr;gap:10px}.customer-statement-report .summary-card-value{font-size:18px}.customer-statement-report .results-table{font-size:11px}.customer-statement-report .results-table th,.customer-statement-report .results-table td{padding:6px 4px;font-size:10px}.customer-statement-report .customer-table thead th:nth-child(1),.customer-statement-report .customer-table thead th:nth-child(2){min-width:60px}.customer-statement-report .customer-table thead th:nth-child(3),.customer-statement-report .customer-table thead th:nth-child(4),.customer-statement-report .customer-table thead th:nth-child(5),.customer-statement-report .customer-table thead th:nth-child(6){min-width:50px}.customer-statement-report .results-toolbar{flex-direction:column;gap:8px;align-items:flex-start}.customer-statement-report .results-page-size{width:100%;justify-content:flex-start}.customer-statement-report .customer-info-header{flex-direction:column;align-items:flex-start}.customer-statement-report .customer-balances{flex-wrap:wrap}}@media(max-width:480px){.customer-statement-report .report-title-bar h1{font-size:18px}.customer-statement-report .report-actions button{font-size:11px;padding:4px 8px;min-width:50px}.customer-statement-report .summary-cards{grid-template-columns:1fr;gap:8px}.customer-statement-report .summary-card{padding:12px}.customer-statement-report .summary-card-value{font-size:16px}.customer-statement-report .results-table{font-size:9px}.customer-statement-report .results-table th,.customer-statement-report .results-table td{padding:4px 3px;font-size:8px}.customer-statement-report .customer-table thead th:nth-child(1),.customer-statement-report .customer-table thead th:nth-child(2){min-width:50px}.customer-statement-report .customer-table thead th:nth-child(3),.customer-statement-report .customer-table thead th:nth-child(4),.customer-statement-report .customer-table thead th:nth-child(5),.customer-statement-report .customer-table thead th:nth-child(6){min-width:40px}.customer-statement-report .page-btn{font-size:10px;padding:4px 8px}.customer-statement-report .page-info{font-size:10px}.customer-statement-report .results-count,.customer-statement-report .results-page-size{font-size:11px}.customer-statement-report .results-page-size select{font-size:10px;padding:2px 4px}.customer-statement-report .sys-pdf-preview-header{padding:8px 16px}.customer-statement-report .sys-pdf-preview-header h3{font-size:14px}.customer-statement-report .sys-pdf-preview-content{padding:8px}.customer-statement-report .customer-balances{flex-direction:column;gap:4px}}@media print{.customer-statement-report .report-filters-panel,.customer-statement-report .report-actions,.customer-statement-report .results-pagination,.customer-statement-report .results-toolbar,.customer-statement-report .sys-pdf-preview-panel,.customer-statement-report .report-preview-btn,.customer-statement-report .report-print-btn,.customer-statement-report .report-refresh-btn,.customer-statement-report .report-export-btn{display:none!important}.customer-statement-report,.sys-main-container{height:auto!important;background:#fff!important;overflow:visible!important}.customer-statement-report .report-body{padding:0!important;gap:0!important;overflow:visible!important}.customer-statement-report .report-results-panel{overflow:visible!important;flex:none!important;box-shadow:none!important;border-radius:0!important}.customer-statement-report .report-results{box-shadow:none!important;padding:0!important}.customer-statement-report .report-title-bar{box-shadow:none!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important;background:#fff!important}.customer-statement-report .report-title-bar h1{font-size:18px!important;color:#1e293b!important}.customer-statement-report .customer-info-header{break-inside:avoid!important;page-break-inside:avoid!important;border:1px solid #e2e8f0!important;background:#fff!important;padding:12px 16px!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.customer-statement-report .summary-cards{break-inside:avoid!important;page-break-inside:avoid!important;background:#fff!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important}.customer-statement-report .summary-card{border:1px solid #e2e8f0!important;background:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.customer-statement-report .summary-card.highlight{background:#eff6ff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.customer-statement-report .results-table-wrap{border:none!important;border-radius:0!important;overflow:visible!important}.customer-statement-report .results-table{font-size:8px!important;width:100%!important;table-layout:fixed!important}.customer-statement-report .results-table thead th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important;padding:4px 6px!important;font-size:7px!important;border-bottom:2px solid #cbd5e1!important}.customer-statement-report .results-table tbody td{padding:3px 6px!important;font-size:7px!important}.customer-statement-report .results-table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important}.customer-statement-report .results-table tfoot .grand-total-row{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#dcfce7!important;color:#1e293b!important}.customer-statement-report .results-table tfoot .grand-total-row td.number strong{color:#1e293b!important}.customer-statement-report .results-table tbody tr.positive-balance{background:#f0fdf4!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.customer-statement-report .results-table tbody tr.negative-balance{background:#fef2f2!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.customer-statement-report .results-table tbody tr.opening-row{background:#f0fdf4!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.customer-statement-report .results-table tbody tr.closing-row{background:#fef3c7!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.customer-statement-report .results-table td.debit{color:#dc2626!important}.customer-statement-report .results-table td.credit,.customer-statement-report .results-table td.positive{color:#16a34a!important}.customer-statement-report .results-table td.negative{color:#dc2626!important}.customer-statement-report .results-table td.zero{color:#64748b!important}.customer-statement-report .results-table thead{display:table-header-group!important}.customer-statement-report .results-table tbody{display:table-row-group!important}.customer-statement-report .results-table tfoot{display:table-footer-group!important}.customer-statement-report .customer-info-header,.customer-statement-report .summary-cards{page-break-after:avoid!important}.customer-statement-report .results-table tbody tr{page-break-inside:avoid!important}.customer-statement-report .grand-total-row{page-break-before:avoid!important}}.supplier-statement-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.supplier-statement-report .report-title-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.supplier-statement-report .report-title-bar h1{font-size:22px;font-weight:600;color:#1e293b;margin:0}.supplier-statement-report .report-actions{display:flex;gap:8px;align-items:center}.supplier-statement-report .report-actions button{padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;color:#fff}.supplier-statement-report .report-actions button:disabled{opacity:.6;cursor:not-allowed}.supplier-statement-report .report-preview-btn{background:#8b5cf6}.supplier-statement-report .report-preview-btn:hover:not(:disabled){background:#7c3aed}.supplier-statement-report .report-print-btn{background:#8b5cf6}.supplier-statement-report .report-print-btn:hover:not(:disabled){background:#7c3aed}.supplier-statement-report .report-refresh-btn{background:#10b981}.supplier-statement-report .report-refresh-btn:hover:not(:disabled){background:#059669}.supplier-statement-report .report-export-btn{background:#f59e0b}.supplier-statement-report .report-export-btn:hover:not(:disabled){background:#d97706}.supplier-statement-report .report-body{display:flex;gap:20px;padding:20px;flex:1;overflow:hidden;min-height:0}.supplier-statement-report .report-filters-panel{width:320px;min-width:320px;flex-shrink:0;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow-y:auto;max-height:100%}.supplier-statement-report .report-results-panel{flex:1;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow:hidden;display:flex;flex-direction:column;min-width:0}.supplier-statement-report .report-results{padding:20px;height:100%;display:flex;flex-direction:column}.supplier-statement-report .report-results-loading,.supplier-statement-report .report-results-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#64748b}.supplier-statement-report .report-results-empty svg{margin-bottom:16px;opacity:.5}.supplier-statement-report .spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.supplier-statement-report .supplier-info-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;margin-bottom:16px;flex-wrap:wrap;gap:8px}.supplier-statement-report .supplier-info{font-size:14px;color:#1e293b}.supplier-statement-report .supplier-info strong{font-weight:600}.supplier-statement-report .supplier-balances{display:flex;gap:20px;font-size:13px;color:#475569}.supplier-statement-report .balance-item strong{color:#1e293b;font-weight:600}.supplier-statement-report .summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-bottom:24px}.supplier-statement-report .summary-card{padding:16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.supplier-statement-report .summary-card.highlight{background:#eff6ff;border-color:#3b82f6}.supplier-statement-report .summary-card-title{font-size:12px;color:#64748b;margin-bottom:8px}.supplier-statement-report .summary-card-value{font-size:24px;font-weight:700;color:#1e293b}.supplier-statement-report .results-table-container{flex:1;display:flex;flex-direction:column}.supplier-statement-report .results-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px 0}.supplier-statement-report .results-count{font-size:14px;color:#475569}.supplier-statement-report .results-page-size{display:flex;align-items:center;gap:8px;font-size:13px}.supplier-statement-report .results-page-size select{padding:4px 8px;border:1px solid #e2e8f0;border-radius:4px;background:#fff}.supplier-statement-report .results-table-wrap{flex:1;overflow:auto;border-radius:8px;border:1px solid #e2e8f0}.supplier-statement-report .results-table{width:100%;border-collapse:collapse;font-size:13px}.supplier-statement-report .results-table th{padding:12px 8px;background:#f8fafc;text-align:left;font-weight:600;color:#1e293b;border-bottom:1px solid #e2e8f0;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;font-size:12px}.supplier-statement-report .results-table th:hover{background:#f1f5f9}.supplier-statement-report .results-table th.number{text-align:right}.supplier-statement-report .results-table td{padding:10px 8px;border-bottom:1px solid #f1f5f9;color:#334155;font-size:13px}.supplier-statement-report .results-table td.number{text-align:right}.supplier-statement-report .results-table td.debit{color:#dc2626}.supplier-statement-report .results-table td.credit{color:#16a34a}.supplier-statement-report .results-table td.positive{color:#16a34a;font-weight:600}.supplier-statement-report .results-table td.negative{color:#dc2626;font-weight:600}.supplier-statement-report .results-table td.highlight{font-weight:600}.supplier-statement-report .results-table td.zero{color:#64748b}.supplier-statement-report .results-table tbody tr:hover{background:#faf5ff}.supplier-statement-report .results-table tbody tr.positive-balance{background-color:#f0fdf4}.supplier-statement-report .results-table tbody tr.negative-balance{background-color:#fef2f2}.supplier-statement-report .results-table tbody tr.positive-balance:hover,.supplier-statement-report .results-table tbody tr.negative-balance:hover{opacity:.85}.supplier-statement-report .results-table tbody tr.opening-row{background-color:#f0fdf4!important;font-weight:600}.supplier-statement-report .results-table tbody tr.closing-row{background-color:#fef3c7!important;font-weight:600}.supplier-statement-report .results-table tbody tr.opening-row td,.supplier-statement-report .results-table tbody tr.closing-row td{font-weight:600}.supplier-statement-report .results-table tfoot .grand-total-row{background-color:#dcfce7;border-top:2px solid #10b981}.supplier-statement-report .results-table tfoot .grand-total-row td{padding:12px 8px;font-weight:700;font-size:13px;color:#1e293b}.supplier-statement-report .results-table tfoot .grand-total-row td.number strong{color:#1e293b}.supplier-statement-report .text-right{text-align:right!important}.supplier-statement-report .text-center{text-align:center!important}.supplier-statement-report .statement-table{table-layout:fixed;width:100%}.supplier-statement-report .statement-table thead th:nth-child(1){width:15%;min-width:80px}.supplier-statement-report .statement-table thead th:nth-child(2){width:18%;min-width:80px}.supplier-statement-report .statement-table thead th:nth-child(3){width:27%;min-width:120px}.supplier-statement-report .statement-table thead th:nth-child(4){width:13%;min-width:70px}.supplier-statement-report .statement-table thead th:nth-child(5){width:13%;min-width:70px}.supplier-statement-report .statement-table thead th:nth-child(6){width:14%;min-width:70px}.supplier-statement-report .results-pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid #e2e8f0}.supplier-statement-report .page-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;font-size:13px;transition:all .2s}.supplier-statement-report .page-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.supplier-statement-report .page-btn:disabled{opacity:.5;cursor:not-allowed}.supplier-statement-report .page-info{font-size:13px;color:#475569}.supplier-statement-report .report-filters{background:#fff;border-radius:12px}.supplier-statement-report .report-filters-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.supplier-statement-report .report-filters-header h3{display:flex;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:600;color:#1e293b}.supplier-statement-report .clear-filters-btn{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#ef4444;color:#fff;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:background .2s}.supplier-statement-report .clear-filters-btn:hover{background:#dc2626}.supplier-statement-report .report-filters-content{padding:20px;display:flex;flex-direction:column;gap:20px}.supplier-statement-report .filter-section{display:flex;flex-direction:column;gap:8px}.supplier-statement-report .filter-label{font-size:13px;font-weight:500;color:#475569}.supplier-statement-report .supplier-search-wrapper{position:relative}.supplier-statement-report .supplier-search-input-wrapper{position:relative;display:flex;align-items:center}.supplier-statement-report .supplier-search-input{width:100%;padding:8px 12px 8px 36px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;transition:border-color .2s;background:#fff}.supplier-statement-report .supplier-search-input:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.supplier-statement-report .supplier-search-icon{position:absolute;left:10px;color:#9ca3af}.supplier-statement-report .supplier-search-clear-btn{position:absolute;right:8px;background:none;border:none;font-size:18px;color:#9ca3af;cursor:pointer;padding:0 4px}.supplier-statement-report .supplier-search-clear-btn:hover{color:#ef4444}.supplier-statement-report .supplier-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #d1d5db;border-radius:6px;max-height:200px;overflow-y:auto;z-index:1000;box-shadow:0 4px 12px #00000026;margin-top:4px}.supplier-statement-report .supplier-dropdown-item{padding:8px 12px;cursor:pointer;font-size:13px;transition:background .2s}.supplier-statement-report .supplier-dropdown-item:hover,.supplier-statement-report .supplier-dropdown-item.active{background:#f3e8ff}.supplier-statement-report .supplier-dropdown-loading{padding:12px;text-align:center;color:#6b7280;font-size:13px}.supplier-statement-report .date-range-container{display:flex;gap:10px}.supplier-statement-report .date-range-container .report-date-field{flex:1}.supplier-statement-report .filter-actions{margin-top:20px;padding-top:15px;border-top:1px solid #e2e8f0}.supplier-statement-report .apply-filters-btn{width:100%;padding:10px 16px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.supplier-statement-report .apply-filters-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.supplier-statement-report .apply-filters-btn:disabled{opacity:.6;cursor:not-allowed}.supplier-statement-report .active-filters{padding:12px 20px;border-top:1px solid #e2e8f0;background:#fefce8}.supplier-statement-report .active-filters-label{font-size:12px;font-weight:500;color:#854d0e;margin-bottom:8px}.supplier-statement-report .active-filters-list{display:flex;flex-wrap:wrap;gap:8px}.supplier-statement-report .filter-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;background:#fef3c7;color:#92400e;border-radius:4px;font-size:11px}.supplier-statement-report .filter-tag button{background:none;border:none;cursor:pointer;font-size:14px;padding:0 2px;color:#92400e}.supplier-statement-report .sys-pdf-preview-panel{position:fixed;inset:0;background:#00000080;z-index:9999;display:flex;flex-direction:column}.supplier-statement-report .sys-pdf-preview-header{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.supplier-statement-report .sys-pdf-preview-header h3{font-size:18px;font-weight:600;color:#1e293b;margin:0}.supplier-statement-report .sys-close-preview-btn{background:none;border:none;font-size:28px;color:#64748b;cursor:pointer;padding:0 8px;line-height:1}.supplier-statement-report .sys-close-preview-btn:hover{color:#ef4444}.supplier-statement-report .sys-pdf-preview-content{flex:1;background:#f1f5f9;padding:20px;overflow:hidden}.supplier-statement-report .sys-pdf-container{width:100%;height:100%;background:#fff;border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.supplier-statement-report .sys-pdf-preview-wrapper{flex:1;display:flex;flex-direction:column;height:100%}.supplier-statement-report .sys-pdf-preview-header-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-shrink:0}.supplier-statement-report .sys-pdf-preview-header-bar h3{font-size:16px;font-weight:600;color:#1e293b;margin:0}.supplier-statement-report .sys-pdf-actions{display:flex;gap:8px}.supplier-statement-report .sys-pdf-btn{padding:6px 14px;border:none;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s}.supplier-statement-report .sys-pdf-btn-primary{background:#3b82f6;color:#fff}.supplier-statement-report .sys-pdf-btn-primary:hover{background:#2563eb}.supplier-statement-report .sys-pdf-btn-secondary{background:#e2e8f0;color:#1e293b}.supplier-statement-report .sys-pdf-btn-secondary:hover{background:#cbd5e1}.supplier-statement-report .sys-pdf-viewer{flex:1;padding:10px;background:#f1f5f9}.supplier-statement-report .sys-pdf-iframe{width:100%;height:100%;border:none;background:#fff;border-radius:4px}.supplier-statement-report .sys-pdf-loading,.supplier-statement-report .sys-pdf-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:300px;color:#64748b;padding:40px}.supplier-statement-report .sys-pdf-spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #8b5cf6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.supplier-statement-report .sys-pdf-loading-content{text-align:center}.supplier-statement-report .sys-pdf-loading-content h3{margin:0 0 8px;color:#1e293b}.supplier-statement-report .sys-pdf-error-message{display:flex;align-items:center;justify-content:center;height:100%;padding:40px}.supplier-statement-report .sys-pdf-error-content{text-align:center;max-width:400px}.supplier-statement-report .sys-pdf-error-content h4{color:#dc2626;margin:0 0 8px}.supplier-statement-report .sys-pdf-placeholder-icon{font-size:48px;color:#cbd5e1;margin-bottom:16px}.supplier-statement-report .sys-pdf-placeholder h3{margin:0 0 8px;color:#1e293b}.supplier-statement-report .sys-pdf-placeholder p{margin:0;color:#64748b}@media(max-width:1200px){.supplier-statement-report .report-body{flex-direction:column}.supplier-statement-report .report-filters-panel{width:100%;max-height:400px}.supplier-statement-report .summary-cards{grid-template-columns:repeat(2,1fr)}.supplier-statement-report .date-range-container{flex-direction:column;gap:8px}}@media(max-width:768px){.supplier-statement-report .report-title-bar{flex-direction:column;align-items:flex-start;padding:16px}.supplier-statement-report .report-title-bar h1{font-size:20px}.supplier-statement-report .report-actions{width:100%;flex-wrap:wrap}.supplier-statement-report .report-actions button{flex:1;font-size:12px;padding:6px 10px;min-width:60px}.supplier-statement-report .summary-cards{grid-template-columns:1fr 1fr;gap:10px}.supplier-statement-report .summary-card-value{font-size:18px}.supplier-statement-report .results-table{font-size:11px}.supplier-statement-report .results-table th,.supplier-statement-report .results-table td{padding:6px 4px;font-size:10px}.supplier-statement-report .statement-table thead th:nth-child(1),.supplier-statement-report .statement-table thead th:nth-child(2){min-width:60px}.supplier-statement-report .statement-table thead th:nth-child(3),.supplier-statement-report .statement-table thead th:nth-child(4),.supplier-statement-report .statement-table thead th:nth-child(5),.supplier-statement-report .statement-table thead th:nth-child(6){min-width:50px}.supplier-statement-report .results-toolbar{flex-direction:column;gap:8px;align-items:flex-start}.supplier-statement-report .results-page-size{width:100%;justify-content:flex-start}.supplier-statement-report .supplier-info-header{flex-direction:column;align-items:flex-start}.supplier-statement-report .supplier-balances{flex-wrap:wrap}}@media(max-width:480px){.supplier-statement-report .report-title-bar h1{font-size:18px}.supplier-statement-report .report-actions button{font-size:11px;padding:4px 8px;min-width:50px}.supplier-statement-report .summary-cards{grid-template-columns:1fr;gap:8px}.supplier-statement-report .summary-card{padding:12px}.supplier-statement-report .summary-card-value{font-size:16px}.supplier-statement-report .results-table{font-size:9px}.supplier-statement-report .results-table th,.supplier-statement-report .results-table td{padding:4px 3px;font-size:8px}.supplier-statement-report .statement-table thead th:nth-child(1),.supplier-statement-report .statement-table thead th:nth-child(2){min-width:50px}.supplier-statement-report .statement-table thead th:nth-child(3),.supplier-statement-report .statement-table thead th:nth-child(4),.supplier-statement-report .statement-table thead th:nth-child(5),.supplier-statement-report .statement-table thead th:nth-child(6){min-width:40px}.supplier-statement-report .page-btn{font-size:10px;padding:4px 8px}.supplier-statement-report .page-info{font-size:10px}.supplier-statement-report .results-count,.supplier-statement-report .results-page-size{font-size:11px}.supplier-statement-report .results-page-size select{font-size:10px;padding:2px 4px}.supplier-statement-report .sys-pdf-preview-header{padding:8px 16px}.supplier-statement-report .sys-pdf-preview-header h3{font-size:14px}.supplier-statement-report .sys-pdf-preview-content{padding:8px}.supplier-statement-report .supplier-balances{flex-direction:column;gap:4px}}@media print{.supplier-statement-report .report-filters-panel,.supplier-statement-report .report-actions,.supplier-statement-report .results-pagination,.supplier-statement-report .results-toolbar,.supplier-statement-report .sys-pdf-preview-panel,.supplier-statement-report .report-preview-btn,.supplier-statement-report .report-print-btn,.supplier-statement-report .report-refresh-btn,.supplier-statement-report .report-export-btn{display:none!important}.supplier-statement-report,.sys-main-container{height:auto!important;background:#fff!important;overflow:visible!important}.supplier-statement-report .report-body{padding:0!important;gap:0!important;overflow:visible!important}.supplier-statement-report .report-results-panel{overflow:visible!important;flex:none!important;box-shadow:none!important;border-radius:0!important}.supplier-statement-report .report-results{box-shadow:none!important;padding:0!important}.supplier-statement-report .report-title-bar{box-shadow:none!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important;background:#fff!important}.supplier-statement-report .report-title-bar h1{font-size:18px!important;color:#1e293b!important}.supplier-statement-report .supplier-info-header{break-inside:avoid!important;page-break-inside:avoid!important;border:1px solid #e2e8f0!important;background:#fff!important;padding:12px 16px!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.supplier-statement-report .summary-cards{break-inside:avoid!important;page-break-inside:avoid!important;background:#fff!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important}.supplier-statement-report .summary-card{border:1px solid #e2e8f0!important;background:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.supplier-statement-report .summary-card.highlight{background:#eff6ff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.supplier-statement-report .results-table-wrap{border:none!important;border-radius:0!important;overflow:visible!important}.supplier-statement-report .results-table{font-size:8px!important;width:100%!important;table-layout:fixed!important}.supplier-statement-report .results-table thead th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important;padding:4px 6px!important;font-size:7px!important;border-bottom:2px solid #cbd5e1!important}.supplier-statement-report .results-table tbody td{padding:3px 6px!important;font-size:7px!important}.supplier-statement-report .results-table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important}.supplier-statement-report .results-table tfoot .grand-total-row{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#dcfce7!important;color:#1e293b!important}.supplier-statement-report .results-table tfoot .grand-total-row td.number strong{color:#1e293b!important}.supplier-statement-report .results-table tbody tr.positive-balance{background:#f0fdf4!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.supplier-statement-report .results-table tbody tr.negative-balance{background:#fef2f2!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.supplier-statement-report .results-table tbody tr.opening-row{background:#f0fdf4!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.supplier-statement-report .results-table tbody tr.closing-row{background:#fef3c7!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.supplier-statement-report .results-table td.debit{color:#dc2626!important}.supplier-statement-report .results-table td.credit,.supplier-statement-report .results-table td.positive{color:#16a34a!important}.supplier-statement-report .results-table td.negative{color:#dc2626!important}.supplier-statement-report .results-table td.zero{color:#64748b!important}.supplier-statement-report .results-table thead{display:table-header-group!important}.supplier-statement-report .results-table tbody{display:table-row-group!important}.supplier-statement-report .results-table tfoot{display:table-footer-group!important}.supplier-statement-report .supplier-info-header,.supplier-statement-report .summary-cards{page-break-after:avoid!important}.supplier-statement-report .results-table tbody tr{page-break-inside:avoid!important}.supplier-statement-report .grand-total-row{page-break-before:avoid!important}}.customer-ageing-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.customer-ageing-report .report-title-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.customer-ageing-report .report-title-bar h1{font-size:22px;font-weight:600;color:#1e293b;margin:0}.customer-ageing-report .report-actions{display:flex;gap:8px;align-items:center}.customer-ageing-report .report-actions button{padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;color:#fff}.customer-ageing-report .report-actions button:disabled{opacity:.6;cursor:not-allowed}.customer-ageing-report .report-preview-btn{background:#8b5cf6}.customer-ageing-report .report-preview-btn:hover:not(:disabled){background:#7c3aed}.customer-ageing-report .report-print-btn{background:#8b5cf6}.customer-ageing-report .report-print-btn:hover:not(:disabled){background:#7c3aed}.customer-ageing-report .report-refresh-btn{background:#10b981}.customer-ageing-report .report-refresh-btn:hover:not(:disabled){background:#059669}.customer-ageing-report .report-export-btn{background:#f59e0b}.customer-ageing-report .report-export-btn:hover:not(:disabled){background:#d97706}.customer-ageing-report .report-body{display:flex;gap:20px;padding:20px;flex:1;overflow:hidden;min-height:0}.customer-ageing-report .report-filters-panel{width:320px;min-width:320px;flex-shrink:0;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow-y:auto;max-height:100%}.customer-ageing-report .report-results-panel{flex:1;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow:hidden;display:flex;flex-direction:column;min-width:0}.customer-ageing-report .report-results{padding:20px;height:100%;display:flex;flex-direction:column}.customer-ageing-report .report-results-loading,.customer-ageing-report .report-results-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#64748b}.customer-ageing-report .report-results-empty svg{margin-bottom:16px;opacity:.5}.customer-ageing-report .empty-hint{font-size:12px;margin-top:8px;color:#94a3b8}.customer-ageing-report .spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.customer-ageing-report .summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-bottom:24px}.customer-ageing-report .summary-card{padding:14px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.customer-ageing-report .summary-card.highlight{background:#eff6ff;border-color:#3b82f6}.customer-ageing-report .summary-card-title{font-size:11px;color:#64748b;margin-bottom:6px;text-transform:uppercase;letter-spacing:.3px}.customer-ageing-report .summary-card-value{font-size:20px;font-weight:700;color:#1e293b}.customer-ageing-report .results-table-container{flex:1;display:flex;flex-direction:column}.customer-ageing-report .results-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px 0}.customer-ageing-report .results-count{font-size:14px;color:#475569}.customer-ageing-report .results-page-size{display:flex;align-items:center;gap:8px;font-size:13px}.customer-ageing-report .results-page-size select{padding:4px 8px;border:1px solid #e2e8f0;border-radius:4px;background:#fff}.customer-ageing-report .results-table-wrap{flex:1;overflow:auto;border-radius:8px;border:1px solid #e2e8f0}.customer-ageing-report .results-table{width:100%;border-collapse:collapse;font-size:13px}.customer-ageing-report .results-table th{padding:10px 6px;background:#f8fafc;text-align:left;font-weight:600;color:#1e293b;border-bottom:1px solid #e2e8f0;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;font-size:11px}.customer-ageing-report .results-table th:hover{background:#f1f5f9}.customer-ageing-report .results-table th.number{text-align:right}.customer-ageing-report .results-table td{padding:8px 6px;border-bottom:1px solid #f1f5f9;color:#334155;font-size:12px}.customer-ageing-report .results-table td.number{text-align:right;font-family:Courier New,monospace}.customer-ageing-report .results-table td.highlight{font-weight:600;color:#1e293b}.customer-ageing-report .results-table tbody tr:hover{background:#faf5ff}.customer-ageing-report .results-table tfoot .grand-total-row{background-color:#dcfce7;border-top:2px solid #10b981}.customer-ageing-report .results-table tfoot .grand-total-row td{padding:10px 6px;font-weight:700;font-size:12px;color:#1e293b}.customer-ageing-report .results-table tfoot .grand-total-row td.number strong{color:#1e293b}.customer-ageing-report .text-right{text-align:right!important}.customer-ageing-report .text-center{text-align:center!important}.customer-ageing-report .ageing-table{table-layout:fixed;width:100%}.customer-ageing-report .ageing-table thead th:nth-child(1){width:9%;min-width:70px}.customer-ageing-report .ageing-table thead th:nth-child(2){width:20%;min-width:100px}.customer-ageing-report .ageing-table thead th:nth-child(3){width:12%;min-width:70px}.customer-ageing-report .ageing-table thead th:nth-child(4){width:7%;min-width:60px}.customer-ageing-report .ageing-table thead th:nth-child(5){width:7%;min-width:60px}.customer-ageing-report .ageing-table thead th:nth-child(6){width:7%;min-width:60px}.customer-ageing-report .ageing-table thead th:nth-child(7){width:7%;min-width:60px}.customer-ageing-report .ageing-table thead th:nth-child(8){width:7%;min-width:60px}.customer-ageing-report .ageing-table thead th:nth-child(9){width:7%;min-width:60px}.customer-ageing-report .ageing-table thead th:nth-child(10){width:11%;min-width:70px}.customer-ageing-report .results-pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid #e2e8f0}.customer-ageing-report .page-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;font-size:13px;transition:all .2s}.customer-ageing-report .page-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.customer-ageing-report .page-btn:disabled{opacity:.5;cursor:not-allowed}.customer-ageing-report .page-info{font-size:13px;color:#475569}.customer-ageing-report .report-filters{background:#fff;border-radius:12px}.customer-ageing-report .report-filters-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.customer-ageing-report .report-filters-header h3{display:flex;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:600;color:#1e293b}.customer-ageing-report .clear-filters-btn{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#ef4444;color:#fff;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:background .2s}.customer-ageing-report .clear-filters-btn:hover{background:#dc2626}.customer-ageing-report .report-filters-content{padding:20px;display:flex;flex-direction:column;gap:20px}.customer-ageing-report .filter-section{display:flex;flex-direction:column;gap:8px}.customer-ageing-report .filter-label{font-size:13px;font-weight:500;color:#475569}.customer-ageing-report .filter-actions{margin-top:20px;padding-top:15px;border-top:1px solid #e2e8f0}.customer-ageing-report .apply-filters-btn{width:100%;padding:10px 16px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.customer-ageing-report .apply-filters-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.customer-ageing-report .apply-filters-btn:disabled{opacity:.6;cursor:not-allowed}.customer-ageing-report .active-filters{padding:12px 20px;border-top:1px solid #e2e8f0;background:#fefce8}.customer-ageing-report .active-filters-label{font-size:12px;font-weight:500;color:#854d0e;margin-bottom:8px}.customer-ageing-report .active-filters-list{display:flex;flex-wrap:wrap;gap:8px}.customer-ageing-report .filter-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;background:#fef3c7;color:#92400e;border-radius:4px;font-size:11px}.customer-ageing-report .filter-tag button{background:none;border:none;cursor:pointer;font-size:14px;padding:0 2px;color:#92400e}.customer-ageing-report .sys-pdf-preview-panel{position:fixed;inset:0;background:#00000080;z-index:9999;display:flex;flex-direction:column}.customer-ageing-report .sys-pdf-preview-header{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.customer-ageing-report .sys-pdf-preview-header h3{font-size:18px;font-weight:600;color:#1e293b;margin:0}.customer-ageing-report .sys-close-preview-btn{background:none;border:none;font-size:28px;color:#64748b;cursor:pointer;padding:0 8px;line-height:1}.customer-ageing-report .sys-close-preview-btn:hover{color:#ef4444}.customer-ageing-report .sys-pdf-preview-content{flex:1;background:#f1f5f9;padding:20px;overflow:hidden}.customer-ageing-report .sys-pdf-container{width:100%;height:100%;background:#fff;border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.customer-ageing-report .sys-pdf-preview-wrapper{flex:1;display:flex;flex-direction:column;height:100%}.customer-ageing-report .sys-pdf-preview-header-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-shrink:0}.customer-ageing-report .sys-pdf-preview-header-bar h3{font-size:16px;font-weight:600;color:#1e293b;margin:0}.customer-ageing-report .sys-pdf-actions{display:flex;gap:8px}.customer-ageing-report .sys-pdf-btn{padding:6px 14px;border:none;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s}.customer-ageing-report .sys-pdf-btn-primary{background:#3b82f6;color:#fff}.customer-ageing-report .sys-pdf-btn-primary:hover{background:#2563eb}.customer-ageing-report .sys-pdf-btn-secondary{background:#e2e8f0;color:#1e293b}.customer-ageing-report .sys-pdf-btn-secondary:hover{background:#cbd5e1}.customer-ageing-report .sys-pdf-viewer{flex:1;padding:10px;background:#f1f5f9}.customer-ageing-report .sys-pdf-iframe{width:100%;height:100%;border:none;background:#fff;border-radius:4px}.customer-ageing-report .sys-pdf-loading,.customer-ageing-report .sys-pdf-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:300px;color:#64748b;padding:40px}.customer-ageing-report .sys-pdf-spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #8b5cf6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.customer-ageing-report .sys-pdf-loading-content{text-align:center}.customer-ageing-report .sys-pdf-loading-content h3{margin:0 0 8px;color:#1e293b}.customer-ageing-report .sys-pdf-error-message{display:flex;align-items:center;justify-content:center;height:100%;padding:40px}.customer-ageing-report .sys-pdf-error-content{text-align:center;max-width:400px}.customer-ageing-report .sys-pdf-error-content h4{color:#dc2626;margin:0 0 8px}.customer-ageing-report .sys-pdf-placeholder-icon{font-size:48px;color:#cbd5e1;margin-bottom:16px}.customer-ageing-report .sys-pdf-placeholder h3{margin:0 0 8px;color:#1e293b}.customer-ageing-report .sys-pdf-placeholder p{margin:0;color:#64748b}@media(max-width:1200px){.customer-ageing-report .report-body{flex-direction:column}.customer-ageing-report .report-filters-panel{width:100%;max-height:400px}.customer-ageing-report .summary-cards{grid-template-columns:repeat(4,1fr)}}@media(max-width:768px){.customer-ageing-report .report-title-bar{flex-direction:column;align-items:flex-start;padding:16px}.customer-ageing-report .report-title-bar h1{font-size:20px}.customer-ageing-report .report-actions{width:100%;flex-wrap:wrap}.customer-ageing-report .report-actions button{flex:1;font-size:12px;padding:6px 10px;min-width:60px}.customer-ageing-report .summary-cards{grid-template-columns:repeat(2,1fr);gap:10px}.customer-ageing-report .summary-card-value{font-size:16px}.customer-ageing-report .results-table{font-size:10px}.customer-ageing-report .results-table th,.customer-ageing-report .results-table td{padding:4px;font-size:9px}.customer-ageing-report .ageing-table thead th:nth-child(1),.customer-ageing-report .ageing-table thead th:nth-child(2){min-width:60px}.customer-ageing-report .ageing-table thead th:nth-child(3){min-width:50px}.customer-ageing-report .ageing-table thead th:nth-child(4),.customer-ageing-report .ageing-table thead th:nth-child(5),.customer-ageing-report .ageing-table thead th:nth-child(6),.customer-ageing-report .ageing-table thead th:nth-child(7),.customer-ageing-report .ageing-table thead th:nth-child(8),.customer-ageing-report .ageing-table thead th:nth-child(9){min-width:45px}.customer-ageing-report .ageing-table thead th:nth-child(10){min-width:55px}.customer-ageing-report .results-toolbar{flex-direction:column;gap:8px;align-items:flex-start}.customer-ageing-report .results-page-size{width:100%;justify-content:flex-start}}@media(max-width:480px){.customer-ageing-report .report-title-bar h1{font-size:18px}.customer-ageing-report .report-actions button{font-size:11px;padding:4px 8px;min-width:50px}.customer-ageing-report .summary-cards{grid-template-columns:1fr 1fr;gap:8px}.customer-ageing-report .summary-card{padding:10px}.customer-ageing-report .summary-card-value{font-size:14px}.customer-ageing-report .summary-card-title{font-size:10px}.customer-ageing-report .results-table{font-size:8px}.customer-ageing-report .results-table th,.customer-ageing-report .results-table td{padding:3px;font-size:7px}.customer-ageing-report .ageing-table thead th:nth-child(1),.customer-ageing-report .ageing-table thead th:nth-child(2){min-width:50px}.customer-ageing-report .ageing-table thead th:nth-child(3){min-width:40px}.customer-ageing-report .ageing-table thead th:nth-child(4),.customer-ageing-report .ageing-table thead th:nth-child(5),.customer-ageing-report .ageing-table thead th:nth-child(6),.customer-ageing-report .ageing-table thead th:nth-child(7),.customer-ageing-report .ageing-table thead th:nth-child(8),.customer-ageing-report .ageing-table thead th:nth-child(9){min-width:35px}.customer-ageing-report .ageing-table thead th:nth-child(10){min-width:45px}.customer-ageing-report .page-btn{font-size:10px;padding:4px 8px}.customer-ageing-report .page-info{font-size:10px}.customer-ageing-report .results-count,.customer-ageing-report .results-page-size{font-size:11px}.customer-ageing-report .results-page-size select{font-size:10px;padding:2px 4px}.customer-ageing-report .sys-pdf-preview-header{padding:8px 16px}.customer-ageing-report .sys-pdf-preview-header h3{font-size:14px}.customer-ageing-report .sys-pdf-preview-content{padding:8px}}@media print{.customer-ageing-report .report-filters-panel,.customer-ageing-report .report-actions,.customer-ageing-report .results-pagination,.customer-ageing-report .results-toolbar,.customer-ageing-report .sys-pdf-preview-panel,.customer-ageing-report .report-preview-btn,.customer-ageing-report .report-print-btn,.customer-ageing-report .report-refresh-btn,.customer-ageing-report .report-export-btn{display:none!important}.customer-ageing-report,.sys-main-container{height:auto!important;background:#fff!important;overflow:visible!important}.customer-ageing-report .report-body{padding:0!important;gap:0!important;overflow:visible!important}.customer-ageing-report .report-results-panel{overflow:visible!important;flex:none!important;box-shadow:none!important;border-radius:0!important}.customer-ageing-report .report-results{box-shadow:none!important;padding:0!important}.customer-ageing-report .report-title-bar{box-shadow:none!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important;background:#fff!important}.customer-ageing-report .report-title-bar h1{font-size:18px!important;color:#1e293b!important}.customer-ageing-report .summary-cards{break-inside:avoid!important;page-break-inside:avoid!important;background:#fff!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important}.customer-ageing-report .summary-card{border:1px solid #e2e8f0!important;background:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.customer-ageing-report .summary-card.highlight{background:#eff6ff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.customer-ageing-report .results-table-wrap{border:none!important;border-radius:0!important;overflow:visible!important}.customer-ageing-report .results-table{font-size:7px!important;width:100%!important;table-layout:fixed!important}.customer-ageing-report .results-table thead th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important;padding:3px 4px!important;font-size:6px!important;border-bottom:2px solid #cbd5e1!important}.customer-ageing-report .results-table tbody td{padding:3px 4px!important;font-size:6px!important}.customer-ageing-report .results-table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important}.customer-ageing-report .results-table tfoot .grand-total-row{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#dcfce7!important;color:#1e293b!important}.customer-ageing-report .results-table tfoot .grand-total-row td.number strong{color:#1e293b!important}.customer-ageing-report .results-table thead{display:table-header-group!important}.customer-ageing-report .results-table tbody{display:table-row-group!important}.customer-ageing-report .results-table tfoot{display:table-footer-group!important}.customer-ageing-report .summary-cards{page-break-after:avoid!important}.customer-ageing-report .results-table tbody tr{page-break-inside:avoid!important}.customer-ageing-report .grand-total-row{page-break-before:avoid!important}}.customer-balance-summary-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.customer-balance-summary-report .report-title-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.customer-balance-summary-report .report-title-bar h1{font-size:22px;font-weight:600;color:#1e293b;margin:0}.customer-balance-summary-report .report-actions{display:flex;gap:8px;align-items:center}.customer-balance-summary-report .report-actions button{padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;color:#fff}.customer-balance-summary-report .report-actions button:disabled{opacity:.6;cursor:not-allowed}.customer-balance-summary-report .report-preview-btn{background:#8b5cf6}.customer-balance-summary-report .report-preview-btn:hover:not(:disabled){background:#7c3aed}.customer-balance-summary-report .report-print-btn{background:#8b5cf6}.customer-balance-summary-report .report-print-btn:hover:not(:disabled){background:#7c3aed}.customer-balance-summary-report .report-refresh-btn{background:#10b981}.customer-balance-summary-report .report-refresh-btn:hover:not(:disabled){background:#059669}.customer-balance-summary-report .report-export-btn{background:#f59e0b}.customer-balance-summary-report .report-export-btn:hover:not(:disabled){background:#d97706}.customer-balance-summary-report .report-body{display:flex;gap:20px;padding:20px;flex:1;overflow:hidden;min-height:0}.customer-balance-summary-report .report-filters-panel{width:320px;min-width:320px;flex-shrink:0;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow-y:auto;max-height:100%}.customer-balance-summary-report .report-results-panel{flex:1;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow:hidden;display:flex;flex-direction:column;min-width:0}.customer-balance-summary-report .report-results{padding:20px;height:100%;display:flex;flex-direction:column}.customer-balance-summary-report .report-results-loading,.customer-balance-summary-report .report-results-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#64748b}.customer-balance-summary-report .report-results-empty svg{margin-bottom:16px;opacity:.5}.customer-balance-summary-report .empty-hint{font-size:12px;margin-top:8px;color:#94a3b8}.customer-balance-summary-report .spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.customer-balance-summary-report .summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-bottom:24px}.customer-balance-summary-report .summary-card{padding:16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.customer-balance-summary-report .summary-card.highlight{background:#eff6ff;border-color:#3b82f6}.customer-balance-summary-report .summary-card-title{font-size:12px;color:#64748b;margin-bottom:8px}.customer-balance-summary-report .summary-card-value{font-size:24px;font-weight:700;color:#1e293b}.customer-balance-summary-report .results-table-container{flex:1;display:flex;flex-direction:column}.customer-balance-summary-report .results-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px 0}.customer-balance-summary-report .results-count{font-size:14px;color:#475569}.customer-balance-summary-report .results-page-size{display:flex;align-items:center;gap:8px;font-size:13px}.customer-balance-summary-report .results-page-size select{padding:4px 8px;border:1px solid #e2e8f0;border-radius:4px;background:#fff}.customer-balance-summary-report .results-table-wrap{flex:1;overflow:auto;border-radius:8px;border:1px solid #e2e8f0}.customer-balance-summary-report .results-table{width:100%;border-collapse:collapse;font-size:13px}.customer-balance-summary-report .results-table th{padding:12px 8px;background:#f8fafc;text-align:left;font-weight:600;color:#1e293b;border-bottom:1px solid #e2e8f0;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;font-size:12px}.customer-balance-summary-report .results-table th:hover{background:#f1f5f9}.customer-balance-summary-report .results-table th.number{text-align:right}.customer-balance-summary-report .results-table td{padding:10px 8px;border-bottom:1px solid #f1f5f9;color:#334155;font-size:13px}.customer-balance-summary-report .results-table td.number{text-align:right}.customer-balance-summary-report .results-table td.debit{color:#dc2626}.customer-balance-summary-report .results-table td.credit{color:#16a34a}.customer-balance-summary-report .results-table td.positive{color:#16a34a;font-weight:600}.customer-balance-summary-report .results-table td.negative{color:#dc2626;font-weight:600}.customer-balance-summary-report .results-table td.highlight{font-weight:600}.customer-balance-summary-report .results-table td.zero{color:#64748b}.customer-balance-summary-report .results-table tbody tr:hover{background:#faf5ff}.customer-balance-summary-report .results-table tbody tr.positive-balance{background-color:#f0fdf4}.customer-balance-summary-report .results-table tbody tr.negative-balance{background-color:#fef2f2}.customer-balance-summary-report .results-table tbody tr.positive-balance:hover,.customer-balance-summary-report .results-table tbody tr.negative-balance:hover{opacity:.85}.customer-balance-summary-report .results-table tfoot .grand-total-row{background-color:#dcfce7;border-top:2px solid #10b981}.customer-balance-summary-report .results-table tfoot .grand-total-row td{padding:12px 8px;font-weight:700;font-size:13px;color:#1e293b}.customer-balance-summary-report .results-table tfoot .grand-total-row td.number strong{color:#1e293b}.customer-balance-summary-report .text-right{text-align:right!important}.customer-balance-summary-report .text-center{text-align:center!important}.customer-balance-summary-report .balance-summary-table{table-layout:fixed;width:100%}.customer-balance-summary-report .balance-summary-table thead th:nth-child(1){width:12%;min-width:80px}.customer-balance-summary-report .balance-summary-table thead th:nth-child(2){width:28%;min-width:120px}.customer-balance-summary-report .balance-summary-table thead th:nth-child(3){width:15%;min-width:90px}.customer-balance-summary-report .balance-summary-table thead th:nth-child(4){width:15%;min-width:90px}.customer-balance-summary-report .balance-summary-table thead th:nth-child(5){width:15%;min-width:90px}.customer-balance-summary-report .balance-summary-table thead th:nth-child(6){width:15%;min-width:90px}.customer-balance-summary-report .results-pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid #e2e8f0}.customer-balance-summary-report .page-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;font-size:13px;transition:all .2s}.customer-balance-summary-report .page-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.customer-balance-summary-report .page-btn:disabled{opacity:.5;cursor:not-allowed}.customer-balance-summary-report .page-info{font-size:13px;color:#475569}.customer-balance-summary-report .report-filters{background:#fff;border-radius:12px}.customer-balance-summary-report .report-filters-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.customer-balance-summary-report .report-filters-header h3{display:flex;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:600;color:#1e293b}.customer-balance-summary-report .clear-filters-btn{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#ef4444;color:#fff;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:background .2s}.customer-balance-summary-report .clear-filters-btn:hover{background:#dc2626}.customer-balance-summary-report .report-filters-content{padding:20px;display:flex;flex-direction:column;gap:20px}.customer-balance-summary-report .filter-section{display:flex;flex-direction:column;gap:8px}.customer-balance-summary-report .filter-label{font-size:13px;font-weight:500;color:#475569}.customer-balance-summary-report .customer-type-options{display:flex;gap:8px;flex-wrap:wrap}.customer-balance-summary-report .customer-type-options label{display:flex;align-items:center;gap:4px;font-size:13px;cursor:pointer}.customer-balance-summary-report .filter-actions{margin-top:20px;padding-top:15px;border-top:1px solid #e2e8f0}.customer-balance-summary-report .apply-filters-btn{width:100%;padding:10px 16px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.customer-balance-summary-report .apply-filters-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.customer-balance-summary-report .apply-filters-btn:disabled{opacity:.6;cursor:not-allowed}.customer-balance-summary-report .active-filters{padding:12px 20px;border-top:1px solid #e2e8f0;background:#fefce8}.customer-balance-summary-report .active-filters-label{font-size:12px;font-weight:500;color:#854d0e;margin-bottom:8px}.customer-balance-summary-report .active-filters-list{display:flex;flex-wrap:wrap;gap:8px}.customer-balance-summary-report .filter-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;background:#fef3c7;color:#92400e;border-radius:4px;font-size:11px}.customer-balance-summary-report .filter-tag button{background:none;border:none;cursor:pointer;font-size:14px;padding:0 2px;color:#92400e}.customer-balance-summary-report .sys-pdf-preview-panel{position:fixed;inset:0;background:#00000080;z-index:9999;display:flex;flex-direction:column}.customer-balance-summary-report .sys-pdf-preview-header{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.customer-balance-summary-report .sys-pdf-preview-header h3{font-size:18px;font-weight:600;color:#1e293b;margin:0}.customer-balance-summary-report .sys-close-preview-btn{background:none;border:none;font-size:28px;color:#64748b;cursor:pointer;padding:0 8px;line-height:1}.customer-balance-summary-report .sys-close-preview-btn:hover{color:#ef4444}.customer-balance-summary-report .sys-pdf-preview-content{flex:1;background:#f1f5f9;padding:20px;overflow:hidden}.customer-balance-summary-report .sys-pdf-container{width:100%;height:100%;background:#fff;border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.customer-balance-summary-report .sys-pdf-preview-wrapper{flex:1;display:flex;flex-direction:column;height:100%}.customer-balance-summary-report .sys-pdf-preview-header-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-shrink:0}.customer-balance-summary-report .sys-pdf-preview-header-bar h3{font-size:16px;font-weight:600;color:#1e293b;margin:0}.customer-balance-summary-report .sys-pdf-actions{display:flex;gap:8px}.customer-balance-summary-report .sys-pdf-btn{padding:6px 14px;border:none;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s}.customer-balance-summary-report .sys-pdf-btn-primary{background:#3b82f6;color:#fff}.customer-balance-summary-report .sys-pdf-btn-primary:hover{background:#2563eb}.customer-balance-summary-report .sys-pdf-btn-secondary{background:#e2e8f0;color:#1e293b}.customer-balance-summary-report .sys-pdf-btn-secondary:hover{background:#cbd5e1}.customer-balance-summary-report .sys-pdf-viewer{flex:1;padding:10px;background:#f1f5f9}.customer-balance-summary-report .sys-pdf-iframe{width:100%;height:100%;border:none;background:#fff;border-radius:4px}.customer-balance-summary-report .sys-pdf-loading,.customer-balance-summary-report .sys-pdf-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:300px;color:#64748b;padding:40px}.customer-balance-summary-report .sys-pdf-spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #8b5cf6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.customer-balance-summary-report .sys-pdf-loading-content{text-align:center}.customer-balance-summary-report .sys-pdf-loading-content h3{margin:0 0 8px;color:#1e293b}.customer-balance-summary-report .sys-pdf-error-message{display:flex;align-items:center;justify-content:center;height:100%;padding:40px}.customer-balance-summary-report .sys-pdf-error-content{text-align:center;max-width:400px}.customer-balance-summary-report .sys-pdf-error-content h4{color:#dc2626;margin:0 0 8px}.customer-balance-summary-report .sys-pdf-placeholder-icon{font-size:48px;color:#cbd5e1;margin-bottom:16px}.customer-balance-summary-report .sys-pdf-placeholder h3{margin:0 0 8px;color:#1e293b}.customer-balance-summary-report .sys-pdf-placeholder p{margin:0;color:#64748b}@media(max-width:1200px){.customer-balance-summary-report .report-body{flex-direction:column}.customer-balance-summary-report .report-filters-panel{width:100%;max-height:400px}.customer-balance-summary-report .summary-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.customer-balance-summary-report .report-title-bar{flex-direction:column;align-items:flex-start;padding:16px}.customer-balance-summary-report .report-title-bar h1{font-size:20px}.customer-balance-summary-report .report-actions{width:100%;flex-wrap:wrap}.customer-balance-summary-report .report-actions button{flex:1;font-size:12px;padding:6px 10px;min-width:60px}.customer-balance-summary-report .summary-cards{grid-template-columns:1fr 1fr;gap:10px}.customer-balance-summary-report .summary-card-value{font-size:18px}.customer-balance-summary-report .results-table{font-size:11px}.customer-balance-summary-report .results-table th,.customer-balance-summary-report .results-table td{padding:6px 4px;font-size:10px}.customer-balance-summary-report .balance-summary-table thead th:nth-child(1),.customer-balance-summary-report .balance-summary-table thead th:nth-child(2){min-width:60px}.customer-balance-summary-report .balance-summary-table thead th:nth-child(3),.customer-balance-summary-report .balance-summary-table thead th:nth-child(4),.customer-balance-summary-report .balance-summary-table thead th:nth-child(5),.customer-balance-summary-report .balance-summary-table thead th:nth-child(6){min-width:50px}.customer-balance-summary-report .results-toolbar{flex-direction:column;gap:8px;align-items:flex-start}.customer-balance-summary-report .results-page-size{width:100%;justify-content:flex-start}}@media(max-width:480px){.customer-balance-summary-report .report-title-bar h1{font-size:18px}.customer-balance-summary-report .report-actions button{font-size:11px;padding:4px 8px;min-width:50px}.customer-balance-summary-report .summary-cards{grid-template-columns:1fr;gap:8px}.customer-balance-summary-report .summary-card{padding:12px}.customer-balance-summary-report .summary-card-value{font-size:16px}.customer-balance-summary-report .results-table{font-size:9px}.customer-balance-summary-report .results-table th,.customer-balance-summary-report .results-table td{padding:4px 3px;font-size:8px}.customer-balance-summary-report .balance-summary-table thead th:nth-child(1),.customer-balance-summary-report .balance-summary-table thead th:nth-child(2){min-width:50px}.customer-balance-summary-report .balance-summary-table thead th:nth-child(3),.customer-balance-summary-report .balance-summary-table thead th:nth-child(4),.customer-balance-summary-report .balance-summary-table thead th:nth-child(5),.customer-balance-summary-report .balance-summary-table thead th:nth-child(6){min-width:40px}.customer-balance-summary-report .page-btn{font-size:10px;padding:4px 8px}.customer-balance-summary-report .page-info{font-size:10px}.customer-balance-summary-report .results-count,.customer-balance-summary-report .results-page-size{font-size:11px}.customer-balance-summary-report .results-page-size select{font-size:10px;padding:2px 4px}.customer-balance-summary-report .sys-pdf-preview-header{padding:8px 16px}.customer-balance-summary-report .sys-pdf-preview-header h3{font-size:14px}.customer-balance-summary-report .sys-pdf-preview-content{padding:8px}}@media print{.customer-balance-summary-report .report-filters-panel,.customer-balance-summary-report .report-actions,.customer-balance-summary-report .results-pagination,.customer-balance-summary-report .results-toolbar,.customer-balance-summary-report .sys-pdf-preview-panel,.customer-balance-summary-report .report-preview-btn,.customer-balance-summary-report .report-print-btn,.customer-balance-summary-report .report-refresh-btn,.customer-balance-summary-report .report-export-btn{display:none!important}.customer-balance-summary-report,.sys-main-container{height:auto!important;background:#fff!important;overflow:visible!important}.customer-balance-summary-report .report-body{padding:0!important;gap:0!important;overflow:visible!important}.customer-balance-summary-report .report-results-panel{overflow:visible!important;flex:none!important;box-shadow:none!important;border-radius:0!important}.customer-balance-summary-report .report-results{box-shadow:none!important;padding:0!important}.customer-balance-summary-report .report-title-bar{box-shadow:none!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important;background:#fff!important}.customer-balance-summary-report .report-title-bar h1{font-size:18px!important;color:#1e293b!important}.customer-balance-summary-report .summary-cards{break-inside:avoid!important;page-break-inside:avoid!important;background:#fff!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important}.customer-balance-summary-report .summary-card{border:1px solid #e2e8f0!important;background:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.customer-balance-summary-report .summary-card.highlight{background:#eff6ff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.customer-balance-summary-report .results-table-wrap{border:none!important;border-radius:0!important;overflow:visible!important}.customer-balance-summary-report .results-table{font-size:8px!important;width:100%!important;table-layout:fixed!important}.customer-balance-summary-report .results-table thead th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important;padding:4px 6px!important;font-size:7px!important;border-bottom:2px solid #cbd5e1!important}.customer-balance-summary-report .results-table tbody td{padding:3px 6px!important;font-size:7px!important}.customer-balance-summary-report .results-table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important}.customer-balance-summary-report .results-table tfoot .grand-total-row{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#dcfce7!important;color:#1e293b!important}.customer-balance-summary-report .results-table tfoot .grand-total-row td.number strong{color:#1e293b!important}.customer-balance-summary-report .results-table tbody tr.positive-balance{background:#f0fdf4!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.customer-balance-summary-report .results-table tbody tr.negative-balance{background:#fef2f2!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.customer-balance-summary-report .results-table td.debit{color:#dc2626!important}.customer-balance-summary-report .results-table td.credit,.customer-balance-summary-report .results-table td.positive{color:#16a34a!important}.customer-balance-summary-report .results-table td.negative{color:#dc2626!important}.customer-balance-summary-report .results-table td.zero{color:#64748b!important}.customer-balance-summary-report .results-table thead{display:table-header-group!important}.customer-balance-summary-report .results-table tbody{display:table-row-group!important}.customer-balance-summary-report .results-table tfoot{display:table-footer-group!important}.customer-balance-summary-report .summary-cards{page-break-after:avoid!important}.customer-balance-summary-report .results-table tbody tr{page-break-inside:avoid!important}.customer-balance-summary-report .grand-total-row{page-break-before:avoid!important}}.supplier-balance-summary-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.supplier-balance-summary-report .report-title-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.supplier-balance-summary-report .report-title-bar h1{font-size:22px;font-weight:600;color:#1e293b;margin:0}.supplier-balance-summary-report .report-actions{display:flex;gap:8px;align-items:center}.supplier-balance-summary-report .report-actions button{padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;color:#fff}.supplier-balance-summary-report .report-actions button:disabled{opacity:.6;cursor:not-allowed}.supplier-balance-summary-report .report-preview-btn{background:#8b5cf6}.supplier-balance-summary-report .report-preview-btn:hover:not(:disabled){background:#7c3aed}.supplier-balance-summary-report .report-print-btn{background:#8b5cf6}.supplier-balance-summary-report .report-print-btn:hover:not(:disabled){background:#7c3aed}.supplier-balance-summary-report .report-refresh-btn{background:#10b981}.supplier-balance-summary-report .report-refresh-btn:hover:not(:disabled){background:#059669}.supplier-balance-summary-report .report-export-btn{background:#f59e0b}.supplier-balance-summary-report .report-export-btn:hover:not(:disabled){background:#d97706}.supplier-balance-summary-report .report-body{display:flex;gap:20px;padding:20px;flex:1;overflow:hidden;min-height:0}.supplier-balance-summary-report .report-filters-panel{width:320px;min-width:320px;flex-shrink:0;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow-y:auto;max-height:100%}.supplier-balance-summary-report .report-results-panel{flex:1;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow:hidden;display:flex;flex-direction:column;min-width:0}.supplier-balance-summary-report .report-results{padding:20px;height:100%;display:flex;flex-direction:column}.supplier-balance-summary-report .report-results-loading,.supplier-balance-summary-report .report-results-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#64748b}.supplier-balance-summary-report .report-results-empty svg{margin-bottom:16px;opacity:.5}.supplier-balance-summary-report .empty-hint{font-size:12px;margin-top:8px;color:#94a3b8}.supplier-balance-summary-report .spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.supplier-balance-summary-report .summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-bottom:24px}.supplier-balance-summary-report .summary-card{padding:16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.supplier-balance-summary-report .summary-card.highlight{background:#eff6ff;border-color:#3b82f6}.supplier-balance-summary-report .summary-card-title{font-size:12px;color:#64748b;margin-bottom:8px}.supplier-balance-summary-report .summary-card-value{font-size:24px;font-weight:700;color:#1e293b}.supplier-balance-summary-report .results-table-container{flex:1;display:flex;flex-direction:column}.supplier-balance-summary-report .results-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px 0}.supplier-balance-summary-report .results-count{font-size:14px;color:#475569}.supplier-balance-summary-report .results-page-size{display:flex;align-items:center;gap:8px;font-size:13px}.supplier-balance-summary-report .results-page-size select{padding:4px 8px;border:1px solid #e2e8f0;border-radius:4px;background:#fff}.supplier-balance-summary-report .results-table-wrap{flex:1;overflow:auto;border-radius:8px;border:1px solid #e2e8f0}.supplier-balance-summary-report .results-table{width:100%;border-collapse:collapse;font-size:13px}.supplier-balance-summary-report .results-table th{padding:12px 8px;background:#f8fafc;text-align:left;font-weight:600;color:#1e293b;border-bottom:1px solid #e2e8f0;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;font-size:12px}.supplier-balance-summary-report .results-table th:hover{background:#f1f5f9}.supplier-balance-summary-report .results-table th.number{text-align:right}.supplier-balance-summary-report .results-table td{padding:10px 8px;border-bottom:1px solid #f1f5f9;color:#334155;font-size:13px}.supplier-balance-summary-report .results-table td.number{text-align:right}.supplier-balance-summary-report .results-table td.debit{color:#dc2626}.supplier-balance-summary-report .results-table td.credit{color:#16a34a}.supplier-balance-summary-report .results-table td.positive{color:#16a34a;font-weight:600}.supplier-balance-summary-report .results-table td.negative{color:#dc2626;font-weight:600}.supplier-balance-summary-report .results-table td.highlight{font-weight:600}.supplier-balance-summary-report .results-table td.zero{color:#64748b}.supplier-balance-summary-report .results-table tbody tr:hover{background:#faf5ff}.supplier-balance-summary-report .results-table tbody tr.positive-balance{background-color:#f0fdf4}.supplier-balance-summary-report .results-table tbody tr.negative-balance{background-color:#fef2f2}.supplier-balance-summary-report .results-table tbody tr.positive-balance:hover,.supplier-balance-summary-report .results-table tbody tr.negative-balance:hover{opacity:.85}.supplier-balance-summary-report .results-table tfoot .grand-total-row{background-color:#dcfce7;border-top:2px solid #10b981}.supplier-balance-summary-report .results-table tfoot .grand-total-row td{padding:12px 8px;font-weight:700;font-size:13px;color:#1e293b}.supplier-balance-summary-report .results-table tfoot .grand-total-row td.number strong{color:#1e293b}.supplier-balance-summary-report .text-right{text-align:right!important}.supplier-balance-summary-report .text-center{text-align:center!important}.supplier-balance-summary-report .balance-summary-table{table-layout:fixed;width:100%}.supplier-balance-summary-report .balance-summary-table thead th:nth-child(1){width:12%;min-width:80px}.supplier-balance-summary-report .balance-summary-table thead th:nth-child(2){width:28%;min-width:120px}.supplier-balance-summary-report .balance-summary-table thead th:nth-child(3){width:15%;min-width:90px}.supplier-balance-summary-report .balance-summary-table thead th:nth-child(4){width:15%;min-width:90px}.supplier-balance-summary-report .balance-summary-table thead th:nth-child(5){width:15%;min-width:90px}.supplier-balance-summary-report .balance-summary-table thead th:nth-child(6){width:15%;min-width:90px}.supplier-balance-summary-report .results-pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid #e2e8f0}.supplier-balance-summary-report .page-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;font-size:13px;transition:all .2s}.supplier-balance-summary-report .page-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.supplier-balance-summary-report .page-btn:disabled{opacity:.5;cursor:not-allowed}.supplier-balance-summary-report .page-info{font-size:13px;color:#475569}.supplier-balance-summary-report .report-filters{background:#fff;border-radius:12px}.supplier-balance-summary-report .report-filters-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.supplier-balance-summary-report .report-filters-header h3{display:flex;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:600;color:#1e293b}.supplier-balance-summary-report .clear-filters-btn{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#ef4444;color:#fff;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:background .2s}.supplier-balance-summary-report .clear-filters-btn:hover{background:#dc2626}.supplier-balance-summary-report .report-filters-content{padding:20px;display:flex;flex-direction:column;gap:20px}.supplier-balance-summary-report .filter-section{display:flex;flex-direction:column;gap:8px}.supplier-balance-summary-report .filter-label{font-size:13px;font-weight:500;color:#475569}.supplier-balance-summary-report .filter-actions{margin-top:20px;padding-top:15px;border-top:1px solid #e2e8f0}.supplier-balance-summary-report .apply-filters-btn{width:100%;padding:10px 16px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.supplier-balance-summary-report .apply-filters-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.supplier-balance-summary-report .apply-filters-btn:disabled{opacity:.6;cursor:not-allowed}.supplier-balance-summary-report .active-filters{padding:12px 20px;border-top:1px solid #e2e8f0;background:#fefce8}.supplier-balance-summary-report .active-filters-label{font-size:12px;font-weight:500;color:#854d0e;margin-bottom:8px}.supplier-balance-summary-report .active-filters-list{display:flex;flex-wrap:wrap;gap:8px}.supplier-balance-summary-report .filter-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;background:#fef3c7;color:#92400e;border-radius:4px;font-size:11px}.supplier-balance-summary-report .filter-tag button{background:none;border:none;cursor:pointer;font-size:14px;padding:0 2px;color:#92400e}.supplier-balance-summary-report .sys-pdf-preview-panel{position:fixed;inset:0;background:#00000080;z-index:9999;display:flex;flex-direction:column}.supplier-balance-summary-report .sys-pdf-preview-header{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.supplier-balance-summary-report .sys-pdf-preview-header h3{font-size:18px;font-weight:600;color:#1e293b;margin:0}.supplier-balance-summary-report .sys-close-preview-btn{background:none;border:none;font-size:28px;color:#64748b;cursor:pointer;padding:0 8px;line-height:1}.supplier-balance-summary-report .sys-close-preview-btn:hover{color:#ef4444}.supplier-balance-summary-report .sys-pdf-preview-content{flex:1;background:#f1f5f9;padding:20px;overflow:hidden}.supplier-balance-summary-report .sys-pdf-container{width:100%;height:100%;background:#fff;border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.supplier-balance-summary-report .sys-pdf-preview-wrapper{flex:1;display:flex;flex-direction:column;height:100%}.supplier-balance-summary-report .sys-pdf-preview-header-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-shrink:0}.supplier-balance-summary-report .sys-pdf-preview-header-bar h3{font-size:16px;font-weight:600;color:#1e293b;margin:0}.supplier-balance-summary-report .sys-pdf-actions{display:flex;gap:8px}.supplier-balance-summary-report .sys-pdf-btn{padding:6px 14px;border:none;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s}.supplier-balance-summary-report .sys-pdf-btn-primary{background:#3b82f6;color:#fff}.supplier-balance-summary-report .sys-pdf-btn-primary:hover{background:#2563eb}.supplier-balance-summary-report .sys-pdf-btn-secondary{background:#e2e8f0;color:#1e293b}.supplier-balance-summary-report .sys-pdf-btn-secondary:hover{background:#cbd5e1}.supplier-balance-summary-report .sys-pdf-viewer{flex:1;padding:10px;background:#f1f5f9}.supplier-balance-summary-report .sys-pdf-iframe{width:100%;height:100%;border:none;background:#fff;border-radius:4px}.supplier-balance-summary-report .sys-pdf-loading,.supplier-balance-summary-report .sys-pdf-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:300px;color:#64748b;padding:40px}.supplier-balance-summary-report .sys-pdf-spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #8b5cf6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.supplier-balance-summary-report .sys-pdf-loading-content{text-align:center}.supplier-balance-summary-report .sys-pdf-loading-content h3{margin:0 0 8px;color:#1e293b}.supplier-balance-summary-report .sys-pdf-error-message{display:flex;align-items:center;justify-content:center;height:100%;padding:40px}.supplier-balance-summary-report .sys-pdf-error-content{text-align:center;max-width:400px}.supplier-balance-summary-report .sys-pdf-error-content h4{color:#dc2626;margin:0 0 8px}.supplier-balance-summary-report .sys-pdf-placeholder-icon{font-size:48px;color:#cbd5e1;margin-bottom:16px}.supplier-balance-summary-report .sys-pdf-placeholder h3{margin:0 0 8px;color:#1e293b}.supplier-balance-summary-report .sys-pdf-placeholder p{margin:0;color:#64748b}@media(max-width:1200px){.supplier-balance-summary-report .report-body{flex-direction:column}.supplier-balance-summary-report .report-filters-panel{width:100%;max-height:400px}.supplier-balance-summary-report .summary-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.supplier-balance-summary-report .report-title-bar{flex-direction:column;align-items:flex-start;padding:16px}.supplier-balance-summary-report .report-title-bar h1{font-size:20px}.supplier-balance-summary-report .report-actions{width:100%;flex-wrap:wrap}.supplier-balance-summary-report .report-actions button{flex:1;font-size:12px;padding:6px 10px;min-width:60px}.supplier-balance-summary-report .summary-cards{grid-template-columns:1fr 1fr;gap:10px}.supplier-balance-summary-report .summary-card-value{font-size:18px}.supplier-balance-summary-report .results-table{font-size:11px}.supplier-balance-summary-report .results-table th,.supplier-balance-summary-report .results-table td{padding:6px 4px;font-size:10px}.supplier-balance-summary-report .balance-summary-table thead th:nth-child(1),.supplier-balance-summary-report .balance-summary-table thead th:nth-child(2){min-width:60px}.supplier-balance-summary-report .balance-summary-table thead th:nth-child(3),.supplier-balance-summary-report .balance-summary-table thead th:nth-child(4),.supplier-balance-summary-report .balance-summary-table thead th:nth-child(5),.supplier-balance-summary-report .balance-summary-table thead th:nth-child(6){min-width:50px}.supplier-balance-summary-report .results-toolbar{flex-direction:column;gap:8px;align-items:flex-start}.supplier-balance-summary-report .results-page-size{width:100%;justify-content:flex-start}}@media(max-width:480px){.supplier-balance-summary-report .report-title-bar h1{font-size:18px}.supplier-balance-summary-report .report-actions button{font-size:11px;padding:4px 8px;min-width:50px}.supplier-balance-summary-report .summary-cards{grid-template-columns:1fr;gap:8px}.supplier-balance-summary-report .summary-card{padding:12px}.supplier-balance-summary-report .summary-card-value{font-size:16px}.supplier-balance-summary-report .results-table{font-size:9px}.supplier-balance-summary-report .results-table th,.supplier-balance-summary-report .results-table td{padding:4px 3px;font-size:8px}.supplier-balance-summary-report .balance-summary-table thead th:nth-child(1),.supplier-balance-summary-report .balance-summary-table thead th:nth-child(2){min-width:50px}.supplier-balance-summary-report .balance-summary-table thead th:nth-child(3),.supplier-balance-summary-report .balance-summary-table thead th:nth-child(4),.supplier-balance-summary-report .balance-summary-table thead th:nth-child(5),.supplier-balance-summary-report .balance-summary-table thead th:nth-child(6){min-width:40px}.supplier-balance-summary-report .page-btn{font-size:10px;padding:4px 8px}.supplier-balance-summary-report .page-info{font-size:10px}.supplier-balance-summary-report .results-count,.supplier-balance-summary-report .results-page-size{font-size:11px}.supplier-balance-summary-report .results-page-size select{font-size:10px;padding:2px 4px}.supplier-balance-summary-report .sys-pdf-preview-header{padding:8px 16px}.supplier-balance-summary-report .sys-pdf-preview-header h3{font-size:14px}.supplier-balance-summary-report .sys-pdf-preview-content{padding:8px}}@media print{.supplier-balance-summary-report .report-filters-panel,.supplier-balance-summary-report .report-actions,.supplier-balance-summary-report .results-pagination,.supplier-balance-summary-report .results-toolbar,.supplier-balance-summary-report .sys-pdf-preview-panel,.supplier-balance-summary-report .report-preview-btn,.supplier-balance-summary-report .report-print-btn,.supplier-balance-summary-report .report-refresh-btn,.supplier-balance-summary-report .report-export-btn{display:none!important}.supplier-balance-summary-report,.sys-main-container{height:auto!important;background:#fff!important;overflow:visible!important}.supplier-balance-summary-report .report-body{padding:0!important;gap:0!important;overflow:visible!important}.supplier-balance-summary-report .report-results-panel{overflow:visible!important;flex:none!important;box-shadow:none!important;border-radius:0!important}.supplier-balance-summary-report .report-results{box-shadow:none!important;padding:0!important}.supplier-balance-summary-report .report-title-bar{box-shadow:none!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important;background:#fff!important}.supplier-balance-summary-report .report-title-bar h1{font-size:18px!important;color:#1e293b!important}.supplier-balance-summary-report .summary-cards{break-inside:avoid!important;page-break-inside:avoid!important;background:#fff!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important}.supplier-balance-summary-report .summary-card{border:1px solid #e2e8f0!important;background:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.supplier-balance-summary-report .summary-card.highlight{background:#eff6ff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.supplier-balance-summary-report .results-table-wrap{border:none!important;border-radius:0!important;overflow:visible!important}.supplier-balance-summary-report .results-table{font-size:8px!important;width:100%!important;table-layout:fixed!important}.supplier-balance-summary-report .results-table thead th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important;padding:4px 6px!important;font-size:7px!important;border-bottom:2px solid #cbd5e1!important}.supplier-balance-summary-report .results-table tbody td{padding:3px 6px!important;font-size:7px!important}.supplier-balance-summary-report .results-table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important}.supplier-balance-summary-report .results-table tfoot .grand-total-row{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#dcfce7!important;color:#1e293b!important}.supplier-balance-summary-report .results-table tfoot .grand-total-row td.number strong{color:#1e293b!important}.supplier-balance-summary-report .results-table tbody tr.positive-balance{background:#f0fdf4!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.supplier-balance-summary-report .results-table tbody tr.negative-balance{background:#fef2f2!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.supplier-balance-summary-report .results-table td.debit{color:#dc2626!important}.supplier-balance-summary-report .results-table td.credit,.supplier-balance-summary-report .results-table td.positive{color:#16a34a!important}.supplier-balance-summary-report .results-table td.negative{color:#dc2626!important}.supplier-balance-summary-report .results-table td.zero{color:#64748b!important}.supplier-balance-summary-report .results-table thead{display:table-header-group!important}.supplier-balance-summary-report .results-table tbody{display:table-row-group!important}.supplier-balance-summary-report .results-table tfoot{display:table-footer-group!important}.supplier-balance-summary-report .summary-cards{page-break-after:avoid!important}.supplier-balance-summary-report .results-table tbody tr{page-break-inside:avoid!important}.supplier-balance-summary-report .grand-total-row{page-break-before:avoid!important}}.balance-sheet-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.balance-sheet-report .report-title-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.balance-sheet-report .report-title-bar h1{font-size:22px;font-weight:600;color:#1e293b;margin:0}.balance-sheet-report .report-actions{display:flex;gap:8px;align-items:center}.balance-sheet-report .report-actions button{padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;color:#fff}.balance-sheet-report .report-actions button:disabled{opacity:.6;cursor:not-allowed}.balance-sheet-report .report-preview-btn{background:#8b5cf6}.balance-sheet-report .report-preview-btn:hover:not(:disabled){background:#7c3aed}.balance-sheet-report .report-print-btn{background:#8b5cf6}.balance-sheet-report .report-print-btn:hover:not(:disabled){background:#7c3aed}.balance-sheet-report .report-refresh-btn{background:#10b981}.balance-sheet-report .report-refresh-btn:hover:not(:disabled){background:#059669}.balance-sheet-report .report-export-btn{background:#f59e0b}.balance-sheet-report .report-export-btn:hover:not(:disabled){background:#d97706}.balance-sheet-report .report-body{display:flex;gap:20px;padding:20px;flex:1;overflow:hidden;min-height:0}.balance-sheet-report .report-filters-panel{width:320px;min-width:320px;flex-shrink:0;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow-y:auto;max-height:100%}.balance-sheet-report .report-results-panel{flex:1;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow:hidden;display:flex;flex-direction:column;min-width:0}.balance-sheet-report .report-results{padding:20px;height:100%;display:flex;flex-direction:column}.balance-sheet-report .report-results-loading,.balance-sheet-report .report-results-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#64748b}.balance-sheet-report .spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.balance-sheet-report .summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-bottom:24px}.balance-sheet-report .summary-card{padding:16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.balance-sheet-report .summary-card.highlight{background:#eff6ff;border-color:#3b82f6}.balance-sheet-report .summary-card.balanced{background:#f0fdf4;border-color:#22c55e}.balance-sheet-report .summary-card.unbalanced{background:#fef2f2;border-color:#ef4444}.balance-sheet-report .summary-card-title{font-size:12px;color:#64748b;margin-bottom:8px}.balance-sheet-report .summary-card-value{font-size:24px;font-weight:700;color:#1e293b}.balance-sheet-report .bs-sides-container{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;flex:1;min-height:0}.balance-sheet-report .bs-side{display:flex;flex-direction:column;min-height:0}.balance-sheet-report .bs-side-header{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#f8fafc;border-radius:6px 6px 0 0;border:1px solid #e2e8f0;border-bottom:none;flex-shrink:0}.balance-sheet-report .bs-side-header h3{font-size:14px;font-weight:600;color:#1e293b;margin:0}.balance-sheet-report .bs-side-header .bs-side-count{font-size:12px;color:#64748b}.balance-sheet-report .bs-side .results-table-wrap{flex:1;overflow:auto;border:1px solid #e2e8f0;border-radius:0 0 6px 6px}.balance-sheet-report .results-table{width:100%;border-collapse:collapse;font-size:13px}.balance-sheet-report .results-table th{padding:10px 8px;background:#f8fafc;text-align:left;font-weight:600;color:#1e293b;border-bottom:1px solid #e2e8f0;white-space:nowrap;font-size:12px}.balance-sheet-report .results-table th.number{text-align:right}.balance-sheet-report .results-table td{padding:8px;border-bottom:1px solid #f1f5f9;color:#334155;font-size:12px}.balance-sheet-report .results-table td.number{text-align:right}.balance-sheet-report .results-table td.debit{color:#dc2626}.balance-sheet-report .results-table td.credit{color:#16a34a}.balance-sheet-report .results-table tbody tr:hover{background:#faf5ff}.balance-sheet-report .side-total-row{background-color:#f1f5f9;border-top:2px solid #cbd5e1}.balance-sheet-report .side-total-row td{padding:10px 8px;font-weight:700;font-size:13px;color:#1e293b}.balance-sheet-report .text-right{text-align:right!important}.balance-sheet-report .text-center{text-align:center!important}.balance-sheet-report .bs-equation-summary{margin-top:20px;padding:16px 20px;border-radius:8px;border:2px solid #e2e8f0;background:#f8fafc;flex-shrink:0}.balance-sheet-report .bs-equation-content{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap}.balance-sheet-report .bs-equation-item{display:flex;flex-direction:column;align-items:center;padding:8px 16px;background:#fff;border-radius:6px;min-width:100px}.balance-sheet-report .bs-equation-item.balanced{background:#f0fdf4;border:1px solid #22c55e}.balance-sheet-report .bs-equation-item.unbalanced{background:#fef2f2;border:1px solid #ef4444}.balance-sheet-report .bs-equation-label{font-size:11px;color:#64748b;font-weight:500}.balance-sheet-report .bs-equation-amount{font-size:16px;font-weight:700;color:#1e293b}.balance-sheet-report .bs-equation-equals,.balance-sheet-report .bs-equation-plus{font-size:20px;font-weight:700;color:#64748b}.balance-sheet-report .results-toolbar{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding:12px 0;flex-shrink:0}.balance-sheet-report .results-count{font-size:14px;color:#475569}.balance-sheet-report .results-page-size{display:flex;align-items:center;gap:8px;font-size:13px}.balance-sheet-report .results-page-size select{padding:4px 8px;border:1px solid #e2e8f0;border-radius:4px;background:#fff}.balance-sheet-report .results-pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:16px;padding-top:16px;border-top:1px solid #e2e8f0;flex-shrink:0}.balance-sheet-report .page-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;font-size:13px;transition:all .2s}.balance-sheet-report .page-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.balance-sheet-report .page-btn:disabled{opacity:.5;cursor:not-allowed}.balance-sheet-report .page-info{font-size:13px;color:#475569}.balance-sheet-report .report-filters{background:#fff;border-radius:12px}.balance-sheet-report .report-filters-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.balance-sheet-report .report-filters-header h3{display:flex;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:600;color:#1e293b}.balance-sheet-report .clear-filters-btn{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#ef4444;color:#fff;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:background .2s}.balance-sheet-report .clear-filters-btn:hover{background:#dc2626}.balance-sheet-report .report-filters-content{padding:20px;display:flex;flex-direction:column;gap:20px}.balance-sheet-report .filter-section{display:flex;flex-direction:column;gap:8px}.balance-sheet-report .filter-label{font-size:13px;font-weight:500;color:#475569}.balance-sheet-report .filter-actions{margin-top:20px;padding-top:15px;border-top:1px solid #e2e8f0}.balance-sheet-report .apply-filters-btn{width:100%;padding:10px 16px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.balance-sheet-report .apply-filters-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.balance-sheet-report .apply-filters-btn:disabled{opacity:.6;cursor:not-allowed}.balance-sheet-report .active-filters{padding:12px 20px;border-top:1px solid #e2e8f0;background:#fefce8}.balance-sheet-report .active-filters-label{font-size:12px;font-weight:500;color:#854d0e;margin-bottom:8px}.balance-sheet-report .active-filters-list{display:flex;flex-wrap:wrap;gap:8px}.balance-sheet-report .filter-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;background:#fef3c7;color:#92400e;border-radius:4px;font-size:11px}.balance-sheet-report .filter-tag button{background:none;border:none;cursor:pointer;font-size:14px;padding:0 2px;color:#92400e}.balance-sheet-report .sys-pdf-preview-panel{position:fixed;inset:0;background:#00000080;z-index:9999;display:flex;flex-direction:column}.balance-sheet-report .sys-pdf-preview-header{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.balance-sheet-report .sys-pdf-preview-header h3{font-size:18px;font-weight:600;color:#1e293b;margin:0}.balance-sheet-report .sys-close-preview-btn{background:none;border:none;font-size:28px;color:#64748b;cursor:pointer;padding:0 8px;line-height:1}.balance-sheet-report .sys-close-preview-btn:hover{color:#ef4444}.balance-sheet-report .sys-pdf-preview-content{flex:1;background:#f1f5f9;padding:20px;overflow:hidden}@media(max-width:1400px){.balance-sheet-report .bs-sides-container{grid-template-columns:1fr 1fr}}@media(max-width:1200px){.balance-sheet-report .report-body{flex-direction:column}.balance-sheet-report .report-filters-panel{width:100%;max-height:400px}.balance-sheet-report .bs-sides-container{grid-template-columns:1fr 1fr;gap:16px}.balance-sheet-report .summary-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.balance-sheet-report .report-title-bar{flex-direction:column;align-items:flex-start;padding:16px}.balance-sheet-report .report-title-bar h1{font-size:20px}.balance-sheet-report .report-actions{width:100%;flex-wrap:wrap}.balance-sheet-report .report-actions button{flex:1;font-size:12px;padding:6px 10px;min-width:60px}.balance-sheet-report .summary-cards{grid-template-columns:1fr 1fr;gap:10px}.balance-sheet-report .summary-card-value{font-size:18px}.balance-sheet-report .bs-sides-container{grid-template-columns:1fr;gap:16px}.balance-sheet-report .bs-equation-content{flex-direction:column;gap:8px}.balance-sheet-report .bs-equation-equals,.balance-sheet-report .bs-equation-plus{transform:rotate(90deg)}.balance-sheet-report .bs-equation-item{width:100%}.balance-sheet-report .results-table{font-size:11px}.balance-sheet-report .results-table th,.balance-sheet-report .results-table td{padding:6px 4px;font-size:10px}.balance-sheet-report .results-toolbar{flex-direction:column;gap:8px;align-items:flex-start}.balance-sheet-report .results-page-size{width:100%;justify-content:flex-start}}@media(max-width:480px){.balance-sheet-report .report-title-bar h1{font-size:18px}.balance-sheet-report .report-actions button{font-size:11px;padding:4px 8px;min-width:50px}.balance-sheet-report .summary-cards{grid-template-columns:1fr;gap:8px}.balance-sheet-report .summary-card{padding:12px}.balance-sheet-report .summary-card-value{font-size:16px}.balance-sheet-report .results-table{font-size:9px}.balance-sheet-report .results-table th,.balance-sheet-report .results-table td{padding:4px 3px;font-size:8px}.balance-sheet-report .page-btn{font-size:10px;padding:4px 8px}.balance-sheet-report .page-info{font-size:10px}.balance-sheet-report .results-count,.balance-sheet-report .results-page-size{font-size:11px}.balance-sheet-report .results-page-size select{font-size:10px;padding:2px 4px}.balance-sheet-report .bs-equation-amount{font-size:14px}.balance-sheet-report .sys-pdf-preview-header{padding:8px 16px}.balance-sheet-report .sys-pdf-preview-header h3{font-size:14px}.balance-sheet-report .sys-pdf-preview-content{padding:8px}}@media print{.balance-sheet-report .report-filters-panel,.balance-sheet-report .report-actions,.balance-sheet-report .results-pagination,.balance-sheet-report .results-toolbar,.balance-sheet-report .sys-pdf-preview-panel,.balance-sheet-report .report-preview-btn,.balance-sheet-report .report-print-btn,.balance-sheet-report .report-refresh-btn,.balance-sheet-report .report-export-btn{display:none!important}.balance-sheet-report .report-body{padding:0!important;gap:0!important;overflow:visible!important}.balance-sheet-report .report-results-panel{overflow:visible!important;flex:none!important;box-shadow:none!important;border-radius:0!important}.balance-sheet-report .report-results{box-shadow:none!important;padding:0!important}.balance-sheet-report .report-title-bar{box-shadow:none!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important;background:#fff!important}.balance-sheet-report .report-title-bar h1{font-size:18px!important;color:#1e293b!important}.balance-sheet-report .summary-cards{break-inside:avoid!important;page-break-inside:avoid!important;background:#fff!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important}.balance-sheet-report .summary-card{border:1px solid #e2e8f0!important;background:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.balance-sheet-report .summary-card.highlight{background:#eff6ff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.balance-sheet-report .summary-card.balanced{background:#f0fdf4!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.balance-sheet-report .summary-card.unbalanced{background:#fef2f2!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.balance-sheet-report .bs-side .results-table-wrap{border:1px solid #ddd!important;overflow:visible!important}.balance-sheet-report .results-table{font-size:8px!important;width:100%!important}.balance-sheet-report .results-table thead th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important;padding:4px 6px!important;font-size:7px!important;border-bottom:2px solid #cbd5e1!important}.balance-sheet-report .results-table tbody td{padding:3px 6px!important;font-size:7px!important}.balance-sheet-report .results-table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important}.balance-sheet-report .side-total-row{background:#f1f5f9!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.balance-sheet-report .bs-equation-summary{border:2px solid #ddd!important;background:#f8fafc!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.balance-sheet-report .bs-equation-item.balanced{background:#f0fdf4!important;border-color:#22c55e!important}.balance-sheet-report .bs-equation-item.unbalanced{background:#fef2f2!important;border-color:#ef4444!important}.balance-sheet-report .results-table td.debit{color:#dc2626!important}.balance-sheet-report .results-table td.credit{color:#16a34a!important}.balance-sheet-report .results-table thead{display:table-header-group!important}.balance-sheet-report .results-table tbody{display:table-row-group!important}.balance-sheet-report .results-table tfoot{display:table-footer-group!important}.balance-sheet-report .summary-cards{page-break-after:avoid!important}.balance-sheet-report .results-table tbody tr{page-break-inside:avoid!important}.balance-sheet-report .bs-equation-summary{page-break-before:avoid!important}}.chart-of-accounts-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.chart-of-accounts-report .report-title-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.chart-of-accounts-report .report-title-bar h1{font-size:22px;font-weight:600;color:#1e293b;margin:0}.chart-of-accounts-report .report-actions{display:flex;gap:8px;align-items:center}.chart-of-accounts-report .report-actions button{padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;color:#fff}.chart-of-accounts-report .report-actions button:disabled{opacity:.6;cursor:not-allowed}.chart-of-accounts-report .report-preview-btn{background:#8b5cf6}.chart-of-accounts-report .report-preview-btn:hover:not(:disabled){background:#7c3aed}.chart-of-accounts-report .report-print-btn{background:#8b5cf6}.chart-of-accounts-report .report-print-btn:hover:not(:disabled){background:#7c3aed}.chart-of-accounts-report .report-refresh-btn{background:#10b981}.chart-of-accounts-report .report-refresh-btn:hover:not(:disabled){background:#059669}.chart-of-accounts-report .report-export-btn{background:#f59e0b}.chart-of-accounts-report .report-export-btn:hover:not(:disabled){background:#d97706}.chart-of-accounts-report .report-body{display:flex;gap:20px;padding:20px;flex:1;overflow:hidden;min-height:0}.chart-of-accounts-report .report-filters-panel{width:320px;min-width:320px;flex-shrink:0;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow-y:auto;max-height:100%}.chart-of-accounts-report .report-results-panel{flex:1;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow:hidden;display:flex;flex-direction:column;min-width:0}.chart-of-accounts-report .report-results{padding:20px;height:100%;display:flex;flex-direction:column}.chart-of-accounts-report .report-results-loading,.chart-of-accounts-report .report-results-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#64748b}.chart-of-accounts-report .spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.chart-of-accounts-report .summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-bottom:24px}.chart-of-accounts-report .summary-card{padding:16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.chart-of-accounts-report .summary-card.highlight{background:#eff6ff;border-color:#3b82f6}.chart-of-accounts-report .summary-card-title{font-size:12px;color:#64748b;margin-bottom:8px}.chart-of-accounts-report .summary-card-value{font-size:24px;font-weight:700;color:#1e293b}.chart-of-accounts-report .results-table-container{flex:1;display:flex;flex-direction:column}.chart-of-accounts-report .results-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px 0}.chart-of-accounts-report .results-count{font-size:14px;color:#475569}.chart-of-accounts-report .results-page-size{display:flex;align-items:center;gap:8px;font-size:13px}.chart-of-accounts-report .results-page-size select{padding:4px 8px;border:1px solid #e2e8f0;border-radius:4px;background:#fff}.chart-of-accounts-report .results-table-wrap{flex:1;overflow:auto;border-radius:8px;border:1px solid #e2e8f0}.chart-of-accounts-report .results-table{width:100%;border-collapse:collapse;font-size:13px}.chart-of-accounts-report .results-table th{padding:12px 8px;background:#f8fafc;text-align:left;font-weight:600;color:#1e293b;border-bottom:1px solid #e2e8f0;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;font-size:12px}.chart-of-accounts-report .results-table th:hover{background:#f1f5f9}.chart-of-accounts-report .results-table td{padding:10px 8px;border-bottom:1px solid #f1f5f9;color:#334155;font-size:13px}.chart-of-accounts-report .results-table tbody tr:hover{background:#faf5ff}.chart-of-accounts-report .results-table tfoot .grand-total-row{background-color:#dcfce7;border-top:2px solid #10b981}.chart-of-accounts-report .results-table tfoot .grand-total-row td{padding:12px 8px;font-weight:700;font-size:13px;color:#1e293b}.chart-of-accounts-report .text-right{text-align:right!important}.chart-of-accounts-report .coa-table{table-layout:fixed;width:100%}.chart-of-accounts-report .coa-table thead th:nth-child(1){width:20%;min-width:100px}.chart-of-accounts-report .coa-table thead th:nth-child(2){width:40%;min-width:150px}.chart-of-accounts-report .coa-table thead th:nth-child(3){width:20%;min-width:100px}.chart-of-accounts-report .coa-table thead th:nth-child(4){width:20%;min-width:100px}.chart-of-accounts-report .results-pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid #e2e8f0}.chart-of-accounts-report .page-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;font-size:13px;transition:all .2s}.chart-of-accounts-report .page-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.chart-of-accounts-report .page-btn:disabled{opacity:.5;cursor:not-allowed}.chart-of-accounts-report .page-info{font-size:13px;color:#475569}.chart-of-accounts-report .report-filters{background:#fff;border-radius:12px}.chart-of-accounts-report .report-filters-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.chart-of-accounts-report .report-filters-header h3{display:flex;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:600;color:#1e293b}.chart-of-accounts-report .clear-filters-btn{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#ef4444;color:#fff;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:background .2s}.chart-of-accounts-report .clear-filters-btn:hover{background:#dc2626}.chart-of-accounts-report .report-filters-content{padding:20px;display:flex;flex-direction:column;gap:20px}.chart-of-accounts-report .filter-section{display:flex;flex-direction:column;gap:8px}.chart-of-accounts-report .filter-label{font-size:13px;font-weight:500;color:#475569}.chart-of-accounts-report .filter-actions{margin-top:20px;padding-top:15px;border-top:1px solid #e2e8f0}.chart-of-accounts-report .apply-filters-btn{width:100%;padding:10px 16px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.chart-of-accounts-report .apply-filters-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.chart-of-accounts-report .apply-filters-btn:disabled{opacity:.6;cursor:not-allowed}.chart-of-accounts-report .active-filters{padding:12px 20px;border-top:1px solid #e2e8f0;background:#fefce8}.chart-of-accounts-report .active-filters-label{font-size:12px;font-weight:500;color:#854d0e;margin-bottom:8px}.chart-of-accounts-report .active-filters-list{display:flex;flex-wrap:wrap;gap:8px}.chart-of-accounts-report .filter-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;background:#fef3c7;color:#92400e;border-radius:4px;font-size:11px}.chart-of-accounts-report .filter-tag button{background:none;border:none;cursor:pointer;font-size:14px;padding:0 2px;color:#92400e}.chart-of-accounts-report .sys-pdf-preview-panel{position:fixed;inset:0;background:#00000080;z-index:9999;display:flex;flex-direction:column}.chart-of-accounts-report .sys-pdf-preview-header{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.chart-of-accounts-report .sys-pdf-preview-header h3{font-size:18px;font-weight:600;color:#1e293b;margin:0}.chart-of-accounts-report .sys-close-preview-btn{background:none;border:none;font-size:28px;color:#64748b;cursor:pointer;padding:0 8px;line-height:1}.chart-of-accounts-report .sys-close-preview-btn:hover{color:#ef4444}.chart-of-accounts-report .sys-pdf-preview-content{flex:1;background:#f1f5f9;padding:20px;overflow:hidden}@media(max-width:1200px){.chart-of-accounts-report .report-body{flex-direction:column}.chart-of-accounts-report .report-filters-panel{width:100%;max-height:400px}.chart-of-accounts-report .summary-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.chart-of-accounts-report .report-title-bar{flex-direction:column;align-items:flex-start;padding:16px}.chart-of-accounts-report .report-title-bar h1{font-size:20px}.chart-of-accounts-report .report-actions{width:100%;flex-wrap:wrap}.chart-of-accounts-report .report-actions button{flex:1;font-size:12px;padding:6px 10px;min-width:60px}.chart-of-accounts-report .summary-cards{grid-template-columns:1fr 1fr;gap:10px}.chart-of-accounts-report .summary-card-value{font-size:18px}.chart-of-accounts-report .results-table{font-size:11px}.chart-of-accounts-report .results-table th,.chart-of-accounts-report .results-table td{padding:6px 4px;font-size:10px}.chart-of-accounts-report .results-toolbar{flex-direction:column;gap:8px;align-items:flex-start}.chart-of-accounts-report .results-page-size{width:100%;justify-content:flex-start}}@media(max-width:480px){.chart-of-accounts-report .report-title-bar h1{font-size:18px}.chart-of-accounts-report .report-actions button{font-size:11px;padding:4px 8px;min-width:50px}.chart-of-accounts-report .summary-cards{grid-template-columns:1fr;gap:8px}.chart-of-accounts-report .summary-card{padding:12px}.chart-of-accounts-report .summary-card-value{font-size:16px}.chart-of-accounts-report .results-table{font-size:9px}.chart-of-accounts-report .results-table th,.chart-of-accounts-report .results-table td{padding:4px 3px;font-size:8px}.chart-of-accounts-report .page-btn{font-size:10px;padding:4px 8px}.chart-of-accounts-report .page-info{font-size:10px}.chart-of-accounts-report .results-count,.chart-of-accounts-report .results-page-size{font-size:11px}.chart-of-accounts-report .results-page-size select{font-size:10px;padding:2px 4px}.chart-of-accounts-report .sys-pdf-preview-header{padding:8px 16px}.chart-of-accounts-report .sys-pdf-preview-header h3{font-size:14px}.chart-of-accounts-report .sys-pdf-preview-content{padding:8px}}@media print{.chart-of-accounts-report .report-filters-panel,.chart-of-accounts-report .report-actions,.chart-of-accounts-report .results-pagination,.chart-of-accounts-report .results-toolbar,.chart-of-accounts-report .sys-pdf-preview-panel,.chart-of-accounts-report .report-preview-btn,.chart-of-accounts-report .report-print-btn,.chart-of-accounts-report .report-refresh-btn,.chart-of-accounts-report .report-export-btn{display:none!important}.chart-of-accounts-report .report-body{padding:0!important;gap:0!important;overflow:visible!important}.chart-of-accounts-report .report-results-panel{overflow:visible!important;flex:none!important;box-shadow:none!important;border-radius:0!important}.chart-of-accounts-report .report-results{box-shadow:none!important;padding:0!important}.chart-of-accounts-report .report-title-bar{box-shadow:none!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important;background:#fff!important}.chart-of-accounts-report .report-title-bar h1{font-size:18px!important;color:#1e293b!important}.chart-of-accounts-report .summary-cards{break-inside:avoid!important;page-break-inside:avoid!important;background:#fff!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important}.chart-of-accounts-report .summary-card{border:1px solid #e2e8f0!important;background:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.chart-of-accounts-report .summary-card.highlight{background:#eff6ff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.chart-of-accounts-report .results-table-wrap{border:none!important;border-radius:0!important;overflow:visible!important}.chart-of-accounts-report .results-table{font-size:8px!important;width:100%!important;table-layout:fixed!important}.chart-of-accounts-report .results-table thead th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important;padding:4px 6px!important;font-size:7px!important;border-bottom:2px solid #cbd5e1!important}.chart-of-accounts-report .results-table tbody td{padding:3px 6px!important;font-size:7px!important}.chart-of-accounts-report .results-table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important}.chart-of-accounts-report .results-table tfoot .grand-total-row{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#dcfce7!important;color:#1e293b!important}.chart-of-accounts-report .results-table thead{display:table-header-group!important}.chart-of-accounts-report .results-table tbody{display:table-row-group!important}.chart-of-accounts-report .results-table tfoot{display:table-footer-group!important}.chart-of-accounts-report .summary-cards{page-break-after:avoid!important}.chart-of-accounts-report .results-table tbody tr{page-break-inside:avoid!important}.chart-of-accounts-report .grand-total-row{page-break-before:avoid!important}}.invoice-pending-payment-purchase-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.invoice-pending-payment-purchase-report .report-title-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.invoice-pending-payment-purchase-report .report-title-bar h1{font-size:22px;font-weight:600;color:#1e293b;margin:0}.invoice-pending-payment-purchase-report .report-actions{display:flex;gap:8px;align-items:center}.invoice-pending-payment-purchase-report .report-actions button{padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;color:#fff}.invoice-pending-payment-purchase-report .report-actions button:disabled{opacity:.6;cursor:not-allowed}.invoice-pending-payment-purchase-report .report-preview-btn{background:#8b5cf6}.invoice-pending-payment-purchase-report .report-preview-btn:hover:not(:disabled){background:#7c3aed}.invoice-pending-payment-purchase-report .report-print-btn{background:#8b5cf6}.invoice-pending-payment-purchase-report .report-print-btn:hover:not(:disabled){background:#7c3aed}.invoice-pending-payment-purchase-report .report-refresh-btn{background:#10b981}.invoice-pending-payment-purchase-report .report-refresh-btn:hover:not(:disabled){background:#059669}.invoice-pending-payment-purchase-report .report-export-btn{background:#f59e0b}.invoice-pending-payment-purchase-report .report-export-btn:hover:not(:disabled){background:#d97706}.invoice-pending-payment-purchase-report .report-body{display:flex;gap:20px;padding:20px;flex:1;overflow:hidden;min-height:0}.invoice-pending-payment-purchase-report .report-filters-panel{width:320px;min-width:320px;flex-shrink:0;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow-y:auto;max-height:100%}.invoice-pending-payment-purchase-report .report-results-panel{flex:1;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow:hidden;display:flex;flex-direction:column;min-width:0}.invoice-pending-payment-purchase-report .report-results{padding:20px;height:100%;display:flex;flex-direction:column}.invoice-pending-payment-purchase-report .report-results-loading,.invoice-pending-payment-purchase-report .report-results-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#64748b}.invoice-pending-payment-purchase-report .spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.invoice-pending-payment-purchase-report .summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-bottom:24px}.invoice-pending-payment-purchase-report .summary-card{padding:16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.invoice-pending-payment-purchase-report .summary-card.highlight{background:#eff6ff;border-color:#3b82f6}.invoice-pending-payment-purchase-report .summary-card-title{font-size:12px;color:#64748b;margin-bottom:8px}.invoice-pending-payment-purchase-report .summary-card-value{font-size:24px;font-weight:700;color:#1e293b}.invoice-pending-payment-purchase-report .results-table-container{flex:1;display:flex;flex-direction:column}.invoice-pending-payment-purchase-report .results-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px 0}.invoice-pending-payment-purchase-report .results-count{font-size:14px;color:#475569}.invoice-pending-payment-purchase-report .results-page-size{display:flex;align-items:center;gap:8px;font-size:13px}.invoice-pending-payment-purchase-report .results-page-size select{padding:4px 8px;border:1px solid #e2e8f0;border-radius:4px;background:#fff}.invoice-pending-payment-purchase-report .results-table-wrap{flex:1;overflow:auto;border-radius:8px;border:1px solid #e2e8f0}.invoice-pending-payment-purchase-report .results-table{width:100%;border-collapse:collapse;font-size:13px}.invoice-pending-payment-purchase-report .results-table th{padding:12px 8px;background:#f8fafc;text-align:left;font-weight:600;color:#1e293b;border-bottom:1px solid #e2e8f0;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;font-size:12px}.invoice-pending-payment-purchase-report .results-table th:hover{background:#f1f5f9}.invoice-pending-payment-purchase-report .results-table th.number{text-align:right}.invoice-pending-payment-purchase-report .results-table td{padding:10px 8px;border-bottom:1px solid #f1f5f9;color:#334155;font-size:13px}.invoice-pending-payment-purchase-report .results-table td.number{text-align:right}.invoice-pending-payment-purchase-report .results-table td.highlight{font-weight:600}.invoice-pending-payment-purchase-report .results-table td.pending-amount{color:#dc2626;font-weight:700}.invoice-pending-payment-purchase-report .results-table tbody tr:hover{background:#faf5ff}.invoice-pending-payment-purchase-report .status-badge{display:inline-block;padding:2px 10px;border-radius:12px;font-size:11px;font-weight:500;text-transform:uppercase}.invoice-pending-payment-purchase-report .status-badge.pending,.invoice-pending-payment-purchase-report .status-badge.partially_paid{background:#fef3c7;color:#92400e}.invoice-pending-payment-purchase-report .status-badge.paid{background:#d1fae5;color:#065f46}.invoice-pending-payment-purchase-report .status-badge.overdue{background:#fee2e2;color:#991b1b}.invoice-pending-payment-purchase-report .results-table tfoot .grand-total-row{background-color:#dcfce7;border-top:2px solid #10b981}.invoice-pending-payment-purchase-report .results-table tfoot .grand-total-row td{padding:12px 8px;font-weight:700;font-size:13px;color:#1e293b}.invoice-pending-payment-purchase-report .results-table tfoot .grand-total-row td.number strong{color:#1e293b}.invoice-pending-payment-purchase-report .text-right{text-align:right!important}.invoice-pending-payment-purchase-report .pending-purchase-invoice-table{table-layout:fixed;width:100%}.invoice-pending-payment-purchase-report .pending-purchase-invoice-table thead th:nth-child(1){width:12%;min-width:80px}.invoice-pending-payment-purchase-report .pending-purchase-invoice-table thead th:nth-child(2){width:12%;min-width:80px}.invoice-pending-payment-purchase-report .pending-purchase-invoice-table thead th:nth-child(3){width:12%;min-width:80px}.invoice-pending-payment-purchase-report .pending-purchase-invoice-table thead th:nth-child(4){width:22%;min-width:120px}.invoice-pending-payment-purchase-report .pending-purchase-invoice-table thead th:nth-child(5){width:12%;min-width:80px}.invoice-pending-payment-purchase-report .pending-purchase-invoice-table thead th:nth-child(6){width:12%;min-width:80px}.invoice-pending-payment-purchase-report .pending-purchase-invoice-table thead th:nth-child(7){width:12%;min-width:80px}.invoice-pending-payment-purchase-report .pending-purchase-invoice-table thead th:nth-child(8){width:10%;min-width:70px}.invoice-pending-payment-purchase-report .results-pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid #e2e8f0}.invoice-pending-payment-purchase-report .page-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;font-size:13px;transition:all .2s}.invoice-pending-payment-purchase-report .page-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.invoice-pending-payment-purchase-report .page-btn:disabled{opacity:.5;cursor:not-allowed}.invoice-pending-payment-purchase-report .page-info{font-size:13px;color:#475569}.invoice-pending-payment-purchase-report .report-filters{background:#fff;border-radius:12px}.invoice-pending-payment-purchase-report .report-filters-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.invoice-pending-payment-purchase-report .report-filters-header h3{display:flex;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:600;color:#1e293b}.invoice-pending-payment-purchase-report .clear-filters-btn{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#ef4444;color:#fff;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:background .2s}.invoice-pending-payment-purchase-report .clear-filters-btn:hover{background:#dc2626}.invoice-pending-payment-purchase-report .report-filters-content{padding:20px;display:flex;flex-direction:column;gap:20px}.invoice-pending-payment-purchase-report .filter-section{display:flex;flex-direction:column;gap:8px}.invoice-pending-payment-purchase-report .filter-label{font-size:13px;font-weight:500;color:#475569}.invoice-pending-payment-purchase-report .supplier-search-wrapper,.invoice-pending-payment-purchase-report .account-manager-search-wrapper{position:relative}.invoice-pending-payment-purchase-report .supplier-search-input-wrapper,.invoice-pending-payment-purchase-report .account-manager-search-input-wrapper{position:relative;display:flex;align-items:center}.invoice-pending-payment-purchase-report .supplier-search-input,.invoice-pending-payment-purchase-report .account-manager-search-input{width:100%;padding:8px 12px 8px 36px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;transition:border-color .2s;background:#fff}.invoice-pending-payment-purchase-report .supplier-search-input:focus,.invoice-pending-payment-purchase-report .account-manager-search-input:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.invoice-pending-payment-purchase-report .supplier-search-icon,.invoice-pending-payment-purchase-report .account-manager-search-icon{position:absolute;left:10px;color:#9ca3af}.invoice-pending-payment-purchase-report .supplier-search-clear-btn,.invoice-pending-payment-purchase-report .account-manager-search-clear-btn{position:absolute;right:8px;background:none;border:none;font-size:18px;color:#9ca3af;cursor:pointer;padding:0 4px}.invoice-pending-payment-purchase-report .supplier-search-clear-btn:hover,.invoice-pending-payment-purchase-report .account-manager-search-clear-btn:hover{color:#ef4444}.invoice-pending-payment-purchase-report .supplier-dropdown,.invoice-pending-payment-purchase-report .account-manager-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #d1d5db;border-radius:6px;max-height:200px;overflow-y:auto;z-index:1000;box-shadow:0 4px 12px #00000026;margin-top:4px}.invoice-pending-payment-purchase-report .supplier-dropdown-item,.invoice-pending-payment-purchase-report .account-manager-dropdown-item{padding:8px 12px;cursor:pointer;font-size:13px;transition:background .2s}.invoice-pending-payment-purchase-report .supplier-dropdown-item:hover,.invoice-pending-payment-purchase-report .account-manager-dropdown-item:hover,.invoice-pending-payment-purchase-report .supplier-dropdown-item.active,.invoice-pending-payment-purchase-report .account-manager-dropdown-item.active{background:#f3e8ff}.invoice-pending-payment-purchase-report .supplier-dropdown-loading,.invoice-pending-payment-purchase-report .account-manager-dropdown-loading{padding:12px;text-align:center;color:#6b7280;font-size:13px}.invoice-pending-payment-purchase-report .filter-actions{margin-top:20px;padding-top:15px;border-top:1px solid #e2e8f0}.invoice-pending-payment-purchase-report .apply-filters-btn{width:100%;padding:10px 16px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.invoice-pending-payment-purchase-report .apply-filters-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.invoice-pending-payment-purchase-report .apply-filters-btn:disabled{opacity:.6;cursor:not-allowed}.invoice-pending-payment-purchase-report .active-filters{padding:12px 20px;border-top:1px solid #e2e8f0;background:#fefce8}.invoice-pending-payment-purchase-report .active-filters-label{font-size:12px;font-weight:500;color:#854d0e;margin-bottom:8px}.invoice-pending-payment-purchase-report .active-filters-list{display:flex;flex-wrap:wrap;gap:8px}.invoice-pending-payment-purchase-report .filter-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;background:#fef3c7;color:#92400e;border-radius:4px;font-size:11px}.invoice-pending-payment-purchase-report .filter-tag button{background:none;border:none;cursor:pointer;font-size:14px;padding:0 2px;color:#92400e}.invoice-pending-payment-purchase-report .sys-pdf-preview-panel{position:fixed;inset:0;background:#00000080;z-index:9999;display:flex;flex-direction:column}.invoice-pending-payment-purchase-report .sys-pdf-preview-header{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.invoice-pending-payment-purchase-report .sys-pdf-preview-header h3{font-size:18px;font-weight:600;color:#1e293b;margin:0}.invoice-pending-payment-purchase-report .sys-close-preview-btn{background:none;border:none;font-size:28px;color:#64748b;cursor:pointer;padding:0 8px;line-height:1}.invoice-pending-payment-purchase-report .sys-close-preview-btn:hover{color:#ef4444}.invoice-pending-payment-purchase-report .sys-pdf-preview-content{flex:1;background:#f1f5f9;padding:20px;overflow:hidden}@media(max-width:1200px){.invoice-pending-payment-purchase-report .report-body{flex-direction:column}.invoice-pending-payment-purchase-report .report-filters-panel{width:100%;max-height:400px}.invoice-pending-payment-purchase-report .summary-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.invoice-pending-payment-purchase-report .report-title-bar{flex-direction:column;align-items:flex-start;padding:16px}.invoice-pending-payment-purchase-report .report-title-bar h1{font-size:20px}.invoice-pending-payment-purchase-report .report-actions{width:100%;flex-wrap:wrap}.invoice-pending-payment-purchase-report .report-actions button{flex:1;font-size:12px;padding:6px 10px;min-width:60px}.invoice-pending-payment-purchase-report .summary-cards{grid-template-columns:1fr 1fr;gap:10px}.invoice-pending-payment-purchase-report .summary-card-value{font-size:18px}.invoice-pending-payment-purchase-report .results-table{font-size:11px}.invoice-pending-payment-purchase-report .results-table th,.invoice-pending-payment-purchase-report .results-table td{padding:6px 4px;font-size:10px}.invoice-pending-payment-purchase-report .results-toolbar{flex-direction:column;gap:8px;align-items:flex-start}.invoice-pending-payment-purchase-report .results-page-size{width:100%;justify-content:flex-start}}@media(max-width:480px){.invoice-pending-payment-purchase-report .report-title-bar h1{font-size:18px}.invoice-pending-payment-purchase-report .report-actions button{font-size:11px;padding:4px 8px;min-width:50px}.invoice-pending-payment-purchase-report .summary-cards{grid-template-columns:1fr;gap:8px}.invoice-pending-payment-purchase-report .summary-card{padding:12px}.invoice-pending-payment-purchase-report .summary-card-value{font-size:16px}.invoice-pending-payment-purchase-report .results-table{font-size:9px}.invoice-pending-payment-purchase-report .results-table th,.invoice-pending-payment-purchase-report .results-table td{padding:4px 3px;font-size:8px}.invoice-pending-payment-purchase-report .page-btn{font-size:10px;padding:4px 8px}.invoice-pending-payment-purchase-report .page-info{font-size:10px}.invoice-pending-payment-purchase-report .results-count,.invoice-pending-payment-purchase-report .results-page-size{font-size:11px}.invoice-pending-payment-purchase-report .results-page-size select{font-size:10px;padding:2px 4px}.invoice-pending-payment-purchase-report .sys-pdf-preview-header{padding:8px 16px}.invoice-pending-payment-purchase-report .sys-pdf-preview-header h3{font-size:14px}.invoice-pending-payment-purchase-report .sys-pdf-preview-content{padding:8px}}@media print{.invoice-pending-payment-purchase-report .report-filters-panel,.invoice-pending-payment-purchase-report .report-actions,.invoice-pending-payment-purchase-report .results-pagination,.invoice-pending-payment-purchase-report .results-toolbar,.invoice-pending-payment-purchase-report .sys-pdf-preview-panel,.invoice-pending-payment-purchase-report .report-preview-btn,.invoice-pending-payment-purchase-report .report-print-btn,.invoice-pending-payment-purchase-report .report-refresh-btn,.invoice-pending-payment-purchase-report .report-export-btn{display:none!important}.invoice-pending-payment-purchase-report .report-body{padding:0!important;gap:0!important;overflow:visible!important}.invoice-pending-payment-purchase-report .report-results-panel{overflow:visible!important;flex:none!important;box-shadow:none!important;border-radius:0!important}.invoice-pending-payment-purchase-report .report-results{box-shadow:none!important;padding:0!important}.invoice-pending-payment-purchase-report .report-title-bar{box-shadow:none!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important;background:#fff!important}.invoice-pending-payment-purchase-report .report-title-bar h1{font-size:18px!important;color:#1e293b!important}.invoice-pending-payment-purchase-report .summary-cards{break-inside:avoid!important;page-break-inside:avoid!important;background:#fff!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important}.invoice-pending-payment-purchase-report .summary-card{border:1px solid #e2e8f0!important;background:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.invoice-pending-payment-purchase-report .summary-card.highlight{background:#eff6ff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.invoice-pending-payment-purchase-report .results-table-wrap{border:none!important;border-radius:0!important;overflow:visible!important}.invoice-pending-payment-purchase-report .results-table{font-size:8px!important;width:100%!important;table-layout:fixed!important}.invoice-pending-payment-purchase-report .results-table thead th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important;padding:4px 6px!important;font-size:7px!important;border-bottom:2px solid #cbd5e1!important}.invoice-pending-payment-purchase-report .results-table tbody td{padding:3px 6px!important;font-size:7px!important}.invoice-pending-payment-purchase-report .results-table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important}.invoice-pending-payment-purchase-report .results-table tfoot .grand-total-row{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#dcfce7!important;color:#1e293b!important}.invoice-pending-payment-purchase-report .results-table tfoot .grand-total-row td.number strong{color:#1e293b!important}.invoice-pending-payment-purchase-report .results-table td.pending-amount{color:#dc2626!important}.invoice-pending-payment-purchase-report .results-table thead{display:table-header-group!important}.invoice-pending-payment-purchase-report .results-table tbody{display:table-row-group!important}.invoice-pending-payment-purchase-report .results-table tfoot{display:table-footer-group!important}.invoice-pending-payment-purchase-report .summary-cards{page-break-after:avoid!important}.invoice-pending-payment-purchase-report .results-table tbody tr{page-break-inside:avoid!important}.invoice-pending-payment-purchase-report .grand-total-row{page-break-before:avoid!important}}.invoice-pending-payment-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.invoice-pending-payment-report .report-title-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.invoice-pending-payment-report .report-title-bar h1{font-size:22px;font-weight:600;color:#1e293b;margin:0}.invoice-pending-payment-report .report-actions{display:flex;gap:8px;align-items:center}.invoice-pending-payment-report .report-actions button{padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;color:#fff}.invoice-pending-payment-report .report-actions button:disabled{opacity:.6;cursor:not-allowed}.invoice-pending-payment-report .report-preview-btn{background:#8b5cf6}.invoice-pending-payment-report .report-preview-btn:hover:not(:disabled){background:#7c3aed}.invoice-pending-payment-report .report-print-btn{background:#8b5cf6}.invoice-pending-payment-report .report-print-btn:hover:not(:disabled){background:#7c3aed}.invoice-pending-payment-report .report-refresh-btn{background:#10b981}.invoice-pending-payment-report .report-refresh-btn:hover:not(:disabled){background:#059669}.invoice-pending-payment-report .report-export-btn{background:#f59e0b}.invoice-pending-payment-report .report-export-btn:hover:not(:disabled){background:#d97706}.invoice-pending-payment-report .report-body{display:flex;gap:20px;padding:20px;flex:1;overflow:hidden;min-height:0}.invoice-pending-payment-report .report-filters-panel{width:320px;min-width:320px;flex-shrink:0;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow-y:auto;max-height:100%}.invoice-pending-payment-report .report-results-panel{flex:1;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow:hidden;display:flex;flex-direction:column;min-width:0}.invoice-pending-payment-report .report-results{padding:20px;height:100%;display:flex;flex-direction:column}.invoice-pending-payment-report .report-results-loading,.invoice-pending-payment-report .report-results-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#64748b}.invoice-pending-payment-report .spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.invoice-pending-payment-report .summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-bottom:24px}.invoice-pending-payment-report .summary-card{padding:16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.invoice-pending-payment-report .summary-card.highlight{background:#eff6ff;border-color:#3b82f6}.invoice-pending-payment-report .summary-card-title{font-size:12px;color:#64748b;margin-bottom:8px}.invoice-pending-payment-report .summary-card-value{font-size:24px;font-weight:700;color:#1e293b}.invoice-pending-payment-report .results-table-container{flex:1;display:flex;flex-direction:column}.invoice-pending-payment-report .results-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px 0}.invoice-pending-payment-report .results-count{font-size:14px;color:#475569}.invoice-pending-payment-report .results-page-size{display:flex;align-items:center;gap:8px;font-size:13px}.invoice-pending-payment-report .results-page-size select{padding:4px 8px;border:1px solid #e2e8f0;border-radius:4px;background:#fff}.invoice-pending-payment-report .results-table-wrap{flex:1;overflow:auto;border-radius:8px;border:1px solid #e2e8f0}.invoice-pending-payment-report .results-table{width:100%;border-collapse:collapse;font-size:13px}.invoice-pending-payment-report .results-table th{padding:12px 8px;background:#f8fafc;text-align:left;font-weight:600;color:#1e293b;border-bottom:1px solid #e2e8f0;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;font-size:12px}.invoice-pending-payment-report .results-table th:hover{background:#f1f5f9}.invoice-pending-payment-report .results-table th.number{text-align:right}.invoice-pending-payment-report .results-table td{padding:10px 8px;border-bottom:1px solid #f1f5f9;color:#334155;font-size:13px}.invoice-pending-payment-report .results-table td.number{text-align:right}.invoice-pending-payment-report .results-table td.highlight{font-weight:600}.invoice-pending-payment-report .results-table td.pending-amount{color:#dc2626;font-weight:700}.invoice-pending-payment-report .results-table tbody tr:hover{background:#faf5ff}.invoice-pending-payment-report .status-badge{display:inline-block;padding:2px 10px;border-radius:12px;font-size:11px;font-weight:500;text-transform:uppercase}.invoice-pending-payment-report .status-badge.pending,.invoice-pending-payment-report .status-badge.partially_paid{background:#fef3c7;color:#92400e}.invoice-pending-payment-report .status-badge.paid{background:#d1fae5;color:#065f46}.invoice-pending-payment-report .status-badge.overdue{background:#fee2e2;color:#991b1b}.invoice-pending-payment-report .results-table tfoot .grand-total-row{background-color:#dcfce7;border-top:2px solid #10b981}.invoice-pending-payment-report .results-table tfoot .grand-total-row td{padding:12px 8px;font-weight:700;font-size:13px;color:#1e293b}.invoice-pending-payment-report .results-table tfoot .grand-total-row td.number strong{color:#1e293b}.invoice-pending-payment-report .text-right{text-align:right!important}.invoice-pending-payment-report .pending-invoice-table{table-layout:fixed;width:100%}.invoice-pending-payment-report .pending-invoice-table thead th:nth-child(1){width:12%;min-width:80px}.invoice-pending-payment-report .pending-invoice-table thead th:nth-child(2){width:12%;min-width:80px}.invoice-pending-payment-report .pending-invoice-table thead th:nth-child(3){width:12%;min-width:80px}.invoice-pending-payment-report .pending-invoice-table thead th:nth-child(4){width:22%;min-width:120px}.invoice-pending-payment-report .pending-invoice-table thead th:nth-child(5){width:12%;min-width:80px}.invoice-pending-payment-report .pending-invoice-table thead th:nth-child(6){width:12%;min-width:80px}.invoice-pending-payment-report .pending-invoice-table thead th:nth-child(7){width:12%;min-width:80px}.invoice-pending-payment-report .pending-invoice-table thead th:nth-child(8){width:10%;min-width:70px}.invoice-pending-payment-report .results-pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid #e2e8f0}.invoice-pending-payment-report .page-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;font-size:13px;transition:all .2s}.invoice-pending-payment-report .page-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.invoice-pending-payment-report .page-btn:disabled{opacity:.5;cursor:not-allowed}.invoice-pending-payment-report .page-info{font-size:13px;color:#475569}.invoice-pending-payment-report .report-filters{background:#fff;border-radius:12px}.invoice-pending-payment-report .report-filters-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.invoice-pending-payment-report .report-filters-header h3{display:flex;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:600;color:#1e293b}.invoice-pending-payment-report .clear-filters-btn{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#ef4444;color:#fff;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:background .2s}.invoice-pending-payment-report .clear-filters-btn:hover{background:#dc2626}.invoice-pending-payment-report .report-filters-content{padding:20px;display:flex;flex-direction:column;gap:20px}.invoice-pending-payment-report .filter-section{display:flex;flex-direction:column;gap:8px}.invoice-pending-payment-report .filter-label{font-size:13px;font-weight:500;color:#475569}.invoice-pending-payment-report .customer-search-wrapper,.invoice-pending-payment-report .salesman-search-wrapper{position:relative}.invoice-pending-payment-report .customer-search-input-wrapper,.invoice-pending-payment-report .salesman-search-input-wrapper{position:relative;display:flex;align-items:center}.invoice-pending-payment-report .customer-search-input,.invoice-pending-payment-report .salesman-search-input{width:100%;padding:8px 12px 8px 36px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;transition:border-color .2s;background:#fff}.invoice-pending-payment-report .customer-search-input:focus,.invoice-pending-payment-report .salesman-search-input:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.invoice-pending-payment-report .customer-search-icon,.invoice-pending-payment-report .salesman-search-icon{position:absolute;left:10px;color:#9ca3af}.invoice-pending-payment-report .customer-search-clear-btn,.invoice-pending-payment-report .salesman-search-clear-btn{position:absolute;right:8px;background:none;border:none;font-size:18px;color:#9ca3af;cursor:pointer;padding:0 4px}.invoice-pending-payment-report .customer-search-clear-btn:hover,.invoice-pending-payment-report .salesman-search-clear-btn:hover{color:#ef4444}.invoice-pending-payment-report .customer-dropdown,.invoice-pending-payment-report .salesman-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #d1d5db;border-radius:6px;max-height:200px;overflow-y:auto;z-index:1000;box-shadow:0 4px 12px #00000026;margin-top:4px}.invoice-pending-payment-report .customer-dropdown-item,.invoice-pending-payment-report .salesman-dropdown-item{padding:8px 12px;cursor:pointer;font-size:13px;transition:background .2s}.invoice-pending-payment-report .customer-dropdown-item:hover,.invoice-pending-payment-report .salesman-dropdown-item:hover,.invoice-pending-payment-report .customer-dropdown-item.active,.invoice-pending-payment-report .salesman-dropdown-item.active{background:#f3e8ff}.invoice-pending-payment-report .customer-dropdown-loading,.invoice-pending-payment-report .salesman-dropdown-loading{padding:12px;text-align:center;color:#6b7280;font-size:13px}.invoice-pending-payment-report .filter-actions{margin-top:20px;padding-top:15px;border-top:1px solid #e2e8f0}.invoice-pending-payment-report .apply-filters-btn{width:100%;padding:10px 16px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.invoice-pending-payment-report .apply-filters-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.invoice-pending-payment-report .apply-filters-btn:disabled{opacity:.6;cursor:not-allowed}.invoice-pending-payment-report .active-filters{padding:12px 20px;border-top:1px solid #e2e8f0;background:#fefce8}.invoice-pending-payment-report .active-filters-label{font-size:12px;font-weight:500;color:#854d0e;margin-bottom:8px}.invoice-pending-payment-report .active-filters-list{display:flex;flex-wrap:wrap;gap:8px}.invoice-pending-payment-report .filter-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;background:#fef3c7;color:#92400e;border-radius:4px;font-size:11px}.invoice-pending-payment-report .filter-tag button{background:none;border:none;cursor:pointer;font-size:14px;padding:0 2px;color:#92400e}.invoice-pending-payment-report .sys-pdf-preview-panel{position:fixed;inset:0;background:#00000080;z-index:9999;display:flex;flex-direction:column}.invoice-pending-payment-report .sys-pdf-preview-header{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.invoice-pending-payment-report .sys-pdf-preview-header h3{font-size:18px;font-weight:600;color:#1e293b;margin:0}.invoice-pending-payment-report .sys-close-preview-btn{background:none;border:none;font-size:28px;color:#64748b;cursor:pointer;padding:0 8px;line-height:1}.invoice-pending-payment-report .sys-close-preview-btn:hover{color:#ef4444}.invoice-pending-payment-report .sys-pdf-preview-content{flex:1;background:#f1f5f9;padding:20px;overflow:hidden}@media(max-width:1200px){.invoice-pending-payment-report .report-body{flex-direction:column}.invoice-pending-payment-report .report-filters-panel{width:100%;max-height:400px}.invoice-pending-payment-report .summary-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.invoice-pending-payment-report .report-title-bar{flex-direction:column;align-items:flex-start;padding:16px}.invoice-pending-payment-report .report-title-bar h1{font-size:20px}.invoice-pending-payment-report .report-actions{width:100%;flex-wrap:wrap}.invoice-pending-payment-report .report-actions button{flex:1;font-size:12px;padding:6px 10px;min-width:60px}.invoice-pending-payment-report .summary-cards{grid-template-columns:1fr 1fr;gap:10px}.invoice-pending-payment-report .summary-card-value{font-size:18px}.invoice-pending-payment-report .results-table{font-size:11px}.invoice-pending-payment-report .results-table th,.invoice-pending-payment-report .results-table td{padding:6px 4px;font-size:10px}.invoice-pending-payment-report .results-toolbar{flex-direction:column;gap:8px;align-items:flex-start}.invoice-pending-payment-report .results-page-size{width:100%;justify-content:flex-start}}@media(max-width:480px){.invoice-pending-payment-report .report-title-bar h1{font-size:18px}.invoice-pending-payment-report .report-actions button{font-size:11px;padding:4px 8px;min-width:50px}.invoice-pending-payment-report .summary-cards{grid-template-columns:1fr;gap:8px}.invoice-pending-payment-report .summary-card{padding:12px}.invoice-pending-payment-report .summary-card-value{font-size:16px}.invoice-pending-payment-report .results-table{font-size:9px}.invoice-pending-payment-report .results-table th,.invoice-pending-payment-report .results-table td{padding:4px 3px;font-size:8px}.invoice-pending-payment-report .page-btn{font-size:10px;padding:4px 8px}.invoice-pending-payment-report .page-info{font-size:10px}.invoice-pending-payment-report .results-count,.invoice-pending-payment-report .results-page-size{font-size:11px}.invoice-pending-payment-report .results-page-size select{font-size:10px;padding:2px 4px}.invoice-pending-payment-report .sys-pdf-preview-header{padding:8px 16px}.invoice-pending-payment-report .sys-pdf-preview-header h3{font-size:14px}.invoice-pending-payment-report .sys-pdf-preview-content{padding:8px}}@media print{.invoice-pending-payment-report .report-filters-panel,.invoice-pending-payment-report .report-actions,.invoice-pending-payment-report .results-pagination,.invoice-pending-payment-report .results-toolbar,.invoice-pending-payment-report .sys-pdf-preview-panel,.invoice-pending-payment-report .report-preview-btn,.invoice-pending-payment-report .report-print-btn,.invoice-pending-payment-report .report-refresh-btn,.invoice-pending-payment-report .report-export-btn{display:none!important}.invoice-pending-payment-report .report-body{padding:0!important;gap:0!important;overflow:visible!important}.invoice-pending-payment-report .report-results-panel{overflow:visible!important;flex:none!important;box-shadow:none!important;border-radius:0!important}.invoice-pending-payment-report .report-results{box-shadow:none!important;padding:0!important}.invoice-pending-payment-report .report-title-bar{box-shadow:none!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important;background:#fff!important}.invoice-pending-payment-report .report-title-bar h1{font-size:18px!important;color:#1e293b!important}.invoice-pending-payment-report .summary-cards{break-inside:avoid!important;page-break-inside:avoid!important;background:#fff!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important}.invoice-pending-payment-report .summary-card{border:1px solid #e2e8f0!important;background:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.invoice-pending-payment-report .summary-card.highlight{background:#eff6ff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.invoice-pending-payment-report .results-table-wrap{border:none!important;border-radius:0!important;overflow:visible!important}.invoice-pending-payment-report .results-table{font-size:8px!important;width:100%!important;table-layout:fixed!important}.invoice-pending-payment-report .results-table thead th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important;padding:4px 6px!important;font-size:7px!important;border-bottom:2px solid #cbd5e1!important}.invoice-pending-payment-report .results-table tbody td{padding:3px 6px!important;font-size:7px!important}.invoice-pending-payment-report .results-table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important}.invoice-pending-payment-report .results-table tfoot .grand-total-row{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#dcfce7!important;color:#1e293b!important}.invoice-pending-payment-report .results-table tfoot .grand-total-row td.number strong{color:#1e293b!important}.invoice-pending-payment-report .results-table td.pending-amount{color:#dc2626!important}.invoice-pending-payment-report .results-table thead{display:table-header-group!important}.invoice-pending-payment-report .results-table tbody{display:table-row-group!important}.invoice-pending-payment-report .results-table tfoot{display:table-footer-group!important}.invoice-pending-payment-report .summary-cards{page-break-after:avoid!important}.invoice-pending-payment-report .results-table tbody tr{page-break-inside:avoid!important}.invoice-pending-payment-report .grand-total-row{page-break-before:avoid!important}}.trading-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.trading-report .report-title-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.trading-report .report-title-bar h1{font-size:22px;font-weight:600;color:#1e293b;margin:0}.trading-report .report-actions{display:flex;gap:8px;align-items:center}.trading-report .report-actions button{padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;color:#fff}.trading-report .report-actions button:disabled{opacity:.6;cursor:not-allowed}.trading-report .report-preview-btn{background:#8b5cf6}.trading-report .report-preview-btn:hover:not(:disabled){background:#7c3aed}.trading-report .report-print-btn{background:#8b5cf6}.trading-report .report-print-btn:hover:not(:disabled){background:#7c3aed}.trading-report .report-refresh-btn{background:#10b981}.trading-report .report-refresh-btn:hover:not(:disabled){background:#059669}.trading-report .report-export-btn{background:#f59e0b}.trading-report .report-export-btn:hover:not(:disabled){background:#d97706}.trading-report .report-body{display:flex;gap:20px;padding:20px;flex:1;overflow:hidden;min-height:0}.trading-report .report-filters-panel{width:320px;min-width:320px;flex-shrink:0;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow-y:auto;max-height:100%}.trading-report .report-results-panel{flex:1;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow:hidden;display:flex;flex-direction:column;min-width:0}.trading-report .report-results{padding:20px;height:100%;display:flex;flex-direction:column}.trading-report .report-results-loading,.trading-report .report-results-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#64748b}.trading-report .spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.trading-report .summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-bottom:24px}.trading-report .summary-card{padding:16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.trading-report .summary-card.highlight{background:#eff6ff;border-color:#3b82f6}.trading-report .summary-card.profit{background:#f0fdf4;border-color:#22c55e}.trading-report .summary-card.loss{background:#fef2f2;border-color:#ef4444}.trading-report .summary-card-title{font-size:12px;color:#64748b;margin-bottom:8px}.trading-report .summary-card-value{font-size:24px;font-weight:700;color:#1e293b}.trading-report .trading-sides-container{display:grid;grid-template-columns:1fr 1fr;gap:20px;flex:1;min-height:0}.trading-report .trading-side{display:flex;flex-direction:column;min-height:0}.trading-report .trading-side-header{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#f8fafc;border-radius:6px 6px 0 0;border:1px solid #e2e8f0;border-bottom:none;flex-shrink:0}.trading-report .trading-side-header h3{font-size:14px;font-weight:600;color:#1e293b;margin:0}.trading-report .trading-side-header .trading-side-count{font-size:12px;color:#64748b}.trading-report .trading-side .results-table-wrap{flex:1;overflow:auto;border:1px solid #e2e8f0;border-radius:0 0 6px 6px}.trading-report .results-table{width:100%;border-collapse:collapse;font-size:13px}.trading-report .results-table th{padding:10px 8px;background:#f8fafc;text-align:left;font-weight:600;color:#1e293b;border-bottom:1px solid #e2e8f0;white-space:nowrap;font-size:12px}.trading-report .results-table th.number{text-align:right}.trading-report .results-table td{padding:8px;border-bottom:1px solid #f1f5f9;color:#334155;font-size:12px}.trading-report .results-table td.number{text-align:right}.trading-report .results-table td.debit{color:#dc2626}.trading-report .results-table td.credit{color:#16a34a}.trading-report .results-table tbody tr:hover{background:#faf5ff}.trading-report .side-total-row{background-color:#f1f5f9;border-top:2px solid #cbd5e1}.trading-report .side-total-row td{padding:10px 8px;font-weight:700;font-size:13px;color:#1e293b}.trading-report .text-right{text-align:right!important}.trading-report .text-center{text-align:center!important}.trading-report .gross-summary{margin-top:20px;padding:16px 20px;border-radius:8px;border:2px solid #e2e8f0;text-align:center;flex-shrink:0}.trading-report .gross-summary.profit-summary{background:#f0fdf4;border-color:#22c55e}.trading-report .gross-summary.loss-summary{background:#fef2f2;border-color:#ef4444}.trading-report .gross-summary-content{display:flex;justify-content:center;align-items:center;gap:20px}.trading-report .gross-label{font-size:18px;font-weight:700;color:#1e293b}.trading-report .gross-amount{font-size:24px;font-weight:700}.trading-report .results-toolbar{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding:12px 0;flex-shrink:0}.trading-report .results-count{font-size:14px;color:#475569}.trading-report .results-page-size{display:flex;align-items:center;gap:8px;font-size:13px}.trading-report .results-page-size select{padding:4px 8px;border:1px solid #e2e8f0;border-radius:4px;background:#fff}.trading-report .results-pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:16px;padding-top:16px;border-top:1px solid #e2e8f0;flex-shrink:0}.trading-report .page-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;font-size:13px;transition:all .2s}.trading-report .page-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.trading-report .page-btn:disabled{opacity:.5;cursor:not-allowed}.trading-report .page-info{font-size:13px;color:#475569}.trading-report .report-filters{background:#fff;border-radius:12px}.trading-report .report-filters-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.trading-report .report-filters-header h3{display:flex;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:600;color:#1e293b}.trading-report .clear-filters-btn{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#ef4444;color:#fff;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:background .2s}.trading-report .clear-filters-btn:hover{background:#dc2626}.trading-report .report-filters-content{padding:20px;display:flex;flex-direction:column;gap:20px}.trading-report .filter-section{display:flex;flex-direction:column;gap:8px}.trading-report .filter-label{font-size:13px;font-weight:500;color:#475569}.trading-report .filter-actions{margin-top:20px;padding-top:15px;border-top:1px solid #e2e8f0}.trading-report .apply-filters-btn{width:100%;padding:10px 16px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.trading-report .apply-filters-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.trading-report .apply-filters-btn:disabled{opacity:.6;cursor:not-allowed}.trading-report .active-filters{padding:12px 20px;border-top:1px solid #e2e8f0;background:#fefce8}.trading-report .active-filters-label{font-size:12px;font-weight:500;color:#854d0e;margin-bottom:8px}.trading-report .active-filters-list{display:flex;flex-wrap:wrap;gap:8px}.trading-report .filter-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;background:#fef3c7;color:#92400e;border-radius:4px;font-size:11px}.trading-report .filter-tag button{background:none;border:none;cursor:pointer;font-size:14px;padding:0 2px;color:#92400e}.trading-report .sys-pdf-preview-panel{position:fixed;inset:0;background:#00000080;z-index:9999;display:flex;flex-direction:column}.trading-report .sys-pdf-preview-header{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.trading-report .sys-pdf-preview-header h3{font-size:18px;font-weight:600;color:#1e293b;margin:0}.trading-report .sys-close-preview-btn{background:none;border:none;font-size:28px;color:#64748b;cursor:pointer;padding:0 8px;line-height:1}.trading-report .sys-close-preview-btn:hover{color:#ef4444}.trading-report .sys-pdf-preview-content{flex:1;background:#f1f5f9;padding:20px;overflow:hidden}@media(max-width:1200px){.trading-report .report-body{flex-direction:column}.trading-report .report-filters-panel{width:100%;max-height:400px}.trading-report .trading-sides-container{grid-template-columns:1fr;gap:20px}.trading-report .summary-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.trading-report .report-title-bar{flex-direction:column;align-items:flex-start;padding:16px}.trading-report .report-title-bar h1{font-size:20px}.trading-report .report-actions{width:100%;flex-wrap:wrap}.trading-report .report-actions button{flex:1;font-size:12px;padding:6px 10px;min-width:60px}.trading-report .summary-cards{grid-template-columns:1fr 1fr;gap:10px}.trading-report .summary-card-value{font-size:18px}.trading-report .results-table{font-size:11px}.trading-report .results-table th,.trading-report .results-table td{padding:6px 4px;font-size:10px}.trading-report .trading-sides-container{grid-template-columns:1fr;gap:16px}.trading-report .gross-summary-content{flex-direction:column;gap:8px}.trading-report .gross-label{font-size:16px}.trading-report .gross-amount{font-size:20px}.trading-report .results-toolbar{flex-direction:column;gap:8px;align-items:flex-start}.trading-report .results-page-size{width:100%;justify-content:flex-start}}@media(max-width:480px){.trading-report .report-title-bar h1{font-size:18px}.trading-report .report-actions button{font-size:11px;padding:4px 8px;min-width:50px}.trading-report .summary-cards{grid-template-columns:1fr;gap:8px}.trading-report .summary-card{padding:12px}.trading-report .summary-card-value{font-size:16px}.trading-report .results-table{font-size:9px}.trading-report .results-table th,.trading-report .results-table td{padding:4px 3px;font-size:8px}.trading-report .page-btn{font-size:10px;padding:4px 8px}.trading-report .page-info{font-size:10px}.trading-report .results-count,.trading-report .results-page-size{font-size:11px}.trading-report .results-page-size select{font-size:10px;padding:2px 4px}.trading-report .gross-label{font-size:14px}.trading-report .gross-amount{font-size:18px}.trading-report .sys-pdf-preview-header{padding:8px 16px}.trading-report .sys-pdf-preview-header h3{font-size:14px}.trading-report .sys-pdf-preview-content{padding:8px}}@media print{.trading-report .report-filters-panel,.trading-report .report-actions,.trading-report .results-pagination,.trading-report .results-toolbar,.trading-report .sys-pdf-preview-panel,.trading-report .report-preview-btn,.trading-report .report-print-btn,.trading-report .report-refresh-btn,.trading-report .report-export-btn{display:none!important}.trading-report .report-body{padding:0!important;gap:0!important;overflow:visible!important}.trading-report .report-results-panel{overflow:visible!important;flex:none!important;box-shadow:none!important;border-radius:0!important}.trading-report .report-results{box-shadow:none!important;padding:0!important}.trading-report .report-title-bar{box-shadow:none!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important;background:#fff!important}.trading-report .report-title-bar h1{font-size:18px!important;color:#1e293b!important}.trading-report .summary-cards{break-inside:avoid!important;page-break-inside:avoid!important;background:#fff!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important}.trading-report .summary-card{border:1px solid #e2e8f0!important;background:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.trading-report .summary-card.highlight{background:#eff6ff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.trading-report .summary-card.profit{background:#f0fdf4!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.trading-report .summary-card.loss{background:#fef2f2!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.trading-report .trading-side .results-table-wrap{border:1px solid #ddd!important;overflow:visible!important}.trading-report .results-table{font-size:8px!important;width:100%!important}.trading-report .results-table thead th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important;padding:4px 6px!important;font-size:7px!important;border-bottom:2px solid #cbd5e1!important}.trading-report .results-table tbody td{padding:3px 6px!important;font-size:7px!important}.trading-report .results-table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important}.trading-report .side-total-row{background:#f1f5f9!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.trading-report .gross-summary{border:2px solid #ddd!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.trading-report .gross-summary.profit-summary{background:#f0fdf4!important;border-color:#22c55e!important}.trading-report .gross-summary.loss-summary{background:#fef2f2!important;border-color:#ef4444!important}.trading-report .results-table td.debit{color:#dc2626!important}.trading-report .results-table td.credit{color:#16a34a!important}.trading-report .results-table thead{display:table-header-group!important}.trading-report .results-table tbody{display:table-row-group!important}.trading-report .results-table tfoot{display:table-footer-group!important}.trading-report .summary-cards{page-break-after:avoid!important}.trading-report .results-table tbody tr{page-break-inside:avoid!important}.trading-report .gross-summary{page-break-before:avoid!important}}.trial-balance-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.trial-balance-report .report-title-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.trial-balance-report .report-title-bar h1{font-size:22px;font-weight:600;color:#1e293b;margin:0}.trial-balance-report .report-actions{display:flex;gap:8px;align-items:center}.trial-balance-report .report-actions button{padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;color:#fff}.trial-balance-report .report-actions button:disabled{opacity:.6;cursor:not-allowed}.trial-balance-report .report-preview-btn{background:#8b5cf6}.trial-balance-report .report-preview-btn:hover:not(:disabled){background:#7c3aed}.trial-balance-report .report-print-btn{background:#8b5cf6}.trial-balance-report .report-print-btn:hover:not(:disabled){background:#7c3aed}.trial-balance-report .report-refresh-btn{background:#10b981}.trial-balance-report .report-refresh-btn:hover:not(:disabled){background:#059669}.trial-balance-report .report-export-btn{background:#f59e0b}.trial-balance-report .report-export-btn:hover:not(:disabled){background:#d97706}.trial-balance-report .report-body{display:flex;gap:20px;padding:20px;flex:1;overflow:hidden;min-height:0}.trial-balance-report .report-filters-panel{width:320px;min-width:320px;flex-shrink:0;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow-y:auto;max-height:100%}.trial-balance-report .report-results-panel{flex:1;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow:hidden;display:flex;flex-direction:column;min-width:0}.trial-balance-report .report-results{padding:20px;height:100%;display:flex;flex-direction:column}.trial-balance-report .report-results-loading,.trial-balance-report .report-results-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#64748b}.trial-balance-report .spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.trial-balance-report .summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-bottom:24px}.trial-balance-report .summary-card{padding:16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.trial-balance-report .summary-card.highlight{background:#eff6ff;border-color:#3b82f6}.trial-balance-report .summary-card-title{font-size:12px;color:#64748b;margin-bottom:8px}.trial-balance-report .summary-card-value{font-size:24px;font-weight:700;color:#1e293b}.trial-balance-report .account-type-summary .summary-card{background:#fefce8;border-color:#fcd34d}.trial-balance-report .account-type-summary .summary-card .summary-card-value{font-size:18px}.trial-balance-report .results-table-container{flex:1;display:flex;flex-direction:column}.trial-balance-report .results-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px 0}.trial-balance-report .results-count{font-size:14px;color:#475569}.trial-balance-report .results-page-size{display:flex;align-items:center;gap:8px;font-size:13px}.trial-balance-report .results-page-size select{padding:4px 8px;border:1px solid #e2e8f0;border-radius:4px;background:#fff}.trial-balance-report .results-table-wrap{flex:1;overflow:auto;border-radius:8px;border:1px solid #e2e8f0}.trial-balance-report .results-table{width:100%;border-collapse:collapse;font-size:13px}.trial-balance-report .results-table th{padding:12px 8px;background:#f8fafc;text-align:left;font-weight:600;color:#1e293b;border-bottom:1px solid #e2e8f0;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;font-size:12px}.trial-balance-report .results-table th:hover{background:#f1f5f9}.trial-balance-report .results-table th.number{text-align:right}.trial-balance-report .results-table td{padding:10px 8px;border-bottom:1px solid #f1f5f9;color:#334155;font-size:13px}.trial-balance-report .results-table td.number{text-align:right}.trial-balance-report .results-table td.debit{color:#dc2626}.trial-balance-report .results-table td.credit{color:#16a34a}.trial-balance-report .results-table td.positive{color:#16a34a;font-weight:600}.trial-balance-report .results-table td.negative{color:#dc2626;font-weight:600}.trial-balance-report .results-table td.highlight{font-weight:600}.trial-balance-report .results-table td.zero{color:#64748b}.trial-balance-report .results-table tbody tr:hover{background:#faf5ff}.trial-balance-report .results-table tfoot .grand-total-row{background-color:#dcfce7;border-top:2px solid #10b981}.trial-balance-report .results-table tfoot .grand-total-row td{padding:12px 8px;font-weight:700;font-size:13px;color:#1e293b}.trial-balance-report .results-table tfoot .grand-total-row td.number strong{color:#1e293b}.trial-balance-report .text-right{text-align:right!important}.trial-balance-report .trial-balance-table{table-layout:fixed;width:100%}.trial-balance-report .trial-balance-table thead th:nth-child(1){width:15%;min-width:100px}.trial-balance-report .trial-balance-table thead th:nth-child(2){width:30%;min-width:150px}.trial-balance-report .trial-balance-table thead th:nth-child(3){width:15%;min-width:100px}.trial-balance-report .trial-balance-table thead th:nth-child(4){width:13%;min-width:90px}.trial-balance-report .trial-balance-table thead th:nth-child(5){width:13%;min-width:90px}.trial-balance-report .trial-balance-table thead th:nth-child(6){width:14%;min-width:90px}.trial-balance-report .results-pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid #e2e8f0}.trial-balance-report .page-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;font-size:13px;transition:all .2s}.trial-balance-report .page-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.trial-balance-report .page-btn:disabled{opacity:.5;cursor:not-allowed}.trial-balance-report .page-info{font-size:13px;color:#475569}.trial-balance-report .report-filters{background:#fff;border-radius:12px}.trial-balance-report .report-filters-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.trial-balance-report .report-filters-header h3{display:flex;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:600;color:#1e293b}.trial-balance-report .clear-filters-btn{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#ef4444;color:#fff;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:background .2s}.trial-balance-report .clear-filters-btn:hover{background:#dc2626}.trial-balance-report .report-filters-content{padding:20px;display:flex;flex-direction:column;gap:20px}.trial-balance-report .filter-section{display:flex;flex-direction:column;gap:8px}.trial-balance-report .filter-label{font-size:13px;font-weight:500;color:#475569}.trial-balance-report .filter-actions{margin-top:20px;padding-top:15px;border-top:1px solid #e2e8f0}.trial-balance-report .apply-filters-btn{width:100%;padding:10px 16px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.trial-balance-report .apply-filters-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.trial-balance-report .apply-filters-btn:disabled{opacity:.6;cursor:not-allowed}.trial-balance-report .active-filters{padding:12px 20px;border-top:1px solid #e2e8f0;background:#fefce8}.trial-balance-report .active-filters-label{font-size:12px;font-weight:500;color:#854d0e;margin-bottom:8px}.trial-balance-report .active-filters-list{display:flex;flex-wrap:wrap;gap:8px}.trial-balance-report .filter-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;background:#fef3c7;color:#92400e;border-radius:4px;font-size:11px}.trial-balance-report .filter-tag button{background:none;border:none;cursor:pointer;font-size:14px;padding:0 2px;color:#92400e}.trial-balance-report .sys-pdf-preview-panel{position:fixed;inset:0;background:#00000080;z-index:9999;display:flex;flex-direction:column}.trial-balance-report .sys-pdf-preview-header{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.trial-balance-report .sys-pdf-preview-header h3{font-size:18px;font-weight:600;color:#1e293b;margin:0}.trial-balance-report .sys-close-preview-btn{background:none;border:none;font-size:28px;color:#64748b;cursor:pointer;padding:0 8px;line-height:1}.trial-balance-report .sys-close-preview-btn:hover{color:#ef4444}.trial-balance-report .sys-pdf-preview-content{flex:1;background:#f1f5f9;padding:20px;overflow:hidden}@media(max-width:1200px){.trial-balance-report .report-body{flex-direction:column}.trial-balance-report .report-filters-panel{width:100%;max-height:400px}.trial-balance-report .summary-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.trial-balance-report .report-title-bar{flex-direction:column;align-items:flex-start;padding:16px}.trial-balance-report .report-title-bar h1{font-size:20px}.trial-balance-report .report-actions{width:100%;flex-wrap:wrap}.trial-balance-report .report-actions button{flex:1;font-size:12px;padding:6px 10px;min-width:60px}.trial-balance-report .summary-cards{grid-template-columns:1fr 1fr;gap:10px}.trial-balance-report .summary-card-value{font-size:18px}.trial-balance-report .results-table{font-size:11px}.trial-balance-report .results-table th,.trial-balance-report .results-table td{padding:6px 4px;font-size:10px}.trial-balance-report .results-toolbar{flex-direction:column;gap:8px;align-items:flex-start}.trial-balance-report .results-page-size{width:100%;justify-content:flex-start}}@media(max-width:480px){.trial-balance-report .report-title-bar h1{font-size:18px}.trial-balance-report .report-actions button{font-size:11px;padding:4px 8px;min-width:50px}.trial-balance-report .summary-cards{grid-template-columns:1fr;gap:8px}.trial-balance-report .summary-card{padding:12px}.trial-balance-report .summary-card-value{font-size:16px}.trial-balance-report .results-table{font-size:9px}.trial-balance-report .results-table th,.trial-balance-report .results-table td{padding:4px 3px;font-size:8px}.trial-balance-report .page-btn{font-size:10px;padding:4px 8px}.trial-balance-report .page-info{font-size:10px}.trial-balance-report .results-count,.trial-balance-report .results-page-size{font-size:11px}.trial-balance-report .results-page-size select{font-size:10px;padding:2px 4px}.trial-balance-report .sys-pdf-preview-header{padding:8px 16px}.trial-balance-report .sys-pdf-preview-header h3{font-size:14px}.trial-balance-report .sys-pdf-preview-content{padding:8px}}@media print{.trial-balance-report .report-filters-panel,.trial-balance-report .report-actions,.trial-balance-report .results-pagination,.trial-balance-report .results-toolbar,.trial-balance-report .sys-pdf-preview-panel,.trial-balance-report .report-preview-btn,.trial-balance-report .report-print-btn,.trial-balance-report .report-refresh-btn,.trial-balance-report .report-export-btn{display:none!important}.trial-balance-report .report-body{padding:0!important;gap:0!important;overflow:visible!important}.trial-balance-report .report-results-panel{overflow:visible!important;flex:none!important;box-shadow:none!important;border-radius:0!important}.trial-balance-report .report-results{box-shadow:none!important;padding:0!important}.trial-balance-report .report-title-bar{box-shadow:none!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important;background:#fff!important}.trial-balance-report .report-title-bar h1{font-size:18px!important;color:#1e293b!important}.trial-balance-report .summary-cards{break-inside:avoid!important;page-break-inside:avoid!important;background:#fff!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important}.trial-balance-report .summary-card{border:1px solid #e2e8f0!important;background:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.trial-balance-report .summary-card.highlight{background:#eff6ff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.trial-balance-report .results-table-wrap{border:none!important;border-radius:0!important;overflow:visible!important}.trial-balance-report .results-table{font-size:8px!important;width:100%!important;table-layout:fixed!important}.trial-balance-report .results-table thead th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important;padding:4px 6px!important;font-size:7px!important;border-bottom:2px solid #cbd5e1!important}.trial-balance-report .results-table tbody td{padding:3px 6px!important;font-size:7px!important}.trial-balance-report .results-table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important}.trial-balance-report .results-table tfoot .grand-total-row{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#dcfce7!important;color:#1e293b!important}.trial-balance-report .results-table tfoot .grand-total-row td.number strong{color:#1e293b!important}.trial-balance-report .results-table td.debit{color:#dc2626!important}.trial-balance-report .results-table td.credit,.trial-balance-report .results-table td.positive{color:#16a34a!important}.trial-balance-report .results-table td.negative{color:#dc2626!important}.trial-balance-report .results-table td.zero{color:#64748b!important}.trial-balance-report .results-table thead{display:table-header-group!important}.trial-balance-report .results-table tbody{display:table-row-group!important}.trial-balance-report .results-table tfoot{display:table-footer-group!important}.trial-balance-report .summary-cards{page-break-after:avoid!important}.trial-balance-report .results-table tbody tr{page-break-inside:avoid!important}.trial-balance-report .grand-total-row{page-break-before:avoid!important}}.vat-input-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.vat-input-report .report-title-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.vat-input-report .report-title-bar h1{font-size:22px;font-weight:600;color:#1e293b;margin:0}.vat-input-report .report-actions{display:flex;gap:8px;align-items:center}.vat-input-report .report-actions button{padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;color:#fff}.vat-input-report .report-actions button:disabled{opacity:.6;cursor:not-allowed}.vat-input-report .report-preview-btn{background:#8b5cf6}.vat-input-report .report-preview-btn:hover:not(:disabled){background:#7c3aed}.vat-input-report .report-print-btn{background:#8b5cf6}.vat-input-report .report-print-btn:hover:not(:disabled){background:#7c3aed}.vat-input-report .report-refresh-btn{background:#10b981}.vat-input-report .report-refresh-btn:hover:not(:disabled){background:#059669}.vat-input-report .report-export-btn{background:#f59e0b}.vat-input-report .report-export-btn:hover:not(:disabled){background:#d97706}.vat-input-report .report-body{display:flex;gap:20px;padding:20px;flex:1;overflow:hidden;min-height:0}.vat-input-report .report-filters-panel{width:320px;min-width:320px;flex-shrink:0;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow-y:auto;max-height:100%}.vat-input-report .report-results-panel{flex:1;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow:hidden;display:flex;flex-direction:column;min-width:0}.vat-input-report .report-results{padding:20px;height:100%;display:flex;flex-direction:column}.vat-input-report .report-results-loading,.vat-input-report .report-results-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#64748b}.vat-input-report .spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.vat-input-report .summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-bottom:24px}.vat-input-report .summary-card{padding:16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.vat-input-report .summary-card.highlight{background:#eff6ff;border-color:#3b82f6}.vat-input-report .summary-card-title{font-size:12px;color:#64748b;margin-bottom:8px}.vat-input-report .summary-card-value{font-size:24px;font-weight:700;color:#1e293b}.vat-input-report .vat-summary .summary-card{background:#fefce8;border-color:#fcd34d}.vat-input-report .vat-summary .summary-card .summary-card-value{font-size:18px}.vat-input-report .results-table-container{flex:1;display:flex;flex-direction:column}.vat-input-report .results-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px 0}.vat-input-report .results-count{font-size:14px;color:#475569}.vat-input-report .results-page-size{display:flex;align-items:center;gap:8px;font-size:13px}.vat-input-report .results-page-size select{padding:4px 8px;border:1px solid #e2e8f0;border-radius:4px;background:#fff}.vat-input-report .results-table-wrap{flex:1;overflow:auto;border-radius:8px;border:1px solid #e2e8f0}.vat-input-report .results-table{width:100%;border-collapse:collapse;font-size:13px}.vat-input-report .results-table th{padding:12px 8px;background:#f8fafc;text-align:left;font-weight:600;color:#1e293b;border-bottom:1px solid #e2e8f0;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;font-size:12px}.vat-input-report .results-table th:hover{background:#f1f5f9}.vat-input-report .results-table th.number{text-align:right}.vat-input-report .results-table td{padding:10px 8px;border-bottom:1px solid #f1f5f9;color:#334155;font-size:13px}.vat-input-report .results-table td.number{text-align:right}.vat-input-report .results-table td.highlight{font-weight:600}.vat-input-report .results-table tbody tr:hover{background:#faf5ff}.vat-input-report .results-table tfoot .grand-total-row{background-color:#dcfce7;border-top:2px solid #10b981}.vat-input-report .results-table tfoot .grand-total-row td{padding:12px 8px;font-weight:700;font-size:13px;color:#1e293b}.vat-input-report .results-table tfoot .grand-total-row td.number strong{color:#1e293b}.vat-input-report .text-right{text-align:right!important}.vat-input-report .vat-input-table{table-layout:fixed;width:100%}.vat-input-report .vat-input-table thead th:nth-child(1){width:10%;min-width:80px}.vat-input-report .vat-input-table thead th:nth-child(2){width:10%;min-width:80px}.vat-input-report .vat-input-table thead th:nth-child(3){width:10%;min-width:80px}.vat-input-report .vat-input-table thead th:nth-child(4){width:18%;min-width:120px}.vat-input-report .vat-input-table thead th:nth-child(5){width:10%;min-width:80px}.vat-input-report .vat-input-table thead th:nth-child(6){width:7%;min-width:60px}.vat-input-report .vat-input-table thead th:nth-child(7){width:10%;min-width:80px}.vat-input-report .vat-input-table thead th:nth-child(8){width:10%;min-width:80px}.vat-input-report .vat-input-table thead th:nth-child(9){width:10%;min-width:80px}.vat-input-report .vat-input-table thead th:nth-child(10){width:10%;min-width:80px}.vat-input-report .results-pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid #e2e8f0}.vat-input-report .page-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;font-size:13px;transition:all .2s}.vat-input-report .page-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.vat-input-report .page-btn:disabled{opacity:.5;cursor:not-allowed}.vat-input-report .page-info{font-size:13px;color:#475569}.vat-input-report .report-filters{background:#fff;border-radius:12px}.vat-input-report .report-filters-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.vat-input-report .report-filters-header h3{display:flex;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:600;color:#1e293b}.vat-input-report .clear-filters-btn{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#ef4444;color:#fff;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:background .2s}.vat-input-report .clear-filters-btn:hover{background:#dc2626}.vat-input-report .report-filters-content{padding:20px;display:flex;flex-direction:column;gap:20px}.vat-input-report .filter-section{display:flex;flex-direction:column;gap:8px}.vat-input-report .filter-label{font-size:13px;font-weight:500;color:#475569}.vat-input-report .filter-actions{margin-top:20px;padding-top:15px;border-top:1px solid #e2e8f0}.vat-input-report .apply-filters-btn{width:100%;padding:10px 16px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.vat-input-report .apply-filters-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.vat-input-report .apply-filters-btn:disabled{opacity:.6;cursor:not-allowed}.vat-input-report .active-filters{padding:12px 20px;border-top:1px solid #e2e8f0;background:#fefce8}.vat-input-report .active-filters-label{font-size:12px;font-weight:500;color:#854d0e;margin-bottom:8px}.vat-input-report .active-filters-list{display:flex;flex-wrap:wrap;gap:8px}.vat-input-report .filter-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;background:#fef3c7;color:#92400e;border-radius:4px;font-size:11px}.vat-input-report .filter-tag button{background:none;border:none;cursor:pointer;font-size:14px;padding:0 2px;color:#92400e}.vat-input-report .sys-pdf-preview-panel{position:fixed;inset:0;background:#00000080;z-index:9999;display:flex;flex-direction:column}.vat-input-report .sys-pdf-preview-header{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.vat-input-report .sys-pdf-preview-header h3{font-size:18px;font-weight:600;color:#1e293b;margin:0}.vat-input-report .sys-close-preview-btn{background:none;border:none;font-size:28px;color:#64748b;cursor:pointer;padding:0 8px;line-height:1}.vat-input-report .sys-close-preview-btn:hover{color:#ef4444}.vat-input-report .sys-pdf-preview-content{flex:1;background:#f1f5f9;padding:20px;overflow:hidden}@media(max-width:1200px){.vat-input-report .report-body{flex-direction:column}.vat-input-report .report-filters-panel{width:100%;max-height:400px}.vat-input-report .summary-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.vat-input-report .report-title-bar{flex-direction:column;align-items:flex-start;padding:16px}.vat-input-report .report-title-bar h1{font-size:20px}.vat-input-report .report-actions{width:100%;flex-wrap:wrap}.vat-input-report .report-actions button{flex:1;font-size:12px;padding:6px 10px;min-width:60px}.vat-input-report .summary-cards{grid-template-columns:1fr 1fr;gap:10px}.vat-input-report .summary-card-value{font-size:18px}.vat-input-report .results-table{font-size:11px}.vat-input-report .results-table th,.vat-input-report .results-table td{padding:6px 4px;font-size:10px}.vat-input-report .results-toolbar{flex-direction:column;gap:8px;align-items:flex-start}.vat-input-report .results-page-size{width:100%;justify-content:flex-start}}@media(max-width:480px){.vat-input-report .report-title-bar h1{font-size:18px}.vat-input-report .report-actions button{font-size:11px;padding:4px 8px;min-width:50px}.vat-input-report .summary-cards{grid-template-columns:1fr;gap:8px}.vat-input-report .summary-card{padding:12px}.vat-input-report .summary-card-value{font-size:16px}.vat-input-report .results-table{font-size:9px}.vat-input-report .results-table th,.vat-input-report .results-table td{padding:4px 3px;font-size:8px}.vat-input-report .page-btn{font-size:10px;padding:4px 8px}.vat-input-report .page-info{font-size:10px}.vat-input-report .results-count,.vat-input-report .results-page-size{font-size:11px}.vat-input-report .results-page-size select{font-size:10px;padding:2px 4px}.vat-input-report .sys-pdf-preview-header{padding:8px 16px}.vat-input-report .sys-pdf-preview-header h3{font-size:14px}.vat-input-report .sys-pdf-preview-content{padding:8px}}@media print{.vat-input-report .report-filters-panel,.vat-input-report .report-actions,.vat-input-report .results-pagination,.vat-input-report .results-toolbar,.vat-input-report .sys-pdf-preview-panel,.vat-input-report .report-preview-btn,.vat-input-report .report-print-btn,.vat-input-report .report-refresh-btn,.vat-input-report .report-export-btn{display:none!important}.vat-input-report .report-body{padding:0!important;gap:0!important;overflow:visible!important}.vat-input-report .report-results-panel{overflow:visible!important;flex:none!important;box-shadow:none!important;border-radius:0!important}.vat-input-report .report-results{box-shadow:none!important;padding:0!important}.vat-input-report .report-title-bar{box-shadow:none!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important;background:#fff!important}.vat-input-report .report-title-bar h1{font-size:18px!important;color:#1e293b!important}.vat-input-report .summary-cards{break-inside:avoid!important;page-break-inside:avoid!important;background:#fff!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important}.vat-input-report .summary-card{border:1px solid #e2e8f0!important;background:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.vat-input-report .summary-card.highlight{background:#eff6ff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.vat-input-report .results-table-wrap{border:none!important;border-radius:0!important;overflow:visible!important}.vat-input-report .results-table{font-size:8px!important;width:100%!important;table-layout:fixed!important}.vat-input-report .results-table thead th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important;padding:4px 6px!important;font-size:7px!important;border-bottom:2px solid #cbd5e1!important}.vat-input-report .results-table tbody td{padding:3px 6px!important;font-size:7px!important}.vat-input-report .results-table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important}.vat-input-report .results-table tfoot .grand-total-row{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#dcfce7!important;color:#1e293b!important}.vat-input-report .results-table tfoot .grand-total-row td.number strong{color:#1e293b!important}.vat-input-report .results-table thead{display:table-header-group!important}.vat-input-report .results-table tbody{display:table-row-group!important}.vat-input-report .results-table tfoot{display:table-footer-group!important}.vat-input-report .summary-cards{page-break-after:avoid!important}.vat-input-report .results-table tbody tr{page-break-inside:avoid!important}.vat-input-report .grand-total-row{page-break-before:avoid!important}}.vat-output-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.vat-output-report .report-title-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.vat-output-report .report-title-bar h1{font-size:22px;font-weight:600;color:#1e293b;margin:0}.vat-output-report .report-actions{display:flex;gap:8px;align-items:center}.vat-output-report .report-actions button{padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;color:#fff}.vat-output-report .report-actions button:disabled{opacity:.6;cursor:not-allowed}.vat-output-report .report-preview-btn{background:#8b5cf6}.vat-output-report .report-preview-btn:hover:not(:disabled){background:#7c3aed}.vat-output-report .report-print-btn{background:#8b5cf6}.vat-output-report .report-print-btn:hover:not(:disabled){background:#7c3aed}.vat-output-report .report-refresh-btn{background:#10b981}.vat-output-report .report-refresh-btn:hover:not(:disabled){background:#059669}.vat-output-report .report-export-btn{background:#f59e0b}.vat-output-report .report-export-btn:hover:not(:disabled){background:#d97706}.vat-output-report .report-body{display:flex;gap:20px;padding:20px;flex:1;overflow:hidden;min-height:0}.vat-output-report .report-filters-panel{width:320px;min-width:320px;flex-shrink:0;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow-y:auto;max-height:100%}.vat-output-report .report-results-panel{flex:1;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow:hidden;display:flex;flex-direction:column;min-width:0}.vat-output-report .report-results{padding:20px;height:100%;display:flex;flex-direction:column}.vat-output-report .report-results-loading,.vat-output-report .report-results-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#64748b}.vat-output-report .spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.vat-output-report .summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-bottom:24px}.vat-output-report .summary-card{padding:16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.vat-output-report .summary-card.highlight{background:#eff6ff;border-color:#3b82f6}.vat-output-report .summary-card-title{font-size:12px;color:#64748b;margin-bottom:8px}.vat-output-report .summary-card-value{font-size:24px;font-weight:700;color:#1e293b}.vat-output-report .zatca-summary .summary-card{background:#fefce8;border-color:#fcd34d}.vat-output-report .zatca-summary .summary-card .summary-card-value{font-size:18px}.vat-output-report .results-table-container{flex:1;display:flex;flex-direction:column}.vat-output-report .results-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px 0}.vat-output-report .results-count{font-size:14px;color:#475569}.vat-output-report .results-page-size{display:flex;align-items:center;gap:8px;font-size:13px}.vat-output-report .results-page-size select{padding:4px 8px;border:1px solid #e2e8f0;border-radius:4px;background:#fff}.vat-output-report .results-table-wrap{flex:1;overflow:auto;border-radius:8px;border:1px solid #e2e8f0}.vat-output-report .results-table{width:100%;border-collapse:collapse;font-size:13px}.vat-output-report .results-table th{padding:12px 8px;background:#f8fafc;text-align:left;font-weight:600;color:#1e293b;border-bottom:1px solid #e2e8f0;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;font-size:12px}.vat-output-report .results-table th:hover{background:#f1f5f9}.vat-output-report .results-table th.number{text-align:right}.vat-output-report .results-table td{padding:10px 8px;border-bottom:1px solid #f1f5f9;color:#334155;font-size:13px}.vat-output-report .results-table td.number{text-align:right}.vat-output-report .results-table td.highlight{font-weight:600}.vat-output-report .results-table tbody tr:hover{background:#faf5ff}.vat-output-report .results-table tfoot .grand-total-row{background-color:#dcfce7;border-top:2px solid #10b981}.vat-output-report .results-table tfoot .grand-total-row td{padding:12px 8px;font-weight:700;font-size:13px;color:#1e293b}.vat-output-report .results-table tfoot .grand-total-row td.number strong{color:#1e293b}.vat-output-report .text-right{text-align:right!important}.vat-output-report .vat-table{table-layout:fixed;width:100%}.vat-output-report .vat-table thead th:nth-child(1){width:10%;min-width:80px}.vat-output-report .vat-table thead th:nth-child(2){width:10%;min-width:80px}.vat-output-report .vat-table thead th:nth-child(3){width:10%;min-width:80px}.vat-output-report .vat-table thead th:nth-child(4){width:18%;min-width:120px}.vat-output-report .vat-table thead th:nth-child(5){width:10%;min-width:80px}.vat-output-report .vat-table thead th:nth-child(6){width:10%;min-width:80px}.vat-output-report .vat-table thead th:nth-child(7){width:10%;min-width:80px}.vat-output-report .vat-table thead th:nth-child(8){width:7%;min-width:60px}.vat-output-report .vat-table thead th:nth-child(9){width:10%;min-width:80px}.vat-output-report .vat-table thead th:nth-child(10){width:10%;min-width:80px}.vat-output-report .results-pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid #e2e8f0}.vat-output-report .page-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;font-size:13px;transition:all .2s}.vat-output-report .page-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.vat-output-report .page-btn:disabled{opacity:.5;cursor:not-allowed}.vat-output-report .page-info{font-size:13px;color:#475569}.vat-output-report .report-filters{background:#fff;border-radius:12px}.vat-output-report .report-filters-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.vat-output-report .report-filters-header h3{display:flex;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:600;color:#1e293b}.vat-output-report .clear-filters-btn{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#ef4444;color:#fff;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:background .2s}.vat-output-report .clear-filters-btn:hover{background:#dc2626}.vat-output-report .report-filters-content{padding:20px;display:flex;flex-direction:column;gap:20px}.vat-output-report .filter-section{display:flex;flex-direction:column;gap:8px}.vat-output-report .filter-label{font-size:13px;font-weight:500;color:#475569}.vat-output-report .filter-actions{margin-top:20px;padding-top:15px;border-top:1px solid #e2e8f0}.vat-output-report .apply-filters-btn{width:100%;padding:10px 16px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.vat-output-report .apply-filters-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.vat-output-report .apply-filters-btn:disabled{opacity:.6;cursor:not-allowed}.vat-output-report .active-filters{padding:12px 20px;border-top:1px solid #e2e8f0;background:#fefce8}.vat-output-report .active-filters-label{font-size:12px;font-weight:500;color:#854d0e;margin-bottom:8px}.vat-output-report .active-filters-list{display:flex;flex-wrap:wrap;gap:8px}.vat-output-report .filter-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;background:#fef3c7;color:#92400e;border-radius:4px;font-size:11px}.vat-output-report .filter-tag button{background:none;border:none;cursor:pointer;font-size:14px;padding:0 2px;color:#92400e}.vat-output-report .sys-pdf-preview-panel{position:fixed;inset:0;background:#00000080;z-index:9999;display:flex;flex-direction:column}.vat-output-report .sys-pdf-preview-header{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.vat-output-report .sys-pdf-preview-header h3{font-size:18px;font-weight:600;color:#1e293b;margin:0}.vat-output-report .sys-close-preview-btn{background:none;border:none;font-size:28px;color:#64748b;cursor:pointer;padding:0 8px;line-height:1}.vat-output-report .sys-close-preview-btn:hover{color:#ef4444}.vat-output-report .sys-pdf-preview-content{flex:1;background:#f1f5f9;padding:20px;overflow:hidden}@media(max-width:1200px){.vat-output-report .report-body{flex-direction:column}.vat-output-report .report-filters-panel{width:100%;max-height:400px}.vat-output-report .summary-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.vat-output-report .report-title-bar{flex-direction:column;align-items:flex-start;padding:16px}.vat-output-report .report-title-bar h1{font-size:20px}.vat-output-report .report-actions{width:100%;flex-wrap:wrap}.vat-output-report .report-actions button{flex:1;font-size:12px;padding:6px 10px;min-width:60px}.vat-output-report .summary-cards{grid-template-columns:1fr 1fr;gap:10px}.vat-output-report .summary-card-value{font-size:18px}.vat-output-report .results-table{font-size:11px}.vat-output-report .results-table th,.vat-output-report .results-table td{padding:6px 4px;font-size:10px}.vat-output-report .results-toolbar{flex-direction:column;gap:8px;align-items:flex-start}.vat-output-report .results-page-size{width:100%;justify-content:flex-start}}@media(max-width:480px){.vat-output-report .report-title-bar h1{font-size:18px}.vat-output-report .report-actions button{font-size:11px;padding:4px 8px;min-width:50px}.vat-output-report .summary-cards{grid-template-columns:1fr;gap:8px}.vat-output-report .summary-card{padding:12px}.vat-output-report .summary-card-value{font-size:16px}.vat-output-report .results-table{font-size:9px}.vat-output-report .results-table th,.vat-output-report .results-table td{padding:4px 3px;font-size:8px}.vat-output-report .page-btn{font-size:10px;padding:4px 8px}.vat-output-report .page-info{font-size:10px}.vat-output-report .results-count,.vat-output-report .results-page-size{font-size:11px}.vat-output-report .results-page-size select{font-size:10px;padding:2px 4px}.vat-output-report .sys-pdf-preview-header{padding:8px 16px}.vat-output-report .sys-pdf-preview-header h3{font-size:14px}.vat-output-report .sys-pdf-preview-content{padding:8px}}@media print{.vat-output-report .report-filters-panel,.vat-output-report .report-actions,.vat-output-report .results-pagination,.vat-output-report .results-toolbar,.vat-output-report .sys-pdf-preview-panel,.vat-output-report .report-preview-btn,.vat-output-report .report-print-btn,.vat-output-report .report-refresh-btn,.vat-output-report .report-export-btn{display:none!important}.vat-output-report .report-body{padding:0!important;gap:0!important;overflow:visible!important}.vat-output-report .report-results-panel{overflow:visible!important;flex:none!important;box-shadow:none!important;border-radius:0!important}.vat-output-report .report-results{box-shadow:none!important;padding:0!important}.vat-output-report .report-title-bar{box-shadow:none!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important;background:#fff!important}.vat-output-report .report-title-bar h1{font-size:18px!important;color:#1e293b!important}.vat-output-report .summary-cards{break-inside:avoid!important;page-break-inside:avoid!important;background:#fff!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important}.vat-output-report .summary-card{border:1px solid #e2e8f0!important;background:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.vat-output-report .summary-card.highlight{background:#eff6ff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.vat-output-report .results-table-wrap{border:none!important;border-radius:0!important;overflow:visible!important}.vat-output-report .results-table{font-size:8px!important;width:100%!important;table-layout:fixed!important}.vat-output-report .results-table thead th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important;padding:4px 6px!important;font-size:7px!important;border-bottom:2px solid #cbd5e1!important}.vat-output-report .results-table tbody td{padding:3px 6px!important;font-size:7px!important}.vat-output-report .results-table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important}.vat-output-report .results-table tfoot .grand-total-row{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#dcfce7!important;color:#1e293b!important}.vat-output-report .results-table tfoot .grand-total-row td.number strong{color:#1e293b!important}.vat-output-report .results-table thead{display:table-header-group!important}.vat-output-report .results-table tbody{display:table-row-group!important}.vat-output-report .results-table tfoot{display:table-footer-group!important}.vat-output-report .summary-cards{page-break-after:avoid!important}.vat-output-report .results-table tbody tr{page-break-inside:avoid!important}.vat-output-report .grand-total-row{page-break-before:avoid!important}}.customer-list-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.customer-list-report .report-title-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.customer-list-report .report-title-bar h1{font-size:22px;font-weight:600;color:#1e293b;margin:0}.customer-list-report .report-actions{display:flex;gap:8px;align-items:center}.customer-list-report .report-actions button{padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;color:#fff}.customer-list-report .report-actions button:disabled{opacity:.6;cursor:not-allowed}.customer-list-report .report-preview-btn{background:#8b5cf6}.customer-list-report .report-preview-btn:hover:not(:disabled){background:#7c3aed}.customer-list-report .report-print-btn{background:#8b5cf6}.customer-list-report .report-print-btn:hover:not(:disabled){background:#7c3aed}.customer-list-report .report-refresh-btn{background:#10b981}.customer-list-report .report-refresh-btn:hover:not(:disabled){background:#059669}.customer-list-report .report-export-btn{background:#f59e0b}.customer-list-report .report-export-btn:hover:not(:disabled){background:#d97706}.customer-list-report .report-body{display:flex;gap:20px;padding:20px;flex:1;overflow:hidden;min-height:0}.customer-list-report .report-filters-panel{width:320px;min-width:320px;flex-shrink:0;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow-y:auto;max-height:100%}.customer-list-report .report-results-panel{flex:1;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow:hidden;display:flex;flex-direction:column;min-width:0}.customer-list-report .report-results{padding:20px;height:100%;display:flex;flex-direction:column}.customer-list-report .report-results-loading,.customer-list-report .report-results-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#64748b}.customer-list-report .spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.customer-list-report .summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-bottom:24px}.customer-list-report .summary-card{padding:16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.customer-list-report .summary-card.highlight{background:#eff6ff;border-color:#3b82f6}.customer-list-report .summary-card-title{font-size:12px;color:#64748b;margin-bottom:8px}.customer-list-report .summary-card-value{font-size:24px;font-weight:700;color:#1e293b}.customer-list-report .results-table-container{flex:1;display:flex;flex-direction:column}.customer-list-report .results-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px 0}.customer-list-report .results-count{font-size:14px;color:#475569}.customer-list-report .results-page-size{display:flex;align-items:center;gap:8px;font-size:13px}.customer-list-report .results-page-size select{padding:4px 8px;border:1px solid #e2e8f0;border-radius:4px;background:#fff}.customer-list-report .results-table-wrap{flex:1;overflow:auto;border-radius:8px;border:1px solid #e2e8f0}.customer-list-report .results-table{width:100%;border-collapse:collapse;font-size:12px}.customer-list-report .results-table th{padding:10px 6px;background:#f8fafc;text-align:left;font-weight:600;color:#1e293b;border-bottom:1px solid #e2e8f0;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;font-size:11px}.customer-list-report .results-table th:hover{background:#f1f5f9}.customer-list-report .results-table td{padding:8px 6px;border-bottom:1px solid #f1f5f9;color:#334155;font-size:11px}.customer-list-report .results-table tbody tr:hover{background:#faf5ff}.customer-list-report .status-badge{display:inline-block;padding:2px 10px;border-radius:12px;font-size:10px;font-weight:500}.customer-list-report .status-badge.active{background:#d1fae5;color:#065f46}.customer-list-report .status-badge.inactive{background:#fee2e2;color:#991b1b}.customer-list-report .customer-list-table{table-layout:fixed;width:100%}.customer-list-report .customer-list-table thead th:nth-child(1){width:6%;min-width:60px}.customer-list-report .customer-list-table thead th:nth-child(2){width:10%;min-width:80px}.customer-list-report .customer-list-table thead th:nth-child(3){width:8%;min-width:70px}.customer-list-report .customer-list-table thead th:nth-child(4){width:10%;min-width:80px}.customer-list-report .customer-list-table thead th:nth-child(5){width:8%;min-width:70px}.customer-list-report .customer-list-table thead th:nth-child(6){width:8%;min-width:70px}.customer-list-report .customer-list-table thead th:nth-child(7){width:8%;min-width:70px}.customer-list-report .customer-list-table thead th:nth-child(8){width:6%;min-width:60px}.customer-list-report .customer-list-table thead th:nth-child(9){width:8%;min-width:70px}.customer-list-report .customer-list-table thead th:nth-child(10){width:6%;min-width:60px}.customer-list-report .customer-list-table thead th:nth-child(11){width:6%;min-width:60px}.customer-list-report .customer-list-table thead th:nth-child(12){width:7%;min-width:65px}.customer-list-report .customer-list-table thead th:nth-child(13){width:8%;min-width:70px}.customer-list-report .customer-list-table thead th:nth-child(14){width:6%;min-width:60px}.customer-list-report .customer-list-table thead th:nth-child(15){width:7%;min-width:65px}.customer-list-report .executive-search-wrapper{position:relative;width:100%}.customer-list-report .executive-search-input-wrapper{position:relative;display:flex;align-items:center;width:100%}.customer-list-report .executive-search-input{width:100%;padding:8px 36px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;transition:border-color .2s;background:#fff;color:#1e293b;height:38px}.customer-list-report .executive-search-input:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.customer-list-report .executive-search-input:disabled{background:#f1f5f9;cursor:not-allowed}.customer-list-report .executive-search-icon{position:absolute;left:10px;color:#9ca3af;pointer-events:none;width:16px;height:16px}.customer-list-report .executive-search-clear-btn{position:absolute;right:8px;background:none;border:none;font-size:18px;color:#9ca3af;cursor:pointer;padding:0 4px;line-height:1;display:flex;align-items:center;justify-content:center}.customer-list-report .executive-search-clear-btn:hover{color:#ef4444}.customer-list-report .executive-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #d1d5db;border-radius:6px;max-height:200px;overflow-y:auto;z-index:1000;box-shadow:0 4px 12px #00000026;margin-top:4px}.customer-list-report .executive-dropdown-loading{padding:12px;text-align:center;color:#6b7280;font-size:13px}.customer-list-report .executive-dropdown-item{padding:8px 12px;cursor:pointer;font-size:13px;transition:background .2s;color:#1e293b}.customer-list-report .executive-dropdown-item:hover,.customer-list-report .executive-dropdown-item.active{background:#f3e8ff}.customer-list-report .filter-section{display:flex;flex-direction:column;gap:6px}.customer-list-report .filter-label{font-size:13px;font-weight:500;color:#475569}.customer-list-report .results-pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid #e2e8f0}.customer-list-report .page-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;font-size:13px;transition:all .2s}.customer-list-report .page-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.customer-list-report .page-btn:disabled{opacity:.5;cursor:not-allowed}.customer-list-report .page-info{font-size:13px;color:#475569}.customer-list-report .report-filters{background:#fff;border-radius:12px}.customer-list-report .report-filters-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.customer-list-report .report-filters-header h3{display:flex;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:600;color:#1e293b}.customer-list-report .clear-filters-btn{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#ef4444;color:#fff;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:background .2s}.customer-list-report .clear-filters-btn:hover{background:#dc2626}.customer-list-report .report-filters-content{padding:20px;display:flex;flex-direction:column;gap:20px}.customer-list-report .filter-actions{margin-top:20px;padding-top:15px;border-top:1px solid #e2e8f0}.customer-list-report .apply-filters-btn{width:100%;padding:10px 16px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.customer-list-report .apply-filters-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.customer-list-report .apply-filters-btn:disabled{opacity:.6;cursor:not-allowed}.customer-list-report .active-filters{padding:12px 20px;border-top:1px solid #e2e8f0;background:#fefce8}.customer-list-report .active-filters-label{font-size:12px;font-weight:500;color:#854d0e;margin-bottom:8px}.customer-list-report .active-filters-list{display:flex;flex-wrap:wrap;gap:8px}.customer-list-report .filter-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;background:#fef3c7;color:#92400e;border-radius:4px;font-size:11px}.customer-list-report .filter-tag button{background:none;border:none;cursor:pointer;font-size:14px;padding:0 2px;color:#92400e}.customer-list-report .sys-pdf-preview-panel{position:fixed;inset:0;background:#00000080;z-index:9999;display:flex;flex-direction:column}.customer-list-report .sys-pdf-preview-header{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.customer-list-report .sys-pdf-preview-header h3{font-size:18px;font-weight:600;color:#1e293b;margin:0}.customer-list-report .sys-close-preview-btn{background:none;border:none;font-size:28px;color:#64748b;cursor:pointer;padding:0 8px;line-height:1}.customer-list-report .sys-close-preview-btn:hover{color:#ef4444}.customer-list-report .sys-pdf-preview-content{flex:1;background:#f1f5f9;padding:20px;overflow:hidden}@media(max-width:1200px){.customer-list-report .report-body{flex-direction:column}.customer-list-report .report-filters-panel{width:100%;max-height:400px}.customer-list-report .summary-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.customer-list-report .report-title-bar{flex-direction:column;align-items:flex-start;padding:16px}.customer-list-report .report-title-bar h1{font-size:20px}.customer-list-report .report-actions{width:100%;flex-wrap:wrap}.customer-list-report .report-actions button{flex:1;font-size:12px;padding:6px 10px;min-width:60px}.customer-list-report .summary-cards{grid-template-columns:1fr 1fr;gap:10px}.customer-list-report .summary-card-value{font-size:18px}.customer-list-report .results-table{font-size:10px}.customer-list-report .results-table th,.customer-list-report .results-table td{padding:4px;font-size:9px}.customer-list-report .results-toolbar{flex-direction:column;gap:8px;align-items:flex-start}.customer-list-report .results-page-size{width:100%;justify-content:flex-start}.customer-list-report .executive-search-input{font-size:12px;padding:6px 32px;height:34px}}@media(max-width:480px){.customer-list-report .report-title-bar h1{font-size:18px}.customer-list-report .report-actions button{font-size:11px;padding:4px 8px;min-width:50px}.customer-list-report .summary-cards{grid-template-columns:1fr;gap:8px}.customer-list-report .summary-card{padding:12px}.customer-list-report .summary-card-value{font-size:16px}.customer-list-report .results-table{font-size:9px}.customer-list-report .results-table th,.customer-list-report .results-table td{padding:3px;font-size:8px}.customer-list-report .page-btn{font-size:10px;padding:4px 8px}.customer-list-report .page-info{font-size:10px}.customer-list-report .results-count,.customer-list-report .results-page-size{font-size:11px}.customer-list-report .results-page-size select{font-size:10px;padding:2px 4px}.customer-list-report .sys-pdf-preview-header{padding:8px 16px}.customer-list-report .sys-pdf-preview-header h3{font-size:14px}.customer-list-report .sys-pdf-preview-content{padding:8px}.customer-list-report .executive-search-input{font-size:11px;padding:4px 28px;height:30px}}@media print{.customer-list-report .report-filters-panel,.customer-list-report .report-actions,.customer-list-report .results-pagination,.customer-list-report .results-toolbar,.customer-list-report .sys-pdf-preview-panel,.customer-list-report .report-preview-btn,.customer-list-report .report-print-btn,.customer-list-report .report-refresh-btn,.customer-list-report .report-export-btn{display:none!important}.customer-list-report .report-body{padding:0!important;gap:0!important;overflow:visible!important}.customer-list-report .report-results-panel{overflow:visible!important;flex:none!important;box-shadow:none!important;border-radius:0!important}.customer-list-report .report-results{box-shadow:none!important;padding:0!important}.customer-list-report .report-title-bar{box-shadow:none!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important;background:#fff!important}.customer-list-report .report-title-bar h1{font-size:18px!important;color:#1e293b!important}.customer-list-report .summary-cards{break-inside:avoid!important;page-break-inside:avoid!important;background:#fff!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important}.customer-list-report .summary-card{border:1px solid #e2e8f0!important;background:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.customer-list-report .summary-card.highlight{background:#eff6ff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.customer-list-report .results-table-wrap{border:none!important;border-radius:0!important;overflow:visible!important}.customer-list-report .results-table{font-size:8px!important;width:100%!important;table-layout:fixed!important}.customer-list-report .results-table thead th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important;padding:3px 4px!important;font-size:7px!important;border-bottom:2px solid #cbd5e1!important}.customer-list-report .results-table tbody td{padding:3px 4px!important;font-size:7px!important}.customer-list-report .results-table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important}.customer-list-report .status-badge.active{background:#d1fae5!important;color:#065f46!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.customer-list-report .status-badge.inactive{background:#fee2e2!important;color:#991b1b!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.customer-list-report .results-table thead{display:table-header-group!important}.customer-list-report .results-table tbody{display:table-row-group!important}.customer-list-report .results-table tfoot{display:table-footer-group!important}.customer-list-report .summary-cards{page-break-after:avoid!important}.customer-list-report .results-table tbody tr{page-break-inside:avoid!important}}.supplier-list-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.supplier-list-report .report-title-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.supplier-list-report .report-title-bar h1{font-size:22px;font-weight:600;color:#1e293b;margin:0}.supplier-list-report .report-actions{display:flex;gap:8px;align-items:center}.supplier-list-report .report-actions button{padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;color:#fff}.supplier-list-report .report-actions button:disabled{opacity:.6;cursor:not-allowed}.supplier-list-report .report-preview-btn{background:#8b5cf6}.supplier-list-report .report-preview-btn:hover:not(:disabled){background:#7c3aed}.supplier-list-report .report-print-btn{background:#8b5cf6}.supplier-list-report .report-print-btn:hover:not(:disabled){background:#7c3aed}.supplier-list-report .report-refresh-btn{background:#10b981}.supplier-list-report .report-refresh-btn:hover:not(:disabled){background:#059669}.supplier-list-report .report-export-btn{background:#f59e0b}.supplier-list-report .report-export-btn:hover:not(:disabled){background:#d97706}.supplier-list-report .report-body{display:flex;gap:20px;padding:20px;flex:1;overflow:hidden;min-height:0}.supplier-list-report .report-filters-panel{width:320px;min-width:320px;flex-shrink:0;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow-y:auto;max-height:100%}.supplier-list-report .report-results-panel{flex:1;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow:hidden;display:flex;flex-direction:column;min-width:0}.supplier-list-report .report-results{padding:20px;height:100%;display:flex;flex-direction:column}.supplier-list-report .report-results-loading,.supplier-list-report .report-results-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#64748b}.supplier-list-report .spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.supplier-list-report .summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-bottom:24px}.supplier-list-report .summary-card{padding:16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.supplier-list-report .summary-card.highlight{background:#eff6ff;border-color:#3b82f6}.supplier-list-report .summary-card-title{font-size:12px;color:#64748b;margin-bottom:8px}.supplier-list-report .summary-card-value{font-size:24px;font-weight:700;color:#1e293b}.supplier-list-report .results-table-container{flex:1;display:flex;flex-direction:column}.supplier-list-report .results-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px 0}.supplier-list-report .results-count{font-size:14px;color:#475569}.supplier-list-report .results-page-size{display:flex;align-items:center;gap:8px;font-size:13px}.supplier-list-report .results-page-size select{padding:4px 8px;border:1px solid #e2e8f0;border-radius:4px;background:#fff}.supplier-list-report .results-table-wrap{flex:1;overflow:auto;border-radius:8px;border:1px solid #e2e8f0}.supplier-list-report .results-table{width:100%;border-collapse:collapse;font-size:12px}.supplier-list-report .results-table th{padding:10px 6px;background:#f8fafc;text-align:left;font-weight:600;color:#1e293b;border-bottom:1px solid #e2e8f0;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;font-size:11px}.supplier-list-report .results-table th:hover{background:#f1f5f9}.supplier-list-report .results-table td{padding:8px 6px;border-bottom:1px solid #f1f5f9;color:#334155;font-size:11px}.supplier-list-report .results-table tbody tr:hover{background:#faf5ff}.supplier-list-report .status-badge{display:inline-block;padding:2px 10px;border-radius:12px;font-size:10px;font-weight:500}.supplier-list-report .status-badge.active{background:#d1fae5;color:#065f46}.supplier-list-report .status-badge.inactive{background:#fee2e2;color:#991b1b}.supplier-list-report .supplier-list-table{table-layout:fixed;width:100%}.supplier-list-report .supplier-list-table thead th:nth-child(1){width:6%;min-width:60px}.supplier-list-report .supplier-list-table thead th:nth-child(2){width:10%;min-width:80px}.supplier-list-report .supplier-list-table thead th:nth-child(3){width:8%;min-width:70px}.supplier-list-report .supplier-list-table thead th:nth-child(4){width:10%;min-width:80px}.supplier-list-report .supplier-list-table thead th:nth-child(5){width:8%;min-width:70px}.supplier-list-report .supplier-list-table thead th:nth-child(6){width:8%;min-width:70px}.supplier-list-report .supplier-list-table thead th:nth-child(7){width:8%;min-width:70px}.supplier-list-report .supplier-list-table thead th:nth-child(8){width:6%;min-width:60px}.supplier-list-report .supplier-list-table thead th:nth-child(9){width:8%;min-width:70px}.supplier-list-report .supplier-list-table thead th:nth-child(10){width:6%;min-width:60px}.supplier-list-report .supplier-list-table thead th:nth-child(11){width:6%;min-width:60px}.supplier-list-report .supplier-list-table thead th:nth-child(12){width:8%;min-width:70px}.supplier-list-report .supplier-list-table thead th:nth-child(13){width:6%;min-width:60px}.supplier-list-report .supplier-list-table thead th:nth-child(14){width:6%;min-width:60px}.supplier-list-report .supplier-list-table thead th:nth-child(15){width:6%;min-width:60px}.supplier-list-report .manager-search-wrapper{position:relative;width:100%}.supplier-list-report .manager-search-input-wrapper{position:relative;display:flex;align-items:center;width:100%}.supplier-list-report .manager-search-input{width:100%;padding:8px 36px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;transition:border-color .2s;background:#fff;color:#1e293b;height:38px}.supplier-list-report .manager-search-input:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.supplier-list-report .manager-search-input:disabled{background:#f1f5f9;cursor:not-allowed}.supplier-list-report .manager-search-icon{position:absolute;left:10px;color:#9ca3af;pointer-events:none;width:16px;height:16px}.supplier-list-report .manager-search-clear-btn{position:absolute;right:8px;background:none;border:none;font-size:18px;color:#9ca3af;cursor:pointer;padding:0 4px;line-height:1;display:flex;align-items:center;justify-content:center}.supplier-list-report .manager-search-clear-btn:hover{color:#ef4444}.supplier-list-report .manager-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #d1d5db;border-radius:6px;max-height:200px;overflow-y:auto;z-index:1000;box-shadow:0 4px 12px #00000026;margin-top:4px}.supplier-list-report .manager-dropdown-loading{padding:12px;text-align:center;color:#6b7280;font-size:13px}.supplier-list-report .manager-dropdown-item{padding:8px 12px;cursor:pointer;font-size:13px;transition:background .2s;color:#1e293b}.supplier-list-report .manager-dropdown-item:hover,.supplier-list-report .manager-dropdown-item.active{background:#f3e8ff}.supplier-list-report .filter-section{display:flex;flex-direction:column;gap:6px}.supplier-list-report .filter-label{font-size:13px;font-weight:500;color:#475569}.supplier-list-report .results-pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid #e2e8f0}.supplier-list-report .page-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;font-size:13px;transition:all .2s}.supplier-list-report .page-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.supplier-list-report .page-btn:disabled{opacity:.5;cursor:not-allowed}.supplier-list-report .page-info{font-size:13px;color:#475569}.supplier-list-report .report-filters{background:#fff;border-radius:12px}.supplier-list-report .report-filters-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.supplier-list-report .report-filters-header h3{display:flex;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:600;color:#1e293b}.supplier-list-report .clear-filters-btn{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#ef4444;color:#fff;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:background .2s}.supplier-list-report .clear-filters-btn:hover{background:#dc2626}.supplier-list-report .report-filters-content{padding:20px;display:flex;flex-direction:column;gap:20px}.supplier-list-report .filter-actions{margin-top:20px;padding-top:15px;border-top:1px solid #e2e8f0}.supplier-list-report .apply-filters-btn{width:100%;padding:10px 16px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.supplier-list-report .apply-filters-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.supplier-list-report .apply-filters-btn:disabled{opacity:.6;cursor:not-allowed}.supplier-list-report .active-filters{padding:12px 20px;border-top:1px solid #e2e8f0;background:#fefce8}.supplier-list-report .active-filters-label{font-size:12px;font-weight:500;color:#854d0e;margin-bottom:8px}.supplier-list-report .active-filters-list{display:flex;flex-wrap:wrap;gap:8px}.supplier-list-report .filter-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;background:#fef3c7;color:#92400e;border-radius:4px;font-size:11px}.supplier-list-report .filter-tag button{background:none;border:none;cursor:pointer;font-size:14px;padding:0 2px;color:#92400e}.supplier-list-report .sys-pdf-preview-panel{position:fixed;inset:0;background:#00000080;z-index:9999;display:flex;flex-direction:column}.supplier-list-report .sys-pdf-preview-header{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.supplier-list-report .sys-pdf-preview-header h3{font-size:18px;font-weight:600;color:#1e293b;margin:0}.supplier-list-report .sys-close-preview-btn{background:none;border:none;font-size:28px;color:#64748b;cursor:pointer;padding:0 8px;line-height:1}.supplier-list-report .sys-close-preview-btn:hover{color:#ef4444}.supplier-list-report .sys-pdf-preview-content{flex:1;background:#f1f5f9;padding:20px;overflow:hidden}@media(max-width:1200px){.supplier-list-report .report-body{flex-direction:column}.supplier-list-report .report-filters-panel{width:100%;max-height:400px}.supplier-list-report .summary-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.supplier-list-report .report-title-bar{flex-direction:column;align-items:flex-start;padding:16px}.supplier-list-report .report-title-bar h1{font-size:20px}.supplier-list-report .report-actions{width:100%;flex-wrap:wrap}.supplier-list-report .report-actions button{flex:1;font-size:12px;padding:6px 10px;min-width:60px}.supplier-list-report .summary-cards{grid-template-columns:1fr 1fr;gap:10px}.supplier-list-report .summary-card-value{font-size:18px}.supplier-list-report .results-table{font-size:10px}.supplier-list-report .results-table th,.supplier-list-report .results-table td{padding:4px;font-size:9px}.supplier-list-report .results-toolbar{flex-direction:column;gap:8px;align-items:flex-start}.supplier-list-report .results-page-size{width:100%;justify-content:flex-start}.supplier-list-report .manager-search-input{font-size:12px;padding:6px 32px;height:34px}}@media(max-width:480px){.supplier-list-report .report-title-bar h1{font-size:18px}.supplier-list-report .report-actions button{font-size:11px;padding:4px 8px;min-width:50px}.supplier-list-report .summary-cards{grid-template-columns:1fr;gap:8px}.supplier-list-report .summary-card{padding:12px}.supplier-list-report .summary-card-value{font-size:16px}.supplier-list-report .results-table{font-size:9px}.supplier-list-report .results-table th,.supplier-list-report .results-table td{padding:3px;font-size:8px}.supplier-list-report .page-btn{font-size:10px;padding:4px 8px}.supplier-list-report .page-info{font-size:10px}.supplier-list-report .results-count,.supplier-list-report .results-page-size{font-size:11px}.supplier-list-report .results-page-size select{font-size:10px;padding:2px 4px}.supplier-list-report .sys-pdf-preview-header{padding:8px 16px}.supplier-list-report .sys-pdf-preview-header h3{font-size:14px}.supplier-list-report .sys-pdf-preview-content{padding:8px}.supplier-list-report .manager-search-input{font-size:11px;padding:4px 28px;height:30px}}@media print{.supplier-list-report .report-filters-panel,.supplier-list-report .report-actions,.supplier-list-report .results-pagination,.supplier-list-report .results-toolbar,.supplier-list-report .sys-pdf-preview-panel,.supplier-list-report .report-preview-btn,.supplier-list-report .report-print-btn,.supplier-list-report .report-refresh-btn,.supplier-list-report .report-export-btn{display:none!important}.supplier-list-report .report-body{padding:0!important;gap:0!important;overflow:visible!important}.supplier-list-report .report-results-panel{overflow:visible!important;flex:none!important;box-shadow:none!important;border-radius:0!important}.supplier-list-report .report-results{box-shadow:none!important;padding:0!important}.supplier-list-report .report-title-bar{box-shadow:none!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important;background:#fff!important}.supplier-list-report .report-title-bar h1{font-size:18px!important;color:#1e293b!important}.supplier-list-report .summary-cards{break-inside:avoid!important;page-break-inside:avoid!important;background:#fff!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important}.supplier-list-report .summary-card{border:1px solid #e2e8f0!important;background:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.supplier-list-report .summary-card.highlight{background:#eff6ff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.supplier-list-report .results-table-wrap{border:none!important;border-radius:0!important;overflow:visible!important}.supplier-list-report .results-table{font-size:8px!important;width:100%!important;table-layout:fixed!important}.supplier-list-report .results-table thead th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important;padding:3px 4px!important;font-size:7px!important;border-bottom:2px solid #cbd5e1!important}.supplier-list-report .results-table tbody td{padding:3px 4px!important;font-size:7px!important}.supplier-list-report .results-table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important}.supplier-list-report .status-badge.active{background:#d1fae5!important;color:#065f46!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.supplier-list-report .status-badge.inactive{background:#fee2e2!important;color:#991b1b!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.supplier-list-report .results-table thead{display:table-header-group!important}.supplier-list-report .results-table tbody{display:table-row-group!important}.supplier-list-report .results-table tfoot{display:table-footer-group!important}.supplier-list-report .summary-cards{page-break-after:avoid!important}.supplier-list-report .results-table tbody tr{page-break-inside:avoid!important}}.price-list-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.price-list-report .report-title-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.price-list-report .report-title-bar h1{font-size:22px;font-weight:600;color:#1e293b;margin:0}.price-list-report .report-actions{display:flex;gap:8px;align-items:center}.price-list-report .report-actions button{padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;color:#fff}.price-list-report .report-actions button:disabled{opacity:.6;cursor:not-allowed}.price-list-report .report-preview-btn{background:#8b5cf6}.price-list-report .report-preview-btn:hover:not(:disabled){background:#7c3aed}.price-list-report .report-print-btn{background:#8b5cf6}.price-list-report .report-print-btn:hover:not(:disabled){background:#7c3aed}.price-list-report .report-refresh-btn{background:#10b981}.price-list-report .report-refresh-btn:hover:not(:disabled){background:#059669}.price-list-report .report-export-btn{background:#f59e0b}.price-list-report .report-export-btn:hover:not(:disabled){background:#d97706}.price-list-report .report-body{display:flex;gap:20px;padding:20px;flex:1;overflow:hidden;min-height:0}.price-list-report .report-filters-panel{width:320px;min-width:320px;flex-shrink:0;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow-y:auto;max-height:100%}.price-list-report .report-results-panel{flex:1;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow:hidden;display:flex;flex-direction:column;min-width:0}.price-list-report .report-results{padding:20px;height:100%;display:flex;flex-direction:column}.price-list-report .report-results-loading,.price-list-report .report-results-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#64748b}.price-list-report .spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.price-list-report .summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-bottom:24px}.price-list-report .summary-card{padding:16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.price-list-report .summary-card.highlight{background:#eff6ff;border-color:#3b82f6}.price-list-report .summary-card-title{font-size:12px;color:#64748b;margin-bottom:8px}.price-list-report .summary-card-value{font-size:24px;font-weight:700;color:#1e293b}.price-list-report .results-table-container{flex:1;display:flex;flex-direction:column}.price-list-report .results-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px 0}.price-list-report .results-count{font-size:14px;color:#475569}.price-list-report .results-page-size{display:flex;align-items:center;gap:8px;font-size:13px}.price-list-report .results-page-size select{padding:4px 8px;border:1px solid #e2e8f0;border-radius:4px;background:#fff}.price-list-report .results-table-wrap{flex:1;overflow:auto;border-radius:8px;border:1px solid #e2e8f0}.price-list-report .results-table{width:100%;border-collapse:collapse;font-size:12px}.price-list-report .results-table th{padding:10px 6px;background:#f8fafc;text-align:left;font-weight:600;color:#1e293b;border-bottom:1px solid #e2e8f0;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;font-size:11px}.price-list-report .results-table th:hover{background:#f1f5f9}.price-list-report .results-table th.number{text-align:right}.price-list-report .results-table td{padding:8px 6px;border-bottom:1px solid #f1f5f9;color:#334155;font-size:11px}.price-list-report .results-table td.number{text-align:right}.price-list-report .results-table tbody tr:hover{background:#faf5ff}.price-list-report .results-table tfoot .grand-total-row{background-color:#dcfce7;border-top:2px solid #10b981}.price-list-report .results-table tfoot .grand-total-row td{padding:10px 6px;font-weight:700;font-size:12px;color:#1e293b}.price-list-report .results-table tfoot .grand-total-row td.number strong{color:#1e293b}.price-list-report .text-right{text-align:right!important}.price-list-report .price-list-table{table-layout:fixed;width:100%}.price-list-report .price-list-table thead th:nth-child(1){width:20%;min-width:100px}.price-list-report .price-list-table thead th:nth-child(2){width:35%;min-width:150px}.price-list-report .price-list-table thead th:nth-child(3){width:15%;min-width:80px}.price-list-report .price-list-table thead th:nth-child(4){width:15%;min-width:90px}.price-list-report .price-list-table thead th:nth-child(5){width:15%;min-width:90px}.price-list-report .results-pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid #e2e8f0}.price-list-report .page-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;font-size:13px;transition:all .2s}.price-list-report .page-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.price-list-report .page-btn:disabled{opacity:.5;cursor:not-allowed}.price-list-report .page-info{font-size:13px;color:#475569}.price-list-report .report-filters{background:#fff;border-radius:12px}.price-list-report .report-filters-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.price-list-report .report-filters-header h3{display:flex;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:600;color:#1e293b}.price-list-report .clear-filters-btn{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#ef4444;color:#fff;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:background .2s}.price-list-report .clear-filters-btn:hover{background:#dc2626}.price-list-report .report-filters-content{padding:20px;display:flex;flex-direction:column;gap:20px}.price-list-report .filter-actions{margin-top:20px;padding-top:15px;border-top:1px solid #e2e8f0}.price-list-report .apply-filters-btn{width:100%;padding:10px 16px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.price-list-report .apply-filters-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.price-list-report .apply-filters-btn:disabled{opacity:.6;cursor:not-allowed}.price-list-report .active-filters{padding:12px 20px;border-top:1px solid #e2e8f0;background:#fefce8}.price-list-report .active-filters-label{font-size:12px;font-weight:500;color:#854d0e;margin-bottom:8px}.price-list-report .active-filters-list{display:flex;flex-wrap:wrap;gap:8px}.price-list-report .filter-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;background:#fef3c7;color:#92400e;border-radius:4px;font-size:11px}.price-list-report .filter-tag button{background:none;border:none;cursor:pointer;font-size:14px;padding:0 2px;color:#92400e}.price-list-report .sys-pdf-preview-panel{position:fixed;inset:0;background:#00000080;z-index:9999;display:flex;flex-direction:column}.price-list-report .sys-pdf-preview-header{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.price-list-report .sys-pdf-preview-header h3{font-size:18px;font-weight:600;color:#1e293b;margin:0}.price-list-report .sys-close-preview-btn{background:none;border:none;font-size:28px;color:#64748b;cursor:pointer;padding:0 8px;line-height:1}.price-list-report .sys-close-preview-btn:hover{color:#ef4444}.price-list-report .sys-pdf-preview-content{flex:1;background:#f1f5f9;padding:20px;overflow:hidden}@media(max-width:1200px){.price-list-report .report-body{flex-direction:column}.price-list-report .report-filters-panel{width:100%;max-height:400px}.price-list-report .summary-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.price-list-report .report-title-bar{flex-direction:column;align-items:flex-start;padding:16px}.price-list-report .report-title-bar h1{font-size:20px}.price-list-report .report-actions{width:100%;flex-wrap:wrap}.price-list-report .report-actions button{flex:1;font-size:12px;padding:6px 10px;min-width:60px}.price-list-report .summary-cards{grid-template-columns:1fr 1fr;gap:10px}.price-list-report .summary-card-value{font-size:18px}.price-list-report .results-table{font-size:10px}.price-list-report .results-table th,.price-list-report .results-table td{padding:4px;font-size:9px}.price-list-report .results-toolbar{flex-direction:column;gap:8px;align-items:flex-start}.price-list-report .results-page-size{width:100%;justify-content:flex-start}}@media(max-width:480px){.price-list-report .report-title-bar h1{font-size:18px}.price-list-report .report-actions button{font-size:11px;padding:4px 8px;min-width:50px}.price-list-report .summary-cards{grid-template-columns:1fr;gap:8px}.price-list-report .summary-card{padding:12px}.price-list-report .summary-card-value{font-size:16px}.price-list-report .results-table{font-size:9px}.price-list-report .results-table th,.price-list-report .results-table td{padding:3px;font-size:8px}.price-list-report .page-btn{font-size:10px;padding:4px 8px}.price-list-report .page-info{font-size:10px}.price-list-report .results-count,.price-list-report .results-page-size{font-size:11px}.price-list-report .results-page-size select{font-size:10px;padding:2px 4px}.price-list-report .sys-pdf-preview-header{padding:8px 16px}.price-list-report .sys-pdf-preview-header h3{font-size:14px}.price-list-report .sys-pdf-preview-content{padding:8px}}@media print{.price-list-report .report-filters-panel,.price-list-report .report-actions,.price-list-report .results-pagination,.price-list-report .results-toolbar,.price-list-report .sys-pdf-preview-panel,.price-list-report .report-preview-btn,.price-list-report .report-print-btn,.price-list-report .report-refresh-btn,.price-list-report .report-export-btn{display:none!important}.price-list-report .report-body{padding:0!important;gap:0!important;overflow:visible!important}.price-list-report .report-results-panel{overflow:visible!important;flex:none!important;box-shadow:none!important;border-radius:0!important}.price-list-report .report-results{box-shadow:none!important;padding:0!important}.price-list-report .report-title-bar{box-shadow:none!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important;background:#fff!important}.price-list-report .report-title-bar h1{font-size:18px!important;color:#1e293b!important}.price-list-report .summary-cards{break-inside:avoid!important;page-break-inside:avoid!important;background:#fff!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important}.price-list-report .summary-card{border:1px solid #e2e8f0!important;background:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.price-list-report .summary-card.highlight{background:#eff6ff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.price-list-report .results-table-wrap{border:none!important;border-radius:0!important;overflow:visible!important}.price-list-report .results-table{font-size:8px!important;width:100%!important;table-layout:fixed!important}.price-list-report .results-table thead th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important;padding:3px 4px!important;font-size:7px!important;border-bottom:2px solid #cbd5e1!important}.price-list-report .results-table tbody td{padding:3px 4px!important;font-size:7px!important}.price-list-report .results-table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important}.price-list-report .results-table tfoot .grand-total-row{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#dcfce7!important;color:#1e293b!important}.price-list-report .results-table tfoot .grand-total-row td.number strong{color:#1e293b!important}.price-list-report .results-table thead{display:table-header-group!important}.price-list-report .results-table tbody{display:table-row-group!important}.price-list-report .results-table tfoot{display:table-footer-group!important}.price-list-report .summary-cards{page-break-after:avoid!important}.price-list-report .results-table tbody tr{page-break-inside:avoid!important}}.supplier-ageing-report{display:flex;flex-direction:column;height:100vh;background:#f5f7fa}.supplier-ageing-report .report-title-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.supplier-ageing-report .report-title-bar h1{font-size:22px;font-weight:600;color:#1e293b;margin:0}.supplier-ageing-report .report-actions{display:flex;gap:8px;align-items:center}.supplier-ageing-report .report-actions button{padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;color:#fff}.supplier-ageing-report .report-actions button:disabled{opacity:.6;cursor:not-allowed}.supplier-ageing-report .report-preview-btn{background:#8b5cf6}.supplier-ageing-report .report-preview-btn:hover:not(:disabled){background:#7c3aed}.supplier-ageing-report .report-print-btn{background:#8b5cf6}.supplier-ageing-report .report-print-btn:hover:not(:disabled){background:#7c3aed}.supplier-ageing-report .report-refresh-btn{background:#10b981}.supplier-ageing-report .report-refresh-btn:hover:not(:disabled){background:#059669}.supplier-ageing-report .report-export-btn{background:#f59e0b}.supplier-ageing-report .report-export-btn:hover:not(:disabled){background:#d97706}.supplier-ageing-report .report-body{display:flex;gap:20px;padding:20px;flex:1;overflow:hidden;min-height:0}.supplier-ageing-report .report-filters-panel{width:320px;min-width:320px;flex-shrink:0;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow-y:auto;max-height:100%}.supplier-ageing-report .report-results-panel{flex:1;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow:hidden;display:flex;flex-direction:column;min-width:0}.supplier-ageing-report .report-results{padding:20px;height:100%;display:flex;flex-direction:column}.supplier-ageing-report .report-results-loading,.supplier-ageing-report .report-results-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#64748b}.supplier-ageing-report .report-results-empty svg{margin-bottom:16px;opacity:.5}.supplier-ageing-report .empty-hint{font-size:12px;margin-top:8px;color:#94a3b8}.supplier-ageing-report .spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.supplier-ageing-report .summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:24px}.supplier-ageing-report .summary-card{padding:14px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.supplier-ageing-report .summary-card.highlight{background:#eff6ff;border-color:#3b82f6}.supplier-ageing-report .summary-card-title{font-size:11px;color:#64748b;margin-bottom:6px;text-transform:uppercase;letter-spacing:.3px}.supplier-ageing-report .summary-card-value{font-size:20px;font-weight:700;color:#1e293b}.supplier-ageing-report .results-table-container{flex:1;display:flex;flex-direction:column}.supplier-ageing-report .results-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px 0}.supplier-ageing-report .results-count{font-size:14px;color:#475569}.supplier-ageing-report .results-page-size{display:flex;align-items:center;gap:8px;font-size:13px}.supplier-ageing-report .results-page-size select{padding:4px 8px;border:1px solid #e2e8f0;border-radius:4px;background:#fff}.supplier-ageing-report .results-table-wrap{flex:1;overflow:auto;border-radius:8px;border:1px solid #e2e8f0}.supplier-ageing-report .results-table{width:100%;border-collapse:collapse;font-size:12px}.supplier-ageing-report .results-table th{padding:8px 4px;background:#f8fafc;text-align:left;font-weight:600;color:#1e293b;border-bottom:1px solid #e2e8f0;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;font-size:10px}.supplier-ageing-report .results-table th:hover{background:#f1f5f9}.supplier-ageing-report .results-table th.number{text-align:right}.supplier-ageing-report .results-table td{padding:6px 4px;border-bottom:1px solid #f1f5f9;color:#334155;font-size:11px}.supplier-ageing-report .results-table td.number{text-align:right;font-family:Courier New,monospace}.supplier-ageing-report .results-table td.highlight{font-weight:600;color:#1e293b}.supplier-ageing-report .results-table tbody tr:hover{background:#faf5ff}.supplier-ageing-report .results-table tfoot .grand-total-row{background-color:#dcfce7;border-top:2px solid #10b981}.supplier-ageing-report .results-table tfoot .grand-total-row td{padding:8px 4px;font-weight:700;font-size:11px;color:#1e293b}.supplier-ageing-report .results-table tfoot .grand-total-row td.number strong{color:#1e293b}.supplier-ageing-report .text-right{text-align:right!important}.supplier-ageing-report .text-center{text-align:center!important}.supplier-ageing-report .ageing-table{table-layout:fixed;width:100%}.supplier-ageing-report .ageing-table thead th:nth-child(1){width:6%;min-width:60px}.supplier-ageing-report .ageing-table thead th:nth-child(2){width:12%;min-width:90px}.supplier-ageing-report .ageing-table thead th:nth-child(3){width:8%;min-width:70px}.supplier-ageing-report .ageing-table thead th:nth-child(4){width:5%;min-width:50px}.supplier-ageing-report .ageing-table thead th:nth-child(5){width:5%;min-width:50px}.supplier-ageing-report .ageing-table thead th:nth-child(6){width:5%;min-width:50px}.supplier-ageing-report .ageing-table thead th:nth-child(7){width:5%;min-width:50px}.supplier-ageing-report .ageing-table thead th:nth-child(8){width:5%;min-width:50px}.supplier-ageing-report .ageing-table thead th:nth-child(9){width:5%;min-width:50px}.supplier-ageing-report .ageing-table thead th:nth-child(10){width:5%;min-width:50px}.supplier-ageing-report .ageing-table thead th:nth-child(11){width:5%;min-width:50px}.supplier-ageing-report .ageing-table thead th:nth-child(12){width:5%;min-width:50px}.supplier-ageing-report .ageing-table thead th:nth-child(13){width:5%;min-width:50px}.supplier-ageing-report .ageing-table thead th:nth-child(14){width:5%;min-width:50px}.supplier-ageing-report .ageing-table thead th:nth-child(15){width:5%;min-width:50px}.supplier-ageing-report .ageing-table thead th:nth-child(16){width:5%;min-width:50px}.supplier-ageing-report .ageing-table thead th:nth-child(17){width:6%;min-width:60px}.supplier-ageing-report .results-pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid #e2e8f0}.supplier-ageing-report .page-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;font-size:13px;transition:all .2s}.supplier-ageing-report .page-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.supplier-ageing-report .page-btn:disabled{opacity:.5;cursor:not-allowed}.supplier-ageing-report .page-info{font-size:13px;color:#475569}.supplier-ageing-report .report-filters{background:#fff;border-radius:12px}.supplier-ageing-report .report-filters-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.supplier-ageing-report .report-filters-header h3{display:flex;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:600;color:#1e293b}.supplier-ageing-report .clear-filters-btn{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#ef4444;color:#fff;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:background .2s}.supplier-ageing-report .clear-filters-btn:hover{background:#dc2626}.supplier-ageing-report .report-filters-content{padding:20px;display:flex;flex-direction:column;gap:20px}.supplier-ageing-report .filter-section{display:flex;flex-direction:column;gap:8px}.supplier-ageing-report .filter-label{font-size:13px;font-weight:500;color:#475569}.supplier-ageing-report .filter-actions{margin-top:20px;padding-top:15px;border-top:1px solid #e2e8f0}.supplier-ageing-report .apply-filters-btn{width:100%;padding:10px 16px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.supplier-ageing-report .apply-filters-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.supplier-ageing-report .apply-filters-btn:disabled{opacity:.6;cursor:not-allowed}.supplier-ageing-report .active-filters{padding:12px 20px;border-top:1px solid #e2e8f0;background:#fefce8}.supplier-ageing-report .active-filters-label{font-size:12px;font-weight:500;color:#854d0e;margin-bottom:8px}.supplier-ageing-report .active-filters-list{display:flex;flex-wrap:wrap;gap:8px}.supplier-ageing-report .filter-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;background:#fef3c7;color:#92400e;border-radius:4px;font-size:11px}.supplier-ageing-report .filter-tag button{background:none;border:none;cursor:pointer;font-size:14px;padding:0 2px;color:#92400e}.supplier-ageing-report .sys-pdf-preview-panel{position:fixed;inset:0;background:#00000080;z-index:9999;display:flex;flex-direction:column}.supplier-ageing-report .sys-pdf-preview-header{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.supplier-ageing-report .sys-pdf-preview-header h3{font-size:18px;font-weight:600;color:#1e293b;margin:0}.supplier-ageing-report .sys-close-preview-btn{background:none;border:none;font-size:28px;color:#64748b;cursor:pointer;padding:0 8px;line-height:1}.supplier-ageing-report .sys-close-preview-btn:hover{color:#ef4444}.supplier-ageing-report .sys-pdf-preview-content{flex:1;background:#f1f5f9;padding:20px;overflow:hidden}@media(max-width:1200px){.supplier-ageing-report .report-body{flex-direction:column}.supplier-ageing-report .report-filters-panel{width:100%;max-height:400px}.supplier-ageing-report .summary-cards{grid-template-columns:repeat(4,1fr)}}@media(max-width:768px){.supplier-ageing-report .report-title-bar{flex-direction:column;align-items:flex-start;padding:16px}.supplier-ageing-report .report-title-bar h1{font-size:20px}.supplier-ageing-report .report-actions{width:100%;flex-wrap:wrap}.supplier-ageing-report .report-actions button{flex:1;font-size:12px;padding:6px 10px;min-width:60px}.supplier-ageing-report .summary-cards{grid-template-columns:repeat(2,1fr);gap:10px}.supplier-ageing-report .summary-card-value{font-size:16px}.supplier-ageing-report .results-table{font-size:9px}.supplier-ageing-report .results-table th,.supplier-ageing-report .results-table td{padding:3px;font-size:8px}.supplier-ageing-report .results-toolbar{flex-direction:column;gap:8px;align-items:flex-start}.supplier-ageing-report .results-page-size{width:100%;justify-content:flex-start}}@media(max-width:480px){.supplier-ageing-report .report-title-bar h1{font-size:18px}.supplier-ageing-report .report-actions button{font-size:11px;padding:4px 8px;min-width:50px}.supplier-ageing-report .summary-cards{grid-template-columns:1fr 1fr;gap:8px}.supplier-ageing-report .summary-card{padding:10px}.supplier-ageing-report .summary-card-value{font-size:14px}.supplier-ageing-report .summary-card-title{font-size:10px}.supplier-ageing-report .results-table{font-size:7px}.supplier-ageing-report .results-table th,.supplier-ageing-report .results-table td{padding:2px;font-size:6px}.supplier-ageing-report .page-btn{font-size:10px;padding:4px 8px}.supplier-ageing-report .page-info{font-size:10px}.supplier-ageing-report .results-count,.supplier-ageing-report .results-page-size{font-size:11px}.supplier-ageing-report .results-page-size select{font-size:10px;padding:2px 4px}.supplier-ageing-report .sys-pdf-preview-header{padding:8px 16px}.supplier-ageing-report .sys-pdf-preview-header h3{font-size:14px}.supplier-ageing-report .sys-pdf-preview-content{padding:8px}}@media print{.supplier-ageing-report .report-filters-panel,.supplier-ageing-report .report-actions,.supplier-ageing-report .results-pagination,.supplier-ageing-report .results-toolbar,.supplier-ageing-report .sys-pdf-preview-panel,.supplier-ageing-report .report-preview-btn,.supplier-ageing-report .report-print-btn,.supplier-ageing-report .report-refresh-btn,.supplier-ageing-report .report-export-btn{display:none!important}.supplier-ageing-report,.sys-main-container{height:auto!important;background:#fff!important;overflow:visible!important}.supplier-ageing-report .report-body{padding:0!important;gap:0!important;overflow:visible!important}.supplier-ageing-report .report-results-panel{overflow:visible!important;flex:none!important;box-shadow:none!important;border-radius:0!important}.supplier-ageing-report .report-results{box-shadow:none!important;padding:0!important}.supplier-ageing-report .report-title-bar{box-shadow:none!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important;background:#fff!important}.supplier-ageing-report .report-title-bar h1{font-size:18px!important;color:#1e293b!important}.supplier-ageing-report .summary-cards{break-inside:avoid!important;page-break-inside:avoid!important;background:#fff!important;border-bottom:1px solid #ddd!important;padding:12px 16px!important}.supplier-ageing-report .summary-card{border:1px solid #e2e8f0!important;background:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.supplier-ageing-report .summary-card.highlight{background:#eff6ff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.supplier-ageing-report .results-table-wrap{border:none!important;border-radius:0!important;overflow:visible!important}.supplier-ageing-report .results-table{font-size:6px!important;width:100%!important;table-layout:fixed!important}.supplier-ageing-report .results-table thead th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f8fafc!important;color:#1e293b!important;padding:2px 3px!important;font-size:5px!important;border-bottom:2px solid #cbd5e1!important}.supplier-ageing-report .results-table tbody td{padding:2px 3px!important;font-size:5px!important}.supplier-ageing-report .results-table tbody tr{break-inside:avoid!important;page-break-inside:avoid!important}.supplier-ageing-report .results-table tfoot .grand-total-row{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#dcfce7!important;color:#1e293b!important}.supplier-ageing-report .results-table tfoot .grand-total-row td.number strong{color:#1e293b!important}.supplier-ageing-report .results-table thead{display:table-header-group!important}.supplier-ageing-report .results-table tbody{display:table-row-group!important}.supplier-ageing-report .results-table tfoot{display:table-footer-group!important}.supplier-ageing-report .summary-cards{page-break-after:avoid!important}.supplier-ageing-report .results-table tbody tr{page-break-inside:avoid!important}.supplier-ageing-report .grand-total-row{page-break-before:avoid!important}}.sys-section-header{padding:12px 16px;background:#fff;border-radius:8px;border:1px solid #e5e7eb;margin-bottom:16px}.sys-fields-container{display:flex;flex-direction:column;gap:8px}.sys-row{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;align-items:start}.sys-field-wrapper{display:flex;flex-direction:column;position:relative;min-width:0}.sys-search-container{position:relative;width:100%}.sys-field-wrapper .text-field{width:100%}.sys-field-wrapper .text-field label{font-size:11px;font-weight:600;color:#374151;margin-bottom:2px;display:block}.sys-field-wrapper .text-field input,.sys-field-wrapper .text-field select{width:100%;padding:6px 10px;font-size:13px;border:1px solid #d1d5db;border-radius:4px;background:#fff;color:#1f2937;transition:border-color .2s,box-shadow .2s;height:34px;box-sizing:border-box}.sys-field-wrapper .text-field input:focus,.sys-field-wrapper .text-field select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.sys-field-wrapper .text-field input:disabled,.sys-field-wrapper .text-field select:disabled{background-color:#f3f4f6;color:#6b7280;cursor:not-allowed}.sys-field-wrapper .text-field input[readonly]{background-color:#f9fafb;color:#374151}.sys-field-wrapper .text-field input.sys-field{font-size:13px}.sys-field-wrapper .text-field .clear-button{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;color:#9ca3af;cursor:pointer;padding:2px 4px;font-size:14px;line-height:1;border-radius:50%;transition:all .2s}.sys-field-wrapper .text-field .clear-button:hover{color:#ef4444;background:#fef2f2}.sys-dropdown{position:absolute;top:100%;left:0;right:0;max-height:200px;overflow-y:auto;background:#fff;border:1px solid #d1d5db;border-radius:4px;box-shadow:0 4px 12px #00000026;z-index:1000;margin-top:2px}.sys-dropdown-item{padding:8px 12px;cursor:pointer;font-size:13px;color:#1f2937;transition:background .15s;border-bottom:1px solid #f3f4f6}.sys-dropdown-item:last-child{border-bottom:none}.sys-dropdown-item:hover,.sys-dropdown-item.active{background-color:#eff6ff;color:#1d4ed8}.sys-dropdown-loading{padding:12px;text-align:center;color:#6b7280;font-size:13px}.sys-header-actions{display:flex;justify-content:flex-end;align-items:center;padding:0 4px}.sys-pi-list-header-btn{padding:8px 20px;background-color:#4caf50;color:#fff;border:none;border-radius:4px;cursor:pointer;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;transition:all .3s ease;white-space:nowrap}.sys-pi-list-header-btn:hover:not(.disabled){background-color:#45a049;transform:translateY(-1px);box-shadow:0 2px 8px #4caf504d}.sys-pi-list-header-btn.disabled{background-color:#ccc;cursor:not-allowed;opacity:.7}@media(max-width:1400px){.sys-row{grid-template-columns:repeat(5,1fr)}}@media(max-width:1200px){.sys-row{grid-template-columns:repeat(4,1fr)}}@media(max-width:992px){.sys-row{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.sys-row{grid-template-columns:repeat(2,1fr);gap:10px}.sys-section-header{padding:10px 12px}.sys-pi-list-header-btn{padding:6px 14px;font-size:12px}}@media(max-width:480px){.sys-row{grid-template-columns:1fr;gap:8px}.sys-field-wrapper .text-field input,.sys-field-wrapper .text-field select{font-size:14px;padding:8px 10px}}.erp-table-container{width:100%;max-width:100%;margin:0;background:#fff;border-radius:12px;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.table-header{display:flex;justify-content:space-between;align-items:center;padding:0 24px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0}.table-title h3{margin:0;font-size:20px;font-weight:600;color:#1e293b;letter-spacing:-.025em}.table-subtitle{display:block;font-size:14px;color:#64748b;margin-top:4px;font-weight:400}.table-actions{display:flex;gap:12px;align-items:center}.action-button{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;font-size:14px;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;text-decoration:none;position:relative;overflow:hidden}.action-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.action-button:hover:before{left:100%}.add-button{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 2px 4px #3b82f633}.add-button:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 8px #3b82f64d;transform:translateY(-1px)}.undo-button{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 2px 4px #f59e0b33}.undo-button:hover{background:linear-gradient(135deg,#d97706,#b45309);box-shadow:0 4px 8px #f59e0b4d;transform:translateY(-1px)}.table-wrapper{overflow-x:auto;overflow-y:auto;max-height:var(--table-max-height, clamp(420px, 82vh, 1500px));border:1px solid #e2e8f0;border-top:none;border-bottom:none;position:relative}.erp-table-overlay{position:absolute;inset:48px 0 0;background:#f8fafcd9;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);display:flex;align-items:center;justify-content:center;z-index:5;pointer-events:auto}.erp-table-overlay-message{background:#fef3c7;color:#92400e;border:1px solid #fcd34d;border-radius:6px;padding:10px 18px;font-size:14px;font-weight:600;box-shadow:0 2px 8px #00000014}[data-theme=dark] .erp-table-overlay{background:#0f172ac7}[data-theme=dark] .erp-table-overlay-message{background:#78350f;color:#fef3c7;border-color:#b45309}.erp-table{width:100%;border-collapse:separate;border-spacing:0;background-color:#fff;font-size:14px;table-layout:fixed}.erp-table thead{position:sticky;top:0;z-index:100;background:var(--table-header-bg, inherit)}.erp-table th{position:static;background:var(--table-header-bg, inherit);border-right:1px solid rgba(255,255,255,.1);border-bottom:2px solid rgba(255,255,255,.2);padding:16px 12px;text-align:left;font-weight:600;color:var(--table-header-text, #ffffff)}.erp-table th:last-child{border-right:none}.row-number-header{width:50px;text-align:center}.column-header{min-width:150px}.header-content,.header-content-row{display:flex;align-items:center;gap:8px}.header-icon{font-size:16px;opacity:.9}.header-text-group{display:flex;flex-direction:column;gap:2px}.header-text{font-size:14px;font-weight:600;line-height:1.2}.header-type{font-size:11px;opacity:.7;font-weight:400;text-transform:uppercase;letter-spacing:.5px}.table-row{transition:all .15s ease}.even-row{background-color:#fff}.odd-row{background-color:#f8fafc}.table-row:hover{background-color:#f1f5f9!important;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}.cell-content{display:flex;align-items:center;position:relative}.erp-table td{border:none;border-right:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:0;text-align:left;vertical-align:middle;position:relative}.search-icon-button{background:none;border:none;cursor:pointer;padding:4px;font-size:14px;opacity:.6;transition:opacity .2s;position:absolute;right:8px;top:50%;transform:translateY(-50%)}.erp-table td:last-child{border-right:none}.row-number-cell{width:100%;text-align:center;display:flex;justify-content:center;border-right:2px solid #e2e8f0!important;border:none!important;margin-top:8px}.row-number{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;font-weight:600;color:#475569;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);border-radius:6px;font-size:13px}.table-cell{position:relative}.focused-cell{background-color:#dbeafe!important;box-shadow:inset 0 0 0 2px #3b82f6}.focused-cell:after{content:"";position:absolute;inset:0;border:2px solid #3b82f6;border-radius:4px;pointer-events:none;animation:focusGlow .3s ease}@keyframes focusGlow{0%{box-shadow:0 0 #3b82f666}to{box-shadow:0 0 0 4px #3b82f600}}.table-input{width:100%;height:48px;padding:12px 16px;font-size:14px;font-family:inherit;border:none;outline:none;background:transparent;color:#1e293b;transition:all .2s ease;box-sizing:border-box}.table-input:focus{background-color:#3b82f605}.table-input::placeholder{color:#94a3b8;font-style:italic}.table-input[type=number]{text-align:right;font-variant-numeric:tabular-nums}.table-input[type=date]{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 20 20' fill='%23475569'><path fill-rule='evenodd' d='M6 2a1 1 0 00-1 1v1H4a2 2 0 00-2 2v10a2 2 0 002 2h12a2 2 0 002-2V6a2 2 0 00-2-2h-1V3a1 1 0 10-2 0v1H7V3a1 1 0 00-1-1zm0 5a1 1 0 000 2h8a1 1 0 100-2H6z' clip-rule='evenodd' /></svg>");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px}.table-input[type=date]::-webkit-calendar-picker-indicator{display:none}.table-input[type=email]{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 20 20' fill='%23475569'><path d='M2.003 5.884L10 9.882l7.997-3.998A2 2 0 0016 4H4a2 2 0 00-1.997 1.884z'/><path d='M18 8.118l-8 4-8-4V14a2 2 0 002 2h12a2 2 0 002-2V8.118z'/></svg>");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px}.table-input[type=tel]{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 20 20' fill='%23475569'><path d='M2 3a1 1 0 011-1h2.153a1 1 0 01.986.836l.74 4.435a1 1 0 01-.54 1.06l-1.548.773a11.037 11.037 0 006.105 6.105l.774-1.548a1 1 0 011.059-.54l4.435.74a1 1 0 01.836.986V17a1 1 0 01-1 1h-2C7.82 18 2 12.18 2 5V3z'/></svg>");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px}.table-footer{padding:16px 24px;background:#f8fafc;border-top:1px solid #e2e8f0}.table-info{display:flex;flex-wrap:wrap;gap:24px;font-size:12px;color:#64748b}.info-item{display:flex;align-items:center;gap:6px}.info-item strong{color:#475569;font-weight:600}@media(max-width:768px){.table-header{flex-direction:column;gap:16px;align-items:stretch}.table-actions{justify-content:center}.action-button{flex:1;justify-content:center}.table-info{flex-direction:column;gap:8px}.table-wrapper{max-height:clamp(320px,70vh,620px)}}.table-wrapper::-webkit-scrollbar{width:8px;height:8px}.table-wrapper::-webkit-scrollbar-track{background:#f1f5f9}.table-wrapper::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.table-wrapper::-webkit-scrollbar-thumb:hover{background:#94a3b8}.table-loading{display:flex;align-items:center;justify-content:center;padding:40px;color:#64748b;font-size:14px}.table-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;color:#64748b;font-size:14px;gap:8px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.table-row{animation:fadeIn .3s ease}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.table-input{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}.search-pagination{display:flex;align-items:center;gap:12px;margin-left:auto}.search-pagination-button{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;padding:4px 8px;cursor:pointer;font-size:12px}.search-pagination-button:disabled{opacity:.5;cursor:not-allowed}.search-count{font-weight:500}.search-section{background:#fff;border:1px solid #e2e8f0;border-radius:4px;box-shadow:0 2px 8px #00000026;max-height:800px;overflow-y:auto;z-index:1000;min-width:300px}.search-icon-button:hover{opacity:1}.search-table{width:100%;border-collapse:collapse;font-size:13px}.search-table th{background:#f1f5f9;color:#1e293b;font-weight:600;padding:8px;border-bottom:1px solid #e2e8f0;text-align:left}.search-table td{padding:8px;border-bottom:1px solid #e2e8f0}.search-table th.search-spacer-col,.search-table td.search-spacer-col{background:transparent;border-bottom:none;padding:0}.table-cell-disabled{cursor:not-allowed}.table-cell-disabled .table-input,.table-cell-disabled .search-icon-button,.table-cell-disabled .calendar-icon-button,.table-cell-disabled select{pointer-events:none}.cell-warning-popover{background:#fef2f2;border:1px solid #fca5a5;color:#991b1b;padding:6px 10px;border-radius:4px;font-size:12px;font-weight:500;white-space:nowrap;box-shadow:0 4px 12px #00000026;pointer-events:none;transform:translate(-50%,calc(-100% - 8px));animation:cellWarningFade 2.2s ease forwards}.cell-warning-popover:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#fca5a5}@keyframes cellWarningFade{0%{opacity:0}10%{opacity:1}85%{opacity:1}to{opacity:0}}[data-theme=dark] .cell-warning-popover{background:#450a0a;border-color:#991b1b;color:#fecaca}[data-theme=dark] .cell-warning-popover:after{border-top-color:#991b1b}mark{background-color:#ffeb3b;color:#000;padding:0 2px;border-radius:2px}.search-footer{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#f8fafc;border-top:1px solid #e2e8f0;font-size:12px;color:#64748b}.search-row{cursor:pointer;transition:background-color .2s ease}.search-row:hover{background-color:#dbeafe}.search-row-selected{background-color:#bfdbfe}.search-table::-webkit-scrollbar{width:6px}.search-table::-webkit-scrollbar-track{background:#f1f5f9}.search-table::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:3px}.search-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000}.search-modal{background:#fff;border-radius:8px;width:90%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 10px 30px #0000004d}.search-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;background:#f8fafc}.search-modal-header h3{margin:0;color:#1e293b}.modal-close-button{background:none;border:none;cursor:pointer;color:#64748b;padding:.25rem;border-radius:4px}.modal-close-button:hover{background:#e2e8f0;color:#475569}.search-modal-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.modal-search-input-container{position:relative;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb}.modal-search-input{width:100%;padding:.75rem 2.5rem .75rem 1rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem}.modal-search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.modal-search-icon{position:absolute;right:2rem;top:50%;transform:translateY(-50%);color:#6b7280}.modal-results-container{flex:1;overflow:auto;max-height:400px}.modal-search-table{width:100%;border-collapse:collapse}.modal-search-table th{background:#f8fafc;padding:.75rem 1rem;text-align:left;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb;position:sticky;top:0}.modal-search-table td{padding:.75rem 1rem;border-bottom:1px solid #f1f5f9}.modal-search-row{cursor:pointer;transition:background-color .15s}.modal-search-row:hover{background-color:#f8fafc}.modal-search-footer{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background:#f8fafc}.modal-search-pagination{display:flex;align-items:center;gap:1rem}.table-wrapper{width:100%;height:100%;overflow:auto;position:relative}.erp-table tbody{position:relative}.datepicker-overlay{position:fixed;inset:0;background:#0006;z-index:2000;display:flex;justify-content:center;align-items:center}.datepicker-modal{background:var(--bg-card, #ffffff);border-radius:8px;box-shadow:var(--shadow-sm, 0 4px 20px rgba(0, 0, 0, .15));width:300px;max-width:90vw;overflow:hidden}.datepicker-header{padding:12px 16px;background:linear-gradient(135deg,#1e293b,#0f172a);display:flex;justify-content:space-between;align-items:center}.datepicker-header h4{margin:0;color:#fff;font-size:14px;font-weight:600}.datepicker-close{background:none;border:none;cursor:pointer;color:#ffffffb3;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .15s}.datepicker-close:hover{background:#ffffff1a;color:#fff}.datepicker-body{padding:14px}.datepicker-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.datepicker-nav>button{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:var(--bg-card, #ffffff);border:1px solid var(--border-color, #e5e7eb);border-radius:6px;cursor:pointer;color:var(--text-secondary, #374151);transition:all .15s;padding:0}.datepicker-nav>button:hover{background:var(--bg-card-hover, #f3f4f6);border-color:var(--text-faint, #9ca3af)}.month-year-selector{display:flex;align-items:center;gap:6px}.month-select,.year-select{padding:5px 22px 5px 8px;border:1px solid var(--border-color, #e5e7eb);border-radius:6px;font-size:13px;font-weight:500;color:var(--text-primary, #111827);background:var(--bg-card, #ffffff);cursor:pointer;transition:border-color .15s;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='%236b7280'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 6px center}.month-select:focus,.year-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61f}.month-select{min-width:105px}.year-select{min-width:68px}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.calendar-day-header{text-align:center;font-size:11px;color:var(--text-muted, #6b7280);padding:6px 0;font-weight:600}.calendar-day{background:transparent;border:1px solid transparent;border-radius:6px;padding:7px 0;cursor:pointer;text-align:center;font-size:13px;font-weight:500;color:var(--text-secondary, #374151);transition:all .15s}.calendar-day:hover{background:var(--bg-card-hover, #f3f4f6);border-color:var(--border-color, #e5e7eb)}.calendar-day.empty{cursor:default}.calendar-day.today{border-color:#3b82f6;color:#3b82f6;font-weight:700}.calendar-day.selected{background:#1e293b;color:#fff;border-color:#1e293b;font-weight:600}.calendar-day.selected:hover{background:#334155;border-color:#334155}.datepicker-footer{margin-top:12px;display:flex;gap:8px}.today-button,.clear-button{flex:1;padding:8px 12px;border-radius:6px;cursor:pointer;font-size:13px;font-weight:600;transition:all .2s;border:none}.today-button{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.today-button:hover{background:linear-gradient(135deg,#059669,#047857)}.clear-button{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.clear-button:hover{background:linear-gradient(135deg,#dc2626,#b91c1c)}.calendar-icon-button{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#6b7280;padding:4px}.cell-content{position:relative}.cell-content input[type=text]{width:100%;padding-right:30px}[data-theme=dark] .erp-table-container{background:var(--bg-card, #1e293b)}[data-theme=dark] .table-header{background:var(--bg-card, #1e293b);border-bottom-color:var(--border-color, #334155)}[data-theme=dark] .table-title h3{color:var(--text-primary, #f1f5f9)}[data-theme=dark] .table-subtitle{color:var(--text-muted, #94a3b8)}[data-theme=dark] .erp-table,[data-theme=dark] .even-row{background-color:var(--bg-card, #1e293b)}[data-theme=dark] .odd-row{background-color:#162032}[data-theme=dark] .table-row:hover{background-color:var(--bg-card-hover, #334155)!important}[data-theme=dark] .erp-table td{border-right-color:var(--border-color, #334155);border-bottom-color:var(--border-color, #334155)}[data-theme=dark] .table-input{color:var(--text-primary, #f1f5f9)}[data-theme=dark] .table-input::placeholder{color:var(--text-faint, #64748b)}[data-theme=dark] .table-input:focus{background-color:#3b82f60d}[data-theme=dark] .table-footer{background:var(--bg-card, #1e293b);border-top-color:var(--border-color, #334155)}[data-theme=dark] .table-info{color:var(--text-muted, #94a3b8)}[data-theme=dark] .info-item strong{color:var(--text-secondary, #cbd5e1)}[data-theme=dark] .table-wrapper{border-color:var(--border-color, #334155)}[data-theme=dark] .row-number{color:var(--text-secondary, #cbd5e1);background:linear-gradient(135deg,#334155,#475569)}[data-theme=dark] .focused-cell{background-color:#3b82f626!important}[data-theme=dark] .table-wrapper::-webkit-scrollbar-track{background:#1e293b}[data-theme=dark] .table-wrapper::-webkit-scrollbar-thumb{background:#475569}[data-theme=dark] .table-wrapper::-webkit-scrollbar-thumb:hover{background:#64748b}[data-theme=dark] .search-section{background:var(--bg-card, #1e293b);border-color:var(--border-color, #334155)}[data-theme=dark] .search-table th{background:#0f172a;color:var(--text-primary, #f1f5f9);border-bottom-color:var(--border-color, #334155)}[data-theme=dark] .search-table td{border-bottom-color:var(--border-color, #334155);color:var(--text-secondary, #cbd5e1)}[data-theme=dark] .search-table th.search-spacer-col,[data-theme=dark] .search-table td.search-spacer-col{background:transparent;border-bottom:none}[data-theme=dark] .search-row:hover{background-color:var(--bg-card-hover, #334155)}[data-theme=dark] .search-row-selected{background-color:#3b82f633}[data-theme=dark] .search-footer{background:#0f172a;border-top-color:var(--border-color, #334155);color:var(--text-muted, #94a3b8)}[data-theme=dark] .search-pagination-button{background:var(--bg-card, #1e293b);border-color:var(--border-color, #334155);color:var(--text-secondary, #cbd5e1)}[data-theme=dark] .search-modal{background:var(--bg-card, #1e293b)}[data-theme=dark] .search-modal-header{background:#0f172a;border-bottom-color:var(--border-color, #334155)}[data-theme=dark] .search-modal-header h3{color:var(--text-primary, #f1f5f9)}[data-theme=dark] .modal-close-button{color:var(--text-muted, #94a3b8)}[data-theme=dark] .modal-close-button:hover{background:var(--bg-card-hover, #334155);color:var(--text-primary, #f1f5f9)}[data-theme=dark] .modal-search-input{background:#0f172a;border-color:var(--border-color, #334155);color:var(--text-primary, #f1f5f9)}[data-theme=dark] .modal-search-input-container{border-bottom-color:var(--border-color, #334155)}[data-theme=dark] .modal-search-table th{background:#0f172a;color:var(--text-secondary, #cbd5e1);border-bottom-color:var(--border-color, #334155)}[data-theme=dark] .modal-search-table td{border-bottom-color:var(--border-color, #334155);color:var(--text-secondary, #cbd5e1)}[data-theme=dark] .modal-search-row:hover{background-color:var(--bg-card-hover, #334155)}[data-theme=dark] .modal-search-footer{background:#0f172a;border-top-color:var(--border-color, #334155)}[data-theme=dark] .datepicker-modal{background:var(--bg-card, #1e293b)}[data-theme=dark] .datepicker-nav>button{background:var(--bg-card-hover, #334155);border-color:var(--border-color, #475569);color:var(--text-secondary, #cbd5e1)}[data-theme=dark] .datepicker-nav>button:hover{background:#475569;border-color:#64748b}[data-theme=dark] .calendar-day{color:var(--text-secondary, #cbd5e1)}[data-theme=dark] .calendar-day:hover{background:var(--bg-card-hover, #334155);border-color:var(--border-color, #475569)}[data-theme=dark] .calendar-day.today{border-color:#3b82f6;color:#60a5fa}[data-theme=dark] .calendar-day.selected{background:#e2e8f0;color:#0f172a;border-color:#e2e8f0}[data-theme=dark] .calendar-day.selected:hover{background:#cbd5e1;border-color:#cbd5e1}[data-theme=dark] .calendar-day-header{color:var(--text-muted, #94a3b8)}[data-theme=dark] .datepicker-overlay{background:#0009}[data-theme=dark] .datepicker-close{color:#ffffffb3}[data-theme=dark] .table-loading,[data-theme=dark] .table-empty{color:var(--text-muted, #94a3b8)}[data-theme=dark] .table-input option,[data-theme=dark] select.table-input{background:var(--bg-card, #1e293b);color:var(--text-primary, #f1f5f9)}[data-theme=dark] .table-input option:checked{background:#3b82f640}[data-theme=dark] .table-input.read-only{color:var(--text-muted, #94a3b8)}[data-theme=dark] mark{background-color:#facc154d;color:var(--text-primary, #f1f5f9)}[data-theme=dark] .search-icon-button,[data-theme=dark] .calendar-icon-button{color:var(--text-muted, #94a3b8)}[data-theme=dark] .month-select,[data-theme=dark] .year-select{background:var(--bg-card, #1e293b);color:var(--text-primary, #f1f5f9);border-color:var(--border-color, #334155)}[data-theme=dark] .month-select option,[data-theme=dark] .year-select option{background:var(--bg-card, #1e293b);color:var(--text-primary, #f1f5f9)}[data-theme=dark] .datepicker-close{color:var(--text-muted, #94a3b8)}[data-theme=dark] .search-modal-overlay{background-color:#000000b3}[data-theme=dark] .search-section td,[data-theme=dark] .modal-search-table td{color:var(--text-secondary, #cbd5e1)}[data-theme=dark] .search-pagination span,[data-theme=dark] .modal-search-pagination span,[data-theme=dark] .modal-search-count{color:var(--text-muted, #94a3b8)}.cell-link-icon{position:absolute;right:28px;top:50%;transform:translateY(-50%);cursor:help;color:#3b82f6;opacity:.75;transition:opacity .2s ease;z-index:2;line-height:1;pointer-events:auto;display:inline-flex;align-items:center}.cell-link-icon:hover{opacity:1}.cell-link-tooltip{position:fixed;background:#0f172a;color:#fff;padding:7px 14px;border-radius:6px;font-size:13px;font-weight:500;white-space:nowrap;pointer-events:none;z-index:999999;box-shadow:0 4px 14px #00000059;letter-spacing:.2px;animation:tooltipFadeIn .12s ease}@keyframes tooltipFadeIn{0%{opacity:0}to{opacity:1}}.table-row.linked-row{background:#3b82f60f!important}.table-row.linked-row:hover{background:#3b82f61a!important}[data-theme=dark] .table-row.linked-row{background:#3b82f614!important}[data-theme=dark] .table-row.linked-row:hover{background:#3b82f624!important}.erp-table-opening .erp-table thead tr,.erp-table-opening .erp-table th,.erp-table-opening .erp-table .row-number-header,.erp-table-opening .erp-table .column-header{background:#f8fafc!important;color:#64748b;border-right:none;border-bottom:1px solid #F1F5F9;padding:10px 12px;font-weight:600}.erp-table-opening .header-text{font-size:12px;font-weight:600;color:#64748b;text-transform:none;letter-spacing:0}.erp-table-opening .header-icon{color:#64748b;opacity:1}.erp-table-opening .header-type{display:none}.erp-table-opening .erp-table td{border-right:none;border-bottom:1px solid #F1F5F9}.erp-table-opening .table-input{height:38px;padding:8px 10px;font-size:13px;color:#111827}.erp-table-opening .table-input::placeholder{font-style:normal;color:#94a3b8}.erp-table-opening .even-row,.erp-table-opening .odd-row{background-color:#fff}.erp-table-opening .table-row{animation:none}.erp-table-opening .table-row:hover{background-color:#f8fafc!important;transform:none;box-shadow:none}.erp-table-opening .row-number{width:auto;height:auto;background:none;color:#94a3b8;font-weight:500;font-size:12px}.erp-table-opening .row-number-cell{border-right:none!important;margin-top:0}.erp-table-opening .focused-cell{background-color:#eff6ff!important;box-shadow:inset 0 0 0 1px #bfdbfe}.erp-table-opening .focused-cell:after{display:none}.erp-table-opening .erp-table-container{border-radius:12px;box-shadow:none}.erp-table-opening .table-wrapper{border:1px solid #E2E8F0;border-radius:12px}.sys-list-modal-backdrop{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.sys-list-modal-wrapper{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:1100px;max-height:85vh;display:flex;flex-direction:column;overflow:hidden;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.sys-list-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid #e5e7eb;background:#f8fafc;flex-shrink:0}.sys-list-modal-header-left{display:flex;align-items:center;gap:14px}.sys-list-modal-icon{width:40px;height:40px;background:linear-gradient(135deg,#0891b2,#0e7490);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.sys-list-modal-icon svg{width:22px;height:22px}.sys-list-modal-title{font-size:18px;font-weight:600;color:#111827;margin:0;line-height:1.2}.sys-list-modal-subtitle{font-size:13px;color:#6b7280;margin:2px 0 0}.sys-list-modal-close-btn{width:32px;height:32px;border:none;background:#f3f4f6;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:all .2s;flex-shrink:0}.sys-list-modal-close-btn:hover{background:#e5e7eb;color:#111827}.pi-modal-body{flex:1;overflow-y:auto;padding:20px 24px}.pi-loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}.pi-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#0891b2;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.pi-loading-state p{color:#6b7280;font-size:14px;margin:0}.pi-error-state{text-align:center;padding:40px 20px;color:#dc2626}.pi-error-state p{margin:0 0 16px;font-size:14px}.pi-retry-btn{padding:8px 24px;background:#dc2626;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:background .2s}.pi-retry-btn:hover{background:#b91c1c}.pi-empty-state{text-align:center;padding:60px 20px;color:#6b7280}.pi-empty-state p{font-size:15px;margin:0}.pi-table-wrapper{overflow-x:auto;border-radius:8px;border:1px solid #e5e7eb}.pi-table{width:100%;border-collapse:collapse;font-size:13px}.pi-table thead{background:#f1f5f9}.pi-table th{padding:10px 14px;text-align:left;font-weight:600;color:#374151;border-bottom:2px solid #e2e8f0;white-space:nowrap;font-size:12px;text-transform:uppercase;letter-spacing:.5px}.pi-table td{padding:9px 14px;border-bottom:1px solid #f1f5f9;color:#374151;vertical-align:middle}.pi-table tbody tr{cursor:pointer;transition:background .15s}.pi-table tbody tr:hover{background:#f0f9ff}.pi-table tbody tr.pi-row-selected{background:#e0f2fe!important}.pi-table tbody tr.pi-row-selected:hover{background:#bae6fd!important}.pi-amount{text-align:right;font-variant-numeric:tabular-nums}.pi-pending{font-weight:600;color:#1e40af}.pi-th-check,.pi-td-check{width:50px;text-align:center;padding:4px 8px}.pi-checkbox{width:16px;height:16px;cursor:pointer;accent-color:#0891b2}.pi-td-check .pi-checkbox{cursor:pointer}.sys-list-modal-footer{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;border-top:1px solid #e5e7eb;background:#f8fafc;flex-shrink:0;border-radius:0 0 12px 12px}.sys-list-modal-footer-info{font-size:13px;color:#374151}.sys-list-modal-selected-badge{display:inline-flex;align-items:center;gap:6px;background:#e0f2fe;color:#0369a1;padding:4px 14px;border-radius:20px;font-weight:600;font-size:13px}.sys-list-modal-footer-actions{display:flex;gap:10px}.sys-list-modal-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 20px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;min-width:80px}.sys-list-modal-btn-secondary{background:#f3f4f6;color:#374151;border:1px solid #e5e7eb}.sys-list-modal-btn-secondary:hover{background:#e5e7eb}.sys-list-modal-btn-primary{background:linear-gradient(135deg,#0891b2,#0e7490);color:#fff;box-shadow:0 1px 2px #0000000d}.sys-list-modal-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#0e7490,#155e75);transform:translateY(-1px);box-shadow:0 4px 12px #0891b24d}.sys-list-modal-btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}@media(max-width:768px){.sys-list-modal-wrapper{max-height:90vh;border-radius:8px}.sys-list-modal-header{padding:12px 16px}.sys-list-modal-title{font-size:15px}.sys-list-modal-subtitle{font-size:12px}.pi-modal-body{padding:12px 16px}.sys-list-modal-footer{flex-direction:column;gap:12px;padding:12px 16px}.sys-list-modal-footer-actions{width:100%}.sys-list-modal-btn{flex:1;justify-content:center;padding:8px 12px;font-size:13px}.pi-table{font-size:12px}.pi-table th,.pi-table td{padding:6px 10px}}.ls-container{display:flex;flex-direction:column;gap:12px;min-height:300px;padding:4px 0}.ls-filters{display:flex;gap:10px;flex-wrap:wrap;padding:8px 0}.ls-filter-input{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;color:#374151;background:#fff;outline:none;transition:border-color .2s,box-shadow .2s;min-width:140px;flex:1;height:36px;box-sizing:border-box}.ls-filter-input:focus{border-color:#0891b2;box-shadow:0 0 0 3px #0891b226}.ls-filter-input::placeholder{color:#9ca3af}.ls-loading{text-align:center;padding:40px 20px;color:#6b7280;font-size:14px}.ls-table-wrapper{overflow-x:auto;border-radius:8px;border:1px solid #e5e7eb;background:#fff}.ls-table{width:100%;border-collapse:collapse;font-size:13px;min-width:700px}.ls-table thead{background:#f1f5f9}.ls-table th{padding:10px 14px;text-align:left;font-weight:600;color:#374151;border-bottom:2px solid #e2e8f0;white-space:nowrap;font-size:12px;text-transform:uppercase;letter-spacing:.3px}.ls-table td{padding:9px 14px;border-bottom:1px solid #f1f5f9;color:#374151;white-space:nowrap;vertical-align:middle}.ls-table tbody tr{cursor:pointer;transition:background .15s ease}.ls-table tbody tr.ls-row-selected{background:#e0f2fe!important}.ls-table tbody tr.ls-row-selected:hover{background:#bae6fd!important}.ls-empty{text-align:center;padding:40px 20px!important;color:#9ca3af;font-style:italic;cursor:default!important}.ls-pagination{display:flex;align-items:center;justify-content:center;gap:4px;padding:12px 0 4px;flex-wrap:wrap}.ls-page-btn{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border:1px solid #d1d5db;background:#fff;border-radius:6px;cursor:pointer;transition:all .2s;color:#374151;font-size:13px;min-width:32px;height:32px}.ls-page-btn:hover:not(:disabled){background:#f1f5f9;border-color:#0891b2;color:#0891b2}.ls-page-btn:disabled{opacity:.4;cursor:not-allowed}.ls-page-btn svg{width:14px;height:14px}.ls-page-num{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border:1px solid transparent;background:transparent;border-radius:6px;cursor:pointer;transition:all .2s;color:#374151;font-size:13px;font-weight:500;min-width:32px;height:32px}.ls-page-num:hover{background:#f1f5f9;border-color:#d1d5db}.ls-page-active{background:#0891b2;color:#fff;border-color:#0891b2}.ls-page-active:hover{background:#0e7490;border-color:#0e7490;color:#fff}.ls-page-ellipsis{display:inline-flex;align-items:center;justify-content:center;padding:6px 8px;color:#6b7280;font-size:13px;min-width:32px;height:32px}@media(max-width:768px){.ls-filters{flex-direction:column;gap:8px}.ls-filter-input{min-width:unset;width:100%;font-size:14px}.ls-table{font-size:12px;min-width:600px}.ls-table th,.ls-table td{padding:7px 10px}.ls-pagination{gap:3px}.ls-page-btn,.ls-page-num{min-width:28px;height:28px;font-size:12px;padding:4px 8px}}@media(prefers-color-scheme:dark){.ls-filter-input{background:#1e293b;border-color:#334155;color:#e2e8f0}.ls-filter-input:focus{border-color:#0891b2;box-shadow:0 0 0 3px #0891b233}.ls-table-wrapper{background:#1e293b;border-color:#334155}.ls-table thead{background:#0f172a}.ls-table th{color:#94a3b8;border-bottom-color:#334155}.ls-table td{color:#e2e8f0;border-bottom-color:#1e293b}.ls-table tbody tr:hover{background:#1e293b}.ls-table tbody tr.ls-row-selected{background:#0c4a6e!important}.ls-empty{color:#64748b}.ls-page-btn{background:#1e293b;border-color:#334155;color:#e2e8f0}.ls-page-btn:hover:not(:disabled){background:#0f172a;border-color:#0891b2;color:#0891b2}.ls-page-num{color:#e2e8f0}.ls-page-num:hover{background:#0f172a;border-color:#334155}.ls-page-active{background:#0891b2;color:#fff;border-color:#0891b2}.ls-page-active:hover{background:#0e7490;border-color:#0e7490}}.cr-header{margin-bottom:0}.cr-header .row{margin-bottom:8px}.ls-container{gap:12px;min-height:300px}.ls-filters{display:flex;gap:10px;flex-wrap:wrap}.ls-filter-input{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;color:#374151;background:#fff;outline:none;transition:border-color .2s;min-width:140px;flex:1}.ls-filter-input:focus{border-color:#0891b2;box-shadow:0 0 0 2px #0891b226}.ls-loading{text-align:center;padding:40px;color:#6b7280;font-size:14px}.ls-error{text-align:center;padding:20px;color:#dc2626;font-size:14px;background:#fef2f2;border-radius:6px;border:1px solid #fecaca}.ls-table-wrapper{overflow-x:auto;border-radius:8px;border:1px solid #e5e7eb}.ls-table{width:100%;border-collapse:collapse;font-size:13px}.ls-table thead tr{background:#f1f5f9}.ls-table th{padding:10px 14px;text-align:left;font-weight:600;color:#374151;border-bottom:2px solid #e2e8f0;white-space:nowrap}.ls-table td{padding:9px 14px;border-bottom:1px solid #f1f5f9;color:#374151;white-space:nowrap}.ls-table tbody tr{cursor:pointer;transition:background .15s}.ls-table tbody tr:hover{background:#f0f9ff}.ls-row-selected{background:#e0f2fe!important}.ls-empty{text-align:center;padding:40px!important;color:#9ca3af;font-style:italic;cursor:default}
