.tracker{display:flex;flex-direction:column;gap:24px;max-width:900px;margin:0 auto;width:100%}.tracker-hero{text-align:center;padding:8px 0 0}.tracker-title{font-family:Outfit,sans-serif;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;color:#1a1d2e;margin-bottom:8px}.tracker-subtitle{color:#4b5563;font-size:1rem;font-weight:400}.search-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px 24px;box-shadow:0 1px 3px #0000000a}.search-form{display:flex;gap:14px;align-items:flex-end;justify-content:center;flex-wrap:wrap}.field{display:flex;flex-direction:column;gap:4px;flex:0 1 200px}.field label{font-size:.78rem;font-weight:600;color:#4b5563;text-align:center}.field input{background:#f9fafb;border:1px solid #d1d5db;border-radius:8px;padding:8px 12px;font-size:.85rem;font-family:inherit;color:#1a1d2e;outline:none;transition:border-color .2s,box-shadow .2s;text-align:center}.field input::placeholder{color:#9ca3af}.field input:focus{border-color:#0ea5a3;box-shadow:0 0 0 3px #0ea5a31f}.field input.error{border-color:#ef4444}.field-error{font-size:.75rem;color:#ef4444;min-height:1em;text-align:center}.form-actions{display:flex;gap:8px;align-items:center;padding-bottom:2px}.btn-track{background:#0ea5a3;color:#fff;border:none;border-radius:8px;padding:8px 24px;font-size:.88rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s,box-shadow .2s;box-shadow:0 2px 8px #0ea5a340;min-width:90px;height:36px;display:flex;align-items:center;justify-content:center}.btn-track:hover{background:#0b8a88;box-shadow:0 4px 16px #0ea5a359}.btn-track:disabled{opacity:.6;cursor:not-allowed}.btn-reset{background:transparent;color:#6b7280;border:1px solid #d1d5db;border-radius:8px;padding:8px 16px;font-size:.85rem;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .2s,color .2s;height:36px}.btn-reset:hover{border-color:#6b7280;color:#1a1d2e}.spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.spinner.lg{width:28px;height:28px;border-color:#0ea5a333;border-top-color:#0ea5a3}@keyframes spin{to{transform:rotate(360deg)}}.status-msg{text-align:center;padding:24px;display:flex;flex-direction:column;align-items:center;gap:12px;color:#6b7280;font-size:.9rem}.status-msg.warn{background:#fffbeb;border:1px solid #fde68a;border-radius:12px;color:#92400e}.status-msg.err{background:#fef2f2;border:1px solid #fecaca;border-radius:12px;color:#991b1b}.default-map{height:300px;border-radius:16px;overflow:hidden;border:none;box-shadow:0 4px 24px #0ea5a31f,0 1px 4px #0000000a}.map-placeholder{height:300px;border-radius:16px;background:#f3f4f6;border:1px solid #e5e7eb}.results{display:flex;flex-direction:column;gap:24px}.timeline{display:flex;align-items:flex-start;justify-content:center;gap:0;padding:8px 0;overflow-x:auto;-webkit-overflow-scrolling:touch}.tl-step-wrap{display:flex;align-items:flex-start;flex-shrink:0}.tl-connector{width:48px;height:3px;background:#e5e7eb;margin-top:15px;border-radius:2px;transition:background .3s}.tl-connector.filled{background:#0ea5a3}.tl-step{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:80px;text-align:center}.tl-dot{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e5e7eb;transition:background .3s,box-shadow .3s}.tl-step.done .tl-dot{background:#0ea5a3}.tl-step.active .tl-dot{background:#0ea5a3;box-shadow:0 0 0 4px #0ea5a333}.dot-pulse{width:10px;height:10px;border-radius:50%;background:#fff;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.8)}}.tl-label{font-size:.78rem;font-weight:600;color:#4b5563;white-space:nowrap}.tl-step.done .tl-label{color:#0ea5a3}.tl-step.active .tl-label{color:#0ea5a3;font-weight:700}.tl-step.future .tl-label{color:#9ca3af}.tl-date{font-size:.72rem;color:#6b7280}.tl-eta{font-size:.72rem;font-weight:600;color:#0ea5a3;background:#0ea5a314;padding:2px 8px;border-radius:10px}.tl-hold-banner{display:flex;align-items:center;gap:8px;background:#fef3c7;border:1px solid #F59E0B;color:#92400e;font-size:.82rem;font-weight:700;padding:8px 16px;border-radius:10px;margin-bottom:12px}.tl-hold-icon{font-size:1.1rem}.tl-step.on-hold .tl-label{color:#d97706;font-weight:700}.tl-dot.hold-dot{background:#f59e0b!important;border-color:#f59e0b!important}.tl-connector.hold{background:#f59e0b!important}.map-section{display:flex;flex-direction:column;gap:16px}.map-container{position:relative;height:420px;border-radius:16px;overflow:hidden;border:none;box-shadow:0 4px 24px #0ea5a31f,0 1px 4px #0000000a}.journey-stats{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px 20px;box-shadow:0 1px 2px #00000008}.journey-progress{height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden;margin-bottom:14px}.journey-progress-bar{height:100%;background:linear-gradient(90deg,#0ea5a3,#0b8a88);border-radius:3px;transition:width .3s ease-out;min-width:4px}.journey-info{display:flex;justify-content:center;gap:32px;flex-wrap:wrap}.journey-stat{display:flex;flex-direction:column;align-items:center;gap:2px}.stat-value{font-size:1rem;font-weight:700;color:#1a1d2e}.stat-value.highlight{color:#0ea5a3;font-size:1.1rem}.stat-label{font-size:.75rem;color:#9ca3af;font-weight:500;text-transform:uppercase;letter-spacing:.03em}.app.embed .search-card{border:none;box-shadow:none;padding:12px 0}.app.embed .default-map{box-shadow:0 2px 16px #0ea5a31a}@media (max-width: 700px){.tracker{gap:20px}.search-card{padding:16px}.search-form{flex-direction:column}.field{flex:1 1 auto}.form-actions{width:100%}.btn-track{flex:1}.tl-connector{width:28px}.tl-step{min-width:64px}.tl-label{font-size:.7rem}.map-container{height:320px}.default-map{height:240px}.journey-info{gap:20px}}@media (max-width: 480px){.search-card{padding:14px;border-radius:12px}.tracker-title{font-size:1.3rem}.tracker-subtitle{font-size:.88rem}.map-container{height:260px}.default-map{height:200px}.tl-connector{width:16px}.tl-dot{width:26px;height:26px}.tl-label{font-size:.65rem}.journey-info{gap:16px}}.app{display:flex;flex-direction:column;min-height:100vh}.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid rgba(14,165,163,.15);padding:0 24px}.header-inner{max-width:1160px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:64px}.logo{display:flex;align-items:center;gap:8px;text-decoration:none;color:#1a1d2e}.logo-icon{color:#0ea5a3;font-size:1.5rem;line-height:1}.logo-text{font-family:Outfit,sans-serif;font-weight:700;font-size:1.25rem;letter-spacing:-.01em}.header-nav{display:flex;align-items:center;gap:24px}.nav-link{font-size:.9rem;font-weight:500;color:#4b5563;text-decoration:none;transition:color .2s}.nav-link:hover{color:#0ea5a3}.btn-contact{background:#0ea5a3;color:#fff!important;padding:8px 20px;border-radius:8px;font-weight:600;transition:background .2s,box-shadow .2s;box-shadow:0 2px 8px #0ea5a333}.btn-contact:hover{background:#0b8a88;box-shadow:0 4px 16px #0ea5a34d}.site-main{flex:1;max-width:1160px;width:100%;margin:0 auto;padding:32px 24px}.site-footer{background:#0f1117;padding:24px;text-align:center}.footer-inner{max-width:1160px;margin:0 auto}.footer-brand{color:#9ca3af;font-size:.85rem;font-weight:500}.footer-tagline{color:#6b7280;font-size:.78rem;margin-top:4px}@media (max-width: 700px){.site-header{padding:0 16px}.header-inner{height:56px}.logo-text{font-size:1.1rem}.site-main{padding:20px 16px}.header-nav{gap:16px}.nav-link:not(.btn-contact){display:none}}@media (max-width: 480px){.site-main{padding:16px 12px}.btn-contact{padding:6px 14px;font-size:.85rem}}.app.embed{background:transparent;min-height:auto}.app.embed body,.app.embed{background:#fff}.embed-main{flex:1;max-width:1160px;width:100%;margin:0 auto;padding:8px 16px 16px}@media (max-width: 700px){.embed-main{padding:8px 12px 12px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{overflow-x:hidden;scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:#f4f6f9;color:#1a1d2e;min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Outfit,Inter,sans-serif}#root{min-height:100vh;display:flex;flex-direction:column}
