.news-container{max-width:1100px;margin:0 auto;padding:0 15px}.news-header{text-align:center;margin-bottom:3rem;padding:2rem 0}.news-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.news-subtitle{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.news-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:all .3s ease;height:100%;display:flex;flex-direction:column;box-shadow:0 2px 4px rgba(0,0,0,.06)}.news-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.12);border-color:#8b5cf6}.news-card-body{padding:1.5rem;flex:1;display:flex;flex-direction:column}.news-card-category{display:inline-block;background:#f3f0ff;color:#8b5cf6;font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:9999px;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.news-card-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.75rem;line-height:1.4;flex:1}.news-card-title a{color:#3e3e3e;text-decoration:none;transition:color .2s ease}.news-card-title a:hover{color:#8b5cf6}.news-card-summary{color:#64748b;font-size:1.16rem;line-height:1.6;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.news-card-meta{display:flex;align-items:center;justify-content:space-between;font-size:1.2rem;color:#64748b;margin-top:auto;padding-top:1rem;border-top:1px solid #e2e8f0}.news-card-date{font-weight:500}.news-card-author{font-weight:400}.news-pager{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:3rem;padding:2rem 0}.news-pager a,.news-pager strong{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;font-size:.9rem;text-decoration:none;border-radius:6px;transition:all .2s ease}.news-pager a{background:#f1f5f9;color:#1e293b;border:1px solid #e2e8f0}.news-pager a:hover{background:#8b5cf6;color:#fff;transform:translateY(-1px)}.news-pager strong{background:#8b5cf6;color:#fff;font-weight:600}.news-error{background:rgba(239,68,68,.1);color:#dc2626;padding:1rem 1.5rem;border-radius:12px;border:1px solid rgba(239,68,68,.2);text-align:center;margin-bottom:2rem}.news-empty{text-align:center;padding:4rem 2rem;color:#64748b}.news-empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}@media (max-width:768px){.news-title{font-size:2rem}.news-card-body{padding:1.25rem}.news-card-title{font-size:1.35rem}.news-card-img{width:100%;height:100%;object-fit:cover;background:#f1f5f9}.news-card-media{height:100%;position:relative}}@media (min-width:768px){.news-card-media{height:26rem;position:relative;overflow:hidden;width:100%}.news-card-img{width:100%;height:100%;object-fit:cover;background:#f1f5f9;object-position:center;position:absolute;inset:0;max-width:none;max-height:none;display:block}}