.dashboard{display:flex;flex-direction:column;gap:16px;padding:8px}.theme-dark .dashboard{color:#e5e7eb}.dashboard-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.dashboard-header h1{margin:0;font-size:1.4rem}.theme-dark .dashboard-header h1{color:#e5e7eb}.dashboard-actions{display:flex;align-items:center;gap:8px}.dashboard-error{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fdecea;color:#b71c1c;border:1px solid #f5c6cb;border-radius:8px}.theme-dark .dashboard-error{background:#3a1f1f;border-color:#5c2b2b;color:#f7bbbb}.metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.metric-card{background:#fff;border:1px solid #e9ecef;border-radius:10px;padding:14px;box-shadow:0 1px 2px #0000000a}.theme-dark .metric-card{background:#1f1f1f;border-color:#2a2a2a}.metric-label{font-size:.9rem;color:#6c757d;margin-bottom:6px}.theme-dark .metric-label{color:#b0b3b8}.metric-value{font-size:1.6rem;font-weight:700;margin-bottom:4px}.theme-dark .metric-value{color:#f8fafc}.metric-sub{font-size:.85rem;color:#868e96}.theme-dark .metric-sub{color:#a5a8ab}.metric-card.clickable{cursor:pointer}.metric-card.clickable:hover{background:#f8f9fa;border-color:#dee2e6}.theme-dark .metric-card.clickable:hover{background:#2a2a2a;border-color:#404040}.metric-card--alert{border-color:#dc3545;background:#fff5f5}.metric-card--alert .metric-label,.metric-card--alert .metric-value,.metric-card--alert .metric-sub{color:#b71c1c}.theme-dark .metric-card--alert{border-color:#e57373;background:#3d2020}.theme-dark .metric-card--alert .metric-label,.theme-dark .metric-card--alert .metric-value,.theme-dark .metric-card--alert .metric-sub{color:#ffcdd2}.theme-dark .metric-card--alert.clickable:hover{background:#4d2828;border-color:#ef5350}.dashboard-sections{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.dashboard-panel{background:#fff;border:1px solid #e9ecef;border-radius:10px;padding:14px;display:flex;flex-direction:column;gap:8px}.theme-dark .dashboard-panel{background:#1f1f1f;border-color:#2a2a2a}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.panel-header h2{margin:0;font-size:1.1rem}.theme-dark .panel-header h2{color:#e5e7eb}.panel-sub{font-size:.85rem;color:#868e96}.theme-dark .panel-sub{color:#a5a8ab}.panel-loading,.empty-state{padding:12px;color:#6c757d}.theme-dark .panel-loading,.theme-dark .empty-state{color:#b0b3b8}.dashboard-table{width:100%;border-collapse:collapse}.dashboard-table th,.dashboard-table td{padding:8px 6px;border-bottom:1px solid #e9ecef;font-size:.95rem}.dashboard-table th{text-align:left;color:#495057;font-weight:600}.dashboard-table td{color:#343a40}.theme-dark .dashboard-table th{color:#d1d5db}.theme-dark .dashboard-table td{color:#e5e7eb}.dashboard-table tbody tr:hover{background:#f8f9fa}.theme-dark .dashboard-table tbody tr:hover{background:#2a2a2a}.dashboard-table tbody tr.clickable-row{cursor:pointer}.dashboard-table .content-preview{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-badge.visible{background:#d4edda;color:#155724}.status-badge.hidden{background:#fdecea;color:#b71c1c}.theme-dark .status-badge.visible{background:#1e4d2e;color:#c8f7c5}.theme-dark .status-badge.hidden{background:#4d1e24;color:#ffcdd2}.product-list{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 4px #0000001a}.product-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.product-list-header h1{font-size:2rem;color:#2c3e50}.product-table-container{overflow-x:auto}.selected-filters-container{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:12px;background:#f8f9fa;border-radius:6px;margin-bottom:16px}.selected-filters-label{font-weight:600;color:#495057;margin-right:8px}.selected-filters-tags{display:flex;flex-wrap:wrap;gap:8px;flex:1}.filter-tag{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#007bff;color:#fff;border-radius:20px;cursor:pointer;transition:all .2s;font-size:.85rem;font-weight:500}.filter-tag:hover{background:#0056b3}.filter-tag .tag-label{display:inline}.filter-tag .tag-remove{display:none;font-size:18px;font-weight:700;line-height:1}.filter-tag:hover .tag-remove{display:inline}.product-filters-collapsible{margin-bottom:16px;border:1px solid #dee2e6;border-radius:8px;overflow:hidden;background:#f8f9fa}.product-filters-header{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.product-filters-toggle{display:flex;align-items:center;justify-content:space-between;flex:1;min-width:140px;padding:12px 16px;border:none;background:#f8f9fa;cursor:pointer;font-size:.95rem;font-weight:600;color:#495057;transition:background-color .2s}.product-filters-toggle:hover{background:#e9ecef}.filter-toggle-label{flex:1;text-align:left}.filter-toggle-icon{font-size:.75rem;color:#6c757d}.filter-active-badge{font-size:.85rem;font-weight:500;color:#007bff}.product-filters-collapsible .product-filters{max-height:0;overflow:hidden;transition:max-height .3s ease-out;margin:0;padding:0 16px;border:none}.product-filters-collapsible.expanded .product-filters{max-height:800px;padding:16px;margin:0}.product-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;background:#f8f9fa;border-radius:8px}.filter-section{display:flex;flex-direction:column;gap:8px;background:#f5f5f5;padding:12px;border-radius:6px}.filter-section-title{font-size:.9rem;font-weight:600;color:#495057;margin:0}.filter-checkboxes{display:flex;flex-direction:column;gap:6px}.filter-checkbox-label{display:flex;align-items:center;gap:6px;padding:6px 8px;background:#fff;border:1px solid #dee2e6;border-radius:4px;cursor:pointer;transition:all .2s;font-size:.85rem}.filter-checkbox-label:hover{border-color:#007bff;background:#f0f8ff}.filter-checkbox-label input[type=checkbox]{cursor:pointer;width:16px;height:16px}.filter-checkbox-label span{flex:1}.filter-select{height:36px;padding:0 12px;border:1px solid #ced4da;border-radius:4px;font-size:.9rem;background:#fff}.filter-search-input{height:36px;padding:0 12px;border:1px solid #ced4da;border-radius:4px;font-size:.9rem;width:100%}.search-section{min-width:200px}.filter-actions{grid-column:1 / -1;display:flex;gap:12px;align-items:center;justify-content:flex-end;padding-top:8px;margin-top:8px;border-top:1px solid #dee2e6;flex-shrink:0}.filter-actions-top{grid-column:unset;padding-top:0;margin-top:0;border-top:none;padding-right:16px}.filter-actions-bottom{margin-top:12px;padding-top:12px}.filter-actions .btn{min-height:36px;padding:8px 20px;white-space:nowrap;font-size:.9rem}.product-table{width:100%;border-collapse:collapse;font-size:.9rem}.product-table thead{background-color:#f8f9fa}.product-table th{padding:1rem;text-align:left;font-weight:600;color:#495057;border-bottom:2px solid #dee2e6}.product-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s}.product-table th.sortable:hover{background-color:#e9ecef}.product-table td{padding:1rem;border-bottom:1px solid #dee2e6}.product-table tbody tr:hover{background-color:#f8f9fa}.product-thumbnail{width:60px;height:60px;object-fit:cover;border-radius:4px}.no-image{width:60px;height:60px;background-color:#e9ecef;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:#6c757d}.description-cell{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-badge.warning{background-color:#fff3cd;color:#856404}.theme-dark .product-list{background:#1e1e1e;color:#e0e0e0}.theme-dark .product-list-header h1{color:#fff}.theme-dark .product-table thead{background-color:#2a2a2a}.theme-dark .product-table th{color:#e0e0e0;border-bottom-color:#444}.theme-dark .product-table td{color:#e0e0e0;border-bottom-color:#333}.theme-dark .product-table tbody tr:hover{background-color:#2a2a2a}.theme-dark .product-table th.sortable:hover{background-color:#333}.theme-dark .status-badge.warning{background-color:#5a4a1f;color:#ffd54f}.theme-dark .empty-message,.theme-dark .page-info{color:#999}.theme-dark .product-filters-collapsible{border-color:#444;background:#2a2a2a}.theme-dark .product-filters-toggle{background:#2a2a2a;color:#e0e0e0}.theme-dark .product-filters-toggle:hover{background:#333}.theme-dark .filter-toggle-icon{color:#999}.theme-dark .filter-active-badge{color:#66b3ff}.theme-dark .selected-filters-container{background:#2a2a2a}.theme-dark .selected-filters-label{color:#e0e0e0}.theme-dark .filter-tag{background:#0056b3}.theme-dark .filter-tag:hover{background:#004494}.theme-dark .product-filters{background:#2a2a2a}.theme-dark .filter-section{background:#1a1a1a}.theme-dark .filter-section-title{color:#e0e0e0}.theme-dark .filter-checkbox-label{background:#1e1e1e;border-color:#444;color:#e0e0e0}.theme-dark .filter-checkbox-label:hover{border-color:#0056b3;background:#2a3f5f}.theme-dark .filter-actions{border-top-color:#444}.theme-dark .filter-select,.theme-dark .filter-search-input{background:#1e1e1e;border-color:#444;color:#e0e0e0}.theme-dark .filter-select:focus,.theme-dark .filter-search-input:focus{border-color:#0056b3;outline:none}.theme-dark .filter-select option{background:#1e1e1e;color:#e0e0e0}.theme-dark .btn-secondary{background-color:#4a4a4a;color:#e0e0e0}.theme-dark .btn-secondary:hover{background-color:#5a5a5a}.theme-dark .btn-primary{background-color:#0056b3;color:#fff}.theme-dark .btn-primary:hover{background-color:#004494}.theme-dark .btn-edit{background-color:#2d6b3d;color:#fff}.theme-dark .btn-edit:hover{background-color:#245530}.theme-dark .btn-delete{background-color:#a82835;color:#fff}.theme-dark .btn-delete:hover{background-color:#8b1f2a}.bulk-action-bar{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:#e7f3ff;border-radius:8px;margin-bottom:1rem;border-left:4px solid #007bff}.bulk-action-info{font-weight:600;color:#007bff}.bulk-action-controls{display:flex;gap:.5rem;flex:1}.bulk-action-select{padding:.5rem 1rem;border:1px solid #ced4da;border-radius:4px;font-size:.9rem;background:#fff;cursor:pointer}.theme-dark .bulk-action-bar{background-color:#1e3a5f;border-left-color:#0056b3}.theme-dark .bulk-action-info{color:#66b3ff}.theme-dark .bulk-action-select{background:#1e1e1e;border-color:#444;color:#e0e0e0}.theme-dark .bulk-action-select:focus{border-color:#0056b3;outline:none}.theme-dark .bulk-action-select option{background:#1e1e1e;color:#e0e0e0}.product-option-manager{background:#fff;border-radius:8px;padding:1.5rem;margin-top:1.5rem;box-shadow:0 1px 3px #0000001a;transition:background-color .3s,box-shadow .3s}body.theme-dark .product-option-manager{background:#1e1e1e;box-shadow:0 1px 3px #ffffff0d}.option-manager-header{margin-bottom:1.5rem}.option-manager-header h3{font-size:1.25rem;color:#2c3e50;margin-bottom:.5rem;transition:color .3s}body.theme-dark .option-manager-header h3{color:#e0e0e0}.option-hint{color:#6c757d;font-size:.9rem;margin:0;transition:color .3s}body.theme-dark .option-hint{color:#b0b0b0}.options-list{display:flex;flex-direction:column;gap:1rem}.no-options{text-align:center;padding:2rem;background:#f8f9fa;border-radius:8px;border:2px dashed #dee2e6;transition:background-color .3s,border-color .3s}body.theme-dark .no-options{background:#2a2a2a;border-color:#404040}.no-options p{color:#6c757d;margin-bottom:1rem;transition:color .3s}body.theme-dark .no-options p{color:#b0b0b0}.option-item{background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:1rem;transition:all .3s}body.theme-dark .option-item{background:#2a2a2a;border-color:#404040}.option-item:hover{box-shadow:0 2px 8px #0000001a}body.theme-dark .option-item:hover{box-shadow:0 2px 8px #ffffff0d}.option-view{display:flex;justify-content:space-between;align-items:center;gap:1rem}.option-main-info{display:flex;align-items:center;gap:.75rem;flex:1}.option-badge{background:#007bff;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.85rem;font-weight:500;white-space:nowrap;transition:background-color .3s}body.theme-dark .option-badge{background:#0d6efd}.option-value{font-size:1rem;font-weight:600;color:#2c3e50;transition:color .3s}body.theme-dark .option-value{color:#e0e0e0}.option-price{font-size:.9rem;font-weight:500;padding:.25rem .5rem;border-radius:4px;white-space:nowrap}.option-price.positive{color:#dc3545;background:#ffe5e8}body.theme-dark .option-price.positive{color:#ff6b6b;background:#4a2a2a}.option-price.negative{color:#28a745;background:#e8f5e9}body.theme-dark .option-price.negative{color:#51cf66;background:#2a4a2a}.option-sub-info{display:flex;align-items:center;gap:1rem;color:#6c757d;font-size:.9rem;transition:color .3s}body.theme-dark .option-sub-info{color:#b0b0b0}.status-badge{padding:.25rem .5rem;border-radius:4px;font-size:.85rem;font-weight:500;white-space:nowrap}.status-badge.available{background:#d4edda;color:#155724}body.theme-dark .status-badge.available{background:#2a4a2a;color:#51cf66}.status-badge.unavailable{background:#f8d7da;color:#721c24}body.theme-dark .status-badge.unavailable{background:#4a2a2a;color:#ff6b6b}.option-edit-form,.option-add-form{background:#fff;padding:1.5rem;border-radius:8px;border:2px solid #007bff;transition:background-color .3s,border-color .3s}body.theme-dark .option-edit-form,body.theme-dark .option-add-form{background:#1e1e1e;border-color:#0d6efd}.option-add-form h4{margin-bottom:1rem;color:#2c3e50;font-size:1.1rem;transition:color .3s}body.theme-dark .option-add-form h4{color:#e0e0e0}.option-edit-form .form-row,.option-add-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.option-edit-form .form-group,.option-add-form .form-group{margin-bottom:0}.option-edit-form .form-group label,.option-add-form .form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#495057;font-size:.9rem;transition:color .3s}body.theme-dark .option-edit-form .form-group label,body.theme-dark .option-add-form .form-group label{color:#b0b0b0}.option-edit-form input,.option-edit-form select,.option-add-form input,.option-add-form select{width:100%;padding:.5rem;border:1px solid #ced4da;border-radius:4px;font-size:.95rem;transition:all .3s}body.theme-dark .option-edit-form input,body.theme-dark .option-edit-form select,body.theme-dark .option-add-form input,body.theme-dark .option-add-form select{background:#2a2a2a;border-color:#404040;color:#e0e0e0}.option-edit-form input:focus,.option-edit-form select:focus,.option-add-form input:focus,.option-add-form select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}body.theme-dark .option-edit-form input:focus,body.theme-dark .option-edit-form select:focus,body.theme-dark .option-add-form input:focus,body.theme-dark .option-add-form select:focus{border-color:#0d6efd;box-shadow:0 0 0 3px #0d6efd33}.option-edit-form small,.option-add-form small{display:block;margin-top:.25rem;color:#6c757d;font-size:.85rem;transition:color .3s}body.theme-dark .option-edit-form small,body.theme-dark .option-add-form small{color:#909090}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;margin-top:.25rem}.checkbox-label input[type=checkbox]{width:auto;cursor:pointer}.checkbox-label span{color:#495057;transition:color .3s}body.theme-dark .checkbox-label span{color:#b0b0b0}.option-actions{display:flex;gap:.5rem;margin-top:1rem}.option-view .option-actions{margin-top:0}.btn{padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;font-size:.95rem;font-weight:500;transition:all .2s;white-space:nowrap}.btn:hover{transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.btn:active{transform:translateY(0)}body.theme-dark .btn-primary{background-color:#0d6efd}body.theme-dark .btn-primary:hover{background-color:#0a58ca}body.theme-dark .btn-secondary{background-color:#6c757d}body.theme-dark .btn-secondary:hover{background-color:#5a6268}body.theme-dark .btn-danger{background-color:#dc3545}body.theme-dark .btn-danger:hover{background-color:#bd2130}.btn-sm{padding:.375rem .75rem;font-size:.875rem}.btn-add-more{width:100%;margin-top:.5rem;border:2px dashed #007bff;background:transparent;color:#007bff;transition:all .3s}.btn-add-more:hover{background:#007bff;color:#fff;border-style:solid}body.theme-dark .btn-add-more{border-color:#0d6efd;color:#fff}body.theme-dark .btn-add-more:hover{background:#0d6efd;color:#fff}.error-message{background-color:#f8d7da;color:#721c24;padding:1rem;border-radius:4px;margin-bottom:1rem;border:1px solid #f5c6cb;transition:all .3s}body.theme-dark .error-message{background-color:#4a2a2a;color:#ff6b6b;border-color:#6a3a3a}@media(max-width:768px){.option-view{flex-direction:column;align-items:flex-start}.option-main-info{flex-wrap:wrap}.option-actions{width:100%;justify-content:flex-end}.option-edit-form .form-row,.option-add-form .form-row{grid-template-columns:1fr}.btn-add-more{margin-top:1rem}}.product-form{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 4px #0000001a}.preview-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.preview-modal{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #0000004d}.preview-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0}.preview-header h2{font-size:1.5rem;color:#2c3e50;margin:0}.preview-close{background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.preview-close:hover{background-color:#f0f0f0}.preview-content{flex:1;overflow-y:auto;padding:1.5rem}.mobile-frame{background:#f8f9fa;border-radius:8px;overflow:hidden}.preview-section{background:#fff;margin-bottom:1rem;padding:1rem;border-radius:8px}.preview-section:last-child{margin-bottom:0}.preview-section-title{font-size:.9rem;color:#666;margin-bottom:.75rem;font-weight:600}.thumbnail-slider{display:flex;gap:.5rem;overflow-x:auto;padding:.5rem 0}.thumbnail-item{position:relative;flex-shrink:0;width:100px;height:100px;border-radius:8px;overflow:hidden;border:2px solid #e0e0e0}.thumbnail-item img{width:100%;height:100%;object-fit:cover}.thumbnail-index{position:absolute;top:4px;right:4px;background:#000000b3;color:#fff;font-size:.75rem;padding:2px 6px;border-radius:4px}.rect-thumbnail-preview{width:100%;border-radius:8px;overflow:hidden}.rect-thumbnail-preview img{width:100%;height:auto;display:block}.product-info{padding:1.5rem}.product-name{font-size:1.25rem;font-weight:600;color:#2c3e50;margin-bottom:.75rem}.product-price{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.discount-badge{background:#e74c3c;color:#fff;font-size:1rem;font-weight:700;padding:4px 8px;border-radius:4px}.original-price{font-size:.9rem;color:#999;text-decoration:line-through}.sell-price{font-size:1.5rem;font-weight:700;color:#2c3e50}.detail-images{display:flex;flex-direction:column}.detail-image-item{width:100%;overflow:hidden}.detail-image-item img{width:100%;height:auto;display:block}.preview-actions{display:flex;gap:1rem;padding:1.5rem;border-top:1px solid #e0e0e0;justify-content:flex-end}.preview-actions .btn{min-width:120px}.product-form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.product-form-header h1{font-size:2rem;color:#2c3e50}.form{max-width:800px}.input-with-tooltip{display:inline-block}.input-with-tooltip input:disabled{cursor:not-allowed}.image-hint{margin:6px 0 8px;font-size:.9rem;color:#6c757d}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#495057}.optional{color:#6c757d;font-size:.85rem;font-weight:400}.form-control{width:100%;padding:.75rem;border:1px solid #ced4da;border-radius:4px;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-control:focus{outline:none;border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40}.form-control[type=file]{padding:.5rem}textarea.form-control{resize:vertical;min-height:100px}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.checkbox-label input[type=checkbox]{width:1.25rem;height:1.25rem;cursor:pointer}.image-preview{margin-top:1rem;border:1px solid #dee2e6;border-radius:4px;padding:1rem;background-color:#f8f9fa}.image-preview img{max-width:100%;max-height:400px;object-fit:contain;border-radius:4px}.image-preview-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;margin-top:1rem}.image-preview-item{position:relative;border:1px solid #dee2e6;border-radius:4px;padding:.5rem;background-color:#f8f9fa}.image-preview-item img{width:100%;height:150px;object-fit:cover;border-radius:4px}.btn-remove-image{position:absolute;top:.5rem;right:.5rem;background-color:#dc3545;color:#fff;border:none;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;cursor:pointer;transition:background-color .2s}.btn-remove-image:hover:not(:disabled){background-color:#c82333}.btn-remove-image:disabled{opacity:.5;cursor:not-allowed}.current-image-info{margin-top:.5rem;font-size:.85rem;color:#6c757d;font-style:italic}.btn-secondary:hover{background-color:#5a6268}.loading{text-align:center;padding:3rem;font-size:1.1rem}.category-buttons{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.category-button{padding:10px;margin:5px;border:2px solid #ced4da;border-radius:4px;background-color:#fff;color:#495057;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.category-button:hover{border-color:#007bff;background-color:#f8f9fa}.category-button.selected{background-color:#007bff;color:#fff;border-color:#007bff}.category-button.selected:hover{background-color:#0056b3;border-color:#0056b3}.form-text{display:block;margin-top:.5rem;font-size:.85rem;color:#6c757d}.selected-categories{margin-top:1rem;padding:.75rem;background-color:#f8f9fa;border-radius:6px;border:1px solid #e9ecef}.selected-label{display:block;font-size:.9rem;font-weight:600;color:#495057;margin-bottom:.5rem}.selected-category-tags{display:flex;flex-wrap:wrap;gap:.5rem}.selected-tag{display:inline-flex;align-items:center;padding:.4rem .9rem;background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;border-radius:20px;font-size:.875rem;font-weight:600;box-shadow:0 2px 4px #007bff40;transition:all .2s}.selected-tag:hover{transform:translateY(-1px);box-shadow:0 4px 8px #007bff4d}.theme-dark .product-form{background:#1e1e1e;color:#e0e0e0}.theme-dark .product-form-header h1{color:#fff}.theme-dark .form-control:focus{border-color:#4da6ff;box-shadow:0 0 0 .2rem #4da6ff40}.theme-dark .form-control::placeholder{color:#666}.theme-dark .image-preview,.theme-dark .image-preview-item{background-color:#2a2a2a;border-color:#444}.theme-dark .current-image-info{color:#999}.theme-dark .loading,.theme-dark .form-text{color:#999}.theme-dark .selected-categories{background-color:#2a2a2a;border-color:#444}.theme-dark .selected-label{color:#e0e0e0}.theme-dark .selected-tag{background:linear-gradient(135deg,#4da6ff,#007bff);box-shadow:0 2px 4px #4da6ff4d}.theme-dark .selected-tag:hover{box-shadow:0 4px 8px #4da6ff66}.theme-dark .category-button{background-color:#2a2a2a;border-color:#444;color:#e0e0e0}.theme-dark .category-button:hover{background-color:#333;border-color:#4da6ff}.theme-dark .category-button.selected{background-color:#007bff;border-color:#007bff;color:#fff}.stock-quantity-display{max-width:200px;display:inline-block;background:#e9ecef;color:#212529;cursor:default}.theme-dark .stock-quantity-display{background:#2a2a2a;border-color:#444;color:#e0e0e0}.admin-list-container{padding:20px;max-width:1200px;margin:0 auto}.admin-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.admin-list-header h1{margin:0;font-size:24px;color:#333}.btn-add{padding:10px 20px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .3s}.btn-add:hover{background-color:#0056b3}.btn-change-password{padding:10px 20px;background-color:#28a745;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .3s}.btn-change-password:hover{background-color:#218838}.btn-reset-password{padding:6px 12px;background-color:#ffc107;color:#856404;border:none;border-radius:4px;cursor:pointer;font-size:12px;transition:background-color .3s;font-weight:500}.btn-reset-password:hover:not(:disabled){background-color:#e0a800}.btn-reset-password:disabled{opacity:.6;cursor:not-allowed}.admin-actions{display:flex;gap:8px;align-items:center}.btn-delete{padding:6px 12px;background-color:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:12px;transition:background-color .3s;font-weight:500}.btn-delete:disabled{opacity:.6;cursor:not-allowed}.error-message{padding:12px;background-color:#f8d7da;color:#721c24;border-radius:4px;margin-bottom:20px}.admin-table-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.admin-table{width:100%;border-collapse:collapse}.admin-table thead{background-color:#f8f9fa}.admin-table th{padding:12px;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #dee2e6}.admin-table td{padding:12px;border-bottom:1px solid #dee2e6}.admin-table tbody tr:hover{background-color:#f8f9fa}.admin-table .no-data{text-align:center;color:#6c757d;padding:40px}.role-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.role-badge.super{background-color:#ffc107;color:#856404}.role-badge.normal{background-color:#17a2b8;color:#fff}.loading{text-align:center;padding:40px;color:#6c757d}.admin-info-message{background:#fff;border-radius:8px;padding:30px;text-align:center;box-shadow:0 2px 4px #0000001a;margin-top:20px}.admin-info-message p{margin:10px 0;color:#6c757d;line-height:1.6}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;border-radius:8px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 4px 6px #0000001a}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #dee2e6}.modal-header h2{margin:0;font-size:20px;color:#333}.modal-close{background:none;border:none;font-size:28px;color:#6c757d;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;line-height:1}.modal-close:hover{color:#333}.modal-content form{padding:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#333}.form-group input{width:100%;padding:10px;border:1px solid #ced4da;border-radius:4px;font-size:14px;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.form-group input:disabled{background-color:#e9ecef;cursor:not-allowed}.form-error{padding:10px;background-color:#f8d7da;color:#721c24;border-radius:4px;margin-bottom:20px;font-size:14px}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.btn-cancel,.btn-submit{padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .3s}.btn-cancel{background-color:#6c757d;color:#fff}.btn-cancel:hover:not(:disabled){background-color:#5a6268}.btn-submit{background-color:#007bff;color:#fff}.btn-submit:hover:not(:disabled){background-color:#0056b3}.btn-cancel:disabled,.btn-submit:disabled{opacity:.6;cursor:not-allowed}.theme-dark .admin-list-header h1{color:#fff}.theme-dark .admin-table-container{background:#1e1e1e}.theme-dark .admin-table thead{background-color:#2a2a2a}.theme-dark .admin-table th{color:#e0e0e0;border-bottom-color:#444}.theme-dark .admin-table td{color:#e0e0e0;border-bottom-color:#333}.theme-dark .admin-table tbody tr:hover{background-color:#2a2a2a}.theme-dark .admin-table .no-data{color:#999}.theme-dark .admin-info-message{background:#1e1e1e;color:#e0e0e0}.theme-dark .admin-info-message p{color:#999}.theme-dark .modal-content{background:#1e1e1e;color:#e0e0e0}.theme-dark .modal-header{border-bottom-color:#444}.theme-dark .modal-header h2{color:#fff}.theme-dark .modal-close{color:#999}.theme-dark .modal-close:hover,.theme-dark .form-group label{color:#e0e0e0}.theme-dark .form-group input{background-color:#2a2a2a;border-color:#444;color:#e0e0e0}.theme-dark .form-group input:focus{border-color:#4da6ff;box-shadow:0 0 0 2px #4da6ff40}.theme-dark .form-group input:disabled{background-color:#333;color:#666}.theme-dark .form-error{background-color:#4a1f1f;color:#ffcdd2}.banner-list{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 4px #0000001a}.banner-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.banner-list-header h1{font-size:2rem;color:#2c3e50}.banner-table-container{overflow-x:auto}.banner-table{width:100%;border-collapse:collapse;font-size:.9rem}.banner-table thead{background-color:#f8f9fa}.banner-table th{padding:1rem;text-align:left;font-weight:600;color:#495057;border-bottom:2px solid #dee2e6}.banner-table td{padding:1rem;border-bottom:1px solid #dee2e6}.banner-table tbody tr:hover{background-color:#f8f9fa}.banner-thumbnail{width:156px;height:72px;object-fit:cover;border-radius:4px}.no-image{width:156px;height:72px;background-color:#e9ecef;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:#6c757d}.link-cell{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.banner-link{color:#007bff;text-decoration:none}.banner-link:hover{text-decoration:underline}.theme-dark .banner-list{background:#1e1e1e;color:#e0e0e0}.theme-dark .banner-list-header h1{color:#fff}.theme-dark .banner-table thead{background-color:#2a2a2a}.theme-dark .banner-table th{color:#e0e0e0;border-bottom-color:#444}.theme-dark .banner-table td{color:#e0e0e0;border-bottom-color:#333}.theme-dark .banner-table tbody tr:hover{background-color:#2a2a2a}.theme-dark .no-image{background-color:#2a2a2a;color:#999}.theme-dark .banner-link{color:#4da6ff}.banner-form{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 4px #0000001a}.banner-form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.banner-form-header h1{font-size:2rem;color:#2c3e50}.banner-form-content{max-width:800px}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#495057}.form-group label input[type=checkbox]{margin-right:.5rem}.checkbox-inline{display:flex;flex-direction:column;gap:.35rem}.checkbox-inline .checkbox-label{display:inline-flex;align-items:center;gap:.5rem;margin:0;font-weight:600;color:#495057}.form-group input[type=text],.form-group input[type=url],.form-group input[type=number],.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ced4da;border-radius:4px;font-size:1rem;transition:border-color .2s}.form-group input[type=text]:focus,.form-group input[type=url]:focus,.form-group input[type=number]:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.link-value-selected{display:flex;align-items:center;gap:.75rem;padding:.5rem 0}.link-value-selected .link-value-label{flex:1}.link-search-row{display:flex;gap:.5rem;margin-bottom:.5rem}.link-search-row .form-control{flex:1}.link-search-results{list-style:none;margin:0;padding:0;border:1px solid #ced4da;border-radius:4px;max-height:200px;overflow-y:auto}.link-search-results li{border-bottom:1px solid #eee}.link-search-results li:last-child{border-bottom:none}.link-result-item{width:100%;padding:.5rem .75rem;text-align:left;background:none;border:none;cursor:pointer;font-size:.95rem}.link-result-item:hover{background:#f0f0f0}.link-options-loading,.link-options-hint{margin:.5rem 0 0;font-size:.9rem;color:#6c757d}.form-group input[type=file]{width:100%;padding:.5rem;border:1px dashed #ced4da;border-radius:4px;background-color:#f8f9fa;cursor:pointer}.form-group small{display:block;margin-top:.25rem;font-size:.85rem;color:#6c757d}.image-upload-section{margin-top:.5rem}.image-hint{margin:.25rem 0 .5rem;font-size:.9rem;color:#6c757d}.image-preview-container{margin-bottom:1rem;position:relative;display:inline-block}.image-preview{max-width:100%;max-height:300px;border-radius:4px;border:1px solid #dee2e6;display:block}.image-info{margin-top:.5rem;font-size:.85rem;color:#6c757d}.remove-image-btn{margin-top:.5rem}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #dee2e6}.btn-delete:hover:not(:disabled){background-color:#c82333}.error-message{background-color:#f8d7da;color:#721c24;padding:1rem;border-radius:4px;margin-bottom:1.5rem}.theme-dark .banner-form{background:#1e1e1e;color:#e0e0e0}.theme-dark .banner-form-header h1{color:#fff}.theme-dark .form-group input[type=text],.theme-dark .form-group input[type=url],.theme-dark .form-group input[type=number],.theme-dark .form-group select,.theme-dark .form-group textarea{background-color:#2a2a2a;border-color:#444;color:#e0e0e0}.theme-dark .form-group input[type=text]:focus,.theme-dark .form-group input[type=url]:focus,.theme-dark .form-group input[type=number]:focus,.theme-dark .form-group select:focus,.theme-dark .form-group textarea:focus{border-color:#4da6ff;box-shadow:0 0 0 3px #4da6ff40}.theme-dark .form-group input[type=file]{background-color:#2a2a2a;border-color:#444;color:#e0e0e0}.theme-dark .form-group small{color:#999}.theme-dark .image-preview{border-color:#444}.theme-dark .image-info{color:#999}.theme-dark .link-value-selected .link-value-label{color:#e0e0e0}.theme-dark .link-search-results{background-color:#2a2a2a;border-color:#444}.theme-dark .link-search-results li{border-bottom-color:#444}.theme-dark .link-result-item{color:#e0e0e0}.theme-dark .link-result-item:hover{background:#3a3a3a;color:#fff}.theme-dark .link-options-loading,.theme-dark .link-options-hint{color:#999}.exchange-return-list{padding:20px}.exchange-return-table{width:100%;border-collapse:collapse;background-color:#fff;box-shadow:0 2px 4px #0000001a}.exchange-return-table thead{background-color:#f8f9fa}.exchange-return-table th,.exchange-return-table td{padding:12px;text-align:left;border-bottom:1px solid #dee2e6}.exchange-return-table th{font-weight:600;color:#495057}.exchange-return-table tbody tr:hover{background-color:#f8f9fa}.theme-dark .exchange-return-table{background-color:#1e1e1e}.theme-dark .exchange-return-table thead{background-color:#2a2a2a}.theme-dark .exchange-return-table th{color:#e0e0e0;border-bottom-color:#444}.theme-dark .exchange-return-table td{color:#e0e0e0;border-bottom-color:#333}.theme-dark .exchange-return-table tbody tr:hover{background-color:#2a2a2a}.rich-text-editor{border:1px solid #ced4da;border-radius:4px;background:#fff;font-family:inherit}.rich-text-editor.error{border-color:#dc3545}.rich-text-editor.error:focus-within{border-color:#dc3545;box-shadow:0 0 0 3px #dc354540}.editor-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:2px;padding:8px;border-bottom:1px solid #ced4da;background-color:#f8f9fa;border-radius:4px 4px 0 0}.toolbar-btn{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:32px;padding:4px 8px;border:1px solid transparent;border-radius:4px;background:transparent;cursor:pointer;font-size:14px;color:#495057;transition:all .2s}.toolbar-btn:hover{background-color:#e9ecef;border-color:#ced4da}.toolbar-btn.active{background-color:#007bff;color:#fff;border-color:#007bff}.toolbar-btn:active{transform:scale(.95)}.toolbar-separator{width:1px;height:24px;background-color:#ced4da;margin:0 4px}.toolbar-dropdown{position:relative}.toolbar-dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;min-width:150px;margin-top:4px;padding:4px 0;background:#fff;border:1px solid #ced4da;border-radius:4px;box-shadow:0 2px 8px #00000026}.toolbar-dropdown-menu button{display:block;width:100%;padding:8px 16px;border:none;background:transparent;text-align:left;cursor:pointer;font-size:14px;color:#495057;transition:background-color .2s}.toolbar-dropdown-menu button:hover{background-color:#f8f9fa}.editor-content{min-height:300px;padding:12px;font-size:14px;line-height:1.6;outline:none;overflow-y:auto}.editor-content:focus{outline:none}.editor-content{position:relative}.editor-content.empty:before{content:attr(data-placeholder);color:#6c757d;pointer-events:none;position:absolute;font-style:normal;top:12px;left:12px}.editor-content.focused{border-color:#007bff}.theme-dark .rich-text-editor{background-color:#2a2a2a;border-color:#444}.theme-dark .editor-toolbar{background-color:#1e1e1e;border-bottom-color:#444}.theme-dark .toolbar-btn{color:#e0e0e0}.theme-dark .toolbar-btn:hover{background-color:#333;border-color:#555}.theme-dark .toolbar-btn.active{background-color:#4da6ff;border-color:#4da6ff}.theme-dark .toolbar-separator{background-color:#444}.theme-dark .toolbar-dropdown-menu{background-color:#2a2a2a;border-color:#444}.theme-dark .toolbar-dropdown-menu button{color:#e0e0e0}.theme-dark .toolbar-dropdown-menu button:hover{background-color:#333}.theme-dark .editor-content{background-color:#2a2a2a;color:#e0e0e0}.theme-dark .editor-content.empty:before{color:#666}.editor-content::-webkit-scrollbar{width:8px}.editor-content::-webkit-scrollbar-track{background:#f1f1f1}.editor-content::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.editor-content::-webkit-scrollbar-thumb:hover{background:#555}.theme-dark .editor-content::-webkit-scrollbar-track{background:#1e1e1e}.theme-dark .editor-content::-webkit-scrollbar-thumb{background:#555}.theme-dark .editor-content::-webkit-scrollbar-thumb:hover{background:#777}.exchange-return-form{padding:20px;max-width:1200px;margin:0 auto}.rich-editor-wrapper{margin-bottom:10px}.rich-editor-wrapper.error .rich-text-editor{border-color:#dc3545}.rich-editor-wrapper.error .rich-text-editor:focus-within{border-color:#dc3545;box-shadow:0 0 0 3px #dc354540}.seller-list{padding:20px}.seller-table{width:100%;border-collapse:collapse;background-color:#fff;box-shadow:0 2px 4px #0000001a}.seller-table thead{background-color:#f8f9fa}.seller-table th,.seller-table td{padding:12px;text-align:left;border-bottom:1px solid #dee2e6}.seller-table th{font-weight:600;color:#495057}.seller-table tbody tr:hover{background-color:#f8f9fa}.theme-dark .seller-table{background-color:#1e1e1e}.theme-dark .seller-table thead{background-color:#2a2a2a}.theme-dark .seller-table th{color:#e0e0e0;border-bottom-color:#444}.theme-dark .seller-table td{color:#e0e0e0;border-bottom-color:#333}.theme-dark .seller-table tbody tr:hover{background-color:#2a2a2a}.seller-form{padding:20px;max-width:1200px;margin:0 auto}.sender-checkbox-group{display:flex;flex-wrap:wrap;gap:12px 24px;padding:8px 0}.sender-checkbox-group.error{border:1px solid #dc3545;border-radius:4px;padding:12px}.sender-checkbox-item{display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.sender-checkbox-item input{width:18px;height:18px;cursor:pointer}.seller-form select.form-control{appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-size:12px 12px!important;background-position:right 10px center!important;padding-right:35px!important}.seller-form.theme-dark select.form-control,.theme-dark .seller-form select.form-control{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23e0e0e0' d='M6 9L1 4h10z'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-size:12px 12px!important}.sender-list{padding:20px}.btn-edit{background-color:#28a745;color:#fff;margin-right:5px}.empty-state{text-align:center;padding:40px;color:#6c757d}.sender-table{width:100%;border-collapse:collapse;background-color:#fff;box-shadow:0 2px 4px #0000001a}.sender-table thead{background-color:#f8f9fa}.sender-table th,.sender-table td{padding:12px;text-align:left;border-bottom:1px solid #dee2e6}.sender-table .col-tracking-template{max-width:280px;min-width:200px}.sender-table .tracking-template-text{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.sender-table th{font-weight:600;color:#495057}.sender-table tbody tr:hover{background-color:#f8f9fa}.action-buttons{display:flex;gap:5px}.theme-dark .sender-table{background-color:#1e1e1e}.theme-dark .sender-table thead{background-color:#2a2a2a}.theme-dark .sender-table th{color:#e0e0e0;border-bottom-color:#444}.theme-dark .sender-table td{color:#e0e0e0;border-bottom-color:#333}.theme-dark .sender-table tbody tr:hover{background-color:#2a2a2a}.sender-form{padding:20px;max-width:1200px;margin:0 auto}.form-section-desc{margin:-8px 0 16px;font-size:13px;color:#6c757d;line-height:1.5}.form-section-desc code{background:#f1f3f4;padding:2px 6px;border-radius:4px;font-size:12px}.form-section-note{margin:0 0 12px;padding:10px 12px;font-size:13px;line-height:1.5;border-radius:6px}.form-section-note--info{background:var(--info-bg, #e7f3ff);border:1px solid var(--info-border, #b3d9ff);color:var(--text-primary, #333)}.form-section-tracking{border-left:4px solid #007bff}.char-count{display:block;margin-top:4px;font-size:12px;color:#6c757d}.theme-dark .form-section-desc{color:#999}.theme-dark .form-section-desc code{background:#333;color:#e0e0e0}.theme-dark .form-section-note--info{background:var(--info-bg, rgba(0, 102, 204, .15));border-color:var(--info-border, #2a5a8a);color:var(--text-primary, #e0e0e0)}.theme-dark .form-section-tracking{border-left-color:#4da6ff}.theme-dark .char-count{color:#999}.company-info-form{padding:20px;max-width:1200px;margin:0 auto}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.page-header h1{margin:0;font-size:24px;font-weight:700}.btn{padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .3s}.btn-primary:hover:not(:disabled){background-color:#0056b3}.btn-secondary:hover:not(:disabled){background-color:#5a6268}.error-message{background-color:#f8d7da;color:#721c24;padding:12px;border-radius:4px;margin-bottom:20px}.form-section{background-color:#fff;padding:24px;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:24px}.form-section h2{margin-top:0;margin-bottom:20px;font-size:20px;font-weight:600;color:#495057;border-bottom:2px solid #dee2e6;padding-bottom:10px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#495057}.form-control{width:100%;padding:10px;border:1px solid #ced4da;border-radius:4px;font-size:14px;font-family:inherit;transition:border-color .3s}.form-control:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff40}.form-control.error{border-color:#dc3545}.form-control.error:focus{border-color:#dc3545;box-shadow:0 0 0 3px #dc354540}.field-error{color:#dc3545;font-size:12px;margin-top:5px}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:30px;padding-top:20px;border-top:1px solid #dee2e6}.loading{text-align:center;padding:40px;font-size:18px;color:#6c757d}.theme-dark .page-header h1{color:#fff}.theme-dark .form-section{background-color:#1e1e1e}.theme-dark .form-section h2{color:#e0e0e0;border-bottom-color:#444}.theme-dark .form-control{background-color:#2a2a2a;border-color:#444;color:#e0e0e0}.theme-dark .form-control:focus{border-color:#4da6ff;box-shadow:0 0 0 3px #4da6ff40}.theme-dark .form-control.error{border-color:#dc3545}.theme-dark .form-control.error:focus{border-color:#dc3545;box-shadow:0 0 0 3px #dc354540}.theme-dark .form-actions{border-top-color:#444}.theme-dark .field-error{color:#ffcdd2}.company-info-list{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 4px #0000001a}.company-info-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.company-info-list-header h1{font-size:2rem;color:#2c3e50}.company-info-card-container{display:flex;justify-content:center}.company-info-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:24px;max-width:900px;width:100%;box-shadow:0 2px 4px #0000001a}.card-section{margin-bottom:32px}.card-section:last-of-type{margin-bottom:24px}.card-section h2{margin:0 0 16px;font-size:18px;font-weight:600;color:#495057;padding-bottom:8px;border-bottom:2px solid #dee2e6}.info-row{display:flex;padding:12px 0;border-bottom:1px solid #f0f0f0}.info-row:last-child{border-bottom:none}.info-label{min-width:180px;font-weight:500;color:#6c757d;font-size:14px}.info-value{flex:1;color:#495057;font-size:14px;word-break:break-word}.info-value a{color:#007bff;text-decoration:none}.info-value a:hover{text-decoration:underline}.card-actions{display:flex;justify-content:flex-end;margin-top:24px;padding-top:24px;border-top:2px solid #dee2e6}.theme-dark .company-info-list{background:#1e1e1e;color:#e0e0e0}.theme-dark .company-info-list-header h1{color:#fff}.theme-dark .company-info-card{background:#1e1e1e;border-color:#444;color:#e0e0e0}.theme-dark .card-section h2{color:#e0e0e0;border-bottom-color:#444}.theme-dark .info-row{border-bottom-color:#333}.theme-dark .info-label{color:#999}.theme-dark .info-value{color:#e0e0e0}.theme-dark .info-value a{color:#4da6ff}.theme-dark .info-value a:hover{color:#66b3ff}.theme-dark .card-actions{border-top-color:#444}.theme-dark .error-message p{color:#ffcdd2}@media(max-width:768px){.company-info-list-header{flex-direction:column;align-items:flex-start;gap:16px}.info-row{flex-direction:column;gap:8px}.info-label{min-width:auto}}.app-update-settings{padding:20px;max-width:1000px;margin:0 auto}.app-update-loading{padding:40px;text-align:center}.app-update-header{margin-bottom:24px}.app-update-header h1{margin:0;font-size:24px;font-weight:700}.app-update-error{background-color:#f8d7da;color:#721c24;padding:12px 16px;border-radius:4px;margin-bottom:20px;display:flex;align-items:center;gap:12px}.app-update-settings .form-section{background:#fff;padding:24px;border-radius:8px;box-shadow:0 2px 4px #00000014;margin-bottom:24px}.app-update-settings .form-section h2{margin-top:0;margin-bottom:16px;font-size:18px;font-weight:600;color:#333;border-bottom:1px solid #eee;padding-bottom:8px}.app-update-settings .form-group{margin-bottom:16px}.app-update-settings .form-group:last-child{margin-bottom:0}.app-update-settings .form-group label{display:block;margin-bottom:6px;font-weight:500;font-size:14px;color:#555}.app-update-settings .form-control{width:100%;max-width:280px;padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;background-color:#fff;color:#333}.app-update-settings .form-row{display:flex;flex-wrap:wrap;gap:20px}.app-update-settings .form-row .form-group{flex:1;min-width:180px}.app-update-settings .checkbox-group label{display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:400}.app-update-settings .checkbox-group input[type=checkbox]{width:18px;height:18px}.app-update-settings .info-section ul{margin:0;padding-left:20px;color:#555;font-size:14px;line-height:1.6}.app-update-settings .info-section li{margin-bottom:8px}.app-update-settings .download-links .link-row{display:flex;align-items:center;gap:12px;margin-bottom:12px}.app-update-settings .download-links .link-label{min-width:100px;font-weight:500;font-size:14px}.app-update-settings .store-link{color:#007bff;font-size:13px;word-break:break-all}.app-update-settings .store-link:hover{text-decoration:underline}.app-update-settings .form-actions{margin-top:24px}.app-update-settings .btn{padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-size:14px}.app-update-settings .btn-primary{background-color:#007bff;color:#fff}.app-update-settings .btn-primary:hover:not(:disabled){opacity:.9}.app-update-settings .btn-primary:disabled{opacity:.6;cursor:not-allowed}.app-update-settings .btn-sm{padding:6px 12px;font-size:13px;background:#6c757d;color:#fff;border-radius:4px}.app-update-settings .btn-sm:hover{background:#5a6268}.theme-dark .app-update-settings{color:#e0e0e0}.theme-dark .app-update-loading{color:#999}.theme-dark .app-update-header h1{color:#fff}.theme-dark .app-update-error{background-color:#4a1f1f;color:#ffcdd2}.theme-dark .app-update-settings .form-section{background:#1e1e1e;border:1px solid #444}.theme-dark .app-update-settings .form-section h2{color:#e0e0e0;border-bottom-color:#444}.theme-dark .app-update-settings .form-group label{color:#e0e0e0}.theme-dark .app-update-settings .form-control{background-color:#2a2a2a;border-color:#444;color:#e0e0e0}.theme-dark .app-update-settings .form-control::placeholder{color:#888}.theme-dark .app-update-settings .checkbox-group label{color:#e0e0e0}.theme-dark .app-update-settings .info-section ul{color:#999}.theme-dark .app-update-settings .download-links .link-label{color:#e0e0e0}.theme-dark .app-update-settings .store-link{color:#4da6ff}.theme-dark .app-update-settings .store-link:hover{color:#66b3ff}.theme-dark .app-update-settings .btn-primary{background-color:#007bff;color:#fff}.theme-dark .app-update-settings .btn-primary:hover:not(:disabled){background-color:#0056b3}.theme-dark .app-update-settings .btn-sm{background:#555;color:#fff}.theme-dark .app-update-settings .btn-sm:hover{background:#666}.crc-give-container{padding:20px;max-width:1200px;margin:0 auto}.crc-give-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.crc-give-header h1{margin:0;font-size:24px;font-weight:600}.error-message{background-color:#fee;color:#c33;padding:12px 16px;border-radius:4px;margin-bottom:20px;border:1px solid #fcc}.success-message{background-color:#efe;color:#3c3;padding:12px 16px;border-radius:4px;margin-bottom:20px;border:1px solid #cfc}.search-section{background:var(--card-bg, #fff);border:1px solid var(--border-color, #e0e0e0);border-radius:8px;padding:24px;margin-bottom:24px}.search-section h2{margin:0 0 20px;font-size:20px;font-weight:600}.search-form{margin-bottom:20px}.search-input-group{display:flex;gap:12px}.search-input{flex:1;padding:12px 16px;border:1px solid var(--border-color, #ddd);border-radius:4px;font-size:14px;transition:border-color .2s}.search-input:focus{outline:none;border-color:var(--primary-color, #007bff)}.btn-search{padding:12px 24px;background-color:var(--primary-color, #007bff);color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-search:hover:not(:disabled){background-color:var(--primary-hover, #0056b3)}.btn-search:disabled{background-color:#ccc;cursor:not-allowed}.search-results{margin-top:24px}.search-results h3{margin:0 0 16px;font-size:16px;font-weight:600}.results-table-container{overflow-x:auto}.results-table{width:100%;border-collapse:collapse;font-size:14px}.results-table thead{background-color:var(--table-header-bg, #f5f5f5)}.results-table th,.results-table td{padding:12px;text-align:left;border-bottom:1px solid var(--border-color, #e0e0e0)}.results-table tbody tr{cursor:pointer;transition:background-color .2s}.results-table tbody tr:hover{background-color:var(--table-row-hover, #f9f9f9)}.results-table tbody tr.selected{background-color:var(--selected-bg, #e3f2fd);font-weight:500}.results-table tbody tr.selected:hover{background-color:var(--selected-hover, #bbdefb)}.status-badge{display:inline-block;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.status-badge.active{background-color:#e8f5e9;color:#2e7d32}.give-section{background:var(--card-bg, #fff);border:1px solid var(--border-color, #e0e0e0);border-radius:8px;padding:24px}.give-section h2{margin:0 0 20px;font-size:20px;font-weight:600}.selected-user-info{background-color:var(--info-bg, #f0f7ff);border:1px solid var(--info-border, #b3d9ff);border-radius:4px;padding:16px;margin-bottom:24px}.selected-user-info p{margin:8px 0;font-size:14px}.selected-user-info strong{color:var(--text-primary, #333)}.give-form{margin-top:20px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-size:14px;font-weight:500;color:var(--text-primary, #333)}.crc-amount-input{width:100%;max-width:300px;padding:12px 16px;border:1px solid var(--border-color, #ddd);border-radius:4px;font-size:16px;transition:border-color .2s}.crc-amount-input:focus{outline:none;border-color:var(--primary-color, #007bff)}.form-actions{display:flex;gap:12px;margin-top:24px}.btn-cancel{padding:12px 24px;background-color:var(--secondary-color, #6c757d);color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-cancel:hover:not(:disabled){background-color:var(--secondary-hover, #5a6268)}.btn-cancel:disabled{background-color:#ccc;cursor:not-allowed}.btn-submit{padding:12px 24px;background-color:var(--primary-color, #007bff);color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-submit:hover:not(:disabled){background-color:var(--primary-hover, #0056b3)}.btn-submit:disabled{background-color:#ccc;cursor:not-allowed}.info-message{background-color:var(--info-bg, #f0f7ff);border:1px solid var(--info-border, #b3d9ff);border-radius:4px;padding:20px;text-align:center;color:var(--text-secondary, #666)}.info-message p{margin:0;font-size:14px}.theme-dark .crc-give-container{color:#e0e0e0}.theme-dark .crc-give-header h1{color:#fff}.theme-dark .error-message{background-color:#4a1f1f;color:#ffcdd2;border-color:#6a1f1f}.theme-dark .success-message{background-color:#1e4a1e;color:#81c784;border-color:#2e6a2e}.theme-dark .search-section{background:#1e1e1e;border-color:#333}.theme-dark .search-section h2{color:#fff}.theme-dark .search-input{background-color:#2a2a2a;border-color:#444;color:#e0e0e0}.theme-dark .search-input:focus{border-color:#4da6ff}.theme-dark .btn-search{background-color:#007bff}.theme-dark .btn-search:hover:not(:disabled){background-color:#0056b3}.theme-dark .search-results h3{color:#e0e0e0}.theme-dark .results-table thead{background-color:#2a2a2a}.theme-dark .results-table th{color:#e0e0e0;border-bottom-color:#444}.theme-dark .results-table td{color:#e0e0e0;border-bottom-color:#333}.theme-dark .results-table tbody tr:hover{background-color:#2a2a2a}.theme-dark .results-table tbody tr.selected{background-color:#1a3a5c}.theme-dark .results-table tbody tr.selected:hover{background-color:#1e4a6c}.theme-dark .give-section{background:#1e1e1e;border-color:#333}.theme-dark .give-section h2{color:#fff}.theme-dark .selected-user-info{background-color:#1a2a3a;border-color:#2a4a6a;color:#e0e0e0}.theme-dark .selected-user-info strong{color:#fff}.theme-dark .crc-amount-input{background-color:#2a2a2a;border-color:#444;color:#e0e0e0}.theme-dark .crc-amount-input:focus{border-color:#4da6ff}.theme-dark .crc-amount-input:disabled{background-color:#333;color:#666}.theme-dark .btn-cancel{background-color:#6c757d}.theme-dark .btn-cancel:hover:not(:disabled){background-color:#5a6268}.theme-dark .btn-submit{background-color:#007bff}.theme-dark .btn-submit:hover:not(:disabled){background-color:#0056b3}.theme-dark .info-message{background-color:#1a2a3a;border-color:#2a4a6a;color:#999}.history-section{background:var(--card-bg, #fff);border:1px solid var(--border-color, #e0e0e0);border-radius:8px;padding:24px;margin-top:24px}.history-section h2{margin:0 0 20px;font-size:20px;font-weight:600}.history-table-container{overflow-x:auto;margin-bottom:20px}.history-table{width:100%;border-collapse:collapse;font-size:14px}.history-table thead{background-color:var(--table-header-bg, #f5f5f5)}.history-table th,.history-table td{padding:12px;text-align:left;border-bottom:1px solid var(--border-color, #e0e0e0)}.history-table tbody tr{background-color:var(--table-row-bg, transparent);transition:background-color .2s}.history-table tbody tr:hover{background-color:var(--table-row-hover, #f9f9f9)}.amount-positive{color:#28a745;font-weight:500}.amount-negative{color:#dc3545;font-weight:500}.empty-state,.loading{text-align:center;padding:40px;color:var(--text-secondary, #666)}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1rem}.page-info{font-size:.9rem;color:var(--text-secondary, #495057)}.btn{padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .2s}.btn-sm{padding:6px 12px;font-size:12px}.btn:disabled{opacity:.6;cursor:not-allowed}.theme-dark .history-section{background:#1e1e1e;border-color:#333}.theme-dark .history-section h2{color:#fff}.theme-dark .history-table thead{background-color:#2a2a2a}.theme-dark .history-table th{color:#e0e0e0;border-bottom-color:#444}.theme-dark .history-table td{color:#e0e0e0;border-bottom-color:#333}.theme-dark .history-table tbody tr{background-color:#1e1e1e}.theme-dark .history-table tbody tr:hover{background-color:#2a2a2a}.theme-dark .amount-positive{color:#81c784}.theme-dark .amount-negative{color:#e57373}.theme-dark .empty-state,.theme-dark .loading{color:#999}.complaint-list{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 4px #0000001a}.complaint-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.complaint-list-header h1{font-size:2rem;color:#2c3e50}.complaint-filters{display:flex;align-items:center;gap:.75rem;padding:1rem;margin-bottom:1.5rem;border-radius:4px;background-color:#f8f9fa}.complaint-filters .filter-label{font-weight:500;color:#495057}.complaint-filters .filter-select{padding:.5rem .75rem;border:1px solid #ced4da;border-radius:4px;font-size:.9rem;min-width:120px}.bulk-action-bar{background-color:#f8f9fa;padding:1rem;border-radius:4px;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.bulk-action-info{font-weight:500;color:#495057}.bulk-action-controls{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.bulk-action-select{padding:.5rem;border:1px solid #ced4da;border-radius:4px;font-size:.9rem}.bulk-action-reason{padding:.5rem;border:1px solid #ced4da;border-radius:4px;font-size:.9rem;min-width:200px}.complaint-table-container{overflow-x:auto}.complaint-table{width:100%;border-collapse:collapse;font-size:.9rem}.complaint-table thead{background-color:#f8f9fa}.complaint-table th{padding:1rem;text-align:left;font-weight:600;color:#495057;border-bottom:2px solid #dee2e6}.complaint-table td{padding:1rem;border-bottom:1px solid #dee2e6}.complaint-table tbody tr:hover{background-color:#f8f9fa}.action-buttons{display:flex;gap:.5rem}.theme-dark .complaint-list{background:#1e1e1e;color:#e0e0e0}.theme-dark .complaint-list-header h1{color:#fff}.theme-dark .complaint-filters{background-color:#2a2a2a}.theme-dark .complaint-filters .filter-label{color:#e0e0e0}.theme-dark .complaint-filters .filter-select{background-color:#333;border-color:#444;color:#e0e0e0}.theme-dark .bulk-action-bar{background-color:#2a2a2a}.theme-dark .bulk-action-info{color:#e0e0e0}.theme-dark .bulk-action-select,.theme-dark .bulk-action-reason{background-color:#333;border-color:#444;color:#e0e0e0}.theme-dark .complaint-table thead{background-color:#2a2a2a}.theme-dark .complaint-table th{color:#e0e0e0;border-bottom-color:#444}.theme-dark .complaint-table td{color:#e0e0e0;border-bottom-color:#333}.theme-dark .complaint-table tbody tr:hover{background-color:#2a2a2a}.complaint-detail{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 4px #0000001a}.complaint-detail-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.complaint-detail-header h1{font-size:2rem;color:#2c3e50;margin:0}.complaint-detail-content{display:flex;flex-direction:column;gap:2rem}.complaint-info-section,.complaint-action-section{background-color:#f8f9fa;padding:1.5rem;border-radius:8px}.complaint-info-section h2,.complaint-action-section h2{font-size:1.5rem;color:#2c3e50;margin-bottom:1.5rem}.text-muted{font-size:.85rem;color:#6c757d}.status-badge.status-pending{background-color:#fff3cd;color:#856404}.status-badge.status-withdrawn{background-color:#d1ecf1;color:#0c5460}.status-badge.status-deleted{background-color:#f8d7da;color:#721c24}.status-badge.status-hidden{background-color:#e2e3e5;color:#383d41}.status-badge.status-processed{background-color:#d4edda;color:#155724}.action-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:#495057;font-size:.9rem}.form-control{padding:.75rem;border:1px solid #ced4da;border-radius:4px;font-size:.9rem;font-family:inherit}.form-actions{display:flex;gap:.5rem}.theme-dark .complaint-detail{background:#1e1e1e;color:#e0e0e0}.theme-dark .complaint-detail-header h1{color:#fff}.theme-dark .complaint-info-section,.theme-dark .complaint-action-section{background-color:#2a2a2a}.theme-dark .complaint-info-section h2,.theme-dark .complaint-action-section h2{color:#fff}.theme-dark .text-muted{color:#999}.theme-dark .status-badge.status-pending{background-color:#4a3a1f;color:#ffd54f}.theme-dark .status-badge.status-withdrawn{background-color:#1a3a42;color:#81d4fa}.theme-dark .status-badge.status-deleted{background-color:#4a1f1f;color:#e57373}.theme-dark .status-badge.status-hidden{background-color:#3a3a3a;color:#b0b0b0}.theme-dark .status-badge.status-processed{background-color:#1e4620;color:#81c784}.theme-dark .form-group label{color:#e0e0e0}.review-content{padding:1rem;background-color:#f5f5f5;border-radius:4px;white-space:pre-wrap;word-break:break-word;color:#212529;font-size:1rem;line-height:1.6}.theme-dark .review-content{background-color:#333;color:#e0e0e0}.review-images-container{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.review-image-wrapper{border:1px solid #ddd;border-radius:4px;padding:5px;background-color:#fff}.theme-dark .review-image-wrapper{border-color:#444;background-color:#2a2a2a}.review-image{max-width:200px;max-height:200px;object-fit:contain;display:block;cursor:pointer;transition:opacity .2s}.review-image:hover{opacity:.8}.review-image-error{display:none;padding:10px;text-align:center;color:#999}.theme-dark .review-image-error{color:#666}.image-actions{margin-top:8px;display:flex;gap:8px;align-items:center}.image-hidden-flag{font-size:.85rem;color:#6c757d;font-weight:500}.theme-dark .image-hidden-flag{color:#999}.review-action-row{margin-top:1rem;display:flex;gap:.5rem}.image-modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;cursor:pointer}.image-modal-content{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.image-modal-close{position:absolute;top:-40px;right:0;background:#fffc;border:none;border-radius:50%;width:40px;height:40px;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#333;transition:all .2s}.image-modal-close:hover{background:#fff}.image-modal-image{max-width:100%;max-height:90vh;object-fit:contain;border-radius:4px}.theme-dark .image-modal-close{background:#000c;color:#fff}.theme-dark .image-modal-close:hover{background:#000}.category-list{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 4px #0000001a}.category-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.category-list-header h1{font-size:2rem;color:#2c3e50}.category-table-container{overflow-x:auto}.category-table{width:100%;border-collapse:collapse;font-size:.9rem}.category-table thead{background-color:#f8f9fa}.category-table th{padding:1rem;text-align:left;font-weight:600;color:#495057;border-bottom:2px solid #dee2e6}.category-table td{padding:1rem;border-bottom:1px solid #dee2e6}.category-table tbody tr:hover{background-color:#f8f9fa}.status-badge.active{background-color:#d4edda;color:#155724}.status-badge.inactive{background-color:#f8d7da;color:#721c24}.category-table .action-buttons{display:flex;gap:.5rem;background:none!important;border:none!important;padding:0!important;margin:0!important;border-radius:0!important;box-shadow:none!important;justify-content:flex-start!important}.btn-edit{background-color:#28a745;color:#fff}.btn-edit:hover{background-color:#218838}.btn-delete{background-color:#dc3545;color:#fff}.btn-delete:hover{background-color:#c82333}.theme-dark .category-list{background:#1e1e1e;color:#e0e0e0}.theme-dark .category-list-header h1{color:#fff}.theme-dark .category-table thead{background-color:#2a2a2a}.theme-dark .category-table th{color:#e0e0e0;border-bottom-color:#444}.theme-dark .category-table td{color:#e0e0e0;border-bottom-color:#333}.theme-dark .category-table tbody tr:hover{background-color:#2a2a2a}.theme-dark .status-badge.active{background-color:#1e4620;color:#81c784}.theme-dark .status-badge.inactive{background-color:#4a1f1f;color:#e57373}.category-form{background:var(--bg-primary, white);border-radius:8px;padding:2rem;box-shadow:0 2px 4px #0000001a;color:var(--text-primary, #2c3e50)}.category-form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.category-form-header h1{font-size:2rem;color:var(--text-primary, #2c3e50);margin:0}.category-form-content{max-width:800px}.form-group{margin-bottom:1.5rem}.form-row-inline{display:flex;gap:2rem;margin-bottom:1.5rem;align-items:flex-start}.form-group-inline{display:flex;align-items:center;gap:1rem;flex:1}.form-group-inline>label{flex-shrink:0;min-width:80px;margin-bottom:0;font-weight:600;color:var(--text-primary, #2c3e50);font-size:.95rem}.form-group-inline>.form-control{flex:1;min-width:0}.form-group-inline>.checkbox-wrapper{flex:1;min-width:0}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--text-primary, #2c3e50);font-size:.95rem}.required{color:#dc3545}.form-group input[type=text],.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid var(--border-color, #ced4da);border-radius:4px;font-size:1rem;transition:border-color .2s,box-shadow .2s;background-color:var(--bg-secondary, white);color:var(--text-primary, #2c3e50);box-sizing:border-box}.form-group select{cursor:pointer;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-size:12px 12px!important;background-position:right .75rem center!important;padding-right:2.5rem!important}.form-group input[type=text]:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary-color, #007bff);box-shadow:0 0 0 3px #007bff1a}.form-group small{display:block;margin-top:.25rem;font-size:.85rem;color:var(--text-secondary, #6c757d)}.checkbox-wrapper{display:flex;align-items:center}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;margin:0}.checkbox-label input[type=checkbox]{width:1.25rem;height:1.25rem;cursor:pointer;margin:0;flex-shrink:0}.checkbox-label span{font-weight:600;color:var(--text-primary, #2c3e50);font-size:.95rem}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border-color, #dee2e6)}.btn{padding:.75rem 1.5rem;border:none;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .2s;text-decoration:none;display:inline-block}.btn-primary{background-color:var(--primary-color, #007bff);color:#fff}.btn-primary:hover:not(:disabled){background-color:var(--primary-hover, #0056b3)}.btn-secondary{background-color:var(--secondary-color, #6c757d);color:#fff}.btn-secondary:hover:not(:disabled){background-color:var(--secondary-hover, #5a6268)}.error-message{background-color:#f8d7da;color:#721c24;padding:1rem;border-radius:4px;margin-bottom:1.5rem;border:1px solid #f5c6cb}.loading{text-align:center;padding:3rem;font-size:1.1rem;color:var(--text-primary, #495057)}.theme-dark .category-form{background:var(--bg-primary, #1e1e1e);color:var(--text-primary, #e0e0e0);box-shadow:0 2px 4px #0000004d}.theme-dark .category-form-header h1{color:var(--text-primary, #fff)}.theme-dark .form-group label,.theme-dark .form-group-inline>label{color:var(--text-primary, #f5f5f5)}.theme-dark .form-group input[type=text],.theme-dark .form-group textarea,.theme-dark .form-group select{background-color:var(--bg-secondary, #2a2a2a);border-color:var(--border-color, #444);color:var(--text-primary, #e0e0e0)}.theme-dark .form-group select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23e0e0e0' d='M6 9L1 4h10z'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-size:12px 12px!important}.theme-dark .form-group input[type=text]:focus,.theme-dark .form-group textarea:focus,.theme-dark .form-group select:focus{border-color:var(--primary-color, #4da6ff);box-shadow:0 0 0 3px #4da6ff40}.theme-dark .form-group small{color:var(--text-secondary, #b0b0b0)}.theme-dark .checkbox-label span{color:var(--text-primary, #f5f5f5)}.theme-dark .form-actions{border-top-color:var(--border-color, #444)}.theme-dark .error-message{background-color:#4a1f1f;color:#ffcdd2;border-color:#6a2f2f}.theme-dark .loading{color:var(--text-secondary, #999)}@media(max-width:768px){.form-row-inline{flex-direction:column;gap:1rem}.form-group-inline{flex-direction:column;align-items:flex-start;gap:.5rem}.form-group-inline>label{min-width:auto;margin-bottom:.5rem}.form-group-inline>.form-control,.form-group-inline>.checkbox-wrapper{width:100%}.category-form{padding:1.5rem}.category-form-header h1{font-size:1.5rem}}.order-list{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 4px #0000001a}.order-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.order-list-header h1{font-size:2rem;color:#2c3e50;margin:0}.order-list-actions{display:flex;gap:.5rem}.order-filters{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;padding:1rem;background-color:#f8f9fa;border-radius:4px;flex-wrap:wrap}.order-filters-row{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end}.filter-group-status-toggle{flex-shrink:0}.status-filter-trigger{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1px solid #ced4da;border-radius:4px;background-color:#fff;color:#333;font-size:.9rem;cursor:pointer;min-height:38px;box-sizing:border-box}.status-filter-trigger:hover{border-color:#007bff;background-color:#f8f9fa}.status-filter-trigger-label{font-weight:500;color:#495057}.status-filter-trigger-badge{padding:.15rem .5rem;border-radius:12px;background-color:#e9ecef;color:#495057;font-size:.8rem}.status-filter-trigger-icon{margin-left:.25rem;font-size:.7rem;color:#6c757d}.filter-status-chips{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.filter-status-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .6rem;border:1px solid #007bff;border-radius:16px;background-color:#e7f1ff;color:#0056b3;font-size:.85rem;cursor:pointer;transition:background-color .15s,border-color .15s}.filter-status-chip:hover{background-color:#cce5ff;border-color:#0056b3}.filter-status-chip-remove{font-size:1.1rem;line-height:1;opacity:.85}.status-multi-select-panel{border:1px solid #dee2e6;border-radius:4px;background-color:#fff;padding:.5rem 0}.filter-group{display:flex;flex-direction:column;gap:.25rem}.filter-group label{font-size:.85rem;font-weight:500;color:#495057}.filter-group select,.filter-group input{padding:.5rem;border:1px solid #ced4da;border-radius:4px;font-size:.9rem;background-color:#fff;color:#333}.filter-group-status{min-width:200px}.status-multi-select{border:1px solid #ced4da;border-radius:4px;background-color:#fff;font-size:.9rem}.status-multi-select-summary{padding:.5rem .75rem;cursor:default;color:#333}.status-multi-select-dropdown{max-height:220px;overflow-y:auto;padding:.25rem .5rem}.status-multi-select-panel .status-multi-select-dropdown{border-top:none}.status-multi-select-option{display:flex;align-items:center;gap:.5rem;padding:.35rem .5rem;cursor:pointer;border-radius:4px}.status-multi-select-option:hover{background-color:#f0f0f0}.status-multi-select-option input{margin:0;width:1rem;height:1rem;cursor:pointer}.filter-group input[type=date],.filter-group input[type=number]{min-width:150px}.order-table-container{overflow-x:auto;margin-bottom:1.5rem}.order-table{width:100%;border-collapse:collapse;font-size:.9rem}.order-table thead{background-color:#f8f9fa}.order-table th{padding:1rem;text-align:left;font-weight:600;color:#495057;border-bottom:2px solid #dee2e6}.order-table td{padding:1rem;border-bottom:1px solid #dee2e6;color:#495057}.order-table tbody tr:hover{background-color:#f8f9fa}.pagination span{font-size:.9rem;color:#495057}.theme-dark .order-list{background:#1e1e1e;color:#e0e0e0}.theme-dark .order-list-header h1{color:#fff}.theme-dark .order-filters{background-color:#2a2a2a}.theme-dark .filter-group label{color:#e0e0e0}.theme-dark .filter-group select,.theme-dark .filter-group input{background-color:#333;border-color:#444;color:#e0e0e0}.theme-dark .status-multi-select{background-color:#333;border-color:#444}.theme-dark .status-multi-select-summary{color:#e0e0e0}.theme-dark .status-multi-select-dropdown{border-top-color:#444}.theme-dark .status-multi-select-option:hover{background-color:#3a3a3a}.theme-dark .status-filter-trigger{background-color:#333;border-color:#444;color:#e0e0e0}.theme-dark .status-filter-trigger:hover{border-color:#4da6ff;background-color:#2a2a2a}.theme-dark .status-filter-trigger-label{color:#e0e0e0}.theme-dark .status-filter-trigger-badge{background-color:#444;color:#ccc}.theme-dark .status-filter-trigger-icon{color:#999}.theme-dark .filter-status-chip{border-color:#4da6ff;background-color:#1a3a52;color:#7ec8ff}.theme-dark .filter-status-chip:hover{background-color:#2a4a62;border-color:#7ec8ff}.theme-dark .status-multi-select-panel{border-color:#444;background-color:#2a2a2a}.theme-dark .order-table thead{background-color:#2a2a2a}.theme-dark .order-table th{color:#e0e0e0;border-bottom-color:#444}.theme-dark .order-table td{color:#e0e0e0;border-bottom-color:#333}.theme-dark .order-table tbody tr:hover{background-color:#2a2a2a}.theme-dark .empty-state,.theme-dark .pagination span{color:#999}.order-bulk-bar{display:flex;align-items:center;gap:1rem;padding:1rem;margin-bottom:1rem;background:#e8f4fd;border:1px solid #b8daff;border-radius:6px}.order-bulk-bar .bulk-count{font-weight:600;color:#0c5460}.order-bulk-bar .bulk-hint{color:#856404;font-size:.9rem}.order-bulk-bar .bulk-actions{display:flex;gap:.5rem;flex-wrap:wrap}.col-checkbox{width:2.5rem;text-align:center}.col-actions{white-space:nowrap}.col-actions .btn{margin-right:.25rem;margin-bottom:.25rem}.tracking-link-btn{background:none;border:none;padding:0;cursor:pointer;font:inherit;color:var(--link-color, #0d6efd);text-decoration:none}.tracking-link-btn:hover{text-decoration:underline}.tracking-link-label{margin-left:.25rem;font-size:.85em;opacity:.9}.ship-modal.modal-content{background:#fff;border-radius:8px;padding:1.5rem;min-width:400px;max-width:90vw;max-height:90vh;overflow:auto}.ship-modal h3{margin-top:0;margin-bottom:1rem}.ship-modal .form-group{margin-bottom:1rem}.ship-modal .form-group label{display:block;margin-bottom:.25rem;font-weight:500}.ship-modal .mt-1{margin-top:.25rem}.ship-bulk-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem;max-height:50vh;overflow:auto}.ship-bulk-row{display:grid;grid-template-columns:auto 1fr 1fr auto;gap:.5rem;align-items:center}.ship-bulk-row .form-control{min-width:0}.modal-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}.theme-dark .ship-modal.modal-content{background:#1e1e1e;color:#e0e0e0}.theme-dark .ship-modal h3{color:#fff}.theme-dark .ship-modal .form-group label{color:#e0e0e0}.theme-dark .ship-modal .form-control{background-color:#333;border-color:#444;color:#e0e0e0}.theme-dark .ship-modal .form-control:focus{border-color:#4da6ff;box-shadow:0 0 0 2px #4da6ff40}.theme-dark .ship-modal .form-control::placeholder{color:#888}.theme-dark .ship-modal select.form-control option{background:#333;color:#e0e0e0}.theme-dark .ship-bulk-row{color:#e0e0e0}.theme-dark .ship-modal .btn-primary{background-color:#007bff;color:#fff}.theme-dark .ship-modal .btn-primary:hover:not(:disabled){background-color:#0056b3}.theme-dark .ship-modal .btn-secondary{background-color:#6c757d;color:#fff}.theme-dark .ship-modal .btn-secondary:hover:not(:disabled){background-color:#545b62}.image-zoom-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000}.image-zoom-modal-content{position:relative;width:90vw;height:90vh;max-width:1200px;max-height:90vh;background:#fff;border-radius:8px;box-shadow:0 4px 24px #0000004d;display:flex;flex-direction:column;overflow:hidden}.image-zoom-modal-close{position:absolute;top:.5rem;right:.5rem;width:2.25rem;height:2.25rem;border:none;background:#e9ecef;border-radius:6px;font-size:1.35rem;line-height:1;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center;padding:0}.image-zoom-modal-close:hover{background:#dee2e6}.image-zoom-modal-toolbar{flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem;background:#f8f9fa;border-bottom:1px solid #dee2e6}.image-zoom-btn{width:2.25rem;height:2.25rem;border:1px solid #dee2e6;background:#fff;border-radius:6px;font-size:1.25rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.image-zoom-btn:hover{background:#e9ecef;border-color:#adb5bd}.image-zoom-reset{min-width:4rem;padding:.35rem .75rem;border:1px solid #dee2e6;background:#fff;border-radius:6px;font-size:.875rem;cursor:pointer}.image-zoom-reset:hover{background:#e9ecef;border-color:#adb5bd}.image-zoom-modal-body{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden;-webkit-user-select:none;user-select:none}.image-zoom-modal-image-wrap{transform-origin:center center;display:flex;align-items:center;justify-content:center}.image-zoom-modal-image-wrap img{max-width:85vw;max-height:calc(90vh - 60px);object-fit:contain;display:block;pointer-events:none}.theme-dark .image-zoom-modal-content{background:#1e1e1e;border:1px solid #444}.theme-dark .image-zoom-modal-close{background:#444;color:#e0e0e0}.theme-dark .image-zoom-modal-close:hover{background:#555}.theme-dark .image-zoom-modal-toolbar{background:#2a2a2a;border-bottom-color:#444}.theme-dark .image-zoom-btn,.theme-dark .image-zoom-reset{background:#333;border-color:#555;color:#e0e0e0}.theme-dark .image-zoom-btn:hover,.theme-dark .image-zoom-reset:hover{background:#444;border-color:#666}.order-detail{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 4px #0000001a}.order-detail-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem}.order-detail-header h1{font-size:2rem;color:#2c3e50;margin:0;flex:1}.edit-actions{display:flex;gap:.5rem}.order-detail-content{display:flex;flex-direction:column;gap:2rem}.order-info-section{background-color:#f8f9fa;padding:1.5rem;border-radius:8px}.order-info-section h2{font-size:1.5rem;color:#2c3e50;margin-bottom:1.5rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.info-item{display:flex;flex-direction:column;gap:.5rem}.info-item label{font-weight:600;color:#495057;font-size:.9rem}.info-item>div{color:#212529;font-size:1rem}.tracking-number-cell{display:flex;align-items:center;gap:.5rem}.tracking-number-cell .tracking-link{font-size:.875rem;color:var(--link-color, #0d6efd);text-decoration:none}.tracking-number-cell .tracking-link:hover{text-decoration:underline}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:500;background-color:#e9ecef;color:#495057}.form-control{padding:.75rem;border:1px solid #ced4da;border-radius:4px;font-size:.9rem;font-family:inherit;width:100%}.form-control:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.form-control textarea{resize:vertical;min-height:80px}.btn{padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s;text-decoration:none;display:inline-block}.btn-primary{background-color:#007bff;color:#fff}.btn-primary:hover{background-color:#0056b3}.btn-secondary{background-color:#6c757d;color:#fff}.btn-secondary:hover{background-color:#545b62}.btn-sm{padding:.375rem .75rem;font-size:.85rem}.empty-state-container{text-align:center;padding:4rem 2rem;background-color:#f8f9fa;border-radius:8px;margin-top:2rem}.empty-message{font-size:1.2rem;color:#6c757d;margin-bottom:1.5rem}.error-message p{margin:0}.loading{text-align:center;padding:3rem;font-size:1.1rem;color:#495057}.order-items-table{overflow-x:auto}.order-items-table table{width:100%;border-collapse:collapse}.order-items-table th,.order-items-table td{padding:.75rem;text-align:left;border-bottom:1px solid #dee2e6}.order-items-table th{background-color:#f8f9fa;font-weight:600;color:#495057}.product-info{display:flex;align-items:center;gap:.75rem}.product-thumbnail{width:50px;height:50px;object-fit:cover;border-radius:4px}.theme-dark .order-detail{background:#1e1e1e;color:#e0e0e0}.theme-dark .order-detail-header h1{color:#fff}.theme-dark .order-info-section{background-color:#2a2a2a}.theme-dark .order-info-section h2{color:#fff}.theme-dark .info-item label{color:#e0e0e0}.theme-dark .info-item>div{color:#e0e0e0}.theme-dark .tracking-number-cell .tracking-link{color:var(--link-color, #6ea8fe)}.theme-dark .status-badge{background-color:#3a3a3a;color:#e0e0e0}.theme-dark .form-control{background-color:#333;border-color:#444;color:#e0e0e0}.theme-dark .form-control:focus{border-color:#4da6ff;box-shadow:0 0 0 2px #4da6ff40}.theme-dark .empty-state-container{background-color:#2a2a2a}.theme-dark .empty-message{color:#999}.theme-dark .error-message{background-color:#4a1f1f;color:#ffcdd2}.theme-dark .loading{color:#999}.theme-dark .order-items-table th{background-color:#2a2a2a;color:#e0e0e0}.theme-dark .order-items-table td{border-bottom-color:#444;color:#e0e0e0}.order-actions-section .order-action-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.order-history-table{width:100%;border-collapse:collapse;font-size:.9rem}.order-history-table th,.order-history-table td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid #dee2e6}.order-history-table th{background-color:#e9ecef;font-weight:600}.theme-dark .order-history-table thead{background-color:#2a2a2a}.theme-dark .order-history-table th{background-color:#2a2a2a;color:#e0e0e0;border-bottom-color:#444}.theme-dark .order-history-table td{color:#e0e0e0;border-bottom-color:#444}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.order-detail .ship-modal.modal-content{background:#fff;border-radius:8px;padding:1.5rem;min-width:360px}.order-detail .ship-modal h3{margin-top:0;margin-bottom:1rem}.order-detail .ship-modal .form-group{margin-bottom:1rem}.order-detail .ship-modal .form-group label{display:block;margin-bottom:.25rem;font-weight:500}.order-detail .ship-modal .mt-1{margin-top:.25rem}.order-detail .modal-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}.reject-memo-record-only-check{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;font-weight:400;cursor:pointer}.reject-memo-record-only-check input{margin:0}.theme-dark .modal-overlay{background:#000000b3}.theme-dark .ship-modal.modal-content,.theme-dark .order-detail .ship-modal.modal-content{background:#1e1e1e;color:#e0e0e0}.theme-dark .ship-modal h3,.theme-dark .order-detail .ship-modal h3{color:#fff}.theme-dark .ship-modal .form-group label,.theme-dark .order-detail .ship-modal .form-group label{color:#e0e0e0}.theme-dark .ship-modal .form-control,.theme-dark .order-detail .ship-modal .form-control{background-color:#333;border-color:#444;color:#e0e0e0}.theme-dark .ship-modal .form-control:focus,.theme-dark .order-detail .ship-modal .form-control:focus{border-color:#4da6ff;box-shadow:0 0 0 2px #4da6ff40}.theme-dark .ship-modal .form-control::placeholder,.theme-dark .order-detail .ship-modal .form-control::placeholder{color:#888}.theme-dark .ship-modal select.form-control option,.theme-dark .order-detail .ship-modal select.form-control option{background:#333;color:#e0e0e0}.theme-dark .ship-modal .btn-primary,.theme-dark .order-detail .ship-modal .btn-primary{background-color:#007bff;color:#fff}.theme-dark .ship-modal .btn-primary:hover:not(:disabled),.theme-dark .order-detail .ship-modal .btn-primary:hover:not(:disabled){background-color:#0056b3}.theme-dark .ship-modal .btn-secondary,.theme-dark .order-detail .ship-modal .btn-secondary{background-color:#6c757d;color:#fff}.theme-dark .ship-modal .btn-secondary:hover:not(:disabled),.theme-dark .order-detail .ship-modal .btn-secondary:hover:not(:disabled){background-color:#545b62}@keyframes status-change-warning-flash{0%,to{box-shadow:0 0 #dc3545cc,0 0 30px 5px #ffc10766}50%{box-shadow:0 0 0 8px #dc354566,0 0 40px 12px #ffc107b3}}@keyframes status-change-warning-bg-pulse{0%,to{background-color:#dc354526}50%{background-color:#dc354559}}.status-change-warning-overlay{z-index:1100;background:#000000b3;animation:status-change-warning-bg-pulse 1.2s ease-in-out infinite}.status-change-warning-modal{min-width:420px;max-width:90vw;padding:0;overflow:hidden;border:4px solid #dc3545;animation:status-change-warning-flash 1s ease-in-out infinite;background:#fff}.status-change-warning-header{background:linear-gradient(135deg,#dc3545,#c82333);color:#fff;padding:1.25rem 1.5rem;text-align:center}.status-change-warning-icon{display:block;font-size:3rem;line-height:1;margin-bottom:.5rem;filter:drop-shadow(0 0 4px rgba(0,0,0,.5))}.status-change-warning-title{margin:0;font-size:1.75rem;font-weight:800;letter-spacing:.15em}.status-change-warning-subtitle{margin:.5rem 0 0;font-size:1rem;opacity:.95}.status-change-warning-list{margin:1.25rem 1.5rem;padding-left:1.5rem;color:#721c24;font-weight:600;font-size:1rem}.status-change-warning-list li{margin-bottom:.35rem}.status-change-warning-question{margin:0 1.5rem 1.25rem;font-size:1.05rem;color:#333}.status-change-warning-question strong{color:#dc3545}.status-change-warning-actions{padding:1rem 1.5rem;border-top:2px solid #f8d7da;background:#fff5f5}.order-detail .btn-warning-confirm{background:#dc3545!important;color:#fff!important;font-weight:700;border:2px solid #c82333}.order-detail .btn-warning-confirm:hover:not(:disabled){background:#c82333!important;filter:brightness(1.1)}@keyframes reject-memo-expose-flash{0%,to{box-shadow:0 0 #dc3545cc,0 0 30px 5px #ffc10766}50%{box-shadow:0 0 0 8px #dc354566,0 0 40px 12px #ffc107b3}}@keyframes reject-memo-expose-bg-pulse{0%,to{background-color:#dc354526}50%{background-color:#dc354559}}.reject-memo-expose-overlay{z-index:1150;background:#000000b3;animation:reject-memo-expose-bg-pulse 1.2s ease-in-out infinite}.reject-memo-expose-modal{min-width:420px;max-width:90vw;padding:0;overflow:hidden;border:4px solid #dc3545;animation:reject-memo-expose-flash 1s ease-in-out infinite;background:#fff}.reject-memo-expose-header{background:linear-gradient(135deg,#dc3545,#c82333);color:#fff;padding:1.25rem 1.5rem;text-align:center}.reject-memo-expose-icon{display:block;font-size:3rem;line-height:1;margin-bottom:.5rem;filter:drop-shadow(0 0 4px rgba(0,0,0,.5))}.reject-memo-expose-title{margin:0;font-size:1.75rem;font-weight:800;letter-spacing:.15em}.reject-memo-expose-message{margin:.5rem 0 0;font-size:1.05rem;opacity:.95;line-height:1.5}.reject-memo-expose-actions{padding:1rem 1.5rem;border-top:2px solid #f8d7da;background:#fff5f5}.order-action-memo-wrap{margin-top:1rem}.order-action-memo-label{display:block;font-weight:600;color:#495057;font-size:.9rem;margin-bottom:.5rem}.order-action-memo{width:100%;min-height:4.5rem;resize:vertical}.order-accept-history-wrap{margin-top:1.5rem}.order-accept-history-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}.order-accept-history-title{font-size:1.1rem;color:#2c3e50;margin:0}.order-accept-history-toggle{flex-shrink:0}.order-accept-history-collapsed-hint{margin:.5rem 0 0;font-size:.85rem;color:#6c757d}.order-accept-history-table{width:100%;font-size:.9rem}.order-accept-history-memo{max-width:280px;word-break:break-word;white-space:pre-wrap}.order-accept-images-container{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem}.order-accept-image-wrapper{position:relative;border:1px solid #dee2e6;border-radius:4px;padding:5px;background:#fff;cursor:pointer;transition:transform .2s,box-shadow .2s}.order-accept-image-wrapper:hover{transform:scale(1.03);box-shadow:0 4px 8px #0000001a}.order-accept-image-thumb{max-width:150px;max-height:150px;object-fit:contain;display:block;cursor:pointer}.order-accept-image-error{padding:10px;text-align:center;color:#999;min-width:120px;min-height:80px;display:flex;align-items:center;justify-content:center;font-size:.85rem}.image-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.image-modal-content{position:relative;max-width:90vw;max-height:90vh;background:#fff;border-radius:8px;padding:1rem;box-shadow:0 4px 20px #0003}.image-modal-close{position:absolute;top:.5rem;right:.5rem;width:2rem;height:2rem;border:none;background:#e9ecef;border-radius:4px;font-size:1.25rem;line-height:1;cursor:pointer;z-index:1}.image-modal-close:hover{background:#dee2e6}.image-modal-image{max-width:85vw;max-height:85vh;object-fit:contain;display:block}.theme-dark .order-accept-image-wrapper{border-color:#444;background:#2a2a2a}.theme-dark .order-accept-image-error{color:#888}.theme-dark .order-action-memo-label{color:silver}.theme-dark .order-accept-history-title{color:#e0e0e0}.theme-dark .order-accept-history-collapsed-hint{color:#888}.theme-dark .image-modal-content{background:#1e1e1e;border:1px solid #444}.theme-dark .image-modal-close{background:#444;color:#e0e0e0}.theme-dark .image-modal-close:hover{background:#555}.theme-dark .status-change-warning-modal{background:#1e1e1e;border-color:#e74c3c}.theme-dark .status-change-warning-list{color:#ffcdd2}.theme-dark .status-change-warning-question{color:#e0e0e0}.theme-dark .status-change-warning-question strong{color:#ff6b6b}.theme-dark .status-change-warning-actions{border-top-color:#444;background:#2a1a1a}.theme-dark .reject-memo-expose-modal{background:#1e1e1e;border-color:#e74c3c}.theme-dark .reject-memo-expose-message{color:#e8e8e8}.theme-dark .reject-memo-expose-actions{border-top-color:#444;background:#2a1a1a}.tracking-post-page{max-width:420px;margin:2rem auto;padding:2rem;text-align:center;background:var(--card-bg, #fff);border:1px solid var(--border-color, #e0e0e0);border-radius:8px;box-shadow:0 2px 4px #00000014}.tracking-post-message{margin:0 0 .5rem;color:var(--text-primary, #333);font-size:1rem}.tracking-post-hint{margin:0 0 1.5rem;color:var(--text-secondary, #666);font-size:.875rem}.tracking-post-page .btn{margin:0 .25rem}.review-list{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 4px #0000001a}.theme-dark .review-list{background:#1e1e1e;color:#fff}.review-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.review-list-header h1{font-size:2rem;color:#2c3e50}.review-tabs{display:flex;gap:0;margin-bottom:1.5rem;border-bottom:1px solid #e0e0e0}.theme-dark .review-tabs{border-bottom-color:#333}.review-tab{display:flex;align-items:center;gap:6px;padding:.75rem 1.5rem;border:none;background:transparent;font-size:1rem;font-weight:500;color:#6c757d;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px}.review-tab:hover{color:#2c3e50}.theme-dark .review-tab:hover{color:#fff}.review-tab.active{color:#007bff;border-bottom-color:#007bff}.theme-dark .review-tab.active{color:#4da6ff;border-bottom-color:#4da6ff}.review-tab-badge{width:8px;height:8px;min-width:8px;border-radius:50%;background-color:#dc3545;flex-shrink:0}.theme-dark .review-tab-badge{background-color:#ef5350}.review-filters{display:flex;align-items:center;gap:.75rem;padding:1rem;margin-bottom:1.5rem;border-radius:4px;background-color:#f8f9fa}.theme-dark .review-filters{background-color:#2a2a2a}.review-filters .filter-label{font-weight:500;color:#495057}.theme-dark .review-filters .filter-label{color:#e0e0e0}.review-filters .filter-select{padding:.5rem .75rem;border:1px solid #ced4da;border-radius:4px;font-size:.9rem;min-width:200px}.theme-dark .review-filters .filter-select{background-color:#333;border-color:#444;color:#e0e0e0}.product-filter-combobox{position:relative;min-width:280px}.product-filter-trigger{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;border:1px solid #ced4da;border-radius:4px;font-size:.9rem;background:#fff;cursor:pointer;gap:.5rem}.product-filter-trigger:hover{border-color:#adb5bd}.theme-dark .product-filter-trigger{background-color:#333;border-color:#444;color:#e0e0e0}.theme-dark .product-filter-trigger:hover{border-color:#555}.product-filter-value,.product-filter-placeholder{flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-filter-placeholder{color:#6c757d}.theme-dark .product-filter-placeholder{color:#999}.product-filter-chevron{flex-shrink:0;font-size:.7rem;color:#6c757d}.theme-dark .product-filter-chevron{color:#999}.product-filter-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:4px;border:1px solid #ced4da;border-radius:4px;background:#fff;box-shadow:0 4px 12px #00000026;z-index:100;max-height:320px;display:flex;flex-direction:column}.theme-dark .product-filter-dropdown{background-color:#2a2a2a;border-color:#444;box-shadow:0 4px 12px #0006}.product-filter-search-wrap{padding:6px 8px;border-bottom:1px solid #e9ecef}.theme-dark .product-filter-search-wrap{border-bottom-color:#444}.product-filter-search{width:100%;padding:.4rem .6rem;border:1px solid #ced4da;border-radius:4px;font-size:.9rem;box-sizing:border-box;color:#212529}.product-filter-search::placeholder{color:#6c757d}.product-filter-search:focus{outline:none;border-color:#007bff}.theme-dark .product-filter-search{background-color:#333;border-color:#444;color:#e0e0e0}.theme-dark .product-filter-search::placeholder{color:#999}.theme-dark .product-filter-search:focus{border-color:#4da6ff}.product-filter-options{overflow-y:auto;max-height:260px;padding:4px 0}.product-filter-option{display:block;width:100%;padding:.5rem .75rem;border:none;background:none;font-size:.9rem;text-align:left;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#212529}.product-filter-option:hover{background-color:#f1f3f5}.product-filter-option.selected{background-color:#e7f1ff;color:#004085}.theme-dark .product-filter-option{color:#e0e0e0}.theme-dark .product-filter-option:hover{background-color:#333;color:#fff}.theme-dark .product-filter-option.selected{background-color:#1a3a52;color:#4da6ff}.product-filter-empty{padding:.75rem 1rem;font-size:.9rem;color:#6c757d;text-align:center}.theme-dark .product-filter-empty{color:#999}.theme-dark .review-list-header h1{color:#fff}.review-list-content{display:grid;grid-template-columns:300px 1fr;gap:2rem}@media(max-width:1024px){.review-list-content{grid-template-columns:1fr}}.product-selector{border-right:1px solid #e0e0e0;padding-right:2rem}.theme-dark .product-selector{border-right-color:#333}.product-selector h2{font-size:1.2rem;margin-bottom:1rem;color:#2c3e50}.theme-dark .product-selector h2{color:#fff}.product-list{max-height:calc(100vh - 200px);overflow-y:auto}.product-grid{display:flex;flex-direction:column;gap:.75rem}.product-card{padding:1rem;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s;background:#fff}.theme-dark .product-card{background:#2c2c2c;border-color:#444}.product-card:hover{border-color:#007bff;box-shadow:0 2px 8px #007bff33}.product-card.selected{border-color:#007bff;background:#e7f3ff}.theme-dark .product-card.selected{background:#1a3a5c;border-color:#4da6ff}.product-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.product-card-header h3{font-size:1rem;font-weight:600;color:#2c3e50;margin:0}.theme-dark .product-card-header h3{color:#fff}.selected-badge{background:#007bff;color:#fff;padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:500}.product-id{font-size:.85rem;color:#6c757d;margin:0}.theme-dark .product-id{color:#aaa}.review-section{flex:1}.review-section-header{margin-bottom:1.5rem}.review-section-header h2{font-size:1.5rem;color:#2c3e50;margin:0}.theme-dark .review-section-header h2{color:#fff}.review-count{font-size:1rem;color:#6c757d;font-weight:400}.theme-dark .review-count{color:#aaa}.review-table-container{overflow-x:auto;margin-bottom:1.5rem}.review-table{width:100%;border-collapse:collapse;font-size:.9rem}.review-table thead{background-color:#f8f9fa}.theme-dark .review-table thead{background-color:#2c2c2c}.review-table th{padding:1rem;text-align:left;font-weight:600;color:#495057;border-bottom:2px solid #dee2e6}.theme-dark .review-table th{color:#fff;border-bottom-color:#444}.review-table td{padding:1rem;border-bottom:1px solid #dee2e6;vertical-align:top}.theme-dark .review-table td{border-bottom-color:#444}.review-table tbody tr:hover{background-color:#f8f9fa}.theme-dark .review-table tbody tr:hover{background-color:#2c2c2c}.review-table tbody tr.hidden-review{opacity:.6;background-color:#f0f0f0}.theme-dark .review-table tbody tr.hidden-review{background-color:#1a1a1a}.content-cell{max-width:300px}.review-content{max-height:100px;overflow-y:auto;word-break:break-word}.image-cell{min-width:200px}.review-images{display:flex;flex-direction:column;gap:.5rem}.review-image-item{display:flex;flex-direction:column;gap:.25rem;align-items:flex-start}.review-image-item img{max-width:100px;max-height:100px;object-fit:cover;border-radius:4px;border:1px solid #e0e0e0;cursor:pointer}.review-image-item img:hover{opacity:.9;box-shadow:0 2px 8px #00000026}.theme-dark .review-image-item img{border-color:#444}.review-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.review-actions .action-loading{font-size:.85rem;color:#6c757d}.action-dropdown-wrap{position:relative;display:inline-block}.action-dropdown{position:absolute;top:100%;left:0;z-index:10;margin-top:2px;padding:.25rem;background:#fff;border:1px solid #dee2e6;border-radius:4px;box-shadow:0 4px 12px #00000026;display:flex;flex-direction:column;gap:2px;min-width:120px}.theme-dark .action-dropdown{background:#2c2c2c;border-color:#444}.review-image-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;cursor:pointer}.review-image-modal{position:relative;max-width:90vw;max-height:90vh;cursor:default}.review-image-modal-close{position:absolute;top:-36px;right:0;width:32px;height:32px;border:none;background:#fff;color:#333;font-size:1.5rem;line-height:1;border-radius:4px;cursor:pointer}.review-image-modal-close:hover{background:#eee}.review-image-modal-img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:4px;background:#fff}.no-image{color:#6c757d;font-size:.85rem}.theme-dark .no-image{color:#aaa}.rating{color:#ffc107;font-size:1rem}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:500}.status-badge.visible{background-color:#d4edda;color:#155724}.theme-dark .status-badge.visible{background-color:#1e4d2e;color:#90ee90}.status-badge.hidden{background-color:#f8d7da;color:#721c24}.status-badge.img-hidden{background-color:#fff3cd;color:#856404}.theme-dark .status-badge.img-hidden{background-color:#4d3b16;color:#ffecb5}.theme-dark .status-badge.hidden{background-color:#4d1e24;color:#ff6b6b}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem}.pagination-info{font-size:.9rem;color:#6c757d}.theme-dark .pagination-info{color:#aaa}.empty-state{text-align:center;padding:3rem;color:#6c757d}.theme-dark .empty-state{color:#aaa}.empty-message{text-align:center;padding:2rem;color:#6c757d}.theme-dark .empty-message{color:#aaa}.loading{text-align:center;padding:2rem;color:#6c757d}.theme-dark .loading{color:#aaa}.error-message{background-color:#f8d7da;color:#721c24;padding:1rem;border-radius:4px;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center}.theme-dark .error-message{background-color:#4d1e24;color:#ff6b6b}.btn{padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;transition:all .2s}.btn-sm{padding:.25rem .75rem;font-size:.85rem}.btn-danger{background-color:#dc3545;color:#fff}.btn-danger:hover{background-color:#c82333}.btn-warning{background-color:#ffc107;color:#212529}.btn-warning:hover{background-color:#e0a800}.btn-outline{background-color:transparent;border:1px solid #6c757d;color:#6c757d}.btn-outline:hover{background-color:#6c757d;color:#fff}.btn-success{background-color:#28a745;color:#fff}.btn-success:hover{background-color:#218838}.btn:disabled{opacity:.5;cursor:not-allowed}.faq-category-list{display:flex;flex-direction:column;gap:16px}.faq-category-list-header{display:flex;justify-content:space-between;align-items:center}.faq-category-table-container{background:#fff;border:1px solid #e9ecef;border-radius:10px;overflow:hidden}.theme-dark .faq-category-table-container{background:#1f1f1f;border-color:#2a2a2a}.faq-category-table{width:100%;border-collapse:collapse}.faq-category-table th,.faq-category-table td{padding:10px 12px;border-bottom:1px solid #e9ecef;font-size:.95rem}.faq-category-table th{background:#f8f9fa;text-align:left;color:#495057}.theme-dark .faq-category-table th{background:#2a2a2a;color:#d1d5db}.theme-dark .faq-category-table td{color:#e5e7eb;border-bottom-color:#2f2f2f}.faq-category-table tbody tr:hover{background:#f1f3f5}.theme-dark .faq-category-table tbody tr:hover{background:#2a2a2a}.faq-category-form{display:flex;flex-direction:column;gap:16px}.faq-category-form-header{display:flex;justify-content:space-between;align-items:center}.form-row-inline{display:flex;gap:12px}.form-row.half{flex:1}.theme-dark .form-lang-block input,.theme-dark .form-lang-block .form-control{background:#121212;color:#e5e7eb;border-color:#343a40}.faq-list{display:flex;flex-direction:column;gap:16px}.faq-list-header{display:flex;justify-content:space-between;align-items:center}.faq-filters{display:flex;gap:12px;flex-wrap:wrap;align-items:flex-end}.faq-filters .filter-group{display:flex;flex-direction:column;gap:6px;min-width:160px}.faq-filters .filter-group.grow{flex:1;min-width:240px}.faq-filters input,.faq-filters select{padding:8px 10px;border:1px solid #ced4da;border-radius:6px}.theme-dark .faq-filters input,.theme-dark .faq-filters select{background:#121212;color:#e5e7eb;border-color:#343a40}.faq-table-container{background:#fff;border:1px solid #e9ecef;border-radius:10px;overflow:hidden}.theme-dark .faq-table-container{background:#1f1f1f;border-color:#2a2a2a}.faq-table{width:100%;border-collapse:collapse}.faq-table th,.faq-table td{padding:10px 12px;border-bottom:1px solid #e9ecef;font-size:.95rem}.faq-table th{text-align:left;background:#f8f9fa;color:#495057}.theme-dark .faq-table th{background:#2a2a2a;color:#d1d5db}.theme-dark .faq-table td{color:#e5e7eb;border-bottom-color:#2f2f2f}.faq-table tbody tr:hover{background:#f1f3f5}.theme-dark .faq-table tbody tr:hover{background:#2a2a2a}.question-cell{max-width:360px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-badge.active{background:#d4edda;color:#155724}.status-badge.inactive{background:#fdecea;color:#b71c1c}.theme-dark .status-badge.active{background:#1e4d2e;color:#c8f7c5}.theme-dark .status-badge.inactive{background:#4d1e24;color:#ffcdd2}.faq-form{display:flex;flex-direction:column;gap:16px}.faq-form-header{display:flex;justify-content:space-between;align-items:center}.form-row.half{flex:1;min-width:200px}.form-row label{font-weight:600}.form-row input,.form-row textarea,.form-row select{padding:10px 12px;border:1px solid #ced4da;border-radius:6px;font-size:.95rem}.theme-dark .form-row input,.theme-dark .form-row textarea,.theme-dark .form-row select{background:#121212;color:#e5e7eb;border-color:#343a40}.theme-dark .form-lang-block input,.theme-dark .form-lang-block textarea,.theme-dark .form-lang-block .form-control{background:#121212;color:#e5e7eb;border-color:#343a40}.notice-list{display:flex;flex-direction:column;gap:16px}.notice-list-header{display:flex;justify-content:space-between;align-items:center}.notice-filters{display:flex;gap:12px;flex-wrap:wrap;align-items:flex-end}.notice-filters .filter-group{display:flex;flex-direction:column;gap:6px;min-width:160px}.notice-filters .filter-group.grow{flex:1;min-width:240px}.filter-actions{display:flex;align-items:center;gap:8px}.notice-table-container{background:#fff;border:1px solid #e9ecef;border-radius:10px;overflow:hidden}.theme-dark .notice-table-container{background:#1f1f1f;border-color:#2a2a2a}.notice-table{width:100%;border-collapse:collapse}.notice-table th,.notice-table td{padding:10px 12px;border-bottom:1px solid #e9ecef;font-size:.95rem}.notice-table th{text-align:left;background:#f8f9fa;color:#495057}.theme-dark .notice-table th{background:#2a2a2a;color:#d1d5db}.theme-dark .notice-table td{color:#e5e7eb;border-bottom-color:#2f2f2f}.notice-table tbody tr:hover{background:#f1f3f5}.theme-dark .notice-table tbody tr:hover{background:#2a2a2a}.title-cell{max-width:360px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.action-buttons{display:flex;gap:8px}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem}.page-info{font-size:.9rem;color:#495057}.theme-dark .page-info{color:#e0e0e0}.notice-form{display:flex;flex-direction:column;gap:16px}.notice-form-header{display:flex;justify-content:space-between;align-items:center}.form-card{background:#fff;border:1px solid #e9ecef;border-radius:10px;padding:16px;display:flex;flex-direction:column;gap:12px}.theme-dark .form-card{background:#1f1f1f;border-color:#2a2a2a}.form-row{display:flex;flex-direction:column;gap:6px}.form-row-inline{display:flex;gap:12px;flex-wrap:wrap}.form-row.half{flex:1;min-width:240px}.form-hint{margin:0 0 8px;font-size:.875rem;color:var(--text-secondary, #6c757d)}.theme-dark .form-hint{color:#b0b0b0}.form-field-desc{display:block;margin:2px 0 4px;font-size:.8rem;color:var(--text-secondary, #6c757d)}.theme-dark .form-field-desc{color:#b0b0b0}.checkbox-row{justify-content:center}.checkbox-label{display:inline-flex;align-items:center;gap:.5rem;font-weight:600}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}.form-lang-block.lang-ja{margin-top:4px}.theme-dark .form-lang-block input,.theme-dark .form-lang-block .form-control,.theme-dark .form-lang-block .rich-editor-wrapper{background:#121212;color:#e5e7eb;border-color:#343a40}.payment-list-container{padding:20px;max-width:1400px;margin:0 auto}.header-actions{display:flex;gap:10px}.btn-reconciliation{padding:10px 20px;background-color:#2196f3;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .3s}.btn-reconciliation:hover{background-color:#1976d2}.filter-section{background:#f5f5f5;padding:20px;border-radius:8px;margin-bottom:20px}.filter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin-bottom:15px}.filter-item{display:flex;flex-direction:column;gap:5px}.filter-item label{font-size:12px;color:#666;font-weight:500}.filter-item input,.filter-item select{padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px}.filter-item input:focus,.filter-item select:focus{outline:none;border-color:#4caf50}.filter-actions{display:flex;gap:10px;justify-content:flex-end}.btn-search,.btn-reset{padding:8px 20px;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .3s}.btn-search{background-color:#4caf50;color:#fff}.btn-search:hover{background-color:#45a049}.btn-reset{background-color:#757575;color:#fff}.btn-reset:hover{background-color:#616161}.stats-section{display:flex;gap:20px;margin-bottom:20px}.stat-item{flex:1;background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;gap:10px}.stat-label{font-size:12px;color:#666}.stat-value{font-size:24px;font-weight:700;color:#333}.table-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden;margin-bottom:20px}.payment-table{width:100%;border-collapse:collapse}.payment-table thead{background-color:#4caf50;color:#fff}.payment-table th{padding:15px 12px;text-align:left;font-size:14px;font-weight:600}.payment-table td{padding:12px;border-bottom:1px solid #eee;font-size:14px}.payment-table tbody tr:hover{background-color:#f9f9f9}.payment-table .no-data{text-align:center;padding:40px;color:#999}.sub-text{font-size:12px;color:#999;margin-top:4px}.imp-uid{font-family:monospace;font-size:12px;color:#666}.status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500}.action-cell{display:flex;gap:5px}.btn-detail,.btn-cancel{padding:6px 12px;border:none;border-radius:4px;cursor:pointer;font-size:12px;transition:background-color .3s}.btn-detail{background-color:#2196f3;color:#fff}.btn-detail:hover{background-color:#1976d2}.btn-cancel{background-color:#f44336;color:#fff}.btn-cancel:hover{background-color:#da190b}.loading{text-align:center;padding:40px;font-size:16px;color:#666}@media(max-width:768px){.filter-grid{grid-template-columns:1fr}.stats-section{flex-direction:column}.table-container{overflow-x:auto}.payment-table{min-width:1000px}.page-header{flex-direction:column;align-items:flex-start;gap:15px}}.payment-detail-container{padding:20px;max-width:1200px;margin:0 auto}.info-section{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:25px;margin-bottom:20px}.info-section h2{font-size:18px;color:#333;margin:0 0 20px;padding-bottom:15px;border-bottom:2px solid #4CAF50}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #4CAF50}.section-header h2{margin:0;padding:0;border:none}.btn-toggle{padding:6px 12px;background-color:#2196f3;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:12px;transition:background-color .3s}.btn-toggle:hover{background-color:#1976d2}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.info-item{display:flex;flex-direction:column;gap:8px}.info-item.full-width{grid-column:1 / -1}.info-item label{font-size:12px;color:#666;font-weight:600}.info-item span{font-size:14px;color:#333}.mono{font-family:Courier New,monospace;font-size:13px;color:#666;background-color:#f5f5f5;padding:4px 8px;border-radius:4px}.amount-large{font-size:18px;font-weight:700;color:#2e7d32}.amount-large.highlight{color:#2196f3}.status-badge{display:inline-block;padding:6px 16px;border-radius:16px;font-size:14px;font-weight:600}.status-completed{background-color:#e8f5e9;color:#2e7d32}.status-pending{background-color:#fff3e0;color:#e65100}.status-cancelled{background-color:#ffebee;color:#c62828}.receipt-link{margin-top:20px;padding-top:20px;border-top:1px solid #eee}.receipt-link a{color:#2196f3;text-decoration:none;font-size:14px;font-weight:500;transition:color .3s}.receipt-link a:hover{color:#1976d2;text-decoration:underline}.payment-detail-container .action-buttons{display:flex;gap:15px;justify-content:center;margin-top:30px;padding:25px;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.btn-partial-cancel,.btn-full-cancel{padding:12px 30px;border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:600;transition:all .3s}.btn-partial-cancel{background-color:#ff9800;color:#fff}.btn-partial-cancel:hover:not(:disabled){background-color:#f57c00}.btn-full-cancel{background-color:#f44336;color:#fff}.btn-full-cancel:hover:not(:disabled){background-color:#da190b}.btn-partial-cancel:disabled,.btn-full-cancel:disabled{opacity:.5;cursor:not-allowed}.info-message{flex:1;text-align:center;padding:12px;background-color:#fff3e0;color:#e65100;border-radius:4px;font-size:14px;font-weight:500}.info-message.cancelled{background-color:#ffebee;color:#c62828}.loading{text-align:center;padding:60px 20px;font-size:16px;color:#666}.error-container{text-align:center;padding:60px 20px}.error-message{background-color:#ffebee;color:#c62828;padding:20px;border-radius:8px;margin-bottom:20px;border-left:4px solid #C62828;font-size:16px}.error-container button{padding:12px 24px;background-color:#4caf50;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .3s}.error-container button:hover{background-color:#45a049}@media(max-width:768px){.payment-detail-container{padding:15px}.info-grid{grid-template-columns:1fr}.page-header{flex-direction:column;align-items:flex-start;gap:15px}.payment-detail-container .action-buttons{flex-direction:column}.btn-partial-cancel,.btn-full-cancel{width:100%}.section-header{flex-direction:column;align-items:flex-start;gap:10px}}.reconciliation-container{padding:20px;max-width:1400px;margin:0 auto}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.page-header h1{font-size:24px;color:#333;margin:0}.btn-back{padding:10px 20px;background-color:#757575;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .3s}.btn-back:hover{background-color:#616161}.error-message{background-color:#ffebee;color:#c62828;padding:15px;border-radius:4px;margin-bottom:20px;border-left:4px solid #C62828}.execute-section{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:25px;margin-bottom:30px}.execute-section h2{font-size:18px;color:#333;margin:0 0 20px;padding-bottom:15px;border-bottom:2px solid #4CAF50}.date-inputs{display:flex;gap:15px;align-items:flex-end;margin-bottom:15px}.input-group{display:flex;flex-direction:column;gap:5px;flex:1}.input-group label{font-size:12px;color:#666;font-weight:500}.input-group input{padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px}.input-group input:focus{outline:none;border-color:#4caf50}.input-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.btn-execute{padding:10px 30px;background-color:#4caf50;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:600;transition:background-color .3s;white-space:nowrap}.btn-execute:hover:not(:disabled){background-color:#45a049}.btn-execute:disabled{opacity:.6;cursor:not-allowed}.info-text{font-size:13px;color:#666;line-height:1.5}.result-section{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:25px;margin-bottom:30px}.result-section h2{font-size:18px;color:#333;margin:0 0 20px;padding-bottom:15px;border-bottom:2px solid #4CAF50}.result-section h3{font-size:16px;color:#333;margin:25px 0 15px}.result-period{margin-bottom:20px;font-size:14px;color:#666}.result-period strong{color:#333}.result-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:15px;margin-bottom:30px}.summary-card{background:#f5f5f5;padding:20px;border-radius:8px;display:flex;flex-direction:column;gap:10px;border-left:4px solid #ddd;transition:transform .2s}.summary-card:hover{transform:translateY(-2px)}.summary-card.success{background:#e8f5e9;border-left-color:#4caf50}.summary-card.warning{background:#fff3e0;border-left-color:#ff9800}.summary-card.danger{background:#ffebee;border-left-color:#f44336}.card-label{font-size:12px;color:#666;font-weight:500}.card-value{font-size:28px;font-weight:700;color:#333}.summary-card.success .card-value{color:#2e7d32}.summary-card.warning .card-value{color:#e65100}.summary-card.danger .card-value{color:#c62828}.mismatch-section{margin-top:30px;padding-top:20px;border-top:1px solid #eee}.table-container{overflow-x:auto;margin-top:15px}.mismatch-table,.history-table{width:100%;border-collapse:collapse;background:#fff}.mismatch-table thead,.history-table thead{background-color:#4caf50;color:#fff}.mismatch-table th,.history-table th{padding:12px;text-align:left;font-size:13px;font-weight:600}.mismatch-table td,.history-table td{padding:10px 12px;border-bottom:1px solid #eee;font-size:13px}.mismatch-table tbody tr:hover,.history-table tbody tr:hover{background-color:#f9f9f9}.mono{font-family:Courier New,monospace;font-size:12px;color:#666}.amount{text-align:right;font-weight:500}.amount.highlight{color:#f44336;font-weight:600}.no-data{text-align:center;padding:40px!important;color:#999}.success-text{color:#2e7d32;font-weight:600}.warning-text{color:#e65100;font-weight:600}.danger-text{color:#c62828;font-weight:600}.btn-view{padding:6px 12px;background-color:#2196f3;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:12px;transition:background-color .3s}.btn-view:hover{background-color:#1976d2}.history-section{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:25px}.history-section h2{font-size:18px;color:#333;margin:0 0 20px;padding-bottom:15px;border-bottom:2px solid #4CAF50}.pagination{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:20px}.btn-page{padding:8px 16px;background-color:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:14px;transition:all .3s}.btn-page:hover:not(:disabled){background-color:#4caf50;color:#fff;border-color:#4caf50}.btn-page:disabled{opacity:.5;cursor:not-allowed}.page-info{padding:8px 16px;font-size:14px;color:#666}@media(max-width:768px){.reconciliation-container{padding:15px}.date-inputs{flex-direction:column;align-items:stretch}.result-summary{grid-template-columns:1fr}.table-container{overflow-x:auto}.mismatch-table,.history-table{min-width:800px}.page-header{flex-direction:column;align-items:flex-start;gap:15px}}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.login-box{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001a;padding:40px;width:100%;max-width:400px}.login-title{text-align:center;color:#333;margin-bottom:30px;font-size:28px;font-weight:600}.login-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:500;color:#555;font-size:14px}.form-group input{padding:12px;border:1px solid #ddd;border-radius:6px;font-size:14px;transition:border-color .3s}.form-group input:focus{outline:none;border-color:#667eea}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.error-message{background-color:#fee;color:#c33;padding:12px;border-radius:6px;font-size:14px;text-align:center}.login-button{padding:12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:opacity .3s,transform .2s}.login-button:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.login-button:disabled{opacity:.6;cursor:not-allowed}.login-button:active:not(:disabled){transform:translateY(0)}.theme-dark .login-container{background:linear-gradient(135deg,#1a1a2e,#16213e)}.theme-dark .login-box{background:#1e1e1e;box-shadow:0 10px 40px #0006}.theme-dark .login-title{color:#e5e7eb}.theme-dark .form-group label{color:#d1d5db}.theme-dark .form-group input{background:#121212;color:#e5e7eb;border-color:#343a40}.theme-dark .form-group input:focus{border-color:#6366f1}.theme-dark .form-group input:disabled{background-color:#2a2a2a}.theme-dark .error-message{background-color:#3a1f1f;color:#f7bbbb}.theme-dark .login-button{background:linear-gradient(135deg,#4338ca,#5b21b6)}.theme-dark .login-button:hover:not(:disabled){opacity:.95}.theme-toggle{display:flex;align-items:center}.theme-switch{position:relative;display:inline-block;width:60px;height:30px;cursor:pointer}.theme-switch input{opacity:0;width:0;height:0}.theme-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:30px;display:flex;align-items:center;justify-content:space-between;padding:0 6px}.theme-slider:before{position:absolute;content:"";height:22px;width:22px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%;box-shadow:0 2px 4px #0003}.theme-switch input:checked+.theme-slider{background-color:#2196f3}.theme-switch input:checked+.theme-slider:before{transform:translate(30px)}.theme-icon{font-size:14px;z-index:1;transition:opacity .3s}.theme-switch input:checked+.theme-slider .theme-icon:first-child{opacity:1}.theme-switch input:not(:checked)+.theme-slider .theme-icon:first-child{opacity:.3}.theme-switch input:checked+.theme-slider .theme-icon:last-child{opacity:.3}.theme-switch input:not(:checked)+.theme-slider .theme-icon:last-child{opacity:1}.theme-slider:hover{box-shadow:0 0 8px #0003}.app{display:flex;flex-direction:column;height:100vh;overflow:hidden}.app-header{display:flex;justify-content:space-between;align-items:center;padding:0 24px;height:64px;background-color:#fff;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 4px #0000000d;flex-shrink:0;transition:background-color .3s,border-color .3s}.theme-dark .app-header{background-color:#1e1e1e;border-bottom-color:#333}.app-logo{font-size:20px;font-weight:700;color:#333;text-decoration:none;transition:color .3s}.app-logo:hover{color:#007bff}.theme-dark .app-logo{color:#fff}.theme-dark .app-logo:hover{color:#4da6ff}.app-header-right{display:flex;align-items:center;gap:16px}.app-user{font-size:14px;color:#666;transition:color .3s}.theme-dark .app-user{color:#ccc}.app-logout{padding:8px 16px;background-color:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .3s}.app-logout:hover{background-color:#c82333}.app-body{display:flex;flex:1;overflow:hidden}.sidebar{width:240px;background-color:#fff;border-right:1px solid #e0e0e0;flex-shrink:0;display:flex;flex-direction:column;overflow:hidden;transition:background-color .3s,border-color .3s}.theme-dark .sidebar{background-color:#1e1e1e;border-right-color:#333}.sidebar-nav{display:flex;flex-direction:column;padding:16px 0;overflow-y:auto;overflow-x:hidden;flex:1}.sidebar-link{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;color:#333;text-decoration:none;font-size:14px;transition:background-color .2s,color .2s;border-left:3px solid transparent}.sidebar-link-text{flex:1}.sidebar-link-badge{width:8px;height:8px;min-width:8px;border-radius:50%;background-color:#dc3545;flex-shrink:0}.theme-dark .sidebar-link-badge{background-color:#ef5350}.sidebar-link:hover{background-color:#f5f5f5;color:#007bff}.sidebar-link.active{background-color:#e3f2fd;color:#007bff;border-left-color:#007bff;font-weight:500}.theme-dark .sidebar-link{color:#e0e0e0}.theme-dark .sidebar-link:hover{background-color:#2a2a2a;color:#4da6ff}.theme-dark .sidebar-link.active{background-color:#1a3a52;color:#4da6ff;border-left-color:#4da6ff}.main-content{flex:1;min-height:calc(100vh - 64px);overflow-y:auto;overflow-x:hidden;background-color:#f5f5f5;padding:16px;box-sizing:border-box;transition:background-color .3s}.theme-dark .main-content{background-color:#121212}.sidebar-nav::-webkit-scrollbar,.main-content::-webkit-scrollbar{width:8px}.sidebar-nav::-webkit-scrollbar-track,.main-content::-webkit-scrollbar-track{background:#f1f1f1}.theme-dark .sidebar-nav::-webkit-scrollbar-track,.theme-dark .main-content::-webkit-scrollbar-track{background:#2a2a2a}.sidebar-nav::-webkit-scrollbar-thumb,.main-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.theme-dark .sidebar-nav::-webkit-scrollbar-thumb,.theme-dark .main-content::-webkit-scrollbar-thumb{background:#555}.sidebar-nav::-webkit-scrollbar-thumb:hover,.main-content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.theme-dark .sidebar-nav::-webkit-scrollbar-thumb:hover,.theme-dark .main-content::-webkit-scrollbar-thumb:hover{background:#777}.card-surface{background:#fff;border:1px solid #e9ecef;border-radius:10px}.theme-dark .card-surface{background:#1f1f1f;border-color:#2a2a2a}.table-surface{width:100%;border-collapse:collapse}.table-surface th,.table-surface td{padding:10px 12px;border-bottom:1px solid #e9ecef;font-size:.95rem}.table-surface th{text-align:left;background:#f8f9fa;color:#495057}.theme-dark .table-surface th{background:#2a2a2a;color:#d1d5db}.theme-dark .table-surface td{color:#e5e7eb;border-bottom-color:#2f2f2f}.table-surface tbody tr:hover{background:#f1f3f5}.theme-dark .table-surface tbody tr:hover{background:#2a2a2a}.form-control{padding:10px 12px;border:1px solid #ced4da;border-radius:6px;font-size:.95rem}.theme-dark .form-control{background:#121212;color:#e5e7eb;border-color:#343a40}.status-badge{display:inline-block;padding:.2rem .6rem;border-radius:12px;font-size:.85rem;font-weight:600}.status-badge.active,.status-badge.visible{background:#d4edda;color:#155724}.status-badge.inactive,.status-badge.hidden{background:#fdecea;color:#b71c1c}.theme-dark .status-badge.active,.theme-dark .status-badge.visible{background:#1e4d2e;color:#c8f7c5}.theme-dark .status-badge.inactive,.theme-dark .status-badge.hidden{background:#4d1e24;color:#ffcdd2}[class*=table-container]{background:#fff;border:1px solid #e9ecef;border-radius:10px;overflow:hidden}.theme-dark [class*=table-container]{background:#1f1f1f;border-color:#2a2a2a}[class*=table-container] table{width:100%;border-collapse:collapse}[class*=table-container] table th,[class*=table-container] table td{padding:10px 12px;border-bottom:1px solid #e9ecef;font-size:.95rem}[class*=table-container] table th{text-align:left;background:#f8f9fa;color:#495057}.theme-dark [class*=table-container] table th{background:#2a2a2a;color:#d1d5db}.theme-dark [class*=table-container] table td{color:#e5e7eb;border-bottom-color:#2f2f2f}[class*=table-container] table tbody tr:hover{background:#f1f3f5}.theme-dark [class*=table-container] table tbody tr:hover{background:#2a2a2a}[class*=filters]{background:#fff;border:1px solid #e9ecef;border-radius:10px;padding:12px;gap:12px}.theme-dark [class*=filters]{background:#1f1f1f;border-color:#2a2a2a}.theme-dark [class*=filters] input,.theme-dark [class*=filters] select,.theme-dark [class*=filters] textarea{background:#121212;color:#e5e7eb;border-color:#343a40}[class*=list-header]{padding:12px 0;color:#333;background:transparent}.theme-dark [class*=list-header]{padding:12px 0;color:#e5e7eb;background:transparent}[class*=list-header] h1,[class*=list-header] h2,[class*=list-header] h3{margin:0;color:inherit}.form-card input,.form-card select,.form-card textarea{background:#fff;color:#333;border:1px solid #ced4da;border-radius:6px}.theme-dark .form-card input,.theme-dark .form-card select,.theme-dark .form-card textarea{background:#121212;color:#e5e7eb;border-color:#343a40}.form-card label{color:#495057}.theme-dark .form-card label{color:#d1d5db}.header-surface{background:#fff;border-radius:10px;padding:12px 16px}.theme-dark .header-surface{background:#1f1f1f}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;transition:background-color .3s}body.theme-dark{background-color:#121212}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}select{appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-size:12px 12px!important;background-position:right 10px center!important;padding-right:35px!important}body.theme-dark select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23e0e0e0' d='M6 9L1 4h10z'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-size:12px 12px!important}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
