/* ========== BÖLÜM STİLLERİ - Türk Haber Sitesi ========== */

.home-section { padding: 16px 0; }

/* Kısım arkaplan renkleri - soluk tonlar */
.sec-cat:nth-of-type(1) { background: #fef9f0; } /* gündem - soluk sarı */
.sec-cat:nth-of-type(2) { background: #f0f7fe; } /* ekonomi - soluk mavi */
.sec-cat:nth-of-type(3) { background: #f0fef4; } /* spor - soluk yeşil */
.sec-cat:nth-of-type(4) { background: #fef0f0; } /* politika - soluk kırmızı */
.sec-cat:nth-of-type(5) { background: #f5f0fe; } /* magazin - soluk mor */
.sec-cat:nth-of-type(6) { background: #fefaf0; } /* sağlık - soluk turuncu */
.sec-cat:nth-of-type(7) { background: #f0fefe; } /* teknoloji - soluk cyan */
.sec-cat { padding: 18px 0; margin: 0 -15px; padding-left: 15px; padding-right: 15px; }
.sec-tumhaberler { background: #f8f8f8; padding: 18px 0; }
.section-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; padding-bottom: 8px; border-bottom: 3px solid var(--primary); }
.section-title { font-size: 15px; font-weight: 800; text-transform: uppercase; color: var(--primary); letter-spacing: 0.5px; margin: 0; }
.section-title::after { display: none; }
.section-link { display: inline-flex; align-items: center; gap: 4px; background: var(--primary); color: #fff; padding: 4px 12px; border-radius: 14px; font-size: 11px; font-weight: 600; white-space: nowrap; }
.section-link:hover { opacity: 0.9; color: #fff; }

/* ===== Son Dakika - Beyaz Üzerine, Ayrık ===== */
.breaking-ticker { background: #fff; padding: 9px 0; overflow: hidden; margin-top: 6px; border-radius: 0; border-bottom: 1px solid #eee; box-shadow: 0 1px 4px rgba(0,0,0,0.04); }
.breaking-ticker .container { display: flex; align-items: center; }
.breaking-label { background: var(--primary); color: #fff; padding: 5px 14px; font-size: 11px; font-weight: 700; border-radius: 4px; white-space: nowrap; display: flex; align-items: center; gap: 5px; flex-shrink: 0; box-shadow: 0 2px 8px rgba(221,0,0,0.25); animation: labelPulse 2s infinite; }
@keyframes labelPulse { 0%,100%{box-shadow:0 2px 8px rgba(221,0,0,0.25)} 50%{box-shadow:0 2px 14px rgba(221,0,0,0.45)} }
.breaking-label i { animation: pulse 1.5s infinite; }
@keyframes pulse { 0%,100%{opacity:1}50%{opacity:0.4} }
.breaking-content { flex: 1; overflow: hidden; margin-left: 10px; }
.breaking-marquee { display: flex; animation: marqueeScroll 40s linear infinite; white-space: nowrap; }
.breaking-marquee a { color: #333; font-size: 12px; margin-right: 25px; display: inline-flex; align-items: center; gap: 5px; font-weight: 500; }
.breaking-marquee .breaking-time { color: var(--primary); font-weight: 700; font-size: 11px; }
.breaking-marquee .breaking-dot { color: var(--primary); font-size: 6px; }
@keyframes marqueeScroll { 0%{transform:translateX(0)}100%{transform:translateX(-50%)} }

/* ===== Üst Kartlar Slider ===== */
.top-cards-section { padding: 10px 0; background: #fff; border-bottom: 1px solid #eee; }
.top-cards-wrap { position: relative; padding: 0 20px; }
.top-cards-prev, .top-cards-next { position: absolute; top: 50%; transform: translateY(-70%); z-index: 10; width: 30px; height: 30px; border-radius: 50%; background: var(--primary); color: #fff; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 12px; box-shadow: 0 2px 8px rgba(221,0,0,0.3); transition: all 0.2s; }
.top-cards-prev { left: 0; }
.top-cards-next { right: 0; }
.top-cards-prev:hover, .top-cards-next:hover { background: #b00; transform: translateY(-70%) scale(1.1); }
.top-card { display: block; background: #fff; border-radius: 8px; overflow: hidden; border: 1px solid #f0f0f0; transition: all 0.2s; }
.top-card:hover { border-color: var(--primary); box-shadow: 0 3px 12px rgba(0,0,0,0.08); }
.top-card-img { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.top-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.top-card:hover .top-card-img img { transform: scale(1.05); }
.top-card-cat { position: absolute; bottom: 0; left: 0; right: 0; background: var(--primary); color: #fff; padding: 3px 8px; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
.top-card-title { font-size: 12px; font-weight: 600; line-height: 1.4; padding: 8px 10px; color: #222; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin: 0; }

/* ===== Numaralı Manşet ===== */
.numbered-slider-section { padding: 10px 0; }
.manset-layout { display: grid; grid-template-columns: 1fr 280px; gap: 12px; }
.manset-left { min-width: 0; overflow: hidden; }
.numbered-slider-wrap { border-radius: 8px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.1); }
.numbered-slider { height: 500px; }
.numbered-slide { position: relative; height: 100%; display: block; }
.numbered-slide img { width: 100%; height: 100%; object-fit: cover; }
.slide-text-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 25px 30px; background: linear-gradient(transparent, rgba(0,0,0,0.85)); }
.slide-subtitle { color: var(--accent); font-size: 14px; font-weight: 700; font-style: italic; margin-bottom: 5px; }
.slide-title { color: #fff; font-size: 22px; font-weight: 800; line-height: 1.25; }

/* Numara Barı */
.numbered-nav { display: flex; background: #f0f0f0; overflow-x: scroll; scrollbar-width: none; border-radius: 0 0 8px 8px; }
.numbered-nav::-webkit-scrollbar { display: none; }
.numbered-nav-item { flex: 0 0 auto; width: 44px; text-align: center; padding: 9px 0; font-size: 13px; font-weight: 700; color: #aaa; cursor: pointer; transition: all 0.15s; border-right: 1px solid #e0e0e0; user-select: none; }
.numbered-nav-item:last-child { border-right: none; }
.numbered-nav-item:hover, .numbered-nav-item.active { background: var(--primary); color: #fff; }

/* Sağ Sidebar - Günün Öne Çıkanları */
.manset-right { background: #fff; border-radius: 8px; box-shadow: 0 1px 8px rgba(0,0,0,0.06); overflow: hidden; max-height: 540px; overflow-y: auto; }
.manset-sidebar-title { font-size: 13px; font-weight: 800; color: var(--primary); padding: 10px 12px; border-bottom: 2px solid var(--primary); margin: 0; }
.manset-popular-item { display: flex; align-items: center; gap: 8px; padding: 8px 10px; border-bottom: 1px solid #f0f0f0; transition: background 0.15s; }
.manset-popular-item:last-child { border-bottom: none; }
.manset-popular-item:hover { background: #f9f9f9; }
.manset-popular-item img { width: 50px; height: 38px; border-radius: 4px; object-fit: cover; flex-shrink: 0; }
.manset-popular-item span { font-size: 11px; font-weight: 600; line-height: 1.35; color: #333; }

/* ===== Yazarlar ===== */
.writers-bar { padding: 12px 0; }
.writers-scroll { display: flex; gap: 10px; overflow-x: auto; scrollbar-width: none; }
.writers-scroll::-webkit-scrollbar { display: none; }
.writer-card { display: flex; align-items: center; gap: 8px; background: #fff; padding: 8px 12px 8px 8px; border-radius: 8px; box-shadow: 0 1px 4px rgba(0,0,0,0.05); flex-shrink: 0; min-width: 180px; }
.writer-card:hover { box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.writer-avatar { width: 38px; height: 38px; border-radius: 50%; overflow: hidden; flex-shrink: 0; border: 2px solid var(--primary); }
.writer-avatar img { width: 100%; height: 100%; object-fit: cover; }
.writer-name { font-size: 11px; font-weight: 700; color: #222; display: block; }
.writer-article { font-size: 10px; color: #888; display: block; margin-top: 1px; }

/* ========== KATEGORİ KUTUCUKLARI (Türk Haber Sitesi Tarzı) ========== */

/* Grid A: Sol büyük kart + sağ liste (Gündem, Politika) */
.cat-grid-a { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.cat-main-card { position: relative; border-radius: 6px; overflow: hidden; aspect-ratio: 16/10; }
.cat-main-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.cat-main-card:hover img { transform: scale(1.03); }
.cat-main-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 12px 14px; background: linear-gradient(transparent, rgba(0,0,0,0.8)); }
.cat-main-overlay h3 { color: #fff; font-size: 14px; font-weight: 700; line-height: 1.3; margin: 0; }

.cat-side-list { display: flex; flex-direction: column; gap: 0; }
.cat-side-item { display: flex; gap: 8px; padding: 7px 0; border-bottom: 1px solid #eee; align-items: center; }
.cat-side-item:last-child { border-bottom: none; }
.cat-side-item img { width: 70px; height: 50px; border-radius: 4px; object-fit: cover; flex-shrink: 0; }
.cat-side-item h4 { font-size: 12px; font-weight: 600; line-height: 1.35; color: #222; margin: 0; }
.cat-side-item:hover h4 { color: var(--primary); }
.cat-side-time { font-size: 10px; color: #999; display: block; margin-top: 2px; }

/* Grid B: 5'li eşit kart (Ekonomi, Magazin) */
.cat-grid-b { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; align-items: start; }
.cat-card-b { display: flex; flex-direction: column; background: #fff; border-radius: 6px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.05); transition: all 0.2s; height: 100%; }
.cat-card-b:hover { box-shadow: 0 3px 10px rgba(0,0,0,0.1); transform: translateY(-2px); }
.cat-card-b-img { aspect-ratio: 16/10; overflow: hidden; flex-shrink: 0; }
.cat-card-b-img img { width: 100%; height: 100%; object-fit: cover; }
.cat-card-b h4 { font-size: 11px; font-weight: 600; line-height: 1.35; padding: 7px 8px; margin: 0; color: #222; flex: 1; }
.cat-card-b:hover h4 { color: var(--primary); }

/* Grid C: 4'lü overlay kart (Spor, Sağlık) */
.cat-grid-c { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; align-items: start; }
.cat-card-c { display: block; position: relative; border-radius: 6px; overflow: hidden; aspect-ratio: 16/10; }
.cat-card-c img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.cat-card-c:hover img { transform: scale(1.04); }
.cat-card-c-text { position: absolute; bottom: 0; left: 0; right: 0; padding: 8px 10px; background: linear-gradient(transparent, rgba(0,0,0,0.8)); }
.cat-card-c-text h4 { color: #fff; font-size: 11px; font-weight: 600; line-height: 1.3; margin: 0; }

/* ===== Teknoloji: Sol büyük + sağ liste ===== */
.sec-teknoloji { padding: 16px 0; }
.teknoloji-layout { display: grid; grid-template-columns: 1.3fr 1fr; gap: 12px; }
.teknoloji-big { position: relative; border-radius: 6px; overflow: hidden; }
.teknoloji-big img { width: 100%; height: 100%; object-fit: cover; min-height: 240px; }
.teknoloji-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 14px; background: linear-gradient(transparent, rgba(0,0,0,0.85)); }
.teknoloji-overlay h3 { color: #fff; font-size: 16px; font-weight: 800; margin: 0; }
.teknoloji-list { display: flex; flex-direction: column; }
.teknoloji-list-item { display: flex; gap: 8px; padding: 8px 0; border-bottom: 1px solid #eee; align-items: center; }
.teknoloji-list-item:last-child { border-bottom: none; }
.teknoloji-list-item img { width: 70px; height: 48px; border-radius: 4px; object-fit: cover; flex-shrink: 0; }
.teknoloji-list-item h4 { font-size: 12px; font-weight: 600; line-height: 1.35; color: #333; margin: 0; }
.teknoloji-list-item:hover h4 { color: var(--primary); }
.teknoloji-time { font-size: 10px; color: #999; margin-top: 2px; display: block; }

/* ===== Video Galeri ===== */
.video-section { background: #1a1a2e; padding: 20px 0; }
.video-section .section-header { border-bottom-color: rgba(255,255,255,0.15); }
.video-section .section-title { color: #fff; }
.video-layout { display: grid; grid-template-columns: 1.5fr 1fr; gap: 12px; }
.video-main { position: relative; border-radius: 6px; overflow: hidden; height: 260px; }
.video-main img { width: 100%; height: 100%; object-fit: cover; }
.video-main .play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 50px; height: 50px; background: rgba(255,255,255,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 20px; backdrop-filter: blur(3px); }
.video-main .play-btn:hover { background: var(--primary); }
.video-main .video-title { position: absolute; bottom: 0; left: 0; right: 0; padding: 12px; background: linear-gradient(transparent, rgba(0,0,0,0.8)); }
.video-main .video-title h3 { color: #fff; font-size: 14px; font-weight: 700; margin: 0; }
.video-main .video-title h3 a { color: #fff; }
.video-list { display: flex; flex-direction: column; gap: 8px; max-height: 260px; overflow-y: auto; }
.video-list-item { display: flex; gap: 8px; cursor: pointer; padding: 3px 0; }
.video-list-item .play-icon { width: 30px; height: 30px; flex-shrink: 0; background: rgba(255,255,255,0.08); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 10px; }
.video-list-item h4 { color: rgba(255,255,255,0.85); font-size: 11px; font-weight: 500; line-height: 1.35; margin: 0; }
.video-list-item:hover h4 { color: #fff; }
.video-list-item:hover .play-icon { background: var(--primary); }

/* ===== Tüm Haberler ===== */
.sec-tumhaberler { padding: 16px 0; }
.tumhaber-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.tumhaber-card { background: #fff; border-radius: 6px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.04); transition: all 0.2s; }
.tumhaber-card:hover { box-shadow: 0 3px 10px rgba(0,0,0,0.08); transform: translateY(-2px); }
.tumhaber-img { display: block; position: relative; aspect-ratio: 16/10; overflow: hidden; }
.tumhaber-img img { width: 100%; height: 100%; object-fit: cover; }
.tumhaber-badge { position: absolute; top: 5px; left: 5px; background: var(--primary); color: #fff; padding: 1px 6px; font-size: 9px; font-weight: 600; border-radius: 2px; }
.tumhaber-body { padding: 7px 8px; }
.tumhaber-body h3 { font-size: 11px; font-weight: 600; line-height: 1.35; margin: 0 0 3px; }
.tumhaber-body h3 a:hover { color: var(--primary); }
.tumhaber-time { font-size: 9px; color: #999; }

/* ===== Anket ===== */
/* ===== Anket - Yatay Kart (Görselli) ===== */
.poll-card-h { display: flex; background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.07); }
.poll-card-img { width: 280px; flex-shrink: 0; position: relative; overflow: hidden; }
.poll-card-img img { width: 100%; height: 100%; object-fit: cover; min-height: 200px; }
.poll-card-content { flex: 1; padding: 20px 24px; display: flex; flex-direction: column; justify-content: center; }
.poll-q { font-size: 17px; font-weight: 800; color: #1a1a1a; margin: 0 0 16px; line-height: 1.3; }
.poll-opts { display: flex; flex-direction: column; gap: 8px; }
.poll-opt-label { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border: 2px solid #eee; border-radius: 8px; cursor: pointer; transition: all 0.2s; font-size: 14px; }
.poll-opt-label:hover { border-color: var(--primary); background: #fff5f5; }
.poll-opt-label input { accent-color: var(--primary); width: 18px; height: 18px; }
.poll-opt-text { font-weight: 500; color: #333; }
.poll-vote-btn { margin-top: 12px; background: linear-gradient(135deg, var(--primary), #ff4444); color: #fff; padding: 11px 28px; border: none; border-radius: 8px; font-size: 14px; font-weight: 700; cursor: pointer; transition: all 0.2s; display: inline-flex; align-items: center; gap: 6px; align-self: flex-start; }
.poll-vote-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(221,0,0,0.3); }
/* Sonuçlar */
.poll-results { display: flex; flex-direction: column; gap: 10px; }
.poll-result-row { }
.poll-result-info { display: flex; justify-content: space-between; margin-bottom: 4px; }
.poll-result-text { font-size: 13px; font-weight: 600; color: #333; }
.poll-result-pct { font-size: 13px; font-weight: 700; color: var(--primary); }
.poll-bar { height: 8px; background: #f0f0f0; border-radius: 4px; overflow: hidden; }
.poll-bar-fill { height: 100%; background: linear-gradient(90deg, var(--primary), #ff4444); border-radius: 4px; transition: width 0.6s ease; }
.poll-total-info { font-size: 12px; color: #888; margin-top: 6px; display: flex; align-items: center; gap: 5px; }

/* Kutucuk anket (sidebar) */
.poll-widget { background: #fff; border-radius: 8px; padding: 14px; box-shadow: 0 1px 6px rgba(0,0,0,0.06); }
.poll-widget .poll-question { font-size: 13px; font-weight: 700; margin-bottom: 10px; }
.poll-widget .poll-option { margin-bottom: 6px; }
.poll-widget .poll-option label { display: flex; align-items: center; gap: 6px; cursor: pointer; padding: 6px 10px; border: 1px solid #eee; border-radius: 6px; font-size: 12px; transition: all 0.2s; }
.poll-widget .poll-option label:hover { border-color: var(--primary); }
.poll-widget .poll-option input[type="radio"] { accent-color: var(--primary); }
.poll-bar { height: 5px; background: #f0f0f0; border-radius: 3px; margin-top: 3px; overflow: hidden; }
.poll-bar-fill { height: 100%; background: var(--primary); border-radius: 3px; }
.poll-btn { background: var(--primary); color: #fff; padding: 7px 20px; border-radius: 6px; font-weight: 600; font-size: 12px; margin-top: 8px; border: none; cursor: pointer; width: 100%; }

/* ===== POLİTİKA - Yatay Kart Tasarımı ===== */
.politika-hcards { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.politika-hcard { display: flex; background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 4px rgba(0,0,0,0.04); transition: all 0.2s; }
.politika-hcard:hover { box-shadow: 0 3px 12px rgba(0,0,0,0.1); transform: translateY(-1px); }
.politika-hcard-img { width: 140px; flex-shrink: 0; overflow: hidden; }
.politika-hcard-img img { width: 100%; height: 100%; object-fit: cover; min-height: 100px; }
.politika-hcard-body { padding: 10px 12px; display: flex; flex-direction: column; justify-content: center; flex: 1; }
.politika-hcard-cat { font-size: 9px; font-weight: 700; color: var(--primary); text-transform: uppercase; margin-bottom: 4px; }
.politika-hcard-body h4 { font-size: 13px; font-weight: 700; line-height: 1.35; color: #222; margin: 0 0 5px; }
.politika-hcard:hover h4 { color: var(--primary); }
.politika-hcard-time { font-size: 10px; color: #999; }

/* ===== TEKNOLOJİ - Numaralı 3'lü Kart ===== */
.sec-teknoloji-custom { background: #1a1a2e !important; padding: 20px 0 !important; }
.sec-teknoloji-custom .section-title { color: #fff; }
.sec-teknoloji-custom .section-header { border-bottom-color: rgba(255,255,255,0.1); }
.teknoloji-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.teknoloji-card { display: block; background: rgba(255,255,255,0.06); border-radius: 8px; overflow: hidden; transition: all 0.2s; border: 1px solid rgba(255,255,255,0.08); }
.teknoloji-card:hover { background: rgba(255,255,255,0.1); transform: translateY(-2px); }
.teknoloji-card-img { position: relative; aspect-ratio: 16/9; overflow: hidden; }
.teknoloji-card-img img { width: 100%; height: 100%; object-fit: cover; }
.teknoloji-num { position: absolute; top: 8px; left: 8px; width: 28px; height: 28px; background: var(--primary); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800; }
.teknoloji-card-body { padding: 10px 12px; }
.teknoloji-card-body h4 { font-size: 13px; font-weight: 600; color: #fff; line-height: 1.35; margin: 0 0 4px; }
.teknoloji-card-time { font-size: 10px; color: rgba(255,255,255,0.5); }

/* ===== ANKET - Yatay İnce Bar (Son Dakika Gibi) ===== */
.poll-bar-section { padding: 6px 0; }
.poll-bar-wrap { display: flex; align-items: center; gap: 14px; background: linear-gradient(135deg, #667eea, #764ba2); border-radius: 10px; padding: 10px 18px; color: #fff; }
.poll-bar-title { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; white-space: nowrap; flex-shrink: 0; }
.poll-bar-title i { font-size: 16px; opacity: 0.8; }
.poll-bar-options { display: flex; align-items: center; gap: 6px; flex: 1; overflow-x: auto; scrollbar-width: none; }
.poll-bar-options::-webkit-scrollbar { display: none; }
.poll-bar-opt { display: flex; align-items: center; gap: 6px; padding: 5px 14px; background: rgba(255,255,255,0.15); border: 1.5px solid rgba(255,255,255,0.25); border-radius: 50px; cursor: pointer; transition: all 0.2s; white-space: nowrap; flex-shrink: 0; }
.poll-bar-opt:hover { background: rgba(255,255,255,0.28); border-color: rgba(255,255,255,0.5); }
.poll-bar-opt:has(input:checked) { background: rgba(255,255,255,0.35); border-color: #fff; box-shadow: 0 0 8px rgba(255,255,255,0.2); }
.poll-bar-opt input { display: none; }
.poll-bar-opt-img { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; border: 1.5px solid rgba(255,255,255,0.4); flex-shrink: 0; }
.poll-bar-opt span { font-size: 12px; font-weight: 600; color: #fff; }
.poll-bar-vote { background: #fff; color: #764ba2; border: none; padding: 7px 18px; border-radius: 50px; font-size: 12px; font-weight: 700; cursor: pointer; white-space: nowrap; flex-shrink: 0; transition: all 0.2s; display: flex; align-items: center; gap: 4px; }
.poll-bar-vote:hover { transform: scale(1.05); box-shadow: 0 3px 10px rgba(0,0,0,0.15); }
/* Sonuçlar */
.poll-bar-results { display: flex; align-items: center; gap: 10px; flex: 1; overflow-x: auto; scrollbar-width: none; }
.poll-bar-results::-webkit-scrollbar { display: none; }
.poll-bar-result { display: flex; align-items: center; gap: 5px; flex-shrink: 0; }
.poll-bar-result-text { font-size: 11px; font-weight: 600; white-space: nowrap; }
.poll-bar-meter { width: 60px; height: 5px; background: rgba(255,255,255,0.2); border-radius: 3px; overflow: hidden; }
.poll-bar-fill { height: 100%; background: #ffd700; border-radius: 3px; }
.poll-bar-pct { font-size: 11px; font-weight: 700; color: #ffd700; }
.poll-bar-total { font-size: 10px; opacity: 0.7; white-space: nowrap; flex-shrink: 0; }

/* Eski anket CSS'i override */
.poll-card-modern { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border-radius: 14px; padding: 24px 28px; max-width: 700px; margin: 0 auto; color: #fff; position: relative; overflow: hidden; }
.poll-card-modern::before { content: ''; position: absolute; top: -50px; right: -50px; width: 150px; height: 150px; background: rgba(255,255,255,0.08); border-radius: 50%; }
.poll-card-modern::after { content: ''; position: absolute; bottom: -30px; left: -30px; width: 100px; height: 100px; background: rgba(255,255,255,0.05); border-radius: 50%; }
.poll-main-img { display: none; }
.poll-body { position: relative; z-index: 1; }
.poll-question { font-size: 18px; font-weight: 800; color: #fff; margin: 0 0 18px; text-shadow: 0 1px 2px rgba(0,0,0,0.1); }

/* Seçenek grid - yuvarlak küçük görseller */
.poll-options-grid { display: flex; gap: 10px; flex-wrap: wrap; }
.poll-option-card { display: flex; align-items: center; gap: 10px; padding: 10px 16px; background: rgba(255,255,255,0.15); backdrop-filter: blur(8px); border: 2px solid rgba(255,255,255,0.2); border-radius: 50px; cursor: pointer; transition: all 0.25s; flex: 1; min-width: 120px; }
.poll-option-card:hover { background: rgba(255,255,255,0.3); border-color: rgba(255,255,255,0.5); transform: translateY(-2px); }
.poll-option-card input { display: none; }
.poll-option-card:has(input:checked) { background: rgba(255,255,255,0.35); border-color: #fff; box-shadow: 0 4px 15px rgba(0,0,0,0.15); }

/* Yuvarlak küçük görsel */
.poll-opt-img { width: 36px; height: 36px; border-radius: 50%; overflow: hidden; flex-shrink: 0; border: 2px solid rgba(255,255,255,0.4); }
.poll-opt-img img { width: 100%; height: 100%; object-fit: cover; }
.poll-opt-label { font-size: 13px; font-weight: 600; color: #fff; }

/* Görselsiz seçenek */
.no-images .poll-option-card::before { content: ''; width: 18px; height: 18px; border: 2px solid rgba(255,255,255,0.5); border-radius: 50%; flex-shrink: 0; transition: all 0.2s; }
.no-images .poll-option-card:has(input:checked)::before { background: #fff; border-color: #fff; box-shadow: inset 0 0 0 3px #764ba2; }

.poll-vote-btn { margin-top: 16px; background: #fff; color: #764ba2; padding: 11px 28px; border: none; border-radius: 50px; font-size: 14px; font-weight: 800; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; transition: all 0.2s; box-shadow: 0 4px 15px rgba(0,0,0,0.15); }
.poll-vote-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.2); }

/* Sonuçlar */
.poll-results-grid { display: flex; flex-direction: column; gap: 8px; }
.poll-results-grid.with-images { display: flex; flex-direction: column; gap: 8px; }
.poll-result-card { display: flex; align-items: center; gap: 10px; padding: 8px 14px; background: rgba(255,255,255,0.12); border-radius: 50px; }
.poll-result-img { width: 32px; height: 32px; border-radius: 50%; overflow: hidden; flex-shrink: 0; border: 2px solid rgba(255,255,255,0.3); }
.poll-result-img img { width: 100%; height: 100%; object-fit: cover; }
.poll-result-content { flex: 1; }
.poll-result-head { display: flex; justify-content: space-between; font-size: 12px; margin-bottom: 3px; color: #fff; }
.poll-result-head strong { color: #ffd700; }
.poll-bar { height: 6px; background: rgba(255,255,255,0.15); border-radius: 3px; overflow: hidden; }
.poll-bar-fill { height: 100%; background: linear-gradient(90deg, #ffd700, #ff8c00); border-radius: 3px; transition: width 0.6s ease; }
.poll-total { font-size: 11px; color: rgba(255,255,255,0.7); margin-top: 12px; display: flex; align-items: center; gap: 5px; }
