@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.rastrear-wrapper *,.rastrear-wrapper *:before,.rastrear-wrapper *:after{box-sizing:border-box;margin:0;padding:0}.rastrear-wrapper{font-family:Inter,system-ui,-apple-system,sans-serif;background:#fff;min-height:60vh;padding:24px 20px 48px;max-width:480px;margin:0 auto;color:#111827}.rastrear-search-block{margin-bottom:32px}.rastrear-search-label{display:block;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#6b7280;margin-bottom:10px}.rastrear-form{display:flex;flex-direction:column;gap:10px}.rastrear-input{width:100%;padding:14px 16px;border:1.5px solid #E5E7EB;border-radius:12px;font-size:15px;font-family:inherit;color:#111827;background:#f9fafb;transition:border-color .2s,background .2s;outline:none;-webkit-appearance:none}.rastrear-input:focus{border-color:#268083;background:#fff}.rastrear-input::placeholder{color:#9ca3af}.rastrear-btn{width:100%;padding:15px;background:#268083;color:#fff;font-size:14px;font-weight:700;letter-spacing:.1em;border:none;border-radius:12px;cursor:pointer;font-family:inherit;transition:opacity .2s,transform .1s;-webkit-tap-highlight-color:transparent}.rastrear-btn:hover{opacity:.85}.rastrear-btn:active{transform:scale(.98)}.rastrear-loading{text-align:center;padding:60px 0}.rastrear-loading-spinner{width:44px;height:44px;border:3px solid #E5E7EB;border-top-color:#268083;border-radius:50%;margin:0 auto 20px;animation:spin .8s linear infinite}.rastrear-loading-text{font-size:14px;color:#6b7280;font-weight:500}.rastrear-empty{text-align:center;padding:40px 0}.rastrear-empty-icon{font-size:48px;margin-bottom:16px}.rastrear-empty-text{font-size:15px;color:#6b7280;line-height:1.5}.rastrear-main{animation:fadeInUp .45s ease both}.rastrear-header{margin-bottom:36px}.rastrear-header-title{font-size:22px;font-weight:700;line-height:1.3;color:#111827;margin-bottom:6px}.rastrear-header-sub{font-size:13px;color:#6b7280;margin-bottom:14px}.rastrear-order-badge{display:inline-block;background:#e6f4f4;border-radius:8px;padding:6px 12px;font-size:13px;font-weight:600;color:#268083;letter-spacing:.02em}.rastrear-timeline{position:relative;display:flex;flex-direction:column;gap:0}.rastrear-step{display:flex;gap:18px;position:relative;animation:fadeInUp .4s ease both}.rastrear-step:nth-child(1){animation-delay:.05s}.rastrear-step:nth-child(2){animation-delay:.12s}.rastrear-step:nth-child(3){animation-delay:.19s}.rastrear-step:nth-child(4){animation-delay:.26s}.rastrear-step:nth-child(5){animation-delay:.33s}.rastrear-step:nth-child(6){animation-delay:.4s}.rastrear-step-left{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:36px}.rastrear-step-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:15px;font-weight:700;position:relative;z-index:1}.rastrear-step.completed .rastrear-step-icon{background:#268083;color:#fff;border:2px solid #268083}.rastrear-step.active .rastrear-step-icon{background:#268083;color:#fff;border:2px solid #268083;animation:pulse 2s infinite}.rastrear-step.pending .rastrear-step-icon{background:#fff;color:#d1d5db;border:2px solid #D1D5DB}.rastrear-step-line{flex:1;width:2px;min-height:32px;margin-top:2px;margin-bottom:2px}.rastrear-step.completed .rastrear-step-line{background:#268083}.rastrear-step.active .rastrear-step-line,.rastrear-step.pending .rastrear-step-line{background:repeating-linear-gradient(to bottom,#D1D5DB 0px,#D1D5DB 5px,transparent 5px,transparent 10px)}.rastrear-step:last-child .rastrear-step-line{display:none}.rastrear-step-content{padding-bottom:32px;flex:1;padding-top:6px}.rastrear-step:last-child .rastrear-step-content{padding-bottom:0}.rastrear-step-header{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:4px}.rastrear-step-title{font-size:15px;font-weight:600;line-height:1.3}.rastrear-step.completed .rastrear-step-title,.rastrear-step.active .rastrear-step-title{color:#111827}.rastrear-step.pending .rastrear-step-title{color:#9ca3af}.rastrear-badge-active{display:inline-block;background:#e6f4f4;color:#268083;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:3px 8px;border-radius:20px;border:1px solid #99C9CA}.rastrear-step-location{font-size:12px;color:#6b7280;margin-bottom:4px}.rastrear-step.pending .rastrear-step-location{color:#d1d5db}.rastrear-step-desc{font-size:13px;line-height:1.55}.rastrear-step.completed .rastrear-step-desc,.rastrear-step.active .rastrear-step-desc{color:#374151}.rastrear-step.pending .rastrear-step-desc{color:#d1d5db}.rastrear-delivery-box{margin-top:12px;background:#e6f4f4;border:1px solid #99C9CA;border-radius:12px;padding:14px 16px;display:flex;align-items:center;gap:10px}.rastrear-delivery-box-icon{font-size:22px;flex-shrink:0}.rastrear-delivery-box-text{font-size:13px;color:#268083;line-height:1.4;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.rastrear-delivery-box-date{font-size:15px;font-weight:700;color:#1a5557;margin-top:2px}@keyframes pulse{0%{box-shadow:0 0 #268083b3}70%{box-shadow:0 0 0 10px #26808300}to{box-shadow:0 0 #26808300}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@media(min-width:540px){.rastrear-wrapper{padding:40px 32px 64px}.rastrear-header-title{font-size:26px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/rastrear.css.map */
