:root{--auth-bg:#fafafa;--auth-surface:#ffffff;--auth-fg:#171717;--auth-muted:#737373;--auth-border:#e5e5e5;--auth-accent:#111111;--auth-accent-fg:#ffffff}@media (prefers-color-scheme:dark){:root{--auth-bg:#0a0a0a;--auth-surface:#171717;--auth-fg:#fafafa;--auth-muted:#a3a3a3;--auth-border:#404040;--auth-accent:#fafafa;--auth-accent-fg:#111111}}html[data-theme=dark]{--auth-bg:#0a0a0a;--auth-surface:#171717;--auth-fg:#fafafa;--auth-muted:#a3a3a3;--auth-border:#404040;--auth-accent:#fafafa;--auth-accent-fg:#111111}.unified-auth-page{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem 1.25rem;background:var(--auth-bg)}.unified-auth-links{margin-top:1.5rem;font-size:.875rem;color:var(--auth-muted);text-align:center}.unified-auth-links a{color:var(--auth-accent)}.auth-micro-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.375rem .75rem;margin:.5rem 0 0;font-size:.75rem;line-height:1.4;color:var(--auth-muted);text-wrap:pretty}.auth-micro-link{background:none;border:none;padding:0;font:inherit;font-size:inherit;color:var(--auth-muted);text-decoration:underline;text-underline-offset:2px;cursor:pointer}.auth-micro-link:hover:not(:disabled){color:var(--auth-fg)}.auth-micro-link:disabled{opacity:.55;cursor:not-allowed}a.auth-micro-link{display:inline}@keyframes auth-gate-enter{0%{opacity:0}to{opacity:1}}@keyframes auth-gate-exit{0%{opacity:1}to{opacity:0;visibility:hidden}}.auth-gate-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;background:rgba(10,10,10,.42);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);animation:auth-gate-enter .26s ease both}.auth-gate-overlay--exit{animation:auth-gate-exit .42s cubic-bezier(.16,1,.3,1) forwards;pointer-events:none}.auth-gate-overlay__panel{width:min(100%,24rem);display:grid;grid-gap:.75rem;gap:.75rem}.auth-gate-overlay__loading{padding:2rem 1.5rem;border-radius:.75rem;background:var(--auth-surface);border:1px solid var(--auth-border);color:var(--auth-muted);font-size:.875rem;text-align:center}.auth-gate-overlay__links{margin-top:0}@media (prefers-reduced-motion:reduce){.auth-gate-overlay,.auth-gate-overlay--exit{animation:none!important;opacity:1}.auth-gate-overlay--exit{opacity:0;visibility:hidden}}