.secim-hero { background: #1e3a5f; color: #fff; padding: 1rem 0; }
.secim-hero h1 { margin: 0; font-size: 1.5rem; font-weight: 700; }
.secim-subnav { background: #fff; border-bottom: 2px solid #e5e7eb; padding: 0; }
.secim-subnav .container { display: flex; flex-wrap: wrap; align-items: center; gap: 0; }
.secim-subnav a { display: inline-block; padding: 0.9rem 1rem; color: #374151; text-decoration: none; font-weight: 600; font-size: 0.95rem; border-bottom: 3px solid transparent; }
.secim-subnav a:hover { background: #f3f4f6; color: #1e3a5f; }
.secim-subnav a.active { color: #dc2626; border-bottom-color: #dc2626; }
.secim-subnav .secim-onceki { margin-left: auto; display: flex; align-items: center; gap: 0.5rem; }
.secim-subnav select { padding: 0.4rem 0.75rem; border: 1px solid #d1d5db; border-radius: 4px; font-size: 0.9rem; }

/* Seçim sayfalarında footer – Resim 3 gibi koyu mavi-gri */
body.secim-body { display: flex; flex-direction: column; min-height: 100vh; margin: 0; }
body.secim-body main { flex: 1 0 auto; }
body.secim-body footer.footer--secim { flex-shrink: 0; background: #0f172a; color: #e2e8f0; padding: 40px 0; margin-top: 0; border-top: none; }
footer.footer--secim .footer__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
@media (max-width: 768px) { footer.footer--secim .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { footer.footer--secim .footer__grid { grid-template-columns: 1fr; } }
footer.footer--secim .footer__grid h4 { color: #fff; }
footer.footer--secim .footer__grid a { color: #94a3b8; }
footer.footer--secim .footer__grid p { color: #94a3b8; }
footer.footer--secim .footer__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
@media (max-width: 768px) {
  footer.footer--secim .footer__grid { grid-template-columns: 1fr; }
}

/* Son Dakika boş durumu */
.ticker__empty { color: #94a3b8; font-size: 14px; font-style: italic; padding: 4px 0; }

/* Son Dakika boşken metin */
.ticker__empty { color: #94a3b8; font-size: 14px; padding: 4px 0; }

/* Footer 4 sütun (seçim sayfalarında) */
footer.footer--secim .footer__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
@media (max-width: 768px) {
  footer.footer--secim .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  footer.footer--secim .footer__grid { grid-template-columns: 1fr; }
}

/* Son Dakika boş mesajı */
.ticker__empty { font-size: 14px; color: #94a3b8; font-style: italic; padding: 4px 0; }

/* İller sayfası – modern, büyük il grid (Resim 2 tarzı) */
.secim-page.iller-page { padding: 2.5rem 1rem 3rem; min-height: 50vh; background: #fff; }
.secim-container.iller-container { max-width: 960px; margin: 0 auto; }
.secim-breadcrumb { font-size: 0.9rem; color: #64748b; margin-bottom: 1rem; }
.secim-breadcrumb a { color: #1e3a5f; text-decoration: none; }
.secim-breadcrumb a:hover { text-decoration: underline; }
.secim-breadcrumb span { color: #94a3b8; }
.iller-page .secim-back { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 0; margin-bottom: 1.25rem; color: #1e3a5f; text-decoration: none; font-weight: 600; font-size: 0.95rem; }
.iller-page .secim-back:hover { text-decoration: underline; }
.iller-page .secim-title { font-size: 1.85rem; font-weight: 700; color: #0f172a; margin: 0 0 0.5rem 0; line-height: 1.25; }
.iller-page .secim-subtitle { font-size: 1rem; color: #475569; margin: 0 0 2rem 0; }
.secim-il-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px 16px; list-style: none; margin: 0; padding: 0; }
@media (min-width: 900px) { .secim-il-list { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 600px) { .secim-il-list { grid-template-columns: repeat(2, 1fr); gap: 12px; } }
.secim-il-list a { display: flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 20px; background: #fff; border: 2px solid #e2e8f0; border-radius: 10px; color: #0f172a; text-decoration: none; font-weight: 700; font-size: 1rem; text-align: center; transition: border-color 0.2s, background 0.2s, color 0.2s, box-shadow 0.2s; }
.secim-il-list a:hover { background: #1e3a5f; color: #fff; border-color: #1e3a5f; box-shadow: 0 4px 12px rgba(30, 58, 95, 0.25); }

/* İlçe sonuçları sayfası – Resim 2 tarzı (Bir İl Seçiniz + il grid) */
.secim-page.ilceler-page { padding: 2.5rem 1rem 3rem; min-height: 50vh; background: #fff; }
.secim-container.ilceler-container { max-width: 960px; margin: 0 auto; }
.ilceler-page .secim-back { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 0; margin-bottom: 1.25rem; color: #1e3a5f; text-decoration: none; font-weight: 600; font-size: 0.95rem; }
.ilceler-page .secim-back:hover { text-decoration: underline; }
.ilceler-page .secim-title { font-size: 1.85rem; font-weight: 700; color: #0f172a; margin: 0 0 0.5rem 0; line-height: 1.25; }
.ilceler-page .secim-subtitle { font-size: 1rem; color: #475569; margin: 0 0 1.5rem 0; }
.secim-il-select-box { margin-bottom: 2rem; padding: 1.25rem 1.5rem; background: #f8fafc; border: 2px solid #e2e8f0; border-radius: 12px; }
.secim-il-select-label { display: block; font-weight: 700; color: #1e293b; font-size: 1rem; margin-bottom: 0.75rem; }
.secim-il-select-input { width: 100%; max-width: 320px; padding: 12px 16px; font-size: 1rem; border: 2px solid #cbd5e1; border-radius: 8px; background: #fff; color: #0f172a; }
.secim-il-select-input:focus { outline: none; border-color: #1e3a5f; }
.secim-ilce-iller-list { margin-top: 0; }

/* İlçe detay sayfası – Resim 4 tarzı (harita + veriler + aday listesi) */
.secim-page.secim-ilce-detay-page { padding: 2rem 1rem; background: #fff; }
.secim-ilce-detay-page .secim-container { max-width: 960px; margin: 0 auto; }
.secim-ilce-detay-page .secim-back.btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem; margin-bottom: 1rem; background: #1e3a5f; color: #fff; text-decoration: none; border-radius: 8px; font-size: 0.9rem; font-weight: 600; }
.secim-ilce-detay-page .secim-back.btn:hover { background: #334155; }
.secim-ilce-detay-page .secim-breadcrumb { font-size: 0.9rem; color: #64748b; margin-bottom: 1rem; }
.secim-ilce-detay-page .secim-breadcrumb a { color: #1e3a5f; text-decoration: none; }
.secim-ilce-detay-page .secim-breadcrumb a:hover { text-decoration: underline; }
.secim-ilce-detay-title { font-size: 1.65rem; font-weight: 700; color: #0f172a; margin: 0 0 1.5rem 0; line-height: 1.25; }
.secim-ilce-harita { margin-bottom: 1.5rem; }
.secim-ilce-harita-desc { color: #64748b; font-size: 0.95rem; margin: 0 0 12px 0; }
.secim-ilce-legend { display: flex; flex-wrap: wrap; gap: 10px 16px; margin-bottom: 12px; font-size: 12px; color: #475569; }
.secim-ilce-legend .leg-box { display: inline-block; width: 12px; height: 12px; border-radius: 2px; margin-right: 4px; vertical-align: middle; }
.secim-ilce-harita-d3-wrap { background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%); border-radius: 12px; min-height: 720px; overflow: hidden; box-shadow: 0 4px 14px rgba(0,0,0,0.08); margin-bottom: 12px; }
.secim-ilce-harita-d3-wrap #secim-ilce-harita-d3 { min-height: 640px; display: block; }
.secim-ilce-harita-d3-wrap svg { width: 100%; height: 100%; display: block; min-height: 640px; }
.secim-ilce-harita-d3-wrap .secim-il-path { transition: filter 0.2s, stroke 0.2s; cursor: pointer; }
.secim-ilce-harita-d3-wrap .secim-il-path:hover { filter: brightness(1.15); }
/* Haritadaki ilçe isimleri: beyaz, bold, ortalı, okunaklı */
.secim-ilce-harita-d3-wrap .secim-il-label { font-size: 14px; font-weight: 700; fill: #ffffff; stroke: #0f172a; stroke-width: 2px; paint-order: stroke fill; text-anchor: middle; dominant-baseline: middle; pointer-events: none; text-shadow: 0 1px 3px rgba(0,0,0,0.6); }
.secim-ilce-harita-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 10px; margin-top: 12px; }
.secim-ilce-harita-grid a { display: flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 12px; border-radius: 8px; color: #fff; text-decoration: none; font-weight: 600; font-size: 0.85rem; text-align: center; transition: transform 0.2s, box-shadow 0.2s; border: 2px solid rgba(0,0,0,0.1); box-shadow: 0 2px 6px rgba(0,0,0,0.08); word-wrap: break-word; overflow-wrap: break-word; }
.secim-ilce-harita-grid a:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.secim-ilce-harita-grid a.current { border-color: #0f172a; box-shadow: 0 0 0 3px rgba(15,23,42,0.3); }
.secim-veriler-row { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2rem; }
.secim-veriler-row .veri-kutu { flex: 1; min-width: 140px; background: #fff; padding: 1rem 1.25rem; border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); border-left: 4px solid #1e3a5f; }
.secim-veriler-row .veri-kutu strong { display: block; color: #64748b; font-size: 0.75rem; margin-bottom: 0.35rem; text-transform: uppercase; letter-spacing: 0.02em; }
.secim-veriler-row .veri-kutu span { font-size: 1.2rem; font-weight: 700; color: #1e293b; }
.secim-ilce-aday-bolum { margin-top: 0; padding-top: 1.5rem; border-top: 1px solid #e2e8f0; }
.secim-ilce-aday-baslik { font-size: 1.15rem; color: #1e293b; margin: 0 0 1rem 0; }
.secim-ilce-detay-page .secim-aday-list { margin-top: 0; }
.secim-ilce-detay-page .secim-aday-satir { display: flex; align-items: center; gap: 1rem; padding: 14px 18px; background: #fff; border-radius: 10px; margin-bottom: 10px; box-shadow: 0 2px 6px rgba(0,0,0,0.05); border-left: 4px solid #94a3b8; }
.secim-ilce-detay-page .secim-aday-satir.is-winner { border-left-color: #16a34a; background: linear-gradient(90deg, rgba(22,163,74,0.06) 0%, #fff 100%); }
.secim-ilce-detay-page .secim-placeholder { background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; padding: 2rem; color: #64748b; box-shadow: 0 2px 6px rgba(0,0,0,0.04); }

/* Partilerin Durumu – haberler.com tarzı (alt alta, amblem, Büyük Şehir/İl/İlçe, Oy Oranı, bar) */
.secim-page.secim-partiler-page { padding: 2rem 1rem 3rem; background: #fff; }
.secim-container.secim-partiler-container { max-width: 960px; margin: 0 auto; }
.secim-partiler-page .secim-back { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 0; margin-bottom: 1rem; color: #1e3a5f; text-decoration: none; font-weight: 600; font-size: 0.95rem; }
.secim-partiler-page .secim-back:hover { text-decoration: underline; }
.secim-partiler-page .secim-breadcrumb { font-size: 0.9rem; color: #64748b; margin-bottom: 1rem; }
.secim-partiler-title { font-size: 1.5rem; font-weight: 700; color: #0f172a; margin: 0 0 0.5rem 0; }
.secim-partiler-acilan { font-size: 0.95rem; color: #64748b; margin: 0 0 1.5rem 0; }
.secim-partiler-list-wrap { background: #fff; border-radius: 12px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); overflow: hidden; border: 1px solid #e2e8f0; }
.secim-partiler-table { width: 100%; border-collapse: collapse; }
.secim-partiler-table thead { background: #f8fafc; border-bottom: 2px solid #e2e8f0; }
.secim-partiler-table th { padding: 12px 16px; font-size: 0.75rem; font-weight: 700; color: #64748b; text-transform: uppercase; letter-spacing: 0.05em; text-align: left; }
.secim-partiler-table th.th-parti { min-width: 200px; }
.secim-partiler-table th.th-num { width: 90px; text-align: center; }
.secim-partiler-table th.th-oy { width: 140px; text-align: right; }
.secim-partiler-table .secim-parti-row { border-bottom: 1px solid #e2e8f0; transition: background 0.15s; }
.secim-partiler-table .secim-parti-row:hover { background: #f8fafc; }
.secim-partiler-table .secim-parti-row:last-child { border-bottom: none; }
.secim-partiler-table .td-parti { padding: 12px 16px; }
.secim-partiler-table .td-num { padding: 12px 16px; text-align: center; font-weight: 600; color: #1e293b; font-size: 0.95rem; }
.secim-partiler-table .td-oy { padding: 12px 16px; text-align: right; }
.secim-parti-cell-link { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: inherit; }
.secim-parti-cell-link:hover { color: #1e3a5f; }
.secim-parti-emblem { width: 44px; height: 44px; border-radius: 10px; overflow: hidden; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: #e2e8f0; }
.secim-parti-emblem img { width: 100%; height: 100%; object-fit: contain; padding: 4px; }
.secim-parti-emblem span { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.1rem; color: #fff; }
.secim-parti-name { font-weight: 700; font-size: 1rem; color: #1e293b; }
.secim-parti-pct { display: block; font-weight: 700; font-size: 1rem; color: #1e293b; margin-bottom: 6px; }
.secim-parti-bar-wrap { height: 8px; background: #e2e8f0; border-radius: 4px; overflow: hidden; min-width: 100px; }
.secim-parti-bar { height: 100%; border-radius: 4px; transition: width 0.3s; }
@media (max-width: 640px) {
  .secim-partiler-table th.th-num, .secim-partiler-table .td-num { font-size: 0.85rem; padding: 10px 8px; width: 60px; }
  .secim-partiler-table .td-parti { padding: 10px 12px; }
  .secim-parti-emblem { width: 36px; height: 36px; font-size: 0.9rem; }
  .secim-parti-name { font-size: 0.9rem; }
}

/* Partilerin Durumu – haberler.com tarzı liste (amblem, Büyük Şehir, İl, İlçe, Oy Oranı, bar) */
.secim-page.secim-partiler-page { padding: 2rem 1rem; background: #fff; }
.secim-partiler-container { max-width: 960px; margin: 0 auto; }
.secim-partiler-page .secim-back { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 0; margin-bottom: 1rem; color: #1e3a5f; text-decoration: none; font-weight: 600; font-size: 0.95rem; }
.secim-partiler-page .secim-back:hover { text-decoration: underline; }
.secim-partiler-title { font-size: 1.5rem; font-weight: 700; color: #0f172a; margin: 0 0 0.5rem 0; }
.secim-partiler-acilan { color: #64748b; font-size: 0.95rem; margin: 0 0 1.5rem 0; }
.secim-partiler-list-wrap { background: #fff; border-radius: 12px; box-shadow: 0 2px 12px rgba(0,0,0,0.08); overflow: hidden; border: 1px solid #e2e8f0; }
.secim-partiler-table { width: 100%; border-collapse: collapse; }
.secim-partiler-table thead { background: #f8fafc; border-bottom: 2px solid #e2e8f0; }
.secim-partiler-table th { padding: 12px 16px; text-align: left; font-size: 0.8rem; font-weight: 700; color: #475569; text-transform: uppercase; letter-spacing: 0.03em; }
.secim-partiler-table th.th-num { text-align: center; }
.secim-partiler-table th.th-oy { text-align: right; min-width: 100px; }
.secim-partiler-table .secim-parti-row { border-bottom: 1px solid #f1f5f9; transition: background 0.15s; }
.secim-partiler-table .secim-parti-row:hover { background: #f8fafc; }
.secim-partiler-table .td-parti { padding: 12px 16px; vertical-align: middle; }
.secim-partiler-table .td-num { padding: 12px 16px; text-align: center; font-weight: 600; color: #334155; }
.secim-partiler-table .td-oy { padding: 12px 16px; text-align: right; vertical-align: middle; }
.secim-parti-cell-link { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: inherit; }
.secim-parti-cell-link:hover { color: #1e3a5f; }
.secim-parti-emblem { width: 48px; height: 48px; border-radius: 10px; overflow: hidden; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: #e2e8f0; }
.secim-parti-emblem img { width: 100%; height: 100%; object-fit: contain; padding: 4px; }
.secim-parti-emblem span { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.25rem; color: #fff; }
.secim-parti-name { font-weight: 700; font-size: 1rem; color: #1e293b; }
.secim-parti-pct { display: block; font-weight: 700; font-size: 1rem; color: #1e293b; margin-bottom: 6px; }
.secim-parti-bar-wrap { height: 8px; background: #e2e8f0; border-radius: 4px; overflow: hidden; min-width: 120px; }
.secim-parti-bar { height: 100%; border-radius: 4px; transition: width 0.3s; }

/* ========== Kazananlar – iki sütun: Türkiye Geneli + Siyasi Partiler (ikili yan yana) ========== */
.secim-page.secim-kazananlar-page { padding: 2rem 1rem 3rem; min-height: 50vh; background: #f8fafc; }
.secim-container.secim-kazananlar-container { max-width: 1100px; margin: 0 auto; }
.secim-kazananlar-page .secim-back { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 0; margin-bottom: 0.75rem; color: #1e3a5f; text-decoration: none; font-weight: 600; font-size: 0.95rem; }
.secim-kazananlar-page .secim-back:hover { text-decoration: underline; }
.secim-kazananlar-page .secim-breadcrumb { font-size: 0.9rem; color: #64748b; margin-bottom: 1rem; }
.secim-kazananlar-page .secim-breadcrumb a { color: #1e3a5f; text-decoration: none; }
.secim-kazananlar-page .secim-breadcrumb a:hover { text-decoration: underline; }
.secim-kazananlar-main-title { font-size: 1.5rem; font-weight: 700; color: #0f172a; margin: 0 0 0.5rem 0; line-height: 1.3; }
.secim-kazananlar-desc { font-size: 0.95rem; color: #64748b; margin: 0 0 1.5rem 0; }
.secim-kazananlar-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; align-items: start; }
@media (max-width: 900px) { .secim-kazananlar-row { grid-template-columns: 1fr; } }

/* Sol: Türkiye Geneli Seçim Sonuçları */
.secim-genel-col { min-width: 0; }
.secim-genel-box { background: #fff; border-radius: 12px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); border: 1px solid #e2e8f0; overflow: hidden; padding: 0 0 0.5rem 0; }
.secim-genel-box-title { font-size: 1.15rem; font-weight: 700; color: #0f172a; margin: 0; padding: 1rem 1.25rem; background: #f8fafc; border-bottom: 1px solid #e2e8f0; }
.secim-genel-table { width: 100%; border-collapse: collapse; }
.secim-genel-table thead { background: #f8fafc; }
.secim-genel-table th { padding: 10px 14px; font-size: 0.75rem; font-weight: 700; color: #64748b; text-transform: uppercase; letter-spacing: 0.04em; text-align: left; }
.secim-genel-th-aday { width: 80%; }
.secim-genel-th-oy { width: 20%; text-align: right; }
.secim-genel-tr { border-bottom: 1px solid #f1f5f9; }
.secim-genel-tr:hover { background: #fafafa; }
.secim-genel-td-img { width: 48px; padding: 10px 12px; vertical-align: top; }
.secim-genel-party-img { display: inline-flex; width: 40px; height: 40px; border-radius: 8px; overflow: hidden; background: #e2e8f0; }
.secim-genel-party-img img { width: 100%; height: 100%; object-fit: contain; padding: 4px; }
.secim-genel-party-initial { display: inline-flex; width: 40px; height: 40px; border-radius: 8px; align-items: center; justify-content: center; font-weight: 800; font-size: 1.1rem; color: #fff; }
.secim-genel-td-info { padding: 10px 12px 8px 0; vertical-align: top; }
.secim-genel-city { font-size: 0.9rem; margin-bottom: 4px; }
.secim-genel-city a { color: #1e3a5f; text-decoration: none; font-weight: 600; }
.secim-genel-city a:hover { text-decoration: underline; }
.secim-genel-nominee { padding-top: 6px; }
.secim-genel-nominee a { color: #0f172a; text-decoration: none; font-weight: 600; font-size: 0.95rem; }
.secim-genel-nominee a:hover { text-decoration: underline; }
.secim-genel-party-name { color: #64748b; font-size: 0.9rem; margin-left: 4px; }
.secim-genel-td-pct { padding: 10px 14px; text-align: right; font-weight: 700; font-size: 1rem; color: #1e293b; vertical-align: top; }
.secim-genel-bar-tr { border-bottom: 1px solid #f1f5f9; }
.secim-genel-bar-tr td { padding: 0 14px 10px 14px; vertical-align: top; }
.secim-genel-bar-wrap { height: 8px; background: #e2e8f0; border-radius: 4px; overflow: hidden; }
.secim-genel-bar { height: 100%; border-radius: 4px; transition: width 0.3s; }

/* Sağ: Siyasi Partiler – ikili yan yana grid */
.secim-partiler-col { min-width: 0; }
.secim-partiler-box { background: #fff; border-radius: 12px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); border: 1px solid #e2e8f0; overflow: hidden; padding: 1rem; }
.secim-partiler-box-title { font-size: 1.15rem; font-weight: 700; color: #0f172a; margin: 0 0 1rem 0; }
.secim-partiler-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 16px; }
.secim-parti-kutu { background: #f8fafc; border-radius: 10px; padding: 14px; cursor: pointer; transition: background 0.2s, box-shadow 0.2s; border: 1px solid #e2e8f0; }
.secim-parti-kutu:hover { background: #f1f5f9; box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.secim-parti-kutu-link { display: flex; flex-direction: column; align-items: center; gap: 8px; text-decoration: none; color: inherit; }
.secim-parti-kutu-icon { width: 64px; height: 64px; border-radius: 10px; overflow: hidden; background: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 6px rgba(0,0,0,0.06); }
.secim-parti-kutu-icon img { width: 100%; height: 100%; object-fit: contain; padding: 6px; }
.secim-parti-kutu-initial { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.5rem; color: #fff; }
.secim-parti-kutu-name { font-size: 0.85rem; font-weight: 700; color: #1e293b; text-align: center; line-height: 1.2; }
@media (max-width: 500px) { .secim-partiler-grid { grid-template-columns: 1fr; } .secim-parti-kutu-icon { width: 56px; height: 56px; } }

/* ========== Parti Detay – logo, donut istatistikler, illere göre sonuçlar ========== */
.secim-page.secim-parti-detay-page { padding: 2rem 1rem 3rem; min-height: 50vh; background: #f8fafc; }
.secim-container.secim-parti-detay-container { max-width: 1000px; margin: 0 auto; }
.secim-parti-detay-page .secim-back { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 0; margin-bottom: 0.75rem; color: #1e3a5f; text-decoration: none; font-weight: 600; font-size: 0.95rem; }
.secim-parti-detay-page .secim-back:hover { text-decoration: underline; }
.secim-parti-detay-page .secim-breadcrumb { font-size: 0.9rem; color: #64748b; margin-bottom: 1.25rem; }
.secim-parti-detay-page .secim-breadcrumb a { color: #1e3a5f; text-decoration: none; }
.secim-parti-detay-page .secim-back.btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem; background: #1e3a5f; color: #fff; text-decoration: none; border-radius: 8px; font-size: 0.9rem; font-weight: 600; }
.secim-parti-detay-page .secim-back.btn:hover { background: #334155; }
.secim-parti-detay-header { display: flex; align-items: center; gap: 1.25rem; margin-bottom: 1.5rem; padding: 1.25rem; background: #fff; border-radius: 12px; box-shadow: 0 2px 10px rgba(0,0,0,0.06); border: 1px solid #e2e8f0; }
.secim-parti-detay-logo { flex-shrink: 0; }
.secim-parti-detay-logo img { display: block; border-radius: 10px; }
.secim-parti-detay-initial { display: flex; align-items: center; justify-content: center; width: 70px; height: 70px; border-radius: 10px; font-weight: 800; font-size: 1.75rem; color: #fff; }
.secim-parti-detay-titles { min-width: 0; }
.secim-parti-detay-name { font-size: 1.5rem; font-weight: 700; color: #0f172a; margin: 0 0 0.25rem 0; line-height: 1.2; }
.secim-parti-detay-sub { font-size: 0.95rem; color: #64748b; margin: 0; }
.secim-parti-donut-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-bottom: 2rem; }
@media (max-width: 700px) { .secim-parti-donut-row { grid-template-columns: repeat(2, 1fr); } }
.secim-parti-donut-kutu { background: #fff; border-radius: 12px; padding: 1.25rem; text-align: center; box-shadow: 0 2px 10px rgba(0,0,0,0.06); border: 1px solid #e2e8f0; }
.secim-parti-donut-title { font-size: 0.8rem; font-weight: 700; color: #64748b; margin: 0 0 0.5rem 0; line-height: 1.3; text-transform: uppercase; letter-spacing: 0.03em; }
.secim-parti-donut-value { font-size: 1.5rem; font-weight: 800; }
.secim-parti-iller-section { margin-bottom: 2rem; }
.secim-parti-iller-title { font-size: 1.15rem; font-weight: 700; color: #0f172a; margin: 0 0 1rem 0; }
.secim-parti-iller-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
@media (max-width: 700px) { .secim-parti-iller-grid { grid-template-columns: 1fr; } }
.secim-parti-il-kutu { background: #fff; border-radius: 12px; padding: 1rem; box-shadow: 0 2px 8px rgba(0,0,0,0.06); border: 1px solid #e2e8f0; }
.secim-parti-il-head { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; padding-bottom: 8px; border-bottom: 1px solid #f1f5f9; }
.secim-parti-il-city { font-weight: 700; font-size: 1rem; color: #1e3a5f; text-decoration: none; }
.secim-parti-il-city:hover { text-decoration: underline; }
.secim-parti-il-sandik { font-size: 0.8rem; color: #64748b; }
.secim-parti-il-content { display: flex; gap: 1rem; align-items: flex-start; }
.secim-parti-il-avatar { flex-shrink: 0; }
.secim-parti-il-avatar a { display: block; }
.secim-parti-il-img { display: block; width: 56px; height: 56px; border-radius: 50%; background-size: cover; background-position: center; background-color: #e2e8f0; }
.secim-parti-il-initial { display: flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 50%; font-weight: 800; font-size: 1.25rem; color: #fff; }
.secim-parti-il-info { min-width: 0; flex: 1; }
.secim-parti-il-aday { font-weight: 700; font-size: 0.95rem; margin-bottom: 6px; }
.secim-parti-il-aday a { color: #0f172a; text-decoration: none; }
.secim-parti-il-aday a:hover { text-decoration: underline; }
.secim-parti-il-oy { font-size: 0.85rem; color: #64748b; margin-bottom: 4px; }
.secim-parti-il-pct { font-weight: 700; color: #1e293b; }
.secim-parti-il-ilce { font-size: 0.85rem; color: #64748b; }
.secim-parti-il-num { font-weight: 700; color: #1e293b; }
.secim-parti-detay-back-wrap { margin-top: 1.5rem; }

/* ========== Kazananlar – iki sütun: Türkiye Geneli + Siyasi Partiler (ikili yan yana) ========== */
.secim-page.secim-kazananlar-page { padding: 2rem 1rem 3rem; min-height: 50vh; background: #f8fafc; }
.secim-container.secim-kazananlar-container { max-width: 1100px; margin: 0 auto; }
.secim-kazananlar-page .secim-back { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 0; margin-bottom: 0.75rem; color: #1e3a5f; text-decoration: none; font-weight: 600; font-size: 0.95rem; }
.secim-kazananlar-page .secim-back:hover { text-decoration: underline; }
.secim-kazananlar-page .secim-breadcrumb { font-size: 0.9rem; color: #64748b; margin-bottom: 0.75rem; }
.secim-kazananlar-page .secim-breadcrumb a { color: #1e3a5f; text-decoration: none; }
.secim-kazananlar-page .secim-breadcrumb a:hover { text-decoration: underline; }
.secim-kazananlar-main-title { font-size: 1.5rem; font-weight: 700; color: #0f172a; margin: 0 0 0.5rem 0; line-height: 1.3; }
.secim-kazananlar-desc { font-size: 0.95rem; color: #64748b; margin: 0 0 1.5rem 0; }
.secim-kazananlar-row { display: grid; grid-template-columns: 1fr 340px; gap: 1.5rem; align-items: start; }
@media (max-width: 900px) { .secim-kazananlar-row { grid-template-columns: 1fr; } }

.secim-genel-box,
.secim-partiler-box { background: #fff; border-radius: 12px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); border: 1px solid #e2e8f0; overflow: hidden; }
.secim-genel-box-title,
.secim-partiler-box-title { font-size: 1.15rem; font-weight: 700; color: #0f172a; margin: 0; padding: 1rem 1.25rem; background: #f8fafc; border-bottom: 1px solid #e2e8f0; }
.secim-genel-box .secim-placeholder,
.secim-partiler-box .secim-placeholder { padding: 1.5rem 1.25rem; color: #64748b; }

.secim-genel-table { width: 100%; border-collapse: collapse; }
.secim-genel-table thead { background: #f8fafc; border-bottom: 2px solid #e2e8f0; }
.secim-genel-table th { padding: 10px 14px; font-size: 0.75rem; font-weight: 700; color: #64748b; text-transform: uppercase; letter-spacing: 0.04em; text-align: left; }
.secim-genel-th-oy { text-align: right; width: 90px; }
.secim-genel-tr { border-bottom: 1px solid #f1f5f9; transition: background 0.15s; }
.secim-genel-tr:hover { background: #fafafa; }
.secim-genel-td-img { width: 48px; padding: 10px 12px; vertical-align: middle; }
.secim-genel-party-img { display: inline-flex; width: 40px; height: 40px; border-radius: 8px; overflow: hidden; background: #e2e8f0; }
.secim-genel-party-img img { width: 100%; height: 100%; object-fit: contain; padding: 4px; }
.secim-genel-party-initial { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 8px; font-weight: 800; font-size: 1.1rem; color: #fff; }
.secim-genel-td-info { padding: 10px 12px; vertical-align: middle; }
.secim-genel-city { font-size: 0.9rem; }
.secim-genel-city a { color: #1e3a5f; text-decoration: none; font-weight: 600; }
.secim-genel-city a:hover { text-decoration: underline; }
.secim-genel-nominee { padding-top: 6px; }
.secim-genel-nominee a { color: #0f172a; text-decoration: none; font-weight: 600; font-size: 0.95rem; }
.secim-genel-nominee a:hover { text-decoration: underline; }
.secim-genel-party-name { color: #64748b; font-size: 0.9rem; margin-left: 4px; }
.secim-genel-td-pct { padding: 10px 14px; text-align: right; font-weight: 700; font-size: 1rem; color: #1e293b; vertical-align: middle; }
.secim-genel-bar-tr { border-bottom: 1px solid #f1f5f9; }
.secim-genel-bar-tr td { padding: 0 14px 10px 14px; vertical-align: top; }
.secim-genel-bar-wrap { height: 8px; background: #e2e8f0; border-radius: 4px; overflow: hidden; }
.secim-genel-bar { height: 100%; border-radius: 4px; transition: width 0.3s; }

.secim-partiler-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 1rem 1.25rem; }
.secim-parti-kutu { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px; padding: 12px; cursor: pointer; transition: background 0.2s, box-shadow 0.2s; }
.secim-parti-kutu:hover { background: #f1f5f9; box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.secim-parti-kutu-link { display: flex; flex-direction: column; align-items: center; gap: 8px; text-decoration: none; color: inherit; }
.secim-parti-kutu-icon { width: 64px; height: 64px; border-radius: 10px; overflow: hidden; background: #fff; display: flex; align-items: center; justify-content: center; border: 1px solid #e2e8f0; }
.secim-parti-kutu-icon img { width: 100%; height: 100%; object-fit: contain; padding: 6px; }
.secim-parti-kutu-initial { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.5rem; color: #fff; }
.secim-parti-kutu-name { font-size: 0.85rem; font-weight: 700; color: #1e293b; text-align: center; line-height: 1.2; }

/* ========== Parti detay sayfası – logo, 4 kutu, illere göre sonuçlar ========== */
.secim-page.secim-parti-detay-page { padding: 2rem 1rem 3rem; min-height: 50vh; background: #f8fafc; }
.secim-container.secim-parti-detay-container { max-width: 1000px; margin: 0 auto; }
.secim-parti-detay-page .secim-back { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 0; margin-bottom: 0.75rem; color: #1e3a5f; text-decoration: none; font-weight: 600; font-size: 0.95rem; }
.secim-parti-detay-page .secim-back:hover { text-decoration: underline; }
.secim-parti-detay-page .secim-breadcrumb { font-size: 0.9rem; color: #64748b; margin-bottom: 1rem; }
.secim-parti-detay-page .secim-breadcrumb a { color: #1e3a5f; text-decoration: none; }
.secim-parti-detay-page .secim-breadcrumb a:hover { text-decoration: underline; }

.secim-parti-detay-header { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; padding: 1.25rem 1.5rem; background: #fff; border-radius: 12px; box-shadow: 0 2px 10px rgba(0,0,0,0.06); border: 1px solid #e2e8f0; }
.secim-parti-detay-logo { flex-shrink: 0; }
.secim-parti-detay-logo img { display: block; border-radius: 10px; }
.secim-parti-detay-initial { display: flex; align-items: center; justify-content: center; width: 70px; height: 70px; border-radius: 10px; font-weight: 800; font-size: 1.75rem; color: #fff; }
.secim-parti-detay-titles { min-width: 0; }
.secim-parti-detay-name { font-size: 1.5rem; font-weight: 700; color: #0f172a; margin: 0 0 0.25rem 0; line-height: 1.2; }
.secim-parti-detay-sub { font-size: 1rem; color: #64748b; margin: 0; }

.secim-parti-donut-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-bottom: 2rem; }
@media (max-width: 640px) { .secim-parti-donut-row { grid-template-columns: repeat(2, 1fr); } }
.secim-parti-donut-kutu { background: #fff; border-radius: 12px; padding: 1.25rem; text-align: center; box-shadow: 0 2px 10px rgba(0,0,0,0.06); border: 1px solid #e2e8f0; }
.secim-parti-donut-title { font-size: 0.8rem; font-weight: 700; color: #64748b; margin: 0 0 0.5rem 0; line-height: 1.3; }
.secim-parti-donut-value { font-size: 1.5rem; font-weight: 800; }

.secim-parti-iller-section { margin-bottom: 2rem; }
.secim-parti-iller-title { font-size: 1.15rem; font-weight: 700; color: #0f172a; margin: 0 0 1rem 0; padding: 0 0 0.5rem 0; border-bottom: 2px solid #e2e8f0; }
.secim-parti-iller-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
@media (max-width: 700px) { .secim-parti-iller-grid { grid-template-columns: 1fr; } }
.secim-parti-il-kutu { background: #fff; border-radius: 12px; padding: 1rem 1.25rem; box-shadow: 0 2px 8px rgba(0,0,0,0.06); border: 1px solid #e2e8f0; }
.secim-parti-il-head { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.secim-parti-il-city { font-weight: 700; font-size: 1rem; color: #1e3a5f; text-decoration: none; }
.secim-parti-il-city:hover { text-decoration: underline; }
.secim-parti-il-sandik { font-size: 0.8rem; color: #64748b; }
.secim-parti-il-content { display: flex; gap: 1rem; align-items: flex-start; }
.secim-parti-il-avatar { flex-shrink: 0; }
.secim-parti-il-img { display: block; width: 56px; height: 56px; border-radius: 50%; background-size: cover; background-position: center; background-color: #e2e8f0; }
.secim-parti-il-initial { display: flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 50%; font-weight: 800; font-size: 1.25rem; color: #fff; }
.secim-parti-il-info { min-width: 0; }
.secim-parti-il-aday { font-weight: 700; font-size: 0.95rem; margin-bottom: 4px; }
.secim-parti-il-aday a { color: #0f172a; text-decoration: none; }
.secim-parti-il-aday a:hover { text-decoration: underline; }
.secim-parti-il-oy { font-size: 0.85rem; color: #64748b; margin-bottom: 2px; }
.secim-parti-il-pct { font-weight: 700; color: #1e3a5f; }
.secim-parti-il-ilce { font-size: 0.85rem; color: #64748b; }
.secim-parti-il-num { font-weight: 700; color: #1e3a5f; }

.secim-parti-detay-back-wrap { margin-top: 1rem; }
.secim-parti-detay-page .secim-back.btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem; background: #1e3a5f; color: #fff; text-decoration: none; border-radius: 8px; font-size: 0.9rem; font-weight: 600; }
.secim-parti-detay-page .secim-back.btn:hover { background: #334155; color: #fff; }

/* ========== Adaylar – 4 sütun parti grid, modern ========== */
.secim-page.secim-adaylar-page { padding: 2rem 1rem 3rem; min-height: 50vh; background: #f8fafc; }
.secim-container.secim-adaylar-container { max-width: 1000px; margin: 0 auto; }
.secim-adaylar-page .secim-back { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 0; margin-bottom: 0.75rem; color: #1e3a5f; text-decoration: none; font-weight: 600; font-size: 0.95rem; }
.secim-adaylar-page .secim-back:hover { text-decoration: underline; }
.secim-adaylar-page .secim-breadcrumb { font-size: 0.9rem; color: #64748b; margin-bottom: 1rem; }
.secim-adaylar-main-title { font-size: 1.5rem; font-weight: 700; color: #0f172a; margin: 0 0 0.5rem 0; line-height: 1.3; }
.secim-adaylar-desc { font-size: 0.95rem; color: #64748b; margin: 0 0 1.5rem 0; }
.secim-adaylar-partiler { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem 1.25rem; }
.secim-adaylar-parti-kutu { background: #fff; border-radius: 12px; box-shadow: 0 2px 10px rgba(0,0,0,0.06); border: 1px solid #e2e8f0; overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; }
.secim-adaylar-parti-kutu:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.1); border-color: #cbd5e1; }
.secim-adaylar-parti-link { display: flex; flex-direction: column; align-items: center; gap: 0.75rem; padding: 1.25rem 1rem; text-decoration: none; color: inherit; min-height: 140px; }
.secim-adaylar-parti-icon { width: 72px; height: 72px; border-radius: 14px; overflow: hidden; background: #f1f5f9; display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.secim-adaylar-parti-icon img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.secim-adaylar-parti-initial { display: flex; align-items: center; justify-content: center; width: 72px; height: 72px; border-radius: 14px; font-weight: 800; font-size: 1.75rem; color: #fff; }
.secim-adaylar-parti-name { font-size: 0.9rem; font-weight: 700; color: #1e293b; text-align: center; line-height: 1.25; }
@media (max-width: 900px) { .secim-adaylar-partiler { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .secim-adaylar-partiler { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; } .secim-adaylar-parti-icon { width: 56px; height: 56px; } .secim-adaylar-parti-initial { width: 56px; height: 56px; font-size: 1.35rem; } .secim-adaylar-parti-link { padding: 1rem; min-height: 120px; } }

/* ========== Aday detay – parti aday listesi (3 sütun) + biyografi Tümünü Oku ========== */
.secim-page.secim-aday-detay-page { padding: 2rem 1rem 3rem; min-height: 50vh; background: #f8fafc; }
.secim-container.secim-aday-detay-container { max-width: 1100px; margin: 0 auto; }
.secim-aday-detay-page .secim-back { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 0; margin-bottom: 0.75rem; color: #1e3a5f; text-decoration: none; font-weight: 600; font-size: 0.95rem; }
.secim-aday-detay-page .secim-back:hover { text-decoration: underline; }
.secim-aday-detay-page .secim-breadcrumb { font-size: 0.9rem; color: #64748b; margin-bottom: 1rem; }
.secim-aday-detay-header { display: flex; align-items: center; gap: 1.25rem; margin-bottom: 1.5rem; padding: 1.25rem; background: #fff; border-radius: 12px; box-shadow: 0 2px 10px rgba(0,0,0,0.06); border: 1px solid #e2e8f0; }
.secim-aday-detay-logo { flex-shrink: 0; }
.secim-aday-detay-logo img { display: block; border-radius: 10px; }
.secim-aday-detay-title { font-size: 1.5rem; font-weight: 700; color: #0f172a; margin: 0; line-height: 1.2; }
.secim-aday-detay-accordion { margin-bottom: 1.5rem; }
.secim-aday-detay-accordion-btn { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0.75rem 1rem; background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; font-weight: 600; color: #1e293b; cursor: pointer; font-size: 0.95rem; }
.secim-aday-detay-accordion-btn:hover { background: #f8fafc; }
.secim-aday-detay-accordion-btn .fa-chevron-down { transition: transform 0.2s; }
.secim-aday-detay-accordion-btn.open .fa-chevron-down { transform: rotate(180deg); }
.secim-aday-detay-partiler { display: none; padding: 1rem; background: #fff; border: 1px solid #e2e8f0; border-top: none; border-radius: 0 0 10px 10px; }
.secim-aday-detay-accordion-btn.open + .secim-aday-detay-partiler { display: block; }
.secim-aday-detay-partiler-inner { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 10px; }
.secim-aday-detay-parti-btn { display: flex; align-items: center; gap: 10px; padding: 10px 12px; background: #f8fafc; border-radius: 8px; text-decoration: none; color: #1e293b; font-weight: 600; font-size: 0.9rem; border: 1px solid #e2e8f0; transition: background 0.2s; }
.secim-aday-detay-parti-btn:hover { background: #f1f5f9; color: #1e3a5f; }
.secim-aday-detay-parti-btn img { width: 32px; height: 32px; object-fit: contain; border-radius: 6px; }
.secim-aday-list-title { font-size: 1.2rem; font-weight: 700; color: #0f172a; margin: 0 0 1rem 0; }
.secim-aday-list-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
@media (max-width: 900px) { .secim-aday-list-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .secim-aday-list-grid { grid-template-columns: 1fr; } }
.secim-aday-card { background: #fff; border-radius: 12px; box-shadow: 0 2px 10px rgba(0,0,0,0.06); border: 1px solid #e2e8f0; overflow: hidden; display: flex; flex-direction: column; }
.secim-aday-card-head { display: flex; gap: 12px; padding: 1rem; padding-bottom: 0.5rem; }
.secim-aday-card-avatar { width: 56px; height: 56px; border-radius: 50%; background-size: cover; background-position: center; background-color: #e2e8f0; flex-shrink: 0; }
.secim-aday-card-logo { width: 28px; height: 28px; border-radius: 6px; object-fit: contain; position: absolute; bottom: 0; right: 0; background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,0.15); }
.secim-aday-card-avatar-wrap { position: relative; flex-shrink: 0; }
.secim-aday-card-name { font-weight: 700; font-size: 1rem; margin-bottom: 4px; }
.secim-aday-card-name a { color: #0f172a; text-decoration: none; }
.secim-aday-card-name a:hover { text-decoration: underline; }
.secim-aday-card-role { font-size: 0.85rem; color: #64748b; line-height: 1.3; }
.secim-aday-card-bio { padding: 0 1rem 1rem; font-size: 0.9rem; color: #475569; }
.secim-aday-card-bio-box { margin-bottom: 8px; }
.secim-aday-card-bio-head { font-size: 0.75rem; font-weight: 700; color: #64748b; text-transform: uppercase; letter-spacing: 0.03em; margin-bottom: 2px; }
.secim-aday-card-bio-text { display: block; line-height: 1.4; }
.secim-aday-card-bio-text.collapsed { max-height: 3.6em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.secim-aday-card-toggle { display: block; margin: 0.75rem 1rem 1rem; padding: 0.5rem 1rem; background: #1e3a5f; color: #fff; border: none; border-radius: 8px; font-weight: 600; font-size: 0.85rem; cursor: pointer; text-align: center; text-decoration: none; transition: background 0.2s; }
.secim-aday-card-toggle:hover { background: #334155; color: #fff; }
.secim-aday-card-bio-full { max-height: 0; overflow: hidden; transition: max-height 0.35s ease-out; }
.secim-aday-card-bio-full.expanded { max-height: 800px; }
.secim-aday-card-bio-short { margin-bottom: 0; }
