.post-item{border-bottom:1px solid var(--color-border-light)}.post-item:last-child{border-bottom:none}.post-item-link{display:block;padding:1rem;margin:0 -1rem;text-decoration:none;color:inherit;transition:background .1s}.post-item:not(.post-item-pinned):nth-child(odd) .post-item-link{background:var(--color-bg-secondary)}.post-item:not(.post-item-pinned):nth-child(2n) .post-item-link{background:var(--color-bg-tertiary)}.post-item-link:hover{border-radius:0}.post-item:not(.post-item-pinned):nth-child(odd) .post-item-link:hover{background:var(--color-bg-tertiary)}.post-item:not(.post-item-pinned):nth-child(2n) .post-item-link:hover{background:var(--color-bg-secondary)}.post-item.post-item-pinned .post-item-link{background:rgba(37,99,235,.12)}.post-item.post-item-pinned .post-item-link:hover{background:rgba(37,99,235,.2)}.post-item-content{width:100%;display:flex;align-items:center;gap:.5rem}.post-item-row{flex:1 1;min-width:0;display:flex;align-items:center;gap:.5rem .75rem;flex-wrap:nowrap}.post-item-row--home{justify-content:flex-start;flex-wrap:nowrap;gap:.4rem .5rem;width:100%}.post-item-header--home{flex-shrink:0}.post-item-title--home{flex:1 1;min-width:0;display:inline-flex;align-items:center;gap:.35rem;margin:0}.post-item-title--home .post-item-title-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1;min-width:0}.post-home-comment-mark{flex-shrink:0;font-size:.8rem;font-weight:500;color:var(--color-text-secondary);white-space:nowrap}.post-image-icon--home{flex-shrink:0}.post-item-header{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.post-pin-badge{display:inline-flex;align-items:center;justify-content:center;color:#2563eb;line-height:1;transform:rotate(45deg)}.post-item-title{font-size:1rem;font-weight:400;color:var(--color-text);margin:0;line-height:1.4;display:flex;align-items:center;gap:.5rem;flex:1 1;min-width:0}.post-item-title-text{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-image-icon{font-size:.875rem;opacity:.7;flex-shrink:0}.post-item-meta{display:flex;align-items:center;gap:.75rem;font-size:.8rem;flex-wrap:wrap}.post-author,.post-item-meta{color:var(--color-text-secondary)}.post-author{font-weight:500}.post-author.deleted-user{color:var(--color-text-secondary);font-style:italic}.post-new-badge{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;font-size:.7rem;font-weight:700;color:#ffffff;background:#ef4444;border-radius:50%;flex-shrink:0}.post-lang-badge{margin-left:.25rem}.post-deleted-badge,.post-lang-badge{display:inline-block;font-size:.7rem;font-weight:600;color:var(--color-text-secondary);background:var(--color-bg-tertiary);padding:.1rem .4rem;border-radius:4px}.post-item-deleted .post-item-title{color:var(--color-text-secondary)}.post-item-deleted .post-item-title.deleted-title{font-style:italic}@media (max-width:767px){.post-item-row{flex-wrap:wrap}.post-item-meta{flex-basis:100%;width:100%;justify-content:flex-end}}