/* v94: imágenes nítidas, preferencias de vista y cuadrícula de equipos */
.user-avatar-v36,
.user-avatar-v36 > img,
.profile-photo-lg,
.user-cell-avatar,
.gtic-avatar-mini-v36,
.chat-v23-avatar,
.chat-v23-message-avatar {
  image-rendering: auto;
  object-fit: cover;
}
.user-avatar-v36 > img {
  width: 100%;
  height: 100%;
  display: block;
  object-position: center;
}
.profile-photo-lg.user-avatar-v36 {
  width: 112px;
  height: 112px;
  border-radius: 30px;
}
.user-cell-avatar.user-avatar-v36 {
  width: 42px;
  height: 42px;
  border-radius: 14px;
}
.gtic-avatar-mini-v36.user-avatar-v36 {
  width: 34px !important;
  height: 34px !important;
  border-radius: 11px !important;
}

.gtic-asset-card {
  padding: 0 !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
}
.gtic-asset-card .gtic-item-select-v49 {
  z-index: 4;
}
.gtic-asset-card-media-v94 {
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: 170px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  overflow: hidden;
  background: linear-gradient(145deg, #edf4f7, #dfeaec);
  border-bottom: 1px solid rgba(15, 23, 42, .08);
  color: #607785;
}
.gtic-asset-card-media-v94 > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  image-rendering: auto;
}
.gtic-asset-card-media-v94 > span {
  font-size: 2.6rem;
  line-height: 1;
}
.gtic-asset-card-media-v94 > small {
  font-weight: 800;
  color: inherit;
}
.gtic-asset-card-body-v94 {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 14px;
}
.gtic-asset-card-body-v94 .gtic-asset-actions-v90 {
  margin-top: auto;
  padding-top: 12px;
}
html[data-theme="dark"] .gtic-asset-card-media-v94 {
  background: linear-gradient(145deg, #172b39, #203847);
  border-bottom-color: rgba(255,255,255,.09);
  color: #b8cad4;
}
@media (max-width: 760px) {
  .profile-photo-lg.user-avatar-v36 { width: 100px; height: 100px; }
  .gtic-asset-card-media-v94 { min-height: 150px; }
}
