.auth-page [hidden]{display:none!important}
.linked-logins{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:14px 0}
.linked-logins .social-button{min-width:0;min-height:96px;padding:12px 6px;flex-direction:column;justify-content:center;align-items:center;gap:7px;text-align:center;background:#faf8ff;border-color:#e7dff3;border-radius:17px;transition:background .18s,border-color .18s,box-shadow .18s}
.linked-logins .social-button>span:last-child{min-width:0;max-width:100%;font-size:13px;font-weight:600;line-height:1.25}
.linked-logins .social-mark{display:grid;place-items:center;flex-shrink:0;width:30px;height:30px;background:#fff;border-radius:10px;font-size:22px;box-shadow:0 2px 8px #4c38600a}
.linked-logins .social-button small{margin-top:4px;font-size:10px;font-weight:400;line-height:1.4;color:#80738f;white-space:normal;overflow-wrap:break-word}
.linked-logins .social-button[data-unlink-provider]{background:#f0f8e8;border-color:#cce1ba}
.linked-logins .social-button[data-unlink-provider] small{color:#50703d}
@media(hover:hover){.linked-logins .social-button:not(:disabled):hover{background:#f0e9ff;border-color:#b69bdc;box-shadow:0 3px 12px #76559b12}}
@media(max-width:420px){.linked-logins{gap:6px}.linked-logins .social-button{padding:10px 4px;min-height:102px;border-radius:14px}.linked-logins .social-button>span:last-child{font-size:12px}.linked-logins .social-button small{font-size:9px}}
@media(prefers-reduced-motion:reduce){.linked-logins .social-button{transition:none}}
.login-consent{padding:12px 14px;background:#f5f1ff;border:1px solid #e4d9ff;border-radius:14px;margin:12px 0;font-size:12px!important}.login-consent input{flex-shrink:0;width:19px;height:19px;accent-color:#7545ef}.needs-consent{outline:2px solid #a178ef}.login-progress:empty{display:none}.login-progress{margin:10px 0;padding:10px 14px;border-radius:12px;background:#f2f8e8;color:#35482f}.login-progress.error{background:#fff0ee;color:#a33144}.social-button.is-loading{background:#f0e8ff;border-color:#bc9eff}.social-button.is-loading .social-mark{font-size:0}.social-button.is-loading .social-mark:after,.auth-spinner{content:'';display:block;width:22px;height:22px;border:2px solid #d9c7ff;border-top-color:#7545ef;border-radius:50%;animation:auth-spin .85s linear infinite}.login-welcome{padding:14px 18px;border-radius:16px;background:#e3ffb1;color:#203722;font-weight:600;grid-column:1/-1;flex-basis:100%;margin:0 0 16px}.auth-page{font-family:Arial,sans-serif;background:#f7f7fb;color:#19241d;min-height:100vh;margin:0;display:grid;place-items:center}.auth-card{max-width:410px;margin:24px;padding:36px;border:1px solid #e7defa;border-radius:28px;background:white;text-align:center}.auth-card h1{font-size:28px;letter-spacing:-1px}.auth-card p{font-size:15px;line-height:1.5;color:#737182}.auth-card a{display:inline-block;background:#c8ff2f;color:#19241d;border-radius:14px;padding:14px 20px;text-decoration:none}.auth-spinner{margin:24px auto;width:32px;height:32px}.auth-logo{font-weight:800;font-size:26px}.auth-logo span{color:#7647ef}@keyframes auth-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.auth-spinner,.social-button.is-loading .social-mark:after{animation:none}}
