.account-page{justify-content:center;align-items:center;min-height:60vh;padding:60px 16px 100px;display:flex}.account-card{background:#fff;border-radius:12px;flex-direction:column;gap:20px;width:min(420px,100%);padding:32px;display:flex;box-shadow:0 12px 40px rgba(0,0,0,.08)}.account-card h1{margin:0;font-size:1.8rem}.account-subtitle{color:#666;margin:0}.account-form{flex-direction:column;gap:18px;display:flex}.account-form label{color:#333;flex-direction:column;gap:8px;font-weight:600;display:flex}.account-form input{border:1px solid #d9d9d9;border-radius:6px;padding:10px 12px;font-size:1rem}.account-form input:focus{border-color:#222;outline:none;box-shadow:0 0 0 2px rgba(34,34,34,.15)}.account-error{color:#b42318;background:#ffe8e6;border-radius:6px;padding:10px 12px;font-weight:500}.account-form button{color:#fff;cursor:pointer;background:#222;border:none;border-radius:6px;padding:12px;font-size:1rem;font-weight:600;transition:background .2s}.account-form button:disabled{cursor:not-allowed;background:#999}.account-form button:not(:disabled):hover{background:#000}@media (max-width:600px){.account-card{padding:24px}}
