.post-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.post-item{display:flex;flex-direction:column}.post-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 3px 10px #00000014;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.post-card:hover{transform:translateY(-4px);box-shadow:0 6px 18px #0000001f}.post-card-link{display:block}.post-image{width:100%;aspect-ratio:16 / 9;-o-object-fit:cover;object-fit:cover;background:#e5e7eb;display:block}.post-image.no-image{display:flex;align-items:center;justify-content:center;font-size:.85rem;color:#777}.post-body{padding:1rem;display:flex;flex-direction:column;flex:1}.post-meta{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.4rem;font-size:.8rem;color:#666;margin-bottom:.6rem}.difficulty{white-space:nowrap}.star{color:#fbbf24}.date{white-space:nowrap}.post-title{line-height:1.45;height:4.35em;display:flex;align-items:center;margin:.3rem 0 0}.post-title-text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden}.post-meta-outside{padding:.1rem .8rem .8rem;display:flex;flex-direction:column;gap:.1rem}.categories{display:flex;flex-wrap:wrap;gap:.4rem}.category-label{width:100%}.category{display:inline-block;padding:.25rem .6rem;font-size:.75rem;background:#eef6f1;color:#2f7a4f;border-radius:999px;border:1px solid #cde6d8;transition:background .2s ease,color .2s ease,transform .1s ease}.category:hover{background:#2f7a4f;color:#fff;transform:translateY(-1px)}.category-more{font-size:.75rem;color:#666}.post-author{display:flex;align-items:center;margin-bottom:.6rem}.author-link{display:inline-flex;align-items:center;gap:6px;color:#1f6f43;font-weight:600;text-decoration:underline}.author-icon-link{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;color:#777;transition:color .2s ease,background .2s ease}.author-icon-circle{width:40px;height:40px;border-radius:50%;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;background:#eee}.author-link:hover .author-icon-circle{background:#eef6f1;transform:translateY(-1px)}.user-icon{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.author-name{transition:color .2s ease}.author-link:hover .author-name{color:#1f6f43}.post-actions{margin-top:auto;display:flex;justify-content:flex-end}.btn-edit{margin-left:8px;padding:6px 12px;background:#e5e7eb;color:#000;border-radius:4px;text-decoration:none}.btn-edit:hover{background:#ec971f}.no-posts{text-align:center;color:#666;margin-top:2rem}.post-card{position:relative}.post-status-badge{position:absolute;top:8px;right:8px;padding:4px 8px;font-size:.7rem;font-weight:600;border-radius:999px;z-index:2}.post-status-badge.draft{background:#fde68a;color:#92400e}.post-status-badge.published{background:#dcfce7;color:#166534}
