.edt{--navy:#082b52;--blue:#1769e8;--green:#14a36d;--amber:#f59e0b;--red:#e24a3b;--violet:#7b61d1;--ink:#061d3a;--muted:#65748b;--line:#dbe4ef;max-width:1024px;margin:24px auto;color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.45}.edt *{box-sizing:border-box}.edt-search-card{min-height:260px;padding:38px 40px;border-radius:28px;background:linear-gradient(118deg,#08294c 0%,#123f73 100%);display:grid;grid-template-columns:250px 1fr;gap:34px;align-items:end;color:#fff;overflow:hidden}.edt-eyebrow,.edt-kicker{display:block;text-transform:uppercase;letter-spacing:.15em;font-size:12px;font-weight:800}.edt-search-copy h2{font-size:38px;line-height:1.08;margin:20px 0 12px;color:#fff}.edt-search-copy p{max-width:220px;margin:0;color:#d3ddec;font-weight:600;font-size:16px}.edt-track-form{position:relative;padding-top:92px}.edt-truck-wrap{position:absolute;right:24px;top:-19px;width:255px;height:108px;display:flex;align-items:flex-end;justify-content:center}.edt-truck-wrap img{display:block;width:100%;height:100%;object-fit:contain}.edt-track-form label{display:block;margin:0 0 10px;font-weight:750;font-size:14px}.edt-track-control{display:flex;background:#fff;padding:7px;border-radius:15px;box-shadow:0 1px 0 rgba(255,255,255,.4)}.edt-track-control input{min-width:0;flex:1;border:0!important;box-shadow:none!important;background:#fff!important;padding:12px 15px!important;font-size:16px!important;color:#24364c!important;outline:none}.edt-track-control button{border:0;border-radius:11px;background:var(--blue);color:#fff;padding:12px 25px;font-size:16px;font-weight:800;cursor:pointer;white-space:nowrap}.edt-alert{margin-top:20px;padding:20px 24px;border:1px solid #f0c7c2;background:#fff6f5;border-radius:14px;display:flex;gap:8px;flex-direction:column}.edt-result{margin-top:22px;border:1px solid #d7e0eb;border-radius:25px;overflow:hidden;background:#fff;box-shadow:0 14px 36px rgba(4,35,69,.08)}.edt-shipment-header{padding:34px 40px 28px;display:grid;grid-template-columns:1fr minmax(250px,330px);gap:36px;align-items:center}.edt-id-line{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.edt-id-line h3{margin:7px 0 8px;font-size:25px;overflow-wrap:anywhere}.edt-copy,.edt-panel-title button{border:1px solid #bfd4ef;background:#f8fbff;color:var(--blue);border-radius:7px;padding:6px 10px;font-weight:750;cursor:pointer}.edt-status{display:inline-flex;align-items:center;gap:7px;padding:7px 12px;border-radius:999px;text-transform:uppercase;letter-spacing:.06em;font-weight:850;font-size:11px;background:#eef3f8;color:#52647c}.edt-status:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}.edt-status--pending{background:#fff5df;color:#c97900}.edt-status--on-hold{background:#fff0ed;color:var(--red)}.edt-status--in-transit{background:#eaf3ff;color:var(--blue)}.edt-status--arrived{background:#f0edff;color:var(--violet)}.edt-status--delivered,.edt-status--shipped{background:#e6f8f1;color:var(--green)}.edt-estimates{display:flex;gap:34px;margin-top:19px}.edt-estimates div{display:flex;flex-direction:column;gap:3px;min-width:125px}.edt-estimates span{font-size:12px;color:var(--muted)}.edt-estimates strong{font-size:14px}.edt-barcode{padding:12px 0;text-align:center;min-width:0}.edt-barcode svg{display:block;width:100%;height:82px;fill:#08243f;shape-rendering:crispEdges}.edt-barcode span{display:block;margin-top:8px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;letter-spacing:.2em;overflow-wrap:anywhere}.edt-progress{background:#f2f6fb;padding:28px 34px 23px;display:flex;justify-content:space-between;position:relative;gap:0}.edt-step{position:relative;flex:1;text-align:center;color:#8290a5;font-size:11px;font-weight:750}.edt-step:not(:last-child):after{content:"";position:absolute;z-index:0;height:3px;background:#cad6e5;left:calc(50% + 19px);right:calc(-50% + 19px);top:18px}.edt-step-icon{width:38px;height:38px;border-radius:50%;border:2px solid #cad6e5;background:#fff;display:grid;place-items:center;margin:0 auto 10px;position:relative;z-index:1}.edt-step-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.edt-step--complete{color:var(--green)}.edt-step--complete .edt-step-icon{background:var(--green);border-color:var(--green);color:#fff}.edt-step--complete:not(:last-child):after{background:var(--green)}.edt-step--active{color:var(--blue)}.edt-step--active .edt-step-icon{background:var(--blue);border-color:var(--blue);color:#fff;box-shadow:0 0 0 8px rgba(23,105,232,.12);animation:edt-pulse 2s infinite}.edt-progress--pending .edt-step--active{color:var(--amber)}.edt-progress--pending .edt-step--active .edt-step-icon{background:var(--amber);border-color:var(--amber);box-shadow:0 0 0 8px rgba(245,158,11,.14)}.edt-progress--on-hold .edt-step--active{color:var(--red)}.edt-progress--on-hold .edt-step--active .edt-step-icon{background:var(--red);border-color:var(--red);box-shadow:0 0 0 8px rgba(226,74,59,.13)}.edt-progress--arrived .edt-step--active{color:var(--violet)}.edt-progress--arrived .edt-step--active .edt-step-icon{background:var(--violet);border-color:var(--violet);box-shadow:0 0 0 8px rgba(123,97,209,.13)}.edt-progress--delivered .edt-step--active{color:var(--green)}.edt-progress--delivered .edt-step--active .edt-step-icon{background:var(--green);border-color:var(--green);box-shadow:0 0 0 8px rgba(20,163,109,.13)}@keyframes edt-pulse{50%{transform:scale(1.06)}}.edt-body{padding:32px 40px 0}.edt-location-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.edt-location-card{min-height:88px;border:1px solid #d5dfeb;border-radius:13px;padding:17px 18px;display:flex;flex-direction:column;justify-content:center;gap:8px}.edt-location-card span{font-size:12px;color:var(--muted)}.edt-location-card strong{font-size:14px;color:#0c55c7}.edt-location-card.is-current{background:#f2f7ff;border-color:#aac9f4}.edt-accordions{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:18px}.edt-accordion{border:1px solid #d7e1ec;border-radius:12px;overflow:hidden}.edt-accordion>button{width:100%;border:0;background:#fff;padding:17px 18px;display:flex;align-items:center;justify-content:space-between;color:var(--ink);font-weight:800;cursor:pointer;text-align:left}.edt-accordion>button i{width:10px;height:10px;border-right:2px solid #31506f;border-bottom:2px solid #31506f;transform:rotate(45deg);transition:.2s}.edt-accordion>button[aria-expanded=true] i{transform:rotate(225deg)}.edt-accordion-panel{padding:0 18px 12px}.edt-accordion dl,.edt-info-panel dl{margin:0}.edt-accordion dl div,.edt-info-panel dl div{display:grid;grid-template-columns:minmax(80px,1fr) 1.35fr;gap:12px;border-top:1px solid #edf1f5;padding:11px 0}.edt-accordion dt,.edt-info-panel dt{color:var(--muted);font-size:12px}.edt-accordion dd,.edt-info-panel dd{margin:0;text-align:right;font-size:12px;font-weight:700;overflow-wrap:anywhere}.edt-details-grid{display:grid;grid-template-columns:.8fr 1.35fr;gap:30px;margin-top:22px}.edt-panel-title{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #dce4ed;padding-bottom:11px}.edt-panel-title h4{margin:0;font-size:15px}.edt-panel-title>span{font-size:10px;color:var(--muted)}.edt-info-panel dl div{padding:14px 0}.edt-timeline{list-style:none;margin:0;padding:8px 0 0}.edt-timeline li{position:relative;display:grid;grid-template-columns:13px 1fr auto;gap:14px;padding:12px 0}.edt-timeline li:not(:last-child):after{content:"";position:absolute;left:5px;top:28px;bottom:-12px;width:2px;background:#d7e7e0}.edt-timeline li>i{width:11px;height:11px;border-radius:50%;background:var(--green);margin-top:4px;box-shadow:0 0 0 4px #e6f7f0}.edt-history--pending>i{background:var(--amber);box-shadow:0 0 0 4px #fff5df}.edt-history--on-hold>i{background:var(--red);box-shadow:0 0 0 4px #fff0ed}.edt-history--in-transit>i{background:var(--blue);box-shadow:0 0 0 4px #eaf3ff}.edt-history--arrived>i{background:var(--violet);box-shadow:0 0 0 4px #f0edff}.edt-history-main{display:flex;flex-direction:column;gap:4px;min-width:0}.edt-history-main strong{font-size:13px}.edt-history-main span,.edt-history-main small{font-size:12px;color:#41536a}.edt-timeline time{font-size:10px;color:var(--muted);text-align:right}.edt-empty{color:var(--muted);font-size:13px}.edt-footer{margin:30px -40px 0;padding:22px 40px;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px}.edt-footer strong{font-size:14px}.edt-footer a{display:inline-flex;padding:9px 15px;border-radius:8px;background:#fff;color:var(--navy)!important;text-decoration:none!important;font-weight:850}.edt-footer a:hover{background:#eaf3ff}@media(max-width:760px){.edt{margin:14px auto}.edt-search-card{grid-template-columns:1fr;padding:28px 22px;border-radius:20px;gap:12px}.edt-search-copy h2{font-size:31px}.edt-search-copy p{max-width:none}.edt-track-form{padding-top:95px}.edt-truck-wrap{right:50%;transform:translateX(50%);top:-8px;width:220px}.edt-track-control{flex-direction:column;gap:6px}.edt-track-control button{width:100%}.edt-result{border-radius:18px}.edt-shipment-header{grid-template-columns:1fr;padding:26px 22px 20px;gap:22px}.edt-id-line h3{font-size:19px}.edt-estimates{justify-content:space-between;gap:12px}.edt-barcode{order:2}.edt-progress{padding:25px 22px;flex-direction:column;gap:0}.edt-step{display:grid;grid-template-columns:42px 1fr;text-align:left;align-items:center;min-height:62px}.edt-step-icon{margin:0}.edt-step:not(:last-child):after{width:3px;height:auto;left:18px;right:auto;top:40px;bottom:-2px}.edt-step span{padding-left:8px}.edt-body{padding:22px 18px 0}.edt-location-grid,.edt-accordions,.edt-details-grid{grid-template-columns:1fr}.edt-accordions,.edt-details-grid{gap:13px}.edt-footer{margin:24px -18px 0;padding:20px 18px;align-items:flex-start;flex-direction:column}.edt-timeline li{grid-template-columns:13px 1fr}.edt-timeline time{grid-column:2;text-align:left}.edt-accordion-panel{padding-left:14px;padding-right:14px}}@media print{body *{visibility:hidden!important}.edt-result,.edt-result *{visibility:visible!important}.edt-result{position:absolute;inset:0;width:100%;margin:0;box-shadow:none}.edt-search-card,.edt-copy,[data-print],.edt-footer{display:none!important}.edt-accordion-panel[hidden]{display:block!important}}

