*{box-sizing:border-box}html,body,#root{min-height:100%}body{color:#222;background-color:#f4f6f8;margin:0;font-family:Arial,Malgun Gothic,맑은 고딕,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.erp-layout{background-color:#f4f6f8;min-height:100vh;display:flex}.sidebar{background-color:#fff;border-right:1px solid #e2e6ea;width:230px;min-width:230px;padding:20px 14px}.sidebar-brand{flex-direction:column;gap:4px;margin-bottom:28px;padding:0 10px;display:flex}.sidebar-brand strong{color:#1769aa;font-size:20px;font-weight:700}.sidebar-brand span{color:#8a949e;font-size:12px}.sidebar-nav{flex-direction:column;gap:4px;display:flex}.sidebar-group-title{color:#98a1aa;margin:18px 10px 6px;font-size:11px;font-weight:700}.sidebar-link{color:#4e5965;border-radius:6px;align-items:center;gap:10px;padding:10px 12px;font-size:14px;transition:background-color .15s,color .15s;display:flex}.sidebar-link:hover{color:#1769aa;background-color:#f0f6fb}.sidebar-link.active{color:#1769aa;background-color:#eaf3fb;font-weight:600}.erp-main{flex-direction:column;flex:1;min-width:0;display:flex}.header{background-color:#fff;border-bottom:1px solid #e2e6ea;justify-content:space-between;align-items:center;height:58px;padding:0 24px;display:flex}.header-title{color:#323b45;font-size:15px;font-weight:600}.header-right{align-items:center;gap:14px;font-size:13px;display:flex}.header-company{color:#78838e}.header-user{color:#323b45;font-weight:600}.header-logout-button{color:#4e5965;cursor:pointer;background-color:#fff;border:1px solid #cfd6dc;border-radius:6px;align-items:center;gap:6px;height:34px;padding:0 12px;font-size:13px;font-weight:600;display:inline-flex}.header-logout-button:hover{color:#1769aa;background-color:#f0f6fb;border-color:#1769aa}.erp-content{background-color:#f4f6f8;flex:1;padding:24px}.page{width:100%;max-width:1600px;margin:0 auto}.page-header{margin-bottom:18px}.page-header h1{color:#202830;margin:0;font-size:24px;font-weight:700}.page-header p{color:#818b95;margin:6px 0 0;font-size:13px}.content-panel{background-color:#fff;border:1px solid #e4e8ec;border-radius:7px;padding:20px}.content-panel h2{color:#323b45;margin:0 0 16px;font-size:16px;font-weight:600}.empty-message{color:#98a1aa;margin:0;font-size:13px}.login-page{background-color:#f4f6f8;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.login-card{background-color:#fff;border:1px solid #e2e6ea;border-radius:10px;width:100%;max-width:420px;padding:40px;box-shadow:0 8px 24px #20283014}.login-header{text-align:center;margin-bottom:32px}.login-brand{color:#1769aa;margin-bottom:14px;font-size:14px;font-weight:700;display:block}.login-header h1{color:#202830;margin:0;font-size:28px}.login-header p{color:#818b95;margin:8px 0 0;font-size:14px}.login-form{flex-direction:column;gap:20px;display:flex}.login-field{flex-direction:column;gap:8px;display:flex}.login-field label{color:#323b45;font-size:14px;font-weight:600}.login-field input{color:#202830;background-color:#fff;border:1px solid #d7dce1;border-radius:6px;outline:none;width:100%;height:46px;padding:0 14px;transition:border-color .15s,box-shadow .15s}.login-field input::placeholder{color:#a2abb4}.login-field input:focus{border-color:#1769aa;box-shadow:0 0 0 3px #1769aa1f}.login-error{color:#c62828;background-color:#fff3f3;border:1px solid #f2caca;border-radius:6px;margin:-4px 0 0;padding:10px 12px;font-size:13px}.login-button{color:#fff;cursor:pointer;background-color:#1769aa;border:none;border-radius:6px;height:48px;margin-top:4px;font-weight:700;transition:background-color .15s}.login-button:hover{background-color:#12578e}.login-button:focus-visible{outline-offset:2px;outline:3px solid #1769aa40}.login-button:disabled{cursor:not-allowed;background-color:#9eb9ce}@media (width<=480px){.login-page{padding:16px}.login-card{padding:30px 22px}}.purchase-order-list-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.purchase-order-list-page h1{color:#202830;margin:0;font-size:24px;font-weight:700}.purchase-order-create-button{color:#fff;cursor:pointer;background-color:#1769aa;border:1px solid #1769aa;border-radius:6px;height:38px;padding:0 18px;font-size:13px;font-weight:600}.purchase-order-create-button:hover{background-color:#12578e;border-color:#12578e}.purchase-order-search-form{background-color:#fff;border:1px solid #e4e8ec;border-radius:7px;flex-direction:column;gap:16px;margin-bottom:18px;padding:20px;display:flex}.purchase-order-search-fields{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 16px;display:grid}.purchase-order-search-fields label{color:#323b45;flex-direction:column;gap:6px;font-size:13px;font-weight:600;display:flex}.purchase-order-search-fields input,.purchase-order-search-fields select{color:#202830;background-color:#fff;border:1px solid #d7dce1;border-radius:6px;outline:none;width:100%;height:38px;padding:0 10px;font-size:13px}.purchase-order-search-fields input:focus,.purchase-order-search-fields select:focus{border-color:#1769aa;box-shadow:0 0 0 3px #1769aa1f}.purchase-order-search-actions{justify-content:flex-end;gap:8px;display:flex}.purchase-order-search-actions button{cursor:pointer;border:1px solid #cfd6dc;border-radius:6px;height:38px;padding:0 18px;font-size:13px;font-weight:600}.purchase-order-search-actions button[type=submit]{color:#fff;background-color:#1769aa;border-color:#1769aa}.purchase-order-search-actions button[type=submit]:hover:not(:disabled){background-color:#12578e;border-color:#12578e}.purchase-order-search-actions button[type=button]{color:#4e5965;background-color:#fff}.purchase-order-search-actions button[type=button]:hover:not(:disabled){background-color:#f4f6f8}.purchase-order-search-actions button:disabled{opacity:.6;cursor:not-allowed}.purchase-order-result-summary{color:#65717c;margin-bottom:10px;font-size:13px;font-weight:600}.purchase-order-list-page>p{color:#78838e;background-color:#fff;border:1px solid #e4e8ec;border-radius:7px;margin:0;padding:18px 20px;font-size:13px}.purchase-order-list-page>p[role=alert]{color:#c62828;background-color:#fff3f3;border-color:#f2caca}.purchase-order-table{border-collapse:collapse;background-color:#fff;width:100%;font-size:13px}.purchase-order-table th,.purchase-order-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #e7eaed;padding:11px 12px}.purchase-order-table th{color:#4e5965;background-color:#f7f8fa;border-top:1px solid #e4e8ec;font-weight:600}.purchase-order-table td{color:#323b45}.purchase-order-table tbody tr:hover{background-color:#f5f9fc}.purchase-order-table tbody tr:last-child td{border-bottom:1px solid #e4e8ec}.purchase-order-table th:last-child,.purchase-order-table td:last-child{text-align:center;width:78px}.purchase-order-detail-button{color:#1769aa;cursor:pointer;background-color:#fff;border:1px solid #1769aa;border-radius:6px;height:30px;padding:0 12px;font-size:13px;font-weight:600}.purchase-order-detail-button:hover{background-color:#eaf3fb}@media (width<=1100px){.purchase-order-search-fields{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.purchase-order-list-header{flex-direction:column;align-items:stretch}.purchase-order-create-button{width:100%}.purchase-order-search-fields{grid-template-columns:1fr}.purchase-order-search-actions{justify-content:flex-start}}.purchase-order-detail-page{flex-direction:column;gap:18px;display:flex}.purchase-order-detail-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.purchase-order-detail-header h1{color:#202830;margin:0;font-size:24px;font-weight:700}.purchase-order-detail-header p{color:#818b95;margin:6px 0 0;font-size:13px}.purchase-order-detail-actions{flex-wrap:wrap;gap:10px;display:flex}.purchase-order-detail-actions button,.purchase-order-detail-message button,.purchase-order-reject-dialog button{color:#fff;cursor:pointer;background-color:#1769aa;border:1px solid #1769aa;border-radius:6px;min-height:38px;padding:0 16px;font-size:13px;font-weight:600}.purchase-order-detail-actions button:hover:not(:disabled),.purchase-order-detail-message button:hover:not(:disabled),.purchase-order-reject-dialog button:not(:first-child):hover:not(:disabled){background-color:#12578e;border-color:#12578e}.purchase-order-detail-actions .purchase-order-reject-button,.purchase-order-reject-dialog button:last-child{color:#c62828;background-color:#fff;border-color:#f2caca}.purchase-order-detail-actions .purchase-order-reject-button:hover:not(:disabled),.purchase-order-reject-dialog button:last-child:hover:not(:disabled){background-color:#fff3f3;border-color:#f2caca}.purchase-order-detail-actions button:disabled,.purchase-order-detail-message button:disabled,.purchase-order-reject-dialog button:disabled{opacity:.6;cursor:not-allowed}.purchase-order-detail-message button{margin-left:12px}.purchase-order-reject-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.purchase-order-reject-dialog{background:#fff;border-radius:8px;width:min(100%,480px);padding:24px;box-shadow:0 12px 32px #0000002e}.purchase-order-reject-dialog h2{margin:0 0 16px}.purchase-order-reject-dialog label{margin-bottom:8px;font-size:13px;font-weight:600;display:block}.purchase-order-reject-dialog textarea{resize:vertical;border:1px solid #cfd6dc;border-radius:6px;width:100%;padding:10px}.purchase-order-reject-dialog p{text-align:right;color:#7b8792;margin:6px 0 18px;font-size:12px}.purchase-order-reject-dialog .purchase-order-reject-error{text-align:left;color:#c62828}.purchase-order-reject-dialog>div{justify-content:flex-end;gap:10px;display:flex}.purchase-order-reject-dialog button:first-child{color:#4e5965;background:#fff;border-color:#cfd6dc}.purchase-order-back-button{color:#4e5965;cursor:pointer;background-color:#fff;border:1px solid #cfd6dc;border-radius:6px;height:38px;padding:0 16px;font-size:13px;font-weight:600}.purchase-order-back-button:hover{background-color:#f4f6f8}.purchase-order-detail-section h2{margin:0 0 16px}.purchase-order-detail-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 18px;display:grid}.purchase-order-detail-grid>div{background-color:#f7f8fa;border-radius:6px;min-width:0;padding:14px}.purchase-order-detail-grid span,.purchase-order-note-grid span,.purchase-order-amount-grid span{color:#7b8792;margin-bottom:7px;font-size:12px;display:block}.purchase-order-detail-grid strong{color:#27313a;word-break:break-word;font-size:14px;font-weight:600;display:block}.purchase-order-note-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.purchase-order-note-grid>div{background-color:#f7f8fa;border-radius:6px;padding:14px}.purchase-order-note-grid p{color:#323b45;white-space:pre-wrap;word-break:break-word;min-height:38px;margin:0;font-size:13px;line-height:1.6}.purchase-order-amount-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.purchase-order-amount-grid>div{background-color:#f7f8fa;border-radius:6px;padding:16px}.purchase-order-amount-grid strong{color:#27313a;font-size:20px;font-weight:700;display:block}.purchase-order-detail-table-wrap{width:100%;overflow-x:auto}.purchase-order-detail-table{border-collapse:collapse;background-color:#fff;width:100%;min-width:1180px;font-size:13px}.purchase-order-detail-table th,.purchase-order-detail-table td{text-align:left;vertical-align:middle;white-space:nowrap;border-bottom:1px solid #e7eaed;padding:11px 12px}.purchase-order-detail-table th{color:#4e5965;background-color:#f7f8fa;border-top:1px solid #e4e8ec;font-weight:600}.purchase-order-detail-table td{color:#323b45}.purchase-order-detail-table tbody tr:hover{background-color:#f5f9fc}.purchase-order-empty-items{text-align:center!important;color:#78838e!important;padding:20px!important}.purchase-order-detail-message{color:#78838e;font-size:13px}.purchase-order-detail-message.error{color:#c62828;background-color:#fff3f3;border-color:#f2caca}@media (width<=900px){.purchase-order-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.purchase-order-amount-grid{grid-template-columns:1fr}}@media (width<=650px){.purchase-order-detail-header{flex-direction:column}.purchase-order-detail-grid,.purchase-order-note-grid{grid-template-columns:1fr}}.purchase-order-create-page{flex-direction:column;gap:18px;display:flex}.purchase-order-create-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.purchase-order-create-header h1{color:#202830;margin:0;font-size:24px;font-weight:700}.purchase-order-create-header p{color:#818b95;margin:6px 0 0;font-size:13px}.purchase-order-create-error{color:#c62828;background-color:#fff3f3;border:1px solid #f2caca;border-radius:6px;padding:12px 14px;font-size:13px}.purchase-order-create-section{background-color:#fff;border:1px solid #e4e8ec;border-radius:7px;margin-bottom:18px;padding:20px}.purchase-order-create-section h2{color:#27313a;margin:0 0 16px;font-size:18px;font-weight:700}.purchase-order-create-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;margin-bottom:16px;display:grid}.purchase-order-create-section label{color:#323b45;flex-direction:column;gap:6px;font-size:13px;font-weight:600;display:flex}.purchase-order-create-section input,.purchase-order-create-section select,.purchase-order-create-section textarea{color:#202830;background-color:#fff;border:1px solid #d7dce1;border-radius:6px;outline:none;width:100%;font-size:13px}.purchase-order-create-section input,.purchase-order-create-section select{height:38px;padding:0 10px}.purchase-order-create-section textarea{resize:vertical;min-height:78px;padding:10px;line-height:1.5}.purchase-order-create-section>label+label{margin-top:14px}.purchase-order-create-section input:focus,.purchase-order-create-section select:focus,.purchase-order-create-section textarea:focus{border-color:#7b8792}.purchase-order-create-item-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.purchase-order-create-item-header h2{margin:0}.purchase-order-create-item-header button{color:#fff;cursor:pointer;background-color:#1769aa;border:1px solid #1769aa;border-radius:6px;height:36px;padding:0 14px;font-size:13px;font-weight:600}.purchase-order-create-item-header button:hover{background-color:#12578e;border-color:#12578e}.purchase-order-create-table-wrap{width:100%;overflow-x:auto}.purchase-order-create-table-wrap table{border-collapse:collapse;background-color:#fff;width:100%;min-width:820px;font-size:13px}.purchase-order-create-table-wrap th,.purchase-order-create-table-wrap td{text-align:left;vertical-align:middle;border-bottom:1px solid #e7eaed;padding:10px}.purchase-order-create-table-wrap th{color:#4e5965;white-space:nowrap;background-color:#f7f8fa;border-top:1px solid #e4e8ec;font-weight:600}.purchase-order-create-table-wrap select,.purchase-order-create-table-wrap input{min-width:120px}.purchase-order-create-table-wrap td:first-child select{min-width:220px}.purchase-order-create-table-wrap button{color:#c62828;cursor:pointer;background-color:#fff;border:1px solid #e3bcbc;border-radius:6px;height:34px;padding:0 12px;font-size:12px;font-weight:600}.purchase-order-create-table-wrap button:hover:not(:disabled){background-color:#fff3f3}.purchase-order-create-table-wrap button:disabled{color:#a7afb7;cursor:not-allowed;background-color:#f4f5f6;border-color:#dde1e5}.purchase-order-create-actions{justify-content:flex-end;gap:10px;display:flex}.purchase-order-create-actions button{cursor:pointer;border-radius:6px;min-width:92px;height:38px;padding:0 16px;font-size:13px;font-weight:600}.purchase-order-create-actions button:first-child{color:#4e5965;background-color:#fff;border:1px solid #cfd6dc}.purchase-order-create-actions button:first-child:hover:not(:disabled){background-color:#f4f6f8}.purchase-order-create-actions button:last-child{color:#fff;background-color:#1769aa;border:1px solid #1769aa}.purchase-order-create-actions button:last-child:hover:not(:disabled){background-color:#12578e;border-color:#12578e}.purchase-order-create-actions button:disabled{opacity:.6;cursor:not-allowed}@media (width<=800px){.purchase-order-create-form-grid{grid-template-columns:1fr}}@media (width<=650px){.purchase-order-create-header,.purchase-order-create-item-header{flex-direction:column;align-items:stretch}.purchase-order-create-actions{flex-direction:column-reverse}.purchase-order-create-actions button{width:100%}}.management-modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:#1b232b85;justify-content:center;align-items:center;padding:32px;display:flex;position:fixed;inset:0}.management-modal-dialog{background-color:#fff;border:1px solid #dfe4e8;border-radius:9px;width:900px;max-height:calc(100vh - 64px);overflow-y:auto;box-shadow:0 18px 50px #121d263d}.management-modal-dialog>*{border:0;border-radius:9px;margin:0}.management-access-denied{text-align:center;background-color:#fff;border:1px solid #e1e6ea;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;min-width:720px;min-height:360px;padding:48px;display:flex}.management-access-denied-icon{color:#c62828;background-color:#fff0f0;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:16px;font-size:24px;font-weight:700;display:flex}.management-access-denied h1{color:#252d36;margin:0;font-size:24px}.management-access-denied p{color:#707b85;margin:10px 0 0;font-size:14px;line-height:1.6}button.permission-disabled,button.permission-disabled:hover{color:#8a949e!important;cursor:not-allowed!important;box-shadow:none!important;background-color:#e8ebee!important;border-color:#d4d9dd!important}.product-management-page{width:100%;min-width:960px}.product-management-header{flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.product-management-header>div{min-width:max-content}.product-management-header h1{white-space:nowrap;color:#202830;margin:0;font-size:24px;font-weight:700}.product-management-header p{white-space:nowrap;color:#818b95;margin:6px 0 0;font-size:13px}.product-message{border-radius:7px;margin:0 0 14px;padding:14px 16px;font-size:13px}.product-message.error{color:#c62828;background-color:#fff3f3;border:1px solid #f2caca}.product-result-summary{color:#65717c;margin-bottom:10px;font-size:13px;font-weight:600}.product-table-wrap{background-color:#fff;border-radius:7px;overflow-x:auto}.product-table{border-collapse:collapse;background-color:#fff;width:100%;min-width:1050px;font-size:13px}.product-table th,.product-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #e7eaed;padding:11px 12px}.product-table th{color:#4e5965;background-color:#f7f8fa;border-top:1px solid #e4e8ec;font-weight:600}.product-table td{color:#323b45}.product-result-summary,.product-table th,.product-table td{white-space:nowrap}.product-table tbody tr:hover{background-color:#f5f9fc}.product-table tbody tr:last-child td{border-bottom:1px solid #e4e8ec}.product-empty-row{text-align:center!important;color:#818b95!important;padding:28px 20px!important}.product-search-form{background-color:#fff;border:1px solid #e4e8ec;border-radius:7px;flex-direction:column;gap:16px;margin-bottom:18px;padding:20px;display:flex}.product-search-fields{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 16px;display:grid}.product-search-fields label{color:#323b45;flex-direction:column;gap:6px;min-width:0;font-size:13px;font-weight:600;display:flex}.product-search-fields input,.product-search-fields select{color:#202830;background-color:#fff;border:1px solid #d7dce1;border-radius:6px;outline:none;width:100%;min-width:0;max-width:100%;height:38px;padding:0 10px;font-size:13px}.product-search-fields input:focus,.product-search-fields select:focus{border-color:#1769aa;box-shadow:0 0 0 3px #1769aa1f}.product-search-actions{justify-content:flex-end;gap:8px;display:flex}.product-search-actions button{cursor:pointer;border:1px solid #cfd6dc;border-radius:6px;height:38px;padding:0 18px;font-size:13px;font-weight:600}.product-search-actions button[type=submit]{color:#fff;background-color:#1769aa;border-color:#1769aa}.product-search-actions button[type=submit]:hover:not(:disabled){background-color:#12578e;border-color:#12578e}.product-search-actions button[type=button]{color:#4e5965;background-color:#fff}.product-search-actions button[type=button]:hover:not(:disabled){background-color:#f4f6f8}.product-search-actions button:disabled{opacity:.6;cursor:not-allowed}.product-primary-button{white-space:nowrap;color:#fff;cursor:pointer;background-color:#1769aa;border:1px solid #1769aa;border-radius:6px;flex:none;height:38px;padding:0 18px;font-size:13px;font-weight:600}.product-primary-button:hover{background-color:#12578e;border-color:#12578e}.product-edit-panel{background-color:#fff;border:1px solid #e4e8ec;border-radius:7px;margin-bottom:18px;padding:20px}.product-edit-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.product-edit-heading h2{color:#202830;margin:0;font-size:17px;font-weight:600}.product-edit-heading button{color:#4e5965;cursor:pointer;background-color:#fff;border:1px solid #cfd6dc;border-radius:6px;height:32px;padding:0 12px;font-size:13px;font-weight:600}.product-edit-fields{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 16px;display:grid}.product-edit-fields label{color:#323b45;flex-direction:column;gap:6px;font-size:13px;font-weight:600;display:flex}.product-edit-fields input,.product-edit-fields select{color:#202830;background-color:#fff;border:1px solid #d7dce1;border-radius:6px;outline:none;width:100%;height:38px;padding:0 10px;font-size:13px}.product-edit-fields input:focus,.product-edit-fields select:focus{border-color:#1769aa;box-shadow:0 0 0 3px #1769aa1f}.product-edit-actions{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}.product-edit-actions button{cursor:pointer;border:1px solid #cfd6dc;border-radius:6px;height:38px;padding:0 18px;font-size:13px;font-weight:600}.product-edit-actions button[type=button]{color:#4e5965;background-color:#fff}.product-edit-actions button[type=submit]{color:#fff;background-color:#1769aa;border-color:#1769aa}.product-edit-actions button[type=submit]:hover:not(:disabled){background-color:#12578e;border-color:#12578e}.product-edit-heading button:disabled,.product-edit-actions button:disabled{opacity:.6;cursor:not-allowed}.product-message.success{color:#216e39;background-color:#edf8f0;border:1px solid #b9dfc3}.product-edit-button{color:#1769aa;cursor:pointer;background-color:#fff;border:1px solid #1769aa;border-radius:6px;height:30px;padding:0 12px;font-size:13px;font-weight:600}.product-edit-button:hover{background-color:#eaf3fb}.product-table th:last-child,.product-table td:last-child{text-align:center;width:270px}.product-row-actions{justify-content:center;align-items:center;gap:6px;display:flex}.product-deactivate-button{color:#c62828;cursor:pointer;background-color:#fff;border:1px solid #dca8a8;border-radius:6px;height:30px;padding:0 12px;font-size:13px;font-weight:600}.product-deactivate-button:hover:not(:disabled){background-color:#fff3f3;border-color:#c62828}.product-deactivate-button:disabled{color:#9ba3aa;cursor:not-allowed;background-color:#f4f6f8;border-color:#d7dce1}.product-status{border-radius:999px;padding:4px 8px;font-size:12px;font-weight:600;display:inline-flex}.product-status.active{color:#216e39;background-color:#eaf6ed}.product-status.inactive{color:#6f7881;background-color:#eceff1}.product-unit-button{color:#4e5965;cursor:pointer;background-color:#fff;border:1px solid #9da7b1;border-radius:6px;height:30px;padding:0 12px;font-size:13px;font-weight:600}.product-unit-button:hover{color:#1769aa;background-color:#f0f6fb;border-color:#1769aa}.product-unit-panel{background-color:#fff;border:1px solid #e4e8ec;border-radius:7px;margin-top:20px;padding:20px}.product-unit-heading{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.product-unit-heading h2{color:#202830;margin:0;font-size:17px;font-weight:600}.product-unit-heading p{color:#818b95;margin:5px 0 0;font-size:13px}.product-unit-heading>button{color:#4e5965;cursor:pointer;background-color:#fff;border:1px solid #cfd6dc;border-radius:6px;height:32px;padding:0 12px;font-size:13px;font-weight:600}.product-unit-heading>button:hover{background-color:#f4f6f8}.product-unit-table-wrap{overflow-x:auto}.product-unit-table{border-collapse:collapse;background-color:#fff;width:100%;min-width:650px;font-size:13px}.product-unit-table th,.product-unit-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #e7eaed;padding:11px 12px}.product-unit-table th{color:#4e5965;background-color:#f7f8fa;border-top:1px solid #e4e8ec;font-weight:600}.product-unit-table tbody tr:hover{background-color:#f5f9fc}.product-unit-create-area{justify-content:flex-end;margin-top:20px;margin-bottom:10px;display:flex}.product-unit-form{background-color:#fff;border:1px solid #e4e8ec;border-radius:7px;margin-bottom:12px;padding:20px}.product-unit-form-heading{margin-bottom:16px}.product-unit-form-heading h3{color:#202830;margin:0;font-size:16px;font-weight:600}.product-unit-form-fields{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 16px;display:grid}.product-unit-form-fields label{color:#323b45;flex-direction:column;gap:6px;font-size:13px;font-weight:600;display:flex}.product-unit-form-fields input,.product-unit-form-fields select{color:#202830;background-color:#fff;border:1px solid #d7dce1;border-radius:6px;outline:none;width:100%;height:38px;padding:0 10px;font-size:13px}.product-unit-form-fields input:focus,.product-unit-form-fields select:focus{border-color:#1769aa;box-shadow:0 0 0 3px #1769aa1f}.product-unit-form-fields input:disabled,.product-unit-form-fields select:disabled{color:#78838e;background-color:#f4f6f8}.product-unit-form-actions{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}.product-unit-form-actions button{cursor:pointer;border:1px solid #cfd6dc;border-radius:6px;height:38px;padding:0 18px;font-size:13px;font-weight:600}.product-unit-form-actions button[type=button]{color:#4e5965;background-color:#fff}.product-unit-form-actions button[type=submit]{color:#fff;background-color:#1769aa;border-color:#1769aa}.product-unit-form-actions button[type=submit]:hover:not(:disabled){background-color:#12578e;border-color:#12578e}.product-unit-form-actions button:disabled{opacity:.6;cursor:not-allowed}.product-unit-row-actions{justify-content:center;align-items:center;gap:6px;display:flex}.product-unit-edit-button,.product-unit-deactivate-button{cursor:pointer;background-color:#fff;border-radius:6px;height:30px;padding:0 12px;font-size:13px;font-weight:600}.product-unit-edit-button{color:#1769aa;border:1px solid #1769aa}.product-unit-edit-button:hover:not(:disabled){background-color:#eaf3fb}.product-unit-deactivate-button{color:#c62828;border:1px solid #dca8a8}.product-unit-deactivate-button:hover:not(:disabled){background-color:#fff3f3;border-color:#c62828}.product-unit-edit-button:disabled,.product-unit-deactivate-button:disabled{color:#9ba3aa;cursor:not-allowed;background-color:#f4f6f8;border-color:#d7dce1}.product-unit-table th:last-child,.product-unit-table td:last-child{text-align:center;width:180px}.business-partner-page{width:100%;min-width:960px}.business-partner-header{flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.business-partner-header>div{min-width:max-content}.business-partner-header h1{white-space:nowrap;color:#202830;margin:0;font-size:24px;font-weight:700}.business-partner-header p{white-space:nowrap;color:#818b95;margin:6px 0 0;font-size:13px}.business-partner-search-form{background-color:#fff;border:1px solid #e4e8ec;border-radius:7px;flex-direction:column;gap:16px;margin-bottom:18px;padding:20px;display:flex}.business-partner-search-fields{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 16px;display:grid}.business-partner-search-fields label{color:#323b45;flex-direction:column;gap:6px;min-width:0;font-size:13px;font-weight:600;display:flex}.business-partner-search-fields input,.business-partner-search-fields select{color:#202830;background-color:#fff;border:1px solid #d7dce1;border-radius:6px;outline:none;width:100%;min-width:0;max-width:100%;height:38px;padding:0 10px;font-size:13px}.business-partner-search-fields input:focus,.business-partner-search-fields select:focus{border-color:#1769aa;box-shadow:0 0 0 3px #1769aa1f}.business-partner-search-actions{justify-content:flex-end;gap:8px;display:flex}.business-partner-search-actions button{cursor:pointer;border:1px solid #cfd6dc;border-radius:6px;height:38px;padding:0 18px;font-size:13px;font-weight:600}.business-partner-search-actions button[type=submit]{color:#fff;background-color:#1769aa;border-color:#1769aa}.business-partner-search-actions button[type=submit]:hover:not(:disabled){background-color:#12578e;border-color:#12578e}.business-partner-search-actions button[type=button]{color:#4e5965;background-color:#fff}.business-partner-search-actions button[type=button]:hover:not(:disabled){background-color:#f4f6f8}.business-partner-search-actions button:disabled{opacity:.6;cursor:not-allowed}.business-partner-message{border-radius:7px;margin:0 0 14px;padding:14px 16px;font-size:13px}.business-partner-message.error{color:#c62828;background-color:#fff3f3;border:1px solid #f2caca}.business-partner-result-summary{color:#65717c;margin-bottom:10px;font-size:13px;font-weight:600}.business-partner-table-wrap{background-color:#fff;border-radius:7px;overflow-x:auto}.business-partner-table{border-collapse:collapse;background-color:#fff;width:100%;min-width:1150px;font-size:13px}.business-partner-table th,.business-partner-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #e7eaed;padding:11px 12px}.business-partner-table th{color:#4e5965;background-color:#f7f8fa;border-top:1px solid #e4e8ec;font-weight:600}.business-partner-table td{color:#323b45}.business-partner-table td small{color:#818b95;margin-top:3px;display:block}.business-partner-table tbody tr:hover{background-color:#f5f9fc}.business-partner-table tbody tr:last-child td{border-bottom:1px solid #e4e8ec}.business-partner-empty-row{text-align:center!important;color:#818b95!important;padding:28px 20px!important}.business-partner-status{border-radius:999px;align-items:center;min-width:52px;padding:4px 9px;font-size:12px;font-weight:600;display:inline-flex}.business-partner-status.active{color:#1b7b44;background-color:#eaf7ef}.business-partner-status.inactive{color:#7a838c;background-color:#eef1f3}.business-partner-primary-button{white-space:nowrap;color:#fff;cursor:pointer;background-color:#1769aa;border:1px solid #1769aa;border-radius:6px;flex:none;height:38px;padding:0 18px;font-size:13px;font-weight:600}.business-partner-primary-button:hover{background-color:#12578e;border-color:#12578e}.business-partner-message.success{color:#1b6f3a;background-color:#edf8f1;border:1px solid #c9e8d3}.business-partner-edit-panel{background-color:#fff;border:1px solid #e4e8ec;border-radius:7px;margin-bottom:18px;padding:20px}.business-partner-edit-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.business-partner-edit-heading h2{color:#202830;margin:0;font-size:17px;font-weight:600}.business-partner-edit-heading button{color:#4e5965;cursor:pointer;background-color:#fff;border:1px solid #cfd6dc;border-radius:6px;height:32px;padding:0 12px;font-size:13px;font-weight:600}.business-partner-edit-fields{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 16px;display:grid}.business-partner-edit-fields label{color:#323b45;flex-direction:column;gap:6px;font-size:13px;font-weight:600;display:flex}.business-partner-edit-fields input,.business-partner-edit-fields select{color:#202830;background-color:#fff;border:1px solid #d7dce1;border-radius:6px;outline:none;width:100%;height:38px;padding:0 10px;font-size:13px}.business-partner-edit-fields input:focus,.business-partner-edit-fields select:focus{border-color:#1769aa;box-shadow:0 0 0 3px #1769aa1f}.business-partner-field-wide{grid-column:span 3}.business-partner-edit-actions{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}.business-partner-edit-actions button{cursor:pointer;border:1px solid #cfd6dc;border-radius:6px;height:38px;padding:0 18px;font-size:13px;font-weight:600}.business-partner-edit-actions button[type=button]{color:#4e5965;background-color:#fff}.business-partner-edit-actions button[type=submit]{color:#fff;background-color:#1769aa;border-color:#1769aa}.business-partner-edit-actions button[type=button]:hover:not(:disabled){background-color:#f4f6f8}.business-partner-edit-actions button[type=submit]:hover:not(:disabled){background-color:#12578e;border-color:#12578e}.business-partner-edit-heading button:disabled,.business-partner-edit-actions button:disabled{opacity:.6;cursor:not-allowed}.business-partner-table th:nth-child(7),.business-partner-table td:nth-child(7),.business-partner-table th:last-child,.business-partner-table td:last-child{text-align:center}.business-partner-result-summary,.business-partner-table th,.business-partner-table td{white-space:nowrap}.business-partner-status{justify-content:center}.business-partner-edit-button{color:#1769aa;cursor:pointer;background-color:#fff;border:1px solid #9fc4df;border-radius:5px;height:30px;padding:0 12px;font-size:12px;font-weight:600}.business-partner-edit-button:hover{background-color:#edf6fc}.business-partner-row-actions{justify-content:center;align-items:center;gap:6px;display:flex}.business-partner-deactivate-button{color:#c62828;cursor:pointer;background-color:#fff;border:1px solid #e0aaaa;border-radius:5px;height:30px;padding:0 12px;font-size:12px;font-weight:600}.business-partner-deactivate-button:hover{background-color:#fff1f1}.warehouse-page{width:100%;min-width:960px}.warehouse-header{flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.warehouse-header>div{min-width:max-content}.warehouse-header h1{white-space:nowrap;color:#202830;margin:0;font-size:24px;font-weight:700}.warehouse-header p{white-space:nowrap;color:#818b95;margin:6px 0 0;font-size:13px}.warehouse-search-form{background-color:#fff;border:1px solid #e4e8ec;border-radius:7px;flex-direction:column;gap:16px;margin-bottom:18px;padding:20px;display:flex}.warehouse-search-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;display:grid}.warehouse-search-fields label{color:#323b45;flex-direction:column;gap:6px;min-width:0;font-size:13px;font-weight:600;display:flex}.warehouse-search-fields input,.warehouse-search-fields select{color:#202830;background-color:#fff;border:1px solid #d7dce1;border-radius:6px;outline:none;width:100%;min-width:0;max-width:100%;height:38px;padding:0 10px;font-size:13px}.warehouse-search-fields input:focus,.warehouse-search-fields select:focus{border-color:#1769aa;box-shadow:0 0 0 3px #1769aa1f}.warehouse-search-actions{justify-content:flex-end;gap:8px;display:flex}.warehouse-search-actions button{cursor:pointer;border:1px solid #cfd6dc;border-radius:6px;height:38px;padding:0 18px;font-size:13px;font-weight:600}.warehouse-search-actions button[type=submit]{color:#fff;background-color:#1769aa;border-color:#1769aa}.warehouse-search-actions button[type=submit]:hover:not(:disabled){background-color:#12578e;border-color:#12578e}.warehouse-search-actions button[type=button]{color:#4e5965;background-color:#fff}.warehouse-search-actions button[type=button]:hover:not(:disabled){background-color:#f4f6f8}.warehouse-search-actions button:disabled{opacity:.6;cursor:not-allowed}.warehouse-message{border-radius:7px;margin:0 0 14px;padding:14px 16px;font-size:13px}.warehouse-message.error{color:#c62828;background-color:#fff3f3;border:1px solid #f2caca}.warehouse-result-summary{color:#65717c;margin-bottom:10px;font-size:13px;font-weight:600}.warehouse-table-wrap{background-color:#fff;border-radius:7px;overflow-x:auto}.warehouse-table{border-collapse:collapse;background-color:#fff;width:100%;min-width:1100px;font-size:13px}.warehouse-table th,.warehouse-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #e7eaed;padding:11px 12px}.warehouse-table th{color:#4e5965;background-color:#f7f8fa;border-top:1px solid #e4e8ec;font-weight:600}.warehouse-table td{color:#323b45}.warehouse-table tbody tr:hover{background-color:#f5f9fc}.warehouse-table tbody tr:last-child td{border-bottom:1px solid #e4e8ec}.warehouse-table th:nth-child(6),.warehouse-table td:nth-child(6),.warehouse-table th:last-child,.warehouse-table td:last-child{text-align:center}.warehouse-table th:last-child,.warehouse-table td:last-child{white-space:nowrap;min-width:180px}.warehouse-result-summary,.warehouse-table th,.warehouse-table td{white-space:nowrap}.warehouse-row-actions{white-space:nowrap;flex-wrap:nowrap}.warehouse-edit-button,.warehouse-deactivate-button{white-space:nowrap;flex:none}.warehouse-empty-row{text-align:center!important;color:#818b95!important;padding:28px 20px!important}.warehouse-status{border-radius:999px;justify-content:center;align-items:center;min-width:52px;padding:4px 9px;font-size:12px;font-weight:600;display:inline-flex}.warehouse-status.active{color:#1b7b44;background-color:#eaf7ef}.warehouse-status.inactive{color:#7a838c;background-color:#eef1f3}.warehouse-primary-button{white-space:nowrap;color:#fff;cursor:pointer;background-color:#1769aa;border:1px solid #1769aa;border-radius:6px;flex:none;height:38px;padding:0 18px;font-size:13px;font-weight:600}.warehouse-primary-button:hover{background-color:#12578e;border-color:#12578e}.warehouse-message.success{color:#1b6f3a;background-color:#edf8f1;border:1px solid #c9e8d3}.warehouse-edit-panel{background-color:#fff;border:1px solid #e4e8ec;border-radius:7px;margin-bottom:18px;padding:20px}.warehouse-edit-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.warehouse-edit-heading h2{color:#202830;margin:0;font-size:17px;font-weight:600}.warehouse-edit-heading button{color:#4e5965;cursor:pointer;background-color:#fff;border:1px solid #cfd6dc;border-radius:6px;height:32px;padding:0 12px;font-size:13px;font-weight:600}.warehouse-edit-fields{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 16px;display:grid}.warehouse-edit-fields label{color:#323b45;flex-direction:column;gap:6px;font-size:13px;font-weight:600;display:flex}.warehouse-edit-fields input,.warehouse-edit-fields textarea{color:#202830;background-color:#fff;border:1px solid #d7dce1;border-radius:6px;outline:none;width:100%;padding:0 10px;font-size:13px}.warehouse-edit-fields input{height:38px}.warehouse-edit-fields textarea{resize:vertical;min-height:80px;padding-top:10px;padding-bottom:10px;font-family:inherit}.warehouse-edit-fields input:focus,.warehouse-edit-fields textarea:focus{border-color:#1769aa;box-shadow:0 0 0 3px #1769aa1f}.warehouse-field-wide{grid-column:span 3}.warehouse-edit-actions{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}.warehouse-edit-actions button{cursor:pointer;border:1px solid #cfd6dc;border-radius:6px;height:38px;padding:0 18px;font-size:13px;font-weight:600}.warehouse-edit-actions button[type=button]{color:#4e5965;background-color:#fff}.warehouse-edit-actions button[type=submit]{color:#fff;background-color:#1769aa;border-color:#1769aa}.warehouse-edit-actions button[type=button]:hover:not(:disabled){background-color:#f4f6f8}.warehouse-edit-actions button[type=submit]:hover:not(:disabled){background-color:#12578e;border-color:#12578e}.warehouse-edit-heading button:disabled,.warehouse-edit-actions button:disabled{opacity:.6;cursor:not-allowed}.warehouse-edit-button{color:#1769aa;cursor:pointer;background-color:#fff;border:1px solid #9fc4df;border-radius:5px;height:30px;padding:0 12px;font-size:12px;font-weight:600}.warehouse-edit-button:hover{background-color:#edf6fc}.warehouse-row-actions{justify-content:center;align-items:center;gap:6px;display:flex}.warehouse-deactivate-button{color:#c62828;cursor:pointer;background-color:#fff;border:1px solid #e0aaaa;border-radius:5px;height:30px;padding:0 12px;font-size:12px;font-weight:600}.warehouse-deactivate-button:hover{background-color:#fff1f1}.warehouse-primary-button,.warehouse-search-actions button,.warehouse-edit-actions button{white-space:nowrap}.warehouse-primary-button{min-width:120px}.warehouse-search-actions button{min-width:88px}.unit-page{width:100%;min-width:960px}.unit-header{flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.unit-header>div{min-width:max-content}.unit-header h1{white-space:nowrap;color:#202830;margin:0;font-size:24px;font-weight:700}.unit-header p{white-space:nowrap;color:#818b95;margin:6px 0 0;font-size:13px}.unit-search-form{background-color:#fff;border:1px solid #e4e8ec;border-radius:7px;flex-direction:column;gap:16px;margin-bottom:18px;padding:20px;display:flex}.unit-search-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;display:grid}.unit-search-fields label{color:#323b45;flex-direction:column;gap:6px;min-width:0;font-size:13px;font-weight:600;display:flex}.unit-search-fields input,.unit-search-fields select{color:#202830;background-color:#fff;border:1px solid #d7dce1;border-radius:6px;outline:none;width:100%;min-width:0;max-width:100%;height:38px;padding:0 10px;font-size:13px}.unit-search-fields input:focus,.unit-search-fields select:focus{border-color:#1769aa;box-shadow:0 0 0 3px #1769aa1f}.unit-search-actions{justify-content:flex-end;gap:8px;display:flex}.unit-search-actions button{cursor:pointer;border:1px solid #cfd6dc;border-radius:6px;height:38px;padding:0 18px;font-size:13px;font-weight:600}.unit-search-actions button[type=submit]{color:#fff;background-color:#1769aa;border-color:#1769aa}.unit-search-actions button[type=submit]:hover:not(:disabled){background-color:#12578e;border-color:#12578e}.unit-search-actions button[type=button]{color:#4e5965;background-color:#fff}.unit-search-actions button[type=button]:hover:not(:disabled){background-color:#f4f6f8}.unit-search-actions button:disabled{opacity:.6;cursor:not-allowed}.unit-message{border-radius:7px;margin:0 0 14px;padding:14px 16px;font-size:13px}.unit-message.error{color:#c62828;background-color:#fff3f3;border:1px solid #f2caca}.unit-result-summary{color:#65717c;margin-bottom:10px;font-size:13px;font-weight:600}.unit-table-wrap{background-color:#fff;border-radius:7px;overflow-x:auto}.unit-table{border-collapse:collapse;background-color:#fff;width:100%;min-width:650px;font-size:13px}.unit-table th,.unit-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #e7eaed;padding:11px 12px}.unit-table th{color:#4e5965;background-color:#f7f8fa;border-top:1px solid #e4e8ec;font-weight:600}.unit-table td{color:#323b45}.unit-table tbody tr:hover{background-color:#f5f9fc}.unit-table tbody tr:last-child td{border-bottom:1px solid #e4e8ec}.unit-table th:nth-child(4),.unit-table td:nth-child(4),.unit-table th:last-child,.unit-table td:last-child{text-align:center}.unit-result-summary,.unit-table th,.unit-table td{white-space:nowrap}.unit-empty-row{text-align:center!important;color:#818b95!important;padding:28px 20px!important}.unit-status{border-radius:999px;justify-content:center;align-items:center;min-width:52px;padding:4px 9px;font-size:12px;font-weight:600;display:inline-flex}.unit-status.active{color:#1b7b44;background-color:#eaf7ef}.unit-status.inactive{color:#7a838c;background-color:#eef1f3}.unit-primary-button{white-space:nowrap;color:#fff;cursor:pointer;background-color:#1769aa;border:1px solid #1769aa;border-radius:6px;flex:none;height:38px;padding:0 18px;font-size:13px;font-weight:600}.unit-primary-button:hover{background-color:#12578e;border-color:#12578e}.unit-message.success{color:#1b6f3a;background-color:#edf8f1;border:1px solid #c9e8d3}.unit-edit-panel{background-color:#fff;border:1px solid #e4e8ec;border-radius:7px;margin-bottom:18px;padding:20px}.unit-edit-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.unit-edit-heading h2{color:#202830;margin:0;font-size:17px;font-weight:600}.unit-edit-heading button{color:#4e5965;cursor:pointer;background-color:#fff;border:1px solid #cfd6dc;border-radius:6px;height:32px;padding:0 12px;font-size:13px;font-weight:600}.unit-edit-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;display:grid}.unit-edit-fields label{color:#323b45;flex-direction:column;gap:6px;font-size:13px;font-weight:600;display:flex}.unit-edit-fields input,.unit-edit-fields textarea{color:#202830;background-color:#fff;border:1px solid #d7dce1;border-radius:6px;outline:none;width:100%;padding:0 10px;font-size:13px}.unit-edit-fields input{height:38px}.unit-edit-fields textarea{resize:vertical;min-height:80px;padding-top:10px;padding-bottom:10px;font-family:inherit}.unit-edit-fields input:focus,.unit-edit-fields textarea:focus{border-color:#1769aa;box-shadow:0 0 0 3px #1769aa1f}.unit-field-wide{grid-column:span 2}.unit-edit-actions{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}.unit-edit-actions button{cursor:pointer;border:1px solid #cfd6dc;border-radius:6px;height:38px;padding:0 18px;font-size:13px;font-weight:600}.unit-edit-actions button[type=button]{color:#4e5965;background-color:#fff}.unit-edit-actions button[type=submit]{color:#fff;background-color:#1769aa;border-color:#1769aa}.unit-edit-actions button[type=button]:hover:not(:disabled){background-color:#f4f6f8}.unit-edit-actions button[type=submit]:hover:not(:disabled){background-color:#12578e;border-color:#12578e}.unit-edit-heading button:disabled,.unit-edit-actions button:disabled{opacity:.6;cursor:not-allowed}.unit-edit-button{color:#1769aa;cursor:pointer;background-color:#fff;border:1px solid #9fc4df;border-radius:5px;height:30px;padding:0 12px;font-size:12px;font-weight:600}.unit-edit-button:hover{background-color:#edf6fc}.unit-row-actions{justify-content:center;align-items:center;gap:6px;display:flex}.unit-deactivate-button{color:#c62828;cursor:pointer;background-color:#fff;border:1px solid #e0aaaa;border-radius:5px;height:30px;padding:0 12px;font-size:12px;font-weight:600}.unit-deactivate-button:hover{background-color:#fff1f1}.user-permission-page{width:100%;min-width:960px}.user-permission-access-denied{text-align:center;background-color:#fff;border:1px solid #e1e6ea;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;min-height:360px;padding:48px;display:flex}.user-permission-access-denied-icon{color:#c62828;background-color:#fff0f0;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:16px;font-size:24px;font-weight:700;display:flex}.user-permission-access-denied h1{color:#252d36;margin:0;font-size:24px}.user-permission-access-denied p{color:#707b85;margin:10px 0 0;font-size:14px;line-height:1.6}.user-permission-header{flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.user-permission-header>div{min-width:max-content}.user-permission-header h1{white-space:nowrap;color:#202830;margin:0;font-size:24px;font-weight:700}.user-permission-header p{white-space:nowrap;color:#818b95;margin:6px 0 0;font-size:13px}.user-permission-primary-button{white-space:nowrap;color:#fff;cursor:pointer;background-color:#1769aa;border:1px solid #1769aa;border-radius:6px;flex:none;height:38px;padding:0 18px;font-size:13px;font-weight:600}.user-permission-primary-button:hover{background-color:#12578e;border-color:#12578e}.user-permission-tabs{background-color:#e9edf1;border-radius:7px;gap:4px;width:max-content;margin-bottom:14px;padding:4px;display:flex}.user-permission-tabs button{color:#65717c;cursor:pointer;background-color:#0000;border:0;border-radius:5px;height:34px;padding:0 18px;font-size:13px;font-weight:600}.user-permission-tabs button.active{color:#1769aa;background-color:#fff;box-shadow:0 1px 3px #2028301f}.user-permission-search-form,.user-permission-edit-card{background-color:#fff;border:1px solid #e4e8ec;border-radius:7px;flex-direction:column;gap:16px;margin-bottom:18px;padding:20px;display:flex}.user-permission-search-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;display:grid}.user-permission-search-fields label,.user-permission-form-grid label{color:#323b45;flex-direction:column;gap:6px;min-width:0;font-size:13px;font-weight:600;display:flex}.user-permission-search-fields input,.user-permission-search-fields select,.user-permission-form-grid input{color:#202830;background-color:#fff;border:1px solid #d7dce1;border-radius:6px;outline:none;width:100%;min-width:0;height:38px;padding:0 10px;font-size:13px}.user-permission-search-fields input:focus,.user-permission-search-fields select:focus,.user-permission-form-grid input:focus{border-color:#1769aa;box-shadow:0 0 0 3px #1769aa1f}.user-permission-search-actions,.user-permission-form-actions{justify-content:flex-end;gap:8px;display:flex}.user-permission-search-actions button,.user-permission-form-actions button{white-space:nowrap;color:#4e5965;cursor:pointer;background-color:#fff;border:1px solid #cfd6dc;border-radius:6px;height:38px;padding:0 18px;font-size:13px;font-weight:600}.user-permission-search-actions button[type=submit],.user-permission-form-actions button.primary{color:#fff;background-color:#1769aa;border-color:#1769aa}.user-permission-search-actions button[type=submit]:hover,.user-permission-form-actions button.primary:hover{background-color:#12578e;border-color:#12578e}.user-permission-card-heading h2{color:#202830;margin:0;font-size:17px;font-weight:700}.user-permission-card-heading p{color:#818b95;margin:5px 0 0;font-size:12px}.user-permission-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 16px;display:grid}.user-permission-role-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.user-permission-form-grid label.wide{grid-column:span 2}.user-permission-form-grid em{color:#d32f2f;margin-left:3px;font-style:normal}.user-permission-form-notice{color:#65717c;background-color:#f7f8fa;border-radius:6px;padding:12px 14px;font-size:12px}.user-permission-create-permissions{flex-direction:column;gap:10px;display:flex}.user-permission-create-permissions h3{color:#323b45;margin:0;font-size:13px;font-weight:600}.user-permission-result-summary{white-space:nowrap;color:#65717c;margin-bottom:10px;font-size:13px;font-weight:600}.user-permission-table-wrap{background-color:#fff;border-radius:7px;overflow-x:auto}.user-permission-table{border-collapse:collapse;background-color:#fff;width:100%;min-width:1100px;font-size:13px}.user-permission-table.role-table{min-width:900px}.user-permission-table th,.user-permission-table td{white-space:nowrap;text-align:left;vertical-align:middle;border-bottom:1px solid #e7eaed;padding:11px 12px}.user-permission-table th{color:#4e5965;background-color:#f7f8fa;border-top:1px solid #e4e8ec;font-weight:600}.user-permission-table td{color:#323b45}.user-permission-table th:nth-last-child(-n+2),.user-permission-table td:nth-last-child(-n+2){text-align:center}.user-permission-empty-row{text-align:center!important;color:#818b95!important;padding:28px 20px!important}.user-permission-message{border-radius:7px;margin:0 0 14px;padding:14px 16px;font-size:13px}.user-permission-message.success{color:#1b6e3d;background-color:#eef8f2;border:1px solid #cde8d7}.user-permission-message.error{color:#c62828;background-color:#fff3f3;border:1px solid #f2caca}.user-permission-status{border-radius:999px;justify-content:center;align-items:center;min-width:52px;padding:4px 9px;font-size:12px;font-weight:600;display:inline-flex}.user-permission-status.active{color:#1b7b44;background-color:#eaf7ef}.user-permission-status.inactive{color:#737d86;background-color:#eef1f3}.user-permission-manage-button{white-space:nowrap;color:#1769aa;cursor:pointer;background-color:#fff;border:1px solid #86b9df;border-radius:6px;height:32px;padding:0 12px;font-size:12px;font-weight:600}.user-permission-manage-button:hover:not(:disabled){background-color:#f0f7fc}.user-permission-manage-button:disabled{color:#8a949e;cursor:not-allowed;background-color:#f5f6f7;border-color:#d8dde1}.user-permission-assignment-card{background-color:#fff;flex-direction:column;gap:18px;padding:22px;display:flex}.user-permission-groups{flex-direction:column;gap:16px;max-height:470px;padding-right:4px;display:flex;overflow-y:auto}.user-permission-group{background-color:#f8f9fa;border:1px solid #e4e8ec;border-radius:7px;padding:14px}.user-permission-group-heading{margin-bottom:11px}.user-permission-group-heading h4{color:#323b45;margin:0;font-size:14px;font-weight:700}.user-permission-group-heading p{color:#78838e;margin:4px 0 0;font-size:12px;line-height:1.45}.user-permission-group-heading .user-permission-read-guide{color:#1769aa}.user-permission-option-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-height:430px;display:grid;overflow-y:auto}.user-permission-group .user-permission-option-list{max-height:none;overflow:visible}.user-permission-option{cursor:pointer;background-color:#fff;border:1px solid #dfe4e8;border-radius:7px;align-items:flex-start;gap:10px;min-width:0;padding:13px 14px;display:flex}.user-permission-option:hover{background-color:#f8fbfe;border-color:#86b9df}.user-permission-option.read-permission{background-color:#f3f8fc;border-color:#9fc6e3}.user-permission-option.dependency-disabled{opacity:.5;cursor:not-allowed;background-color:#f1f3f5}.user-permission-option strong em{vertical-align:middle;color:#1769aa;background-color:#e8f2fa;border-radius:999px;margin-left:7px;padding:2px 6px;font-size:10px;font-style:normal;font-weight:600;display:inline-flex}.user-permission-option input{accent-color:#1769aa;flex:none;width:16px;height:16px;margin:2px 0 0}.user-permission-option>span{flex-direction:column;gap:4px;min-width:0;display:flex}.user-permission-option strong{color:#323b45;font-size:13px}.user-permission-option small{color:#818b95;font-size:11px;line-height:1.45}.user-permission-option-empty{text-align:center;color:#818b95;background-color:#f7f8fa;border-radius:7px;padding:34px 20px;font-size:13px}.user-permission-form-actions button:disabled{opacity:.6;cursor:not-allowed}.sales-order-page .content-panel{box-sizing:border-box}.sales-order-page label{color:#4e5965;font-size:13px}.sales-order-page input,.sales-order-page select{box-sizing:border-box;border:1px solid #cfd6dd;border-radius:5px;height:36px;padding:0 10px}.sales-order-page button{color:#fff;cursor:pointer;background-color:#1769aa;border:0;border-radius:5px;height:36px;padding:0 14px}.sales-order-page button:disabled{cursor:not-allowed;background-color:#aab4bd}.sales-order-page table{border-collapse:collapse;width:100%}.sales-order-page th,.sales-order-page td{text-align:left;border-bottom:1px solid #e4e8ec;padding:12px 10px;font-size:14px}.sales-order-page th{color:#4e5965;background-color:#f8fafc}.field-error{color:#d32f2f;margin:4px 0 0;font-size:13px}.success-message{color:#197a3a;margin:0;font-size:13px}.sales-order-api-error,.sales-order-form-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:7px;margin:12px 0;padding:10px 12px;font-size:14px;font-weight:600}.sales-order-create-link,.sales-order-list-link{box-sizing:border-box;border-radius:7px;justify-content:center;align-items:center;min-height:38px;padding:0 15px;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex}.sales-order-create-link{color:#fff;background:#1769aa}.sales-order-list-link{color:#334155;background:#fff;border:1px solid #cbd5e1}@media (width<=900px){.sales-order-page-header{flex-direction:column;align-items:stretch}}.sales-order-page{flex-direction:column;gap:18px;display:flex}.sales-order-page-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.sales-order-page-header h1{color:#202830;margin:0;font-size:24px;font-weight:700}.sales-order-page-header p{color:#818b95;margin:6px 0 0;font-size:13px}.sales-order-create-link{color:#fff;background-color:#1769aa;border-radius:6px;align-items:center;height:38px;padding:0 16px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.sales-order-create-link:hover{background-color:#12578e}.sales-order-search-form{background-color:#fff;border:1px solid #e4e8ec;border-radius:7px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:16px;padding:20px;display:grid}.sales-order-search-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;display:grid}.sales-order-search-fields label{color:#323b45;flex-direction:column;gap:6px;font-size:13px;font-weight:600;display:flex}.sales-order-search-fields input,.sales-order-search-fields select{color:#202830;background-color:#fff;border:1px solid #d7dce1;border-radius:6px;outline:none;width:100%;height:38px;padding:0 10px;font-size:13px}.sales-order-search-fields input:focus,.sales-order-search-fields select:focus{border-color:#1769aa;box-shadow:0 0 0 3px #1769aa1f}.sales-order-search-actions{white-space:nowrap;justify-content:flex-end;gap:8px;display:flex}.sales-order-search-actions button{color:#4e5965;cursor:pointer;background-color:#fff;border:1px solid #cfd6dc;border-radius:6px;height:38px;padding:0 16px;font-size:13px;font-weight:600}.sales-order-search-actions button[type=submit]{color:#fff;background-color:#1769aa;border-color:#1769aa}.sales-order-search-actions button:hover{background-color:#f4f6f8}.sales-order-search-actions button[type=submit]:hover{background-color:#12578e;border-color:#12578e}.sales-order-list-result{background-color:#fff;border:1px solid #e4e8ec;border-radius:7px;padding:20px}.sales-order-result-summary{color:#65717c;margin:0 0 10px;font-size:13px;font-weight:600}.sales-order-table{border-collapse:collapse;background-color:#fff;width:100%;min-width:760px;font-size:13px}.sales-order-table th,.sales-order-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #e7eaed;padding:11px 12px}.sales-order-table th{color:#4e5965;background-color:#f7f8fa;border-top:1px solid #e4e8ec;font-weight:600}.sales-order-table td{color:#323b45}.sales-order-table tbody tr:hover{background-color:#f5f9fc}.sales-order-table th:last-child,.sales-order-table td:last-child{text-align:center;width:88px}.sales-order-table th:nth-child(n+2),.sales-order-table td:nth-child(n+2){text-align:center}.sales-order-table th:first-child,.sales-order-table td:first-child{width:42%}.sales-order-table th:nth-child(2),.sales-order-table td:nth-child(2){width:20%}.sales-order-number-button{color:#fff;cursor:pointer;box-sizing:border-box;background-color:#1769aa;border:1px solid #1769aa;border-radius:5px;justify-content:center;align-items:center;width:184px;height:36px;padding:0 10px;font-size:13px;font-weight:600;display:inline-flex}.sales-order-number-button:hover{background-color:#12578e;border-color:#12578e}.sales-order-status{border-radius:999px;align-items:center;min-height:26px;padding:0 9px;font-size:12px;font-weight:600;display:inline-flex}.sales-order-order-status-draft{color:#9a6700;background-color:#fff3cd}.sales-order-order-status-confirmed{color:#18794e;background-color:#dff5e7}.sales-order-order-status-cancelled{color:#b42318;background-color:#fee4e2}.sales-order-shipment-status-not_shipped{color:#667085;background-color:#eaecf0}.sales-order-shipment-status-partial{color:#9a6700;background-color:#fff3cd}.sales-order-shipment-status-shipped{color:#18794e;background-color:#dff5e7}.sales-order-confirm-button{color:#fff;cursor:pointer;background-color:#1769aa;border:1px solid #1769aa;border-radius:6px;height:30px;padding:0 12px;font-size:13px;font-weight:600}.sales-order-confirm-button:hover:not(:disabled){background-color:#12578e;border-color:#12578e}.sales-order-confirm-button:disabled{cursor:not-allowed;opacity:.6}.sales-order-empty-row{text-align:center!important;color:#78838e!important;padding:22px!important}.sales-order-page>.empty-message,.sales-order-page>.sales-order-api-error,.sales-order-page>.success-message{border:1px solid #e4e8ec;border-radius:7px;margin:0;padding:14px 16px;font-size:13px}.sales-order-page>.success-message{color:#20834a;background-color:#effaf3;border-color:#b9e3c7}.sales-order-page>.sales-order-api-error{color:#c62828;background-color:#fff3f3;border-color:#f2caca}@media (width<=800px){.sales-order-page-header{flex-direction:column}.sales-order-search-fields,.sales-order-search-form{grid-template-columns:1fr}.sales-order-search-actions{justify-content:flex-start}}.sales-order-detail-panel{background-color:#fff;border:1px solid #e4e8ec;border-radius:7px;flex-direction:column;gap:24px;padding:24px;display:flex}.sales-order-detail-header{border-bottom:1px solid #e7eaed;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:20px;display:flex}.sales-order-detail-eyebrow{color:#1769aa;letter-spacing:.08em;margin-bottom:7px;font-size:11px;font-weight:700;display:block}.sales-order-detail-header h2{color:#202830;margin:0;font-size:22px;font-weight:700}.sales-order-detail-order-no{color:#65717c;margin:7px 0 0;font-size:13px;font-weight:600}.sales-order-detail-actions{align-items:center;gap:8px;display:flex}.sales-order-create-outbound-link,.sales-order-detail-close-button{cursor:pointer;border-radius:6px;justify-content:center;align-items:center;height:38px;padding:0 16px;font-size:13px;font-weight:600;display:inline-flex}.sales-order-edit-link,.sales-order-cancel-button{cursor:pointer;border-radius:6px;justify-content:center;align-items:center;height:38px;padding:0 14px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.sales-order-edit-link{color:#1769aa;background-color:#eff7fd;border:1px solid #b7d8ef}.sales-order-cancel-button{color:#c62828;background-color:#fff;border:1px solid #f0c8c8}.sales-order-cancel-button:disabled{cursor:not-allowed;opacity:.65}.sales-order-create-outbound-link{color:#fff;background-color:#1769aa;border:1px solid #1769aa;text-decoration:none}.sales-order-create-outbound-link:hover{background-color:#12578e;border-color:#12578e}.sales-order-detail-close-button{color:#4e5965;background-color:#fff;border:1px solid #cfd6dc}.sales-order-detail-close-button:hover{background-color:#f4f6f8}.sales-order-detail-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.sales-order-summary-card{background-color:#f7f8fa;border-radius:6px;min-width:0;padding:15px}.sales-order-summary-card span{color:#7b8792;margin-bottom:8px;font-size:12px;display:block}.sales-order-summary-card strong{color:#27313a;word-break:break-word;font-size:14px;font-weight:600;display:block}.sales-order-status-badge{border-radius:999px;width:fit-content;min-height:26px;padding:0 9px;line-height:26px}.order-status-draft{background-color:#fff3cd;color:#9a6700!important}.order-status-confirmed{background-color:#dff5e7;color:#18794e!important}.order-status-cancelled{background-color:#fee4e2;color:#b42318!important}.shipment-status-not_shipped{background-color:#eaecf0;color:#667085!important}.shipment-status-partial{background-color:#fff3cd;color:#9a6700!important}.shipment-status-shipped{background-color:#dff5e7;color:#18794e!important}.sales-order-detail-items-header{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.sales-order-detail-items-header h3{color:#27313a;margin:0;font-size:17px}.sales-order-detail-items-header p{color:#818b95;margin:6px 0 0;font-size:13px}.sales-order-detail-table-wrap{width:100%;overflow-x:auto}.sales-order-detail-table{border-collapse:collapse;background-color:#fff;width:100%;min-width:720px;font-size:13px}.sales-order-detail-table th,.sales-order-detail-table td{text-align:left;vertical-align:middle;white-space:nowrap;border-bottom:1px solid #e7eaed;padding:11px 12px}.sales-order-detail-table th{color:#4e5965;background-color:#f7f8fa;border-top:1px solid #e4e8ec;font-weight:600}.sales-order-detail-table td{color:#323b45}.sales-order-detail-table tbody tr:hover{background-color:#f5f9fc}.sales-order-detail-table th:first-child,.sales-order-detail-table td:first-child{text-align:center;width:70px}.sales-order-detail-table .empty-message{text-align:center;color:#78838e;padding:22px}@media (width<=1100px){.sales-order-detail-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=650px){.sales-order-detail-panel{padding:18px}.sales-order-detail-header{flex-direction:column}.sales-order-detail-actions{width:100%}.sales-order-create-outbound-link,.sales-order-detail-close-button{flex:1}.sales-order-detail-summary-grid{grid-template-columns:1fr}}.sales-order-entry-panel{background-color:#fff;border:1px solid #e4e8ec;border-radius:7px;padding:24px}.sales-order-entry-title{border-bottom:1px solid #e7eaed;padding-bottom:20px}.sales-order-entry-title h2{color:#202830;margin:0;font-size:20px;font-weight:700}.sales-order-entry-title p{color:#818b95;margin:7px 0 0;font-size:13px}.sales-order-basic-section,.sales-order-items-section{padding:22px 0}.sales-order-basic-section{border-bottom:1px solid #e7eaed}.sales-order-basic-section h3,.sales-order-items-section h3{color:#27313a;margin:0;font-size:17px;font-weight:700}.sales-order-basic-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:16px;display:grid}.sales-order-field{flex-direction:column;gap:6px;display:flex}.sales-order-field label{color:#323b45;font-size:13px;font-weight:600}.sales-order-field input,.sales-order-field select,.sales-order-entry-table input,.sales-order-entry-table select{color:#202830;background-color:#fff;border:1px solid #d7dce1;border-radius:6px;outline:none;width:100%;height:38px;padding:0 10px;font-size:13px}.sales-order-field input:focus,.sales-order-field select:focus,.sales-order-entry-table input:focus,.sales-order-entry-table select:focus{border-color:#1769aa;box-shadow:0 0 0 3px #1769aa1f}.sales-order-items-title{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:16px;display:flex}.sales-order-items-title p{color:#818b95;margin:6px 0 0;font-size:13px}.sales-order-add-button{color:#fff;cursor:pointer;background-color:#1769aa;border:1px solid #1769aa;border-radius:6px;height:38px;padding:0 16px;font-size:13px;font-weight:600}.sales-order-add-button:hover{background-color:#12578e;border-color:#12578e}.sales-order-table-wrap{width:100%;overflow-x:auto}.sales-order-entry-table{border-collapse:collapse;background-color:#fff;width:100%;min-width:760px;font-size:13px}.sales-order-entry-table th,.sales-order-entry-table td{text-align:left;vertical-align:top;border-bottom:1px solid #e7eaed;padding:11px 12px}.sales-order-entry-table th{color:#4e5965;background-color:#f7f8fa;border-top:1px solid #e4e8ec;font-weight:600}.sales-order-entry-table th:first-child,.sales-order-entry-table td:first-child{text-align:center;width:58px}.sales-order-entry-table th:last-child,.sales-order-entry-table td:last-child{text-align:center;width:82px}.sales-order-entry-table tbody tr:hover{background-color:#f5f9fc}.sales-order-row-number{color:#65717c;font-weight:600;padding-top:20px!important}.sales-order-delete-button{color:#c62828;cursor:pointer;background-color:#fff;border:1px solid #f2caca;border-radius:6px;height:30px;padding:0 12px;font-size:13px;font-weight:600}.sales-order-delete-button:hover{background-color:#fff3f3}.sales-order-row-fixed{color:#818b95;padding-top:7px;font-size:12px;display:inline-block}.field-error,.sales-order-form-error{color:#c62828;margin:6px 0 0;font-size:12px}.sales-order-form-error{background-color:#fff3f3;border:1px solid #f2caca;border-radius:6px;margin-bottom:14px;padding:11px 13px}.sales-order-submit-area{border-top:1px solid #e7eaed;justify-content:space-between;align-items:center;gap:16px;padding-top:20px;display:flex}.sales-order-submit-area p{color:#818b95;margin:0;font-size:13px}.sales-order-submit-button{color:#fff;cursor:pointer;background-color:#1769aa;border:1px solid #1769aa;border-radius:6px;height:40px;padding:0 18px;font-size:13px;font-weight:600}.sales-order-submit-button:hover:not(:disabled){background-color:#12578e;border-color:#12578e}.sales-order-submit-button:disabled{cursor:not-allowed;opacity:.6}@media (width<=800px){.sales-order-entry-panel{padding:18px}.sales-order-basic-grid{grid-template-columns:1fr}.sales-order-items-title,.sales-order-submit-area{flex-direction:column;align-items:stretch}.sales-order-add-button,.sales-order-submit-button{width:100%}}.outbound-list-page{flex-direction:column;gap:18px;display:flex}.outbound-list-page-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.outbound-list-page-header h1{color:#202830;margin:0;font-size:24px;font-weight:700}.outbound-list-page-header p{color:#818b95;margin:6px 0 0;font-size:13px}.outbound-create-link{color:#fff;background-color:#1769aa;border-radius:6px;align-items:center;height:38px;padding:0 16px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.outbound-create-link:hover{background-color:#12578e}.outbound-search-form{background-color:#fff;border:1px solid #e4e8ec;border-radius:7px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:16px;padding:20px;display:grid}.outbound-search-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;display:grid}.outbound-search-fields label{color:#323b45;flex-direction:column;gap:6px;font-size:13px;font-weight:600;display:flex}.outbound-search-fields input,.outbound-search-fields select{color:#202830;background-color:#fff;border:1px solid #d7dce1;border-radius:6px;outline:none;width:100%;height:38px;padding:0 10px;font-size:13px}.outbound-search-fields input:focus,.outbound-search-fields select:focus{border-color:#1769aa;box-shadow:0 0 0 3px #1769aa1f}.outbound-search-actions{white-space:nowrap;justify-content:flex-end;gap:8px;display:flex}.outbound-search-actions button{color:#4e5965;cursor:pointer;background-color:#fff;border:1px solid #cfd6dc;border-radius:6px;height:38px;padding:0 16px;font-size:13px;font-weight:600}.outbound-search-actions button[type=submit]{color:#fff;background-color:#1769aa;border-color:#1769aa}.outbound-search-actions button:hover:not(:disabled){background-color:#f4f6f8}.outbound-search-actions button[type=submit]:hover:not(:disabled){background-color:#12578e;border-color:#12578e}.outbound-search-actions button:disabled{cursor:not-allowed;opacity:.6}.outbound-result-summary{color:#65717c;margin:0 0 10px;font-size:13px;font-weight:600}.outbound-list-result{background-color:#fff;border:1px solid #e4e8ec;border-radius:7px;padding:20px}.outbound-table-wrap{width:100%;overflow-x:auto}.outbound-table{border-collapse:collapse;background-color:#fff;width:100%;min-width:760px;font-size:13px}.outbound-table th,.outbound-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #e7eaed;padding:11px 12px}.outbound-table th{color:#4e5965;background-color:#f7f8fa;border-top:1px solid #e4e8ec;font-weight:600}.outbound-table td{color:#323b45}.outbound-table tbody tr:hover{background-color:#f5f9fc}.outbound-table th:last-child,.outbound-table td:last-child{text-align:center;width:88px}.outbound-table th:nth-child(n+2),.outbound-table td:nth-child(n+2){text-align:center}.outbound-table th:first-child,.outbound-table td:first-child{width:30%}.outbound-detail-link{color:#fff;white-space:nowrap;box-sizing:border-box;background-color:#1769aa;border:1px solid #1769aa;border-radius:5px;justify-content:center;align-items:center;width:200px;height:36px;padding:0 8px;font-weight:600;text-decoration:none;display:inline-flex}.outbound-detail-link:hover{background-color:#12578e;border-color:#12578e}.outbound-empty-row{text-align:center!important;color:#78838e!important;padding:22px!important}.outbound-list-message{color:#65717c;background-color:#fff;border:1px solid #e4e8ec;border-radius:7px;margin:0;padding:14px 16px;font-size:13px}.outbound-list-message.error{color:#c62828;background-color:#fff3f3;border-color:#f2caca}.outbound-list-message.success{color:#20834a;background-color:#effaf3;border-color:#b9e3c7}@media (width<=800px){.outbound-search-fields,.outbound-search-form{grid-template-columns:1fr}.outbound-list-page-header{flex-direction:column}.outbound-search-actions{flex-wrap:wrap;justify-content:flex-start}}.outbound-confirm-button{color:#fff;cursor:pointer;font:inherit;background:#1976c2;border:0;border-radius:6px;padding:8px 13px;font-size:13px;font-weight:700}.outbound-confirm-button:hover{background:#135e9e}.outbound-confirm-button:disabled{cursor:not-allowed;opacity:.6}.outbound-status{border-radius:999px;padding:5px 10px;font-size:13px;font-weight:700;display:inline-block}.outbound-status-draft{color:#8a6200;background:#fff3cd}.outbound-status-confirmed{color:#16753b;background:#dcf3e4}.outbound-status-cancelled{color:#65717c;background:#edf0f3}.outbound-create-page{flex-direction:column;gap:18px;display:flex}.outbound-create-header h1{color:#202830;margin:0;font-size:24px;font-weight:700}.outbound-create-header p{color:#818b95;margin:6px 0 0;font-size:13px}.outbound-create-form{background-color:#fff;border:1px solid #e4e8ec;border-radius:7px;padding:24px}.outbound-form-heading{border-bottom:1px solid #e7eaed;padding-bottom:20px}.outbound-form-heading h2{color:#202830;margin:0;font-size:20px;font-weight:700}.outbound-form-heading p{color:#818b95;margin:7px 0 0;font-size:13px}.outbound-basic-fields{border-bottom:1px solid #e7eaed;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:22px 0;display:grid}.outbound-field{flex-direction:column;gap:6px;display:flex}.outbound-field label{color:#323b45;font-size:13px;font-weight:600}.outbound-field input,.outbound-field select{color:#202830;background-color:#fff;border:1px solid #d7dce1;border-radius:6px;outline:none;width:100%;height:38px;padding:0 10px;font-size:13px}.outbound-field input:focus,.outbound-field select:focus{border-color:#1769aa;box-shadow:0 0 0 3px #1769aa1f}.outbound-loaded-order-message{color:#20834a;grid-column:1/-1;margin:0;font-size:13px}.outbound-item-section{padding:22px 0}.outbound-item-section-header{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:16px;display:flex}.outbound-item-empty-message{color:#78838e;text-align:center;background-color:#f7f8fa;border:1px dashed #d7dce1;border-radius:7px;margin:0;padding:28px 16px;font-size:13px}.outbound-item-section-header h2{color:#27313a;margin:0;font-size:17px;font-weight:700}.outbound-item-section-header p{color:#818b95;margin:6px 0 0;font-size:13px}.outbound-add-button{color:#fff;cursor:pointer;background-color:#1769aa;border:1px solid #1769aa;border-radius:6px;height:38px;padding:0 16px;font-size:13px;font-weight:600}.outbound-add-button:hover:not(:disabled){background-color:#12578e;border-color:#12578e}.outbound-add-button:disabled{cursor:not-allowed;opacity:.6}.outbound-item-list{flex-direction:column;gap:12px;display:flex}.outbound-item-card{background-color:#f7f8fa;border:1px solid #e4e8ec;border-radius:7px;padding:18px}.outbound-item-card-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.outbound-item-card-header strong{color:#27313a;font-size:14px}.outbound-remove-button{color:#c62828;cursor:pointer;background-color:#fff;border:1px solid #f2caca;border-radius:6px;height:30px;padding:0 12px;font-size:13px;font-weight:600}.outbound-remove-button:hover{background-color:#fff3f3}.outbound-item-fields{grid-template-columns:minmax(0,1fr) minmax(220px,.6fr);align-items:end;gap:14px;display:grid}.outbound-item-product{background-color:#fff;border:1px solid #d7dce1;border-radius:6px;flex-direction:column;gap:5px;min-width:0;min-height:60px;padding:10px 12px;display:flex}.outbound-item-product span,.outbound-item-product small{color:#7b8792;font-size:12px}.outbound-item-product strong{color:#27313a;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.outbound-remaining-qty{color:#1769aa;margin-left:7px;font-size:12px;font-weight:500}.outbound-base-qty-guide{color:#65717c;margin-top:-1px;font-size:12px}.outbound-lot-assignment-section{background-color:#fff;border:1px solid #d7e4ee;border-radius:6px;margin-top:16px;padding:16px}.outbound-lot-assignment-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.outbound-lot-assignment-header h3{color:#27313a;margin:0;font-size:14px}.outbound-lot-assignment-header p,.outbound-lot-guide-message{color:#78838e;margin:5px 0 0;font-size:12px}.outbound-lot-guide-message{padding:10px 0 0}.outbound-lot-guide-message.error{color:#c62828}.outbound-add-lot-button,.outbound-remove-lot-button{cursor:pointer;border-radius:6px;height:32px;padding:0 11px;font-size:12px;font-weight:600}.outbound-add-lot-button{color:#1769aa;background-color:#f3f8fc;border:1px solid #b9d5e8}.outbound-add-lot-button:disabled{cursor:not-allowed;opacity:.55}.outbound-remove-lot-button{color:#c62828;background-color:#fff;border:1px solid #f2caca;align-self:end}.outbound-lot-assignment-row{grid-template-columns:minmax(0,1fr) minmax(180px,.55fr) auto;align-items:end;gap:12px;margin-top:14px;display:grid}.outbound-form-actions{border-top:1px solid #e7eaed;justify-content:space-between;align-items:center;gap:16px;padding-top:20px;display:flex}.outbound-form-actions p{color:#818b95;margin:0;font-size:13px}.outbound-submit-button{color:#fff;cursor:pointer;background-color:#1769aa;border:1px solid #1769aa;border-radius:6px;height:40px;padding:0 18px;font-size:13px;font-weight:600}.outbound-submit-button:hover:not(:disabled){background-color:#12578e;border-color:#12578e}.outbound-submit-button:disabled{cursor:not-allowed;opacity:.6}.outbound-success-message,.outbound-form-error{border-radius:7px;margin:0;padding:14px 16px;font-size:13px}.outbound-form-error{color:#c62828;background-color:#fff3f3;border:1px solid #f2caca}@media (width<=800px){.outbound-create-form{padding:18px}.outbound-basic-fields,.outbound-item-fields,.outbound-lot-assignment-row{grid-template-columns:1fr}.outbound-item-section-header,.outbound-form-actions{flex-direction:column;align-items:stretch}.outbound-submit-button{width:100%}.outbound-lot-assignment-header{flex-direction:column}.outbound-add-lot-button,.outbound-remove-lot-button{align-self:stretch}}.outbound-result-panel h2{margin-top:0}.outbound-result-panel p{border-bottom:1px solid #e4ebf3;justify-content:space-between;align-items:center;margin:0;padding:14px 0;display:flex}.outbound-result-panel p:last-child{border-bottom:0;padding-bottom:0}.outbound-result-panel p span{color:#6b7c93}.outbound-result-panel p strong{color:#15395b}.outbound-result-actions{justify-content:flex-end;margin-top:18px;display:flex}.outbound-detail-link{color:#fff;background:#1976c3;border-radius:6px;padding:10px 14px;font-weight:700;text-decoration:none}.outbound-detail-link:hover{background:#125d9d}.outbound-detail-page{flex-direction:column;gap:18px;display:flex}.outbound-detail-page-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.outbound-detail-page-header h1{color:#202830;margin:0;font-size:24px;font-weight:700}.outbound-detail-page-header p{color:#818b95;margin:6px 0 0;font-size:13px}.outbound-detail-actions{align-items:center;gap:8px;display:flex}.outbound-list-link{color:#4e5965;background-color:#fff;border:1px solid #cfd6dc;border-radius:6px;justify-content:center;align-items:center;height:38px;padding:0 16px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.outbound-list-link:hover{background-color:#f4f6f8}.outbound-cancel-button{color:#c62828;cursor:pointer;background-color:#fff;border:1px solid #f2caca;border-radius:6px;height:38px;padding:0 14px;font-size:13px;font-weight:700}.outbound-edit-link,.outbound-delete-button{cursor:pointer;border-radius:6px;justify-content:center;align-items:center;height:38px;padding:0 14px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.outbound-edit-link{color:#1769aa;background-color:#eff7fd;border:1px solid #b7d8ef}.outbound-delete-button{color:#c62828;background-color:#fff;border:1px solid #f2caca}.outbound-delete-button:hover:not(:disabled){background-color:#fff3f3}.outbound-delete-button:disabled{cursor:not-allowed;opacity:.65}.outbound-cancel-button:hover:not(:disabled){background-color:#fff3f3}.outbound-cancel-button:disabled{cursor:wait;opacity:.6}.outbound-detail-page .content-panel{background-color:#fff;border:1px solid #e4e8ec;border-radius:7px;margin:0;padding:24px}.outbound-api-error,.outbound-success-message{border-radius:7px;margin:0;padding:14px 16px;font-size:13px}.outbound-api-error{color:#c62828;background-color:#fff3f3;border:1px solid #f2caca}.outbound-success-message{color:#20834a;background-color:#effaf3;border:1px solid #b9e3c7}.outbound-detail-page .empty-message{color:#78838e;margin:0;font-size:13px}@media (width<=650px){.outbound-detail-page-header{flex-direction:column}.outbound-detail-actions{width:100%}.outbound-detail-actions>*{flex:1}}.outbound-summary{flex-direction:column;gap:18px;display:flex}.outbound-summary h2{color:#1e2934;margin:0;font-size:18px;font-weight:700}.outbound-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.outbound-summary-grid>div{background:linear-gradient(135deg,#fbfcfd 0%,#f4f7fa 100%);border:1px solid #e3e9ee;border-radius:8px;min-width:0;padding:18px;transition:transform .15s,box-shadow .15s;position:relative;overflow:hidden}.outbound-summary-grid>div:before{content:"";background-color:#1769aa;width:100%;height:3px;position:absolute;top:0;left:0}.outbound-summary-grid>div:nth-child(2):before{background-color:#d99400}.outbound-summary-grid>div:hover{transform:translateY(-2px);box-shadow:0 7px 16px #20283014}.outbound-summary-grid>div>span:first-child{color:#788591;margin-bottom:9px;font-size:12px;font-weight:600;display:block}.outbound-summary-grid strong{color:#25313c;word-break:break-word;font-size:15px;font-weight:700;display:block}.outbound-summary-grid .outbound-status-badge{vertical-align:middle;width:fit-content;margin:0;display:inline-flex}@media (width<=1100px){.outbound-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=650px){.outbound-summary-grid{grid-template-columns:1fr}}.outbound-item-table-panel{flex-direction:column;gap:18px;display:flex}.outbound-item-table-header h2{color:#27313a;margin:0;font-size:17px;font-weight:700}.outbound-item-table-header p{color:#818b95;margin:6px 0 0;font-size:13px}.outbound-item-table-wrap{width:100%;overflow-x:auto}.outbound-item-table{border-collapse:collapse;background-color:#fff;width:100%;min-width:840px;font-size:13px}.outbound-item-table th,.outbound-item-table td{text-align:left;vertical-align:middle;white-space:nowrap;border-bottom:1px solid #e7eaed;padding:11px 12px}.outbound-item-table th{color:#4e5965;background-color:#f7f8fa;border-top:1px solid #e4e8ec;font-weight:600}.outbound-item-table td{color:#323b45}.outbound-item-table tbody tr:hover{background-color:#f5f9fc}.outbound-item-table th:first-child,.outbound-item-table td:first-child{text-align:center;width:70px}.outbound-item-empty-row{text-align:center!important;color:#78838e!important;padding:22px!important}.stocktake-list-page{flex-direction:column;gap:18px;display:flex}.stocktake-list-page-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.stocktake-list-page-header h1{color:#202830;margin:0;font-size:24px}.stocktake-list-page-header p{color:#818b95;margin:6px 0 0;font-size:13px}.stocktake-create-link{color:#fff;background-color:#1769aa;border-radius:6px;align-items:center;height:38px;padding:0 16px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.stocktake-create-link:hover{background-color:#12578e}.stocktake-search-form,.stocktake-list-result{background-color:#fff;border:1px solid #e4e8ec;border-radius:7px;padding:20px}.stocktake-search-form{flex-direction:column;gap:16px;display:flex}.stocktake-search-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.stocktake-search-fields label{color:#323b45;flex-direction:column;gap:6px;font-size:13px;font-weight:600;display:flex}.stocktake-search-fields input,.stocktake-search-fields select{color:#202830;background-color:#fff;border:1px solid #d7dce1;border-radius:6px;outline:none;height:38px;padding:0 10px;font-size:13px}.stocktake-search-fields input:focus,.stocktake-search-fields select:focus{border-color:#1769aa;box-shadow:0 0 0 3px #1769aa1f}.stocktake-search-actions{justify-content:flex-end;gap:8px;display:flex}.stocktake-search-actions button{color:#4e5965;cursor:pointer;background-color:#fff;border:1px solid #cfd6dc;border-radius:6px;height:38px;padding:0 16px;font-size:13px;font-weight:600}.stocktake-search-actions button[type=submit]{color:#fff;background-color:#1769aa;border-color:#1769aa}.stocktake-search-actions button:hover:not(:disabled){background-color:#f4f6f8}.stocktake-search-actions button[type=submit]:hover:not(:disabled){background-color:#12578e;border-color:#12578e}.stocktake-search-actions button:disabled{cursor:not-allowed;opacity:.6}.stocktake-result-summary{color:#65717c;margin:0 0 10px;font-size:13px;font-weight:600}.stocktake-table-wrap{width:100%;overflow-x:auto}.stocktake-table{border-collapse:collapse;width:100%;min-width:650px;font-size:13px}.stocktake-table th,.stocktake-table td{text-align:left;border-bottom:1px solid #e7eaed;padding:12px}.stocktake-table th{color:#4e5965;background-color:#f7f8fa}.stocktake-table tbody tr:hover{background-color:#f5f9fc}.stocktake-detail-link{color:#1769aa;font-weight:600;text-decoration:none}.stocktake-detail-link:hover{text-decoration:underline}.stocktake-empty-row{color:#78838e;text-align:center!important;padding:24px!important}.stocktake-list-message{color:#65717c;background-color:#fff;border:1px solid #e4e8ec;border-radius:7px;margin:0;padding:14px 16px;font-size:13px}.stocktake-list-message.error{color:#c62828;background-color:#fff3f3;border-color:#f2caca}@media (width<=800px){.stocktake-list-page-header{flex-direction:column}.stocktake-search-fields{grid-template-columns:1fr}.stocktake-search-actions{flex-wrap:wrap;justify-content:flex-start}}.stocktake-create-page{flex-direction:column;gap:18px;display:flex}.stocktake-create-page-header,.stocktake-item-section-header,.stocktake-item-card-header,.stocktake-create-actions{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.stocktake-create-page-header h1,.stocktake-create-section h2{color:#202830;margin:0}.stocktake-create-page-header h1{font-size:24px}.stocktake-create-page-header p,.stocktake-create-section>p,.stocktake-item-section-header p{color:#818b95;margin:6px 0 0;font-size:13px}.stocktake-list-link,.stocktake-cancel-link{color:#4e5965;background-color:#fff;border:1px solid #cfd6dc;border-radius:6px;align-items:center;height:38px;padding:0 16px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.stocktake-create-form,.stocktake-create-message{flex-direction:column;gap:18px;display:flex}.stocktake-create-section{background-color:#fff;border:1px solid #e4e8ec;border-radius:7px;padding:22px}.stocktake-create-section h2{font-size:17px}.stocktake-field{color:#323b45;flex-direction:column;gap:6px;font-size:13px;font-weight:600;display:flex}.stocktake-warehouse-field{width:min(100%,360px);margin-top:18px}.stocktake-create-section>.stocktake-field:not(.stocktake-warehouse-field){margin-top:16px}.stocktake-field input,.stocktake-field textarea,.stocktake-field select{width:100%;font:inherit;color:#202830;box-sizing:border-box;background-color:#fff;border:1px solid #d7dce1;border-radius:6px;outline:none;padding:10px;font-weight:400}.stocktake-field input,.stocktake-field select{height:38px}.stocktake-field textarea{resize:vertical}.stocktake-field input:focus,.stocktake-field textarea:focus,.stocktake-field select:focus{border-color:#1769aa;box-shadow:0 0 0 3px #1769aa1f}.stocktake-id-guide{color:#8a6817;margin:10px 0 0;font-size:12px}.stocktake-lot-guide{color:#323b45;flex-direction:column;justify-content:center;gap:6px;min-height:58px;font-size:13px;font-weight:600;display:flex}.stocktake-lot-guide p{color:#78838e;margin:0;font-size:12px;font-weight:400}.stocktake-system-quantity{color:#1769aa;margin:0;font-size:12px;font-weight:400}.stocktake-add-item-button,.stocktake-create-actions button{color:#fff;cursor:pointer;background-color:#1769aa;border:1px solid #1769aa;border-radius:6px;height:38px;padding:0 16px;font-size:13px;font-weight:600}.stocktake-add-item-button:hover,.stocktake-create-actions button:hover:not(:disabled){background-color:#12578e;border-color:#12578e}.stocktake-add-item-button:disabled{cursor:not-allowed;opacity:.6}.stocktake-item-list{flex-direction:column;gap:12px;margin-top:16px;display:flex}.stocktake-item-card{background-color:#f8fbfd;border:1px solid #dce7ef;border-radius:7px;padding:16px}.stocktake-item-card-header{align-items:center}.stocktake-remove-item-button{color:#c62828;cursor:pointer;background-color:#fff4f4;border:1px solid #f2d1d1;border-radius:5px;padding:7px 11px;font-size:12px;font-weight:600}.stocktake-item-fields{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.stocktake-reason-field{grid-column:span 2}.stocktake-create-actions{justify-content:flex-end;align-items:center}.stocktake-create-actions button:disabled{cursor:not-allowed;opacity:.6}.stocktake-create-message.error{color:#c62828;background-color:#fff3f3;border:1px solid #f2caca;border-radius:7px;margin:0;padding:14px 16px;font-size:13px}@media (width<=1000px){.stocktake-item-fields{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.stocktake-create-page-header,.stocktake-item-section-header{flex-direction:column}.stocktake-item-fields{grid-template-columns:1fr}.stocktake-reason-field{grid-column:auto}}.stocktake-detail-page{flex-direction:column;gap:18px;display:flex}.stocktake-detail-page-header,.stocktake-detail-actions{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.stocktake-detail-page-header h1,.stocktake-detail-panel h2{color:#202830;margin:0}.stocktake-detail-page-header h1{font-size:24px}.stocktake-detail-page-header p,.stocktake-item-title p{color:#818b95;margin:6px 0 0;font-size:13px}.stocktake-new-link,.stocktake-list-link,.stocktake-confirm-button{cursor:pointer;border-radius:6px;justify-content:center;align-items:center;height:38px;padding:0 16px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.stocktake-delete-button{color:#c62828;cursor:pointer;background-color:#fff;border:1px solid #f0c8c8;border-radius:6px;height:38px;padding:0 14px;font-size:13px;font-weight:600}.stocktake-delete-button:hover:not(:disabled){background-color:#fff4f4}.stocktake-delete-button:disabled{cursor:not-allowed;opacity:.65}.stocktake-new-link{color:#fff;background-color:#1769aa}.stocktake-list-link{color:#4e5965;background-color:#fff;border:1px solid #cfd6dc}.stocktake-confirm-button{color:#fff;background-color:#16804b;border:1px solid #16804b}.stocktake-confirm-button:disabled{cursor:wait;opacity:.65}.stocktake-detail-panel{background-color:#fff;border:1px solid #e4e8ec;border-radius:7px;padding:22px}.stocktake-detail-panel h2{font-size:17px}.stocktake-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}.stocktake-summary-item{background-color:#f7f8fa;border-radius:6px;flex-direction:column;gap:8px;min-height:66px;padding:14px;display:flex}.stocktake-summary-item>span,.stocktake-memo-box>span{color:#78838e;font-size:12px}.stocktake-summary-item strong{color:#28323c;font-size:14px}.stocktake-memo-box{background-color:#f7f8fa;border-radius:6px;margin-top:16px;padding:14px}.stocktake-memo-box p{color:#4e5965;white-space:pre-wrap;margin:8px 0 0;font-size:13px}.stocktake-item-title{margin-bottom:16px}.stocktake-detail-table-wrap{width:100%;overflow-x:auto}.stocktake-detail-table{border-collapse:collapse;width:100%;min-width:920px;font-size:13px}.stocktake-detail-table th,.stocktake-detail-table td{text-align:left;border-bottom:1px solid #e7eaed;padding:12px}.stocktake-detail-table th{color:#4e5965;background-color:#f7f8fa}.stocktake-detail-table tbody tr:hover{background-color:#f5f9fc}.stocktake-detail-empty-row{color:#78838e;text-align:center!important;padding:24px!important}.stocktake-detail-message{color:#65717c;margin:0;font-size:13px}.stocktake-detail-message.error{color:#c62828;background-color:#fff3f3;border:1px solid #f2caca;border-radius:7px;padding:14px 16px}.stocktake-status-badge{border-radius:999px;padding:5px 10px;font-size:12px;font-weight:600;display:inline-flex}.stocktake-status-badge.draft{color:#9a6a00;background-color:#fff1c7}.stocktake-status-badge.confirmed{color:#20834a;background-color:#dff5e7}.stocktake-status-badge.cancelled{color:#687482;background-color:#edf0f3}.difference-quantity{font-weight:700}.difference-quantity.positive{color:#20834a}.difference-quantity.negative{color:#c62828}.difference-quantity.same{color:#65717c}@media (width<=1000px){.stocktake-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.stocktake-detail-page-header{flex-direction:column}.stocktake-summary-grid{grid-template-columns:1fr}}.inbound-list-page{flex-direction:column;gap:18px;display:flex}.inbound-list-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.inbound-list-header h1{color:#202830;margin:0;font-size:24px;font-weight:700}.inbound-list-header p{color:#818b95;margin:6px 0 0;font-size:13px}.inbound-list-primary-button{color:#fff;cursor:pointer;background-color:#1769aa;border:1px solid #1769aa;border-radius:6px;height:38px;padding:0 18px;font-size:13px;font-weight:600}.inbound-list-primary-button:hover{background-color:#12578e;border-color:#12578e}.inbound-list-primary-button:focus-visible{outline-offset:2px;outline:3px solid #9fc1dd}.inbound-list-message{color:#78838e;font-size:13px}.inbound-list-message.error{color:#c62828;background-color:#fff3f3;border-color:#f2caca}.inbound-list-message.success{color:#176b3a;background-color:#f0faf4;border-color:#c8e7d3}.inbound-list-panel{padding:0;overflow:hidden}.inbound-list-summary-row{border-bottom:1px solid #e7eaed;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex}.inbound-list-summary-row strong{color:#4e5965;font-size:14px}.inbound-list-summary-row span{color:#8a949e;font-size:12px}.inbound-list-table-wrap{width:100%;overflow-x:auto}.inbound-list-table{border-collapse:collapse;width:100%;min-width:980px;font-size:13px}.inbound-list-table th,.inbound-list-table td{text-align:left;vertical-align:middle;white-space:nowrap;border-bottom:1px solid #e7eaed;padding:13px 14px}.inbound-list-table th{color:#4e5965;background-color:#f7f8fa;font-weight:600}.inbound-list-table td{color:#323b45}.inbound-list-table tbody tr:last-child td{border-bottom:none}.inbound-work-status{color:#65717d;background-color:#f1f3f5;border-radius:14px;align-items:center;min-height:28px;padding:0 10px;font-size:12px;font-weight:600;display:inline-flex}.inbound-work-status.active{color:#1769aa;background-color:#eaf3fb}@media (width<=760px){.inbound-list-header,.inbound-list-summary-row{flex-direction:column;align-items:stretch}.inbound-list-primary-button{align-self:flex-end}}.inbound-edit-page{flex-direction:column;gap:18px;display:flex}.inbound-edit-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.inbound-edit-header h1{color:#202830;margin:0;font-size:24px;font-weight:700}.inbound-edit-header p{color:#818b95;margin:6px 0 0;font-size:13px}.inbound-edit-message{color:#78838e;font-size:13px}.inbound-edit-message.error{color:#c62828;background-color:#fff3f3;border-color:#f2caca}.inbound-edit-message.success{color:#176b3a;background-color:#f0faf4;border-color:#c8e7d3}.inbound-edit-section{flex-direction:column;gap:16px;display:flex}.inbound-section-title-row{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.inbound-section-title-row h2{margin-bottom:4px}.inbound-section-title-row p{color:#8a949e;margin:0;font-size:12px;line-height:1.5}.inbound-section-title-row>span{color:#7b8792;font-size:12px}.inbound-status-badge{border-radius:15px;align-items:center;min-height:30px;padding:0 11px;font-size:12px;font-weight:700;display:inline-flex}.inbound-status-badge.draft{color:#1769aa;background-color:#eaf3fb}.inbound-status-badge.confirmed{color:#176b3a;background-color:#eaf7ef}.inbound-status-badge.cancelled{color:#b3261e;background-color:#fff0ef}.inbound-basic-form-grid label,.inbound-received-qty-field,.inbound-lot-row label{color:#323b45;font-size:13px;font-weight:600}.inbound-basic-form-grid label>span,.inbound-received-qty-field>span,.inbound-lot-row label>span{color:#7b8792;margin-bottom:7px;font-size:12px;display:block}.inbound-basic-form-grid input,.inbound-basic-form-grid textarea,.inbound-received-qty-field input,.inbound-lot-row input,.inbound-cancel-modal textarea{color:#202830;background-color:#fff;border:1px solid #d7dce1;border-radius:6px;outline:none;width:100%;padding:10px;font-size:13px}.inbound-basic-form-grid input,.inbound-received-qty-field input,.inbound-lot-row input{height:40px}.inbound-basic-form-grid input:focus,.inbound-basic-form-grid textarea:focus,.inbound-received-qty-field input:focus,.inbound-lot-row input:focus,.inbound-cancel-modal textarea:focus{border-color:#1769aa;box-shadow:0 0 0 3px #1769aa1f}.inbound-basic-form-grid input:disabled,.inbound-basic-form-grid textarea:disabled,.inbound-received-qty-field input:disabled,.inbound-lot-row input:disabled{color:#697580;cursor:not-allowed;background-color:#f4f6f8}.inbound-order-info-grid span,.inbound-item-summary-grid span{color:#7b8792;margin-bottom:6px;font-size:12px;display:block}.inbound-order-info-grid strong,.inbound-item-summary-grid strong{color:#27313a;word-break:break-word;font-size:13px;font-weight:600;display:block}.inbound-order-info-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 16px;display:grid}.inbound-order-info-grid>div{background-color:#f7f8fa;border-radius:6px;min-width:0;padding:13px 14px}.inbound-basic-form-grid{grid-template-columns:minmax(220px,320px) minmax(0,1fr);gap:16px;display:grid}.inbound-basic-form-grid textarea{resize:vertical;min-height:92px}.inbound-memo-field small{text-align:right;color:#98a1aa;margin-top:5px;font-size:11px;font-weight:400;display:block}.inbound-lock-notice{color:#765b00;background-color:#fff8dd;border:1px solid #f0df9f;border-radius:6px;padding:11px 13px;font-size:12px;line-height:1.5}.inbound-empty-items{color:#8a949e;text-align:center;background-color:#f8f9fa;border-radius:6px;padding:18px;font-size:13px}.inbound-item-list{flex-direction:column;gap:14px;display:flex}.inbound-item-card{background-color:#fff;border:1px solid #e1e6ea;border-radius:7px;padding:16px}.inbound-item-card-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.inbound-item-card-header>div{flex-direction:column;gap:4px;display:flex}.inbound-item-card-header strong{color:#27313a;font-size:15px}.inbound-item-card-header span{color:#8a949e;font-size:12px}.inbound-lot-policy{background-color:#f1f3f5;border-radius:14px;align-items:center;min-height:28px;padding:0 10px;font-weight:600;display:inline-flex;color:#4e5965!important}.inbound-item-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px;display:grid}.inbound-item-summary-grid>div{background-color:#f7f8fa;border-radius:6px;min-width:0;padding:12px}.inbound-received-qty-field{width:min(320px,100%);display:block}.inbound-lot-section{border-top:1px solid #e7eaed;margin-top:16px;padding-top:16px}.inbound-lot-section-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px;display:flex}.inbound-lot-section-header>div{flex-direction:column;gap:4px;display:flex}.inbound-lot-section-header strong{color:#323b45;font-size:13px}.inbound-lot-section-header span{color:#8a949e;font-size:11px}.inbound-lot-section-header button{color:#1769aa;cursor:pointer;background-color:#fff;border:1px solid #9fc1dd;border-radius:6px;height:34px;padding:0 12px;font-size:12px;font-weight:600}.inbound-lot-row{background-color:#f8f9fa;border-radius:6px;grid-template-columns:1.25fr 1fr 1fr 1.25fr auto;align-items:end;gap:10px;margin-top:8px;padding:12px;display:grid}.inbound-lot-remove-button{color:#b3261e;cursor:pointer;background-color:#fff;border:1px solid #e1b5b1;border-radius:6px;height:40px;padding:0 12px;font-size:12px;font-weight:600}.inbound-lot-remove-button:disabled{color:#89929c;background-color:#e9edf1;border-color:#d7dce1}.inbound-edit-actions{justify-content:space-between;align-items:center;gap:16px;display:flex}.inbound-edit-action-group{gap:8px;display:flex}.inbound-primary-button,.inbound-save-button,.inbound-secondary-button,.inbound-danger-button{cursor:pointer;border-radius:6px;height:38px;padding:0 18px;font-size:13px;font-weight:600}.inbound-primary-button{color:#fff;background-color:#1769aa;border:1px solid #1769aa}.inbound-primary-button:hover:not(:disabled){background-color:#12578e;border-color:#12578e}.inbound-save-button{color:#1769aa;background-color:#eaf3fb;border:1px solid #b8d2e8}.inbound-save-button:hover:not(:disabled){background-color:#dfeefa}.inbound-secondary-button{color:#4e5965;background-color:#fff;border:1px solid #cfd6dc}.inbound-secondary-button:hover:not(:disabled){background-color:#f4f6f8}.inbound-danger-button{color:#b3261e;background-color:#fff;border:1px solid #e0aaa6}.inbound-danger-button:hover:not(:disabled){background-color:#fff3f2}.inbound-primary-button:disabled,.inbound-save-button:disabled,.inbound-secondary-button:disabled,.inbound-danger-button:disabled,.inbound-lot-section-header button:disabled,.inbound-lot-remove-button:disabled{opacity:.6;cursor:not-allowed}.inbound-modal-backdrop{z-index:1000;background-color:#141c2473;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.inbound-cancel-modal{background-color:#fff;border-radius:8px;width:min(520px,100%);padding:22px;box-shadow:0 18px 48px #0000002e}.inbound-cancel-modal h2{color:#202830;margin:0 0 10px;font-size:18px}.inbound-cancel-modal p{color:#65717d;word-break:keep-all;overflow-wrap:break-word;margin:0 0 14px;font-size:13px;line-height:1.6}.inbound-cancel-modal textarea{resize:vertical;min-height:110px}.inbound-cancel-count{text-align:right;color:#98a1aa;margin-top:5px;font-size:11px}.inbound-cancel-modal-actions{justify-content:flex-end;gap:8px;margin-top:16px;display:flex}@media (width<=1100px){.inbound-item-summary-grid,.inbound-lot-row{grid-template-columns:repeat(2,minmax(0,1fr))}.inbound-lot-remove-button{width:fit-content}}@media (width<=900px){.inbound-order-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.inbound-basic-form-grid{grid-template-columns:1fr}}@media (width<=650px){.inbound-edit-header,.inbound-section-title-row,.inbound-edit-actions,.inbound-lot-section-header{flex-direction:column}.inbound-order-info-grid,.inbound-item-summary-grid,.inbound-lot-row{grid-template-columns:1fr}.inbound-edit-action-group{flex-direction:column;width:100%}.inbound-edit-action-group button,.inbound-edit-actions>div:first-child,.inbound-edit-actions>div:first-child button{width:100%}}.inventory-page,.inventory-panel{flex-direction:column;gap:18px;display:flex}.inventory-header h1{color:#202830;margin:0;font-size:24px}.inventory-header p{color:#78838e;margin:6px 0 0;font-size:13px}.inventory-tabs{border-bottom:1px solid #d7dce1;gap:4px;display:flex}.inventory-tabs button{color:#65717c;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;padding:12px 20px;font-size:14px;font-weight:600}.inventory-tabs button[aria-selected=true]{color:#1769aa;border-bottom-color:#1769aa}.inventory-page button:focus-visible,.inventory-panel:focus-visible{outline-offset:2px;outline:3px solid #9fc1dd}.inventory-search-form{flex-direction:column;gap:16px;display:flex}.inventory-search-fields{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 16px;display:grid}.inventory-search-fields label{color:#323b45;flex-direction:column;gap:6px;font-size:13px;font-weight:600;display:flex}.inventory-search-fields input,.inventory-search-fields select{color:#202830;background:#fff;border:1px solid #d7dce1;border-radius:6px;width:100%;height:38px;padding:0 10px;font-size:13px}.inventory-search-fields input:focus,.inventory-search-fields select:focus{border-color:#1769aa;outline:none;box-shadow:0 0 0 3px #1769aa1f}.inventory-search-footer{justify-content:space-between;align-items:center;gap:16px;display:flex}.inventory-search-footer p{color:#78838e;margin:0;font-size:12px}.inventory-zero-filter{color:#323b45;cursor:pointer;align-items:center;gap:8px;font-size:13px;display:inline-flex}.inventory-zero-filter input{accent-color:#1769aa;width:16px;height:16px}.inventory-search-actions{gap:8px;display:flex}.inventory-search-actions button{color:#4e5965;cursor:pointer;background:#fff;border:1px solid #cfd6dc;border-radius:6px;height:38px;padding:0 18px;font-size:13px;font-weight:600}.inventory-search-actions button[type=submit]{color:#fff;background:#1769aa;border-color:#1769aa}.inventory-search-actions button:hover:not(:disabled){filter:brightness(.96)}.inventory-search-actions button:disabled{opacity:.6;cursor:not-allowed}.inventory-message{color:#78838e;background:#fff;border:1px solid #e4e8ec;border-radius:7px;margin:0;padding:18px 20px;font-size:13px}.inventory-message.error{color:#c62828;background:#fff3f3;border-color:#f2caca}.inventory-results{padding:0;overflow:hidden}.inventory-result-summary{color:#65717c;justify-content:space-between;gap:12px;padding:16px 18px;font-size:13px;display:flex}.inventory-empty{text-align:center;color:#78838e;margin:0;padding:26px 18px;font-size:13px}.inventory-table-wrap{overflow-x:auto}.inventory-table{border-collapse:collapse;width:100%;min-width:760px;font-size:13px}.inventory-table th,.inventory-table td{text-align:left;vertical-align:middle;white-space:nowrap;border-top:1px solid #e7eaed;padding:12px 14px}.inventory-table th{color:#4e5965;background:#f7f8fa}.inventory-table td{color:#323b45}.inventory-table td small{color:#78838e;margin-top:4px;font-size:11px;display:block}.inventory-table tbody tr:hover{background:#f5f9fc}.inventory-table .inventory-quantity{text-align:right;font-variant-numeric:tabular-nums}.inventory-table .increase{color:#176b3a}.inventory-table .decrease{color:#b3261e}.inventory-screen-reader-only{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}@media (width<=900px){.inventory-search-fields{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.inventory-search-fields{grid-template-columns:1fr}.inventory-tabs button{flex:1;padding:12px 8px}.inventory-search-footer,.inventory-result-summary{flex-direction:column;align-items:stretch}.inventory-search-actions{justify-content:flex-end}}
