:root { --gold:#c9961a; --gold-dark:#9d7110; --ink:#1c1710; --muted:#716959; --line:#e6dac1; --paper:#fffdf8; }
* { box-sizing: border-box; }
body { min-height:100vh; margin:0; color:var(--ink); background:linear-gradient(135deg,#f8f1df,#fffdf8 48%,#f2dfaa); font-family:"DM Sans",sans-serif; }
.login-page { display:grid; width:min(920px,calc(100% - 32px)); min-height:560px; margin:clamp(24px,7vh,70px) auto; overflow:hidden; border:1px solid #dfc98f; border-radius:24px; background:var(--paper); box-shadow:0 24px 70px rgba(77,52,5,.14); }
.login-brand { display:grid; align-content:center; justify-items:center; padding:48px 34px; text-align:center; background:linear-gradient(145deg,#1b1710,#2c2416); color:#fff; }
.login-brand img { width:112px; height:112px; margin-bottom:24px; border:2px solid #d7aa3a; border-radius:50%; object-fit:cover; box-shadow:0 14px 30px rgba(0,0,0,.3); }
.login-brand p,.eyebrow { margin:0 0 10px; color:#d9aa34; font-size:11px; font-weight:800; letter-spacing:1.5px; }
.login-brand h1 { margin:0; font:800 34px/1.15 Manrope,sans-serif; letter-spacing:-1.4px; }
.login-brand span { max-width:310px; margin-top:14px; color:#d8d0c2; line-height:1.6; }
.login-card { align-self:center; padding:48px clamp(28px,7vw,68px); }
.login-card h2 { margin:0; font:800 29px Manrope,sans-serif; letter-spacing:-1.2px; }
.login-intro { margin:9px 0 28px; color:var(--muted); font-size:14px; }
label { display:block; margin:17px 0 7px; color:#554d40; font-size:12px; font-weight:700; }
input { width:100%; height:46px; padding:0 13px; color:var(--ink); border:1px solid #dcd0b7; border-radius:10px; background:#fff; font:600 15px "DM Sans",sans-serif; outline:0; transition:.18s; }
input:focus { border-color:var(--gold); box-shadow:0 0 0 3px #fff2cc; }
.form-error { min-height:20px; margin:11px 0 5px; color:#a33e35; font-size:12px; }
button { width:100%; height:48px; border:0; border-radius:11px; color:#fff; background:var(--gold); box-shadow:0 9px 20px rgba(201,150,26,.24); font:700 15px "DM Sans",sans-serif; cursor:pointer; }
button:hover { background:var(--gold-dark); } button:disabled { opacity:.65; cursor:wait; }
@media(min-width:760px){.login-page{grid-template-columns:1fr 1fr}.login-brand{min-height:560px}}
