.login-bg{position:fixed;left:0;right:0;z-index:0;overflow:hidden;pointer-events:none;--bg-fade-end:55%;--bg-fade-mid:18%;--bg-fade-mid-stop:42%;--bg-fade-clear:70%;--bg-fade-edge-clear:42%;--bg-fade-edge-blend:78%;--bg-fade-edge-mix:55%}.login-bg--full{inset:0;height:100%}.login-bg--top{top:0}.login-bg--bottom{bottom:0}.login-bg--fade-soft{--bg-fade-end:32%;--bg-fade-mid:10%;--bg-fade-mid-stop:50%;--bg-fade-clear:78%;--bg-fade-edge-clear:58%;--bg-fade-edge-blend:88%;--bg-fade-edge-mix:32%}.login-bg--fade-strong{--bg-fade-end:78%;--bg-fade-mid:28%;--bg-fade-mid-stop:32%;--bg-fade-clear:58%;--bg-fade-edge-clear:22%;--bg-fade-edge-blend:68%;--bg-fade-edge-mix:78%}.login-bg__media{display:block;width:100%;height:100%;object-fit:cover}.login-bg__shade{position:absolute;inset:0}.login-bg--fade .login-bg__shade{background:linear-gradient(to top,color-mix(in srgb,var(--theme-elevation-0) var(--bg-fade-end),transparent) 0,color-mix(in srgb,var(--theme-elevation-0) var(--bg-fade-mid),transparent) var(--bg-fade-mid-stop),transparent var(--bg-fade-clear))}.login-bg--top.login-bg--fade .login-bg__shade{background:linear-gradient(to bottom,transparent var(--bg-fade-edge-clear),color-mix(in srgb,var(--theme-bg-color,var(--theme-elevation-0)) var(--bg-fade-edge-mix),transparent) var(--bg-fade-edge-blend),var(--theme-bg-color,var(--theme-elevation-0)) 100%)}.login-bg--bottom.login-bg--fade .login-bg__shade{background:linear-gradient(to top,transparent var(--bg-fade-edge-clear),color-mix(in srgb,var(--theme-bg-color,var(--theme-elevation-0)) var(--bg-fade-edge-mix),transparent) var(--bg-fade-edge-blend),var(--theme-bg-color,var(--theme-elevation-0)) 100%)}.login-bg__hero{position:absolute;left:2rem;bottom:2rem;margin:0;max-width:min(28rem,100vw - 4rem);color:var(--theme-text);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;letter-spacing:-.03em;line-height:1.2;white-space:pre-wrap;text-wrap:balance}.login-bg--bottom .login-bg__hero{top:2rem;bottom:auto}html:has(.login-bg),html:has(.login-bg) body{background-color:var(--theme-bg-color,var(--theme-elevation-0))}html:has(.login-bg) .template-minimal{background-color:rgba(0,0,0,0);position:relative;z-index:1}html:has(.login-bg) .template-minimal__wrap{padding:1.75rem 1.6rem;border:1px solid var(--theme-elevation-150);border-radius:18px;background:color-mix(in srgb,var(--theme-elevation-0) 90%,transparent);box-shadow:0 16px 48px rgba(15,23,42,.12);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}html:has(.login-bg) .auth-page{background:rgba(0,0,0,0);position:relative;z-index:1}html:has(.login-bg) .auth-page__card{background:color-mix(in srgb,var(--theme-elevation-0,#ffffff) 90%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}@media(max-width:720px){.login-bg__hero{left:1.25rem;right:1.25rem;bottom:1.25rem;max-width:none;font-size:1.25rem}.login-bg--bottom .login-bg__hero{top:1.25rem;bottom:auto}}