/*
 * Coral Sticho Shipping / Drift Express Logistics
 * Final responsive typography, motion, preloader, realistic journey and map layer — 3.13.0
 * Loaded last after coral-theme-v312.css.
 */

/* 1. Readable typography and touch targets */
html{font-size:16px;scroll-behavior:smooth}
body.shipping-site,body.admin-body,body.login-page{font-size:16px!important;line-height:1.65!important;overflow-x:hidden}
body :is(button,input,select,textarea){min-height:44px}
body :is(input,select,textarea){font-size:16px!important}
body :is(button,.button,.admin-btn,.admin-button){touch-action:manipulation}
body.shipping-site :is(p,li,dd,.shipping-card p,.shipping-service-card p,.shipping-track-card p,.track28-section-head p,.track28-latest-movement p,.track28-party-card dd,.track28-package-card dd){font-size:clamp(1rem,.22vw + .96rem,1.08rem)!important;line-height:1.72!important}
body.shipping-site :is(.shipping-nav a,.shipping-footer a,.shipping-topbar a,.shipping-topbar span){font-size:.98rem!important}
body.shipping-site :is(.shipping-section-heading h2,.track28-section-head h2,.track28-details h2,.track28-history h2,.track29-documents h2,.delivery-journey-card h2){font-size:clamp(1.8rem,3.2vw,3rem)!important;line-height:1.08!important}
body.shipping-site .shipping-hero h1{font-size:clamp(3rem,6.2vw,6.15rem)!important;line-height:.96!important;letter-spacing:-.045em!important}
body.shipping-site .shipping-hero p{font-size:clamp(1.06rem,1.1vw,1.24rem)!important;line-height:1.7!important}
body.shipping-site .shipping-track-card :is(label,small){font-size:.96rem!important}
body.shipping-site .shipping-track-card input{font-size:1.05rem!important}
body.admin-body :is(.admin-nav a,.sidebar-footer a,.sidebar-footer button){font-size:.96rem!important}
body.admin-body :is(.admin-card p,.admin-panel p,.form-section p,.route-location-card p,.movement-workspace p,.admin-timeline p){font-size:.98rem!important;line-height:1.65!important}
body.admin-body :is(label,.admin-form-grid label,.location-fields label,.party-form-grid label){font-size:.91rem!important;line-height:1.45!important}
body.admin-body :is(input,select,textarea){font-size:1rem!important;line-height:1.45!important}
body.admin-body :is(.admin-card h2,.form-section h2,.movement-workspace h2){font-size:clamp(1.35rem,2.2vw,2rem)!important;line-height:1.18!important}
body.admin-body .topbar-title h1{font-size:clamp(1.45rem,2.4vw,2.1rem)!important}
body.admin-body table{font-size:.91rem!important}
body.login-page .login-card{font-size:1rem!important}
body.login-page .login-card h2{font-size:clamp(1.8rem,3vw,2.5rem)!important}
body.login-page .login-card :is(label,input,button,a){font-size:1rem!important}

/* 2. Branded preloader on public, login and admin screens */
body.preloader-active{overflow:hidden!important}
.shipping-preloader,.preloader{
  position:fixed!important;inset:0!important;z-index:2147483000!important;display:grid!important;place-items:center!important;
  opacity:1!important;visibility:visible!important;pointer-events:auto!important;
  background:radial-gradient(circle at 20% 16%,color-mix(in srgb,var(--theme-accent,var(--accent)) 18%,transparent),transparent 31%),radial-gradient(circle at 82% 78%,color-mix(in srgb,var(--theme-secondary,var(--secondary)) 27%,transparent),transparent 38%),linear-gradient(145deg,var(--theme-dark,#071c2a),var(--theme-dark-2,#0e445a))!important;
  transition:opacity .48s ease,visibility .48s ease!important
}
.shipping-preloader::before,.preloader::before{content:"";position:absolute;inset:0;opacity:.18;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:46px 46px;mask-image:linear-gradient(to bottom,black,transparent 90%)}
.shipping-preloader.hide,.shipping-preloader.is-hidden,.preloader.hide,.preloader.is-hidden{opacity:0!important;visibility:hidden!important;pointer-events:none!important}
.shipping-preloader-panel,.preloader-core{position:relative!important;width:min(470px,calc(100vw - 34px))!important;padding:34px 30px!important;text-align:center!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:28px!important;background:rgba(7,28,42,.84)!important;box-shadow:0 34px 100px rgba(0,0,0,.38)!important;backdrop-filter:blur(18px)!important;color:#fff!important;transform:translateY(18px) scale(.975);opacity:.82;transition:transform .45s cubic-bezier(.2,.8,.2,1),opacity .45s ease!important}
.shipping-preloader.is-ready .shipping-preloader-panel,.preloader.is-ready .preloader-core{transform:translateY(0) scale(1)!important;opacity:1!important}
.shipping-preloader-logo,.preloader-mark{width:92px!important;height:92px!important;margin:0 auto 20px!important;border-radius:25px!important;background:#fff!important;display:grid!important;place-items:center!important;box-shadow:0 20px 58px rgba(0,0,0,.28)!important}
.shipping-preloader-logo img,.preloader-mark img{max-width:72px!important;max-height:72px!important;object-fit:contain!important}
.shipping-preloader-panel>strong,.preloader-core>strong{display:block!important;color:#fff!important;font-size:clamp(1.25rem,4vw,1.62rem)!important;line-height:1.22!important;margin-top:10px!important}
.shipping-preloader-panel>small,.preloader-core>small{display:block!important;color:rgba(255,255,255,.78)!important;font-size:.96rem!important;margin-top:8px!important}
.shipping-preloader-route,.preloader-route{position:relative!important;display:grid!important;grid-template-columns:12px 1fr 46px 1fr 12px!important;align-items:center!important;width:min(330px,88%)!important;margin:22px auto 0!important}
.shipping-preloader-route>span,.preloader-route>span{width:12px!important;height:12px!important;border:3px solid rgba(255,255,255,.6)!important;border-radius:50%!important;background:var(--theme-accent,var(--accent))!important;box-shadow:0 0 0 7px color-mix(in srgb,var(--theme-accent,var(--accent)) 16%,transparent)!important}
.shipping-preloader-route>i,.preloader-route>i{height:3px!important;background:rgba(255,255,255,.2)!important;position:relative!important;overflow:hidden!important}
.shipping-preloader-route>i::after,.preloader-route>i::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,#fff,transparent);animation:coralRouteSweep 1.25s linear infinite}
.shipping-preloader-route>b{width:46px!important;height:46px!important;border-radius:15px!important;display:grid!important;place-items:center!important;background:var(--theme-accent,var(--accent))!important;color:var(--theme-accent-text,var(--accent-contrast,#111))!important;animation:coralCargoTravel 1.35s ease-in-out infinite!important}
.shipping-preloader-bar,.preloader-progress{height:5px!important;width:min(320px,88%)!important;margin:23px auto 0!important;border-radius:999px!important;background:rgba(255,255,255,.15)!important;overflow:hidden!important}
.shipping-preloader-bar i,.preloader-progress i{display:block!important;width:42%!important;height:100%!important;border-radius:inherit!important;background:linear-gradient(90deg,var(--theme-accent,var(--accent)),#fff,var(--theme-accent,var(--accent)))!important;animation:coralLoaderProgress 1.25s ease-in-out infinite!important}
@keyframes coralRouteSweep{to{transform:translateX(100%)}}
@keyframes coralCargoTravel{0%,100%{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-7px) rotate(2deg)}}
@keyframes coralLoaderProgress{0%{transform:translateX(-115%)}55%{transform:translateX(115%)}100%{transform:translateX(245%)}}

/* 3. Professional motion: visible but restrained */
html.coral-motion-ready [data-coral-enter]{opacity:0;transform:translate3d(0,30px,0) scale(.987);transition:opacity .7s ease,transform .78s cubic-bezier(.18,.78,.2,1);transition-delay:var(--coral-delay,0ms);will-change:opacity,transform}
html.coral-motion-ready [data-coral-enter="left"]{transform:translate3d(-38px,0,0)}
html.coral-motion-ready [data-coral-enter="right"]{transform:translate3d(38px,0,0)}
html.coral-motion-ready [data-coral-enter].is-inview{opacity:1;transform:translate3d(0,0,0) scale(1)}
html.coral-motion-ready .reveal.visible{opacity:1!important;transform:none!important}
body.shipping-site .shipping-hero :is(.shipping-hero-copy,.shipping-track-card,.shipping-hero-visual){animation:coralHeroArrival .92s cubic-bezier(.18,.8,.2,1) both}
body.shipping-site .shipping-hero .shipping-track-card{animation-delay:.16s}
body.shipping-site .shipping-hero .shipping-hero-visual{animation-delay:.24s}
body.shipping-site .shipping-hero::after{animation:coralAmbientDrift 12s ease-in-out infinite alternate}
body.shipping-site :is(.shipping-service-card,.shipping-card,.track28-party-card,.track28-package-card,.track29-document-grid article),body.admin-body :is(.admin-card,.admin-panel,.form-section,.route-location-card,.admin-metric,.quick-action){transition:transform .32s ease,box-shadow .32s ease,border-color .32s ease}
@media(hover:hover) and (pointer:fine){body.shipping-site :is(.shipping-service-card,.shipping-card,.track28-party-card,.track28-package-card,.track29-document-grid article):hover,body.admin-body :is(.admin-card,.admin-panel,.route-location-card,.admin-metric,.quick-action):hover{transform:translateY(-5px);box-shadow:var(--theme-shadow)!important}}
@keyframes coralHeroArrival{from{opacity:0;transform:translateY(26px) scale(.985)}to{opacity:1;transform:none}}
@keyframes coralAmbientDrift{from{transform:translate3d(-1.5%,0,0) scale(1.02)}to{transform:translate3d(1.5%,-1%,0) scale(1.06)}}
.site-scroll-progress{position:fixed!important;top:0!important;left:0!important;right:0!important;height:3px!important;z-index:2147482000!important;pointer-events:none!important;background:transparent!important}
.site-scroll-progress i{display:block!important;height:100%!important;width:var(--coral-scroll,0%)!important;background:linear-gradient(90deg,var(--theme-secondary,var(--secondary)),var(--theme-accent,var(--accent)))!important;box-shadow:0 0 18px color-mix(in srgb,var(--theme-accent,var(--accent)) 45%,transparent)!important}

/* 4. Customer-friendly realistic delivery journey */
.delivery-journey-card{position:relative!important;overflow:hidden!important;padding:clamp(24px,3vw,38px)!important}
.delivery-journey-card::before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,var(--theme-primary),var(--theme-secondary),var(--theme-accent))}
.delivery-journey-card>header{display:flex!important;justify-content:space-between!important;gap:24px!important;align-items:flex-end!important;margin-bottom:30px!important}
.delivery-journey-card>header>div:first-child{max-width:720px}
.delivery-journey-card>header span{font-weight:900!important;letter-spacing:.13em!important;text-transform:uppercase!important;font-size:.8rem!important;color:var(--theme-secondary)!important}
.delivery-journey-card>header h2{margin:7px 0 8px!important;color:var(--theme-heading)!important}
.delivery-journey-card>header p{margin:0!important;color:var(--theme-muted)!important}
.delivery-journey-status{min-width:220px;padding:13px 15px;border-radius:14px;background:color-mix(in srgb,var(--theme-primary) 7%,var(--theme-surface));border:1px solid var(--theme-line);display:grid;gap:3px}
.delivery-journey-status b{color:var(--theme-heading)!important;font-size:1.02rem!important}.delivery-journey-status small{color:var(--theme-muted)!important;font-size:.86rem!important}.delivery-journey-status em{font-style:normal;color:var(--theme-secondary)!important;font-size:.82rem!important;font-weight:850!important}
.delivery-journey-rail{position:relative!important;display:grid!important;grid-template-columns:repeat(var(--status-count),minmax(118px,1fr))!important;gap:10px!important;padding:36px 0 2px!important;overflow-x:auto!important;scrollbar-width:thin!important}
.delivery-journey-rail>.track29-progress-base,.delivery-journey-rail>.track29-progress-fill{position:absolute!important;top:59px!important;left:calc(50% / var(--status-count))!important;right:calc(50% / var(--status-count))!important;height:5px!important;border-radius:999px!important;z-index:0!important}
.delivery-journey-rail>.track29-progress-base{background:color-mix(in srgb,var(--theme-line) 82%,transparent)!important}
.delivery-journey-rail>.track29-progress-fill{right:auto!important;width:calc((100% - (100% / var(--status-count))) * (var(--journey-progress) / 100))!important;background:linear-gradient(90deg,var(--theme-primary),var(--theme-secondary),var(--theme-accent))!important;box-shadow:0 0 18px color-mix(in srgb,var(--theme-secondary) 24%,transparent)!important;transition:width .75s ease!important}
.delivery-journey-rail>.track29-progress-runner{position:absolute!important;top:43px!important;left:calc((50% / var(--status-count)) + ((100% - (100% / var(--status-count))) * (var(--journey-progress) / 100)))!important;width:36px!important;height:36px!important;margin-left:-18px!important;border-radius:12px!important;display:grid!important;place-items:center!important;background:var(--theme-primary)!important;color:var(--theme-primary-text)!important;-webkit-text-fill-color:var(--theme-primary-text)!important;border:3px solid var(--theme-surface)!important;z-index:4!important;box-shadow:0 8px 24px color-mix(in srgb,var(--theme-accent) 34%,transparent)!important;transition:left .75s ease!important;animation:journeyRunner 2.2s ease-in-out infinite!important}
.delivery-journey-rail article{position:relative!important;z-index:2!important;min-width:118px!important;padding:0 8px 14px!important;text-align:center!important;background:transparent!important;border:0!important;box-shadow:none!important}
.delivery-journey-rail .journey-stage-number{position:absolute;top:-31px;left:50%;transform:translateX(-50%);font-size:.75rem;font-weight:900;color:var(--theme-muted);letter-spacing:.08em}
.delivery-journey-rail .track29-node{position:relative!important;width:42px!important;height:42px!important;margin:0 auto 12px!important;border-radius:14px!important;display:grid!important;place-items:center!important;background:var(--theme-surface)!important;color:var(--theme-muted)!important;border:3px solid var(--theme-line)!important;box-shadow:0 8px 18px rgba(8,30,42,.08)!important}
.delivery-journey-rail article.complete .track29-node{background:var(--theme-primary)!important;color:var(--theme-primary-text)!important;border-color:var(--theme-primary)!important}
.delivery-journey-rail article.current .track29-node{background:var(--theme-accent)!important;color:var(--theme-accent-text)!important;border-color:var(--theme-accent)!important;box-shadow:0 0 0 8px color-mix(in srgb,var(--theme-accent) 14%,transparent),0 10px 24px color-mix(in srgb,var(--theme-accent) 28%,transparent)!important;animation:journeyPulse 2s ease-in-out infinite!important}
.delivery-journey-rail .track293-stage-title{display:flex!important;justify-content:center!important;align-items:center!important;gap:6px!important;flex-wrap:wrap!important;min-height:42px!important}
.delivery-journey-rail .track293-stage-title b{color:var(--theme-heading)!important;font-size:.97rem!important;line-height:1.3!important}
.delivery-journey-rail .track293-stage-title span{padding:3px 7px;border-radius:999px;background:var(--theme-primary)!important;color:var(--theme-primary-text)!important;-webkit-text-fill-color:var(--theme-primary-text)!important;font-size:.7rem!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.05em!important}
.delivery-journey-rail time{display:block!important;margin:5px 0!important;color:var(--theme-secondary)!important;font-size:.8rem!important;font-weight:800!important}
.delivery-journey-rail article>small{display:block!important;color:var(--theme-muted)!important;font-size:.8rem!important;line-height:1.5!important}
.delivery-journey-rail article.upcoming{opacity:.7}.delivery-journey-rail article.current{opacity:1!important}.delivery-journey-rail article.complete{opacity:.94!important}
@keyframes journeyRunner{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}
@keyframes journeyPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.07)}}

/* 5. Deep street/country route map */
.track28-map-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex-wrap:wrap!important}
.track28-map-actions button,.location-map-focus button{min-height:42px!important;padding:9px 13px!important;border:1px solid var(--theme-line)!important;border-radius:11px!important;background:var(--theme-surface)!important;color:var(--theme-heading)!important;font-size:.86rem!important;font-weight:850!important;cursor:pointer!important;transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease!important}
.track28-map-actions button:hover,.track28-map-actions button.is-active,.location-map-focus button:hover,.location-map-focus button.is-active{background:var(--theme-primary)!important;border-color:var(--theme-primary)!important;color:var(--theme-primary-text)!important;transform:translateY(-1px)}
.track28-map-actions button:disabled{opacity:.45!important;cursor:not-allowed!important;transform:none!important}
.map-detail-guide{position:absolute;z-index:500;top:14px;left:14px;max-width:min(390px,calc(100% - 94px));padding:11px 13px;border-radius:13px;background:rgba(7,28,42,.9);color:#fff;box-shadow:0 10px 28px rgba(0,0,0,.2);backdrop-filter:blur(8px);font-size:.84rem;line-height:1.5;pointer-events:none}
.map-detail-guide b{display:block;color:#fff;margin-bottom:2px}.map-detail-guide span{color:rgba(255,255,255,.78)}
#shipment-map{min-height:clamp(560px,67vh,790px)!important;background:#dfe9ee!important}
.admin-street-map{min-height:clamp(540px,64vh,780px)!important}
.location-map-toolbar{gap:14px!important;flex-wrap:wrap!important}.location-map-toolbar>div:last-child{display:flex!important;gap:7px!important;flex-wrap:wrap!important}
.location-map-focus{display:flex!important;gap:7px!important;flex-wrap:wrap!important;width:100%!important;padding-top:10px!important;border-top:1px solid color-mix(in srgb,var(--theme-line) 75%,transparent)!important}
.leaflet-control-zoom a{font-size:20px!important;line-height:30px!important}.leaflet-popup-content{font-size:.9rem!important;line-height:1.48!important}
.track28-map-card.is-street-focus::after{content:"Street detail";position:absolute;z-index:450;right:15px;top:15px;padding:7px 10px;border-radius:999px;background:var(--theme-accent);color:var(--theme-accent-text);font-size:.78rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}
.track-route-remaining{animation:routeDash 1.8s linear infinite}.track-route-completed{filter:drop-shadow(0 2px 3px rgba(0,0,0,.18))}
.real-route-marker.current{animation:currentMarkerFloat 2.1s ease-in-out infinite!important}.real-route-marker.current>span{box-shadow:0 0 0 0 color-mix(in srgb,var(--theme-accent) 48%,transparent);animation:currentMarkerPulse 2s ease-out infinite!important}
.track390-route-points li.is-saved [data-point-precision]{color:var(--theme-secondary)!important}
@keyframes routeDash{to{stroke-dashoffset:-38}}
@keyframes currentMarkerFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}
@keyframes currentMarkerPulse{0%{box-shadow:0 0 0 0 color-mix(in srgb,var(--theme-accent) 46%,transparent)}75%,100%{box-shadow:0 0 0 16px transparent}}

/* 6. Shipment update reliability UI */
.shipment-save-actions{position:relative!important}
.shipment-save-actions.has-unsaved-changes{border-top-color:var(--theme-accent)!important;box-shadow:0 -10px 28px color-mix(in srgb,var(--theme-accent) 12%,transparent)!important}
.shipment-save-actions.has-unsaved-changes>span{color:var(--theme-heading)!important;font-weight:800!important}
.shipment-save-actions[data-saving="1"]{opacity:.94;pointer-events:none}
.shipment-save-actions[data-saving="1"]::before{content:"Saving shipment changes…";position:absolute;left:18px;bottom:calc(100% + 8px);padding:8px 11px;border-radius:9px;background:var(--theme-primary);color:var(--theme-primary-text);font-size:.78rem;font-weight:800;box-shadow:var(--theme-shadow-soft)}
.shipment-update-health{display:flex;gap:10px;align-items:flex-start;padding:14px 16px;margin:0 0 16px;border:1px solid var(--theme-line);border-left:5px solid var(--theme-secondary);border-radius:13px;background:var(--theme-surface);color:var(--theme-ink)}
.shipment-update-health b{display:block;color:var(--theme-heading);margin-bottom:2px}.shipment-update-health small{display:block;color:var(--theme-muted);font-size:.86rem}.field-error{font-size:.82rem!important;font-weight:750!important}

/* 7. Mobile-first final pass */
@media(max-width:900px){
  body.shipping-site .shipping-topbar{display:none!important}body.shipping-site .shipping-header{min-height:76px!important}body.shipping-site .shipping-nav.open{font-size:1rem!important}
  body.shipping-site .shipping-brand b{font-size:1rem!important}body.shipping-site .shipping-brand small{font-size:.74rem!important}
  body.shipping-site .shipping-hero{min-height:auto!important;padding-block:70px 62px!important}body.shipping-site .shipping-hero h1{font-size:clamp(2.65rem,11vw,4.4rem)!important;line-height:1!important}body.shipping-site .shipping-hero p{font-size:1.08rem!important}
  body.admin-body .admin-content{padding:22px 16px 110px!important}body.admin-body .admin-topbar{min-height:76px!important}
  .delivery-journey-card>header{align-items:flex-start!important;flex-direction:column!important}.delivery-journey-status{width:100%!important;min-width:0!important}
}
@media(max-width:720px){
  html{font-size:18px}body.shipping-site,body.admin-body,body.login-page{font-size:18px!important;line-height:1.7!important}
  body.shipping-site :is(p,li,dd,.shipping-card p,.shipping-service-card p,.track28-party-card dd,.track28-package-card dd){font-size:1.03rem!important;line-height:1.72!important}
  body.shipping-site :is(small,.page-kicker,.eyebrow){font-size:.84rem!important}
  body.shipping-site .shell{width:min(100% - 28px,1240px)!important}body.shipping-site .shipping-nav a{font-size:1rem!important;min-height:50px!important;display:flex!important;align-items:center!important}
  body.shipping-site .shipping-hero h1{font-size:clamp(2.5rem,12vw,3.75rem)!important}body.shipping-site .shipping-hero p{font-size:1.05rem!important;line-height:1.7!important}
  body.shipping-site :is(.shipping-section-heading h2,.track28-section-head h2,.track28-details h2,.track28-history h2,.track29-documents h2,.delivery-journey-card h2){font-size:clamp(1.8rem,8vw,2.5rem)!important}
  body.shipping-site :is(.button,.shipping-track-button){min-height:52px!important;font-size:1rem!important}body.shipping-site .shipping-track-card{padding:25px 18px!important}body.shipping-site .shipping-track-card :is(label,input,button){font-size:1rem!important}
  .delivery-journey-card{padding:24px 17px!important}.delivery-journey-card>header{margin-bottom:18px!important}.delivery-journey-card>header p{font-size:1rem!important}
  .delivery-journey-rail{display:flex!important;flex-direction:column!important;overflow:visible!important;gap:0!important;padding:6px 0 0 14px!important}
  .delivery-journey-rail>.track29-progress-base{display:block!important;top:26px!important;bottom:34px!important;left:34px!important;right:auto!important;width:5px!important;height:auto!important}
  .delivery-journey-rail>.track29-progress-fill{display:block!important;top:26px!important;left:34px!important;width:5px!important;height:calc((100% - 60px) * (var(--journey-progress) / 100))!important;right:auto!important;transition:height .75s ease!important}
  .delivery-journey-rail>.track29-progress-runner{display:none!important}
  .delivery-journey-rail article{display:grid!important;grid-template-columns:46px 1fr auto!important;grid-template-areas:"node title time" "node hint hint"!important;text-align:left!important;align-items:start!important;gap:3px 12px!important;min-width:0!important;padding:0 0 25px!important}
  .delivery-journey-rail .journey-stage-number{display:none!important}.delivery-journey-rail .track29-node{grid-area:node!important;margin:0!important;width:42px!important;height:42px!important}.delivery-journey-rail .track293-stage-title{grid-area:title!important;justify-content:flex-start!important;min-height:0!important}.delivery-journey-rail .track293-stage-title b{font-size:1.06rem!important}.delivery-journey-rail .track293-stage-title span{font-size:.78rem!important;padding:4px 8px!important}.delivery-journey-rail time{grid-area:time!important;margin:2px 0 0!important;font-size:.86rem!important;white-space:nowrap!important}.delivery-journey-rail article>small{grid-area:hint!important;font-size:.94rem!important;line-height:1.6!important}
  body.shipping-site .track28-route-section{padding-inline:0!important}.track28-section-head{gap:16px!important}.track28-map-actions{justify-content:flex-start!important;flex-wrap:nowrap!important;overflow-x:auto!important;padding-bottom:7px!important;scrollbar-width:thin}.track28-map-actions button{flex:0 0 auto!important;font-size:.9rem!important;min-height:48px!important}
  #shipment-map{min-height:600px!important}.admin-street-map{min-height:570px!important}.map-detail-guide{top:10px;left:10px;max-width:calc(100% - 76px);font-size:.84rem}
  body.admin-body :is(.admin-nav a,.sidebar-footer a,.sidebar-footer button){font-size:1rem!important;min-height:50px!important}body.admin-body :is(.admin-card p,.admin-panel p,.form-section p,.route-location-card p,.movement-workspace p,.admin-timeline p){font-size:1rem!important}
  body.admin-body :is(label,.admin-form-grid label,.location-fields label,.party-form-grid label){font-size:.98rem!important}body.admin-body :is(input,select,textarea){font-size:16px!important;min-height:52px!important}body.admin-body textarea{min-height:118px!important}body.admin-body :is(.admin-btn,.admin-button){min-height:50px!important;font-size:.96rem!important}
  body.admin-body .shipment-save-actions{display:grid!important;gap:10px!important;padding:14px!important}body.admin-body .shipment-save-actions>div{display:grid!important;grid-template-columns:1fr!important;gap:9px!important;width:100%!important}body.admin-body .shipment-save-actions button{width:100%!important}
  .shipping-preloader-panel,.preloader-core{padding:28px 20px!important}
}
@media(max-width:480px){
  html{font-size:18px}body.shipping-site .shell{width:min(100% - 22px,1240px)!important}body.shipping-site .shipping-hero{padding-block:54px 48px!important}body.shipping-site .shipping-hero h1{font-size:clamp(2.28rem,13vw,3.25rem)!important;letter-spacing:-.035em!important}body.shipping-site .shipping-hero p{font-size:1.04rem!important}
  body.shipping-site .shipping-hero-actions{display:grid!important;grid-template-columns:1fr!important}body.shipping-site .shipping-hero-actions>*{width:100%!important;justify-content:center!important}
  body.shipping-site :is(.shipping-card,.shipping-service-card,.track28-party-card,.track28-package-card,.track29-document-grid article){padding:20px 16px!important}
  #shipment-map{min-height:560px!important}.admin-street-map{min-height:530px!important}.map-detail-guide{font-size:.82rem!important}
  body.admin-body .admin-content{padding:18px 11px 118px!important}body.admin-body :is(.admin-card,.admin-panel,.form-section){padding:18px 14px!important}body.admin-body .route-location-card{padding:16px 13px!important}body.admin-body .route-quick-row{grid-template-columns:1fr!important}body.login-page .login-card{padding:26px 19px!important}
}

html.coral-light-motion body.shipping-site .shipping-hero::after{animation:none!important}
html.coral-light-motion :is(.track-route-remaining,.real-route-marker.current,.real-route-marker.current>span,.delivery-journey-rail>.track29-progress-runner,.delivery-journey-rail article.current .track29-node){animation:none!important}
html.coral-light-motion [data-coral-enter]{transition-duration:.32s!important;transition-delay:0ms!important}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}html.coral-motion-ready [data-coral-enter]{opacity:1!important;transform:none!important}}

/* 8. Final contrast and mobile microcopy guard */
html body.shipping-site .tracking-result .delivery-journey-rail>.track29-progress-runner{
  background:var(--theme-primary)!important;color:#fff!important;-webkit-text-fill-color:#fff!important
}
html body.shipping-site .tracking-result .delivery-journey-rail .track293-stage-title span{
  background:var(--theme-primary)!important;color:#fff!important;-webkit-text-fill-color:#fff!important
}
@media(max-width:720px){
  html body.shipping-site :is(.shipping-kicker,.shipping-hero-trust span,.shipping-section-heading>span,.track28-route-metrics article>span,.track28-map-provider>span,.track28-map-provider>em){font-size:.84rem!important;line-height:1.35!important}
  html body.admin-body .visual-email-preview .preview-shipment small{font-size:.82rem!important}
}
@media(max-width:720px){html body.shipping-site .shipping-footer-cta>div>span{font-size:.84rem!important}}
