.auth-overlay{position:fixed;inset:0;background:#00000080;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.auth-overlay .auth-modal{background:#fff;border:1px solid #e5e5e5;border-radius:16px;padding:40px 36px 36px;width:100%;max-width:440px;position:relative;box-shadow:0 24px 64px #00000040;margin:0}.auth-overlay .auth-close{position:absolute;top:12px;right:12px;background:none;border:none;color:#999;font-size:13px;cursor:pointer;padding:4px 8px;border-radius:4px;line-height:1}.auth-overlay .auth-close:hover{color:#333}.auth-overlay .auth-logo{font-size:18px;font-weight:700;letter-spacing:.01em;color:#111;margin-bottom:20px;padding:0}.auth-overlay .auth-tabs{display:flex;border-bottom:1px solid #e5e5e5;margin-bottom:18px;padding:0}.auth-overlay .auth-tabs button{background:none;border:none;border-bottom:2px solid transparent;color:#999;font-size:14px;font-weight:600;padding:6px 14px 10px;cursor:pointer;margin-bottom:-1px;transition:color .12s,border-color .12s}.auth-overlay .auth-tabs button.active{color:#111;border-bottom-color:var(--orange)}.auth-overlay .auth-tabs button:not(.active):hover{color:#555}.auth-overlay .auth-form{display:flex;flex-direction:column;gap:18px;margin:0;padding:0}.auth-overlay .auth-form label{display:flex;flex-direction:column;gap:5px;font-size:11px;font-weight:600;color:#666;letter-spacing:.04em;text-transform:uppercase;margin:0;padding:0}.auth-overlay .auth-form input{padding:12px 14px;background:#f9f9f9;border:1px solid #ddd;border-radius:8px;color:#111;font-size:14px;outline:none;transition:border-color .12s;margin:0}.auth-overlay .auth-form input:focus{border-color:var(--orange)}.auth-overlay .auth-form input::placeholder{color:#bbb}.auth-overlay .auth-error{font-size:12px;color:#e53e3e;margin:0;padding:0}.auth-overlay .auth-submit{margin-top:4px;padding:14px 16px;width:100%;background:var(--orange);border:none;border-radius:8px;color:#fff;font-size:15px;font-weight:700;cursor:pointer;transition:opacity .12s}.auth-overlay .auth-submit:hover:not(:disabled){opacity:.88}.auth-overlay .auth-submit:disabled{opacity:.45;cursor:not-allowed}.auth-overlay .auth-confirm{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;color:#666;font-size:14px;line-height:1.5;padding:0;margin:0}.auth-overlay .auth-btn-secondary{background:#f5f5f5;border:1px solid #ddd;border-radius:6px;color:#333;font-size:13px;padding:8px 18px;cursor:pointer;margin:0}.auth-overlay .auth-btn-secondary:hover{background:#eee}.auth-overlay .auth-forgot{background:none;border:none;padding:0;font-size:12px;color:#999;cursor:pointer;text-align:left;text-decoration:underline;margin-top:-8px}.auth-overlay .auth-forgot:hover{color:var(--orange)}
