.posts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
@media (min-width:600px) and (max-width:899px){.posts-grid{grid-template-columns:repeat(3,1fr);gap:1.2rem}}
@media (min-width:900px){.posts-grid{grid-template-columns:repeat(4,1fr)}}
@media (max-width:767px){.posts-grid{gap:.8rem}}
@media (max-width:480px){.posts-grid{gap:.8rem}}
.post-card{background:rgba(56,142,60,.15);border-radius:30px;overflow:hidden;border:none;text-decoration:none!important;display:block;color:inherit;position:relative;box-shadow:none;transition:none}
.post-card:hover{transform:none;box-shadow:none}
.post-card__img{position:relative;aspect-ratio:1/1;width:100%;background:transparent;display:flex;align-items:center;justify-content:center;padding:10px;border-radius:30px}
.post-card__img img{width:100%;height:100%;object-fit:cover;object-position:top;display:block;transition:none;border-radius:40px}
.post-card:hover .post-card__img img{transform:none}
.img-overlay{position:absolute;top:10px;left:10px;right:10px;bottom:10px;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;border-radius:40px;pointer-events:none}
.post-card:hover .img-overlay{opacity:1}
.img-overlay i{font-size:2rem;color:white;background:rgba(56,142,60,.9);width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;pointer-events:none}
.post-card__featured-tag{position:absolute;top:12px;left:12px;background:rgba(0,0,0,.7);backdrop-filter:blur(4px);padding:4px 10px;border-radius:30px;font-size:.7rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px;z-index:2;pointer-events:none}
.post-card__body{padding:0 10px 10px 10px;text-align:center}
.post-card__title{font-size:1rem;font-weight:700;margin-bottom:.5rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:#f5f5f5;word-break:break-word}
.post-card__title:hover{color:#388E3C}
@media (max-width:768px){.post-card__title{font-size:.9rem}}
@media (max-width:480px){.post-card__title{font-size:.85rem}}
.post-card__version{font-size:.75rem;color:#aaa;background:rgba(0,0,0,.3);display:inline-block;padding:.2rem .6rem;border-radius:20px;margin-bottom:.5rem}
.post-card__date{font-size:.7rem;color:#9e9e9e;margin-bottom:.5rem}
.rating-stars{display:flex;justify-content:center;gap:.2rem}
.rating-star{width:16px;height:16px;display:inline-block;clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);box-shadow:0 0 4px rgba(255,215,0,.5),inset 0 0 4px rgba(255,255,255,.8)}
.rating-star.full{background:radial-gradient(circle at 30% 30%,#fff8c5 0%,#ffd700 40%,#ffa500 100%)}
.rating-star.empty{background:#e0e0e0}
.related-posts{margin:25px 0 15px;position:relative}
.related-posts .section-title{color:#388E3C!important;font-family:'Oswald','Segoe UI',system-ui,sans-serif;font-size:20px;font-weight:700;margin-bottom:10px;padding-bottom:6px;position:relative}
.related-posts .section-title .title-underline{background:linear-gradient(90deg,#ffeb00,#388e3c);border-radius:2px;bottom:0;height:3px;left:0;position:absolute;width:40px}
.related-grid{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;padding-bottom:12px;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--accent) #0a0a0f}
.related-grid::-webkit-scrollbar{height:6px}
.related-grid::-webkit-scrollbar-track{background:#0a0a0f}
.related-grid::-webkit-scrollbar-thumb{background:var(--accent);border-radius:3px}
.related-grid .post-card{flex:0 0 auto;scroll-snap-align:start}
@media (max-width:599px){.related-grid .post-card{width:calc(50% - .5rem)!important}}
@media (min-width:600px) and (max-width:899px){.related-grid .post-card{width:calc(33.333% - .7rem)!important}}
@media (min-width:900px){.related-grid .post-card{width:calc(25% - .75rem)!important}}
.carousel-controls{display:flex;justify-content:center;gap:.8rem;margin-top:.8rem}
.carousel-btn{display:inline-flex;align-items:center;gap:.4rem;background:#13131d;border:1px solid #1e1e2e;color:#e0e0e0;padding:.5rem 1.2rem;border-radius:40px;font-weight:600;font-size:.85rem;transition:all .2s;text-decoration:none;cursor:pointer}
.carousel-btn:hover{background:var(--accent);border-color:var(--accent);color:#fff;transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.3)}
.carousel-btn i{font-size:.9rem}
.carousel-btn.hidden-btn{visibility:hidden;opacity:0;pointer-events:none}
@media (max-width:599px){.carousel-btn{background:transparent;border:1px solid rgba(255,255,255,.2);color:#b0bec5;padding:.4rem .6rem;font-size:0;gap:0;border-radius:50%;width:36px;height:36px;justify-content:center}.carousel-btn i{font-size:1rem;margin:0}}
body.light-theme .post-card{background:rgba(46,125,50,.08)}
body.light-theme .post-card__title{color:#0f172a}
body.light-theme .post-card__version{background:rgba(0,0,0,.05);color:#475569}
body.light-theme .post-card__date{color:#64748b}
body.light-theme .rating-star.empty{background:#cbd5e1}
