.order-request-list-wrapper{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5}.order-request-list-wrapper .page-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e5e7eb}.order-request-list-wrapper .page-title{font-size:3.75rem;font-weight:700;margin-bottom:.75rem;color:#111827;margin-top:0}.order-request-list-wrapper .customer-info{display:flex;flex-direction:column;gap:.25rem;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;border-left:6px solid #3b82f6;border-radius:12px;margin:.5rem 0 0}.order-request-list-wrapper .customer-info .ci-label{font-size:.875rem;font-weight:600;color:#1e40af;text-transform:uppercase;letter-spacing:.05em}.order-request-list-wrapper .customer-info .ci-company{font-size:2rem;font-weight:700;color:#111827;line-height:1.2}.order-request-list-wrapper .customer-info .ci-person{font-size:1.125rem;color:#475569}@media(max-width:600px){.order-request-list-wrapper .customer-info{padding:1rem 1.125rem}.order-request-list-wrapper .customer-info .ci-company{font-size:1.5rem}.order-request-list-wrapper .customer-info .ci-person{font-size:1rem}}.request-list-container{max-width:900px;margin:0 auto;padding:2rem 1rem}.list-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.list-header h2{font-size:2.25rem;font-weight:600;color:#111827;margin:0}.filter-section{display:flex;align-items:center;gap:.75rem}.filter-section label{font-size:1.5rem;font-weight:500;color:#374151}.status-filter{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:6px;font-size:1.5rem;background-color:#fff;cursor:pointer;transition:border-color .2s}.status-filter:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.request-list{display:flex;flex-direction:column;gap:1.5rem}.request-card{background:#fff;border-radius:8px;border:2px solid #e5e7eb;overflow:hidden;transition:box-shadow .2s}.request-card:hover{box-shadow:0 4px 6px #0000001a}.request-card-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background-color:#f9fafb;border-bottom:1px solid #e5e7eb}.request-id{font-family:monospace;font-size:1.5rem;font-weight:600;color:#6b7280}.request-status{padding:.5rem 1rem;border-radius:6px;font-size:1.3125rem;font-weight:600}.status-pending{background-color:#fef3c7;color:#92400e}.status-approved{background-color:#d1fae5;color:#065f46}.status-rejected{background-color:#fee2e2;color:#991b1b}.status-batch{background-color:#dbeafe;color:#1e40af}.request-card-body{padding:1.5rem}.request-info-row{display:flex;gap:.75rem;margin-bottom:1rem;font-size:1.5rem}.info-label{font-weight:600;color:#374151;min-width:120px}.info-value{color:#111827}.urgency-urgent{color:#dc2626;font-weight:600}.request-items{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.items-list{list-style:none;padding:0;margin:.75rem 0 0}.items-list li{padding:.75rem;margin-bottom:.5rem;background-color:#f9fafb;border-radius:6px;font-size:1.4rem;color:#374151}.item-sku{font-weight:600;color:#111827}.item-name{color:#6b7280;font-size:1.3rem}.item-qty{font-weight:600;color:#3b82f6}.request-notes,.request-rejection{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.request-notes p,.request-rejection p{margin:.75rem 0 0;font-size:1.4rem;color:#374151;line-height:1.6}.request-rejection{background-color:#fee2e2;padding:1rem;border-radius:6px;border-left:4px solid #dc2626}.request-rejection .info-label,.request-rejection p{color:#991b1b}.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:8px;border:2px dashed #d1d5db}.empty-state p{font-size:1.5rem;color:#6b7280;margin:0}.loading{text-align:center;padding:3rem;color:#6b7280;font-size:1.5rem}.loading:after{content:"...";animation:dots 1.5s infinite}@keyframes dots{0%,20%{content:"."}40%{content:".."}60%,to{content:"..."}}.error-message{background-color:#fee2e2;color:#991b1b;padding:1.5rem;border-radius:6px;border:1px solid #fca5a5;text-align:center;font-size:1.5rem}.error-message h2{font-size:2rem;margin-bottom:1rem;color:#991b1b}.error-message p{margin-bottom:.75rem;line-height:1.6}.order-request-list-wrapper .button{display:inline-block;padding:1rem 2.5rem;border:none;border-radius:8px;font-weight:600;font-size:1.125rem;text-decoration:none;transition:all .2s;cursor:pointer}.order-request-list-wrapper .button--primary{background-color:#111827;color:#fff;box-shadow:0 2px 4px #0003}.order-request-list-wrapper .button--primary:hover{background-color:#1f2937;transform:translateY(-2px);box-shadow:0 4px 8px #0000004d;text-decoration:none;color:#fff}.order-request-list-wrapper .button--large{padding:1.3125rem 3rem;font-size:1.5rem}@media(max-width:768px){.request-list-container{padding:1rem .5rem}.list-header{flex-direction:column;align-items:flex-start}.list-header h2{font-size:1.75rem}.request-card-header{flex-direction:column;align-items:flex-start;gap:.75rem}.request-info-row{flex-direction:column;gap:.25rem}.info-label{min-width:auto}.order-request-list-wrapper .page-title{font-size:2.25rem}}.status-revising{background:#fef3c7;color:#92400e}.request-revisions{margin-top:1rem;padding-top:.75rem;border-top:1px dashed #e5e7eb}.revision-toggle{background:none;border:none;color:#2563eb;font-size:.875rem;cursor:pointer;padding:.25rem 0}.revision-toggle:hover{text-decoration:underline}.revision-timeline{list-style:none;margin:.75rem 0 0;padding:0;border-left:2px solid #e5e7eb}.revision-item{position:relative;padding:.5rem 0 .5rem 1rem;margin:0}.revision-item:before{content:"";position:absolute;left:-5px;top:.85rem;width:8px;height:8px;border-radius:50%;background:#f59e0b}.revision-meta{font-size:.75rem;color:#64748b;margin-bottom:.25rem}.revision-reason{font-size:.875rem;color:#1f2937;white-space:pre-wrap;background:#fffbeb;padding:.5rem .625rem;border-radius:6px}.request-actions{margin-top:1rem;display:flex;justify-content:flex-end;gap:.5rem}.button--small{padding:.5rem 1rem;font-size:.875rem}
/*# sourceMappingURL=/cdn/shop/t/4/assets/order-request-list.css.map */
