/* Account routes retain styles.css; the landing retains the accepted glow layout. */
html:not([data-page="landing"]) #stage { display: none; }
html[data-page="landing"] #site-header { position: absolute; top: 28px; right: 5vw; z-index: 2; }
html[data-page="landing"] #site-header .brand,
html[data-page="landing"] #site-footer { display: none; }
html[data-page="landing"] #navigation a { color: rgb(255 255 255 / .7); font-size: .875rem; text-decoration: none; }
html[data-page="landing"] #navigation a:hover { color: white; }
html[data-page="landing"] #navigation a:focus-visible { outline: 2px solid white; outline-offset: 5px; }
html[data-page="landing"] .button:disabled { opacity: .6; cursor: wait; }
html[data-page="landing"] .status.error { color: #ffb9ad; }

/* Avoid flashing waitlist copy while the shared scene becomes the sign-in form. */
html[data-login-ready="false"] #stage .welcome { visibility: hidden; }
