:root { --wine:#922d52; --ink:#30252a; --muted:#776a70; }
* { box-sizing:border-box; }
body { align-items:center; background:linear-gradient(145deg,#fff7fb,#f1dfe7); color:var(--ink); display:flex; font-family:Arial,sans-serif; justify-content:center; margin:0; min-height:100vh; padding:20px; }
.login-card { background:#fff; border-radius:20px; box-shadow:0 18px 55px rgba(80,27,49,.16); max-width:440px; padding:30px; width:100%; }
.eyebrow { color:var(--wine); font-size:.78rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
h1 { margin:8px 0; }
p { color:var(--muted); line-height:1.5; }
form { display:grid; gap:16px; margin-top:24px; }
label { display:grid; font-weight:700; gap:7px; }
input { border:2px solid #dac4cd; border-radius:10px; font-size:1.15rem; padding:13px; width:100%; }
input:focus { border-color:var(--wine); box-shadow:0 0 0 3px #f5dfe8; outline:none; }
button { background:var(--wine); border:0; border-radius:10px; color:#fff; cursor:pointer; font-size:1rem; font-weight:800; min-height:50px; }
button:disabled { opacity:.65; }
.message { color:var(--wine); font-weight:700; min-height:1.5em; }
