.OrderTracking-module__MRL9hG__main{background:linear-gradient(180deg, var(--off-white) 0%, var(--white) 100%);min-height:100vh;padding-top:80px;padding-bottom:4rem}.OrderTracking-module__MRL9hG__header{text-align:center;padding:3rem 0 2rem}.OrderTracking-module__MRL9hG__backLink{color:var(--primary-dark);transition:var(--transition);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.9rem;font-weight:500;display:inline-flex}.OrderTracking-module__MRL9hG__backLink:hover{color:var(--accent-gold)}.OrderTracking-module__MRL9hG__header h1{font-family:var(--font-inter);color:var(--primary-dark);margin-bottom:.5rem;font-size:clamp(2rem,4vw,2.75rem)}.OrderTracking-module__MRL9hG__header p{color:var(--text-light);font-size:1.1rem}.OrderTracking-module__MRL9hG__searchCard{background:var(--white);border:1px solid #0a3d2e0d;border-radius:20px;max-width:600px;margin:0 auto 2rem;padding:2rem;box-shadow:0 10px 40px #0a3d2e14}.OrderTracking-module__MRL9hG__searchForm{flex-direction:column;gap:1.25rem;display:flex}.OrderTracking-module__MRL9hG__inputGroup{flex-direction:column;gap:.5rem;display:flex}.OrderTracking-module__MRL9hG__inputGroup label{color:var(--text-dark);font-size:.9rem;font-weight:600}.OrderTracking-module__MRL9hG__inputGroup input{color:var(--text-dark);transition:var(--transition);border:1px solid #0a3d2e26;border-radius:10px;padding:.9rem 1rem;font-size:1rem}.OrderTracking-module__MRL9hG__inputGroup input:focus{border-color:var(--primary-dark);outline:none;box-shadow:0 0 0 3px #0a3d2e1a}.OrderTracking-module__MRL9hG__inputGroup input::placeholder{color:#999}.OrderTracking-module__MRL9hG__trackBtn{background:var(--primary-dark);color:var(--white);cursor:pointer;transition:var(--transition);border:none;border-radius:50px;justify-content:center;align-items:center;gap:.75rem;margin-top:.5rem;padding:1rem;font-size:1rem;font-weight:600;display:flex}.OrderTracking-module__MRL9hG__trackBtn:hover:not(:disabled){background:#073d2e;transform:translateY(-2px);box-shadow:0 10px 30px #0a3d2e40}.OrderTracking-module__MRL9hG__trackBtn:disabled{opacity:.7;cursor:not-allowed}.OrderTracking-module__MRL9hG__spinner{animation:1s linear infinite OrderTracking-module__MRL9hG__spin}@keyframes OrderTracking-module__MRL9hG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.OrderTracking-module__MRL9hG__errorCard{color:#dc3545;background:#dc35451a;border:1px solid #dc354533;border-radius:12px;align-items:center;gap:1rem;max-width:600px;margin:0 auto 2rem;padding:1.25rem;display:flex}.OrderTracking-module__MRL9hG__errorCard svg{flex-shrink:0;font-size:1.25rem}.OrderTracking-module__MRL9hG__errorCard p{margin:0;font-weight:500}.OrderTracking-module__MRL9hG__orderCard{background:var(--white);border:1px solid #0a3d2e0d;border-radius:20px;max-width:800px;margin:0 auto 2rem;overflow:hidden;box-shadow:0 10px 40px #0a3d2e14}.OrderTracking-module__MRL9hG__orderHeader{background:var(--primary-dark);color:var(--white);justify-content:space-between;align-items:flex-start;padding:2rem;display:flex}.OrderTracking-module__MRL9hG__orderHeader h2{margin-bottom:.25rem;font-family:inherit;font-size:1.5rem}.OrderTracking-module__MRL9hG__orderHeader p{opacity:.8;font-size:.9rem}.OrderTracking-module__MRL9hG__statusBadge{text-transform:capitalize;border-radius:20px;padding:.5rem 1rem;font-size:.85rem;font-weight:600}.OrderTracking-module__MRL9hG__statusBadge.OrderTracking-module__MRL9hG__pending{color:#ffc107;background:#ffc10733}.OrderTracking-module__MRL9hG__statusBadge.OrderTracking-module__MRL9hG__confirmed{color:#0dcaf0;background:#0dcaf033}.OrderTracking-module__MRL9hG__statusBadge.OrderTracking-module__MRL9hG__processing{color:#0d6efd;background:#0d6efd33}.OrderTracking-module__MRL9hG__statusBadge.OrderTracking-module__MRL9hG__shipped{color:#6f42c1;background:#6f42c133}.OrderTracking-module__MRL9hG__statusBadge.OrderTracking-module__MRL9hG__delivered{color:#198754;background:#19875433}.OrderTracking-module__MRL9hG__statusBadge.OrderTracking-module__MRL9hG__cancelled{color:#dc3545;background:#dc354533}.OrderTracking-module__MRL9hG__progressSection{border-bottom:1px solid #0a3d2e1a;padding:2rem}.OrderTracking-module__MRL9hG__progressSection h3{color:var(--primary-dark);margin-bottom:1.5rem;font-family:inherit;font-size:1.1rem}.OrderTracking-module__MRL9hG__progressBar{justify-content:space-between;display:flex;position:relative}.OrderTracking-module__MRL9hG__progressStep{flex-direction:column;flex:1;align-items:center;gap:.5rem;display:flex;position:relative}.OrderTracking-module__MRL9hG__stepIcon{color:#6c757d;z-index:2;width:50px;height:50px;transition:var(--transition);background:#e9ecef;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;display:flex;position:relative}.OrderTracking-module__MRL9hG__progressStep.OrderTracking-module__MRL9hG__completed .OrderTracking-module__MRL9hG__stepIcon{background:var(--primary-dark);color:var(--white)}.OrderTracking-module__MRL9hG__progressStep.OrderTracking-module__MRL9hG__current .OrderTracking-module__MRL9hG__stepIcon{background:var(--accent-gold);color:var(--primary-dark);box-shadow:0 0 0 4px #c5a0594d}.OrderTracking-module__MRL9hG__progressStep span{color:var(--text-light);text-align:center;font-size:.75rem;font-weight:500}.OrderTracking-module__MRL9hG__progressStep.OrderTracking-module__MRL9hG__completed span,.OrderTracking-module__MRL9hG__progressStep.OrderTracking-module__MRL9hG__current span{color:var(--primary-dark);font-weight:600}.OrderTracking-module__MRL9hG__stepLine{z-index:1;background:#e9ecef;width:100%;height:3px;position:absolute;top:25px;left:50%}.OrderTracking-module__MRL9hG__stepLine.OrderTracking-module__MRL9hG__completed{background:var(--primary-dark)}.OrderTracking-module__MRL9hG__cancelledMessage{color:#dc3545;background:#dc35451a;align-items:center;gap:1rem;padding:1.5rem 2rem;display:flex}.OrderTracking-module__MRL9hG__cancelledMessage svg{font-size:1.5rem}.OrderTracking-module__MRL9hG__cancelledMessage p{margin:0}.OrderTracking-module__MRL9hG__itemsSection{border-bottom:1px solid #0a3d2e1a;padding:2rem}.OrderTracking-module__MRL9hG__itemsSection h3{color:var(--primary-dark);margin-bottom:1rem;font-family:inherit;font-size:1.1rem}.OrderTracking-module__MRL9hG__itemsList{flex-direction:column;gap:.75rem;display:flex}.OrderTracking-module__MRL9hG__orderItem{background:#0a3d2e05;border-radius:10px;justify-content:space-between;align-items:center;padding:1rem;display:flex}.OrderTracking-module__MRL9hG__itemInfo h4{color:var(--text-dark);margin-bottom:.25rem;font-size:.95rem}.OrderTracking-module__MRL9hG__itemInfo p{color:var(--text-light);font-size:.85rem}.OrderTracking-module__MRL9hG__itemTotal{color:var(--primary-dark);font-weight:700}.OrderTracking-module__MRL9hG__summarySection{background:#0a3d2e05;border-bottom:1px solid #0a3d2e1a;padding:1.5rem 2rem}.OrderTracking-module__MRL9hG__summaryRow{color:var(--text-dark);justify-content:space-between;margin-bottom:.5rem;display:flex}.OrderTracking-module__MRL9hG__summaryRow.OrderTracking-module__MRL9hG__total{border-top:1px solid #0a3d2e1a;margin-top:.75rem;padding-top:.75rem;font-size:1.2rem;font-weight:700}.OrderTracking-module__MRL9hG__addressSection,.OrderTracking-module__MRL9hG__paymentSection{border-bottom:1px solid #0a3d2e1a;padding:1.5rem 2rem}.OrderTracking-module__MRL9hG__addressSection:last-child,.OrderTracking-module__MRL9hG__paymentSection:last-child{border-bottom:none}.OrderTracking-module__MRL9hG__addressSection h3,.OrderTracking-module__MRL9hG__paymentSection h3{color:var(--primary-dark);margin-bottom:.75rem;font-family:inherit;font-size:1.1rem}.OrderTracking-module__MRL9hG__addressSection p,.OrderTracking-module__MRL9hG__paymentSection p{color:var(--text-light);line-height:1.6}.OrderTracking-module__MRL9hG__paymentStatus{border-radius:15px;padding:.25rem .75rem;font-size:.85rem;font-weight:600}.OrderTracking-module__MRL9hG__paymentStatus.OrderTracking-module__MRL9hG__pending{color:#cc9a06;background:#ffc10726}.OrderTracking-module__MRL9hG__paymentStatus.OrderTracking-module__MRL9hG__paid{color:#198754;background:#19875426}.OrderTracking-module__MRL9hG__helpSection{text-align:center;background:var(--white);border-radius:16px;max-width:600px;margin:0 auto;padding:2rem;box-shadow:0 5px 20px #0a3d2e0d}.OrderTracking-module__MRL9hG__helpSection h3{color:var(--primary-dark);margin-bottom:.5rem;font-family:inherit;font-size:1.2rem}.OrderTracking-module__MRL9hG__helpSection p{color:var(--text-light)}.OrderTracking-module__MRL9hG__helpSection a{color:var(--primary-dark);font-weight:600;text-decoration:underline}.OrderTracking-module__MRL9hG__helpSection a:hover{color:var(--accent-gold)}@media (max-width:768px){.OrderTracking-module__MRL9hG__orderHeader{flex-direction:column;gap:1rem}.OrderTracking-module__MRL9hG__progressBar{flex-wrap:wrap;gap:1.5rem}.OrderTracking-module__MRL9hG__progressStep{flex:none;min-width:80px}.OrderTracking-module__MRL9hG__stepLine{display:none}.OrderTracking-module__MRL9hG__stepIcon{width:40px;height:40px;font-size:.9rem}}@media (max-width:480px){.OrderTracking-module__MRL9hG__searchCard,.OrderTracking-module__MRL9hG__itemsSection,.OrderTracking-module__MRL9hG__summarySection,.OrderTracking-module__MRL9hG__addressSection,.OrderTracking-module__MRL9hG__paymentSection,.OrderTracking-module__MRL9hG__progressSection{padding:1.25rem}}
