/* V13.3 — Splash Screen Option A only. No app-screen or feature changes. */
.earthroute2-splash{
  background:#020914!important;
}
.earthroute2-splash-content{
  width:min(88vw,560px)!important;
  min-height:100dvh!important;
  justify-content:center!important;
  padding:max(34px,env(safe-area-inset-top)) 24px max(30px,env(safe-area-inset-bottom))!important;
  transform:translateY(-1.5dvh)!important;
}
.earthroute2-splash-logo{
  width:min(58vw,330px)!important;
  max-height:none!important;
  margin:0 0 8px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 14px 24px rgba(0,0,0,.48)) drop-shadow(0 0 18px rgba(16,185,129,.12))!important;
  opacity:0!important;
  animation:v133SplashLogoIn .45s cubic-bezier(.22,.8,.25,1) .05s forwards!important;
}
.earthroute2-splash-title{
  margin-top:2px!important;
  font-size:clamp(30px,8vw,48px)!important;
  line-height:.98!important;
  letter-spacing:.025em!important;
  text-shadow:none!important;
  opacity:0!important;
  animation:v133SplashTextIn .35s ease .22s forwards!important;
}
.earthroute2-splash-title strong{
  margin-top:8px!important;
  font-size:.92em!important;
  letter-spacing:.09em!important;
}
.earthroute2-splash-tagline{
  margin-top:20px!important;
  color:#9aa9bd!important;
  font-size:clamp(12px,3.3vw,16px)!important;
  font-weight:500!important;
  letter-spacing:.055em!important;
  opacity:0!important;
  animation:v133SplashTextIn .35s ease .34s forwards!important;
}
.earthroute2-loading-wrap{
  width:min(78vw,430px)!important;
  margin:clamp(72px,10dvh,110px) 0 0!important;
}
.earthroute2-loading-bar{
  height:4px!important;
  box-shadow:0 0 10px rgba(34,211,238,.16),0 0 12px rgba(16,185,129,.10)!important;
}
.earthroute2-loading-text{
  margin-top:22px!important;
  color:#34d399!important;
  font-size:clamp(14px,3.8vw,18px)!important;
  font-weight:450!important;
}
@keyframes v133SplashLogoIn{
  from{opacity:0;transform:translateY(10px) scale(.96)}
  to{opacity:1;transform:translateY(0) scale(1)}
}
@keyframes v133SplashTextIn{
  from{opacity:0;transform:translateY(7px)}
  to{opacity:1;transform:translateY(0)}
}
@media(max-height:720px){
  .earthroute2-splash-logo{width:min(46vw,260px)!important}
  .earthroute2-loading-wrap{margin-top:48px!important}
  .earthroute2-splash-tagline{margin-top:14px!important}
}
@media(prefers-reduced-motion:reduce){
  .earthroute2-splash-logo,.earthroute2-splash-title,.earthroute2-splash-tagline{animation:none!important;opacity:1!important}
}
