:root{--brand-color:#30b86e;--brand-color-rgb:48,184,110;--brand-color-hover:#2aa562;--text-primary:#111;--text-secondary:#666;--text-muted:#999;--text-inverse:#fff;--bg-primary:#fff;--bg-secondary:#fafafa;--bg-dark:#1a1a1a;--border-color:#e0e0e0;--border-dark:#333;--btn-bg:#111;--btn-bg-hover:#333;--btn-bg-disabled:#999;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--container-max-width:700px;--container-padding:40px 20px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text-primary);background:var(--bg-primary);line-height:1.6;-webkit-font-smoothing:antialiased}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}h1,h2,h3,h4,h5,h6{text-transform:uppercase}.language-switcher{display:flex;justify-content:flex-end;gap:4px;margin-bottom:8px}.language-switcher button{padding:4px 10px;font-size:12px;font-weight:500;color:#888;background:none;border:1px solid transparent;border-radius:var(--radius-sm);cursor:pointer;transition:color .2s,border-color .2s}.language-switcher button.active{color:var(--text-primary);border-color:var(--text-primary);font-weight:600}.language-switcher button:hover:not(.active){color:#555}.container{max-width:var(--container-max-width);margin:0 auto;padding:var(--container-padding)}.header{text-align:center;margin-bottom:28px}.header h1{font-size:24px;font-weight:700;margin-bottom:8px;color:var(--text-primary)}.header p{font-size:15px;color:var(--text-secondary)}.form-mode-toggle{display:flex;gap:0;margin-bottom:12px;border:2px solid var(--border-color);border-radius:var(--radius-lg);overflow:hidden}.form-mode-toggle button{flex:1 1;padding:10px 16px;font-size:14px;font-weight:600;font-family:inherit;background:var(--bg-primary);color:var(--text-muted);border:none;cursor:pointer;transition:background .2s,color .2s}.form-mode-toggle button.active{background:var(--btn-bg);color:var(--text-inverse)}.form-mode-toggle button:not(.active):hover{background:var(--bg-secondary);color:var(--text-primary)}.tracking-form{margin-bottom:28px}.input-group{display:flex;gap:8px}.input-group input{flex:1 1;padding:12px 20px;font-size:15px;border:2px solid var(--border-color);border-radius:var(--radius-lg);outline:none;transition:border-color .2s}.input-group input:focus{border-color:var(--text-primary)}.input-group input:disabled{background:#f5f5f5;color:var(--text-muted)}.input-group button{padding:12px 24px;font-size:15px;font-weight:600;background:var(--btn-bg);color:var(--text-inverse);border:none;border-radius:var(--radius-lg);cursor:pointer;transition:background .2s;min-width:80px;display:flex;align-items:center;justify-content:center}.input-group button:hover:not(:disabled){background:var(--btn-bg-hover)}.input-group button:disabled{background:var(--btn-bg-disabled);cursor:not-allowed}.spinner{display:inline-block;width:18px;height:18px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@keyframes timeline-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:var(--radius-lg);padding:12px 20px;margin-bottom:28px}.error-message p{color:#dc2626;font-size:14px}.info-message{background:#f0f9ff;border:1px solid #bae6fd;border-radius:var(--radius-lg);padding:12px 20px;margin-bottom:28px}.info-message p{color:#0369a1;font-size:14px}.support-message{background:#fefce8;border:1px solid #fde68a;border-radius:var(--radius-lg);padding:14px 20px;margin-bottom:20px}.support-message p{color:#92400e;font-size:14px;line-height:1.5}.carrier-banner{display:flex;align-items:center;gap:12px;padding:12px 20px;margin-bottom:20px;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-lg)}.carrier-info{flex:1 1;display:flex;flex-direction:column}.carrier-label{font-size:12px;color:var(--text-muted);font-weight:500}.carrier-name{font-size:15px;color:var(--text-primary);font-weight:700}.carrier-tracking-number{font-size:12px;color:var(--text-muted);font-weight:500;font-family:SF Mono,Monaco,Inconsolata,Fira Mono,monospace;letter-spacing:.3px}.carrier-track-btn{padding:8px 16px;font-size:13px;font-weight:600;color:var(--text-inverse);background:var(--btn-bg);border-radius:var(--radius-md);text-decoration:none;white-space:nowrap;transition:background .2s}.carrier-track-btn:hover{background:var(--btn-bg-hover)}.delivery-photo{margin-top:28px;padding:20px;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-lg)}.delivery-photo-label{font-size:13px;font-weight:600;color:var(--text-secondary);margin-bottom:10px}.delivery-photo-img{width:100%;max-width:320px;border-radius:var(--radius-md)}.progress-bar-wrapper{margin-bottom:32px;padding:44px 16px 48px;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-lg)}.progress-bar-track{position:relative;height:6px;background:var(--border-color);border-radius:3px;margin:48px 60px 0}@keyframes progressFill{0%{width:0}}.progress-bar-fill{position:absolute;top:0;left:0;height:100%;background:var(--brand-color);border-radius:3px;animation:progressFill .8s ease-out forwards}@keyframes milestoneReveal{0%{opacity:0;transform:translate(-50%,-50%) scale(.5)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.progress-milestone{position:absolute;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;z-index:1;animation:milestoneReveal .4s ease-out forwards;opacity:0}.progress-milestone:nth-child(2){animation-delay:.1s}.progress-milestone:nth-child(3){animation-delay:.25s}.progress-milestone:nth-child(4){animation-delay:.4s}.progress-milestone:nth-child(5){animation-delay:.55s}.progress-milestone:nth-child(6){animation-delay:.7s}.progress-milestone-icon{position:absolute;bottom:26px;left:50%;transform:translateX(-50%);color:var(--text-muted);opacity:.35;transition:color .3s,opacity .3s}.progress-milestone.active .progress-milestone-icon,.progress-milestone.completed .progress-milestone-icon{color:var(--text-primary);opacity:1}.progress-milestone-dot{width:18px;height:18px;border-radius:50%;background:var(--border-color);border:3px solid var(--bg-secondary);transition:background .3s,box-shadow .3s}.progress-milestone.completed .progress-milestone-dot{background:var(--brand-color)}.progress-milestone.active .progress-milestone-dot{background:var(--brand-color);box-shadow:0 0 0 5px rgba(var(--brand-color-rgb),.25)}.progress-milestone-label{position:absolute;top:22px;font-size:11px;font-weight:600;color:var(--text-muted);white-space:nowrap;text-transform:uppercase;letter-spacing:.3px;transition:color .3s}.progress-milestone.active .progress-milestone-label,.progress-milestone.completed .progress-milestone-label{color:var(--text-primary);font-weight:700}.progress-milestone.first .progress-milestone-label{left:0;right:auto;transform:none}.progress-milestone.last .progress-milestone-label{right:0;left:auto;transform:none}@media (max-width:480px){.progress-bar-wrapper{padding:40px 8px}.progress-bar-track{margin:36px 20px 0}.progress-milestone-icon svg{width:24px;height:24px}.progress-milestone-label{font-size:7px;letter-spacing:0}.progress-milestone-icon{bottom:18px}.progress-milestone-dot{width:12px;height:12px;border-width:2px}.progress-milestone.active .progress-milestone-dot{box-shadow:0 0 0 3px rgba(var(--brand-color-rgb),.25)}.progress-milestone.first .progress-milestone-label,.progress-milestone.last .progress-milestone-label{transform:none}}.shipping-map{position:relative;margin-bottom:20px;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border-color)}.shipping-map-info{position:absolute;top:16px;right:16px;z-index:2;background:var(--bg-primary);padding:14px 20px;border-radius:var(--radius-md);box-shadow:0 2px 8px rgba(0,0,0,.12);max-width:60%;text-align:right}.shipping-map-title{font-size:16px;font-weight:700;color:var(--text-primary);margin-bottom:4px}.shipping-map-location{font-size:15px;color:var(--text-secondary);line-height:1.4}.shipping-map-container{position:relative;width:100%;height:280px}.shipping-map-container iframe{width:100%;height:100%;display:block}@media (max-width:480px){.shipping-map-container{height:220px}.shipping-map-info{top:10px;right:10px;padding:10px 14px;max-width:70%}.shipping-map-title{font-size:14px}.shipping-map-location{font-size:13px}}.order-banner{margin-bottom:20px;background:var(--bg-dark);border:1px solid var(--border-dark);border-radius:var(--radius-lg);overflow:hidden}.order-banner-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 20px;background:none;border:none;cursor:pointer;font-family:inherit}.order-banner-left{display:flex;align-items:center;gap:8px}.order-banner-right{display:flex;align-items:center;gap:6px}.order-items-count{font-size:13px;color:var(--text-muted);font-weight:500}.order-banner-chevron{width:14px;height:14px;color:var(--text-muted);transition:transform .2s}.order-banner-open .order-banner-chevron{transform:rotate(180deg)}.order-banner-items{padding:8px 20px 12px;border-top:1px solid var(--border-dark)}.order-banner-item{display:flex;justify-content:space-between;padding:4px 0;font-size:13px;color:var(--text-muted)}.order-banner-item-name{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:12px}.order-banner-item-qty{flex-shrink:0;color:var(--text-muted)}.timeline{position:relative;padding-left:0}.timeline-item{display:flex;gap:20px;padding-bottom:28px;position:relative;animation:timeline-fade-in .4s ease both}.timeline-show-earlier{display:block;margin:8px 0 0 40px;padding:0;font-size:13px;font-weight:500;color:var(--text-secondary);background:none;border:none;cursor:pointer;font-family:inherit;transition:color .2s}.timeline-show-earlier:hover{color:var(--text-primary)}.timeline-item:last-child{padding-bottom:0}.timeline-item:not(:last-child):after{content:"";position:absolute;left:19px;top:42px;bottom:0;width:4px;background:var(--border-color);border-radius:2px}.timeline-item.active:not(:last-child):after,.timeline-item.completed:not(:last-child):after{background:var(--brand-color)}.timeline-marker{flex-shrink:0;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--border-color);color:var(--text-muted);position:relative;z-index:1}.timeline-item.active .timeline-marker,.timeline-item.completed .timeline-marker{background:var(--brand-color);color:var(--text-inverse)}.timeline-item.active .timeline-marker{box-shadow:0 0 0 6px rgba(var(--brand-color-rgb),.2)}.timeline-marker svg{width:22px;height:22px}.timeline-marker .dot{width:12px;height:12px;border-radius:50%;background:currentColor}.timeline-content{flex:1 1;padding-top:8px}.timeline-header{display:flex;justify-content:space-between;align-items:baseline;gap:12px;flex-wrap:wrap}.timeline-header h3{font-size:18px;font-weight:700;color:var(--text-primary)}.timeline-item:not(.completed):not(.active) .timeline-header h3{color:var(--text-muted)}.timeline-date{font-size:15px;color:var(--text-secondary);font-weight:500;white-space:nowrap}.timeline-location{font-size:13px;color:var(--text-muted);margin-top:2px}.timeline-description{font-size:16px;color:#555;margin-top:6px;line-height:1.5}.phase-details-toggle{display:inline-flex;align-items:center;gap:4px;margin-top:8px;padding:0;font-size:12px;font-weight:500;color:var(--text-muted);background:none;border:none;cursor:pointer;font-family:inherit;transition:color .2s}.phase-details-toggle:hover{color:var(--text-secondary)}.phase-details-chevron{width:14px;height:14px;transition:transform .2s}.phase-details-open .phase-details-chevron{transform:rotate(180deg)}.phase-details-list{margin-top:10px;padding-left:2px;border-left:2px solid var(--border-color)}.phase-detail-item{display:flex;align-items:flex-start;gap:10px;padding:6px 0 6px 12px;position:relative}.phase-detail-dot{flex-shrink:0;width:6px;height:6px;border-radius:50%;background:var(--text-muted);margin-top:5px}.phase-detail-content{display:flex;flex-direction:column;gap:1px;min-width:0}.phase-detail-label{font-size:13px;color:var(--text-secondary);font-weight:500}.phase-detail-date,.phase-detail-location{font-size:11px;color:var(--text-muted);font-weight:400}.tracking-link{display:inline-block;margin-top:8px;font-size:14px;font-weight:600;color:#2563eb;text-decoration:none}.tracking-link:hover{text-decoration:underline}.order-number-label{font-size:14px;color:var(--text-muted);font-weight:500}.order-number-value{font-size:16px;color:var(--text-inverse);font-weight:700}.edd-banner{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;margin-bottom:20px;background:#eef9f3;border:1px solid #a8e0c1;border-radius:var(--radius-lg)}.edd-label{font-size:14px;color:#30b86e;font-weight:500}.edd-range{font-size:15px;color:#30b86e;font-weight:600}.customs-explainer{display:flex;gap:12px;margin-top:12px;padding:12px 20px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:var(--radius-lg)}.customs-icon{flex-shrink:0;color:#3b82f6;margin-top:1px}.customs-content{flex:1 1}.customs-title{font-size:13px;font-weight:600;color:#1e40af;margin-bottom:4px}.customs-text{font-size:13px;color:#1e3a5f;line-height:1.5}.customs-note{margin-top:6px;color:#64748b;font-size:12px}.track-another-bar{margin-bottom:20px}.track-another-btn{padding:10px 20px;font-size:15px;font-weight:600;color:var(--text-primary);background:var(--bg-primary);border:2px solid var(--border-color);border-radius:var(--radius-lg);cursor:pointer;transition:border-color .2s,background .2s;font-family:inherit}.track-another-btn:hover{border-color:var(--text-primary);background:var(--bg-secondary)}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center}.loading-spinner-large{width:48px;height:48px;border:4px solid var(--border-color);border-top-color:var(--brand-color);border-radius:50%;animation:spin .8s linear infinite;margin-bottom:20px}.loading-text{font-size:18px;font-weight:600;color:var(--text-primary);margin-bottom:6px}.loading-subtext{font-size:14px;color:var(--text-secondary)}.order-list{margin-bottom:28px}.order-list-title{font-size:15px;font-weight:600;color:var(--text-primary);margin-bottom:12px}.order-card{display:flex;justify-content:space-between;align-items:center;width:100%;padding:14px 20px;margin-bottom:8px;background:var(--bg-primary);border:2px solid var(--border-color);border-radius:var(--radius-lg);cursor:pointer;transition:border-color .2s,background .2s;font-family:inherit;text-align:left}.order-card:hover:not(:disabled){border-color:var(--text-primary);background:var(--bg-secondary)}.order-card:disabled{opacity:.6;cursor:not-allowed}.order-card-main{display:flex;align-items:center;gap:12px}.order-card-number{font-size:16px;font-weight:700;color:var(--text-primary)}.order-card-date{font-size:14px;color:var(--text-secondary)}.order-card-status{font-size:13px;font-weight:500;color:var(--text-muted);padding:4px 10px;background:var(--bg-secondary);border-radius:var(--radius-sm)}.faq-section{margin-top:40px;padding-top:28px;border-top:1px solid var(--border-color)}.faq-title{font-size:18px;font-weight:700;color:var(--text-primary);margin-bottom:16px}.faq-list{display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:1px solid var(--border-color)}.faq-item:first-child{border-top:1px solid var(--border-color)}.faq-question{display:flex;justify-content:space-between;align-items:center;width:100%;padding:16px 0;font-size:15px;font-weight:600;color:var(--text-primary);background:none;border:none;cursor:pointer;text-align:left;font-family:inherit;gap:12px;transition:color .2s}.faq-question:hover{color:var(--text-secondary)}.faq-chevron{width:18px;height:18px;flex-shrink:0;color:var(--text-muted);transition:transform .2s}.faq-item-open .faq-chevron{transform:rotate(180deg)}.faq-answer{padding:0 0 16px}.faq-answer p{font-size:14px;color:var(--text-secondary);line-height:1.6}.faq-answer a{color:#2563eb;text-decoration:none;font-weight:500}.faq-answer a:hover{text-decoration:underline}.faq-contact{margin-top:20px;padding:14px 20px;background:var(--bg-secondary);border-radius:var(--radius-lg)}.faq-contact p{font-size:13px;color:var(--text-secondary);text-align:center}.faq-contact a{color:#2563eb;text-decoration:none;font-weight:600}.faq-contact a:hover{text-decoration:underline}html.embed-mode,html.embed-mode body{scrollbar-width:none;-ms-overflow-style:none}html.embed-mode body::-webkit-scrollbar,html.embed-mode::-webkit-scrollbar{display:none}@media (max-width:480px){:root{--container-padding:20px 16px}.container,body,html{overflow-x:hidden;width:100%}.container{max-width:100%}.timeline-wrapper{width:100%;overflow-x:hidden}.timeline-header{flex-wrap:nowrap;gap:8px}.timeline-header h3{font-size:16px;min-width:0;word-break:break-word}.timeline-date{font-size:13px;flex-shrink:1;white-space:normal;text-align:right}.carrier-banner{flex-wrap:wrap}.carrier-track-btn{width:100%;text-align:center}.header h1{font-size:20px}.input-group{flex-direction:column}.input-group button{width:100%}}