@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap";
@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400&display=swap";
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}.absolute{position:absolute}.relative{position:relative}.container{width:100%}.contents{display:contents}.flex{display:flex}.grid{display:grid}.inline-flex{display:inline-flex}.min-h-screen{min-height:100vh}.flex-col{flex-direction:column}.border{border-style:var(--tw-border-style);border-width:1px}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}:root{--bg:#f3f4f6;--surface:#fff;--muted:#6b7280;--text:#111827;--primary:#111827;--accent:#111827;--accent-2:#f1f5f9;--border:#e5e7eb;--radius:16px;--radius-sm:12px;--shadow:0 6px 24px #00000014;--maxw:1200px}*{box-sizing:border-box}html,body{height:100%}body{background:var(--bg);color:var(--text);margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.page-root{flex-direction:column;min-height:100vh;display:flex}.page-main{flex:1 0 auto}.page-shell{flex-direction:column;min-height:100vh;display:flex}a{color:var(--text);text-decoration:none}.container{max-width:var(--maxw);margin:0 auto;padding:0 20px}.topbar{border-bottom:1px solid var(--border);background:#fff}.topbar .container{justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.brand{align-items:center;gap:16px;display:flex}.brand-logo-img{width:auto;height:28px;display:block}.nav{gap:28px;display:flex}.nav a{font-weight:600}.lang{color:var(--muted);align-items:center;gap:8px;display:flex}.titlebar{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#eef2f7}.titlebar .container{text-align:center;letter-spacing:.3px;color:#0000;text-shadow:0 1px #0000000f;background:linear-gradient(90deg,#8b5e3c 0%,sienna 50%,#8b5e3c 100%);-webkit-background-clip:text;background-clip:text;padding:10px 20px;font-family:Roboto Slab,serif;font-size:20px;font-weight:800}.grid{grid-template-columns:3fr 2fr;gap:28px;margin:28px auto;display:grid}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.card .inner{padding:20px}.card .hr{background:var(--border);height:1px;margin:16px -20px}.pill{border:1px solid var(--border);color:#374151;background:#f6f7f9;border-radius:999px;align-items:center;gap:6px;padding:8px 12px;font-size:12px;display:inline-flex}.est-wrap{text-align:left;background:linear-gradient(#f9fbff 0%,#fff 100%);border-radius:18px;max-width:850px;margin:0 auto 18px;padding:36px 28px;animation:.7s both fadeSlideIn;position:relative;box-shadow:0 10px 28px #0000000f}.status-row{justify-content:center;align-items:center;gap:32px;max-width:800px;margin:0 auto;display:flex}.status-left{color:#272c38;align-items:center;gap:8px;font-size:24px;font-weight:700;display:inline-flex}.status-center.date-card,.date-card{-webkit-backdrop-filter:saturate(140%)blur(4px);backdrop-filter:saturate(140%)blur(4px);background:linear-gradient(#f5f8fe 0%,#fff 100%);border:1px solid #e5e7eb;border-radius:18px;align-items:center;gap:8px;min-width:350px;min-height:80px;padding:14px 20px;display:inline-flex;box-shadow:0 14px 28px #2987f814}.status-center .date-text,.date-card .date-text{color:#272c38;font-size:24px;font-weight:600}.date-card .date-content{white-space:nowrap;gap:2px;display:grid}.date-card .date-text,.status-center .date-text{white-space:nowrap}.date-card .date-day{color:#272c38;font-size:16px;font-weight:600}.date-icon.calendar-flip{perspective:300px;background:#22c55e14;border-radius:8px;justify-content:center;align-items:center;width:38px;height:36px;display:flex;position:relative;overflow:visible}.date-icon.calendar-flip:after{content:"";transform-origin:0;background:#fff;border:1px solid #e5e7eb;border-radius:4px;width:26px;height:22px;position:absolute;top:6px;left:6px;box-shadow:0 1px 6px #00000014}.date-icon.calendar-flip:before{content:"";transform-origin:0;background:#fff;border:1px solid #e5e7eb;border-radius:3px;width:20px;height:16px;position:absolute;top:2px;left:2px;box-shadow:0 1px 5px #0000000f}@keyframes calPageFlip{0%{opacity:.9;transform:rotateY(0)}35%{opacity:.85;transform:rotateY(95deg)}50%{opacity:0;transform:rotateY(180deg)}to{opacity:0;transform:rotateY(180deg)}}@keyframes calPageFlipBack{0%{opacity:.7;transform:rotateY(0)}25%{opacity:.6;transform:rotateY(60deg)}50%{opacity:.3;transform:rotateY(120deg)}to{opacity:0;transform:rotateY(180deg)}}.calendar-flip svg{transform-origin:50%;z-index:3;position:relative;width:30px!important;height:30px!important}.calendar-flip:hover svg{animation:2.6s ease-in-out infinite calTilt}.calendar-flip img{transform-origin:50%;z-index:1;display:block;position:relative;width:30px!important;height:30px!important}@keyframes calTilt{0%{transform:rotate(0)}50%{transform:rotate(3deg)}to{transform:rotate(0)}}.calendar-flip .cal-pages{pointer-events:none;z-index:2;position:absolute;inset:0;overflow:visible}.calendar-flip .cal-page{opacity:0;transform-origin:bottom;background:#fff;border:1px solid #e5e7eb;border-radius:2px;width:16px;height:12px;animation:2s ease-out infinite paused pageFlyUp;position:absolute;bottom:6px;left:10px;box-shadow:0 1px 5px #0000001a}.calendar-flip:hover .cal-page{opacity:1;animation-play-state:running}.calendar-flip .cal-page:first-child{animation-delay:0s;left:10px}.calendar-flip .cal-page:nth-child(2){animation-delay:.35s;left:12px}.calendar-flip .cal-page:nth-child(3){animation-delay:.7s;left:9px}@keyframes pageFlyUp{0%{opacity:.9;transform:translateY(0)rotate(0)scale(1)}25%{opacity:.95;transform:translateY(-12px)rotate(-4deg)scale(1.02)}50%{opacity:.7;transform:translateY(-28px)rotate(5deg)scale(1.01)}75%{opacity:.35;transform:translateY(-40px)rotate(-6deg)scale(.99)}to{opacity:0;transform:translateY(-52px)rotate(0)scale(.98)}}.status-right{flex-direction:column;align-items:flex-end;gap:6px;display:inline-flex}.status-right .right-text{color:#6b7280;font-size:14px;font-weight:500}.status-right .right-top{align-items:center;gap:8px;display:inline-flex}.status-right .right-desc{text-align:right;color:#6b7280;align-self:flex-end;font-size:13px}.icon-bounce{animation:.6s both bounceIn}@keyframes bounceIn{0%{opacity:0;transform:translateY(6px)scale(.98)}60%{opacity:1;transform:translateY(-2px)scale(1.02)}to{opacity:1;transform:translateY(0)scale(1)}}.status-left:hover .status-icon{filter:brightness(1.12)}.status-left:hover span:last-child{font-weight:800}.status-center:hover .date-text,.status-right:hover .right-text{font-weight:700}.est-label{color:#6b7280;font-weight:700}.est-label.delivered{color:#16a34a;font-size:24px;font-weight:800}.est-label.rto{color:#dc2626;font-size:20px;font-weight:800}.est-wrap.rto-delivered .est-label.rto{background:#fee2e2;border:1px solid #fecaca;border-radius:999px;align-items:center;gap:8px;padding:6px 10px;font-size:22px;display:inline-flex}.est-wrap.rto-delivered .est-label.rto svg{transform-origin:50%;width:22px;height:22px;animation:2.4s linear infinite rtoSpin}@keyframes rtoSpin{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.est-label.failed{color:#dc2626;font-size:18px;font-weight:800}.est-label.delayed{color:#f59e0b;font-size:18px;font-weight:800}.est-label.hold{color:#6b7280;font-size:18px;font-weight:800}.est-label.pickup{color:#2563eb;font-size:18px;font-weight:800}.est-label.pickup-out{color:#5b9fff;font-size:22px;font-weight:800}.est-label.ofd{font-size:24px;font-weight:800}.est-label.ofd .status-text{color:#0f766e;letter-spacing:.2px;text-shadow:0 1px #0000000d;display:inline-block}.est-label.ofd .status-text:after{content:"";opacity:.35;background:linear-gradient(90deg,#0ea5e9 0%,#10b981 100%);border-radius:999px;width:100%;height:2px;margin-top:3px;display:block}.est-wrap.pickup-out{border-radius:18px;overflow:hidden}.pickup-out-icon{transform-origin:50%;animation:2.2s ease-in-out infinite pickupIconBounce,2.6s ease-in-out infinite pickupIconGlow}@keyframes pickupIconBounce{0%{transform:translateY(0)scale(1)}50%{transform:translateY(-2px)scale(1.05)}to{transform:translateY(0)scale(1)}}@keyframes pickupIconGlow{0%,to{filter:drop-shadow(0 0 #2563eb00)}50%{filter:drop-shadow(0 0 6px #2563eb73)}}.est-label.label{color:#7c3aed;font-size:18px;font-weight:800}.est-label.facility{color:#4338ca;font-size:18px;font-weight:800}.est-label.transit{color:#2563eb;font-size:18px;font-weight:800}.est-label.processing{color:#111827;font-size:18px;font-weight:800}.est-label.nf-msg{color:#065f46;font-size:20px;font-weight:800}.box-anim{filter:drop-shadow(0 2px 2px #0003);transform-origin:50%;will-change:transform;font-size:36px;line-height:1;animation:3s ease-in-out infinite boxFloat;display:inline-block}@keyframes boxFloat{0%{transform:translateY(0)rotate(0)}15%{transform:translateY(-2px)rotate(-6deg)}30%{transform:translateY(0)rotate(0)}45%{transform:translateY(-3px)rotate(6deg)}60%{transform:translateY(0)rotate(0)}75%{transform:translateY(-2px)rotate(-4deg)}to{transform:translateY(0)rotate(0)}}.cal-wrap{justify-content:center;align-items:center;gap:8px;margin:8px 0 6px;display:inline-flex}.cal-icon{color:#2563eb;filter:drop-shadow(0 2px 2px #00000026);transform-origin:50%;justify-content:center;align-items:center;animation:2.8s ease-in-out infinite calBounce;display:inline-flex}@keyframes calBounce{0%{transform:translateY(0)rotate(0)}20%{transform:translateY(-2px)rotate(-5deg)}40%{transform:translateY(0)rotate(0)}60%{transform:translateY(-2px)rotate(5deg)}to{transform:translateY(0)rotate(0)}}.est-day.anim{animation:3s ease-in-out infinite dayFloat}@keyframes dayFloat{0%{transform:translateY(0)}50%{transform:translateY(-2px)}to{transform:translateY(0)}}.est-date.anim{animation:4.8s linear infinite shineSweep;position:relative}@keyframes shineSweep{0%{text-shadow:none}50%{text-shadow:0 0 #0000}51%{text-shadow:0 0 12px #2563eb40}to{text-shadow:none}}.est-day{color:#6b7280;margin-top:6px;font-size:14px}.est-date{margin:6px 0 8px;font-size:36px;font-weight:800}.est-sub{font-weight:700}.est-sub.delivered{color:#065f46}.est-msg.delivered{color:#065f46;margin-top:6px;font-size:14px;font-weight:600}.status-row{justify-content:space-between;align-items:flex-start;gap:16px;margin:6px 0 8px;display:flex}.status-left-group{flex-direction:column;gap:2px;margin-top:8px;display:flex}.status-row .eta-card{margin-left:auto}@media (max-width:640px){.status-row{flex-direction:column;gap:8px}.status-row .eta-card{margin-left:0}}.home-badge{color:#065f46;background:radial-gradient(circle at 50% 35%,#fff 0%,#f8fafc 55%,#eef2f7 100%),linear-gradient(#fff 0%,#f6f6f6 100%);border:1px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:27px;height:27px;display:inline-flex;position:relative;box-shadow:inset 0 2px 4px #0000000f,inset 0 -2px 4px #00000014,0 2px 6px #0000001f}.home-badge:after{content:"";background:linear-gradient(#fff9 0%,#fff0 100%);border-radius:999px;height:5px;position:absolute;top:2px;left:3px;right:3px}.est-msg.delivered.special{background:linear-gradient(#ecfdf5 0%,#f0fdfa 100%);border-radius:14px;align-items:center;gap:10px;padding:14px 16px;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 8px 18px #10b98126}.est-msg.delivered.special:after{content:"";opacity:.55;background-image:url(https://dbdzm869oupei.cloudfront.net/img/sticker/preview/28824.png);background-repeat:no-repeat;background-size:contain;width:90px;height:90px;animation:2.6s ease-in-out forwards confettiFloat;position:absolute;top:-4px;right:10px}@keyframes confettiFloat{0%{opacity:.2;transform:translateY(0)rotate(0)}30%{opacity:.6}60%{transform:translateY(8px)rotate(6deg)}to{opacity:.4;transform:translateY(16px)rotate(-6deg)}}.est-msg.delivered.special .msg-icon{font-size:20px;line-height:1}.est-msg.delivered.special .msg-title{letter-spacing:.4px;color:#047857;text-transform:uppercase;font-size:12px;font-weight:800}.est-msg.delivered.special .msg-text{font-size:16px;font-weight:700}.est-wrap .cracker{pointer-events:none;z-index:3;animation:2.8s linear forwards crackerHide;position:absolute;inset:0;overflow:hidden}.cracker .rocket{opacity:0;background:linear-gradient(#d97706 0%,#b91c1c 100%);border-radius:2px;width:4px;height:18px;animation:1.2s ease-out forwards rocketFly;position:absolute;bottom:-10px;transform:translateY(20px)scale(.9)}.rocket.r1{animation-delay:0s;left:30%}.rocket.r2{animation-delay:.12s;left:50%}.rocket.r3{animation-delay:.24s;left:70%}.rocket.r4{animation-delay:.18s;left:40%}.rocket.r5{animation-delay:.3s;left:60%}.cracker .burst{opacity:0;animation:.15s ease-out 1.1s forwards burstShow;position:absolute;top:18%;left:30%}.cracker .burst.b3{animation-delay:1.32s;top:28%;left:45%}.cracker .burst.b4{animation-delay:1.42s;top:22%;left:55%}.cracker .burst.b2{animation-delay:1.22s;left:70%}.burst .frag{width:7px;height:7px;transform:rotate(var(--angle))translate(0px)scale(.6);background:#f59e0b;border-radius:50%;animation:1s ease-out 1.15s forwards fragExplode;position:absolute;top:0;left:0;box-shadow:0 0 8px #f59e0b80}.burst .frag:first-child{--angle:0deg;background:#f59e0b}.burst .frag:nth-child(2){--angle:45deg;background:#2563eb}.burst .frag:nth-child(3){--angle:90deg;background:#16a34a}.burst .frag:nth-child(4){--angle:135deg;background:#0e7490}.burst .frag:nth-child(5){--angle:180deg;background:#dc2626}.burst .frag:nth-child(6){--angle:225deg;background:#16a34a}.burst .frag:nth-child(7){--angle:270deg;background:#1d4ed8}.burst .frag:nth-child(8){--angle:315deg;background:#065f46}.burst .frag:nth-child(9){--angle:30deg;background:#0ea5e9}.burst .frag:nth-child(10){--angle:60deg;background:#22c55e}.burst .frag:nth-child(11){--angle:300deg;background:#9333ea}.burst .frag:nth-child(12){--angle:330deg;background:#059669}@keyframes rocketFly{0%{opacity:0;transform:translateY(20px)scale(.9)}20%{opacity:1}80%{transform:translateY(-65%)scale(1.02)}to{transform:translateY(-75%)scale(1)}}@keyframes burstShow{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes fragExplode{0%{opacity:0;transform:rotate(var(--angle))translate(0px)scale(.6)}20%{opacity:1}to{opacity:0;transform:rotate(var(--angle))translate(80px)scale(1)}}.est-wrap.delivered{position:relative}.est-wrap.delivered:before{content:"";opacity:.12;pointer-events:none;background:linear-gradient(90deg,#2987f8 0%,#7c3aed 20%,#10b981 40%,#f59e0b 60%,#dc2626 80%,#2987f8 100%) 0 0/200% 100%;animation:6s linear infinite estTravel;position:absolute;inset:0}.est-wrap.rto-delivered{background:linear-gradient(#fee2e2 0%,#fecaca 50%,#fca5a5 100%);border:1px solid #fca5a5;box-shadow:0 10px 28px #dc262614}.est-wrap.rto-delivered:before{content:"";opacity:1;pointer-events:none;background:linear-gradient(90deg,#fca5a514 0%,#fecaca24 50%,#fca5a514 100%) 0 0/200% 100%;animation:8s linear infinite estTravel;position:absolute;inset:0}@keyframes estTravel{0%{background-position:0%}to{background-position:100%}}@keyframes crackerHide{0%{opacity:1;visibility:visible}99%{opacity:1}to{opacity:0;visibility:hidden}}.truck-bob{color:#2563eb;align-items:center;margin-right:6px;animation:2.2s ease-in-out infinite truckBob;display:inline-flex}@keyframes truckBob{0%{transform:translateY(0)}50%{transform:translateY(-2px)}to{transform:translateY(0)}}.progress{background:#e5e7eb;border-radius:999px;height:8px;position:relative;overflow:visible}.progress .bar{background:linear-gradient(90deg,#7c3aed 0%,#10b981 100%);border-radius:999px;transition:width .3s;position:absolute;top:0;bottom:0;left:0}.progress .bar.delivered{background:linear-gradient(90deg,#2987f8 0%,#10b981 100%)}.progress .bar.undelivered{background:linear-gradient(90deg,#dc2626 0%,#f59e0b 50%,#fbbf24 100%)}.progress .bar.pickup-out{background:linear-gradient(90deg,#5b9fff 0%,#3b82f6 100%)}.progress .bar.rto{background:#dc2626}.progress .bar.rto:after{content:none}.progress .bar:after{content:"";mix-blend-mode:screen;background:linear-gradient(90deg,#fff0 0%,#ffffff59 50%,#fff0 100%);animation:1.8s linear infinite shimmerMove;position:absolute;inset:0}.progress .dot{background:#111827;border:3px solid #fff;border-radius:50%;width:16px;height:16px;transition:left .3s;animation:1.8s ease-in-out infinite pulseRing;position:absolute;top:-4px;box-shadow:0 4px 12px #00000026}.progress .delivery-icon{color:#f2c33f;pointer-events:none;z-index:2;width:20px;height:20px;transition:left .3s;position:absolute;top:-24px;transform:translate(-50%)}.est-wrap.pickup-out .progress .delivery-icon{color:#5b9fff;filter:drop-shadow(0 0 4px #2563eb59)}.est-wrap.rto-delivered .progress .delivery-icon{color:#fff;filter:drop-shadow(0 0 4px #00000040)}.progress .truck-anim{will-change:left,transform;animation:truckMove var(--truck-duration,1.6s)ease-in-out forwards,truckStop .32s ease-out forwards;animation-delay:0s,var(--truck-duration,1.6s)}@keyframes truckMove{0%{left:0%}to{left:var(--truck-left)}}@keyframes truckStop{0%{transform:translate(-50%)scale(1)}50%{transform:translate(-50%)scale(1.08)}to{transform:translate(-50%)scale(1)}}@keyframes shimmerMove{0%{transform:translate(-30%)}to{transform:translate(30%)}}@keyframes pulseRing{0%{box-shadow:0 0 #2563eb00,0 4px 12px #00000026}50%{box-shadow:0 0 0 8px #2563eb1f,0 4px 12px #0003}to{box-shadow:0 0 #2563eb00,0 4px 12px #00000026}}.tz-row{color:#374151;align-items:center;gap:6px;display:flex}.tz-row button{all:unset;cursor:default}.events-wrap{border-top:1px solid var(--border);border-bottom:1px solid var(--border);min-height:160px;max-height:280px;margin-top:12px;padding:10px 10px 12px;position:relative;overflow:hidden auto}.events{gap:20px;display:grid}.events-wrap:before{content:"";opacity:.25;background:linear-gradient(#0ea5e9 0%,#7c3aed 100%);border-radius:999px;width:2px;position:absolute;top:0;bottom:0;left:18px}.events-wrap:not(.delivered):not(.ofd):not(.undelivered):after{content:"";background:radial-gradient(circle at 50% 20%,#93c5fd 0%,#93c5fd00 70%);border-radius:999px;width:4px;height:16px;animation:2.4s ease-in-out infinite connectorPulse;position:absolute;top:6px;left:17px}@keyframes connectorPulse{0%{opacity:.4;transform:translateY(0)}50%{opacity:.8;transform:translateY(120px)}to{opacity:.4;transform:translateY(0)}}.events-wrap.delivered:after{content:"";opacity:1;background:radial-gradient(circle at 50% 20%,#10b981 0%,#10b98100 70%);border-radius:999px;width:4px;height:16px;position:absolute;top:10px;left:17px;transform:none;animation:none!important}.events-wrap.delivered:before{background:linear-gradient(#10b981 0% 100%)}.events-wrap.undelivered:before{background:linear-gradient(#dc2626 0% 100%)}.undel-card{background:linear-gradient(#fef2f2 0%,#fff 100%);border:1px solid #fecaca;border-radius:14px;align-items:center;gap:10px;margin-top:10px;padding:12px 14px;display:flex;box-shadow:0 8px 18px #dc262614}.undel-icon{color:#dc2626;background:#fee2e2;border-radius:999px;padding:8px;box-shadow:0 4px 10px #dc26261f}.undel-icon svg{transform-origin:50%;will-change:transform,filter;animation:1.2s ease-in-out infinite undelPulse}@keyframes undelPulse{0%{filter:drop-shadow(0 0 #dc262600);transform:scale(1)}50%{filter:drop-shadow(0 0 10px #dc262659);transform:scale(1.18)}to{filter:drop-shadow(0 0 #dc262600);transform:scale(1)}}.undel-label{color:#dc2626;font-size:18px;font-weight:800}.undel-text{color:#991b1b;font-size:14px;line-height:1.4}.events-wrap.ofd:after{content:none;opacity:0;transform:none;animation:none!important}.events-wrap.ofd:before{background:linear-gradient(#10b981 0% 100%)}.events-wrap.delayed:before{background:linear-gradient(#f59e0b 0% 100%)}.events-wrap.rto:before{background:linear-gradient(#ef4444 0% 100%)}.events-wrap.rto-delivered:after{content:none;animation:none!important}.events-wrap.pickup-out:before{background:linear-gradient(#5b9fff 0% 100%)}.events-wrap.pickup-out:after{content:"";background:radial-gradient(circle at 50% 20%,#bfdbfe 0%,#bfdbfe00 70%);border-radius:999px;width:4px;height:16px;animation:2.4s ease-in-out infinite connectorPulseBlue;position:absolute;top:6px;left:17px}@keyframes connectorPulseBlue{0%{opacity:.4;transform:translateY(0)}50%{opacity:.85;transform:translateY(120px)}to{opacity:.4;transform:translateY(0)}}.est-wrap.pickup-out:before{content:"";opacity:1;pointer-events:none;border-radius:inherit;background:linear-gradient(90deg,#22c55e1f 0%,#3b82f629 50%,#22c55e1f 100%) 0 0/200% 100%;animation:7s linear infinite estTravel;position:absolute;inset:0}.event.ofd-current{background:#10b9810f;border-left:0;border-radius:12px;box-shadow:0 6px 14px #10b98114}.delayed-card{background:linear-gradient(#fffaf1 0%,#fff 100%);border:1px solid #fde68a;border-radius:14px;align-items:center;gap:10px;margin-top:10px;padding:12px 14px;display:inline-flex;box-shadow:0 8px 18px #f59e0b14}.delayed-row{flex-wrap:wrap;justify-content:space-between;align-items:stretch;gap:16px;display:flex}.delayed-label{color:#ffa726;font-size:16px;font-weight:800}.delayed-row .delayed-label{font-size:18px}.delayed-text{color:#6b3f15;font-size:14px;font-style:italic;font-weight:400}.delayed-row .delayed-text{max-width:180px;margin:0 auto;line-height:1.4}.delayed-eta{color:#6b3f15;background:#fff8e1;border:1px solid #ffe29a;border-radius:999px;gap:8px;padding:4px 10px;font-size:13px;display:inline-flex;box-shadow:0 4px 10px #f59e0b0f}.delayed-row .eta-delayed-card{text-align:center;background:linear-gradient(#f0fdf4 0%,#fff 100%);border:1px solid #a7f3d0;border-radius:14px;place-items:center;gap:4px;width:260px;margin-top:10px;margin-left:auto;padding:12px 14px;display:inline-grid;position:relative;overflow:hidden;box-shadow:0 10px 20px #16a34a29}.delayed-row .delayed-cal-icon{color:#16a34a;will-change:transform,box-shadow;background:#d1fae5;border-radius:999px;padding:6px;animation:2.6s ease-in-out infinite calPulse;box-shadow:0 4px 10px #16a34a2e}.delayed-row .delayed-cal-icon svg{transform-origin:50%;will-change:transform;animation:3.6s ease-in-out infinite calSvgMotion}.delayed-row .eta-delayed-label{color:#065f46;font-size:20px;font-weight:700;animation:.6s ease-out both etaLabelIn}.delayed-row .eta-delayed-day{color:#16a34a;margin-top:0;font-size:18px;font-weight:700;display:block}.delayed-row .eta-delayed-date{color:#065f46;margin-top:0;font-size:18px;font-weight:600;display:block}.delayed-row .eta-delayed-day,.delayed-row .eta-delayed-date{text-align:left;justify-self:start}.delayed-row .eta-delayed-head{justify-content:flex-start;justify-self:start;align-items:center;gap:8px;width:100%;display:inline-flex}.eta-delayed-card:before{content:none}@keyframes etaSweep{0%{background-position:0%}to{background-position:100%}}@keyframes etaLabelIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.delayed-row .delayed-card{background:linear-gradient(#fffaf1 0%,#fff 100%);border:1px solid #fde68a;border-radius:14px;align-items:center;gap:10px;padding:12px 14px;display:inline-flex;box-shadow:0 8px 18px #f59e0b14}.delayed-row .eta-delayed-card{border-radius:14px;place-items:center;gap:8px;padding:12px 14px;display:inline-grid}.delayed-content,.eta-delayed-content{gap:6px;display:grid}.delayed-row .delayed-card:before{content:none}.delayed-icon{color:#f59e0b;will-change:transform;background:#ffe29a;border-radius:999px;padding:8px;animation:3.2s ease-in-out infinite alertWiggle;box-shadow:0 4px 10px #f59e0b1f}.delayed-icon svg{transform-origin:50%;will-change:transform,filter;animation:3.8s ease-in-out infinite alertSvgMotion,3.4s ease-in-out infinite alertSvgGlow}@keyframes tileShine{0%{background-position:0%}to{background-position:100%}}.progress .bar.delayed{background:linear-gradient(90deg,#f59e0b 0%,#fbbf24 100%)}.rto-card{box-shadow:none;color:#991b1b;background:0 0;border:0;border-radius:0;margin-top:10px;padding:0;font-size:14px;font-weight:400;display:block}.est-wrap.rto-delivered .rto-card{color:#7f1d1d;font-size:18px;font-weight:700}.rto-icon{color:#ef4444}.rto-label{color:#ef4444;font-weight:800}.rto-text{color:#7f1d1d;font-size:14px}.event{border-top:1px solid var(--border);background:var(--surface);border:1px solid var(--border);border-radius:16px;grid-template-columns:110px 1fr;gap:12px;padding:16px;animation:.6s both slideUp;display:grid;box-shadow:0 6px 18px #0000000f}.event:first-child{border-top:0;padding-top:0}.events-wrap::-webkit-scrollbar{width:8px;height:8px}.events-wrap::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:999px}.events-wrap{scrollbar-width:thin;scrollbar-color:#d1d5db transparent}.event .time{color:#111827;font-size:13px}@keyframes slideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.event .title{font-weight:700}.event .desc{color:#6b7280;font-size:13px}.carrier-card{border:1px solid var(--border);background:linear-gradient(#eef2ff 0%,#fff 100%);border-radius:18px;flex-direction:column;gap:8px;margin-top:18px;padding:16px;display:flex;position:relative;box-shadow:0 6px 20px #0000000f}.carrier-title{color:#6b7280;font-weight:700}.carrier-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.carrier-card:before{content:"";background:radial-gradient(120px 24px at 20% 100%,#0ea5e959 0%,#0000 70%),radial-gradient(160px 28px at 60% 100%,#7c3aed40 0%,#0000 70%);border-bottom-right-radius:60%;border-bottom-left-radius:60%;height:28px;position:absolute;top:-14px;left:0;right:0}.carrier-name{color:#111827;font-weight:700}.carrier-num{align-items:center;gap:8px;display:flex}.track-number{color:#111827;font-weight:700;text-decoration:underline}.copy-btn{all:unset;cursor:pointer;color:#374151;justify-content:center;align-items:center;transition:color .2s;display:inline-flex}.copy-btn:hover{color:#10b981}.copy-btn:active{transform:scale(.98)}.hero{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);place-items:center;min-height:480px;display:grid;overflow:hidden}.hero-art{background:0 0;border:0;border-radius:16px;width:92%;max-width:540px;padding:0;display:block;position:relative;overflow:hidden}.hero-img{border-radius:16px;width:100%;height:auto;display:block}.gallery{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;padding:10px 2px;display:flex;overflow:auto}.gallery .shot-link{display:inline-block}.gallery .shot{border:1px solid var(--border);object-fit:cover;background:#e5e7eb;border-radius:18px;flex:0 0 320px;height:160px}.section-title{text-align:center;font-optical-sizing:auto;letter-spacing:.2px;text-shadow:0 1px #0000000f,0 8px 18px #5b9fff3d;transform-origin:50%;width:100%;margin:28px 0 16px;font-family:Roboto Slab,serif;font-size:30px;font-style:normal;font-weight:400;animation:2.8s ease-in-out infinite headlinePulse;display:block;position:relative;overflow:visible}.section-title:after{content:"";background:linear-gradient(90deg,#5b9fff 0%,#3b82f6 50%,#5b9fff 100%) 0 0/200% 100%;border-radius:999px;width:160px;height:4px;margin:8px auto 0;animation:2s linear infinite underlineFlow;display:block;box-shadow:0 6px 14px #5b9fff40}.section-title:before{content:"";pointer-events:none;filter:blur(.6px);background:linear-gradient(90deg,#fff0,#ffffff73,#fff0);border-radius:8px;width:30%;height:1.2em;animation:3.2s ease-in-out infinite titleShine;position:absolute;top:50%;left:-20%;transform:translateY(-50%)translate(-120%)}@keyframes titleGlow{0%{text-shadow:0 1px #0000000f,0 4px 12px #5b9fff38}50%{text-shadow:0 1px #0000000f,0 16px 32px #2987f86b}to{text-shadow:0 1px #0000000f,0 4px 12px #5b9fff38}}@keyframes titleRise{0%{opacity:0;letter-spacing:.6px;transform:translateY(12px)scale(.96)}to{opacity:1;letter-spacing:.2px;transform:translateY(0)scale(1)}}@keyframes headlinePulse{0%{text-shadow:0 1px #0000000f,0 10px 22px #5b9fff47;transform:translateY(0)scale(1)}50%{text-shadow:0 1px #0000000f,0 22px 42px #2987f880;transform:translateY(-2px)scale(1.06)}to{text-shadow:0 1px #0000000f,0 10px 22px #5b9fff47;transform:translateY(0)scale(1)}}@keyframes underlineFlow{0%{background-position:0%}to{background-position:100%}}@keyframes titleShine{0%{opacity:0;transform:translateY(-50%)translate(-120%)}10%{opacity:.35}50%{opacity:.45;transform:translateY(-50%)translate(120%)}90%{opacity:.15}to{opacity:0;transform:translateY(-50%)translate(160%)}}.recs{grid-template-columns:repeat(3,minmax(260px,1fr));place-items:stretch center;gap:24px;display:grid}.prod{border:1px solid var(--border);box-shadow:var(--shadow);background:#f7f7f8;border-radius:24px;flex-direction:column;justify-content:flex-start;align-items:center;gap:12px;width:100%;max-width:340px;min-height:380px;padding:18px 18px 16px;display:flex;position:relative}.prod .tag{border:1px solid var(--border);color:#111827;background:#e5e7eb;border-radius:999px;padding:6px 10px;font-size:12px;position:absolute;top:12px;left:16px}.prod .img{border:1px solid var(--border);background:#fff;border-radius:16px;width:100%;height:220px;padding:10px;display:block;overflow:hidden}.prod .img img,.prod img.img{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.prod .name{text-align:center;font-weight:700}.prod .price{align-items:center;gap:8px;display:flex}.strike{color:#9ca3af;text-decoration:line-through}.btn{color:#fff;text-align:center;background:#111827;border-radius:12px;width:180px;margin:6px auto 0;padding:12px 18px;font-weight:700;transition:background-color .2s;display:inline-block}.btn:hover{background:#374151}.footer-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);text-align:center;border-radius:16px;margin:30px 0;padding:18px}.muted{color:#6b7280}.site-footer{border-top:1px solid var(--border);background:#eef2f7}.site-footer .container{justify-content:space-between;align-items:center;padding:10px 20px;display:flex}.footer-info{text-align:center;color:#6b7280;flex-direction:column;align-items:center;gap:4px;padding:8px 16px;font-size:14px;display:flex}.footer-links{color:#6b7280;gap:16px;font-size:14px;display:flex}.footer-links a{color:#6b7280;transition:color .2s}.footer-links a:hover{color:#111827}.footer-social{gap:16px;display:flex}.footer-social a{color:#111827;justify-content:center;align-items:center;transition:color .2s;display:inline-flex}.footer-social a:hover{color:#374151}.footer-social svg{width:18px;height:18px}.scenario-selector{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);margin:20px 0;padding:20px}.scenario-selector label{margin-right:10px;font-weight:600}.scenario-select{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:8px;width:100%;padding:8px 12px;font-size:14px}.admin-select-option{align-items:center;gap:10px;display:flex}.admin-select-thumb{object-fit:cover;border:1px solid #eee;border-radius:6px;width:28px;height:28px}.admin-section h3{font-weight:700}.admin-grid{gap:16px;display:grid}@media (max-width:980px){.grid{grid-template-columns:1fr}.recs{grid-template-columns:1fr;gap:18px}}.loading-wrap{justify-content:center;align-items:center;min-height:60vh;display:flex}.loading-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);text-align:center;min-width:460px;padding:32px 36px;position:relative}.loading-tagline{color:#065f46;margin-top:8px;font-size:18px;font-weight:800}.loading-road{background:repeating-linear-gradient(45deg,#0000000a 0 6px,#0000000f 6px 12px),linear-gradient(#2f2f2f 0%,#3a3a3a 100%);border-radius:12px;width:360px;height:60px;margin:16px auto 6px;position:relative;overflow:hidden;box-shadow:inset 0 2px 10px #00000040}.loading-road:before{content:"";opacity:.8;background:repeating-linear-gradient(90deg,#f59e0b 0 24px,#0000 24px 48px);height:2px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.loading-road:after{content:"";pointer-events:none;background:linear-gradient(90deg,#00000059 0%,#0000 12% 88%,#00000059 100%);position:absolute;inset:0}.loading-truck{transform-origin:50%;width:140px;height:44px;animation:2.4s linear infinite truckDrive;position:absolute;top:8px;left:0}.truck-right{animation:2.4s linear infinite truckRight}.truck-left{animation:2.4s linear infinite truckLeft}.truck-face{transform-origin:50%;animation:2.4s linear infinite truckFace}@keyframes truckDrive{0%{transform:translate(0)}50%{transform:translate(220px)}to{transform:translate(0)}}@keyframes truckRight{0%{opacity:1;visibility:visible}49.999%{opacity:1;visibility:visible}50%{opacity:0;visibility:hidden}to{opacity:0;visibility:hidden}}@keyframes truckLeft{0%{opacity:0;visibility:hidden}49.999%{opacity:0;visibility:hidden}50%{opacity:1;visibility:visible}to{opacity:1;visibility:visible}}@keyframes truckFace{0%,49%{transform:scaleX(1)}50%,to{transform:scaleX(-1)}}.lamp{filter:drop-shadow(0 0 4px #fbbf24)}.lamp-right{animation:2.4s linear infinite truckRight}.lamp-left{animation:2.4s linear infinite truckLeft}.beam{opacity:.16;filter:blur(.5px)}.beam-right{animation:2.4s linear infinite truckRight}.beam-left{animation:2.4s linear infinite truckLeft}@media (max-width:640px){.container{padding:0 14px}.topbar .container{padding:12px 14px}.nav{display:none}.titlebar .container{padding:8px 14px;font-size:16px}.grid{grid-template-columns:1fr;gap:16px;margin:18px auto}.est-wrap{padding:20px 14px}.est-date{font-size:28px}.est-day{font-size:13px}.progress .dot{border-width:2px;width:14px;height:14px;top:-3px}.events-wrap{height:220px;min-height:160px;max-height:220px;padding:2px}.events{gap:14px}.event{grid-template-columns:1fr;gap:6px}.event .time{font-size:12px}.hero{min-height:280px}.hero-art{width:100%;max-width:420px}.gallery{gap:10px}.gallery .shot{flex:0 0 100%;height:150px}.footer-card{margin:20px 0;padding:14px}.site-footer .container{flex-direction:column;gap:10px}.footer-links{justify-content:center}}.eta-card{border:1px solid var(--border);background:linear-gradient(135deg,#ede9fe 0%,#ecfdf5 100%);border-radius:12px;align-items:center;gap:12px;width:fit-content;margin:10px 0 8px auto;padding:10px 14px;animation:.5s both popIn;display:flex;box-shadow:0 6px 20px #0000000f}.eta-card .cal-icon{color:#2563eb;filter:drop-shadow(0 2px 2px #0000001f);animation:2.4s ease-in-out infinite calBounce}.eta-day{color:#374151;font-size:15px;font-weight:700}.eta-date{color:#111827;letter-spacing:.2px;font-size:22px;font-weight:800;animation:4.8s linear infinite shineSweep;position:relative}.eta-label{letter-spacing:.4px;text-transform:uppercase;color:#0000;background:linear-gradient(90deg,#7c3aed 0%,#10b981 100%);-webkit-background-clip:text;background-clip:text;font-size:14px;font-weight:800}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes popIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.header-grid{grid-template-columns:1fr 1fr;align-items:center;gap:20px;display:grid}.header-left{flex-direction:column;align-items:flex-start;display:flex}.header-right{justify-content:flex-end;align-items:flex-start;display:flex}.status-left.large{align-items:center;gap:10px;font-size:28px;font-weight:700;display:inline-flex}.date-card.card-fade{margin-top:10px;animation:.6s both fadeSlideIn}.desc-text{color:#272c38;margin-top:8px;font-size:18px;font-weight:500}.est-wrap .progress{margin-top:32px}.date-card .date-col{gap:3px;display:grid}.date-card .date-label{color:#16a34a;font-size:18px;font-weight:700}.calendar-container{align-items:center;gap:16px;display:flex}.eta-delayed-head{justify-content:center;align-items:center;gap:8px;display:inline-flex}@keyframes calPulse{0%{transform:scale(1);box-shadow:0 4px 10px #f59e0b1f}50%{transform:scale(1.06);box-shadow:0 6px 16px #f59e0b2e}to{transform:scale(1);box-shadow:0 4px 10px #f59e0b1f}}@keyframes alertWiggle{0%{transform:rotate(0)}12%{transform:rotate(-6deg)}24%{transform:rotate(6deg)}36%{transform:rotate(-3deg)}48%{transform:rotate(3deg)}60%{transform:rotate(0)}to{transform:rotate(0)}}@keyframes calSvgMotion{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-1px)rotate(2deg)}to{transform:translateY(0)rotate(0)}}@keyframes alertSvgMotion{0%{transform:translateY(0)scale(1)}50%{transform:translateY(-1px)scale(1.02)}to{transform:translateY(0)scale(1)}}@keyframes alertSvgGlow{0%{filter:drop-shadow(0 0 #f59e0b00)}50%{filter:drop-shadow(0 0 6px #f59e0b73)}to{filter:drop-shadow(0 0 #f59e0b00)}}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
