/* === index.php inline style (line 1453-1473) === */

.countdown-box {
    font-weight: 700;
}

.countdown-box .number {
    font-size: 45px;
    font-weight: 800;
    display: inline-block;
    min-width: 60px;
    text-align: center;
}

.countdown-box .label {
    font-size: 16px;
    font-weight: 400;
    margin-right: 15px;
}


/* === footer.php inline style (line 578-600) === */
#pdfOverlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.72);z-index:99999;align-items:center;justify-content:center;padding:10px;box-sizing:border-box;touch-action:none}
#pdfOverlay.active{display:flex}
.pdf-modal{background:#fff;border-radius:10px;width:80%;height:80vh;display:flex;flex-direction:column;overflow:hidden;touch-action:none}
@media(max-width:768px){.pdf-modal{width:96%;height:70vh}}
.pdf-modal-header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid #e5e5e5;gap:8px;flex-shrink:0;touch-action:none}
.pdf-modal-title{font-size:13px;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}
.pdf-modal-actions{display:flex;gap:6px;flex-shrink:0}
.pdf-dl-btn{display:inline-flex;align-items:center;gap:5px;padding:6px 10px;border-radius:6px;border:1px solid #ccc;background:#fff;font-size:12px;color:#333;text-decoration:none;cursor:pointer}
.pdf-dl-btn:hover{background:#f5f5f5}
.pdf-close-btn{background:none;border:none;font-size:22px;cursor:pointer;padding:4px 8px;border-radius:6px;line-height:1;color:#666}
.pdf-close-btn:hover{background:#f5f5f5;color:#000}
.pdf-iframe-wrap{flex:1;overflow:auto;-webkit-overflow-scrolling:touch;position:relative;touch-action:pan-x pan-y pinch-zoom}
.pdf-iframe-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;z-index:1;touch-action:pan-x pan-y pinch-zoom}
.pdf-loading{position:absolute;inset:0;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;z-index:2;touch-action:none}
.pdf-loading.hidden{display:none}
.pdf-spinner{width:34px;height:34px;border:3px solid #e5e5e5;border-top-color:#555;border-radius:50%;animation:pdfSpin 0.8s linear infinite}
.pdf-spinner.gone{display:none}
@keyframes pdfSpin{to{transform:rotate(360deg)}}
.pdf-loading p{font-size:13px;color:#555;margin:0;text-align:center}
.pdf-retry-btn{display:none;align-items:center;gap:6px;padding:8px 18px;border-radius:6px;border:1px solid #aaa;background:#fff;font-size:13px;color:#333;cursor:pointer}
.pdf-retry-btn:hover{background:#f5f5f5}

/* === Sayfalama (pagination) === */
.pagination-style1 .page-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 40px 0;
}
.pagination-style1 .page-numbers li {
    display: inline-flex;
}
.pagination-style1 .page-numbers li a,
.pagination-style1 .page-numbers li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s;
}
.pagination-style1 .page-numbers li a:hover {
    background: #e31e26;
    border-color: #e31e26;
    color: #fff;
}
.pagination-style1 .page-numbers li span.current {
    background: #e31e26;
    border-color: #e31e26;
    color: #fff;
    font-weight: 700;
}
/* ... (dots) */
.pagination-style1 .page-numbers li span.dots {
    border: none;
    background: transparent;
    color: #999;
    letter-spacing: 2px;
    cursor: default;
}

/* ============================================================
   SPORCULAR SAYFASI (izole - .sporcu- prefix)
   ============================================================ */
.sporcu-list-section,
.sporcu-detay-section { font-family: 'Poppins', sans-serif; }

/* Filtreler */
.sporcu-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: flex-end;
    background: #f7f7f9;
    padding: 18px 20px;
    border-radius: 10px;
    margin-bottom: 24px;
}
.sporcu-filter-item { display: flex; flex-direction: column; gap: 6px; }
.sporcu-filter-item label { font-size: 13px; font-weight: 600; color: #444; }
.sporcu-filter-item input,
.sporcu-filter-item select {
    height: 42px;
    min-width: 200px;
    padding: 0 12px;
    border: 1px solid #d5d5dd;
    border-radius: 8px;
    font-size: 14px;
    background: #fff;
    outline: none;
    transition: border-color .2s;
}
.sporcu-filter-item input:focus,
.sporcu-filter-item select:focus { border-color: #e31e26; }
.sporcu-filter-btns { flex-direction: row; gap: 10px; }

.sporcu-btn {
    height: 42px;
    padding: 0 22px;
    border: 1px solid #d5d5dd;
    border-radius: 8px;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all .2s;
}
.sporcu-btn:hover { background: #ececf0; color: #333; }
.sporcu-btn-primary { background: #e31e26; border-color: #e31e26; color: #fff; }
.sporcu-btn-primary:hover { background: #c5161d; color: #fff; }

/* Durum mesajı */
.sporcu-status { padding: 14px 0; font-size: 14px; color: #666; text-align: center; }
.sporcu-status-error { color: #e31e26; font-weight: 600; }

/* Tablo */
.sporcu-table-wrap { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.sporcu-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    background: #fff;
}
.sporcu-table thead th {
    background: #1b1b3a;
    color: #fff;
    text-align: left;
    padding: 14px 16px;
    font-weight: 600;
    white-space: nowrap;
}
.sporcu-table tbody td {
    padding: 13px 16px;
    border-bottom: 1px solid #ececec;
    color: #333;
    vertical-align: middle;
}
.sporcu-table tbody tr:hover { background: #f9f9fb; }
.sporcu-td-action, .sporcu-th-action { text-align: right; white-space: nowrap; }
.sporcu-detail-link {
    display: inline-block;
    padding: 7px 16px;
    background: #e31e26;
    color: #fff;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background .2s;
}
.sporcu-detail-link:hover { background: #c5161d; color: #fff; }

/* Detay kartı */
.sporcu-detay-card {
    background: #f7f7f9;
    border-radius: 12px;
    padding: 28px;
    margin-bottom: 28px;
}
.sporcu-detay-name { font-size: 26px; font-weight: 700; color: #1b1b3a; margin: 0 0 16px; }
.sporcu-detay-info { display: flex; flex-wrap: wrap; gap: 14px 40px; }
.sporcu-info-row { display: flex; flex-direction: column; gap: 3px; }
.sporcu-info-row span { font-size: 12px; color: #888; text-transform: uppercase; letter-spacing: .5px; }
.sporcu-info-row strong { font-size: 16px; color: #222; }
.sporcu-detay-subtitle { font-size: 19px; font-weight: 700; color: #1b1b3a; margin: 24px 0 14px; }

/* ── Responsive: mobilde tablo → kart ── */
@media (max-width: 768px) {
    .sporcu-filters { flex-direction: column; align-items: stretch; }
    .sporcu-filter-item { width: 100%; }
    .sporcu-filter-item input,
    .sporcu-filter-item select { min-width: 0; width: 100%; }
    .sporcu-filter-btns { flex-direction: row; }
    .sporcu-filter-btns .sporcu-btn { flex: 1; }

    .sporcu-table-wrap { overflow-x: visible; }
    .sporcu-table thead { display: none; }
    .sporcu-table, .sporcu-table tbody, .sporcu-table tr, .sporcu-table td { display: block; width: 100%; }
    .sporcu-table tr {
        margin-bottom: 16px;
        border: 1px solid #e5e5e5;
        border-radius: 10px;
        overflow: hidden;
        background: #fff;
    }
    .sporcu-table tbody td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        padding: 11px 14px;
        border-bottom: 1px solid #f0f0f0;
        text-align: right;
    }
    .sporcu-table tbody td:last-child { border-bottom: none; }
    .sporcu-table tbody td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #888;
        text-align: left;
        flex-shrink: 0;
    }
    .sporcu-td-action { justify-content: flex-end; }
    .sporcu-td-action::before { display: none; }
    .sporcu-detail-link { width: 100%; text-align: center; }

    .sporcu-detay-info { flex-direction: column; gap: 12px; }
}

/* ── Kulüp detay (logo + yerleşim) ── */
.kulup-detay-card { display: flex; gap: 28px; align-items: flex-start; }
.kulup-logo { flex-shrink: 0; width: 120px; }
.kulup-logo img { width: 100%; height: auto; border-radius: 10px; background: #fff; padding: 8px; border: 1px solid #eee; }
.kulup-detay-main { flex: 1; }
.kulup-short { font-size: 14px; color: #888; margin: -8px 0 14px; }
@media (max-width: 768px) {
    .kulup-detay-card { flex-direction: column; align-items: center; text-align: center; }
    .kulup-detay-card .sporcu-detay-info { text-align: left; }
}

/* Sporcu/Kulüp liste bölümü - footer'a yapışmayı önle */
.sporcu-list-section { min-height: 60vh; padding-bottom: 50px; }
.sporcu-pagination { margin-top: 30px; margin-bottom: 50px; min-height: 40px; }

/* Kulüp liste logo hücresi */
.kulup-logo-cell { width: 64px; }
.kulup-logo-cell img {
    width: 48px; height: 48px;
    object-fit: contain;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #eee;
    padding: 3px;
}
@media (max-width: 768px) {
    .kulup-logo-cell { width: auto; }
    .kulup-logo-cell img { width: 56px; height: 56px; }
}

/* ── Yarışma detay sayfası ── */
.yarisma-hero {
    background: linear-gradient(135deg, #1b1b3a 0%, #2d2d5f 100%);
    color: #fff;
    border-radius: 14px;
    padding: 36px 32px;
    margin-bottom: 26px;
}
.yarisma-badge {
    display: inline-block;
    background: #e31e26;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 14px;
}
.yarisma-title { font-size: 28px; font-weight: 700; margin: 0 0 12px; color: #fff; line-height: 1.25; }
.yarisma-place { font-size: 15px; opacity: .85; }
.yarisma-place i { margin-right: 6px; }

.yarisma-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
}
.yarisma-info-box {
    background: #f7f7f9;
    border: 1px solid #ececf0;
    border-radius: 10px;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.yarisma-info-box span { font-size: 12px; color: #888; text-transform: uppercase; letter-spacing: .5px; }
.yarisma-info-box strong { font-size: 17px; color: #1b1b3a; }

@media (max-width: 768px) {
    .yarisma-hero { padding: 26px 22px; }
    .yarisma-title { font-size: 22px; }
}

/* Kulüp detay - antrenör tablosu tam genişlik kaplamasın */
.kulup-detay-section .sporcu-table-wrap { max-width: 500px; }
.kulup-detay-section .sporcu-table { width: auto; min-width: 320px; }
@media (max-width: 768px) {
    .kulup-detay-section .sporcu-table-wrap { max-width: 100%; }
    .kulup-detay-section .sporcu-table { width: 100%; }
}

/* ── Kulüp detay - modern hero (yarışma tarzı) ── */
.kulup-hero {
    display: flex;
    align-items: center;
    gap: 26px;
    background: linear-gradient(135deg, #1b1b3a 0%, #2d2d5f 100%);
    color: #fff;
    border-radius: 14px;
    padding: 30px 32px;
    margin-bottom: 22px;
}
.kulup-hero-logo {
    flex-shrink: 0;
    width: 110px; height: 110px;
    background: #fff;
    border-radius: 14px;
    padding: 10px;
    display: flex; align-items: center; justify-content: center;
}
.kulup-hero-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.kulup-hero-text { flex: 1; }
.kulup-hero-text .yarisma-title { margin: 8px 0 6px; }
.kulup-hero-short { font-size: 14px; opacity: .8; margin: 0 0 8px; }

/* Antrenör kartları */
.kulup-coaches {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 12px;
}
.kulup-coach-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f7f7f9;
    border: 1px solid #ececf0;
    border-radius: 10px;
    padding: 12px 14px;
    transition: all .2s;
}
.kulup-coach-card:hover { border-color: #e31e26; box-shadow: 0 4px 12px rgba(0,0,0,.06); }
.kulup-coach-avatar {
    flex-shrink: 0;
    width: 40px; height: 40px;
    border-radius: 50%;
    background: #e31e26;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    display: flex; align-items: center; justify-content: center;
}
.kulup-coach-name { font-size: 14px; font-weight: 600; color: #1b1b3a; }

@media (max-width: 768px) {
    .kulup-hero { flex-direction: column; text-align: center; padding: 24px 20px; }
    .kulup-hero-text .yarisma-place { justify-content: center; }
}

/* ── Tablo badge'leri (sporcular/kulupler/yarismalar/faaliyet) ── */
.sporcu-badge {
    display: inline-block;
    padding: 4px 11px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;
}
.sporcu-badge--blue   { background: #e7efff; color: #1b54c4; }
.sporcu-badge--pink   { background: #ffe9f1; color: #c4185f; }
.sporcu-badge--green  { background: #e5f7ec; color: #157a3f; }
.sporcu-badge--orange { background: #fff1e0; color: #b35c00; }
.sporcu-badge--purple { background: #f0e9fb; color: #6b29c4; }
.sporcu-badge--gray   { background: #eef0f5; color: #444; }
.sporcu-badge--red    { background: #ffe7e8; color: #c5161d; }

/* Kulüp detay - bilgi kutuları satırda 3 tane */
.kulup-detay-section .yarisma-info-grid {
    grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
    .kulup-detay-section .yarisma-info-grid {
        grid-template-columns: 1fr;
    }
}

/* ── Sporcu detay - modern hero ── */
.sporcu-hero {
    display: flex;
    align-items: center;
    gap: 26px;
    background: linear-gradient(135deg, #1b1b3a 0%, #2d2d5f 100%);
    color: #fff;
    border-radius: 14px;
    padding: 30px 32px;
    margin-bottom: 22px;
}
.sporcu-hero-photo {
    flex-shrink: 0;
    width: 100px; height: 100px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    border: 3px solid rgba(255,255,255,.25);
}
.sporcu-hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.sporcu-hero-text { flex: 1; }
.sporcu-hero-text .yarisma-title { margin: 8px 0 0; }
@media (max-width: 768px) {
    .sporcu-hero { flex-direction: column; text-align: center; padding: 24px 20px; }
}

/* Kulüp detay - sporcu kartı link */
.kulup-athlete-link { text-decoration: none; }
.kulup-athlete-card { cursor: pointer; }

/* Kulüp detay - iki sütun (antrenör + sporcu) */
.kulup-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: start;
}
.kulup-detay-section .kulup-two-col .sporcu-table-wrap { max-width: 100%; }
.kulup-detay-section .kulup-two-col .sporcu-table { width: 100%; }
@media (max-width: 768px) {
    .kulup-two-col { grid-template-columns: 1fr; }
}

/* ── Kurullar sayfası ── */
.kurullar-section { min-height: 60vh; padding-bottom: 50px; }
.kurullar-wrap { display: grid; grid-template-columns: 260px 1fr; gap: 28px; align-items: start; }
.kurullar-tabs { display: flex; flex-direction: column; gap: 8px; }
.kurul-tab {
    text-align: left;
    padding: 14px 16px;
    border: 1px solid #e5e5ea;
    background: #fff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    transition: all .2s;
}
.kurul-tab:hover { border-color: #e31e26; color: #e31e26; }
.kurul-tab.active { background: #e31e26; border-color: #e31e26; color: #fff; }
.kurullar-title { font-size: 20px; font-weight: 700; color: #1b1b3a; margin: 0 0 20px; }
.kurullar-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 18px;
}
.kurul-card {
    background: #fff;
    border: 1px solid #ececf0;
    border-radius: 12px;
    padding: 18px;
    text-align: center;
    transition: box-shadow .2s, transform .2s;
}
.kurul-card:hover { box-shadow: 0 6px 18px rgba(0,0,0,.08); transform: translateY(-3px); }
.kurul-card-photo {
    width: auto;
    max-height: 250px;
    margin: 0 auto 12px;
    border-radius: 50%;
    overflow: hidden;
    background: #f3f3f6;
}
.kurul-card-photo img { width: 100%; height: 100%; object-fit: cover; }
.kurul-card-name {
    font-size: 17px;
    margin-top: 25px;
    font-weight: 700;
    color: #1b1b3a;
    line-height: 1.3;
    text-transform: uppercase;
}
.kurul-card-role {
    font-size: 15px;
    color: #e31e26;
    font-weight: 600;
    margin-top: 5px;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .kurullar-wrap { grid-template-columns: 1fr; }
    .kurullar-tabs { flex-direction: row; flex-wrap: wrap; }
    .kurul-tab { flex: 1 1 auto; }
}

/* ============================================================
   OLİMPİYAT ALANI (platforms-style1) - MODERN
   ============================================================ */
.platforms-style1__content .platforms-style1-downlode-single {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    transition: transform .3s ease, box-shadow .3s ease;
    backdrop-filter: blur(4px);
}
.platforms-style1__content .platforms-style1-downlode-single:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,.35);
}
.platforms-style1-downlode-single .title h3 {
    font-weight: 800;
    letter-spacing: -0.3px;
}
.platforms-style1-downlode-single .title p {
    opacity: .9;
}

/* Geri sayım kutusu - modern cam efekti */
.countdown-box#fedCountdown {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 18px;
    padding: 18px 26px;
}
.countdown-box#fedCountdown .number {
    font-size: 44px;
    font-weight: 800;
    color: #fff;
    min-width: 64px;
    text-align: center;
    line-height: 1;
    text-shadow: 0 2px 10px rgba(0,0,0,.4);
}
.countdown-box#fedCountdown .label {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,.7);
    margin-right: 18px;
}
@media (max-width: 768px) {
    .countdown-box#fedCountdown { padding: 14px 16px; gap: 2px; }
    .countdown-box#fedCountdown .number { font-size: 30px; min-width: 44px; }
    .countdown-box#fedCountdown .label { font-size: 11px; margin-right: 10px; }
}

/* ============================================================
   PRELOADER - MODERN LOGO (tek layer, siyah arka plan)
   ============================================================ */
.handle-preloader.fed-preloader-dark {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}
.fed-preloader-dark .animation-preloader {
    position: static;
    background: transparent;
}
.fed-preloader-logo {
    position: relative;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.fed-preloader-logo img {
    width: 200px;
    height: 200px;
    object-fit: contain;
    animation: fedLogoPulse 1.6s ease-in-out infinite;
}
@keyframes fedLogoPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50%      { transform: scale(1.08); opacity: .85; }
}

/* Preloader anında kapansın, iz bırakmasın */
.loader-wrap[style*="display: none"],
.loader-wrap[style*="display:none"] {
    display: none !important;
    pointer-events: none;
}

/* ── Yarışma detay - sonuçlar ── */
.yarisma-cat {
    background: #f7f7f9;
    border: 1px solid #ececf0;
    border-radius: 12px;
    padding: 18px 20px;
    margin-bottom: 16px;
}
.yarisma-cat-title {
    font-size: 16px;
    font-weight: 700;
    color: #1b1b3a;
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e31e26;
    display: inline-block;
}
.yarisma-result-list { display: flex; flex-direction: column; gap: 8px; }
.yarisma-result-row {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 10px 14px;
}
.yarisma-result-degree { flex-shrink: 0; width: 44px; }
.yarisma-result-names { font-size: 14px; font-weight: 600; color: #333; }
.yarisma-result-names a { color: #1b1b3a; text-decoration: none; }
.yarisma-result-names a:hover { color: #e31e26; text-decoration: underline; }

.derece-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px; height: 38px;
    border-radius: 50%;
    font-weight: 800;
    font-size: 14px;
    color: #fff;
}
.derece-gold   { background: linear-gradient(135deg, #f9d423, #e6a800); }
.derece-silver { background: linear-gradient(135deg, #c0c0c0, #9a9a9a); }
.derece-bronze { background: linear-gradient(135deg, #cd7f32, #a0612a); }

/* ============================================================
   ███  MAXX FAZ 1 — MODERN TABLO & LİSTE CİLASI  ███
   (kırmızı-lacivert palet korunur, mevcut yapı override edilir)
   ============================================================ */
:root {
    --fed-red: #e31e26;
    --fed-red-dark: #c5161d;
    --fed-navy: #1b1b3a;
    --fed-navy-2: #2d2d5f;
    --fed-ink: #2a2a35;
    --fed-muted: #8a8a99;
    --fed-line: #ecedf2;
    --fed-bg-soft: #f7f8fb;
    --fed-shadow: 0 10px 30px rgba(20, 20, 50, 0.07);
    --fed-shadow-lg: 0 18px 50px rgba(20, 20, 50, 0.12);
    --fed-radius: 16px;
}

/* ---------- Bölüm sarmalayıcı ---------- */
.sporcu-list-section { padding-bottom: 60px; }
.sporcu-list-section .container { position: relative; }

/* ---------- FİLTRE BARI (glassmorphism) ---------- */
.sporcu-filters {
    background: rgba(255,255,255,0.75) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: var(--fed-radius) !important;
    padding: 22px 24px !important;
    box-shadow: var(--fed-shadow);
    position: relative;
    overflow: hidden;
}
.sporcu-filters::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--fed-red), var(--fed-navy));
}
.sporcu-filter-item label {
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: .6px;
    color: var(--fed-navy) !important;
}
.sporcu-filter-item input,
.sporcu-filter-item select {
    height: 46px !important;
    border: 1.5px solid var(--fed-line) !important;
    border-radius: 11px !important;
    background: #fff !important;
    font-weight: 500;
    transition: all .25s ease !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.02);
}
.sporcu-filter-item input:focus,
.sporcu-filter-item select:focus {
    border-color: var(--fed-red) !important;
    box-shadow: 0 0 0 4px rgba(227,30,38,0.10) !important;
}

/* ---------- BUTONLAR ---------- */
.sporcu-btn {
    height: 46px !important;
    border-radius: 11px !important;
    font-weight: 600 !important;
    letter-spacing: .2px;
    transition: all .25s ease !important;
}
.sporcu-btn-primary {
    background: linear-gradient(135deg, var(--fed-red), #ff4a50) !important;
    border-color: transparent !important;
    box-shadow: 0 6px 16px rgba(227,30,38,0.28);
}
.sporcu-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(227,30,38,0.38);
}
.sporcu-btn:not(.sporcu-btn-primary):hover {
    border-color: var(--fed-navy) !important;
    color: var(--fed-navy) !important;
    transform: translateY(-1px);
}

/* ---------- TABLO KONTEYNER ---------- */
.sporcu-table-wrap {
    background: #fff;
    border-radius: var(--fed-radius);
    box-shadow: var(--fed-shadow);
    border: 1px solid var(--fed-line);
    overflow: hidden;
    margin-top: 6px;
}
.sporcu-list-section .sporcu-table-wrap { overflow-x: auto; }

.sporcu-table { font-size: 14.5px !important; }

/* Yapışkan, gradient başlık */
.sporcu-table thead th {
    background: linear-gradient(135deg, var(--fed-navy) 0%, var(--fed-navy-2) 100%) !important;
    padding: 16px 18px !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: .7px;
    position: sticky;
    top: 0;
    z-index: 5;
}
.sporcu-table thead th:first-child { border-top-left-radius: 0; }

/* Satırlar */
.sporcu-table tbody td {
    padding: 15px 18px !important;
    border-bottom: 1px solid var(--fed-line) !important;
    color: var(--fed-ink) !important;
    font-weight: 500;
}
.sporcu-table tbody tr {
    transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}
.sporcu-table tbody tr:hover {
    background: linear-gradient(90deg, rgba(227,30,38,0.04), rgba(27,27,58,0.03)) !important;
}
.sporcu-table tbody tr:last-child td { border-bottom: none !important; }

/* İlk sütun vurgusu (isim) */
.sporcu-table tbody td:first-child {
    font-weight: 700;
    color: var(--fed-navy) !important;
}

/* ---------- DETAY LİNK (pill) ---------- */
.sporcu-detail-link {
    padding: 8px 18px !important;
    border-radius: 30px !important;
    background: linear-gradient(135deg, var(--fed-red), #ff4a50) !important;
    box-shadow: 0 4px 12px rgba(227,30,38,0.25);
    transition: all .25s ease !important;
}
.sporcu-detail-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(227,30,38,0.38);
}

/* ---------- BADGE'LER (yumuşak + gölge) ---------- */
.sporcu-badge {
    padding: 5px 13px !important;
    border-radius: 30px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: .2px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

/* ---------- DURUM MESAJI ---------- */
.sporcu-status { font-weight: 500; padding: 22px 0 !important; }

/* ---------- SKELETON LOADING ---------- */
.sporcu-skeleton-wrap {
    background: #fff;
    border-radius: var(--fed-radius);
    box-shadow: var(--fed-shadow);
    border: 1px solid var(--fed-line);
    overflow: hidden;
    margin-top: 6px;
}
.sporcu-skel-row {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 16px 18px;
    border-bottom: 1px solid var(--fed-line);
}
.sporcu-skel-row:last-child { border-bottom: none; }
.sporcu-skel {
    height: 14px;
    border-radius: 7px;
    background: linear-gradient(90deg, #eef0f4 25%, #f6f7fa 37%, #eef0f4 63%);
    background-size: 400% 100%;
    animation: fedShimmer 1.3s ease infinite;
    flex: 1;
}
.sporcu-skel.sk-sm { max-width: 90px; }
.sporcu-skel.sk-md { max-width: 160px; }
.sporcu-skel.sk-lg { max-width: 240px; }
@keyframes fedShimmer {
    0% { background-position: 100% 0; }
    100% { background-position: 0 0; }
}

/* ---------- PAGINATION (modern pill) ---------- */
.sporcu-pagination .page-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.sporcu-pagination .page-numbers li { margin: 0; }
.sporcu-pagination .page-numbers a,
.sporcu-pagination .page-numbers span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    border: 1.5px solid var(--fed-line);
    background: #fff;
    color: var(--fed-navy);
    transition: all .2s ease;
}
.sporcu-pagination .page-numbers a:hover {
    border-color: var(--fed-red);
    color: var(--fed-red);
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(227,30,38,0.15);
}
.sporcu-pagination .page-numbers span.current {
    background: linear-gradient(135deg, var(--fed-red), #ff4a50);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 6px 16px rgba(227,30,38,0.30);
}
.sporcu-pagination .page-numbers span.dots {
    border: none;
    background: transparent;
    min-width: 24px;
}

/* ---------- MOBİL: kart görünümü cilası ---------- */
@media (max-width: 768px) {
    .sporcu-table-wrap {
        background: transparent;
        box-shadow: none;
        border: none;
        overflow: visible;
    }
    .sporcu-table tr {
        border: 1px solid var(--fed-line) !important;
        border-radius: 14px !important;
        box-shadow: var(--fed-shadow);
        background: #fff;
        margin-bottom: 14px;
        overflow: hidden;
    }
    .sporcu-table tbody td {
        padding: 13px 16px !important;
    }
    .sporcu-table tbody td:first-child {
        background: linear-gradient(135deg, var(--fed-navy), var(--fed-navy-2));
        color: #fff !important;
    }
    .sporcu-table tbody td:first-child::before {
        color: rgba(255,255,255,0.7) !important;
    }
    .sporcu-table tbody td::before {
        font-weight: 700;
        color: var(--fed-muted);
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: .5px;
    }
}

/* ============================================================
   ANASAYFA - SOL LİDER KARTLARI (Bakan + Başkan)
   ============================================================ */
.fed-leaders-col {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 10px 8px 10px 0;
}
.fed-leader-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(20,20,50,0.12);
    transition: transform .3s ease, box-shadow .3s ease;
}
.fed-leader-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(20,20,50,0.20);
}
.fed-leader-photo {
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: #f0f0f4;
}
.fed-leader-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform .5s ease;
}
.fed-leader-card:hover .fed-leader-photo img { transform: scale(1.05); }
.fed-leader-info {
    position: relative;
    background: linear-gradient(135deg, #e31e26, #c5161d);
    color: #fff;
    padding: 12px 14px;
}
.fed-leader-info::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 3px;
    background: #1b1b3a;
}
.fed-leader-info h6 {
    margin: 0 0 3px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
}
.fed-leader-info p {
    margin: 0;
    font-size: 11.5px;
    line-height: 1.3;
    opacity: .92;
    color: #fff;
}

/* Mobilde sol kartlar üstte yan yana */
@media (max-width: 991px) {
    .fed-leaders-col {
        flex-direction: row;
        padding: 10px 0;
        gap: 12px;
    }
    .fed-leader-card { flex: 1; }
}
@media (max-width: 480px) {
    .fed-leader-info h6 { font-size: 12.5px; }
    .fed-leader-info p { font-size: 10.5px; }
}
