.home-page{flex-direction:column;width:100%;max-width:750px;margin:0 auto;display:flex}.home-page .articles-list{flex-direction:column;gap:42px;display:flex}
.article-card{background-color:var(--background);border:1px solid var(--border);border-radius:var(--radius);min-height:170px;display:flex;overflow:hidden}.article-card:hover{background-color:color-mix(in oklab,var(--accent)50%,transparent)}.article-card-content{flex-direction:column;flex:1;padding:14px 24px 14px 20px;line-height:1.25;display:flex}.article-card-title{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin-bottom:8px;font-size:1.6rem;font-weight:700;display:-webkit-box;overflow:hidden}.article-card-description{color:var(--muted-foreground);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:24px;display:-webkit-box;overflow:hidden}.article-card-footer{color:var(--muted-foreground);gap:12px;margin-top:auto;font-size:13px;line-height:1.1;display:flex}.article-card-impression{gap:3px;display:flex}.article-card-impression svg{width:13px;height:13px}.article-card-date{margin-left:auto}.article-card-image-wrapper{width:220px;height:0;min-height:100%;padding:10px}.article-card-image{border-radius:calc(var(--radius) - 2px);object-fit:cover;width:100%;height:100%}
