/* Solicitar registro — página sin sesión, tarjeta centrada.
   .campo-grupo / .obligatorio vienen de layout.css. */

body {
    background: var(--surface);
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 40px 0;
}

.acceso-header { text-align: center; margin-bottom: 28px; }
.acceso-brand {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--brand);
    letter-spacing: .03em;
}
.acceso-header h1 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #111827;
    margin: 10px 0 2px;
}
.acceso-subtitulo { font-size: .82rem; color: var(--text-muted-2); margin: 0; }

.acceso-intro {
    font-size: .86rem;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 28px;
}
.acceso-pie { text-align: center; margin: 16px 0 0; }
.acceso-pie a { font-size: .84rem; color: var(--text-muted-2); text-decoration: none; }
.acceso-pie a:hover { color: var(--brand); text-decoration: underline; }
