.haberler-page{min-height:100vh}.haberler-hero{background:linear-gradient(135deg,var(--primary-500)0%,var(--secondary-500)100%);color:var(--white);text-align:center;padding:80px 20px}.haberler-hero h1{margin-bottom:1rem;font-size:3rem;font-weight:800}.haberler-hero p{opacity:.95;max-width:600px;margin:0 auto;font-size:1.25rem}.haberler-content{background:var(--gray-50);padding:80px 20px}.haberler-bos{text-align:center;color:var(--gray-600);padding:60px 20px;font-size:1.125rem}.haberler-grid{flex-direction:column;gap:24px;max-width:1200px;margin:0 auto;display:flex}.haber-card{background:var(--white);box-shadow:var(--shadow);border-radius:12px;grid-template-columns:500px 1fr;min-height:280px;transition:all .3s;display:grid;overflow:hidden}.haber-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.haber-gorsel{background:var(--gray-100);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.haber-gorsel img{width:100%;height:100%;transition:transform .3s;object-fit:contain!important;object-position:center!important}.haber-card:hover .haber-gorsel img{transform:scale(1.02)}.haber-icerik{flex-direction:column;justify-content:space-between;padding:32px;display:flex}.haber-tarih{color:var(--gray-500);align-items:center;gap:8px;margin-bottom:12px;font-size:.875rem;display:flex}.haber-baslik{color:var(--gray-900);margin-bottom:12px;font-size:1.5rem;font-weight:700;line-height:1.3}.haber-aciklama{color:var(--gray-600);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:16px;line-height:1.6;display:-webkit-box;overflow:hidden}.haber-detaylar{flex-wrap:wrap;gap:20px;margin-bottom:16px;display:flex}.haber-detay-item{color:var(--gray-700);align-items:center;gap:6px;font-size:.875rem;display:flex}.haber-detay-item svg{color:var(--primary-500);flex-shrink:0}.haber-btn{background:linear-gradient(135deg,var(--primary-500)0%,var(--secondary-500)100%);color:var(--white);border-radius:8px;align-self:flex-start;align-items:center;gap:8px;padding:12px 24px;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.haber-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #f973164d}@media (max-width:992px){.haber-card{grid-template-columns:400px 1fr;min-height:250px}}@media (max-width:768px){.haberler-hero h1{font-size:2rem}.haberler-hero p{font-size:1.125rem}.haberler-content{padding:60px 20px}.haber-card{grid-template-columns:1fr;min-height:auto}.haber-gorsel{height:250px}.haber-icerik{padding:20px}.haber-baslik{font-size:1.25rem}.haber-detaylar{flex-direction:column;gap:8px}}
