*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:#f4f6f8;color:#1f2933}.auth-page,.dashboard-page{min-height:100vh;display:flex;justify-content:center;align-items:flex-start;padding:3rem 1rem}.auth-card{width:100%;max-width:380px;background:#fff;border-radius:8px;box-shadow:0 1px 4px #0000001a;padding:2rem}.auth-card h1{margin-top:0;font-size:1.5rem;text-align:center}.auth-card form{display:flex;flex-direction:column}.auth-card label{margin-top:1rem;margin-bottom:.25rem;font-weight:600;font-size:.9rem}.auth-card input{padding:.6rem .75rem;border:1px solid #cbd2d9;border-radius:4px;font-size:1rem}.auth-card input:focus{outline:none;border-color:#3b82f6}.auth-card button{margin-top:1.5rem;padding:.7rem;border:none;border-radius:4px;background-color:#3b82f6;color:#fff;font-size:1rem;cursor:pointer}.auth-card button:disabled{background-color:#9ca3af;cursor:not-allowed}.auth-links{margin-top:1.25rem;display:flex;justify-content:space-between;font-size:.9rem}.field-error{margin:.25rem 0 0;color:#dc2626;font-size:.8rem}.field-hint{margin:.25rem 0 0;color:#6b7280;font-size:.8rem}.form-error{margin-top:1rem;color:#dc2626;font-size:.9rem}.form-success{margin-top:1rem;color:#16a34a;font-size:.9rem}.dashboard-page{align-items:flex-start;justify-content:center}.dashboard-page>div,.dashboard-card{width:100%;max-width:480px;background:#fff;border-radius:8px;box-shadow:0 1px 4px #0000001a;padding:2rem}.dashboard-card header{display:flex;justify-content:space-between;align-items:center}.dashboard-card button{padding:.5rem 1rem;border:none;border-radius:4px;background-color:#dc2626;color:#fff;cursor:pointer}
