body { font-family: Arial, sans-serif; background:#f5f5f5; }
.card { background:white; width:420px; margin:40px auto; padding:20px; border-radius:12px; box-shadow:0 2px 10px rgba(0,0,0,.08); }
label { display:block; margin-top:12px; }
input { width:100%; padding:10px; margin-top:6px; border:1px solid #ccc; border-radius:8px; }
button { margin-top:16px; width:100%; padding:10px; border:0; border-radius:10px; background:#111; color:#fff; cursor:pointer; }
.err { background:#ffe5e5; border:1px solid #ff9a9a; padding:10px; border-radius:8px; margin-bottom:10px; }
.row { display:flex; justify-content:space-between; align-items:center; }
.links { display:flex; flex-direction:column; gap:10px; margin-top:14px; }
.links a { padding:10px; background:#f2f2f2; border-radius:10px; text-decoration:none; color:#111; }
