.ordersContainer{width:100%}.ordersHeader{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:30px}.ordersHeader h1{font-size:28px;font-weight:600;color:#222;margin-bottom:8px}.ordersHeader p{font-size:14px;color:#767676}.ordersStats{display:flex;align-items:center}.ordersCount{padding:8px 16px;background:white;border:1px solid #e5e5e5;border-radius:20px;font-size:14px;font-weight:500;color:#222}.emptyState{background:white;border:1px solid #e5e5e5;border-radius:8px;padding:60px 40px;text-align:center}.emptyState svg{margin-bottom:20px}.emptyState h3{font-size:20px;font-weight:600;color:#222;margin-bottom:8px}.emptyState p{font-size:14px;color:#767676;margin-bottom:24px}.emptyStateBtn{display:inline-block;padding:12px 32px;background:#222;border:none;border-radius:4px;font-size:14px;font-weight:600;color:white;text-decoration:none;cursor:pointer;transition:all .3s ease;text-transform:capitalize}.emptyStateBtn:hover{transform:translateY(-2px)}.ordersGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.orderCard{background:white;border:1px solid #e5e5e5;border-radius:8px;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column}.orderCard:hover{box-shadow:0 8px 24px rgba(0,0,0,.12);transform:translateY(-2px);border-color:#222}.orderCardTop{padding:16px;border-bottom:1px solid #f0f0f0}.orderMeta{display:flex;align-items:center;gap:10px;margin-bottom:10px}.orderNumber{font-size:14px;font-weight:700;color:#222;letter-spacing:.3px}.orderDate{font-size:11px;color:#999}.orderStatusBadges{display:flex;gap:5px;flex-wrap:wrap}.ordersStatusBadge{padding:3px 8px;border-radius:10px;font-size:10px;font-weight:600;color:white;text-transform:uppercase;letter-spacing:.2px}.orderProducts{padding:16px;background:#fafafa;flex:1}.productImages{display:flex;align-items:center;margin-bottom:12px}.productImageWrapper{position:relative;margin-right:-10px;border:2px solid white;border-radius:6px;overflow:hidden;background:white}.productImage{width:52px;height:52px;object-fit:cover;display:block}.moreProducts{width:52px;height:52px;background:#222;color:white;border-radius:6px;justify-content:center;font-size:12px;font-weight:600;border:2px solid white}.moreProducts,.productInfo{display:flex;align-items:center}.productInfo{justify-content:space-between}.itemCount{font-size:12px;color:#666;font-weight:500}.orderAmount{font-size:16px;font-weight:700;color:#222}.orderCardBottom{padding:12px 16px;background:white}.viewDetailsBtn{width:100%;padding:10px;background:transparent;color:#222;border:1px solid #222;border-radius:4px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;cursor:pointer;transition:all .3s ease}.viewDetailsBtn:hover{background:#222;color:white;transform:translateY(-1px)}.viewDetailsBtn:active{transform:translateY(0)}.orderTotal{display:flex;flex-direction:column;gap:4px}.orderTotal span{font-size:13px;color:#767676}.orderTotal strong{font-size:20px;font-weight:600;color:#222}.viewOrderBtn{padding:10px 24px;background:white;border:1px solid #e5e5e5;border-radius:4px;font-size:14px;font-weight:600;color:#222;cursor:pointer;transition:all .3s ease;text-transform:uppercase}.viewOrderBtn:hover{background:#222;border-color:#222;color:white;transform:translateY(-2px)}.orderModal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.orderModalContent{background:white;border-radius:8px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.orderModalHeader{display:flex;justify-content:space-between;align-items:flex-start;padding:24px;border-bottom:1px solid #e5e5e5;position:sticky;top:0;background:white;z-index:10}.orderModalHeader h2{font-size:24px;font-weight:600;color:#222;margin-bottom:4px}.orderModalHeader p{font-size:14px;color:#767676}.closeModalBtn{padding:8px;background:white;border:1px solid #e5e5e5;border-radius:4px;cursor:pointer;transition:all .3s ease}.closeModalBtn:hover{background:#f8f8f8;border-color:#222;color:#222}.orderModalBody{padding:24px}.orderModalSection{margin-bottom:32px}.orderModalSection:last-child{margin-bottom:0}.orderModalSection h3{font-size:16px;font-weight:600;color:#222;margin-bottom:16px}.orderModalItems{display:flex;flex-direction:column;gap:16px}.orderModalItem{display:flex;align-items:center;gap:16px;padding:16px;background:#f8f8f8;border-radius:4px}.orderModalItem img{width:80px;height:80px;object-fit:cover}.orderModalItemInfo{flex:1}.orderModalItemInfo .itemTitle{font-size:15px;font-weight:500;color:#222;margin-bottom:4px}.orderModalItemInfo .itemVariant{font-size:13px;color:#767676;margin-bottom:4px}.orderModalItemInfo .itemQuantity{font-size:13px;color:#767676}.orderModalItemPrice{font-size:16px;font-weight:600;color:#222}.addressInfo{padding:16px;background:#f8f8f8;border-radius:4px}.addressInfo p{font-size:14px;color:#222;line-height:1.6;margin-bottom:4px}.noAddress{font-size:14px;color:#767676;font-style:italic}.orderSummary{padding:16px;background:#f8f8f8;border-radius:4px}.summaryRow{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:14px;color:#222}.summaryRow.total{padding-top:16px;margin-top:8px;border-top:1px solid #e5e5e5;font-size:16px}@media (max-width:768px){.ordersHeader{flex-direction:column;gap:16px}.ordersHeader h1{font-size:24px}.ordersGrid{grid-template-columns:1fr}.orderCardTop,.orderProducts{padding:16px}.orderCardBottom{padding:12px 16px}.moreProducts,.productImage{width:56px;height:56px}.orderAmount{font-size:16px}.orderModal{padding:0}.orderModalContent{max-height:100vh}.orderModalItem{flex-direction:column;align-items:flex-start}.orderModalItem img{width:100%;height:200px}.emptyState{padding:40px 20px}}