body{background-color:beige;margin:0;font-family:Segoe UI,Roboto,sans-serif;min-height:100vh;display:flex;justify-content:center;align-items:center;text-align:center}.auth-card{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:400px;margin:1rem}.auth-title{text-align:center;margin-bottom:1.5rem;color:#333}.auth-form{display:flex;flex-direction:column;gap:1rem}.form-group{margin-bottom:1rem}.form-label{display:block;margin-bottom:.5rem;color:#555}.form-input{width:100%;padding:.75rem;border-radius:4px;border:1px solid #ddd;font-size:1rem}.btn{padding:.75rem;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .3s}.btn-primary{background-color:#885a04;color:#fff}.btn-primary:hover{background-color:#4e3411}.btn-secondary{background-color:#f1f1f1;color:#333}.btn-link{background:none;border:none;color:#ad6f12;cursor:pointer;text-decoration:underline;padding:0;text-align:center}.error-message{color:#d32f2f;margin-bottom:1rem;text-align:center}.password-strength-meter{margin-top:.5rem}.strength-bar{height:5px;background:#eee;border-radius:2px;margin-bottom:.25rem;transition:width .3s,background .3s}.strength-bar.weak{width:25%;background:#f44}.strength-bar.medium{width:50%;background:#fb3}.strength-bar.strong{width:75%;background:#00c851}.strength-bar.very-strong{width:100%;background:#00c851}.strength-text{font-size:.8rem;color:#555}.strength-text.weak{color:#f44}.strength-text.medium{color:#fb3}.strength-text.strong,.strength-text.very-strong{color:#00c851}.auth-footer{text-align:center;margin-top:1rem;color:#555}#card:hover{transform:scale(1.1);transition:transform .5s ease}#button:hover{transform:scale(1.1);transition:transform .3s ease}
