/* Bloque "Powered by Cobbá networks" — pantallas de auth SIOPEC */

.auth-page-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.auth-page-stack .login-card,
.auth-page-stack .setup-card {
    width: 100%;
}

.powered-by-coba {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    user-select: none;
}

.powered-by-coba__label {
    font-size: 0.65rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #94a3b8;
    font-weight: 600;
}

.powered-by-coba__logo-wrap {
    background: #fff;
    border-radius: 10px;
    padding: 10px 16px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    line-height: 0;
    transition: box-shadow 0.2s ease;
}

.powered-by-coba__logo-wrap:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.powered-by-coba__logo {
    display: block;
    max-width: 132px;
    height: auto;
}
