/* Shared login backdrop. The normal map, account and admin workspace are unchanged. */
.auth-travel-background{display:none;position:fixed;inset:0;z-index:-1;pointer-events:none;background:#194d51 url('/auth-background/travel-v1-poster.jpg') center/cover no-repeat}
body.auth-background-active,body.signed-out{isolation:isolate;background:#194d51;min-height:100svh}
.auth-background-active .auth-travel-background,.signed-out .auth-travel-background{display:block}
.auth-travel-background video{width:100%;height:100%;object-fit:cover;opacity:0}
.auth-travel-background.is-playing video{opacity:1}
.auth-travel-background::after{content:'';position:absolute;inset:0;background:linear-gradient(100deg,rgba(6,26,33,.85),rgba(6,26,33,.42) 60%,rgba(6,26,33,.28))}
.signed-out .auth-travel-background::after{background:linear-gradient(120deg,rgba(6,32,40,.65),rgba(6,32,40,.18))}
body .auth-travel-control{position:fixed;right:20px;bottom:18px;z-index:20;width:auto;min-height:42px;margin:0;padding:9px 16px;border:1px solid #ffffff70;border-radius:24px;background:#102e36;color:#fff;font:600 12px/1.5 system-ui,sans-serif;box-shadow:0 4px 18px #0002;cursor:pointer}
body .auth-travel-control:hover{background:#1e4952}
body .auth-travel-control:focus-visible{outline:3px solid #fff;outline-offset:4px}
.auth-background-active>header{border-color:#ffffff40}
.auth-background-active .intro{text-shadow:0 2px 18px #061a2180}
.auth-background-active .intro h1{color:#fff}
.auth-background-active .intro p{color:#f1faf7}
.auth-background-active .panel{background:#102731f5;border-color:#b5d9d24d;box-shadow:0 24px 80px #031b3440;border-radius:24px}
.auth-background-active>footer{background:#0c222de8;border-radius:18px;padding-bottom:76px}
.signed-out #main-content>header{color:white;text-shadow:0 1px 16px #061a21}
.signed-out #main-content>header .eyebrow,.signed-out #view-description{color:#ecfff4}
.signed-out .session-avatar{display:none}
.signed-out .login-card{background:#fffffff7;border-color:#ffffffa6;box-shadow:0 24px 80px #082b3933}
.signed-out #message:not(:empty){max-width:500px;margin:16px auto;padding:12px 18px;background:#fffffff2;color:#304940;border-radius:12px}
.signed-out #main-content{padding-bottom:90px}
@media(max-width:760px){
  .auth-travel-background::after{background:#071f2b96}
  body .auth-travel-control{right:12px;bottom:max(12px,env(safe-area-inset-bottom));min-height:42px}
  .auth-background-active .panel{border-radius:18px}
}
@media(prefers-reduced-motion:reduce){.auth-travel-background video{display:none}body .auth-travel-control{display:none}}
