@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--navy: #0F1B2D;--navy-light: #1A2D45;--amber: #F59E0B;--amber-dark: #D97706;--surface: #FFFFFF;--muted: #F1F5F9;--border: #E2E8F0;--text: #0F172A;--text-sec: #64748B}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,sans-serif;background:var(--muted);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}.page{display:flex;flex-direction:column;min-height:100vh}.hero{position:relative;background:linear-gradient(160deg,var(--navy-light) 0%,var(--navy) 100%);padding:80px 24px 100px;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(ellipse at 15% 75%,rgba(245,158,11,.12) 0%,transparent 55%),radial-gradient(ellipse at 85% 25%,rgba(245,158,11,.07) 0%,transparent 45%),radial-gradient(circle,rgba(255,255,255,.04) 1px,transparent 1px);background-size:auto,auto,28px 28px}.hero-content{position:relative;max-width:600px;margin:0 auto;text-align:center}.hero-logo{max-width:180px;max-height:60px;width:auto;height:auto;object-fit:contain;opacity:.85;margin-bottom:32px;display:block;margin-left:auto;margin-right:auto}.hero-title{font-size:clamp(1.75rem,5vw,2.5rem);font-weight:800;color:#fff;letter-spacing:-.03em;margin-bottom:12px}.hero-sub{color:#ffffff8c;font-size:1rem;line-height:1.6;margin-bottom:36px}.search-form{display:flex;gap:10px;max-width:520px;margin:0 auto 16px}.input-wrap{flex:1;position:relative}.input-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#fff6;pointer-events:none}.input-wrap input{width:100%;height:52px;padding:0 16px 0 42px;background:rgba(255,255,255,.08);border:1.5px solid rgba(255,255,255,.15);border-radius:12px;color:#fff;font-size:1rem;font-family:Inter,sans-serif;font-weight:500;outline:none;transition:border-color .2s,background .2s,box-shadow .2s;-webkit-text-fill-color:#fff}.input-wrap input::placeholder{color:#ffffff59;-webkit-text-fill-color:rgba(255,255,255,.35)}.input-wrap input:focus{border-color:var(--amber);background:rgba(255,255,255,.12);box-shadow:0 0 0 3px #f59e0b33}.search-btn{height:52px;padding:0 24px;background:var(--amber);color:var(--navy);border:none;border-radius:12px;font-size:.95rem;font-weight:700;font-family:Inter,sans-serif;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .2s,transform .15s;white-space:nowrap}.search-btn:hover:not(:disabled){background:var(--amber-dark);transform:translateY(-1px)}.search-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.spinner{display:inline-block;width:18px;height:18px;border:2.5px solid rgba(15,27,45,.25);border-top-color:var(--navy);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-msg{margin-top:12px;color:#fca5a5;font-size:.875rem;font-weight:500;text-align:center}.result-section{flex:1;max-width:640px;width:100%;margin:-40px auto 0;padding:0 16px 48px}.result-card{background:var(--surface);border-radius:16px;border:1px solid var(--border);box-shadow:0 8px 32px #0f1b2d1a;padding:28px;animation:slideUp .3s ease forwards}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.result-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.tracking-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-sec);margin-bottom:4px}.tracking-number{font-size:1.1rem;font-weight:800;color:var(--navy);letter-spacing:.03em;font-family:Inter,monospace}.status-badge-wrap{display:flex;align-items:center;gap:8px}.status-icon-lg{font-size:1.6rem;line-height:1}.status-badge{display:inline-flex;align-items:center;padding:5px 14px;border-radius:20px;font-size:.85rem;font-weight:700}.status-desc{padding:14px 16px;background:var(--muted);border-radius:10px;margin-bottom:20px}.status-desc p{font-size:.88rem;color:var(--text-sec);line-height:1.55;font-weight:500}.section-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-sec);margin-bottom:14px}.progress-track{margin-bottom:24px}.progress-steps{display:flex;align-items:flex-start;position:relative}.progress-step{flex:1;display:flex;flex-direction:column;align-items:center;position:relative}.step-dot{width:16px;height:16px;border-radius:50%;background:var(--border);border:2px solid var(--border);z-index:1;transition:all .3s}.progress-step[data-completed=true] .step-dot{background:#10B981;border-color:#059669}.progress-step[data-current=true] .step-dot{background:var(--amber);border-color:var(--amber-dark);box-shadow:0 0 0 4px #f59e0b33;width:20px;height:20px}.step-line{position:absolute;top:8px;left:50%;right:-50%;height:3px;background:var(--border);z-index:0}.progress-step[data-completed=true] .step-line{background:#10B981}.step-label{font-size:.68rem;font-weight:600;color:var(--text-sec);margin-top:8px;text-align:center;white-space:nowrap}.progress-step[data-completed=true] .step-label{color:#065f46;font-weight:700}.progress-step[data-current=true] .step-label{color:var(--amber-dark);font-weight:700}.info-grid{display:grid;grid-template-columns:1fr;gap:10px;margin-bottom:20px}.info-item{display:flex;flex-direction:column;gap:2px;padding:10px 14px;background:var(--muted);border-radius:8px}.info-label{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-sec)}.info-value{font-size:.9rem;font-weight:600;color:var(--text)}.result-divider{height:1px;background:var(--border);margin-bottom:20px}.timeline{display:flex;flex-direction:column;gap:0}.timeline-item{display:flex;gap:14px;padding-bottom:0}.timeline-item:last-child{padding-bottom:0}.timeline-connector{display:flex;flex-direction:column;align-items:center;width:32px;flex-shrink:0}.timeline-dot-v2{width:28px;height:28px;border-radius:50%;background:var(--muted);border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:800;color:var(--text-sec);flex-shrink:0;z-index:1}.timeline-dot-v2.completed{background:#10B981;border-color:#059669;color:#fff;font-size:.75rem}.timeline-dot-v2.active{background:var(--amber);border-color:var(--amber-dark);color:var(--navy);box-shadow:0 0 0 3px #f59e0b33}.timeline-line{width:2px;flex:1;background:var(--border);min-height:16px}.timeline-line.completed{background:#A7F3D0}.timeline-body{flex:1;padding-bottom:20px}.timeline-item:last-child .timeline-body{padding-bottom:0}.timeline-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:4px}.timeline-name{font-size:.9rem;font-weight:700;color:var(--text)}.loc-type-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:12px;font-size:.65rem;font-weight:700}.loc-type-badge.pickup{background:var(--navy);color:#fff}.loc-type-badge.dropoff{background:var(--amber-dark);color:#fff}.loc-status-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:12px;font-size:.65rem;font-weight:700}.loc-status-badge.completed{background:#D1FAE5;color:#065f46}.loc-status-badge.active{background:#DBEAFE;color:#1e40af}.timeline-addr{font-size:.8rem;color:var(--text-sec);line-height:1.4;margin-bottom:4px}.timeline-date{font-size:.75rem;color:var(--text-sec);font-weight:500}.timeline-date.actual{color:#065f46;font-weight:600}.footer{padding:24px;text-align:center;color:var(--text-sec);font-size:.8rem;border-top:1px solid var(--border);background:var(--surface);margin-top:auto}.footer strong{color:var(--navy);font-weight:700}@media (max-width: 480px){.search-form{flex-direction:column}.search-btn{justify-content:center}.hero{padding:60px 16px 80px}.result-header{flex-direction:column;gap:10px}.step-label{font-size:.58rem}.progress-step[data-current=true] .step-dot{width:16px;height:16px}}
