/* Shared sign-in, handover and dashboard loading presentation. */
:root{color-scheme:dark}body{margin:0;background:#060707}[hidden]{display:none!important}
#portal-gate.auth-shell{position:fixed;inset:0;z-index:2147483645;display:flex;align-items:safe center;justify-content:center;overflow-y:auto;padding:0;background:radial-gradient(ellipse at 50% 34%,#45141065,transparent 65%),#060707;color:#f8f3ed;text-align:center;font:16px/1.5 Arial,Helvetica,sans-serif}
.auth-shell *{box-sizing:border-box}.auth-inner{width:100%;max-width:470px;flex-shrink:0;padding:calc(38px + env(safe-area-inset-top)) 30px calc(38px + env(safe-area-inset-bottom))}
.auth-crest{display:block;width:112px;height:112px;margin:0 auto 16px}.auth-wordmark{font-size:15px;line-height:1.3;font-weight:400;letter-spacing:.3em;margin:0 0 24px}
.auth-scene{display:block;width:calc(100% + 60px);height:auto;aspect-ratio:3/1;object-fit:cover;margin:-32px -30px 20px;pointer-events:none;mix-blend-mode:screen;-webkit-mask-image:linear-gradient(to right,transparent,#000 16%,#000 84%,transparent),linear-gradient(to bottom,transparent,#000 28%,#000 72%,transparent);-webkit-mask-composite:source-in;mask-image:linear-gradient(to right,transparent,#000 16%,#000 84%,transparent),linear-gradient(to bottom,transparent,#000 28%,#000 72%,transparent);mask-composite:intersect}
.auth-spinner{width:46px;height:46px;border:2px solid #70212b;border-top-color:#f02c43;border-right-color:#f02c43;border-radius:50%;margin:24px auto;animation:auth-spin 1s linear infinite}.auth-status{font-size:25px;font-weight:700;line-height:1.3;letter-spacing:-.02em;margin:24px 0;overflow-wrap:anywhere}
.auth-shell[aria-busy="false"] .auth-spinner{visibility:hidden;animation:none}.auth-shell[aria-busy="false"] .auth-status{font-size:17px;line-height:1.55;font-weight:400;letter-spacing:0}
.auth-actions button,.auth-actions a{display:block;width:100%;min-height:54px;margin:14px 0 0;padding:13px 18px;border:1px solid #f8eadd;border-radius:30px;background:#f8eadd;color:#111;font:700 17px/1.5 Arial,Helvetica,sans-serif;text-decoration:none;cursor:pointer}.auth-actions button:disabled{opacity:.55;cursor:wait}.auth-actions :focus-visible{outline:3px solid #ff5969;outline-offset:5px}
@keyframes auth-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.auth-spinner{animation:none}}@media(max-height:740px){.auth-inner{padding-top:calc(22px + env(safe-area-inset-top));padding-bottom:calc(22px + env(safe-area-inset-bottom))}.auth-crest{width:84px;height:84px;margin-bottom:12px}.auth-wordmark{margin-bottom:18px}}
