/* ==========================================================================
   Auth Template — Production Design
   ========================================================================== */

.pf_redes_template_auth {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: var(--pf-redes-spacing-xxl);
    padding-bottom: var(--pf-redes-spacing-xxl);
    min-height: calc(100vh - 200px);
    background: #f7f7ff;
}

.pf-redes-auth {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    background: var(--pf-redes-bg);
    border: 1px solid var(--pf-redes-border-light);
    padding: var(--pf-redes-spacing-xl);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.pf-redes-auth--signup {
    max-width: 560px;
}
