.PostCard_cardLink__xsQFO{-webkit-text-decoration:none;text-decoration:none;color:inherit;display:block;height:100%}.PostCard_card__pLbvo{display:flex;flex-direction:column;height:100%;background:var(--color-text-primary);border-radius:var(--radius-md);border:1px solid rgba(19,28,45,.08);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.PostCard_cardLink__xsQFO:hover .PostCard_card__pLbvo{transform:translateY(-4px);box-shadow:0 4px 12px rgba(0,0,0,.08)}.PostCard_imageWrapper__6qJw1{position:relative;padding-bottom:66.6667%;background:#f0f0f0;overflow:hidden}.PostCard_imageWrapper__6qJw1:after{content:"";position:absolute;top:auto;right:0;bottom:0;left:0;height:45%;background:linear-gradient(180deg,transparent,rgba(0,0,0,.35));opacity:0;transition:opacity .3s ease}.PostCard_imageWrapper__6qJw1 img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.PostCard_imagePlaceholder__dB_Wi{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#f0f0f0,#e0e0e0)}.PostCard_cardLink__xsQFO:hover .PostCard_imageWrapper__6qJw1 img{transform:scale(1.05)}.PostCard_cardLink__xsQFO:hover .PostCard_imageWrapper__6qJw1:after{opacity:1}.PostCard_content__Y34yR{display:flex;flex-direction:column;gap:var(--space-sm);padding:var(--space-md);color:var(--color-text-secondary)}.PostCard_categories__Y4a9e{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.PostCard_category__ETZ_e{font-size:var(--font-size-sm);font-weight:600;color:var(--color-primary);text-transform:uppercase;letter-spacing:.04em}.PostCard_title__dAraN{font-family:var(--font-secondary-bold);font-size:20px;line-height:1.3;color:var(--color-text-secondary);margin:0}.PostCard_meta__om5Mf{display:flex;gap:var(--space-sm);align-items:center;font-size:14px;color:rgba(0,0,0,.45)}.PostCard_excerpt__1cF5S{font-size:var(--font-size-md);line-height:1.6;color:rgba(0,0,0,.7)}.PostCard_readMore__O3WvJ{display:inline-flex;align-items:center;gap:var(--space-sm);margin-top:auto;font-weight:600;color:var(--color-primary);transition:color .3s ease}.PostCard_readMoreLabel__Ig8kR{font-size:var(--font-size-md)}.PostCard_readMoreIcon__HuMIW{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:rgba(247,127,0,.15);color:var(--color-primary);font-size:1rem;line-height:1;transition:transform .3s ease,background .3s ease,color .3s ease}.PostCard_cardLink__xsQFO:hover .PostCard_readMore__O3WvJ{color:var(--color-accent)}.PostCard_cardLink__xsQFO:hover .PostCard_readMoreIcon__HuMIW{transform:translateX(6px);background:var(--color-primary);color:#fff}@media (min-width:640px){.PostCard_card__pLbvo{border-radius:var(--radius-lg)}.PostCard_content__Y34yR{padding:var(--space-md) calc(var(--space-xl) * .8);gap:var(--space-md)}}@media (min-width:768px){.PostCard_content__Y34yR{padding:calc(var(--space-xl) * .9)}.PostCard_title__dAraN{font-size:20px}.PostCard_readMoreIcon__HuMIW{width:36px;height:36px}}@media (min-width:1024px){.PostCard_card__pLbvo{border-radius:var(--radius-xl)}}