*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0f172a;color:#e2e8f0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.login-container{align-items:center;background:#0f172a;display:flex;justify-content:center;min-height:100vh;padding:20px}.login-box{background:#0b1220;border:1px solid #1f2937;border-radius:12px;max-width:500px;padding:32px;width:100%}.login-box h1{color:#e2e8f0;font-size:24px;margin-bottom:10px;text-align:center}.login-box h2{color:#94a3b8;font-size:14px;font-weight:400;margin-bottom:24px;text-align:center}.form-group label{font-size:13px;margin:16px 0 6px}.form-group input{border:1px solid #1f2937;border-radius:8px;padding:12px}.error-message{background:#7f1d1d;border-radius:8px;color:#fecaca;font-size:13px;margin-top:16px;padding:12px;text-align:center}.login-button{background:#2563eb;border:0;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;margin-top:24px;padding:12px;transition:background .3s;width:100%}.login-button:hover{background:#1d4ed8}.login-button:disabled{background:#374151;cursor:not-allowed}.production-options{border-top:1px solid #1f2937;margin-top:30px;padding-top:30px}.production-options h3{color:#cbd5e1;font-size:16px;margin-bottom:20px;text-align:center}.options-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr}.option-button{background:#374151;border:1px solid #1f2937;border-radius:8px;color:#e2e8f0;cursor:pointer;font-size:14px;font-weight:500;padding:12px;transition:all .3s}.option-button:hover{background:#2563eb;border-color:#2563eb;color:#fff}.dashboard-container{background:#0f172a;min-height:100vh;padding:20px}.dashboard-header{align-items:center;background:#111827;border-bottom:1px solid #1f2937;border-radius:0;display:flex;justify-content:space-between;margin-bottom:24px;padding:16px 24px}.dashboard-header h1{color:#e2e8f0;font-size:18px;margin:0}.logout-button{border:0;font-weight:500;padding:10px 14px}.dashboard-content{background:#0b1220;border:1px solid #1f2937;border-radius:10px;margin:0 auto;max-width:1100px;padding:24px}.dashboard-content h2{color:#e2e8f0;font-size:18px;margin-bottom:24px;text-align:center}.production-cards{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.production-card{background:#0f172a;border:1px solid #1f2937;border-radius:10px;cursor:pointer;padding:24px;text-align:center;transition:all .3s}.production-card:hover{background:#1e293b;border-color:#2563eb;transform:translateY(-2px)}.card-icon{font-size:48px;margin-bottom:15px}.production-card h3{color:#e2e8f0;font-size:18px;margin-bottom:10px;transition:color .3s}.production-card p{color:#94a3b8;font-size:14px;transition:color .3s}.production-container{background:#0f172a;min-height:100vh;padding:20px}.production-header{align-items:center;background:#111827;border-bottom:1px solid #1f2937;border-radius:0;display:flex;justify-content:space-between;margin-bottom:24px;padding:16px 24px}.production-header h1{color:#e2e8f0;font-size:18px;margin:0}.back-button{padding:10px 14px}.production-content{background:#0b1220;border:1px solid #1f2937;border-radius:10px;margin:0 auto;max-width:1100px;padding:24px}.input-button,.start-button{background:#2563eb;border:0;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;margin-bottom:16px;padding:12px;transition:background .3s;width:100%}.input-button:hover,.start-button:hover{background:#1d4ed8}.input-button:active,.start-button:active{transform:translateY(0)}.button-group{display:flex;gap:8px;margin-bottom:16px}.button-group .buffer-button,.button-group .end-button,.button-group .input-button,.button-group .reject-button{flex:1 1;margin-bottom:0}.buffer-button{background:#f59e0b;border:0;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px;transition:background .3s}.buffer-button:hover{background:#d97706}.buffer-button:active{transform:translateY(0)}.reject-button{background:#ef4444;border:0;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px;transition:background .3s}.reject-button:hover{background:#dc2626}.reject-button:active{transform:translateY(0)}.end-button{background:#dc2626;border:0;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px;transition:background .3s}.end-button:hover{background:#b91c1c}.end-button:active{transform:translateY(0)}.info-display{background:#1e293b;border:1px solid #1f2937;border-radius:8px;margin-bottom:24px;padding:16px}.info-display p{color:#cbd5e1;margin:5px 0}.data-list{margin-top:24px}.data-list h2{color:#e2e8f0;font-size:18px;margin-bottom:16px}.no-data{font-style:italic;padding:40px}.data-items{grid-gap:16px;display:grid;gap:16px}.data-item{background:#0f172a;border:1px solid #1f2937;border-radius:10px;padding:16px;transition:all .3s}.data-item:hover{border-color:#2563eb}.data-header{align-items:flex-start;border-bottom:1px solid #1f2937;display:flex;justify-content:space-between;margin-bottom:12px;padding-bottom:12px}.data-header>div{display:flex;flex-direction:column;gap:8px}.data-header h3{color:#93c5fd;font-size:16px;margin:0}.status-badge{border-radius:4px;display:inline-block;font-size:12px;font-weight:600;padding:4px 8px;text-transform:uppercase}.status-badge.active{background:#065f46;color:#ecfdf5}.status-badge.completed{background:#7f1d1d;color:#fecaca}.data-item.completed{border-color:#1f2937;opacity:.85}.data-item.active{border-left:4px solid #059669}.date{color:#94a3b8;font-size:13px}.data-details p{color:#cbd5e1;margin:8px 0}.data-details-info-row{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:12px}.data-details-info-row p{color:#cbd5e1;flex:1 1;margin:0;min-width:150px}.authenticity-list{border-top:1px solid #1f2937;margin-top:12px;padding-top:12px}.authenticity-list strong{color:#cbd5e1;display:block;margin-bottom:8px}.authenticity-row{align-items:center;background:#1e293b;border-radius:6px;display:flex;flex-wrap:wrap;font-size:13px;gap:12px;margin-bottom:8px;padding:8px}.authenticity-row span{color:#cbd5e1;flex:1 1}.authenticity-row-hasil{background:#064e3b;border-radius:12px;color:#6ee7b7!important;flex:0 0 auto!important;font-size:12px;font-weight:600;min-width:72px;padding:2px 10px;text-align:center;white-space:nowrap}.inputs-container{grid-gap:16px;display:grid;gap:16px;margin-top:16px}.mo-group-card{background:#1e293b;border:1px solid #334155;border-radius:8px;padding:16px}.mo-group-header{align-items:center;background:#0f172a;border-radius:6px;color:#cbd5e1;display:flex;font-size:14px;font-weight:600;gap:12px;margin-bottom:12px;padding:8px 12px}.mo-sku-badge{background:#3b82f6;border-radius:12px;color:#fff;font-size:12px;font-weight:500;margin-left:auto;padding:4px 12px}.mo-calculation-summary{grid-gap:12px;background:#0f172a;border:1px solid #334155;border-radius:6px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr);margin-bottom:12px;padding:12px}.mo-calculation-item{align-items:center;display:flex;flex-direction:column;gap:4px;text-align:center}.mo-calculation-label{color:#94a3b8;font-size:12px;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.mo-calculation-value{font-size:22px;font-weight:700;line-height:1.2}.mo-calculation-value.net{color:#10b981}.mo-calculation-value.reject{color:#ef4444}.mo-calculation-value.buffer{color:#f59e0b}.mo-list-toolbar{background:#1e293b;border:1px solid #334155;border-radius:8px;display:flex;flex-direction:column;gap:12px;margin-bottom:16px;padding:16px}.mo-list-search{position:relative;width:100%}.mo-list-search-input{background:#0f172a;border:1px solid #475569;border-radius:6px;box-sizing:border-box;color:#e2e8f0;font-size:14px;padding:10px 36px 10px 12px;width:100%}.mo-list-search-input:focus{border-color:#3b82f6;outline:none}.mo-list-search-clear{align-items:center;background:#475569;border:none;border-radius:50%;color:#e2e8f0;cursor:pointer;display:flex;font-size:16px;height:24px;justify-content:center;line-height:1;position:absolute;right:8px;top:50%;transform:translateY(-50%);width:24px}.mo-list-search-clear:hover{background:#64748b}.mo-list-toolbar-meta{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.mo-list-count{color:#94a3b8;font-size:13px}.mo-list-pagination{align-items:center;display:flex;gap:8px}.mo-list-page-btn{background:#334155;border:1px solid #475569;border-radius:6px;color:#e2e8f0;cursor:pointer;font-size:13px;padding:6px 12px;transition:background .2s}.mo-list-page-btn:hover:not(:disabled){background:#475569}.mo-list-page-btn:disabled{cursor:not-allowed;opacity:.4}.mo-list-page-info{color:#cbd5e1;font-size:13px;min-width:90px;text-align:center}.mo-picker-field{display:flex;flex-direction:column;gap:8px}.mo-picker-list{background:#0f172a;border:1px solid #475569;border-radius:6px;max-height:240px;overflow-y:auto}.mo-picker-item{align-items:center;background:#0000;border:none;border-bottom:1px solid #1e293b;color:#e2e8f0;cursor:pointer;display:flex;flex-wrap:wrap;font-size:14px;gap:8px;padding:10px 12px;text-align:left;transition:background .15s;width:100%}.mo-picker-item:last-child{border-bottom:none}.mo-picker-item:hover{background:#1e293b}.mo-picker-item.selected{background:#1e3a5f;border-left:3px solid #3b82f6}.mo-picker-number{color:#93c5fd;font-weight:600}.mo-picker-sku{color:#cbd5e1;flex:1 1}.mo-picker-team{background:#fbbf241f;border:1px solid #fbbf2440;border-radius:999px;color:#fde68a}.mo-picker-note,.mo-picker-team{font-size:12px;font-weight:500;padding:2px 8px}.mo-picker-note{background:#22d3ee1f;border:1px solid #22d3ee40;border-radius:999px;color:#a5f3fc}.mo-picker-qty{color:#94a3b8;font-size:12px}.mo-picker-empty{color:#94a3b8;font-size:14px;padding:16px;text-align:center}.mo-picker-footer{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between}.saved-data-empty-filter{background:#1e293b;border:1px dashed #475569;border-radius:8px;color:#94a3b8;padding:24px;text-align:center}.input-card{background:#0f172a;border:1px solid #1f2937;border-radius:8px;margin-bottom:8px;padding:12px;transition:all .3s}.input-card:hover{border-color:#2563eb}.input-card-header{align-items:center;border-bottom:1px solid #1f2937;display:flex;justify-content:space-between;margin-bottom:12px;padding-bottom:12px}.input-number{color:#93c5fd;font-size:13px;font-weight:600}.input-date{color:#94a3b8;font-size:12px}.input-card-body{font-size:13px}.input-card-body p{color:#cbd5e1;margin:6px 0}.input-card-info-row{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:12px}.input-card-info-row p{color:#cbd5e1;flex:1 1;margin:0;min-width:150px}.buffer-card{background:#1e293b;border:1px solid #f59e0b;border-radius:8px;margin-top:12px;padding:12px}.buffer-card-header{align-items:center;border-bottom:1px solid #f59e0b;color:#fef3c7;display:flex;font-size:13px;justify-content:space-between;margin-bottom:8px;padding-bottom:8px}.buffer-card-body{display:flex;flex-direction:column;gap:8px}.buffer-item{background:#0f172a;border:1px solid #1f2937;border-radius:6px;padding:10px}.buffer-info{color:#cbd5e1;display:flex;font-size:12px;gap:12px;margin-bottom:8px}.buffer-info span{flex:1 1}.buffer-numbers{display:flex;flex-wrap:wrap;gap:8px}.reject-card{background:#1e293b;border:1px solid #ef4444;border-radius:8px;margin-top:12px;padding:12px}.reject-card-header{align-items:center;border-bottom:1px solid #ef4444;color:#fee2e2;display:flex;font-size:13px;justify-content:space-between;margin-bottom:8px;padding-bottom:8px}.reject-card-body{display:flex;flex-direction:column;gap:8px}.reject-item{background:#0f172a;border:1px solid #1f2937;border-radius:6px;padding:10px}.reject-info{color:#cbd5e1;display:flex;font-size:12px;gap:12px;margin-bottom:8px}.reject-info span{flex:1 1}.reject-numbers{display:flex;flex-wrap:wrap;gap:8px}.reject-number{background:#ef4444;border-radius:4px;padding:4px 8px}.edit-button,.reject-number{color:#fff;font-size:12px;font-weight:500}.edit-button{align-items:center;background:#3b82f6;border:none;border-radius:6px;cursor:pointer;display:flex;gap:4px;padding:6px 12px;transition:all .2s}.edit-button:hover{background:#2563eb;transform:translateY(-1px)}.edit-button:active{transform:translateY(0)}.buffer-row-input{align-items:center;display:flex;gap:10px;margin-bottom:10px}.buffer-row-input input{background:#0f172a;border:1px solid #1f2937;border-radius:8px;color:#e2e8f0;flex:1 1;font-size:14px;padding:10px;transition:border-color .3s}.buffer-row-input input:focus{border-color:#f59e0b;outline:none}.modal-overlay{align-items:center;background:#0000008c;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:20px;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#0b1220;border:1px solid #1f2937;border-radius:10px;max-height:90vh;max-width:560px;overflow-y:auto;padding:24px;width:100%}.large-modal{display:flex;flex-direction:column;max-height:calc(100vh - 40px);max-width:1000px;overflow:visible;padding:20px}.modal-content h2{color:#e2e8f0;font-size:18px;margin-bottom:16px;text-align:left}.large-modal h2{flex-shrink:0;margin-bottom:12px}.modal-content .form-group{margin-bottom:16px}.large-modal .form-group{margin-bottom:12px}.modal-content .form-group label{color:#cbd5e1;display:block;font-size:13px;margin:12px 0 6px}.modal-content .form-group input,.modal-content .form-group select{background:#0f172a;border:1px solid #1f2937;border-radius:8px;box-sizing:border-box;color:#e2e8f0;font-size:14px;padding:10px;transition:border-color .3s;width:100%}.modal-content .form-group input:focus,.modal-content .form-group select:focus{border-color:#2563eb;outline:none}.authenticity-section{border-top:1px solid #1f2937;margin-top:16px;padding-top:16px}.large-modal .authenticity-section{margin-top:12px;max-height:calc(100vh - 400px);overflow-y:auto;padding-top:12px}.authenticity-section label{color:#cbd5e1;display:block;font-size:13px;font-weight:500;margin-bottom:12px}.authenticity-row-input{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:1fr 1fr 1fr minmax(140px,auto) 40px;margin-bottom:10px}.authenticity-row-input.with-vendor{grid-template-columns:minmax(130px,.9fr) 1fr 1fr 1fr minmax(140px,auto) 40px}.authenticity-row-action{align-items:stretch;display:flex;flex-direction:column;gap:4px;min-width:140px}.authenticity-row-input-hasil{background:#064e3b;border-radius:10px;color:#6ee7b7;font-size:11px;font-weight:600;line-height:1.3;padding:3px 8px;text-align:center;white-space:nowrap}.authenticity-row-action .validation-status-indicator{align-items:center;border-radius:4px;display:flex;font-size:12px;font-weight:500;justify-content:center;min-height:36px;min-width:140px;padding:8px 10px;text-align:center;white-space:nowrap}.authenticity-row-action .validation-status-indicator.validated{background:#10b981;color:#fff}.authenticity-row-action .validation-status-indicator.invalid{background:#ef4444;color:#fff;font-size:11px;line-height:1.3;white-space:normal}.large-modal .authenticity-row-input{gap:8px;margin-bottom:8px}.authenticity-row-action .validate-button{background:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;flex-shrink:0;font-size:12px;max-width:140px;min-width:140px;padding:6px 12px;text-align:center;white-space:nowrap;width:140px}.authenticity-row-action .validate-button.hidden{visibility:hidden}.authenticity-row-action .validate-button:disabled{cursor:not-allowed;opacity:.5}.authenticity-row-input .validate-button.hidden{visibility:hidden}.authenticity-row-input .validate-button:disabled{cursor:not-allowed;opacity:.5}.authenticity-row-input .delete-row-button{flex-shrink:0;height:40px;max-width:40px;min-width:40px;width:40px}.authenticity-row-input .delete-row-button.hidden{visibility:hidden}.authenticity-row-input input,.authenticity-row-input select{background:#0f172a;border:1px solid #1f2937;border-radius:8px;color:#e2e8f0;font-size:14px;padding:10px;transition:border-color .3s}.authenticity-row-input input:focus,.authenticity-row-input select:focus{border-color:#2563eb;outline:none}.add-row-button{background:#059669;border:0;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;margin-top:8px;padding:10px;transition:background .3s;width:100%}.large-modal .add-row-button{font-size:13px;margin-top:6px;padding:8px}.add-row-button:hover{background:#047857}.delete-row-button{align-items:center;background:#dc2626;border:0;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:24px;font-weight:700;height:35px;justify-content:center;line-height:1;padding:0;transition:background .3s;width:35px}.delete-row-button:hover{background:#b91c1c}.delete-row-button:active{transform:scale(.95)}.modal-buttons{display:flex;gap:8px;justify-content:flex-end;margin-top:16px}.large-modal .modal-buttons{flex-shrink:0;margin-top:12px}.cancel-button,.confirm-button{border:0;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;padding:10px 14px;transition:background .3s}.cancel-button{background:#374151;color:#fff}.cancel-button:hover{background:#4b5563}.confirm-button{background:#2563eb;color:#fff}.confirm-button:hover{background:#1d4ed8}.confirm-button:active{transform:translateY(0)}.mo-info-display{background:#1e293b;border:1px solid #334155;border-radius:8px;margin-top:12px;padding:12px}.mo-info-display p{color:#cbd5e1;font-size:14px;margin:6px 0}.mo-info-display strong{color:#93c5fd;font-weight:600}input[readonly]{background:#1e293b!important;border-color:#334155!important;color:#94a3b8!important;cursor:not-allowed}.admin-container{background:#0f172a;color:#e2e8f0;min-height:100vh;padding:20px}.admin-header{align-items:center;border-bottom:1px solid #1f2937;display:flex;justify-content:space-between;margin-bottom:32px;padding-bottom:16px}.admin-header h1{color:#e2e8f0;font-size:28px;margin:0}.back-button{background:#1e293b;border:1px solid #334155;font-weight:600;padding:10px 20px;transition:all .3s}.back-button:hover{background:#334155;border-color:#475569}.logout-button{background:#dc2626;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:background .3s}.logout-button:hover{background:#b91c1c}.admin-content{margin:0 auto;max-width:1200px}.message{border-radius:8px;font-size:14px;margin-bottom:24px;padding:12px 16px}.message.success{background:#065f46;border:1px solid #059669;color:#ecfdf5}.message.error{background:#7f1d1d;border:1px solid #dc2626;color:#fecaca}.message.warning{background:#78350f;border:1px solid #f59e0b;color:#fef3c7}.admin-section{background:#1e293b;border:1px solid #334155;border-radius:12px;margin-bottom:24px;padding:24px}.admin-section h2{border-bottom:1px solid #334155;color:#e2e8f0;font-size:20px;margin:0 0 20px;padding-bottom:12px}.form-group{margin-bottom:20px}.form-group label{color:#cbd5e1;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.form-group input{background:#0f172a;border:1px solid #334155;border-radius:6px;color:#e2e8f0;font-size:14px;padding:10px;transition:border-color .3s;width:100%}.form-group input:focus{border-color:#2563eb;outline:none}.form-group small{color:#94a3b8;display:block;font-size:12px;margin-top:6px}.save-button{background:#059669;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:background .3s}.save-button:hover:not(:disabled){background:#047857}.save-button:disabled{cursor:not-allowed;opacity:.6}.cleanup-button{background:#dc2626;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:background .3s}.cleanup-button:hover:not(:disabled){background:#b91c1c}.cleanup-button:disabled{cursor:not-allowed;opacity:.6}.sync-button{background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:background .3s}.sync-button:hover:not(:disabled){background:#1d4ed8}.sync-button:disabled{cursor:not-allowed;opacity:.6}.stats-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:20px}.stat-card{background:#0f172a;border:1px solid #334155;border-radius:8px;padding:16px;text-align:center}.stat-label{color:#94a3b8;font-size:12px;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.stat-value{color:#e2e8f0;font-size:32px;font-weight:700}.report-dashboard-container{background:#0f172a;min-height:100vh;padding:20px}.report-header{background:#111827;border-bottom:1px solid #1f2937;border-radius:0;margin-bottom:24px;padding:20px 24px}.report-header .header-content{display:flex;flex-direction:column;gap:12px}.report-header h1{color:#e2e8f0;font-size:24px;font-weight:600;margin:0}.report-header .formula-info{background:#1e293b;border-left:4px solid #3b82f6;border-radius:8px;padding:12px 16px}.report-header .formula-info p{color:#cbd5e1;font-size:14px;margin:4px 0}.report-header .formula-info strong{color:#e2e8f0}.back-button{margin-bottom:16px}.report-filters{background:#111827;border:1px solid #1f2937;border-radius:10px;margin-bottom:24px;margin-left:auto;margin-right:auto;max-width:1400px;padding:20px}.filter-group{margin-bottom:16px}.filter-input,.filter-select{background:#1e293b;border:1px solid #374151;border-radius:8px;color:#e2e8f0;font-size:14px;padding:10px 12px;transition:border-color .3s,background .3s}.filter-input:focus,.filter-select:focus{background:#0f172a;border-color:#3b82f6;outline:none}.filter-buttons{display:flex;gap:12px;margin-top:20px}.apply-filter-button,.reset-filter-button{border:0;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .3s}.apply-filter-button{background:#3b82f6;color:#fff;flex:1 1}.apply-filter-button:hover{background:#2563eb;transform:translateY(-1px)}.reset-filter-button{background:#6b7280;color:#fff;flex:1 1}.reset-filter-button:hover{background:#4b5563}.report-content{margin:0 auto;max-width:1400px}.loading-spinner{font-size:18px}.loading-spinner,.no-data{color:#94a3b8;padding:60px;text-align:center}.no-data{background:#111827;border:1px solid #1f2937;border-radius:10px;font-size:16px}.report-pagination-info{color:#94a3b8;font-size:14px;margin-bottom:16px;text-align:right}.report-pagination{align-items:center;background:#111827;border:1px solid #1f2937;border-radius:10px;display:flex;gap:16px;justify-content:center;margin-top:24px;padding:16px}.report-page-btn{background:#374151;border:1px solid #475569;border-radius:8px;color:#e2e8f0;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:background .2s}.report-page-btn:hover:not(:disabled){background:#4b5563}.report-page-btn:disabled{cursor:not-allowed;opacity:.4}.report-page-indicator{color:#cbd5e1;font-size:14px;font-weight:500;min-width:120px;text-align:center}.report-list{display:flex;flex-direction:column;gap:20px}.report-card{background:#111827;border:1px solid #1f2937;border-radius:12px;overflow:hidden;transition:transform .3s,box-shadow .3s}.report-card:hover{box-shadow:0 8px 20px #0000004d;transform:translateY(-2px)}.report-card-header{background:#1e293b;border-bottom:1px solid #334155;padding:20px 24px}.mo-info,.session-info{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.mo-info h2,.session-info h2{color:#e2e8f0;font-size:20px;font-weight:600;margin:0}.session-date-badge{background:#0f172a;border:1px solid #334155;border-radius:6px;color:#94a3b8}.session-date-badge,.sku-badge{font-size:13px;padding:6px 12px}.sku-badge{background:#475569;border-radius:6px;color:#e2e8f0;font-weight:500}.type-badge{border-radius:6px;font-size:13px;font-weight:600;padding:6px 12px;text-transform:capitalize}.type-badge.liquid{background:#3b82f680;border:1px solid #3b82f6;color:#93c5fd}.type-badge.device{background:#8b5cf680;border:1px solid #8b5cf6;color:#c4b5fd}.type-badge.cartridge{background:#f59e0b80;border:1px solid #f59e0b;color:#fcd34d}.mo-summary,.session-summary{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.session-card-header,.sku-breakdown{border-bottom:1px solid #334155}.sku-breakdown{background:#0f172a;padding:16px 24px}.sku-breakdown-title{color:#e2e8f0;font-size:14px;font-weight:600;margin:0 0 12px}.sku-breakdown-table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.sku-breakdown-table{border-collapse:collapse;font-size:13px;width:100%}.sku-breakdown-table th{border-bottom:1px solid #334155;color:#94a3b8;font-weight:600;padding:10px 12px;text-align:left;white-space:nowrap}.sku-breakdown-table td{border-bottom:1px solid #1f2937;color:#cbd5e1;padding:10px 12px}.sku-breakdown-row:last-child td{border-bottom:none}.sku-name-cell{color:#e2e8f0;font-weight:500;min-width:120px}.sku-value{font-weight:700;text-align:right}.sku-value.authenticity{color:#3b82f6}.sku-value.buffer{color:#f59e0b}.sku-value.reject{color:#ef4444}.sku-value.net{color:#10b981}.session-body{padding:20px 24px}.section-title{color:#e2e8f0;font-size:14px;font-weight:600;margin:0 0 12px}.summary-item{display:flex;flex-direction:column;gap:4px}.summary-label{color:#94a3b8;font-size:13px;font-weight:500}.summary-value{font-size:24px;font-weight:700}.summary-value.authenticity{color:#3b82f6}.summary-value.buffer{color:#f59e0b}.summary-value.reject{color:#ef4444}.summary-value.net{color:#10b981;font-size:28px}.session-report-card .report-buffer-card,.session-report-card .report-reject-card{margin-top:16px}.session-inputs{display:flex;flex-direction:column;gap:12px}.input-item{background:#1e293b;border:1px solid #334155;border-radius:8px;padding:12px}.input-info{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:8px}.input-info span{color:#cbd5e1;font-size:13px}.input-info strong{color:#e2e8f0}.input-result{align-items:baseline;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:4px}.input-result-label{color:#e2e8f0;font-size:13px;font-weight:600}.input-result-value{color:#10b981;font-size:14px;font-weight:700}.input-result-detail{color:#94a3b8;font-size:12px}.authenticity-details{border-top:1px solid #334155;display:flex;flex-direction:column;gap:6px;margin-top:8px;padding-top:8px}.auth-row{color:#94a3b8;display:flex;font-family:Courier New,monospace;font-size:12px;gap:16px}.auth-row span{background:#0f172a;border-radius:4px;padding:4px 8px}.auth-row .auth-row-count{color:#10b981;font-weight:700}.report-buffer-card,.report-reject-card{background:#1e293b;border-radius:8px;margin-top:16px;padding:12px}.report-buffer-card{border:1px solid #f59e0b}.report-reject-card{border:1px solid #ef4444}.report-buffer-card-header,.report-reject-card-header{align-items:center;display:flex;font-size:13px;justify-content:space-between;margin-bottom:8px;padding-bottom:8px}.report-buffer-card-header{border-bottom:1px solid #f59e0b;color:#fef3c7}.report-reject-card-header{border-bottom:1px solid #ef4444;color:#fee2e2}.report-card-count{color:#94a3b8;font-size:12px;font-weight:500}.report-buffer-card-body,.report-reject-card-body{display:flex;flex-direction:column;gap:8px}.report-buffer-item,.report-reject-item{background:#0f172a;border:1px solid #1f2937;border-radius:6px;padding:10px}.report-buffer-info,.report-reject-info{color:#cbd5e1;display:flex;flex-wrap:wrap;font-size:12px;gap:12px;margin-bottom:8px}.report-buffer-info span,.report-reject-info span{flex:1 1;min-width:120px}.report-buffer-numbers,.report-reject-numbers{display:flex;flex-wrap:wrap;gap:8px}.report-buffer-number{background:#f59e0b}.report-buffer-number,.report-reject-number{border-radius:4px;color:#fff;font-size:12px;font-weight:500;padding:4px 8px}.report-reject-number{background:#ef4444}@media (max-width:768px){.report-dashboard-container{padding:12px}.report-header{padding:16px}.report-header h1{font-size:20px}.report-filters{padding:16px}.filter-buttons{flex-direction:column}.mo-summary,.session-summary{grid-template-columns:1fr}.mo-info,.session-info{align-items:flex-start;flex-direction:column}.sku-breakdown{padding:12px 16px}.input-info{flex-direction:column;gap:8px}.auth-row{flex-direction:column;gap:4px}}@media (min-width:769px) and (max-width:1024px){.mo-summary,.session-summary{grid-template-columns:repeat(2,1fr)}}.chart-container{background:#0f172a;min-height:100vh;padding:20px}.chart-header{background:#111827;border-bottom:1px solid #1f2937;border-radius:0;margin-bottom:24px;padding:16px 24px}.chart-header h1{color:#e2e8f0;font-size:24px;font-weight:600;margin:12px 0 0}.back-button{margin-bottom:12px;transition:background .3s}.chart-filters{background:#111827;border:1px solid #1f2937;border-radius:10px;margin-bottom:24px;margin-left:auto;margin-right:auto;max-width:1600px;padding:20px}.filter-row{align-items:flex-end;display:flex;flex-wrap:wrap;gap:16px}.filter-group{display:flex;flex:1 1;flex-direction:column;gap:8px;min-width:180px}.filter-group label{color:#e2e8f0;font-size:14px;font-weight:500}.filter-select{background:#1e293b;border:1px solid #374151;border-radius:8px;color:#e2e8f0;cursor:pointer;font-size:14px;padding:10px 12px;transition:border-color .3s,background .3s}.filter-select:focus{background:#0f172a;border-color:#3b82f6;outline:none}.refresh-button{background:#3b82f6;border:0;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;height:-webkit-fit-content;height:fit-content;padding:10px 20px;transition:all .3s}.refresh-button:hover:not(:disabled){background:#2563eb;transform:translateY(-1px)}.refresh-button:disabled{cursor:not-allowed;opacity:.6}.summary-cards{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:24px;margin-left:auto;margin-right:auto;max-width:1600px}.summary-card{align-items:center;background:#111827;border:1px solid #1f2937;border-radius:12px;display:flex;gap:16px;padding:20px;transition:transform .3s,box-shadow .3s}.summary-card:hover{box-shadow:0 8px 20px #0000004d;transform:translateY(-2px)}.summary-card.liquid{border-color:#3b82f6}.summary-card.device,.summary-card.liquid{background:linear-gradient(135deg,#111827,#1e293b)}.summary-card.device{border-color:#8b5cf6}.summary-card.cartridge{border-color:#f59e0b}.summary-card.cartridge,.summary-card.production{background:linear-gradient(135deg,#111827,#1e293b)}.summary-card.production{border-color:#06b6d4}.summary-card.top-leader{background:linear-gradient(135deg,#111827,#1e293b);border-color:#10b981}.card-icon{align-items:center;background:#1e293b;border-radius:12px;display:flex;font-size:36px;height:60px;justify-content:center;width:60px}.card-content{flex:1 1}.card-value{color:#e2e8f0;font-size:28px;font-weight:700;line-height:1;margin-bottom:4px}.card-label{color:#94a3b8;font-size:13px;font-weight:500}.chart-content{background:#111827;border:1px solid #1f2937;border-radius:12px;margin:0 auto 24px;max-width:1600px;min-height:500px;padding:24px}.chart-wrapper{height:500px;position:relative}.empty-state,.loading-state{align-items:center;color:#94a3b8;display:flex;flex-direction:column;justify-content:center;min-height:500px}.spinner{animation:spin 1s linear infinite;border:4px solid #1e293b;border-radius:50%;border-top-color:#3b82f6;height:50px;margin-bottom:16px;width:50px}@keyframes spin{to{transform:rotate(1turn)}}.empty-state p,.loading-state p{font-size:16px;margin:0}.chart-info{background:#1e293b;border-left:4px solid #3b82f6;border-radius:8px;margin:0 auto;max-width:1600px;padding:16px 20px}.chart-info p{color:#cbd5e1;font-size:14px;line-height:1.6;margin:0}.chart-info strong{color:#e2e8f0}@media (max-width:1024px){.filter-row{flex-direction:column}.filter-group{min-width:100%}.summary-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.chart-container{padding:12px}.chart-header{padding:16px}.chart-header h1{font-size:20px}.chart-filters{padding:16px}.summary-cards{grid-template-columns:1fr}.chart-content{padding:16px}.chart-wrapper{height:400px}.card-icon{font-size:28px;height:50px;width:50px}.card-value{font-size:22px}}.wms-explorer-container{background:#0f172a;min-height:100vh;padding:20px}.wms-explorer-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin:0 auto 20px;max-width:1600px}.wms-explorer-header h1{color:#e2e8f0;flex:1 1;font-size:24px;margin:8px 0 0}.wms-toolbar{align-items:flex-end;background:#111827;border:1px solid #1f2937;border-radius:10px;display:flex;flex-wrap:wrap;gap:12px;margin:0 auto 16px;max-width:1600px;padding:16px 20px}.wms-toolbar .field-group{display:flex;flex:1 1;flex-direction:column;gap:6px;min-width:220px}.wms-toolbar label{color:#94a3b8;font-size:12px;font-weight:600}.wms-toolbar input{background:#0f172a;border:1px solid #334155;border-radius:8px;color:#e2e8f0;font-size:14px;padding:10px 12px}.wms-toolbar-actions{display:flex;flex-wrap:wrap;gap:8px}.wms-summary-bar{align-items:center;background:#1e293b;border:1px solid #334155;border-radius:8px;color:#cbd5e1;display:flex;flex-wrap:wrap;font-size:14px;gap:16px;margin:0 auto 16px;max-width:1600px;padding:12px 16px}.wms-badge{border-radius:999px;font-size:12px;font-weight:700;padding:4px 10px;text-transform:uppercase}.wms-badge-both{background:#065f46;color:#6ee7b7}.wms-badge-wms_only{background:#1e3a8a;color:#93c5fd}.wms-badge-local_only{background:#78350f;color:#fcd34d}.wms-split-view{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;margin:0 auto 20px;max-width:1600px}@media (max-width:1023px){.wms-split-view{grid-template-columns:1fr}}.wms-panel{background:#111827;border:1px solid #1f2937;border-radius:10px;display:flex;flex-direction:column;min-height:420px;overflow:hidden}.wms-panel-header{background:#0f172a;border-bottom:1px solid #1f2937;padding:16px}.wms-panel-header h2{color:#e2e8f0;font-size:16px;margin:0 0 8px}.wms-panel-meta{color:#94a3b8;font-size:13px;line-height:1.5}.wms-panel-meta strong{color:#cbd5e1}.wms-panel-body{flex:1 1;overflow:auto;padding:12px}.wms-table{font-size:12px}.wms-table td,.wms-table th{color:#cbd5e1;padding:8px 10px}.wms-table th{position:-webkit-sticky;position:sticky;top:0}.wms-table tr.highlight-row{background:#10b98126}.wms-expand-btn{background:#0000;border:1px solid #334155;border-radius:4px;color:#93c5fd;cursor:pointer;font-size:11px;padding:2px 8px}.wms-subtable{border-collapse:collapse;font-size:11px;margin-top:8px;width:100%}.wms-subtable td,.wms-subtable th{border:1px solid #334155;color:#cbd5e1;padding:6px 8px}.wms-subtable th{background:#1e293b}.wms-pagination{border-top:1px solid #1f2937;color:#94a3b8;flex-wrap:wrap;font-size:13px;gap:8px;justify-content:space-between;padding:12px 16px}.wms-empty{color:#64748b;font-size:14px;padding:32px 16px}.wms-verify-section{background:#111827;border:1px solid #1f2937;border-radius:10px;margin:0 auto;max-width:1600px;padding:16px 20px}.wms-verify-section h2{color:#e2e8f0;font-size:16px;margin:0 0 12px}.wms-verify-form{align-items:flex-end;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.wms-verify-result{border-radius:8px;font-size:14px;line-height:1.6;padding:12px 16px}.wms-verify-success{background:#10b9811f;border:1px solid #059669;color:#6ee7b7}.wms-verify-error{background:#ef44441f;border:1px solid #dc2626;color:#fca5a5}.wms-bulk-verify-section{background:#111827;border:1px solid #1f2937;border-radius:10px;margin:16px auto 0;max-width:1600px;padding:16px 20px}.wms-bulk-verify-section h2{color:#e2e8f0;font-size:16px;margin:0 0 8px}.wms-bulk-desc{color:#94a3b8;font-size:13px;margin:0 0 12px}.wms-bulk-toggle{align-items:center;color:#cbd5e1;cursor:pointer;display:inline-flex;font-size:13px;gap:6px}.wms-bulk-carton-list{margin-top:12px}.wms-bulk-carton-ok{background:#10b9810a}.wms-bulk-carton-fail{background:#ef44440f}.wms-qr-status-ok{color:#6ee7b7;font-weight:600}.wms-qr-status-fail{color:#fca5a5;font-weight:600}.wms-accuracy-summary{font-size:13px;line-height:1.8;margin-top:10px}.wms-loading{color:#94a3b8;padding:24px;text-align:center}.back-button{background:#374151;border:0;color:#fff;font-weight:500;padding:10px 16px}.back-button:hover{background:#4b5563}.wms-report-container{background:#0b1220;color:#e2e8f0;min-height:100vh;padding:20px}.wms-report-header{align-items:center;display:flex;flex-wrap:wrap;gap:16px;margin:0 auto 16px;max-width:1600px}.wms-report-header h1{flex:1 1;font-size:22px;margin:0}.wms-report-toolbar{align-items:flex-end;background:#111827;border:1px solid #1f2937;border-radius:10px;display:flex;flex-wrap:wrap;gap:12px;margin:0 auto 16px;max-width:1600px;padding:16px 20px}.wms-report-toolbar .field-group{display:flex;flex-direction:column;gap:4px}.wms-report-toolbar label{color:#94a3b8;font-size:12px}.wms-report-toolbar input{background:#0f172a;border:1px solid #334155;border-radius:6px;color:#e2e8f0;font-size:14px;padding:8px 10px}.wms-report-search{flex:1 1;min-width:220px}.wms-report-summary{background:#111827;border:1px solid #1f2937;border-radius:10px;display:flex;flex-wrap:wrap;font-size:14px;gap:20px;margin:0 auto 12px;max-width:1600px;padding:12px 16px}.wms-link-btn{background:none;border:none;color:#93c5fd;cursor:pointer;font-size:inherit;padding:0;text-align:left}.wms-link-btn:hover{text-decoration:underline}.wms-btn-sm{font-size:12px;padding:4px 10px}.wms-pagination{align-items:center;display:flex;gap:16px;justify-content:center;margin:16px auto 0;max-width:1600px}.wms-compare-badge{border:1px solid #0000;border-radius:999px;display:inline-block;font-size:12px;font-weight:600;padding:3px 10px}.wms-compare-badge-ok{background:#10b9811f;border-color:#059669;color:#6ee7b7}.wms-compare-badge-pending{background:#94a3b81f;border-color:#475569;color:#94a3b8}.wms-compare-badge-warn{background:#f59e0b1f;border-color:#d97706;color:#fcd34d}.wms-accuracy-pill{border:1px solid #0000;border-radius:999px;display:inline-block;font-size:12px;font-weight:700;padding:2px 10px}.wms-accuracy-ok{background:#10b98126;border-color:#059669;color:#6ee7b7}.wms-accuracy-warn{background:#f59e0b26;border-color:#d97706;color:#fcd34d}.wms-accuracy-fail{background:#ef444426;border-color:#dc2626;color:#fca5a5}.wms-accuracy-neutral{background:#94a3b81a;border-color:#475569;color:#94a3b8}.wms-accuracy-subtext{color:#94a3b8;font-size:11px;margin-top:4px}.wms-btn{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;padding:10px 16px}.wms-btn-primary{background:#3b82f6;color:#fff}.wms-btn-secondary{background:#334155;color:#e2e8f0}.wms-btn:disabled{cursor:not-allowed;opacity:.6}.back-button{background:#334155;border:none;border-radius:8px;color:#e2e8f0;cursor:pointer;font-size:14px;padding:8px 14px}.back-button:hover{background:#475569}.wms-message{border-radius:8px;font-size:14px;margin:0 auto 12px;max-width:1600px;padding:10px 14px}.wms-message.error{background:#ef444426;border:1px solid #dc2626;color:#fca5a5}.wms-message.success{background:#10b98126;border:1px solid #059669;color:#6ee7b7}.wms-message.warning{background:#f59e0b26;border:1px solid #d97706;color:#fcd34d}.wms-table-wrap{margin:0 auto;max-width:1600px;overflow-x:auto}.wms-table{border-collapse:collapse;font-size:13px;width:100%}.wms-table td,.wms-table th{border-bottom:1px solid #1f2937;padding:10px 12px;text-align:left;vertical-align:top}.wms-table th{background:#0f172a;color:#94a3b8;font-weight:600;white-space:nowrap}.wms-empty{color:#94a3b8;padding:24px;text-align:center}.wms-sync-batch-panel{border:1px solid #0000;border-radius:10px;font-size:14px;margin:0 auto 12px;max-width:1600px;padding:12px 16px}.wms-sync-batch-progress{background:#1e293b;border-color:#334155;color:#cbd5e1}.wms-sync-batch-ok{background:#10b9811f;border-color:#059669;color:#6ee7b7}.wms-sync-batch-warn{background:#f59e0b1f;border-color:#d97706;color:#fcd34d}.wms-sync-batch-fail{background:#ef44441f;border-color:#dc2626;color:#fca5a5}.wms-sync-fail-list{font-size:13px;margin:10px 0 0;padding-left:20px}.wms-sync-fail-list li{margin-bottom:4px}.wms-qty-compare.wms-report-container{padding:12px 16px}.wms-qty-compare .wms-report-header{gap:8px;margin-bottom:10px}.wms-qty-compare .wms-report-header h1{font-size:18px}.wms-qty-compare .wms-report-toolbar{align-items:flex-end;gap:8px;margin-bottom:10px;padding:10px 12px}.wms-qty-compare .wms-report-toolbar .field-group{gap:2px}.wms-qty-compare .wms-report-toolbar label{font-size:11px}.wms-qty-compare .wms-report-toolbar input{font-size:13px;padding:6px 8px}.wms-qty-compare .wms-btn{font-size:13px;padding:7px 12px}.wms-qty-compare .wms-btn-sm{font-size:11px;padding:3px 8px}.wms-qty-compare .back-button{font-size:13px;padding:6px 10px}.wms-qty-compare .wms-report-summary{font-size:12px;gap:12px;margin-bottom:8px;padding:8px 12px}.wms-qty-compare .wms-table td,.wms-qty-compare .wms-table th{font-size:12px;padding:5px 8px}.wms-qty-compare .wms-table th{white-space:nowrap}.wms-qty-compare .wms-compare-badge{font-size:11px;padding:1px 7px}.wms-qty-compare .wms-accuracy-subtext{font-size:10px;margin-top:2px}.wms-qty-compare .wms-empty{font-size:12px;padding:12px}.wms-qty-compare .wms-pagination{font-size:13px;gap:10px;margin-top:10px}.wms-compare-badge-fail{background:#ef44441f;border-color:#dc2626;color:#fca5a5}.wms-qty-filter-toggle{align-items:center;color:#cbd5e1;cursor:pointer;display:flex;font-size:12px;gap:6px;padding-bottom:2px;-webkit-user-select:none;user-select:none;white-space:nowrap}.wms-qty-filter-toggle input{accent-color:#3b82f6;margin:0}.wms-qty-detail-panel{background:#111827;border:1px solid #1f2937;border-radius:8px;margin:0 auto 10px;max-width:1600px;padding:10px 12px}.wms-qty-detail-header{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-bottom:8px}.wms-qty-detail-header h2{font-size:14px;margin:0}.wms-qty-detail-meta{color:#94a3b8;font-size:12px;gap:8px 14px}.wms-qty-detail-meta,.wms-qty-detail-tabs{display:flex;flex-wrap:wrap;margin-bottom:8px}.wms-qty-detail-tabs{gap:4px}.wms-qty-detail-tab{background:#0f172a;border:1px solid #334155;border-radius:6px;color:#94a3b8;cursor:pointer;font-size:11px;font-weight:600;padding:4px 10px}.wms-qty-detail-tab.active{background:#1e3a5f;border-color:#3b82f6;color:#93c5fd}.wms-qty-detail-section{margin-top:0}.wms-qty-detail-section h3{color:#cbd5e1;font-size:12px;margin:0 0 6px}.wms-qty-actions{display:flex;flex-wrap:wrap;gap:4px}.wms-qty-filter-hint{color:#64748b;font-size:11px;margin:0 auto 6px;max-width:1600px}.wms-qty-unmatched-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:6px}.wms-qty-unmatched-search{background:#0f172a;border:1px solid #334155;border-radius:6px;color:#e2e8f0;flex:1 1;font-size:12px;max-width:360px;min-width:220px;padding:5px 8px}.wms-qty-unmatched-scroll{max-height:420px;overflow:auto}.wms-qty-qr-code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;word-break:break-all}.wms-qty-carton-expand-row td{background:#0b1220;padding:6px 8px!important}.wms-qty-subtable{margin:0;width:100%}.wms-qty-subtable td,.wms-qty-subtable th{font-size:11px!important;padding:4px 8px!important}.ext-mfg-sender-container{background:#0f172a;color:#e2e8f0;min-height:100vh;padding:20px}.ext-mfg-sender-header{margin:0 auto 20px;max-width:1200px}.ext-mfg-sender-header h1{font-size:24px;margin:12px 0 4px}.ext-mfg-subtitle{color:#94a3b8;font-size:14px;margin:0}.ext-mfg-alert{border-radius:8px;font-size:14px;margin:0 auto 16px;max-width:1200px;padding:12px 16px}.ext-mfg-alert-success{background:#14532d;border:1px solid #22c55e;color:#dcfce7}.ext-mfg-alert-error{background:#7f1d1d;border:1px solid #ef4444;color:#fee2e2}.ext-mfg-panel{background:#111827;border:1px solid #1f2937;border-radius:10px;margin:0 auto 16px;max-width:1200px;padding:16px 20px}.ext-mfg-panel h2{color:#cbd5e1;font-size:16px;margin:0 0 14px}.ext-mfg-panel h3{color:#94a3b8;font-size:13px;margin:0 0 8px}.ext-mfg-form-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.ext-mfg-form-grid-narrow{max-width:320px}.ext-mfg-field{display:flex;flex-direction:column;gap:6px}.ext-mfg-field label{color:#94a3b8;font-size:12px;font-weight:600}.ext-mfg-field input,.ext-mfg-field select{background:#0f172a;border:1px solid #334155;border-radius:8px;color:#e2e8f0;font-size:14px;padding:10px 12px}.ext-mfg-inline{display:flex;flex-wrap:wrap;gap:8px}.ext-mfg-inline input{background:#0f172a;border:1px solid #334155;border-radius:8px;color:#e2e8f0;flex:1 1;font-size:14px;min-width:180px;padding:10px 12px}.ext-mfg-preview-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.ext-mfg-pre{background:#0f172a;border:1px solid #334155;border-radius:8px;color:#cbd5e1;font-size:12px;line-height:1.5;margin:0;overflow-x:auto;padding:12px;white-space:pre-wrap;word-break:break-word}.ext-mfg-pre-response{max-height:420px;overflow-y:auto}.ext-mfg-actions{display:flex;flex-wrap:wrap;gap:10px;margin:0 auto 20px;max-width:1200px}.ext-mfg-btn{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;padding:10px 16px}.ext-mfg-btn:disabled{cursor:not-allowed;opacity:.6}.ext-mfg-btn-primary{background:#3b82f6;color:#fff}.ext-mfg-btn-secondary{background:#334155;color:#e2e8f0}.ext-mfg-btn-accent{background:#0d9488;color:#fff}@media (max-width:640px){.ext-mfg-sender-container{padding:12px}.ext-mfg-actions{flex-direction:column}.ext-mfg-btn{width:100%}}.App{min-height:100vh}
/*# sourceMappingURL=main.a127dfd0.css.map*/