.auth-layout{margin-top:calc(-1 * var(--hardcoded-navbar-height));margin-bottom:calc(-1 * var(--footer-margin-top));position:relative;min-height:100dvh!important;padding-top:calc(var(--hardcoded-navbar-height) + 2rem)!important}.auth-layout:before{content:"";z-index:-1;background:#9fd9df69;position:fixed;inset:0}[data-theme=dark] .auth-layout:before{background:rgb(var(--surface))}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .auth-layout:before{background:rgb(var(--surface))}}.auth-content{background-color:rgb(var(--surface-raised));border-radius:12px;width:100%;max-width:440px;margin:2rem auto 8rem;padding:2.5rem 2rem;box-shadow:0 4px 20px #00000014}@media (max-width:767px){.auth-content{margin:1rem auto 6rem;padding:2rem 1.5rem}}@media (max-width:480px){.auth-content{margin:1rem auto 4rem;padding:1.5rem 1rem}}.auth-content .auth-title{text-align:center;margin-bottom:2rem;font-size:32px;font-weight:600}.auth-content .separator{z-index:2;margin:20px 0 24px;position:relative}.auth-content .separator:before{content:"";background-color:rgb(var(--border));z-index:0;width:100%;height:1px;display:inline-block;position:absolute;top:12px;left:0}.auth-content .separator p{background-color:rgb(var(--surface-raised));z-index:1;color:rgb(var(--text-muted));padding:0 12px;font-size:14px;display:inline-block;position:relative}.auth-content .google-signin-btn{border:1px solid rgb(var(--border));background-color:rgb(var(--surface-raised));width:100%;height:48px;color:rgb(var(--text));cursor:pointer;border-radius:24px;justify-content:center;align-items:center;gap:12px;margin-bottom:8px;font-size:16px;font-weight:500;transition:all .2s;display:flex}.auth-content .google-signin-btn:hover{background-color:rgb(var(--surface-sunken));box-shadow:0 1px 3px #0000001a}.auth-content .google-signin-btn svg{flex-shrink:0}.auth-content .forgot-password-link{color:#4a9eca;font-size:14px;text-decoration:none}.auth-content .forgot-password-link:hover{text-decoration:underline}.auth-content .signin-btn{background-color:rgb(var(--color-primary));width:100%;height:48px;color:rgb(var(--color-dark));border:none;border-radius:.75rem;margin-top:24px;margin-bottom:16px;font-size:16px;font-weight:600;transition:background-color .2s}.auth-content .signin-btn:hover{background-color:#50b1bf}.auth-content .terms-text{color:rgb(var(--text-muted));text-align:center;margin-bottom:24px;font-size:12px}.auth-content .terms-text .terms-link{color:#4a9eca;text-decoration:none}.auth-content .terms-text .terms-link:hover{text-decoration:underline}.auth-content .signup-prompt{text-align:center;border-top:1px solid rgb(var(--border));color:rgb(var(--text-muted));padding-top:20px;font-size:14px}.auth-content .signup-prompt .signup-link{color:#4a9eca;font-weight:500;text-decoration:none}.auth-content .signup-prompt .signup-link:hover{text-decoration:underline}