.list-page-header{background:linear-gradient(180deg,rgba(0,198,255,.1),transparent 90%);border-radius:var(--radius);padding:2rem 1.25rem 2.25rem;margin-bottom:2rem;text-align:center}body.dark .list-page-header{background:linear-gradient(180deg,rgba(0,198,255,.12),rgba(0,0,0,.1))}.list-page-header .page-title{font-size:2rem;font-weight:800;color:var(--brand-blue);margin-bottom:.5rem}.list-page-header .nailak-hero img,.list-page-header .equalle-hero img,.list-page-header .hero-image img{display:block;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle at center,rgba(255,255,255,.35) 0%,rgba(255,255,255,5%) 100%)!important;box-shadow:0 6px 16px rgba(0,0,0,.2);padding:10px;background-clip:content-box;object-fit:contain}body.dark .list-page-header .nailak-hero img,body.dark .list-page-header .equalle-hero img,body.dark .list-page-header .hero-image img{background:radial-gradient(circle at center,rgba(40,40,40,.45) 0%,rgba(0,0,0,.15) 100%)!important;box-shadow:0 6px 18px rgba(0,0,0,.4)}.post-list{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:860px){.post-list{grid-template-columns:repeat(2,1fr)}}.post-card{background:var(--entry);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:.9rem 1rem;display:flex;flex-direction:column;justify-content:space-between;color:var(--content);line-height:1.45;transition:all .25s ease}@media(min-width:860px){.post-card{min-height:210px}}.post-card:hover,.post-card:focus-within{transform:translateY(-3px);border-color:rgba(0,177,210,.45);box-shadow:0 8px 22px rgba(0,177,210,.18)}.post-card-title{font-size:1.25rem;font-weight:700;color:var(--link-color);margin-bottom:.35rem;line-height:1.3;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.post-card a{text-decoration:none;color:inherit;display:block}.post-card a:hover .post-card-title{color:var(--link-hover)}body.dark .post-card-title{color:#004e7c}body.dark .post-card a:hover .post-card-title{color:#00b1d2}.post-card-summary{color:var(--content);line-height:1.38;font-size:.94rem;margin-bottom:.7rem;text-align:justify;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;text-overflow:ellipsis}body.dark .post-card-summary{color:var(--secondary)}.post-card-meta{font-size:.82rem;color:var(--secondary);opacity:.9;margin-top:.25rem}nav.pagination{display:flex;gap:.5rem;justify-content:center;margin:1.5rem 0 0;flex-wrap:wrap}nav.pagination a{background:var(--entry);color:var(--link-color);border:1px solid var(--border);border-radius:10px;padding:.45rem .75rem;font-size:.95rem;text-decoration:none;transition:all .25s ease}nav.pagination a:hover{background:var(--brand-blue);color:#fff;border-color:transparent}nav.pagination a.active{background:var(--brand-blue);color:#fff;pointer-events:none}nav.pagination a.disabled{opacity:.45;pointer-events:none}.home-categories .categories-grid{align-items:start;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.home-categories .post-card{min-height:auto;height:auto;padding:.65rem .75rem;display:flex;flex-direction:column;justify-content:flex-start}.home-categories .post-card-title{margin-bottom:.35rem;line-height:1.28;font-size:1rem;font-weight:700;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis}.home-categories .post-card-summary{font-size:.85rem;line-height:1.4;color:var(--secondary);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis;margin:0}@media(max-width:960px){.home-categories .categories-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.home-categories .categories-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.home-categories .categories-grid{grid-template-columns:1fr}}