.auth-prompt-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#000000bf;animation:.2s cubic-bezier(.16,1,.3,1) authFadeIn;position:fixed;inset:0}.auth-prompt-content{background:var(--card-bg);border:1px solid var(--card-border);width:90%;max-width:440px;box-shadow:0 20px 40px -15px #00000080, 0 0 25px -5px rgba(var(--accent-rgb,212, 160, 23), .15);z-index:10000;text-align:center;border-radius:1rem;flex-direction:column;align-items:center;padding:1.75rem;animation:.25s cubic-bezier(.16,1,.3,1) authScaleIn;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.auth-prompt-content--compact{border-radius:.75rem;max-width:380px;padding:1.25rem}.auth-prompt-content--card{border-width:2px;max-width:460px;padding:2rem}.auth-prompt-icon-wrapper{background:rgba(var(--accent-rgb,212, 160, 23), .12);border:1px solid rgba(var(--accent-rgb,212, 160, 23), .3);width:56px;height:56px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.auth-prompt-content--compact .auth-prompt-icon-wrapper{width:44px;height:44px;margin-bottom:.875rem}.auth-prompt-title{color:var(--foreground);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.auth-prompt-description{color:var(--muted);margin-bottom:1.5rem;font-size:.9375rem;line-height:1.5}.auth-prompt-content--compact .auth-prompt-description{margin-bottom:1.125rem;font-size:.875rem}.auth-prompt-actions{flex-direction:column;gap:.75rem;width:100%;display:flex}.auth-prompt-error{color:var(--accent);background:rgba(var(--accent-rgb,212, 160, 23), .1);border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-bottom:1rem;padding:.5rem .75rem;font-size:.8125rem;display:flex}@keyframes authFadeIn{0%{opacity:0}to{opacity:1}}@keyframes authScaleIn{0%{opacity:0;transform:translate(-50%,-46%)scale(.96)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}
