.postCard{color:inherit;background:var(--surface-bg);border-radius:14px;flex-direction:column;height:100%;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.postCard:hover{text-decoration:none;transform:translateY(-3px);box-shadow:0 14px 36px #0f172a14}.postCardWide{flex-direction:row;align-items:stretch;gap:24px;padding:0}.postCardWide .postCardThumbWrap{aspect-ratio:4/3;border-radius:14px;flex:0 0 320px;overflow:hidden}.postCardWide .postCardBody{padding:16px 4px 16px 0}@media (max-width:768px){.postCardWide{flex-direction:column}.postCardWide .postCardThumbWrap{flex:1;width:100%}}.postCardMinimal{border-bottom:1px solid #ececec;border-radius:0;flex-direction:column;padding:14px 0}.postCardMinimal:hover{box-shadow:none;background:0 0;transform:none}.postCardMinimal:hover .postCardTitle{color:var(--autofact-a-color)}.postCardThumbWrap{aspect-ratio:3/2;background:var(--autofact-bg-soft);width:100%;position:relative;overflow:hidden}.postCardThumbWrap img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.postCard:hover .postCardThumbWrap img{transform:scale(1.04)}.postCardThumbPlaceholder{background:radial-gradient(circle at 30% 25%, color-mix(in srgb, var(--maresia-accent) 20%, transparent) 0, transparent 62%),linear-gradient(135deg, var(--theme-primary-soft) 0%, var(--surface-muted) 100%);justify-content:center;align-items:center;display:flex}.postCardThumbPlaceholder:after{content:"Próximamente";letter-spacing:.06em;text-transform:uppercase;text-align:center;color:var(--maresia-accent-text);opacity:.92;font-size:13px;font-weight:800}@media (max-width:600px){.postCardThumbPlaceholder:after{letter-spacing:.03em;font-size:11px}}.postCardBody{flex-direction:column;flex:1;gap:8px;padding:16px 18px 18px;display:flex}.postCardCategoryTag{text-transform:uppercase;letter-spacing:.6px;color:var(--autofact-a-color);align-self:flex-start;font-size:12px;font-weight:700;display:inline-block}.postCardTitle{-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:17px;font-weight:700;line-height:1.32;transition:color .15s;display:-webkit-box;overflow:hidden}.postCardTitleWide{color:var(--autofact-text);margin:0;font-size:24px;font-weight:700;line-height:1.25}@media (max-width:768px){.postCardTitleWide{font-size:20px}}.postCardExcerpt{color:var(--autofact-text-soft);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:14px;line-height:1.5;display:-webkit-box;overflow:hidden}.postCardDate{color:var(--autofact-text-soft);text-transform:uppercase;letter-spacing:.4px;margin-top:4px;font-size:12px}
