.ldm-resource-cards__header{margin-bottom:var(--ldm-space-6)}.ldm-resource-cards__sub{color:var(--ldm-color-text-secondary);font-size:var(--ldm-font-size-lg);margin:0 auto;max-width:520px}.ldm-resource-cards__grid{display:grid;gap:var(--ldm-space-3);grid-template-columns:repeat(3,1fr)}.ldm-resource-cards__card{background:var(--ldm-color-bg);border:1px solid var(--ldm-color-border);border-radius:var(--ldm-radius-lg);color:var(--ldm-color-text-primary);display:flex;flex-direction:column;overflow:hidden;text-decoration:none;transition:box-shadow var(--ldm-transition-fast)}.ldm-resource-cards__card:hover{box-shadow:var(--ldm-shadow-md)}.ldm-resource-cards__img-wrap{aspect-ratio:16/9;background:linear-gradient(135deg,#0a1628,var(--ldm-color-primary));overflow:hidden}.ldm-resource-cards__img{height:100%;object-fit:cover;width:100%}.ldm-resource-cards__img-placeholder{height:100%;width:100%}.ldm-resource-cards__body{display:flex;flex:1;flex-direction:column;padding:var(--ldm-space-3)}.ldm-resource-cards__type{color:var(--ldm-color-primary);display:inline-block;font-size:var(--ldm-font-size-xs);letter-spacing:.06em;text-transform:uppercase}.ldm-resource-cards__title,.ldm-resource-cards__type{font-weight:var(--ldm-font-weight-semibold);margin-bottom:var(--ldm-space-1)}.ldm-resource-cards__title{font-size:var(--ldm-font-size-base);line-height:var(--ldm-line-height-tight)}.ldm-resource-cards__desc{color:var(--ldm-color-text-secondary);flex:1;font-size:var(--ldm-font-size-sm)}@media (max-width:1023px){.ldm-resource-cards__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.ldm-resource-cards__grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.ldm-resource-cards__card{transition:none}}