.auth-body { min-height: 100vh; background: #f1f5f9; display: grid; place-items: center; padding: 16px; color: #0f172a; }
.auth-shell { width: 100%; display: grid; place-items: center; }
.auth-card { width: min(100%, 448px); padding: 40px; border-radius: 40px; background: #fff; border: 1px solid rgba(255,255,255,.85); box-shadow: 0 28px 70px rgba(15,23,42,.16); }
.auth-logo { display: flex; justify-content: center; margin-bottom: 28px; }
.auth-logo-icon { width: 72px; height: 72px; border-radius: 22px; display: grid; place-items: center; font-size: 42px; box-shadow: 0 18px 35px rgba(93,104,209,.26); }
.auth-card h1 { margin: 0 0 8px; text-align: center; font-size: 30px; letter-spacing: -.035em; }
.auth-card > p { text-align: center; color: #64748b; margin: 0 0 28px; }
.auth-form { display: flex; flex-direction: column; gap: 18px; }
.auth-form label span { display: block; margin-bottom: 8px; font-size: 14px; font-weight: 800; }
.auth-input-wrap { position: relative; display: flex; align-items: center; }
.auth-input-wrap > iconify-icon { position: absolute; left: 16px; color: #64748b; font-size: 21px; }
.auth-input-wrap input { width: 100%; padding: 14px 48px; border: 1px solid #e2e8f0; background: #f8fafc; border-radius: 14px; outline: none; transition: .2s; }
.auth-input-wrap input:focus { border-color: #94a3b8; box-shadow: 0 0 0 4px rgba(148,163,184,.15); }
.auth-form small { display: block; color: #ef4444; margin-top: 7px; font-weight: 600; }
.password-toggle { position: absolute; right: 14px; color: #64748b; font-size: 22px; }
.remember-row { display: flex !important; align-items: center; gap: 10px; color: #64748b; font-weight: 700; }
.remember-row input { width: 16px; height: 16px; }
.remember-row span { margin: 0 !important; font-size: 13px !important; }
.auth-submit { width: 100%; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 16px; border-radius: 14px; font-weight: 900; font-size: 17px; box-shadow: 0 18px 38px rgba(93,104,209,.25); transition: .2s; }
.auth-submit:hover { opacity: .92; transform: translateY(-1px); }
.auth-status { background: #ecfdf5; color: #047857; padding: 12px 14px; border-radius: 14px; font-size: 13px; font-weight: 800; margin-bottom: 16px; }
.demo-box { margin-top: 22px; padding: 16px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 18px; color: #64748b; font-size: 13px; line-height: 1.7; }
.demo-box strong { display: block; color: #0f172a; margin-bottom: 4px; }
.demo-box span { color: #334155; font-weight: 800; }
@media(max-width:480px){ .auth-card { padding: 28px 22px; border-radius: 30px; } }
