/*
 * PE-Class 12204 — explicitly opted-in macOS Home card floor alignment.
 *
 * The opt-in marker is device-local. Default macOS, Windows, iPad, Fold and
 * compact layouts retain their existing geometry. The 43px term is the exact
 * current desktop creator-credit border box (1px border + 12px/2px padding +
 * 28px content), so the lower Home card row meets its top divider.
 */
@media (min-width: 1101px) {
  html.pe87MacDesktop[data-pe-shell="11646"][data-pe-device="desktop"][data-pe-ipados="false"][data-pe-home-card-bottom="creator-credit"]:not([data-pe-fold-wide="true"]):not([data-pe87-fold-wide="true"]):not(.pe87Ipad):not(.pe87IpadRuntime):not(.pe87FoldWide)
    body.homeDashboardApp .homeDashboard {
    min-height: calc(
      100vh
      - var(--pe-f-header-height)
      - var(--pe-f-main-padding)
      - var(--pe-f-side-padding)
      - 43px
    ) !important;
  }
}
