/* Buildora Auth V1 — exclusivo das telas de acesso */
.buildora-auth {
    margin: 0;
    min-height: 100vh;
    background: #fafafa;
    color: #0b0b0f;
}

.buildora-auth .vp-auth-shell {
    display: grid;
    grid-template-columns: minmax(360px, 42%) minmax(0, 1fr);
    min-height: 100vh;
    background: #fafafa;
}

.buildora-auth .vp-auth-story {
    display: flex;
    min-height: 100vh;
    padding: 48px;
    background: #0b0b0f;
    color: #ffffff;
    border: 0;
    border-radius: 0;
}

.buildora-auth .bd-story-content {
    width: 100%;
    max-width: 490px;
    min-height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 56px;
}

.buildora-auth .bd-brand,
.buildora-auth .bd-mobile-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.07em;
}

.buildora-auth .bd-brand-mark {
    width: 43px;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #7c3aed;
    color: #ffffff;
    border-radius: 11px;
    font-size: 25px;
    font-weight: 850;
    letter-spacing: 0;
}

.buildora-auth .bd-kicker {
    display: block;
    margin-bottom: 20px;
    color: #c4b5fd;
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.13em;
}

.buildora-auth .bd-story-message h2 {
    margin: 0 0 20px;
    max-width: 470px;
    color: #ffffff;
    font-size: clamp(38px, 4vw, 57px);
    font-weight: 800;
    line-height: 1.07;
    letter-spacing: -0.045em;
}

.buildora-auth .bd-story-message p {
    max-width: 410px;
    margin: 0;
    color: #ddd6e8;
    font-size: 17px;
    line-height: 1.7;
}

.buildora-auth .bd-story-bottom {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ddd6e8;
    font-size: 13px;
}

.buildora-auth .bd-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #a78bfa;
}

.buildora-auth .vp-auth-main {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 100vh;
    padding: 56px 34px;
    background: #fafafa;
}

.buildora-auth .vp-auth-panel {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
}

.buildora-auth .vp-auth-card {
    width: 100%;
    padding: clamp(28px, 3.5vw, 47px);
    background: #ffffff;
    border: 1px solid #e7e5e9;
    border-radius: 22px;
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.07);
}

.buildora-auth .vp-eyebrow {
    color: #7c3aed;
    font-weight: 800;
    letter-spacing: 0.11em;
}

.buildora-auth .vp-auth-header h1 {
    color: #0b0b0f;
    letter-spacing: -0.04em;
}

.buildora-auth .vp-auth-header p {
    color: #6b6673;
    line-height: 1.6;
}

.buildora-auth .vp-input-shell {
    border-color: #d4d0d9;
    border-radius: 11px;
}

.buildora-auth .vp-input-shell:focus-within {
    border-color: #7c3aed;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.11);
}

.buildora-auth .vp-button--primary {
    background: #7c3aed;
    background-image: none;
    border-color: #7c3aed;
    border-radius: 11px;
    color: #ffffff;
    box-shadow: none;
}

.buildora-auth .vp-button--primary:hover {
    background: #6d28d9;
    background-image: none;
}

.buildora-auth .vp-auth-footer {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 20px 5px 0;
    color: #6b6673;
    font-size: 12px;
}

.buildora-auth .bd-mobile-brand {
    display: none;
    color: #0b0b0f;
}

@media (max-width: 860px) {
    .buildora-auth .vp-auth-shell {
        display: block;
    }

    .buildora-auth .vp-auth-story {
        display: none;
    }

    .buildora-auth .vp-auth-main {
        min-height: 100vh;
        padding: 25px 15px;
    }

    .buildora-auth .vp-auth-card {
        padding: 26px 21px;
        border-radius: 18px;
    }

    .buildora-auth .bd-mobile-brand {
        display: flex;
        margin-bottom: 29px;
    }

    .buildora-auth .vp-auth-footer {
        flex-wrap: wrap;
    }
}

@media (prefers-reduced-motion: reduce) {
    .buildora-auth *,
    .buildora-auth *::before,
    .buildora-auth *::after {
        animation-duration: 0.01ms;
        transition-duration: 0.01ms;
    }
}


/* Ajustes finais da identidade Buildora */
.buildora-auth a {
    color: #7c3aed;
}

.buildora-auth input[type="checkbox"] {
    accent-color: #7c3aed;
}

.buildora-auth .vp-button--primary,
.buildora-auth .vp-button--primary:hover {
    color: #ffffff;
}

.buildora-auth .vp-button--primary:focus-visible,
.buildora-auth a:focus-visible {
    outline: 3px solid #a78bfa;
    outline-offset: 3px;
}
