.orders-module__Wslheq__container{width:100%;max-width:1400px;min-height:80vh;margin:0 auto;padding:clamp(20px,3vw,40px) clamp(16px,3vw,48px)}.orders-module__Wslheq__header{margin-bottom:32px}.orders-module__Wslheq__backBtn{color:var(--saffron-500,#f97316);cursor:pointer;background:0 0;border:none;margin-bottom:12px;padding:0;font-size:.9rem;font-weight:600}.orders-module__Wslheq__backBtn:hover{text-decoration:underline}.orders-module__Wslheq__title{font-size:2rem;font-weight:800;font-family:var(--font-serif,Georgia, serif);color:var(--text-primary);margin-bottom:4px}.orders-module__Wslheq__subtitle{color:var(--text-secondary);font-size:.95rem}.orders-module__Wslheq__tabs{gap:8px;margin-bottom:24px;padding-bottom:4px;display:flex;overflow-x:auto}.orders-module__Wslheq__tab{border:1px solid var(--border-primary,#333);background:var(--bg-secondary,#1a1a2e);color:var(--text-secondary);cursor:pointer;white-space:nowrap;border-radius:24px;align-items:center;gap:6px;padding:10px 20px;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.orders-module__Wslheq__tab:hover{border-color:var(--saffron-500,#f97316);color:var(--saffron-500,#f97316)}.orders-module__Wslheq__tabActive{background:var(--saffron-500,#f97316);color:#fff;border-color:var(--saffron-500,#f97316)}.orders-module__Wslheq__tabBadge{background:#ffffff4d;border-radius:12px;padding:2px 8px;font-size:.75rem}.orders-module__Wslheq__ordersList{flex-direction:column;gap:16px;display:flex}.orders-module__Wslheq__orderCard{background:var(--bg-secondary,#1a1a2e);border:1px solid var(--border-primary,#333);border-radius:16px;transition:box-shadow .3s;overflow:hidden}.orders-module__Wslheq__orderCard:hover{box-shadow:0 4px 20px #0003}.orders-module__Wslheq__orderHeader{cursor:pointer;flex-wrap:wrap;align-items:center;gap:16px;padding:20px;display:flex}.orders-module__Wslheq__orderMeta{flex:1;min-width:200px}.orders-module__Wslheq__orderIdRow{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:4px;display:flex}.orders-module__Wslheq__orderId{color:var(--text-primary);font-family:monospace;font-size:.95rem;font-weight:700}.orders-module__Wslheq__statusBadge{border-radius:20px;align-items:center;gap:4px;padding:4px 12px;font-size:.75rem;font-weight:700;display:inline-flex}.orders-module__Wslheq__orderDate{color:var(--text-tertiary);font-size:.8rem}.orders-module__Wslheq__orderSummary{align-items:center;gap:16px;display:flex}.orders-module__Wslheq__itemThumbs{gap:-4px;display:flex}.orders-module__Wslheq__itemThumb{background:var(--bg-tertiary,#2a2a3e);border:2px solid var(--bg-secondary,#1a1a2e);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-left:-8px;font-size:1.2rem;display:flex;overflow:hidden}.orders-module__Wslheq__itemThumb:first-child{margin-left:0}.orders-module__Wslheq__itemThumb img{object-fit:cover;width:100%;height:100%}.orders-module__Wslheq__itemThumbMore{background:var(--saffron-500,#f97316);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-left:-8px;font-size:.7rem;font-weight:700;display:flex}.orders-module__Wslheq__orderTotal{text-align:right}.orders-module__Wslheq__totalLabel{color:var(--text-tertiary);font-size:.75rem;display:block}.orders-module__Wslheq__totalAmount{color:var(--saffron-500,#f97316);font-size:1.1rem;font-weight:800}.orders-module__Wslheq__expandIcon{color:var(--text-tertiary);font-size:.8rem}.orders-module__Wslheq__orderDetail{border-top:1px solid var(--border-primary,#333);padding:0 20px 20px}.orders-module__Wslheq__timeline{justify-content:space-between;align-items:flex-start;padding:24px 0;display:flex;position:relative}.orders-module__Wslheq__timeline:before{content:"";background:var(--border-primary,#333);z-index:0;height:3px;position:absolute;top:40px;left:10%;right:10%}.orders-module__Wslheq__timelineStep{z-index:1;flex-direction:column;flex:1;align-items:center;gap:8px;display:flex;position:relative}.orders-module__Wslheq__timelineDot{background:var(--bg-tertiary,#2a2a3e);width:32px;height:32px;color:var(--text-tertiary);border:2px solid var(--border-primary,#333);border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.orders-module__Wslheq__timelineDone .orders-module__Wslheq__timelineDot{background:var(--saffron-500,#f97316);color:#fff;border-color:var(--saffron-500,#f97316)}.orders-module__Wslheq__timelineCurrent .orders-module__Wslheq__timelineDot{background:var(--saffron-500,#f97316);color:#fff;border-color:var(--saffron-500,#f97316);animation:2s infinite orders-module__Wslheq__pulse;box-shadow:0 0 0 4px #f973164d}@keyframes orders-module__Wslheq__pulse{0%,to{box-shadow:0 0 0 4px #f973164d}50%{box-shadow:0 0 0 8px #f973161a}}.orders-module__Wslheq__timelineLabel{color:var(--text-tertiary);text-align:center;font-size:.7rem;font-weight:600}.orders-module__Wslheq__timelineDone .orders-module__Wslheq__timelineLabel{color:var(--saffron-500,#f97316)}.orders-module__Wslheq__sectionTitle{color:var(--text-primary);margin-top:16px;margin-bottom:12px;font-size:.85rem;font-weight:700}.orders-module__Wslheq__itemsList{margin-bottom:16px}.orders-module__Wslheq__itemRow{border-bottom:1px solid var(--border-primary,#333);align-items:center;gap:12px;padding:10px 0;display:flex}.orders-module__Wslheq__itemRow:last-child{border-bottom:none}.orders-module__Wslheq__itemImage{background:var(--bg-tertiary,#2a2a3e);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;display:flex;overflow:hidden}.orders-module__Wslheq__itemImage img{object-fit:cover;width:100%;height:100%}.orders-module__Wslheq__itemInfo{flex:1}.orders-module__Wslheq__itemName{color:var(--text-primary);font-size:.9rem;font-weight:600;display:block}.orders-module__Wslheq__itemQty{color:var(--text-tertiary);font-size:.8rem}.orders-module__Wslheq__itemTotal{color:var(--text-primary);font-weight:700}.orders-module__Wslheq__priceBreakdown{background:var(--bg-tertiary,#2a2a3e);border-radius:12px;margin:16px 0;padding:16px}.orders-module__Wslheq__priceRow{color:var(--text-secondary);justify-content:space-between;padding:6px 0;font-size:.85rem;display:flex}.orders-module__Wslheq__priceTotal{border-top:1px solid var(--border-primary,#333);color:var(--text-primary);margin-top:8px;padding-top:12px;font-size:1rem;font-weight:800}.orders-module__Wslheq__addressSection,.orders-module__Wslheq__trackingSection,.orders-module__Wslheq__cancelInfo{background:var(--bg-tertiary,#2a2a3e);color:var(--text-secondary);border-radius:12px;margin:16px 0;padding:12px;font-size:.85rem}.orders-module__Wslheq__addressSection p,.orders-module__Wslheq__trackingSection p,.orders-module__Wslheq__cancelInfo p{margin:4px 0}.orders-module__Wslheq__trackLink{color:var(--saffron-500,#f97316);font-weight:600;text-decoration:none}.orders-module__Wslheq__trackLink:hover{text-decoration:underline}.orders-module__Wslheq__estimateText{color:var(--text-tertiary);margin-top:4px;font-size:.8rem}.orders-module__Wslheq__actionRow{flex-wrap:wrap;gap:12px;margin-top:16px;display:flex}.orders-module__Wslheq__cancelBtn,.orders-module__Wslheq__returnBtn,.orders-module__Wslheq__reorderBtn,.orders-module__Wslheq__primaryBtn,.orders-module__Wslheq__secondaryBtn{cursor:pointer;border:none;border-radius:12px;padding:10px 24px;font-size:.85rem;font-weight:700;transition:all .2s}.orders-module__Wslheq__cancelBtn{color:#fff;background:#ef4444}.orders-module__Wslheq__cancelBtn:hover{background:#dc2626}.orders-module__Wslheq__cancelBtn:disabled{opacity:.5;cursor:not-allowed}.orders-module__Wslheq__returnBtn{background:var(--bg-tertiary,#2a2a3e);color:var(--text-primary);border:1px solid var(--border-primary,#333)}.orders-module__Wslheq__returnBtn:hover{border-color:var(--saffron-500,#f97316);color:var(--saffron-500,#f97316)}.orders-module__Wslheq__reorderBtn{background:var(--saffron-500,#f97316);color:#fff}.orders-module__Wslheq__reorderBtn:hover{background:#ea580c}.orders-module__Wslheq__primaryBtn{background:var(--saffron-500,#f97316);color:#fff;text-decoration:none;display:inline-block}.orders-module__Wslheq__primaryBtn:hover{background:#ea580c}.orders-module__Wslheq__primaryBtn:disabled{opacity:.5;cursor:not-allowed}.orders-module__Wslheq__secondaryBtn{background:var(--bg-tertiary,#2a2a3e);color:var(--text-primary);border:1px solid var(--border-primary,#333)}.orders-module__Wslheq__secondaryBtn:hover{border-color:var(--saffron-500,#f97316)}.orders-module__Wslheq__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.orders-module__Wslheq__modal{background:var(--bg-secondary,#1a1a2e);border:1px solid var(--border-primary,#333);border-radius:20px;width:100%;max-width:460px;padding:28px}.orders-module__Wslheq__modal h3{margin-bottom:8px;font-size:1.2rem;font-weight:800}.orders-module__Wslheq__textarea{background:var(--bg-tertiary,#2a2a3e);border:1px solid var(--border-primary,#333);width:100%;color:var(--text-primary);resize:vertical;border-radius:12px;margin-bottom:16px;padding:12px;font-size:.9rem}.orders-module__Wslheq__textarea:focus{border-color:var(--saffron-500,#f97316);outline:none}.orders-module__Wslheq__modalActions{justify-content:flex-end;gap:12px;display:flex}.orders-module__Wslheq__emptyState{text-align:center;padding:80px 20px}.orders-module__Wslheq__emptyIcon{margin-bottom:16px;font-size:4rem;display:block}.orders-module__Wslheq__emptyState h2{margin-bottom:8px;font-size:1.4rem;font-weight:800}.orders-module__Wslheq__emptyState p{color:var(--text-secondary);margin-bottom:20px}.orders-module__Wslheq__loadingState{flex-direction:column;gap:16px;display:flex}.orders-module__Wslheq__skeletonCard{background:var(--bg-secondary,#1a1a2e);border:1px solid var(--border-primary,#333);border-radius:16px;flex-direction:column;gap:12px;padding:24px;display:flex}.orders-module__Wslheq__skeletonLine{background:linear-gradient(90deg, var(--bg-tertiary,#2a2a3e) 25%, var(--border-primary,#333) 50%, var(--bg-tertiary,#2a2a3e) 75%);background-size:200% 100%;border-radius:8px;height:16px;animation:1.5s infinite orders-module__Wslheq__shimmer}@keyframes orders-module__Wslheq__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.orders-module__Wslheq__toast{z-index:2000;border-radius:16px;padding:14px 28px;font-size:.9rem;font-weight:700;animation:.3s ease-out orders-module__Wslheq__slideUp;position:fixed;bottom:32px;left:50%;transform:translate(-50%)}.orders-module__Wslheq__toast_success{color:#fff;background:#10b981}.orders-module__Wslheq__toast_error{color:#fff;background:#ef4444}@keyframes orders-module__Wslheq__slideUp{0%{opacity:0;transform:translate(-50%)translateY(20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media (max-width:600px){.orders-module__Wslheq__orderHeader{flex-direction:column;align-items:flex-start}.orders-module__Wslheq__timeline{padding-bottom:8px;overflow-x:auto}.orders-module__Wslheq__actionRow{flex-direction:column}.orders-module__Wslheq__cancelBtn,.orders-module__Wslheq__returnBtn,.orders-module__Wslheq__reorderBtn{text-align:center;width:100%}}
