.track-order-container{max-width:1000px;min-height:70vh;margin:0 auto;padding:40px 20px;font-family:Inter,sans-serif}.track-order-header{text-align:center;margin-bottom:40px}.header-icon{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 24px;animation:2s ease-in-out infinite iconPulse;display:flex;box-shadow:0 10px 40px #3b82f64d}@keyframes iconPulse{0%,to{transform:scale(1);box-shadow:0 10px 40px #3b82f64d}50%{transform:scale(1.05);box-shadow:0 10px 50px #3b82f666}}.header-icon svg{color:#fff;font-size:40px}.track-order-header h1{color:#0f172a;background:linear-gradient(135deg,#0f172a 0%,#475569 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 12px;font-size:2.5rem;font-weight:800}.track-order-header p{color:#64748b;margin:0;font-size:1.1rem}.track-input-section{background:#fff;border-radius:20px;margin-bottom:40px;padding:40px;box-shadow:0 4px 20px #00000014}.input-wrapper{gap:12px;max-width:600px;margin:0 auto;display:flex}.input-wrapper input{border:2px solid #e2e8f0;border-radius:12px;outline:none;flex:1;padding:16px 20px;font-family:Inter,sans-serif;font-size:1.1rem;transition:all .3s}.input-wrapper input:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.track-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border:none;border-radius:12px;align-items:center;gap:10px;padding:16px 32px;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 20px #3b82f64d}.track-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 30px #3b82f666}.track-btn:disabled{opacity:.6;cursor:not-allowed}.track-btn svg{font-size:18px}.spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.error-message{color:#991b1b;background:#fef2f2;border:2px solid #fecaca;border-radius:12px;align-items:center;gap:12px;margin-bottom:30px;padding:16px 24px;animation:.3s slideDown;display:flex}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.error-message span{font-size:24px}.error-message p{margin:0;font-weight:600}.order-details-container{animation:.5s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.order-info-card{background:#fff;border:2px solid #f1f5f9;border-radius:24px;padding:40px;box-shadow:0 4px 30px #00000014}.order-info-header{border-bottom:2px solid #f1f5f9;justify-content:space-between;align-items:flex-start;margin-bottom:40px;padding-bottom:30px;display:flex}.order-info-header h2{color:#0f172a;margin:0 0 8px;font-size:1.8rem;font-weight:800}.order-date{color:#64748b;margin:0;font-size:.95rem}.status-badge{text-transform:capitalize;border-radius:12px;align-items:center;gap:8px;padding:12px 24px;font-size:1rem;font-weight:700;display:flex;box-shadow:0 2px 10px #0000001a}.status-badge svg{font-size:20px}.status-badge.pending{color:#92400e;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%)}.status-badge.processing{color:#1e40af;background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%)}.status-badge.shipped{color:#5b21b6;background:linear-gradient(135deg,#ddd6fe 0%,#c4b5fd 100%)}.status-badge.delivered{color:#065f46;background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%)}.order-timeline{justify-content:space-between;margin:40px 0;padding:0 20px;display:flex;position:relative}.timeline-step{flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.step-icon{color:#94a3b8;z-index:2;background:#f1f5f9;border:3px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:24px;transition:all .3s;display:flex;position:relative}.timeline-step.completed .step-icon{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-color:#10b981;animation:.4s scaleIn}.timeline-step.active .step-icon{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border-color:#3b82f6;animation:1.5s ease-in-out infinite pulse;box-shadow:0 0 0 8px #3b82f61a}@keyframes scaleIn{0%{transform:scale(.5)}to{transform:scale(1)}}.step-content{text-align:center;margin-top:16px}.step-content h4{color:#0f172a;margin:0 0 4px;font-size:.95rem;font-weight:700}.step-status{color:#3b82f6;margin:0;font-size:.8rem;font-weight:600}.step-line{z-index:1;background:#e2e8f0;width:100%;height:3px;position:absolute;top:30px;left:50%}.timeline-step.completed .step-line{background:linear-gradient(90deg,#10b981 0%,#059669 100%)}.order-details-grid{grid-template-columns:1fr 1fr;gap:24px;margin:40px 0;display:grid}.detail-card{background:#f8fafc;border:2px solid #f1f5f9;border-radius:16px;padding:24px}.detail-card h3{color:#0f172a;border-bottom:2px solid #e2e8f0;margin:0 0 20px;padding-bottom:12px;font-size:1.2rem;font-weight:700}.detail-row{justify-content:space-between;align-items:center;margin-bottom:12px;padding:8px 0;display:flex}.detail-row:last-child{margin-bottom:0}.label{color:#64748b;font-size:.95rem;font-weight:500}.value{color:#0f172a;text-align:right;word-break:break-word;max-width:60%;font-size:.95rem;font-weight:600}.value.price{color:#10b981;font-size:1.3rem;font-weight:800}.order-items-section{margin-top:40px}.order-items-section h3{color:#0f172a;margin:0 0 24px;font-size:1.3rem;font-weight:700}.order-items-list{flex-direction:column;gap:16px;display:flex}.order-item{background:#f8fafc;border:2px solid #f1f5f9;border-radius:16px;gap:20px;padding:20px;transition:all .3s;display:flex}.order-item:hover{border-color:#3b82f6;transform:translate(4px);box-shadow:0 4px 16px #3b82f61a}.order-item .item-image{object-fit:cover;background:#fff;border-radius:12px;flex-shrink:0;width:80px;height:80px}.order-item .item-info{flex:1}.order-item .item-info h4{color:#0f172a;margin:0 0 8px;font-size:1.1rem;font-weight:700}.item-options{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.option-badge{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.8rem;font-weight:500}.item-quantity{color:#64748b;margin:0;font-size:.9rem}.order-item .item-total{color:#10b981;align-items:center;font-size:1.2rem;font-weight:800;display:flex}@media (max-width:768px){.track-order-container{padding:20px 16px}.track-order-header h1{font-size:2rem}.track-input-section{padding:24px 20px}.input-wrapper{flex-direction:column}.track-btn{justify-content:center;width:100%}.order-info-card{padding:24px 20px}.order-info-header{flex-direction:column;gap:16px}.order-timeline{flex-direction:column;gap:30px;padding:0 10px}.timeline-step{flex-direction:row;justify-content:flex-start;gap:16px}.step-icon{width:50px;height:50px;font-size:20px}.step-content{text-align:left;margin-top:0}.step-line{display:none}.order-details-grid{grid-template-columns:1fr;gap:20px}.order-item{flex-direction:column}.order-item .item-total{justify-content:flex-start}}@media (max-width:480px){.header-icon{width:80px;height:80px}.header-icon svg{font-size:32px}.track-order-header h1{font-size:1.6rem}.track-order-header p{font-size:1rem}.detail-card{padding:20px}.value{max-width:50%}}
