.elementor-47 .elementor-element.elementor-element-f2f83ed{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-f2f83ed *//* Contenedor Externo para simular el fondo de la app */
.base44-wrapper {
    background-color: #F3F4F6; /* Gris muy claro de fondo */
    min-height: 100vh;
    display: flex;
    justify-content: center;
    padding: 40px 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.base44-container {
    width: 100%;
    max-width: 400px;
    text-align: center;
}

/* Foto de Perfil / Logo */
.profile-img-container img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #fff;
    padding: 5px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    margin-bottom: 16px;
    object-fit: cover;
}

/* Tipografía */
.base44-header h1 {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}

.base44-header p {
    font-size: 15px;
    color: #6B7280;
    margin-bottom: 32px;
}

/* Diseño de los Botones (Exacto a la referencia) */
.base44-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.b44-btn {
    background-color: #FFFFFF;
    color: #111827;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 16px 20px;
    border-radius: 16px; /* Bordes muy redondeados */
    font-weight: 600;
    font-size: 16px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.b44-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    background-color: #fafafa;
}

/* Estilo del Botón Negro */
.btn-dark {
    background-color: #111827 !important;
    color: #FFFFFF !important;
}

.btn-dark:hover {
    background-color: #000000 !important;
}

.b44-icon {
    margin-right: 14px;
    font-size: 20px;
    display: flex;
    align-items: center;
}

.b44-text {
    flex-grow: 1;
    text-align: left;
}

/* Footer */
.base44-footer {
    margin-top: 40px;
    font-size: 13px;
    color: #9CA3AF;
}/* End custom CSS */