.content{flex-direction:column}.featured-posts{width:100%;padding:4rem 2rem;background-color:var(--bg-color,#fafafa)}.featured-posts-container{max-width:1200px;margin:0 auto}.featured-posts-title{font-size:2.4rem;font-weight:700;margin-bottom:3rem;text-align:center;color:var(--fg-color,#212121)}.featured-posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-bottom:4rem}.post-card{background-color:var(--alt-bg-color,#fafafa);border:1px solid var(--border-color,#e0e0e0);border-radius:8px;padding:2rem;transition:all .2s ease;display:flex;flex-direction:column}.post-card:hover{background-color:var(--hover-bg-color,#f5f5f5);border-color:var(--link-color,#1565c0)}.post-card-title{font-size:2rem;font-weight:700;margin:0 0 1rem;line-height:1.3}.post-card-title a{color:var(--fg-color,#212121);text-decoration:none}.post-card-title a:hover{color:var(--link-color,#1565c0)}.post-card-description{font-size:1.6rem;line-height:1.6;color:var(--fg-color-secondary,#757575);margin:0 0 1.5rem;flex-grow:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-card-meta{display:flex;flex-direction:column;gap:1rem;margin-top:auto}.post-card-date{font-size:1.4rem;color:var(--fg-color-secondary,#757575)}.post-card-tags{display:flex;flex-wrap:wrap;gap:.6rem}.post-card-tag{display:inline-block;font-size:1.2rem;padding:.3rem .8rem;background-color:var(--tag-bg-color,#e0e0e0);color:var(--fg-color,#212121);border-radius:4px;text-transform:lowercase}body.colorscheme-dark .featured-posts{background-color:#212121}body.colorscheme-dark .featured-posts-title,body.colorscheme-dark .post-card-title a{color:#dadada}body.colorscheme-dark .post-card{background-color:#2c2c2c;border-color:#424242}body.colorscheme-dark .post-card:hover{background-color:#333;border-color:#42a5f5}body.colorscheme-dark .post-card-description,body.colorscheme-dark .post-card-date{color:#b0b0b0}body.colorscheme-dark .post-card-tag{background-color:#424242;color:#dadada}@media(prefers-color-scheme:dark){body.colorscheme-auto .featured-posts{background-color:#212121}body.colorscheme-auto .featured-posts-title,body.colorscheme-auto .post-card-title a{color:#dadada}body.colorscheme-auto .post-card{background-color:#2c2c2c;border-color:#424242}body.colorscheme-auto .post-card:hover{background-color:#333;border-color:#42a5f5}body.colorscheme-auto .post-card-description,body.colorscheme-auto .post-card-date{color:#b0b0b0}body.colorscheme-auto .post-card-tag{background-color:#424242;color:#dadada}}@media only screen and (max-width:768px){.featured-posts{margin:3rem auto 0;padding:0 1.5rem}.featured-posts-title{font-size:2rem;margin-bottom:2rem}.featured-posts-grid{grid-template-columns:1fr;gap:2rem}.post-card{padding:1.5rem}.post-card-title{font-size:1.8rem}.post-card-description{font-size:1.5rem}}@media only screen and (min-width:769px) and (max-width:1024px){.featured-posts-grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1025px){.featured-posts-grid{grid-template-columns:repeat(3,1fr)}}