@layer reset, base, components, modules, shell, identity, responsive, utilities;
@layer identity {
  /* UoL Cortex v5.5.0 — authenticated-shell startup and Cortex identity safeguards. */
  /* These intrinsic bounds remain active before the authenticated shell class is mounted. */
  .cx-home-lockup>img {
    width:50px;
    height:50px;
    max-width:50px;
    max-height:50px;
  }
  @media(max-width: 1024px) {
    .cx-operational-pulse .home-kpi-row {
      grid-column:2;
      grid-row:2;
    }
    .cx-source-note {
      grid-column:1/-1;
    }
  }
  @media(max-width: 768px) {
    .cx-operational-pulse .home-kpi-row {
      margin-top: var(--uol-space-1);
    }
  }
  @media(max-width: 480px) {
    .cx-hero-action {
      flex:1;
    }
  }
}
