html.auth-callback-route,html.auth-callback-route body{margin:0;min-height:100vh;background:#fafafa;color:#0a0a0a;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}html.auth-callback-route #auth-loading,html.auth-callback-route #auth-login-shell,html.auth-callback-route #app-shell{display:none!important}.auth-callback-shell{display:none}html.auth-callback-route .auth-callback-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.auth-callback-card{width:min(420px,100%);background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;box-shadow:0 22px 70px #0f172a14;padding:28px 24px;text-align:center}.auth-callback-card img{width:48px;height:48px;border-radius:12px;-o-object-fit:contain;object-fit:contain;margin-bottom:16px}.auth-callback-card h1{margin:0 0 8px;font-size:20px;font-weight:600}.auth-callback-card p{margin:0;font-size:14px;line-height:1.5;color:#52525b}.auth-callback-card p.is-error{color:#dc2626}.auth-callback-spinner{width:28px;height:28px;margin:18px auto 0;border:3px solid rgba(0,0,0,.08);border-top-color:#0a0a0a;border-radius:50%;animation:auth-callback-spin .8s linear infinite}@keyframes auth-callback-spin{to{transform:rotate(360deg)}}
