.orders-container{max-width:1200px;margin:0 auto;padding:2rem}.orders-container h1{font-size:2rem;margin-bottom:2rem;color:#333}.orders-list{display:flex;flex-direction:column;gap:1.5rem}.order-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #eee}.order-info h3{font-size:1.2rem;color:#333;margin:0}.order-date{font-size:.9rem;color:#666;margin-top:.25rem}.status-badge{padding:.5rem 1rem;border-radius:4px;font-size:.875rem;font-weight:500}.status-badge.pending{background:#fff3cd;color:#856404}.status-badge.processing{background:#cce5ff;color:#004085}.status-badge.shipped{background:#d4edda;color:#155724}.status-badge.delivered{background:#d1e7dd;color:#0f5132}.status-badge.canceled{background:#f8d7da;color:#721c24}.status-badge.returned{background:#e2e3e5;color:#383d41}.order-items{display:flex;flex-direction:column;gap:1rem}.order-item{display:flex;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:6px}.item-image{width:80px;height:80px;object-fit:cover;border-radius:4px}.item-details{flex:1 1}.item-details h4{margin:0 0 .5rem;font-size:1rem;color:#333}.item-quantity{font-size:.9rem;color:#666;margin:.25rem 0}.item-price{font-weight:500;color:#333}.order-footer{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #eee;text-align:right}.total-price{font-size:1.2rem;font-weight:600;color:#333}.container{display:flex;justify-content:center;align-items:center;min-height:50vh;font-size:1.1rem;color:#666}