.orders-module__DVTUUG__page{background-color:var(--surface-100);min-height:100vh}.orders-module__DVTUUG__header{background-color:var(--background);border-bottom:1px solid var(--surface-200);padding:16px}.orders-module__DVTUUG__title{font-size:1.25rem}.orders-module__DVTUUG__tabs{background-color:var(--background);scrollbar-width:none;border-bottom:1px solid var(--surface-200);gap:8px;padding:12px 16px;display:flex;overflow-x:auto}.orders-module__DVTUUG__tabs::-webkit-scrollbar{display:none}.orders-module__DVTUUG__tab{border-radius:var(--radius-full);white-space:nowrap;background-color:var(--surface-100);color:var(--text-secondary);padding:8px 16px;font-size:.8rem;font-weight:600;transition:all .2s}.orders-module__DVTUUG__tabActive{background-color:var(--primary);color:#fff}.orders-module__DVTUUG__ordersList{flex-direction:column;gap:12px;padding:16px;display:flex}.orders-module__DVTUUG__orderCard{background-color:var(--background);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:16px;animation:.3s ease-out both orders-module__DVTUUG__fadeIn}@keyframes orders-module__DVTUUG__fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.orders-module__DVTUUG__orderTop{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.orders-module__DVTUUG__orderMeta{flex-direction:column;gap:2px;display:flex}.orders-module__DVTUUG__orderNum{font-size:.95rem;font-weight:700}.orders-module__DVTUUG__orderDate{color:var(--text-muted);font-size:.75rem}.orders-module__DVTUUG__statusBadge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.3px;align-items:center;gap:4px;padding:4px 10px;font-size:.7rem;font-weight:700;display:flex}.orders-module__DVTUUG__itemsList{border-top:1px dashed var(--surface-200);border-bottom:1px dashed var(--surface-200);flex-direction:column;gap:8px;margin-bottom:12px;padding:12px 0;display:flex}.orders-module__DVTUUG__itemRow{align-items:center;gap:8px;font-size:.85rem;display:flex}.orders-module__DVTUUG__itemQty{color:var(--primary);min-width:28px;font-weight:700}.orders-module__DVTUUG__itemName{color:var(--text-primary);flex:1}.orders-module__DVTUUG__itemPrice{color:var(--text-secondary);font-weight:500}.orders-module__DVTUUG__orderBottom{justify-content:space-between;align-items:center;display:flex}.orders-module__DVTUUG__orderTotal{flex-direction:column;display:flex}.orders-module__DVTUUG__totalLabel{color:var(--text-muted);text-transform:uppercase;font-size:.7rem}.orders-module__DVTUUG__totalValue{font-size:1.15rem;font-weight:700}.orders-module__DVTUUG__orderActions{gap:8px;display:flex}.orders-module__DVTUUG__reorderBtn{border-radius:var(--radius-sm);background-color:var(--primary);color:#fff;align-items:center;gap:6px;padding:8px 14px;font-size:.8rem;font-weight:700;transition:all .15s;display:flex}.orders-module__DVTUUG__reorderBtn:hover{background-color:var(--primary-dark)}.orders-module__DVTUUG__detailsBtn{border-radius:var(--radius-sm);border:1px solid var(--surface-300);color:var(--text-secondary);align-items:center;gap:4px;padding:8px 12px;font-size:.8rem;font-weight:600;display:flex}.orders-module__DVTUUG__empty{text-align:center;padding:60px 24px}.orders-module__DVTUUG__emptyIcon{margin-bottom:16px;font-size:3.5rem}.orders-module__DVTUUG__empty h3{margin-bottom:8px}.orders-module__DVTUUG__empty p{color:var(--text-secondary);margin-bottom:24px}.orders-module__DVTUUG__shopLink{background-color:var(--primary);color:#fff;border-radius:var(--radius-md);padding:12px 32px;font-weight:700;display:inline-block}
