.auth-form-container{justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.auth-form-card{background:var(--surface);width:100%;max-width:400px;box-shadow:var(--shadow-lg);border-radius:1rem;padding:2rem}.auth-form-header{text-align:center;margin-bottom:2rem}.auth-form-logo{width:64px;height:64px;margin-bottom:.5rem}.auth-form-title{color:var(--text);font-size:1.5rem;font-weight:600}.auth-form-subtitle{color:var(--text-muted);margin-top:.25rem}.auth-form-footer{text-align:center;color:var(--text-muted);margin-top:1.5rem}.auth-form-footer a{font-weight:500}.auth-theme-toggle{background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:.5rem;padding:.5rem;font-size:1.25rem;line-height:1;transition:all .2s;position:absolute;top:1rem;right:1rem}.auth-theme-toggle:hover{border-color:var(--primary)}.auth-sso-button{width:100%;margin-bottom:.5rem}.auth-sso-divider{text-align:center;color:var(--muted);align-items:center;margin:1rem 0;font-size:.875rem;display:flex}.auth-sso-divider:before,.auth-sso-divider:after{content:"";border-bottom:1px solid var(--border);flex:1}.auth-sso-divider span{padding:0 .75rem}.sso-complete-page{justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.sso-complete-card{background:var(--surface);width:100%;max-width:400px;box-shadow:var(--shadow-lg);text-align:center;border-radius:1rem;padding:2rem}.sso-complete-logo{width:64px;height:64px;margin-bottom:.5rem}.sso-complete-card h1{margin-bottom:.5rem}.sso-complete-error{color:var(--danger);margin-bottom:1.5rem}.sso-complete-muted{color:var(--muted)}.sso-complete-actions{flex-direction:column;gap:.5rem;display:flex}
