.auth-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:1rem;background-color:#f5f5f5;position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999}:root.dark-mode .auth-container{background-color:#1a1a1a}.auth-form{display:flex;flex-direction:column;gap:1rem}.form-group{position:relative}.form-group label{font-size:.9rem;color:#4a5568;font-weight:500}.auth-input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .2s}.auth-input:focus{border-color:#09f;outline:none}.form-options{justify-content:space-between;font-size:.9rem}.form-options,.remember-me{display:flex;align-items:center}.remember-me{gap:.5rem;cursor:pointer}.remember-me input[type=checkbox]{margin:0;cursor:pointer}.forgot-password-link{color:red;background:none;border:none;cursor:pointer;font-size:.9rem}.forgot-password-link:hover{text-decoration:underline}.auth-submit-button,.submit-button{width:100%;padding:.75rem;background-color:#09f;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .2s}.auth-submit-button:hover:not(:disabled),.submit-button:hover:not(:disabled){background-color:#007acc}.auth-submit-button:disabled,.submit-button:disabled{background-color:#ccc;cursor:not-allowed}.error-message{color:red;font-size:.9rem;text-align:center;margin-top:.5rem}.success-message{text-align:center;color:#00a854;padding:1rem;border:1px solid #b7eb8f;border-radius:4px;background-color:#f6ffed}.success-message h3{margin:0 0 .5rem;color:#00a854}.form-description{color:#666;margin:0}.back-to-login,.form-description{font-size:.9rem;text-align:center}.back-to-login{background:none;border:none;color:#09f;cursor:pointer;padding:.5rem}.back-to-login:hover{text-decoration:underline}.auth-footer{text-align:center;font-size:.9rem;margin-top:1rem}:root.dark-mode .auth-form{background-color:#1a1a1a;color:#fff}:root.dark-mode .auth-input{background-color:#333;border-color:#444;color:#fff}:root.dark-mode .form-description{color:#999}:root.dark-mode .success-message{background-color:#162312;border-color:#274916;color:#73d13d}:root.dark-mode .success-message h3{color:#73d13d}@media (max-width:480px){.auth-form{padding:.75rem}}.login-link,.sign-up-link{color:#09f;background:none;border:none;cursor:pointer;font-weight:500}.login-link:hover,.sign-up-link:hover{text-decoration:underline}.recaptcha-container{display:none}.modal-title{text-align:center;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;text-transform:uppercase}.auth-card{background-color:#fff;border-radius:8px;padding:2rem;box-shadow:0 4px 12px rgba(0,0,0,.1);max-width:500px;width:100%}.auth-header h1{text-align:center;color:#333;margin-bottom:1.5rem;font-size:1.8rem}.status-message{text-align:center;padding:20px;border-radius:8px;margin:20px 0}.status-message.processing{background-color:#f0f8ff;border:1px solid #ddd;color:#666}.status-message.success{background-color:#f0fff4;border:1px solid #d4edda;color:#155724}.status-message.error{background-color:#fff5f5;border:1px solid #f8d7da;color:#721c24}.loading-spinner{display:inline-block;width:20px;height:20px;border:3px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:10px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.success-icon{color:#28a745}.error-icon,.success-icon{font-size:48px;margin-bottom:10px}.error-icon{color:#dc3545}.new-email{background-color:#e9ecef;padding:10px;border-radius:5px;margin:10px 0;font-size:14px}.redirect-notice{font-size:14px;color:#666;font-style:italic;margin-top:15px}.error-actions{margin-top:20px;display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.error-actions .btn{min-width:120px;padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .2s}.error-actions .btn-primary{background-color:#09f;color:#fff}.error-actions .btn-primary:hover{background-color:#007acc}.error-actions .btn-secondary{background-color:#6c757d;color:#fff}.error-actions .btn-secondary:hover{background-color:#5a6268}:root.dark-mode .auth-card{background-color:#2d2d2d;color:#fff}:root.dark-mode .auth-header h1{color:#fff}:root.dark-mode .status-message.processing{background-color:#1a2332;border-color:#495057;color:#adb5bd}:root.dark-mode .status-message.success{background-color:#1e2f23;border-color:#28a745;color:#d4edda}:root.dark-mode .status-message.error{background-color:#2f1e1e;border-color:#dc3545;color:#f8d7da}:root.dark-mode .new-email{background-color:#495057;color:#fff}@media (max-width:768px){.auth-card{margin:20px;padding:1.5rem}.auth-header h1{font-size:1.5rem}.status-message{padding:15px;margin:15px 0}.error-icon,.success-icon{font-size:36px}.error-actions{flex-direction:column;align-items:center}.error-actions .btn{width:100%;max-width:200px}}