:root{--nbox-red: #C41E3A;--nbox-red-dark: #A31830;--nbox-black: #0f172a;--nbox-success: #10b981;--nbox-success-dark: #059669}.tracking-content{animation:pageReveal .5s ease-out;padding:10px 0}@keyframes pageReveal{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.loading-spinner{position:relative;width:72px;height:72px;margin-bottom:2rem}.loading-spinner-outer{position:absolute;top:0;right:0;bottom:0;left:0;border:3px solid #e2e8f0;border-top-color:var(--nbox-red);border-radius:50%;animation:spin 1s linear infinite}.loading-spinner-inner{position:absolute;top:12px;right:12px;bottom:12px;left:12px;border:3px solid #e2e8f0;border-bottom-color:#1e293b;border-radius:50%;animation:spin .8s linear infinite reverse}.loading-spinner-dot{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;background:var(--nbox-red);border-radius:50%;animation:pulse 1s ease-in-out infinite}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:1}50%{transform:translate(-50%,-50%) scale(.8);opacity:.7}}.loading-text{font-family:DM Sans,system-ui,sans-serif;font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.loading-subtext{font-family:DM Sans,system-ui,sans-serif;font-size:.9375rem;color:#94a3b8}.results-search-wrapper{margin-bottom:2rem}@media (max-width: 576px){.tracking-page{padding:1.5rem 0 3rem}}.search-container{position:relative}.search-wrapper{background:#fff;border-radius:20px;border:2px solid #e2e8f0;padding:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #0f172a0a}.search-wrapper.focused{border-color:var(--nbox-red);box-shadow:0 4px 20px #0f172a14,0 0 0 4px #c41e3a14}.search-inner{display:flex;align-items:center;gap:.75rem}.search-icon-container{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;background:linear-gradient(145deg,#f8fafc,#f1f5f9);flex-shrink:0;transition:all .2s ease}.search-wrapper.focused .search-icon-container{background:linear-gradient(145deg,var(--nbox-red) 0%,var(--nbox-red-dark) 100%)}.search-icon-container i{font-size:1.25rem;color:#94a3b8;transition:color .2s ease}.search-wrapper.focused .search-icon-container i{color:#fff}.search-input{flex:1;border:none;outline:none;font-family:JetBrains Mono,SF Mono,monospace;font-size:1.125rem;font-weight:500;letter-spacing:.02em;padding:1rem .5rem;background:transparent;color:#0f172a;min-width:0}.search-input::placeholder{font-family:DM Sans,system-ui,sans-serif;font-weight:400;letter-spacing:normal;color:#94a3b8}.search-input:focus{outline:none;box-shadow:none}.search-btn{display:flex;align-items:center;justify-content:center;gap:.625rem;padding:1rem 1.75rem;border-radius:14px;border:none;background:linear-gradient(145deg,var(--nbox-red) 0%,var(--nbox-red-dark) 100%);color:#fff;font-family:DM Sans,system-ui,sans-serif;font-size:.9375rem;font-weight:600;letter-spacing:.01em;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #c41e3a40;flex-shrink:0}.search-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #c41e3a4d}.search-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #c41e3a33}.search-btn:disabled{opacity:.6;cursor:not-allowed}.search-btn i{font-size:1.125rem;transition:transform .2s ease}.search-btn:hover:not(:disabled) i{transform:translate(3px)}.search-btn.loading{background:linear-gradient(145deg,#1e293b,#0f172a)}.search-btn .spinner-border{width:1rem;height:1rem;border-width:2px}.keyboard-hint{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;font-family:DM Sans,system-ui,sans-serif;font-size:.8125rem;color:#94a3b8}.kbd{display:inline-flex;align-items:center;padding:.25rem .5rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;font-family:JetBrains Mono,monospace;font-size:.6875rem;font-weight:600;color:#64748b}@media (max-width: 576px){.search-wrapper{padding:.375rem;border-radius:16px}.search-inner{gap:.5rem}.search-icon-container{width:44px;height:44px;border-radius:12px}.search-icon-container i{font-size:1.125rem}.search-input{font-size:1rem;padding:.75rem .25rem}.search-btn{padding:.875rem 1.25rem;border-radius:12px}.search-btn span{display:none}.search-btn i{font-size:1.25rem}.keyboard-hint{display:none}}.error-container{animation:fadeInUp .4s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.error-card{background:#fff;border-radius:24px;border:1px solid #e2e8f0;overflow:hidden;box-shadow:0 4px 20px #0f172a0a}.error-hero{padding:3rem 2rem 2.5rem;text-align:center;background:linear-gradient(180deg,#c41e3a0a,#fff);border-bottom:1px solid rgba(196,30,58,.1)}.error-icon-container{width:88px;height:88px;margin:0 auto 1.5rem;position:relative}.error-icon-bg{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:24px;background:linear-gradient(145deg,#c41e3a26,#c41e3a40);transform:rotate(-6deg)}.error-icon{position:relative;width:100%;height:100%;border-radius:24px;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000000f}.error-icon i{font-size:2.5rem;color:var(--nbox-red)}.error-title{font-family:DM Sans,system-ui,sans-serif;font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:.75rem}.error-tracking-number{margin-bottom:.75rem}.error-tracking-number code{font-family:JetBrains Mono,monospace;font-size:.95rem;font-weight:600;color:#475569;background:#f1f5f9;padding:.35rem .75rem;border-radius:6px;letter-spacing:.02em}.error-message{font-family:DM Sans,system-ui,sans-serif;font-size:1rem;color:#64748b;line-height:1.6;max-width:380px;margin:0 auto}.error-actions{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0}.error-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:12px;font-family:DM Sans,system-ui,sans-serif;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .2s ease;cursor:pointer}.error-btn-primary{background:linear-gradient(145deg,var(--nbox-red) 0%,var(--nbox-red-dark) 100%);color:#fff;border:none;box-shadow:0 4px 12px #c41e3a40}.error-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #c41e3a4d;color:#fff}.error-btn-secondary{background:#fff;color:#475569;border:1px solid #e2e8f0}.error-btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1;color:#1e293b}.tips-section{padding:1.5rem 2rem;background:#f8fafc}.tips-header{display:flex;align-items:center;gap:.625rem;margin-bottom:1rem;font-family:DM Sans,system-ui,sans-serif;font-size:.875rem;font-weight:600;color:#334155}.tips-header i{font-size:1.125rem;color:var(--nbox-red)}.tips-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.tip-item{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem;background:#fff;border-radius:10px;border:1px solid #e2e8f0}.tip-item i{font-size:.875rem;color:#10b981;margin-top:.125rem;flex-shrink:0}.tip-item span{font-family:DM Sans,system-ui,sans-serif;font-size:.8125rem;color:#475569;line-height:1.4}.contact-section{padding:1.5rem 2rem;border-top:1px solid #e2e8f0;text-align:center}.contact-header{font-family:DM Sans,system-ui,sans-serif;font-size:.875rem;font-weight:600;color:#334155;margin-bottom:1rem}.contact-links{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}.contact-link{display:inline-flex;align-items:center;gap:.5rem;font-family:DM Sans,system-ui,sans-serif;font-size:.875rem;color:#475569;text-decoration:none;transition:color .2s ease}.contact-link:hover{color:var(--nbox-red)}.contact-link i{font-size:1.125rem}.contact-link.whatsapp i{color:#25d366}.contact-link.phone i{color:var(--nbox-red)}.contact-link.email i{color:#64748b}@media (max-width: 576px){.error-hero{padding:2.5rem 1.5rem 2rem}.error-icon-container{width:72px;height:72px}.error-icon-bg,.error-icon{border-radius:20px}.error-icon i{font-size:2rem}.error-title{font-size:1.25rem}.error-message{font-size:.9375rem}.error-actions{flex-direction:column;padding:1.25rem 1.5rem}.error-btn{width:100%;justify-content:center}.tips-section{padding:1.25rem 1.5rem}.tips-grid{grid-template-columns:1fr}.contact-section{padding:1.25rem 1.5rem}.contact-links{flex-direction:column;gap:.75rem}}.status-card-container{position:relative;margin-bottom:1.5rem}.status-card{background:#fff;border-radius:24px;border:1px solid #e2e8f0;overflow:hidden;box-shadow:0 4px 20px #0f172a0a}.status-hero{padding:2rem 2rem 1.75rem;position:relative;border-bottom:1px solid #e2e8f0}.status-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.5}.status-hero-content{position:relative;z-index:1}.refresh-btn{position:absolute;top:1.25rem;right:1.25rem;width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e2e8f0;color:#64748b;cursor:pointer;transition:all .2s ease;z-index:2}.refresh-btn:hover:not(:disabled){color:var(--nbox-red);border-color:#c41e3a4d;box-shadow:0 2px 8px #c41e3a1a}.refresh-btn:disabled{opacity:.5;cursor:not-allowed}.refresh-btn i{font-size:1.125rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:spin 1s linear infinite}.status-badge-container{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.status-icon-wrapper{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000001a}.status-icon-wrapper i{font-size:1.75rem;color:#fff}.status-text{flex:1}.status-label{font-family:DM Sans,system-ui,sans-serif;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin-bottom:.25rem}.status-value{font-family:DM Sans,system-ui,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.2}.tracking-number-section{display:flex;align-items:center;gap:.75rem}.tracking-number{font-family:JetBrains Mono,SF Mono,monospace;font-size:1.375rem;font-weight:600;letter-spacing:.04em;color:#0f172a}.estimated-delivery{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;padding:.625rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;font-family:DM Sans,system-ui,sans-serif;font-size:.875rem;color:#475569}.estimated-delivery i{color:var(--nbox-red)}.estimated-delivery strong{color:#0f172a;font-weight:600}.route-section{display:flex;align-items:stretch;gap:0;border-top:1px solid #e2e8f0}.route-point{flex:1;padding:1.25rem 1.5rem;position:relative}.route-point:first-child{border-right:1px solid #e2e8f0}.route-point-label{display:flex;align-items:center;gap:.5rem;font-family:DM Sans,system-ui,sans-serif;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;margin-bottom:.375rem}.route-point-label i{font-size:.875rem}.route-point-value{font-family:DM Sans,system-ui,sans-serif;font-size:1rem;font-weight:600;color:#1e293b}.route-point-country{font-weight:400;color:#64748b}.route-connector{position:absolute;right:-1rem;top:50%;transform:translateY(-50%);width:2rem;height:2rem;background:#fff;border:1px solid #e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2}.route-connector i{font-size:.875rem;color:var(--nbox-red)}.status-footer{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.5rem;background:#f8fafc;border-top:1px solid #e2e8f0}.last-updated{display:flex;align-items:center;gap:.5rem;font-family:DM Sans,system-ui,sans-serif;font-size:.8125rem;color:#64748b}.last-updated i{font-size:.875rem;color:#94a3b8}@media (max-width: 576px){.status-hero{padding:1.5rem 1.25rem}.status-icon-wrapper{width:48px;height:48px;border-radius:14px}.status-icon-wrapper i{font-size:1.5rem}.status-value{font-size:1.25rem}.tracking-number{font-size:1.125rem}.route-section{flex-direction:column}.route-point:first-child{border-right:none;border-bottom:1px solid #e2e8f0}.route-connector{display:none}.status-footer{flex-direction:column;gap:.5rem;text-align:center}}.progress-tracker-container{background:#fff;border-radius:20px;border:1px solid #e2e8f0;padding:2rem 1.5rem;margin-bottom:1.5rem;box-shadow:0 4px 20px #0f172a0a}.progress-tracker-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1.75rem;font-family:DM Sans,system-ui,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#94a3b8}.progress-tracker-header i{font-size:.875rem;color:var(--nbox-red)}.progress-tracker{display:flex;justify-content:space-between;position:relative;padding:0 .5rem}.progress-line-container{position:absolute;top:24px;left:40px;right:40px;height:3px;background:#e2e8f0;border-radius:3px;overflow:hidden}.progress-line-fill{height:100%;background:linear-gradient(90deg,var(--nbox-red) 0%,var(--nbox-red-dark) 100%);border-radius:3px;transition:width .6s cubic-bezier(.4,0,.2,1);position:relative}.progress-line-fill:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:8px;height:8px;background:var(--nbox-red);border-radius:50%;box-shadow:0 0 0 3px #c41e3a33;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{box-shadow:0 0 0 3px #c41e3a33}50%{box-shadow:0 0 0 6px #c41e3a26}}.progress-step{display:flex;flex-direction:column;align-items:center;position:relative;z-index:1;flex:1;max-width:80px}.progress-step-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid #e2e8f0;font-size:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000a}.progress-step-icon i{color:#cbd5e1;font-size:1.25rem}.progress-step.completed .progress-step-icon{background:linear-gradient(145deg,var(--nbox-red) 0%,var(--nbox-red-dark) 100%);border-color:var(--nbox-red);box-shadow:0 4px 12px #c41e3a33}.progress-step.completed .progress-step-icon i{color:#fff}.progress-step.active .progress-step-icon{background:linear-gradient(145deg,var(--nbox-success) 0%,var(--nbox-success-dark) 100%);border-color:var(--nbox-success);box-shadow:0 4px 12px #10b9814d,0 0 0 4px #10b98126;animation:step-pulse 2s ease-in-out infinite}.progress-step.active .progress-step-icon i{color:#fff}@keyframes step-pulse{0%,to{box-shadow:0 4px 12px #10b9814d,0 0 0 4px #10b98126}50%{box-shadow:0 4px 12px #10b98159,0 0 0 8px #10b9811a}}.progress-step-label{margin-top:.875rem;font-family:DM Sans,system-ui,sans-serif;font-size:.75rem;font-weight:600;color:#cbd5e1;text-align:center;line-height:1.3;max-width:70px}.progress-step.completed .progress-step-label{color:var(--nbox-red)}.progress-step.active .progress-step-label{color:var(--nbox-success-dark);font-weight:700}@media (max-width: 768px){.progress-tracker-container{display:none}}.timeline-empty{background:#fff;border-radius:20px;border:1px solid #e2e8f0;padding:3rem 2rem;text-align:center}.timeline-empty-icon{width:72px;height:72px;border-radius:20px;background:linear-gradient(145deg,#f8fafc,#f1f5f9);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.timeline-empty-icon i{font-size:1.75rem;color:#94a3b8}.timeline-empty h6{font-family:DM Sans,system-ui,sans-serif;font-size:1rem;font-weight:600;color:#334155;margin-bottom:.5rem}.timeline-empty p{font-family:DM Sans,system-ui,sans-serif;font-size:.875rem;color:#94a3b8;margin:0}.timeline-container{background:#fff;border-radius:20px;border:1px solid #e2e8f0;overflow:hidden;box-shadow:0 4px 20px #0f172a0a}.timeline-header{display:flex;align-items:center;gap:.5rem;padding:1.25rem 1.5rem;border-bottom:1px solid #e2e8f0;font-family:DM Sans,system-ui,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#94a3b8}.timeline-header i{font-size:.875rem;color:var(--nbox-red)}.timeline-body{padding:0}.timeline-date-group{border-bottom:1px solid #f1f5f9}.timeline-date-group:last-child{border-bottom:none}.timeline-date-header{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#f8fafc;border-bottom:1px solid #f1f5f9}.timeline-date-marker{width:10px;height:10px;border-radius:50%;background:#1e293b;flex-shrink:0}.timeline-date-marker.first{background:var(--nbox-red);box-shadow:0 0 0 3px #c41e3a33}.timeline-date-text{flex:1}.timeline-date-weekday{font-family:DM Sans,system-ui,sans-serif;font-size:.9375rem;font-weight:600;color:#0f172a}.timeline-date-full{font-family:DM Sans,system-ui,sans-serif;font-size:.8125rem;color:#64748b;font-weight:500}.timeline-events{padding:.5rem 0}.timeline-event{display:flex;gap:1rem;padding:1rem 1.5rem;transition:background .15s ease}.timeline-event:hover{background:#00000003}.timeline-event-time{width:60px;flex-shrink:0;font-family:JetBrains Mono,monospace;font-size:.8125rem;font-weight:500;color:#94a3b8;padding-top:.125rem}.timeline-event-icon{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.timeline-event-icon i{font-size:.875rem;color:#fff}.timeline-event-icon.default i{color:#64748b}.timeline-event-content{flex:1;min-width:0}.timeline-event-description{font-family:DM Sans,system-ui,sans-serif;font-size:.9375rem;color:#334155;line-height:1.5;margin-bottom:.25rem}.timeline-event-description.highlight{font-weight:600;color:#0f172a}.timeline-event-location{display:inline-flex;align-items:center;gap:.375rem;font-family:DM Sans,system-ui,sans-serif;font-size:.8125rem;color:#94a3b8}.timeline-event-location i{font-size:.75rem}.timeline-event-badge{display:inline-flex;align-items:center;margin-left:.5rem;padding:.1875rem .5rem;background:var(--nbox-red);border-radius:4px;font-family:DM Sans,system-ui,sans-serif;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#fff}.timeline-event-signed{display:inline-flex;align-items:center;gap:.375rem;margin-top:.5rem;padding:.375rem .625rem;background:#10b98114;border-radius:6px;font-family:DM Sans,system-ui,sans-serif;font-size:.8125rem;color:#059669;font-weight:500}.timeline-event-signed i{font-size:.75rem}@media (max-width: 576px){.timeline-header{padding:1rem 1.25rem}.timeline-date-header{padding:.875rem 1.25rem}.timeline-event{padding:.875rem 1.25rem;gap:.75rem}.timeline-event-time{width:50px;font-size:.75rem}.timeline-event-icon{width:28px;height:28px;border-radius:8px}.timeline-event-icon i{font-size:.75rem}.timeline-event-description{font-size:.875rem}}
