:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-color: #2563eb;--text-color: #0f172a;--bg-color: #f8fafc;--input-bg: #ffffff;--input-border: #e2e8f0}body{margin:0;min-width:320px;min-height:100vh;color:var(--text-color);background-color:var(--bg-color)}button{font-family:inherit}input,select,textarea{background-color:var(--input-bg);color:var(--text-color);border:1px solid var(--input-border)}h1,h2,h3,h4,h5,h6{color:#1e293b}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.preview-modal-v2{width:600px;max-width:95%;padding:2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#000}.modal-header-simple{display:flex;justify-content:flex-end;margin-bottom:0}.close-btn-simple{background:none;border:none;cursor:pointer;color:#999}.item-name{font-size:1.25rem;font-weight:700;margin:0 0 .5rem;line-height:1.2}.item-code-row{font-size:.9rem;color:#666;margin-bottom:1.5rem}.item-code-row .label{margin-right:1rem}.section-title{font-size:1rem;color:#888;margin-bottom:.5rem;font-weight:400}.branches-table{width:100%;border-collapse:collapse;margin-bottom:2rem;font-size:.95rem}.branches-table td{padding:.25rem 0}.branch-name{font-weight:400;text-align:left;width:25%}.stock-label,.min-label{color:#666}.stock-value,.min-value{font-weight:400;text-align:right;width:15%;padding-right:1rem}.total-row td{font-weight:700;text-transform:uppercase}.attributes-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem 1rem}.grid-item label{display:block;color:#999;font-size:.85rem;margin-bottom:.2rem}.grid-item div{font-size:1rem;color:#000;font-weight:500}.full-width{grid-column:1 / -1}.losses-container{display:flex;gap:2rem;flex-wrap:wrap}.loss-item{display:flex;flex-direction:column}.loss-val{font-weight:700}.audit-row{margin-top:1.5rem}.audit-group label{font-size:1rem;color:#888;margin-bottom:.5rem}.audit-details{display:flex;gap:3rem}.note-text{white-space:pre-wrap;min-height:1rem}.attributes-grid-layout{grid-template-columns:repeat(4,1fr)}.table-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;padding:24px;width:100%;margin:0 auto;font-family:Inter,system-ui,sans-serif;overflow-x:auto}.table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.table-header h2{display:flex;align-items:center;gap:12px;margin:0;color:#1a1a1a;font-size:1.5rem}.inventory-table{width:100%;border-collapse:collapse;font-size:.95rem;min-width:1200px}.inventory-table th{text-align:left;padding:12px 16px;background-color:#f8fafc;color:#64748b;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e2e8f0;white-space:nowrap}.inventory-table td{padding:12px 16px;border-bottom:1px solid #e2e8f0;color:#334155;transition:background-color .2s;vertical-align:middle}.inventory-table tr:hover td{background-color:#f8fafc}.inventory-table tr.row-inactive td{color:#94a3b8}.inventory-table tr:last-child td{border-bottom:none}.code{font-family:Monaco,Consolas,monospace;color:#2563eb;font-weight:500}.action-btn{background:#fff;border:1px solid #e2e8f0;color:#64748b;border-radius:4px;padding:6px;margin-left:4px;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;justify-content:center}.action-btn:hover{background:#f1f5f9;color:#334155;border-color:#cbd5e1}.action-btn.edit:hover{color:#2563eb;border-color:#93c5fd;background:#eff6ff}.action-btn.delete:hover{color:#ef4444;border-color:#fca5a5;background:#fef2f2}.refresh-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background-color:#f1f5f9;color:#475569;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s}.refresh-btn:hover{background-color:#e2e8f0;color:#1e293b}.loading,.error-container{display:flex;align-items:center;justify-content:center;gap:12px;padding:48px;color:#64748b}.error-container{flex-direction:column;color:#ef4444}.retry-btn{margin-top:16px;padding:8px 24px;background-color:#ef4444;color:#fff;border:none;border-radius:6px;cursor:pointer}.retry-btn:hover{background-color:#dc2626}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.no-data{text-align:center;color:#94a3b8;padding:48px!important}.icon{color:#3b82f6}.receipts-container{background:#fff;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a;min-height:calc(100vh - 4rem);display:flex;flex-direction:column}.tabs{display:flex;border-bottom:2px solid #000}.tab{padding:10px 40px;font-size:14px;font-weight:500;cursor:pointer;background:#fff;border:2px solid #000;border-bottom:none;border-radius:4px 4px 0 0;margin-right:-2px;transition:background-color .2s;outline:none}.tab:first-child{border-radius:8px 0 0}.tab.active{background:#d9532e;color:#fff}.tab:disabled{cursor:not-allowed;opacity:.6}.tab-content{padding:40px;flex:1;border:2px solid #000;border-top:none;border-radius:0 0 8px 8px}.step-one-form{max-width:600px}.form-group.row{display:flex;align-items:center;margin-bottom:20px}.form-group.row label{flex:0 0 250px;text-align:left;font-size:14px;color:#333}.custom-input{flex:1;height:32px;border:1px solid #000;border-radius:4px;padding:0 10px;font-size:14px;outline:none}.custom-input.bg-red{background-color:#e52828;color:#fff}.custom-input.bg-red:focus{border-color:#000}.custom-input.bg-light{background-color:#fff9f0;color:#000}.actions-center{display:flex;justify-content:center;margin-top:80px}.btn-next{background-color:#d9532e;color:#fff;padding:8px 40px;border:1px solid #000;border-radius:4px;font-size:15px;cursor:pointer;transition:background-color .2s}.btn-next:hover{background-color:#bf4726}.btn-next:disabled{background-color:#ccc;cursor:not-allowed}select.custom-input{appearance:auto}�/�*� �S�t�e�p� �2� �a�d�d�i�t�i�o�n�s� �*�/� �.�p�r�i�c�e�-�w�a�r�n�i�n�g�-�b�o�x� �{� � � � � �p�o�s�i�t�i�o�n�:� �a�b�s�o�l�u�t�e�;� � � � � �l�e�f�t�:� �1�0�5�%�;� � � � � �b�a�c�k�g�r�o�u�n�d�-�c�o�l�o�r�:� �#�f�e�f�0�8�a�;� � � � � �c�o�l�o�r�:� �#�8�5�4�d�0�e�;� � � � � �p�a�d�d�i�n�g�:� �1�0�p�x� �1�5�p�x�;� � � � � �b�o�r�d�e�r�-�r�a�d�i�u�s�:� �4�p�x�;� � � � � �d�i�s�p�l�a�y�:� �f�l�e�x�;� � � � � �a�l�i�g�n�-�i�t�e�m�s�:� �c�e�n�t�e�r�;� � � � � �g�a�p�:� �8�p�x�;� � � � � �f�o�n�t�-�s�i�z�e�:� �1�3�p�x�;� � � � � �w�h�i�t�e�-�s�p�a�c�e�:� �n�o�w�r�a�p�;� � � � � �b�o�x�-�s�h�a�d�o�w�:� �0� �4�p�x� �6�p�x� �-�1�p�x� �r�g�b�a�(�0�,� �0�,� �0�,� �0�.�1�)�;� � � � � �z�-�i�n�d�e�x�:� �1�0�;� �}� � �.�p�r�i�c�e�-�w�a�r�n�i�n�g�-�b�o�x�:�:�b�e�f�o�r�e� �{� � � � � �c�o�n�t�e�n�t�:� �"�"�;� � � � � �p�o�s�i�t�i�o�n�:� �a�b�s�o�l�u�t�e�;� � � � � �r�i�g�h�t�:� �1�0�0�%�;� � � � � �t�o�p�:� �5�0�%�;� � � � � �t�r�a�n�s�f�o�r�m�:� �t�r�a�n�s�l�a�t�e�Y�(�-�5�0�%�)�;� � � � � �b�o�r�d�e�r�-�w�i�d�t�h�:� �6�p�x�;� � � � � �b�o�r�d�e�r�-�s�t�y�l�e�:� �s�o�l�i�d�;� � � � � �b�o�r�d�e�r�-�c�o�l�o�r�:� �t�r�a�n�s�p�a�r�e�n�t� �#�f�e�f�0�8�a� �t�r�a�n�s�p�a�r�e�n�t� �t�r�a�n�s�p�a�r�e�n�t�;� �}� � �.�r�e�c�e�i�p�t�-�i�t�e�m�s�-�t�a�b�l�e� �{� � � � � �w�i�d�t�h�:� �1�0�0�%�;� � � � � �b�o�r�d�e�r�-�c�o�l�l�a�p�s�e�:� �c�o�l�l�a�p�s�e�;� � � � � �f�o�n�t�-�s�i�z�e�:� �1�4�p�x�;� � � � � �m�a�r�g�i�n�-�t�o�p�:� �2�0�p�x�;� � � � � �b�o�r�d�e�r�:� �2�p�x� �s�o�l�i�d� �#�0�0�0�;� �}� � �.�r�e�c�e�i�p�t�-�i�t�e�m�s�-�t�a�b�l�e� �t�h�,� �.�r�e�c�e�i�p�t�-�i�t�e�m�s�-�t�a�b�l�e� �t�d� �{� � � � � �b�o�r�d�e�r�:� �1�p�x� �s�o�l�i�d� �#�0�0�0�;� � � � � �p�a�d�d�i�n�g�:� �1�0�p�x�;� � � � � �t�e�x�t�-�a�l�i�g�n�:� �l�e�f�t�;� �}� � �.�r�e�c�e�i�p�t�-�i�t�e�m�s�-�t�a�b�l�e� �t�h� �{� � � � � �b�a�c�k�g�r�o�u�n�d�-�c�o�l�o�r�:� �#�f�c�a�5�a�5�;� � � � � �f�o�n�t�-�w�e�i�g�h�t�:� �5�0�0�;� �}� � �.�r�e�c�e�i�p�t�-�i�t�e�m�s�-�t�a�b�l�e� �t�b�o�d�y� �t�r�:�n�t�h�-�c�h�i�l�d�(�o�d�d�)� �{� � � � � �b�a�c�k�g�r�o�u�n�d�-�c�o�l�o�r�:� �#�d�b�e�a�f�e�;� �/�*� �L�i�g�h�t� �b�l�u�e� �f�r�o�m� �i�m�a�g�e� �*�/� �}� � �.�r�e�c�e�i�p�t�-�i�t�e�m�s�-�t�a�b�l�e� �t�b�o�d�y� �t�r�:�n�t�h�-�c�h�i�l�d�(�e�v�e�n�)� �{� � � � � �b�a�c�k�g�r�o�u�n�d�-�c�o�l�o�r�:� �#�d�c�f�c�e�7�;� �/�*� �L�i�g�h�t� �g�r�e�e�n� �f�r�o�m� �i�m�a�g�e� �*�/� �}� � �.�b�t�n�-�e�d�i�t�-�s�m�a�l�l� �{� � � � � �b�a�c�k�g�r�o�u�n�d�-�c�o�l�o�r�:� �#�f�b�b�f�2�4�;� � � � � �c�o�l�o�r�:� �#�0�0�0�;� � � � � �b�o�r�d�e�r�:� �1�p�x� �s�o�l�i�d� �#�0�0�0�;� � � � � �b�o�r�d�e�r�-�r�a�d�i�u�s�:� �4�p�x�;� � � � � �p�a�d�d�i�n�g�:� �4�p�x� �1�2�p�x�;� � � � � �c�u�r�s�o�r�:� �p�o�i�n�t�e�r�;� � � � � �f�o�n�t�-�w�e�i�g�h�t�:� �5�0�0�;� �}� � �.�b�t�n�-�d�e�l�e�t�e�-�s�m�a�l�l� �{� � � � � �b�a�c�k�g�r�o�u�n�d�-�c�o�l�o�r�:� �#�e�f�4�4�4�4�;� � � � � �c�o�l�o�r�:� �w�h�i�t�e�;� � � � � �b�o�r�d�e�r�:� �1�p�x� �s�o�l�i�d� �#�0�0�0�;� � � � � �b�o�r�d�e�r�-�r�a�d�i�u�s�:� �4�p�x�;� � � � � �p�a�d�d�i�n�g�:� �4�p�x� �1�0�p�x�;� � � � � �c�u�r�s�o�r�:� �p�o�i�n�t�e�r�;� � � � � �f�o�n�t�-�w�e�i�g�h�t�:� �b�o�l�d�;� �}� � � � �/�*� �S�t�e�p� �3� �a�d�d�i�t�i�o�n�s� �*�/� �.�s�u�m�m�a�r�y�-�t�a�b�l�e�-�c�o�n�t�a�i�n�e�r� �{� � � � � �m�a�r�g�i�n�-�t�o�p�:� �3�0�p�x�;� � � � � �w�i�d�t�h�:� �1�0�0�%�;� �}� � �.�s�u�m�m�a�r�y�-�t�a�b�l�e� �{� � � � � �w�i�d�t�h�:� �1�0�0�%�;� � � � � �b�o�r�d�e�r�-�c�o�l�l�a�p�s�e�:� �c�o�l�l�a�p�s�e�;� � � � � �b�o�r�d�e�r�:� �2�p�x� �s�o�l�i�d� �#�0�0�0�;� �}� � �.�s�u�m�m�a�r�y�-�t�a�b�l�e� �t�h�,� �.�s�u�m�m�a�r�y�-�t�a�b�l�e� �t�d� �{� � � � � �b�o�r�d�e�r�:� �1�p�x� �s�o�l�i�d� �#�0�0�0�;� � � � � �t�e�x�t�-�a�l�i�g�n�:� �l�e�f�t�;� � � � � �p�a�d�d�i�n�g�:� �1�0�p�x�;� �}� � �.�s�u�m�m�a�r�y�-�t�a�b�l�e� �t�h�e�a�d� �t�h� �{� � � � � �b�a�c�k�g�r�o�u�n�d�-�c�o�l�o�r�:� �#�f�c�a�5�a�5�;� �/�*� �L�i�g�h�t� �r�e�d�/�p�i�n�k� �m�a�t�c�h�i�n�g� �i�m�a�g�e� �*�/� � � � � �f�o�n�t�-�w�e�i�g�h�t�:� �n�o�r�m�a�l�;� �}� � �.�s�u�m�m�a�r�y�-�t�a�b�l�e� �t�b�o�d�y� �t�d� �{� � � � � �b�a�c�k�g�r�o�u�n�d�-�c�o�l�o�r�:� �#�c�f�f�a�f�e�;� �/�*� �L�i�g�h�t� �c�y�a�n� �m�a�t�c�h�i�n�g� �i�m�a�g�e� �*�/� � � � � �h�e�i�g�h�t�:� �4�0�p�x�;� �}� � � �.receipts-list-container{background:#fff;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden;max-width:1200px}.tabs{display:flex;background:transparent}.tab{padding:12px 24px;border:1px solid #000;border-bottom:none;background:#fff;cursor:pointer;font-weight:500}.tab.active{background:#d9532e;color:#fff;font-weight:700}.tab-content{border:1px solid #000;background:#fff;min-height:400px}.form-group{margin-bottom:15px}.form-group.row{display:flex;align-items:center}.form-group.row label{width:250px;font-size:14px}.form-input{flex:1;padding:8px;border:1px solid #ccc;border-radius:4px}.custom-input{border:1px solid #000;border-radius:4px}.bg-light{background-color:#fef1e6}.actions-center{display:flex;justify-content:center}.btn-search{background-color:#d9532e;color:#fff;border:1px solid #000;border-radius:4px;padding:8px 32px;cursor:pointer;font-weight:700}.btn-search:disabled{opacity:.7;cursor:not-allowed}.results-table-container{margin-top:40px;width:100%}.receipts-search-table{width:100%;border-collapse:collapse;border:2px solid #000;font-size:14px}.receipts-search-table th,.receipts-search-table td{border:1px solid #000;text-align:left;padding:10px}.receipts-search-table thead th{background-color:#fca5a5;font-weight:400}.receipts-search-table tbody tr.row-odd{background-color:#dbeafe}.receipts-search-table tbody tr.row-even{background-color:#dcfce7}.btn-edit-receipt{background-color:#d9532e;color:#fff;border:1px solid #000;border-radius:4px;padding:6px 16px;cursor:pointer;font-weight:700;width:100%}
