.auth-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0d0f1ad9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:9999;display:flex;justify-content:center;align-items:center}.auth-modal{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem;box-shadow:0 25px 50px -12px #00000080;width:90%;max-width:400px;display:flex;flex-direction:column;align-items:center;color:#f8fafc;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.auth-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.auth-subtitle{font-size:.9rem;color:#94a3b8;margin-bottom:2rem;text-align:center}.auth-divider{width:100%;position:relative;text-align:center;margin:1.5rem 0}.auth-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#ffffff1a}.auth-divider span{background:#0d0f1a;padding:0 10px;color:#94a3b8;font-size:.85rem;position:relative;z-index:1}.auth-password-group{width:100%;display:flex;flex-direction:column;gap:1rem}#auth-pwd-input{flex:1;width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:50px;padding:.75rem 1.25rem;color:#f8fafc;outline:none;font-family:inherit;transition:all .3s}.password-input-row{display:flex;align-items:center;gap:.75rem}#pwd-toggle-btn{background:#ffffff14;color:#f8fafc;border:1px solid rgba(255,255,255,.12);border-radius:50px;padding:.75rem 1rem;cursor:pointer;font-weight:600;transition:all .2s}#pwd-toggle-btn:hover{background:#ffffff1f}#auth-pwd-input:focus{border-color:#8b5cf6;box-shadow:0 0 0 2px #8b5cf633}#auth-pwd-btn{width:100%;background:#8b5cf6;color:#fff;border:none;border-radius:50px;padding:.75rem;font-weight:600;cursor:pointer;transition:all .3s}#auth-pwd-btn:hover{background:#7c3aed;transform:translateY(-2px)}.auth-error-msg{margin-top:1rem;color:#ef4444;font-size:.85rem;opacity:0;transition:opacity .3s;min-height:1.2em}
