.blog-index-section{min-height:calc(100vh - 110px);padding-top:6.5rem}.blog-index-container{max-width:760px}.post-list{flex-direction:column;gap:1rem;margin-top:2.5rem;display:flex}.post-row{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:10px;justify-content:space-between;gap:1.5rem;padding:1.4rem 1.6rem;text-decoration:none;transition:transform .2s,border-color .2s;display:flex}.post-row:hover{border-color:#3d4e6c;transform:translateY(-2px)}@media screen and (width<=600px){.post-row{flex-direction:column-reverse;gap:.6rem}}.post-row-title{color:var(--text-primary);margin-bottom:.35rem;font-size:1.2rem;font-weight:700;line-height:1.35}.post-row-desc{color:var(--text-secondary);font-size:.92rem;line-height:1.55}.post-tags{margin-top:.7rem}.post-tags .tag{background-color:var(--tag-bg);color:var(--tag-text);border:1px solid var(--tag-border);border-radius:5px;font-size:.75rem;font-weight:500}.post-row-meta{color:var(--text-muted);text-align:right;white-space:nowrap;flex-shrink:0;font-size:.82rem}@media screen and (width<=600px){.post-row-meta{text-align:left;white-space:normal}}
