.orders-added-to-cart-anim{display:inline-block;font-size:11px;color:#1bc5bd;background:#e1f0ff;border-radius:8px;padding:2px 10px;margin-left:4px;margin-right:4px;animation:fadeSlideIn 1.2s cubic-bezier(.4,0,.2,1)}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(10px) scale(.95)}30%{opacity:1;transform:translateY(0) scale(1.05)}80%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-8px) scale(.98)}}:root{--orders-bg-color: #f3f6f9;--orders-card-bg: #ffffff;--orders-text-main: #3f4254;--orders-text-muted: #b5b5c3;--orders-border: #ebedf3;--orders-primary: #3699ff;--orders-success: #1bc5bd;--orders-danger: #f64e60;--orders-warning: #ffa800}.orders-page{background-color:var(--orders-bg-color);color:var(--orders-text-main);padding:24px;min-height:calc(100vh - 24px);font-family:Cairo,sans-serif}.orders-page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;gap:16px;flex-wrap:wrap}.orders-stats-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:10px;margin-bottom:14px}@media(min-width:640px){.orders-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:980px){.orders-stats-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.orders-stat-card{background:#fff;border:1px solid var(--orders-border);border-radius:10px;padding:10px 12px;display:flex;flex-direction:column;gap:6px}.orders-stat-card span{font-size:12px;color:var(--orders-text-muted)}.orders-stat-card strong{font-size:20px;line-height:1;color:#181c32}.orders-page-title{font-size:24px;color:#181c32;margin:0}.orders-toolbar-group{display:flex;gap:12px;flex-wrap:nowrap;align-items:center;overflow-x:auto;overflow-y:hidden;padding-bottom:2px;scrollbar-width:none}.orders-toolbar-group::-webkit-scrollbar{display:none}.orders-toolbar-group>*{flex:0 0 auto}.orders-search-box{position:relative;min-width:180px;width:220px}.orders-search-box svg{position:absolute;top:50%;transform:translateY(-50%);color:var(--orders-text-muted)}[dir=rtl] .orders-search-box svg{right:10px}[dir=ltr] .orders-search-box svg{left:10px}.orders-search-box input{width:100%;border:1px solid var(--orders-border);border-radius:6px;outline:none;font-size:13px;padding-top:8px;padding-bottom:8px}[dir=rtl] .orders-search-box input{padding-right:35px;padding-left:12px}[dir=ltr] .orders-search-box input{padding-left:35px;padding-right:12px}.orders-filter-select{padding:8px 12px;border:1px solid var(--orders-border);border-radius:6px;background:#fff;font-family:Cairo,sans-serif;font-size:13px;min-width:130px}.orders-btn{padding:8px 12px;border-radius:6px;border:none;cursor:pointer;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-family:Cairo,sans-serif;font-size:13px}.orders-btn-light{background-color:#fff;border:1px solid var(--orders-border);color:var(--orders-text-main)}.orders-btn-light:hover{background:#f3f6f9}.orders-btn-primary{background:var(--orders-danger);color:#fff;width:100%}.orders-icon-only{width:30px;height:30px;padding:0}.orders-bulk-actions-bar{background:#e1f0ff;border:1px solid #bce0fd;border-radius:8px;padding:12px 16px;margin-bottom:16px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.orders-bulk-actions-tools{display:flex;gap:8px;flex-wrap:wrap}.orders-card{background:var(--orders-card-bg);border-radius:12px;box-shadow:0 0 20px #00000008;overflow:visible}.orders-table-responsive{overflow-x:auto;min-height:300px}.orders-table{width:100%;min-width:1080px;border-collapse:collapse}.orders-table th{background-color:#f9f9f9;color:var(--orders-text-muted);font-size:13px;font-weight:600;text-align:start;padding:14px;border-bottom:1px solid var(--orders-border)}.orders-table td{padding:14px;border-bottom:1px solid var(--orders-border);vertical-align:top;font-size:14px}.orders-table tr:hover{background-color:#fafbfc}.orders-order-id{font-weight:700;color:var(--orders-primary);cursor:pointer;text-decoration:underline;background:transparent;border:none;font-family:Cairo,sans-serif;padding:0}.orders-order-id-row{display:inline-flex;align-items:center;gap:6px}.orders-copy-btn{width:22px;height:22px;border:1px solid var(--orders-border);border-radius:4px;background:#fff;color:#64748b;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.orders-copy-btn:hover{background:#f3f6f9;color:#1e293b}.orders-cell-muted{color:var(--orders-text-muted);font-size:12px;margin-top:4px}.orders-customer-name{font-weight:600}.orders-customer-tags{display:flex;gap:6px;margin-top:6px}.orders-c-tag{font-size:10px;padding:2px 6px;border-radius:4px;font-weight:700}.tag-vip{background:#fff4de;color:var(--orders-warning)}.tag-new{background:#e1f0ff;color:var(--orders-primary)}.tag-fake{background:#ffe2e5;color:var(--orders-danger)}.orders-badge{margin-top:6px;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:700;display:inline-flex;align-items:center;gap:4px}.badge-paid{background-color:#c9f7f5;color:var(--orders-success)}.badge-failed{background-color:#ffe2e5;color:var(--orders-danger)}.badge-pending{background-color:#fff4de;color:var(--orders-warning)}.badge-cash{background-color:#e1f0ff;color:var(--orders-primary)}.orders-action-icons{display:flex;gap:6px;margin-top:6px}.orders-icon-btn{width:26px;height:26px;border-radius:4px;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.orders-btn-approve{background:#c9f7f5;color:var(--orders-success)}.orders-btn-reject{background:#ffe2e5;color:var(--orders-danger)}.orders-status-select{padding:6px;border:1px solid var(--orders-border);border-radius:4px;font-family:Cairo,sans-serif;font-size:12px}.status-placed{background:#e1f0ff;color:#3699ff}.status-processing{background:#fff4de;color:#ffa800}.status-shipped{background:#f3e8ff;color:#7c3aed}.status-delivered{background:#c9f7f5;color:#1bc5bd}.status-cancelled{background:#ffe2e5;color:#f64e60}.orders-actions-col{display:flex;align-items:center;position:relative}.orders-dropdown{position:absolute;top:100%;z-index:20;min-width:210px}[dir=rtl] .orders-dropdown{right:0}[dir=ltr] .orders-dropdown{left:0}.orders-dropdown-content{display:none;margin-top:6px;background:#fff;border:1px solid var(--orders-border);border-radius:8px;box-shadow:0 5px 15px #0000001a;overflow:hidden}.orders-dropdown.open .orders-dropdown-content{display:block}.orders-dropdown-content button,.orders-dropdown-link{width:100%;text-align:start;padding:10px;background:#fff;border:none;cursor:pointer;font-family:Cairo,sans-serif;font-size:13px;display:flex;gap:8px;align-items:center;color:var(--orders-text-main);text-decoration:none}.orders-dropdown-content button:hover,.orders-dropdown-link:hover{background:#f3f6f9;color:var(--orders-primary)}.orders-danger-text{color:var(--orders-danger)!important}.orders-danger-text:disabled{opacity:.45;cursor:not-allowed}.orders-pagination{display:flex;justify-content:space-between;align-items:center;padding:14px;border-top:1px solid var(--orders-border);flex-wrap:wrap;gap:8px}.orders-page-info{color:var(--orders-text-muted);font-size:13px}.orders-page-controls button{padding:5px 10px;margin:0 2px;border:1px solid var(--orders-border);background:#fff;border-radius:4px;cursor:pointer}.orders-page-right{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.orders-page-controls button.active{background:var(--orders-primary);color:#fff;border-color:var(--orders-primary)}.orders-page-controls button:disabled{opacity:.45;cursor:not-allowed}.orders-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.orders-modal-content{background:#fff;padding:24px;border-radius:12px;width:420px;max-width:calc(100vw - 24px);position:relative}.orders-modal-close{position:absolute;top:12px;border:none;background:transparent;cursor:pointer;color:var(--orders-text-muted)}[dir=rtl] .orders-modal-close{left:12px}[dir=ltr] .orders-modal-close{right:12px}.orders-modal-title{margin-bottom:12px;font-size:18px;color:#181c32}.orders-form-control{width:100%;border:1px solid var(--orders-border);border-radius:6px;padding:10px;margin:12px 0;font-family:Cairo,sans-serif;resize:vertical}.orders-drawer-overlay{position:fixed;inset:0;background:#0000004d;z-index:999}.orders-drawer{position:fixed;top:0;width:400px;max-width:calc(100vw - 16px);height:100%;background:#fff;box-shadow:-5px 0 15px #0000000d;padding:20px;z-index:1000;transform:translate(110%);transition:transform .3s ease;overflow-y:auto}[dir=rtl] .orders-drawer{right:0}[dir=ltr] .orders-drawer{left:0;transform:translate(-110%)}.orders-drawer.open{transform:translate(0)}.orders-drawer-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--orders-border);padding-bottom:12px;margin-bottom:12px}.orders-drawer-block{margin-bottom:16px}.orders-drawer-block p{margin:6px 0;font-size:14px;display:flex;align-items:center;gap:6px}.orders-drawer-card{background:#f9f9f9;border-radius:8px;padding:12px;margin-bottom:14px}.orders-drawer-card h4{margin-bottom:8px}.orders-empty-box{padding:20px;text-align:center;color:var(--orders-text-muted)}.orders-error{color:var(--orders-danger)}.returns-page-container{padding:1.5rem;max-width:1400px;margin:0 auto;min-height:100vh;background-color:#f8fafc;font-family:inherit}.page-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}@media(min-width:640px){.page-header{flex-direction:row;align-items:center;justify-content:space-between}}.header-title h2{font-size:1.875rem;font-weight:800;color:#1e293b;letter-spacing:-.025em;margin:0}.header-subtitle{font-size:.875rem;color:#64748b;margin-top:.25rem}.header-actions{display:flex;align-items:center;gap:.75rem}.stats-badge{display:inline-flex;align-items:center;padding:.375rem .75rem;background-color:#fff;border:1px solid #e2e8f0;border-radius:9999px;font-size:.875rem;font-weight:600;color:#475569;box-shadow:0 1px 2px #0000000d}.btn-create{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background-color:#4f46e5;color:#fff;font-size:.875rem;font-weight:600;border-radius:.5rem;transition:all .2s;border:none;cursor:pointer;box-shadow:0 4px 6px -1px #4f46e51a,0 2px 4px -1px #4f46e50f}.btn-create:hover{background-color:#4338ca;transform:translateY(-1px)}.filters-container{background-color:#fff;border-radius:1rem;border:1px solid #e2e8f0;padding:1rem;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 1px 3px #0000000d}@media(min-width:640px){.filters-container{flex-direction:row}}.search-wrapper{position:relative;flex:1}.search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#94a3b8;width:1.25rem;height:1.25rem;pointer-events:none}.filter-input{width:100%;padding:.625rem 1rem .625rem 2.5rem;border-radius:.5rem;border:1px solid #cbd5e1;font-size:.95rem;outline:none;transition:all .2s;color:#1e293b}.filter-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.status-wrapper{position:relative;min-width:200px}.filter-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#94a3b8;width:1rem;height:1rem;pointer-events:none}.filter-select{width:100%;padding:.625rem 2rem .625rem 2.5rem;border-radius:.5rem;border:1px solid #cbd5e1;font-size:.95rem;outline:none;background-color:#fff;color:#1e293b;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:all .2s}.filter-select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.table-card{background-color:#fff;border-radius:1rem;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;overflow:hidden}.custom-status-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700;border-width:1px;cursor:pointer;outline:none;transition:all .2s;text-align:center}.custom-status-select:focus{box-shadow:0 0 0 2px #6366f140}.btn-invoice{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;font-size:.75rem;font-weight:600;border-radius:.5rem;transition:all .2s;text-decoration:none;box-shadow:0 2px 4px #7c3aed33}.btn-invoice:hover{background:linear-gradient(135deg,#6d28d9,#5b21b6);transform:translateY(-1px);box-shadow:0 4px 6px #7c3aed4d}.btn-tracking{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background-color:#334155;color:#fff;font-size:.75rem;font-weight:600;border-radius:.5rem;transition:all .2s;text-decoration:none}.btn-tracking:hover{background-color:#1e293b;transform:translateY(-1px)}.action-btn{padding:.5rem;border-radius:.5rem;transition:all .2s;color:#64748b}.action-btn.view:hover{color:#4f46e5;background-color:#eef2ff}.action-btn.delete:hover{color:#ef4444;background-color:#fef2f2}.empty-state{padding:4rem 1rem;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.empty-icon-wrapper{width:4rem;height:4rem;background-color:#f1f5f9;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.empty-title{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.empty-desc{font-size:.875rem;color:#64748b;max-width:24rem;line-height:1.5}.btn-clear-filters{margin-top:1.5rem;color:#4f46e5;font-size:.875rem;font-weight:600;background:none;border:none;cursor:pointer;text-decoration:underline;transition:color .2s}.btn-clear-filters:hover{color:#4338ca}.order-edit-page{max-width:900px;margin:0 auto;padding:24px 16px 80px;background:#f8fafc;min-height:100vh;display:flex;flex-direction:column;gap:14px}.order-edit-hero-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:16px;padding:20px 24px;box-shadow:0 4px 20px #667eea40}.order-edit-hero-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.order-edit-hero-title{margin:0;font-size:1.35rem;font-weight:800}.order-edit-hero-meta{margin:6px 0 0;font-size:.82rem;opacity:.85}.order-edit-copy-btn{display:flex;align-items:center;gap:6px;background:#ffffff26;border:1px solid rgba(255,255,255,.25);color:#fff;border-radius:8px;padding:7px 14px;font-size:.8rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .2s}.order-edit-copy-btn:hover{background:#ffffff40}.order-edit-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:18px 20px;box-shadow:0 1px 3px #0f172a0a}.order-edit-card-accent{border-left:4px solid #4f46e5}.order-edit-card-success{border-left:4px solid #059669}.order-edit-card-failed{border-left:4px solid #e11d48;background:#fff5f5}.order-edit-card-paid{border-left:4px solid #059669;background:#f0fdf4}.order-edit-payment-review{border-left:4px solid #d97706;background:#fffbeb}.order-edit-card-label{display:block;margin-bottom:4px;color:#64748b;font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.order-edit-card-value{font-size:1.05rem;font-weight:800;color:#0f172a}.order-edit-card-hint{display:block;margin-top:4px;color:#64748b;font-size:.78rem}.order-edit-pay-badge{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:3px 12px;font-size:.78rem;font-weight:700;border:1px solid}.order-edit-pay-badge.pay-ok{background:#d1fae5;color:#065f46;border-color:#a7f3d0}.order-edit-pay-badge.pay-fail{background:#fee2e2;color:#991b1b;border-color:#fecaca}.order-edit-pay-badge.pay-pending{background:#fff7ed;color:#9a3412;border-color:#fed7aa}.order-edit-summary-grid{display:grid;grid-template-columns:1fr;gap:14px}@media(min-width:700px){.order-edit-summary-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.order-edit-summary-grid{grid-template-columns:repeat(4,1fr)}}.order-edit-subtitle{display:flex;align-items:center;gap:8px;margin:0 0 14px;font-size:1rem;color:#1e293b;font-weight:800}.order-edit-grid-2{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:12px}@media(min-width:700px){.order-edit-grid-2{grid-template-columns:repeat(2,1fr)}}.order-edit-field-label{display:block;margin-bottom:4px;color:#334155;font-size:.82rem;font-weight:700}.order-edit-field-hint{margin:4px 0 12px;color:#64748b;font-size:.82rem;line-height:1.5}.order-edit-input{width:100%;border:1px solid #cbd5e1;border-radius:8px;padding:9px 12px;font-size:.88rem;background:#fff;color:#0f172a;outline:none;transition:border-color .2s,box-shadow .2s;font-family:inherit;box-sizing:border-box}.order-edit-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1f}select.order-edit-input{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.order-edit-total-row{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding-top:12px;border-top:2px solid #e2e8f0}.order-edit-total-label{font-size:.95rem;font-weight:800;color:#1e293b}.order-edit-total-value{font-size:1.2rem;font-weight:900;color:#059669}.order-edit-payment-actions{display:flex;flex-wrap:wrap;gap:8px}.order-edit-timeline{display:flex;flex-direction:column;gap:0}.order-edit-timeline-item{display:flex;gap:12px;padding:8px 0;position:relative}.order-edit-timeline-item:not(:last-child):after{content:"";position:absolute;left:5px;top:24px;bottom:0;width:2px;background:#e2e8f0}.order-edit-timeline-dot{width:12px;height:12px;min-width:12px;border-radius:50%;background:#667eea;margin-top:4px;z-index:1;border:2px solid #fff;box-shadow:0 0 0 2px #667eea}.order-edit-timeline-body{flex:1;display:flex;justify-content:space-between;align-items:center;background:#f8fafc;border-radius:8px;padding:8px 12px}.order-edit-timeline-status{font-weight:700;color:#1f2937;font-size:.85rem}.order-edit-timeline-time{font-size:.76rem;color:#64748b}.order-edit-actions{display:flex;flex-wrap:wrap;gap:8px}.order-edit-inline-error{border:1px solid #fecaca;background:#fff1f2;color:#be123c;border-radius:10px;padding:10px 14px;font-size:.82rem;font-weight:700}.order-btn{display:inline-flex;align-items:center;gap:6px;border:1px solid #cbd5e1;border-radius:8px;padding:8px 14px;font-size:.82rem;font-weight:700;cursor:pointer;transition:all .2s;background:#fff;color:#334155;font-family:inherit;white-space:nowrap}.order-btn:disabled{opacity:.5;cursor:not-allowed}.order-btn-primary{background:#667eea;border-color:#667eea;color:#fff}.order-btn-primary:hover:not(:disabled){background:#5a6fd6;border-color:#5a6fd6}.order-btn-neutral{background:#fff;color:#475569}.order-btn-neutral:hover:not(:disabled){background:#f1f5f9}.order-btn-cyan{border-color:#0891b2;color:#0e7490}.order-btn-cyan:hover:not(:disabled){background:#ecfeff}.order-btn-warning{border-color:#d97706;color:#b45309}.order-btn-warning:hover:not(:disabled){background:#fffbeb}.order-btn-success-fill{background:#059669;border-color:#059669;color:#fff}.order-btn-success-fill:hover:not(:disabled){background:#047857;border-color:#047857}.order-btn-danger-fill{background:#e11d48;border-color:#e11d48;color:#fff}.order-btn-danger-fill:hover:not(:disabled){background:#be123c;border-color:#be123c}.order-btn-light-sm{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;padding:5px 10px;font-size:.74rem;font-weight:600;color:#475569;cursor:pointer;transition:all .15s}.order-btn-light-sm:hover{background:#e2e8f0}.order-edit-overlay{position:fixed;inset:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.order-edit-dialog{background:#fff;border-radius:16px;padding:24px;max-width:480px;width:100%;box-shadow:0 20px 60px #0f172a33;position:relative;animation:oeditSlideIn .2s ease}@keyframes oeditSlideIn{0%{opacity:0;transform:translateY(-12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.order-edit-dialog-close{position:absolute;top:12px;right:12px;background:none;border:none;color:#94a3b8;cursor:pointer;padding:4px;border-radius:6px}.order-edit-dialog-close:hover{background:#f1f5f9;color:#475569}.order-edit-dialog-title{margin:0 0 8px;font-size:1.1rem;font-weight:800;color:#1e293b}.order-edit-dialog-text{margin:0 0 16px;color:#475569;font-size:.88rem;line-height:1.6}.order-edit-dialog-actions{display:flex;justify-content:flex-end;gap:8px}.order-edit-reject-templates{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:12px}.return-edit-container{padding:1.5rem;max-width:1000px;margin:0 auto;min-height:100vh;background-color:#f8fafc;font-family:inherit;color:#1e293b}.edit-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.header-title h2{font-size:1.5rem;font-weight:800;color:#1e293b;display:flex;align-items:center;gap:.5rem;margin:0}.header-meta{font-size:.875rem;color:#64748b;margin-top:.25rem}.header-actions{display:flex;gap:.75rem}.btn-action{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;border:1px solid transparent}.btn-print{background-color:#fff;color:#475569;border-color:#cbd5e1}.btn-print:hover{background-color:#f1f5f9;border-color:#94a3b8}.btn-track{background-color:#334155;color:#fff}.btn-track:hover{background-color:#1e293b}.info-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem;margin-bottom:2rem}@media(min-width:768px){.info-grid{grid-template-columns:repeat(3,1fr)}}.info-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.25rem;box-shadow:0 1px 2px #0000000d}.info-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600;color:#64748b;margin-bottom:.5rem;display:block}.info-value{font-size:1.125rem;font-weight:700;color:#1e293b}.text-success{color:#10b981}.text-primary{color:#4f46e5}.form-section{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;overflow:hidden;border:1px solid #e2e8f0;margin-bottom:2rem}.section-header{padding:1.25rem 1.5rem;border-bottom:1px solid #f1f5f9;background-color:#fff}.section-title{font-size:1.125rem;font-weight:700;color:#1e293b;display:flex;align-items:center;gap:.5rem}.section-body{padding:1.5rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:600;color:#334155;margin-bottom:.5rem}.form-select,.form-input,.form-textarea{width:100%;padding:.625rem 1rem;border-radius:.5rem;border:1px solid #cbd5e1;font-size:.95rem;outline:none;transition:all .2s;background-color:#fff;color:#1e293b}.form-select:focus,.form-input:focus,.form-textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.form-select:disabled{background-color:#f1f5f9;cursor:not-allowed;color:#64748b}.input-hint{font-size:.75rem;color:#64748b;margin-top:.375rem}.order-summary{background-color:#eff6ff;border:1px solid #dbeafe;border-radius:.75rem;padding:1rem;margin-top:1rem}.summary-row{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.875rem}.summary-row:last-child{margin-bottom:0;padding-top:.5rem;border-top:1px solid #bfdbfe;font-weight:700;color:#1e40af}.items-container{border:1px solid #e2e8f0;border-radius:.75rem;overflow:hidden}.item-row{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #f1f5f9;background-color:#fff}.item-row:last-child{border-bottom:none}.item-info{flex:1}.item-name{font-weight:600;font-size:.9rem;color:#1e293b}.item-meta{font-size:.75rem;color:#64748b;margin-top:.25rem}.item-qty-input{width:80px;text-align:center}.return-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:#f8fafc;border-radius:.5rem;border:1px solid #e2e8f0;margin-bottom:.5rem}.history-timeline{position:relative;padding-left:1.5rem;border-left:2px solid #e2e8f0;margin-left:.5rem}.timeline-item{position:relative;margin-bottom:1.5rem}.timeline-item:last-child{margin-bottom:0}.timeline-dot{position:absolute;left:-1.95rem;top:.25rem;width:.875rem;height:.875rem;border-radius:50%;background-color:#cbd5e1;border:2px solid #fff;box-shadow:0 0 0 1px #cbd5e1}.timeline-content{background-color:#f8fafc;padding:.75rem;border-radius:.5rem}.timeline-status{font-weight:600;color:#334155;font-size:.875rem}.timeline-date{font-size:.75rem;color:#94a3b8;margin-top:.125rem}.form-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.btn-primary{background-color:#4f46e5;color:#fff;padding:.625rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:.875rem;border:none;cursor:pointer;transition:background-color .2s}.btn-primary:hover{background-color:#4338ca}.btn-secondary{background-color:#fff;color:#475569;padding:.625rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:.875rem;border:1px solid #cbd5e1;cursor:pointer;transition:background-color .2s}.btn-secondary:hover{background-color:#f1f5f9}
