*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#01a9e6;--primary-dark:#00739d;--primary-soft:#f0f8ff;--text-primary:#333;--text-secondary:#57606f;--border-color:#dfe4ea;--bg-light:#f0f8ff;--bg-white:#fff;--status-pending:#fbbf24;--status-success:#16a34a;--status-error:#dc2626}.order-filter-bar{background:#fff;border-bottom:1px solid #eee;gap:8px;padding:12px;display:flex;overflow-x:auto}.filter-btn{color:#666;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #ddd;border-radius:20px;padding:6px 14px;font-size:12px;font-weight:600}.filter-btn.active{color:#fff;background:#000;border:none}.orders-container{padding:10px}.order-card{background:#fff;border:1px solid #eee;border-radius:8px;margin-bottom:14px;overflow:hidden;box-shadow:0 2px 6px #0000000a}.order-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:12px;display:flex}.order-number{font-size:14px;font-weight:700}.status-badge{text-transform:capitalize;border-radius:12px;padding:4px 10px;font-size:11px;font-weight:600}.status-booked{color:#856404;background:#fff3cd}.status-shipped{color:#084298;background:#cfe2ff}.order-items{padding:12px}.order-item{align-items:center;margin-bottom:10px;display:flex}.product-img{object-fit:cover;border:1px solid #eee;border-radius:6px;width:50px;height:50px}.item-info{flex:1;margin-left:10px}.product-name{white-space:nowrap;text-overflow:ellipsis;max-width:180px;font-size:13px;font-weight:600;overflow:hidden}.product-meta{color:#777;font-size:12px}.order-actions{border-top:1px solid #eee;gap:8px;padding:12px;display:flex}.btn-track{color:#fff;cursor:pointer;background:#0d6efd;border:none;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:600}.btn-track:hover{background:#0b5ed7}.btn-cancel{color:#dc3545;cursor:pointer;background:#fff;border:1px solid #dc3545;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:600}.btn-cancel:hover{color:#fff;background:#dc3545}.no-orders{text-align:center;color:#999;background:#fff;border:1px solid #eee;border-radius:8px;padding:40px}body{background:var(--bg-light);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.layout-container{grid-template-columns:260px 1fr;gap:2rem;max-width:1200px;margin:0 auto;padding:2rem 1rem;display:grid}.orders-sidebar{background:var(--bg-white);border-radius:12px;height:fit-content;padding:1.5rem;position:sticky;top:20px;box-shadow:0 4px 6px -1px #0000001a}.orders-sidebar h2{color:var(--primary-dark);margin-bottom:1.5rem;font-size:1.25rem}.nav-btn{cursor:pointer;width:100%;color:var(--text-secondary);background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.8rem 1rem;font-weight:500;transition:all .2s;display:flex}.nav-btn:hover{background:var(--primary-soft);color:var(--primary)}.nav-btn.active{background:var(--primary);color:#fff}.count-badge{background:#0000001a;border-radius:12px;padding:2px 8px;font-size:.75rem}.nav-btn.active .count-badge{background:#fff3}.content-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.order-card{border:1px solid var(--border-color);background:#fff;border-radius:12px;margin-bottom:1.5rem;transition:transform .2s;overflow:hidden}.order-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.card-header{border-bottom:1px solid var(--border-color);background:#fcfcfc;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.order-num{font-weight:700;display:block}.order-date{color:var(--text-secondary);font-size:.85rem}.status-pill{text-transform:uppercase;border-radius:20px;padding:4px 12px;font-size:.75rem;font-weight:700}.status-pending{color:#b45309;background:#fffbeb}.status-processing{color:#1d4ed8;background:#eff6ff}.status-delivered{color:#047857;background:#ecfdf5}.status-cancelled{color:#b91c1c;background:#fef2f2}.card-body{padding:1.5rem}.item-row{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.item-row img{object-fit:cover;border:1px solid #eee;border-radius:8px;width:60px;height:60px}.item-info{flex:1}.item-info .name{font-size:.95rem;font-weight:600}.item-info .qty{color:var(--text-secondary);font-size:.85rem}.price{color:var(--primary-dark);font-weight:700}.card-footer{border-top:1px solid var(--border-color);background:#fcfcfc;gap:1rem;padding:1rem 1.5rem;display:flex}.btn-track,.btn-cancel{cursor:pointer;border-radius:6px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;transition:all .2s}.btn-track{background:var(--primary);color:#fff;border:none;flex:1}.btn-cancel{color:var(--status-error);border:1px solid var(--status-error);background:#fff}.btn-cancel:hover{background:var(--status-error);color:#fff}.track-modal{padding:1rem 0}.track-timeline{justify-content:space-between;margin-top:2rem;display:flex;position:relative}.track-timeline:before{content:"";z-index:1;background:#e5e7eb;height:2px;position:absolute;top:15px;left:0;right:0}.track-step{z-index:2;flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.track-node{background:#fff;border:2px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:.5rem;font-size:.8rem;transition:all .3s;display:flex}.track-node.done{background:var(--primary);border-color:var(--primary);color:#fff}.track-node.active{border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-soft);animation:2s infinite pulse}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.track-label{color:var(--text-secondary);font-size:.7rem;font-weight:600}@media (max-width:768px){.layout-container{grid-template-columns:1fr}.orders-sidebar{position:static;overflow-x:auto}.orders-sidebar nav{gap:.5rem;display:flex}.nav-btn{white-space:nowrap;width:auto;padding:.5rem 1rem}.track-timeline{flex-direction:column;align-items:flex-start;gap:1.5rem;padding-left:20px}.track-timeline:before{width:2px;height:100%;top:0;left:35px}.track-step{flex-direction:row;gap:1rem}}
