.orders-wrapper{color:#334155;max-width:1000px;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:#0f172a;margin:0 0 .5rem;font-size:2rem;font-weight:700}.subtitle{color:#64748b;margin:0;font-size:1rem}.loader-container{color:#64748b;flex-direction:column;justify-content:center;align-items:center;min-height:50vh;display:flex}.spinner{border:4px solid #e2e8f0;border-top-color:#3b82f6;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:#f8fafc;border:2px dashed #e2e8f0;border-radius:16px;padding:4rem 2rem}.empty-icon{margin-bottom:1rem;font-size:4rem}.empty-state h2{color:#0f172a;margin-bottom:.5rem}.empty-state p{color:#64748b;margin-bottom:1.5rem}.continue-btn{color:#fff;cursor:pointer;background:#3b82f6;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:#fff;border:1px solid #e2e8f0;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:#f8fafc;border-bottom:1px solid #e2e8f0;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:#0f172a;font-size:1.1rem;font-weight:700}.order-date{color:#64748b;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.pending{color:#d97706;background:#fef3c7}.status-badge.confirmed{color:#4338ca;background:#e0e7ff}.status-badge.dispatched{color:#1d4ed8;background:#dbeafe}.status-badge.in-transit{color:#0891b2;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 #f1f5f9;padding:1rem 0}.order-item:last-child{border-bottom:none}.item-name{color:#1e293b;margin:0 0 .5rem;font-size:1rem;font-weight:600}.item-meta{color:#64748b;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.item-meta strong{color:#334155;font-weight:600}.divider{color:#cbd5e1}.order-card-footer{background:#fff;border-top:1px solid #e2e8f0;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:#64748b;font-size:.875rem}.total-price{color:#0f172a;font-size:1.25rem;font-weight:700}.view-details-btn{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:all .2s}.view-details-btn:hover{background:#f8fafc;border-color:#94a3b8}@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,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/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,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/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:#f9f9f9;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,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/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,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;width:60%;height:12px;animation:.8s infinite shimmer}.skeleton-value{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/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}}
