/* Pantallas de acceso. Usa los tokens de /app.css (01-tokens.css). */
.acceso{ min-height:100vh; display:grid; place-items:center; padding:24px; background:var(--surface-2); }
.tarjeta{ width:100%; max-width:420px; background:var(--surface); border:1px solid var(--line); border-radius:18px; padding:32px 28px 28px; }
.tarjeta .wordmark{ font-weight:900; font-size:18px; letter-spacing:-.02em; margin-bottom:22px; }
.tarjeta .wordmark span{ color:var(--coral); }
.tarjeta h1{ font-size:24px; font-weight:900; letter-spacing:-.02em; margin:0 0 6px; line-height:1.1; }
.tarjeta p.ayuda{ color:var(--ink-2); font-size:13.5px; margin:0 0 22px; }
.campo{ display:block; margin-bottom:14px; }
.campo span{ display:block; font-size:11px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:var(--ink-3); margin-bottom:6px; }
.campo input{ width:100%; font:inherit; font-size:15px; padding:11px 12px; border:1px solid var(--line-strong); border-radius:10px; background:var(--bg); color:var(--ink); }
.campo input:focus{ outline:2px solid var(--focus); outline-offset:-1px; }
.acciones{ display:flex; align-items:center; gap:14px; margin-top:20px; flex-wrap:wrap; }
.acciones .btn{ min-width:120px; }
.enlaces{ margin-top:22px; font-size:13px; color:var(--ink-2); display:flex; gap:14px; flex-wrap:wrap; }
.enlaces a, .tarjeta .notice a{ color:var(--blue); text-decoration:none; font-weight:700; }
.enlaces a:hover{ text-decoration:underline; }
.tarjeta .notice{ margin:0 0 16px; }
.tarjeta .notice.err{ border-left-color:var(--crit); }
[hidden]{ display:none !important; }
