*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;background-color:var(--bg);color:var(--text)}.img-logo{height:60px}@media (max-width:768px){.img-logo{height:42px}}.text-warning,.btn-warning{background-color:#f07e24!important;color:#fff!important;border-color:#f07e24!important}.btn-warning:hover{background-color:#d96e20!important;border-color:#d96e20!important}.post-list-header{background:#f07e24;color:#fff;padding:1rem 0;margin-bottom:2rem}.post-list-header h1{font-weight:700;font-size:1.8rem;margin-bottom:.5rem}@media (max-width:768px){.post-list-header h1{font-size:1.5rem}}.news-card-link{text-decoration:none;color:inherit;display:block;height:100%}.news-card{background:var(--surface);color:var(--text);overflow:hidden;box-shadow:0 2px 12px rgb(0 0 0 / .08);transition:all 0.3s ease;height:100%;display:flex;flex-direction:column}.news-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px rgb(0 0 0 / .15)}.news-card-media{position:relative}.news-card-img{width:100%;height:220px;object-fit:cover}.news-card-badge{position:absolute;top:1rem;left:1rem;background:#f07e24;color:#fff;padding:.4rem 1rem;font-size:.8rem;font-weight:600;text-transform:uppercase}.news-card-body{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.news-card-title{font-size:1.1rem;font-weight:600;color:var(--heading);margin-bottom:.75rem;line-height:1.4}.news-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid var(--border);gap:1rem}.news-card-author{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-muted)}.news-card-stats{font-size:.85rem;color:var(--text-muted)}.pagination-custom{display:flex;justify-content:center;gap:.5rem;margin-top:3rem;margin-bottom:3rem;flex-wrap:wrap}.pagination-custom button,.pagination-custom a{min-width:40px;height:40px;border:1px solid var(--border);background:var(--surface);color:var(--heading);display:flex;align-items:center;justify-content:center;text-decoration:none;font-weight:500;transition:all 0.3s ease;padding:0 12px}.pagination-custom button:hover,.pagination-custom a:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.pagination-custom .active{background:var(--accent);color:#fff;border-color:var(--accent);pointer-events:none}.pagination-custom button[disabled]{opacity:.6;cursor:not-allowed}.pagination-dots{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;color:var(--text-muted)}@media (max-width:576px){.pagination-custom{flex-wrap:nowrap;gap:.25rem}.pagination-custom a,.pagination-custom button{min-width:32px;height:32px;font-size:.85rem;padding:0 6px}.pagination-dots{min-width:24px;font-size:.8rem}}[data-theme="dark"] .news-card{box-shadow:0 8px 24px rgb(0 0 0 / .35)}