.auth-layout{background:var(--glass-green-tint);flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;min-height:100dvh;padding:80px 16px 40px;display:flex;position:relative}.auth-layout img{object-fit:cover;z-index:-2;width:100%;height:100%;position:absolute;top:0;left:0}.auth-layout:before{content:"";z-index:-1;background:#0a18109e;position:absolute;inset:0}.auth-layout:after{content:"";z-index:-1;pointer-events:none;background:radial-gradient(at 50% 110%,#c5a0591f 0%,#0000 65%);position:absolute;inset:0}.auth-layout .auth-layout-redirect-button{z-index:10;border:1px solid var(--glass-gold-border);background:var(--glass-green-tint-strong);-webkit-backdrop-filter:blur(12px);width:40px;height:40px;color:var(--color-accent);border-radius:8px;justify-content:center;align-items:center;transition:background .25s,border-color .25s,transform .25s;display:flex;position:absolute;top:16px;left:16px}.auth-layout .auth-layout-redirect-button svg{stroke:currentColor;stroke-width:1.75px;flex-shrink:0;width:18px;height:18px}.auth-layout .auth-layout-redirect-button:hover{border-color:var(--color-accent);background:#c5a0592e;transform:translate(-2px)}@media (min-width:768px){.auth-layout{gap:32px;padding:40px}.auth-layout .auth-layout-redirect-button{top:24px;left:24px}}@media (min-width:1024px){.auth-layout{padding:64px}}
