.oz-auth-wrap{min-height:70vh;display:grid;place-items:center;padding:24px}
.oz-auth-card{width:100%;max-width:420px;background:var(--card);border:1px solid var(--border);border-radius:16px;box-shadow:0 10px 28px rgba(0,0,0,.06);padding:28px}
.oz-auth-brand{display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.oz-auth-brand img{height:46px;width:auto;display:block}
.oz-auth-card h1{margin:.2rem 0 1rem;font-size:1.4rem;text-align:center}
.oz-auth-muted{text-align:center;color:var(--muted);margin:-6px 0 14px}
.oz-auth-row{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}
.oz-auth-card label{display:block;font-weight:800;margin:10px 0 6px}
.oz-auth-card input{width:100%;padding:12px;border:1px solid var(--border);border-radius:10px;outline:0;font-size:15px}
.oz-auth-btn{width:100%;padding:12px;border:0;border-radius:12px;background:var(--btn-grad);color:#fff;font-weight:900;cursor:pointer;margin-top:8px}
.oz-auth-error{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca;padding:10px 12px;border-radius:10px;margin-bottom:12px}
.oz-auth-ok{color:#166534;background:#dcfce7;border:1px solid #bbf7d0;padding:10px 12px;border-radius:10px;margin-bottom:12px}
.oz-auth-links{display:flex;justify-content:space-between;margin-top:12px;font-size:.95rem}
.oz-auth-links a{color:var(--brand)}
