.orders-wrapper{max-width:1000px;color:var(--text-primary);margin:0 auto;padding:2rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.orders-header{margin-bottom:2rem}.orders-header h1{color:var(--text-primary);margin:0 0 .5rem;font-size:2rem;font-weight:700}.subtitle{color:var(--text-secondary);margin:0;font-size:1rem}.loader-container{min-height:50vh;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;display:flex}.spinner{border:4px solid var(--border-color);border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;background:var(--card-bg);border:2px dashed var(--border-color);border-radius:16px;padding:4rem 2rem}.empty-icon{margin-bottom:1rem;font-size:4rem}.empty-state h2{color:var(--text-primary);margin-bottom:.5rem}.empty-state p{color:var(--text-secondary);margin-bottom:1.5rem}.continue-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:12px 24px;font-weight:600;transition:background .2s}.continue-btn:hover{background:#2563eb}.orders-list{flex-direction:column;gap:1.5rem;display:flex}.order-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.order-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.order-card-header{background:var(--card-bg);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.order-info-top{flex-direction:column;gap:.25rem;display:flex}.order-id{color:var(--text-primary);font-size:1.1rem;font-weight:700}.order-date{color:var(--text-secondary);font-size:.875rem}.status-badge{text-transform:capitalize;letter-spacing:.025em;text-align:center;border-radius:9999px;padding:6px 14px;font-size:.85rem;font-weight:600}.status-badge.confirmed{color:#4338ca;background:#e0e7ff}.status-badge.processing{color:#ffc107;background:#fef3c7}.status-badge.shipped{color:#1d93d8;background:#dbeafe}.status-badge.out-for-delivery{color:#1d4ed8;background:#cffafe}.status-badge.delivered{color:#15803d;background:#dcfce3}.status-badge.cancelled{color:#b91c1c;background:#fee2e2}.order-card-body{padding:0 1.5rem}.order-item{border-bottom:1px solid var(--border-color);padding:1rem 0}.order-item:last-child{border-bottom:none}.item-name{color:var(--text-primary);margin:0 0 .5rem;font-size:1rem;font-weight:600}.item-meta{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.item-meta strong{color:var(--text-primary);font-weight:600}.divider{color:var(--border-color)}.order-card-footer{background:var(--card-bg);border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.order-total-info{flex-direction:column;display:flex}.total-label{color:var(--text-secondary);font-size:.875rem}.total-price{color:var(--text-primary);font-size:1.25rem;font-weight:700}.view-details-btn{background:var(--hover-bg);color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;border-radius:8px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:all .2s}.view-details-btn:hover{background:var(--card-bg);border-color:var(--border-color)}@media (max-width:640px){.order-card-header{flex-direction:column;align-items:flex-start;gap:1rem}.status-badge{align-self:flex-start}.order-card-footer{flex-direction:column;align-items:stretch;gap:1rem}.view-details-btn{text-align:center;width:100%}}
.order-list-skeleton{max-width:900px;margin:0 auto;padding:20px}.skeleton-header{margin-bottom:30px}.skeleton-title{background:linear-gradient(90deg, var(--skeleton-base,#f0f0f0) 25%, var(--skeleton-highlight,#e0e0e0) 50%, var(--skeleton-base,#f0f0f0) 75%);background-size:200% 100%;border-radius:4px;width:20%;height:32px;animation:.8s infinite shimmer}.skeleton-filters{gap:12px;margin-bottom:20px;display:flex}.skeleton-filter-button{background:linear-gradient(90deg, var(--skeleton-base,#f0f0f0) 25%, var(--skeleton-highlight,#e0e0e0) 50%, var(--skeleton-base,#f0f0f0) 75%);background-size:200% 100%;border-radius:6px;width:100px;height:36px;animation:.8s infinite shimmer}.skeleton-list{flex-direction:column;gap:16px;display:flex}.skeleton-list-item{background:var(--card-bg);border-radius:8px;flex-direction:column;gap:16px;padding:20px;display:flex}.skeleton-item-header{justify-content:space-between;align-items:center;display:flex}.skeleton-status-badge{background:linear-gradient(90deg, var(--skeleton-base,#f0f0f0) 25%, var(--skeleton-highlight,#e0e0e0) 50%, var(--skeleton-base,#f0f0f0) 75%);background-size:200% 100%;border-radius:20px;width:80px;height:28px;animation:.8s infinite shimmer}.skeleton-item-details{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;display:grid}.skeleton-detail-row{flex-direction:column;gap:8px;display:flex}.skeleton-label{background:linear-gradient(90deg, var(--skeleton-base,#f0f0f0) 25%, var(--skeleton-highlight,#e0e0e0) 50%, var(--skeleton-base,#f0f0f0) 75%);background-size:200% 100%;border-radius:4px;width:60%;height:12px;animation:.8s infinite shimmer}.skeleton-value{background:linear-gradient(90deg, var(--skeleton-base,#f0f0f0) 25%, var(--skeleton-highlight,#e0e0e0) 50%, var(--skeleton-base,#f0f0f0) 75%);background-size:200% 100%;border-radius:4px;width:80%;height:16px;animation:.8s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:768px){.skeleton-filters{flex-wrap:wrap}.skeleton-item-details{grid-template-columns:1fr}}
