.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:30px}@media (max-width:900px){.post-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:20px}}@media (max-width:540px){.post-grid{grid-template-columns:1fr;gap:14px;margin:16px}}.article-card{margin:0!important;padding:0!important;background:0 0!important;box-shadow:none!important;border:none!important}.post-card{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:8px;overflow:hidden;text-decoration:none!important;color:inherit;box-shadow:0 1px 3px rgba(0,0,0,.06);transition:transform .2s ease,box-shadow .2s ease}.post-card:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(0,0,0,.1)}.post-card-cover{width:100%;aspect-ratio:16/9;background:#f3f3f3;overflow:hidden;position:relative}.post-card-cover img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.post-card:hover .post-card-cover img{transform:scale(1.04)}.post-card-cover-fallback{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#592c3a 0,#3f4e61 100%);color:rgba(255,255,255,.85)}.post-card-cover-fallback span{font-weight:600;line-height:1}.post-card-cover-fallback span[data-len="1"]{font-size:56px}.post-card-cover-fallback span[data-len="2"]{font-size:44px}.post-card-cover-fallback span[data-len="3"]{font-size:36px}.post-card-cover-fallback span[data-len="4"]{font-size:30px}.post-card-body{padding:14px 16px 16px;display:flex;flex-direction:column;flex:1;min-width:0}.post-card-title{font-size:16px;font-weight:600;margin:0 0 6px;line-height:1.4;color:#333;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-card-date{font-size:12px;color:#999;margin-bottom:8px;display:block}.post-card-excerpt{font-size:13px;color:#666;line-height:1.55;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}