.Orders-module__K2k2wW__container{background-color:var(--color-bg-secondary);min-height:100vh;padding:3rem 1rem}@media (min-width:640px){.Orders-module__K2k2wW__container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.Orders-module__K2k2wW__container{padding-left:2rem;padding-right:2rem}}.Orders-module__K2k2wW__wrapper{max-width:56rem;margin:0 auto}.Orders-module__K2k2wW__header{flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}@media (min-width:640px){.Orders-module__K2k2wW__header{flex-direction:row}}.Orders-module__K2k2wW__title{color:var(--color-text-primary);font-size:1.875rem;font-weight:700}.Orders-module__K2k2wW__controls{flex-direction:column;gap:1rem;width:100%;display:flex}@media (min-width:640px){.Orders-module__K2k2wW__controls{flex-direction:row;width:auto}}.Orders-module__K2k2wW__searchWrapper{width:100%;position:relative}@media (min-width:640px){.Orders-module__K2k2wW__searchWrapper{width:18rem}}.Orders-module__K2k2wW__searchIconWrapper{pointer-events:none;align-items:center;padding-left:.75rem;display:flex;position:absolute;top:0;bottom:0;left:0}.Orders-module__K2k2wW__searchIcon{width:1.25rem;height:1.25rem;color:var(--color-text-secondary)}.Orders-module__K2k2wW__searchInput{border:1px solid var(--color-border-light);background-color:var(--color-bg-primary);width:100%;color:var(--color-text-primary);box-shadow:var(--shadow-sm);border-radius:9999px;padding:.5rem .75rem .5rem 2.5rem;line-height:1.25rem;transition:all .15s ease-in-out;display:block}.Orders-module__K2k2wW__searchInput::placeholder{color:var(--color-text-secondary)}.Orders-module__K2k2wW__searchInput:focus{border-color:var(--color-text-primary);box-shadow:0 0 0 1px var(--color-text-primary);outline:none}.Orders-module__K2k2wW__sortWrapper{white-space:nowrap;align-items:center;gap:.5rem;display:flex}.Orders-module__K2k2wW__sortLabel{color:var(--color-text-secondary);font-size:.875rem;font-weight:500}.Orders-module__K2k2wW__sortSelect{border-color:var(--color-border-light);background-color:var(--color-bg-primary);border-radius:.5rem;padding:.5rem 2rem .5rem .75rem;font-size:.875rem}.Orders-module__K2k2wW__sortSelect:focus{border-color:var(--color-text-primary);box-shadow:0 0 0 1px var(--color-text-primary);outline:none}.Orders-module__K2k2wW__emptyState{background-color:var(--color-bg-primary);box-shadow:var(--shadow-sm);text-align:center;border-radius:.5rem;padding:2rem}.Orders-module__K2k2wW__emptyText{color:var(--color-text-secondary);margin-bottom:1rem}.Orders-module__K2k2wW__emptyLink{color:var(--color-text-primary);font-weight:500;text-decoration:underline}.Orders-module__K2k2wW__ordersList{flex-direction:column;gap:1.5rem;display:flex}.Orders-module__K2k2wW__noResults{text-align:center;color:var(--color-text-secondary);padding-top:2rem;padding-bottom:2rem}.Orders-module__K2k2wW__orderCard{background-color:var(--color-bg-primary);box-shadow:var(--shadow-sm);border-radius:.5rem;overflow:hidden}.Orders-module__K2k2wW__orderHeader{background-color:var(--color-bg-secondary);border-bottom:1px solid var(--color-border-light);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.Orders-module__K2k2wW__headerLabel{color:var(--color-text-secondary);font-size:.875rem}.Orders-module__K2k2wW__headerValue{color:var(--color-text-primary);font-weight:500}.Orders-module__K2k2wW__headerActions{align-items:center;gap:1rem;display:flex}.Orders-module__K2k2wW__statusBadge{text-transform:uppercase;letter-spacing:.025em;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.Orders-module__K2k2wW__statusDelivered{color:#166534;background-color:#dcfce7}.Orders-module__K2k2wW__statusShipped{color:#1e40af;background-color:#dbeafe}.Orders-module__K2k2wW__statusCancelled{color:#991b1b;background-color:#fee2e2}.Orders-module__K2k2wW__statusPending{color:#854d0e;background-color:#fef9c3}.Orders-module__K2k2wW__cancelButton{color:#dc2626;cursor:pointer;background:0 0;border:none;font-size:.875rem;font-weight:500;text-decoration:underline}.Orders-module__K2k2wW__cancelButton:hover{color:#991b1b}.Orders-module__K2k2wW__orderItems{padding:1rem 1.5rem}.Orders-module__K2k2wW__itemRow{border-bottom:1px solid var(--color-border-light);align-items:center;padding-top:1rem;padding-bottom:1rem;display:flex}.Orders-module__K2k2wW__itemRow:last-child{border-bottom:none}.Orders-module__K2k2wW__itemImageWrapper{background-color:var(--color-bg-secondary);border-radius:.25rem;flex-shrink:0;width:4rem;height:4rem;position:relative;overflow:hidden}.Orders-module__K2k2wW__itemImage{object-fit:cover}.Orders-module__K2k2wW__itemDetails{flex:1;margin-left:1rem}.Orders-module__K2k2wW__itemName{color:var(--color-text-primary);font-weight:500}.Orders-module__K2k2wW__itemQty{color:var(--color-text-secondary);font-size:.875rem}.Orders-module__K2k2wW__itemPrice{color:var(--color-text-primary);font-weight:500}.Orders-module__K2k2wW__pagination{justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;display:flex}.Orders-module__K2k2wW__pageButton{border:1px solid var(--color-border-light);background-color:var(--color-bg-primary);color:var(--color-text-primary);cursor:pointer;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500}.Orders-module__K2k2wW__pageButton:disabled{opacity:.5;cursor:not-allowed}.Orders-module__K2k2wW__pageButton:hover:not(:disabled){background-color:var(--color-bg-secondary)}.Orders-module__K2k2wW__pageInfo{color:var(--color-text-secondary);font-size:.875rem}.Orders-module__K2k2wW__loadingContainer{justify-content:center;align-items:center;min-height:100vh;display:flex}.Orders-module__K2k2wW__spinner{border-bottom-width:2px;border-color:var(--color-text-primary);border-radius:9999px;width:3rem;height:3rem;animation:1s linear infinite Orders-module__K2k2wW__spin}@keyframes Orders-module__K2k2wW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Orders-module__K2k2wW__stepperContainer{border-bottom:1px solid var(--color-border-light);background-color:var(--color-bg-primary);padding:1.5rem}.Orders-module__K2k2wW__stepper{justify-content:space-between;max-width:40rem;margin:0 auto;display:flex;position:relative}.Orders-module__K2k2wW__stepper:before{content:"";background-color:var(--color-border-light);z-index:0;height:2px;position:absolute;top:1rem;left:0;right:0;transform:translateY(-50%)}.Orders-module__K2k2wW__step{z-index:1;flex-direction:column;flex:1;align-items:center;gap:.5rem;display:flex;position:relative}.Orders-module__K2k2wW__stepIcon{background-color:var(--color-bg-primary);border:2px solid var(--color-border-light);width:2rem;height:2rem;color:var(--color-text-secondary);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.Orders-module__K2k2wW__stepCompleted .Orders-module__K2k2wW__stepIcon{background-color:var(--color-text-primary);border-color:var(--color-text-primary);color:var(--color-bg-primary)}.Orders-module__K2k2wW__stepCurrent .Orders-module__K2k2wW__stepIcon{border-color:var(--color-text-primary);color:var(--color-text-primary);animation:2s infinite Orders-module__K2k2wW__pulse}.Orders-module__K2k2wW__stepLabel{color:var(--color-text-secondary);text-transform:capitalize;font-size:.75rem;font-weight:500}.Orders-module__K2k2wW__stepCompleted .Orders-module__K2k2wW__stepLabel,.Orders-module__K2k2wW__stepCurrent .Orders-module__K2k2wW__stepLabel{color:var(--color-text-primary);font-weight:600}.Orders-module__K2k2wW__progressLine{background-color:var(--color-text-primary);z-index:0;height:2px;transition:width .5s;position:absolute;top:1rem;left:0;transform:translateY(-50%)}@keyframes Orders-module__K2k2wW__pulse{0%{box-shadow:0 0 #0003}70%{box-shadow:0 0 0 6px #0000}to{box-shadow:0 0 #0000}}
