.user-form-container-wrapper{min-height:85vh;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5}.user-form-container{max-width:500px;margin:0 auto;padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a}.form-container{width:100%}.form-title{font-size:1.75rem;color:#4a4a4a;margin-bottom:1.5rem;text-align:center}.user-form{display:flex;flex-direction:column;gap:1.25rem}.user-form .form-row{display:flex;gap:1rem}@media (max-width: 576px){.user-form .form-row{flex-direction:column}}.user-form .form-group{display:flex;flex-direction:column;flex:1}.user-form .form-group label{font-size:.9rem;font-weight:500;margin-bottom:.5rem;color:#4a4a4a}.user-form .form-group .form-input{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .2s}.user-form .form-group .form-input:focus{outline:none;border-color:#9a8194}.user-form .form-group .form-input.error{border-color:#e53935}.user-form .form-group .error-message{color:#e53935;font-size:.85rem;margin-top:.5rem}.user-form .form-actions{margin-top:1rem}.user-form .form-actions button{width:100%;transition:background-color .3s}.user-form .form-links{margin-top:1rem;text-align:right}.user-form .form-links a,.user-form .form-links .link-button{color:#9a8194;text-decoration:none;font-size:.9rem;background:none;border:none;cursor:pointer}.user-form .form-links a:hover,.user-form .form-links .link-button:hover{text-decoration:underline}.form-toggle{display:flex;margin-bottom:1.5rem;border-radius:6px;overflow:hidden;border:1px solid #9A8194}.form-toggle .toggle-button{flex:1;padding:.75rem;background:none;border:none;cursor:pointer;font-weight:500;transition:all .2s;color:#4a4a4a}.form-toggle .toggle-button.active{background-color:#9a8194;color:#fff}.form-toggle .toggle-button:not(.active):hover{background-color:#9a81941a}.form-footer{margin-top:1.5rem;text-align:center;font-size:.9rem;color:#666}.form-footer p{display:flex;justify-content:center;gap:.5rem;align-items:center}.form-footer .toggle-link{background:none;border:none;padding:0;color:#9a8194;font-weight:500;cursor:pointer}.form-footer .toggle-link:hover{text-decoration:underline}.error-message{color:#e53935;font-size:.9rem;font-weight:500;text-align:center;margin-top:.5rem}.password-input-container{position:relative;display:flex;width:100%}.password-input-container input{flex:1}.password-input-container .password-toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;font-size:.8rem;color:#666;padding:.2rem .5rem}.password-input-container .password-toggle:hover{color:#333}.password-input-container .password-toggle:focus{outline:none;text-decoration:underline}.auth-form{width:100%}.auth-form .auth-header{text-align:center;margin-bottom:2rem}.auth-form .auth-header .back-btn{position:absolute;top:1rem;left:1rem;background:none;border:none;cursor:pointer;padding:.5rem;color:#9a8194;display:flex;align-items:center;gap:.5rem}.auth-form .auth-header .back-btn svg{width:16px;height:16px}.auth-form .auth-header .back-btn:hover{color:#4a4a4a}.auth-form .auth-header h2{font-size:1.75rem;color:#4a4a4a;margin-bottom:.5rem}.auth-form .auth-header p{color:#666;font-size:.9rem}.auth-form .auth-actions{margin-top:1.5rem}.auth-form .auth-actions .full-width{width:100%}.auth-form .auth-footer{margin-top:1.5rem;text-align:center;font-size:.9rem;color:#666}.auth-form .auth-footer .link-button{background:none;border:none;color:#9a8194;cursor:pointer;font-weight:500;margin-left:.5rem}.auth-form .auth-footer .link-button:hover{text-decoration:underline}.auth-form .success-message{text-align:center;padding:2rem}.auth-form .success-message .success-icon{width:60px;height:60px;margin:0 auto 1rem;background-color:#4caf50;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.auth-form .success-message .success-icon svg{width:30px;height:30px}.auth-form .success-message h3{color:#4a4a4a;margin-bottom:1rem}.auth-form .success-message p{color:#666;line-height:1.6}.auth-form .error-message{background-color:#ffebee;color:#c62828;padding:1rem;border-radius:4px;margin-top:1rem;text-align:center;border:1px solid #ffcdd2}.favorites-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-top:2rem}.favorites-grid .card{width:100%;max-width:none;min-width:0;overflow:hidden}.favorites-grid .card .content{padding:1rem}.favorites-grid .card .content .price-and-button{display:flex;justify-content:space-between;align-items:center;gap:.5rem;flex-wrap:wrap}.favorites-grid .card .content .price-and-button .classic-button{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex-shrink:0;width:70%}@media (max-width: 768px){.favorites-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}}@media (max-width: 480px){.favorites-grid{grid-template-columns:1fr;gap:1rem}.favorites-grid .card .content .price-and-button{flex-direction:column;align-items:stretch;gap:.75rem}.favorites-grid .card .content .price-and-button .classic-button{width:70%;align-self:center}}
