/* /assets/css/portal.css - NİHAİ YERLEŞİM DÜZENLEMESİ */

.portal-container { padding: 20px; }

/* Slider Genel */
#haberlerSlider { width: 100%; max-width: 1500px; margin: 0 auto 2rem auto; background: #1a1a2e; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.4); height: 450px; }
#haberlerSlider .carousel-inner, #haberlerSlider .carousel-item { height: 100%; }
.slider-item-container { display: flex; flex-wrap: wrap; align-content: flex-start; gap: 15px; padding: 20px; height: 100%; overflow: hidden; }
.slider-placeholder { color: #ccc; font-size: 1.5rem; text-align: center; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }

/* Slayt 1: Görsel Haberler Stili */
.gorsel-slayt { justify-content: center; }
.slider-haber-karti-gorsel { width: calc(20% - 12px); height: calc(50% - 10px); background: #0f0f1a; border-radius: 8px; overflow: hidden; transition: transform 0.3s ease; }
.slider-haber-karti-gorsel:hover { transform: translateY(-5px); }
.slider-haber-karti-gorsel a { text-decoration: none; color: #e0e0e0; display: flex; flex-direction: column; height: 100%; }
.slider-haber-karti-gorsel img { width: 100%; height: 70%; object-fit: cover; }
.slider-haber-karti-gorsel .slider-haber-baslik { padding: 8px; font-size: 0.8rem; font-weight: 500; height: 30%; overflow: hidden; line-height: 1.3; display:flex; align-items:center; }
.slider-haber-karti-gorsel .slider-haber-baslik span { width:100%; }

/* Slayt 2-5: Normal Haberler Stili */
.normal-slayt { flex-direction: column; align-items: stretch; gap: 5px; }
.slider-haber-karti-normal { width: 100%; background: #0f0f1a; border-radius: 4px; padding: 5px 10px; }
.slider-haber-karti-normal a { color: #c0c0e0; text-decoration: none; font-size: 0.85rem; transition: color 0.2s ease; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.slider-haber-karti-normal a:hover { color: #ffffff; }

/* 4'lü Modül Sistemi */
.widget-bolumu .moduler-kutu { text-align: center; }
.moduler-kutu h3 { font-size: 1.3rem; }
.moduler-kutu h3 i { display: block; margin-bottom: 15px; font-size: 2.5rem; color: #00aaff; }

/* 3 Sütunlu Haber Bölümü */
.haber-blogu { background: rgba(26, 26, 46, 0.7); border: 1px solid #2a2a4a; border-radius: 8px; padding: 20px; }
.sutun-baslik { font-family: 'Orbitron', sans-serif; color: #00d9ff; font-size: 1.5rem; text-align: center; margin-bottom: 25px; border-bottom: 2px solid #007799; padding-bottom: 10px; }
.sutun-haber-item { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid #2a2a4a; }
.sutun-haber-item:last-child { border-bottom: none; }
.sutun-haber-item .thumb { width: 60px; height: 40px; object-fit: cover; border-radius: 4px; }
.sutun-haber-item h5 { margin: 0; }
.sutun-haber-item h5 a { color: #e0e0e0; text-decoration: none; font-weight: 500; font-size: 0.95rem; transition: color 0.2s ease; }
.sutun-haber-item h5 a:hover { color: #00aaff; }
.haber-yok { color: #888; text-align:center; padding: 20px 0; }