/* pages.css - styles spécifiques pages */
.login-form, .register-form, .account-form { max-width: 400px; margin: 2em auto; background: #fff; border-radius: 8px; box-shadow: 0 2px 8px #0001; padding: 2em; }
.login-form input, .register-form input, .account-form input, .account-form select { width: 100%; margin-bottom: 1em; padding: .7em; border: 1px solid var(--border); border-radius: 4px; }
.login-form button, .register-form button, .account-form button { width: 100%; background: var(--main); color: #fff; border: none; padding: .8em; border-radius: 4px; font-size: 1.1em; }
.stats { display: flex; gap: 2em; margin-bottom: 2em; }
.stats .card { flex: 1; }
