/* FUTBOL PUAN DURUMU - SPOR DEPOR STİLİ */

.football-page {
    min-height: 100vh;
    padding: 24px 0 40px;
    background: linear-gradient(135deg, #1a5f3f 0%, #2d8659 50%, #1a5f3f 100%);
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><text x="24" y="32" font-size="40" text-anchor="middle" dominant-baseline="middle">⚽</text></svg>') 24 24, auto;
}

.football-page .duru-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

/* İSTATİSTİKLER BÖLÜMÜ */
.statistics-section {
    background: white;
    padding: 20px;
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    width: 100%;
    box-sizing: border-box;
    overflow-x: auto;
}

/* MAIN CONTENT GRID */
.main-content-grid {
    display: grid;
    grid-template-columns: 70% 30%;
    gap: 20px;
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

.standings-container {
    background: white;
    padding: 20px;
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

.leagues-sidebar {
    background: white;
    padding: 20px 15px 20px 5px;
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 auto;
    max-width: 95%;
}

.leagues-sidebar h3 {
    font-size: 0.9rem;
    color: #1a5f3f;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    border-bottom: 2px solid #1a5f3f;
    padding-bottom: 10px;
}

.league-selector {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.football-header {
    text-align: center;
    margin-bottom: 32px;
    color: white;
    grid-column: 1 / -1;
}

.football-header h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: white !important;
}

.football-header h1 span {
    color: white !important;
}

.football-header h1 i {
    color: #ffd700;
    font-size: 28px;
}

.football-header p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

.football-header h1 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #111931;
    margin: 0 0 5px 0;
}

.football-header p {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
    display: none;
}

/* LİG SEÇİCİ BUTONLARI - SAĞ SIDEBAR */
.league-selector {
    background: rgba(255, 255, 255, 0.95);
    padding: 12px 8px;
    border: 2px solid rgba(45, 134, 89, 0.5);
    border-radius: 0;
    max-width: none;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    width: 95%;
    height: fit-content;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    order: 2;
    grid-column: 1;
    grid-row: auto;
    overflow: hidden;
}

.league-selector::before {
    content: 'Ligler';
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a5f3f;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #2d8659;
}

.league-btn {
    padding: 8px 10px;
    border: 1px solid #d0d0d0;
    background: white;
    color: #1a5f3f;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0;
    transition: all 0.3s ease;
    text-align: left;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: hidden;
}

.league-btn:hover {
    background: #f0f8f5;
    border-color: #2d8659;
    color: #1a5f3f;
}

.league-btn.active {
    background: linear-gradient(135deg, #1a5f3f, #2d8659);
    border-color: #1a5f3f;
    color: white;
}

.league-logo {
    width: 40px;
    height: 40px;
    object-fit: contain;
    flex-shrink: 0;
    pointer-events: none;
    user-select: none;
}

/* Lig logoları artık <img> etiketi ile gösterilir */

.league-btn[data-league="uel"]::before {
    background-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22%3E%3Crect width=%22100%22 height=%22100%22 fill=%22%23ffc400%22/%3E%3Ctext x=%2250%22 y=%2260%22 font-size=%2240%22 text-anchor=%22middle%22 fill=%22%23333%22%3E🏆%3C/text%3E%3C/svg%3E');
}

.league-btn[data-league="uecl"]::before {
    background-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22%3E%3Crect width=%22100%22 height=%22100%22 fill=%22%23663399%22/%3E%3Ctext x=%2250%22 y=%2260%22 font-size=%2240%22 text-anchor=%22middle%22 fill=%22white%22%3E🏆%3C/text%3E%3C/svg%3E');
}

.league-btn:hover {
    border-color: #111931;
    background: #f5f5f5;
}

.league-btn.active {
    background: #111931;
    color: white;
    border-color: #111931;
}

.football-tabs {
    background: white;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #d0d0d0;
    margin: 0;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    grid-column: 1;
    order: 3;
    gap: 20px;
    padding: 0 20px;
}

.tab-btn {
    padding: 12px 20px;
    border: none;
    background: transparent;
    color: #111931;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    white-space: nowrap;
}

.tab-btn.active {
    border-bottom-color: #2d8659;
    color: #1a5f3f;
}

.week-selector {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.week-dropdown {
    padding: 8px 12px;
    border: 1px solid #d0d0d0;
    border-radius: 0;
    background: white;
    color: #111931;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.week-dropdown:hover {
    border-color: #2d8659;
    background: #f5f8f7;
}

.week-dropdown:focus {
    outline: none;
    border-color: #2d8659;
    box-shadow: 0 0 0 3px rgba(45, 134, 89, 0.1);
}

.standings-table-wrapper {
    background: white;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

.standings-table {
    background: white;
    box-shadow: none;
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
}

.standings-table table {
    width: 100%;
    border-collapse: collapse;
}

.standings-table thead {
    background: linear-gradient(135deg, #1a5f3f, #2d8659);
    color: white;
}

.standings-table th {
    padding: 12px 8px;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    border-right: 1px solid rgba(255,255,255,0.3);
}

.standings-table th:first-child {
    width: 35px;
}

.standings-table th:nth-child(2) {
    text-align: left;
    border-right: 2px solid rgba(255,255,255,0.4);
}

.standings-table td {
    padding: 10px 8px;
    text-align: center;
    font-size: 0.85rem;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

.standings-table td:nth-child(2) {
    text-align: left;
    border-right: 2px solid #e8e8e8;
}

.standings-table tbody tr:hover {
    background: #f5f5f5;
}

.standings-table .team-name {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
}

.standings-table .team-logo {
    width: 32px;
    height: 32px;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 2px;
}

.standings-table .points {
    font-weight: 700;
    color: #111931;
}

.tab-content {
    display: block;
}

.tab-content[style*="display: none"] {
    display: none !important;
}

/* 2 SÜTUNLU LAYOUT */
.football-content {
    background: white;
    grid-column: 1;
    order: 4;
}

.standings-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    padding: 20px;
    background: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    max-width: 1200px;
    margin: 0 auto;
}

.standings-column {
    flex: 1;
}

.leagues-column {
    flex: 1;
}

/* LİGLER BÖLÜMÜ */
.leagues-box {
    background: #f9f9f9;
    border: 1px solid #d0d0d0;
    border-radius: 0;
    padding: 15px;
    height: fit-content;
}

.leagues-box h3 {
    margin: 0 0 15px 0;
    font-size: 1rem;
    font-weight: 700;
    color: #111931;
    border-bottom: 2px solid #111931;
    padding-bottom: 10px;
}

.leagues-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.leagues-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 0.9rem;
    color: #333;
}

.leagues-list li:last-child {
    border-bottom: none;
}

.league-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    width: 100%;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    transition: background 0.2s;
}

.league-link:hover {
    background: #f0f0f0;
}

.league-icon {
    font-size: 1.2rem;
    min-width: 20px;
}

.league-name {
    font-weight: 500;
}

/* FİKSTÜR BÖLÜMÜ */
.fixtures-box {
    background: white;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.no-data {
    text-align: center;
    padding: 40px 20px;
    color: #666;
    font-size: 1rem;
}

.fixtures-box h3 {
    margin: 0 0 20px 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: #111931;
    border-bottom: 2px solid #111931;
    padding-bottom: 10px;
}

.fixtures-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Tarih Gruplaması */
.fixture-date-group {
    margin-bottom: 20px;
}

.fixture-date-header {
    background: #1a7c3a;
    color: white;
    padding: 12px 15px;
    margin: 0 0 15px 0;
    font-size: 0.95rem;
    font-weight: 700;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fixture-matches {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fixture-item {
    background: #f9f9f9;
    border: 1px solid #d0d0d0;
    border-radius: 0;
    padding: 15px;
    display: flex;
    gap: 15px;
    align-items: center;
}

.fixture-time {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 60px;
    font-size: 0.85rem;
    color: #666;
}

.fixture-time .time {
    font-weight: 700;
    color: #111931;
    font-size: 0.95rem;
}

.fixture-match {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.fixture-match .team {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.fixture-match .team.home {
    justify-content: flex-end;
}

.fixture-match .team.away {
    justify-content: flex-start;
}

.fixture-match .team-emoji {
    font-size: 1.5rem;
}

.fixture-match .team-name {
    font-weight: 600;
    color: #111931;
    font-size: 0.95rem;
}

.fixture-match .score {
    min-width: 60px;
    text-align: center;
    font-weight: 700;
    font-size: 1.2rem;
    color: #111931;
    background: white;
    padding: 8px 12px;
    border-radius: 0;
    border: 1px solid #d0d0d0;
}

/* RESPONSIVE */

/* TABLET - 768px ve altı */
@media (max-width: 768px) {
    .football-page {
        padding: 16px 0 30px;
    }

    .football-page .duru-container {
        padding: 15px;
        gap: 15px;
    }

    .football-header h1 {
        font-size: 1.5rem;
    }

    .football-header p {
        font-size: 0.85rem;
    }

    /* İstatistikler Grid - 2 sütun */
    .statistics-section {
        overflow-x: visible;
        overflow-y: visible;
    }

    .statistics-section .stats-grid-8 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        width: 100%;
        box-sizing: border-box;
    }

    .statistics-section .stat-card {
        flex: none;
        min-width: auto;
    }

    .statistics-section .stat-card {
        padding: 12px 8px;
    }

    .statistics-section .stat-label {
        font-size: 0.5rem;
    }

    .statistics-section .stat-value {
        font-size: 0.85rem;
    }

    /* Main Content Grid - Tek sütun */
    .main-content-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .standings-container {
        padding: 15px;
    }

    .leagues-sidebar {
        padding: 15px 10px 15px 5px;
        max-width: 100%;
    }

    .league-selector {
        width: 100%;
        padding: 10px 6px;
        gap: 8px;
    }

    .league-btn {
        padding: 7px 8px;
        font-size: 0.75rem;
        gap: 6px;
    }

    .league-logo {
        width: 32px;
        height: 32px;
    }

    .football-tabs {
        padding: 0 15px;
        gap: 15px;
    }

    .tab-btn {
        padding: 10px 15px;
        font-size: 0.9rem;
    }

    .week-dropdown {
        padding: 6px 10px;
        font-size: 0.85rem;
    }

    .standings-table {
        font-size: 0.75rem;
    }

    .standings-table th,
    .standings-table td {
        padding: 8px 4px;
    }

    .standings-table th:first-child {
        width: 30px;
    }

    .standings-table .team-logo {
        width: 28px;
        height: 28px;
    }

    .fixture-item {
        flex-direction: column;
        gap: 10px;
        padding: 12px;
    }

    .fixture-match {
        flex-direction: column;
        width: 100%;
    }

    .fixture-match .team {
        width: 100%;
        justify-content: center !important;
    }

    .fixture-time {
        min-width: auto;
        text-align: center;
        font-size: 0.8rem;
    }

    .fixture-date-header {
        padding: 10px 12px;
        font-size: 0.9rem;
    }

    .fixture-card {
        padding: 12px;
        gap: 12px;
    }

    .fixture-date {
        min-width: 60px;
        font-size: 0.75rem;
    }

    .fixture-match .team-logo {
        width: 32px;
        height: 32px;
    }

    .fixtures-box {
        padding: 15px;
    }

    .week-header {
        padding: 10px 12px;
        font-size: 0.9rem;
    }
}

/* MOBİL - 480px ve altı */
@media (max-width: 480px) {
    .football-page {
        padding: 12px 0 20px;
    }

    .football-page .duru-container {
        padding: 10px;
        gap: 12px;
    }

    .football-header h1 {
        font-size: 1.2rem;
        gap: 8px;
    }

    .football-header h1 i {
        font-size: 20px;
    }

    .football-header p {
        font-size: 0.8rem;
    }

    /* İstatistikler Grid - 2x4 (2 sütun, 4 satır) */
    .statistics-section {
        padding: 12px;
        width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: visible;
    }

    .statistics-section .stats-grid-8 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: auto;
        gap: 10px;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }

    .statistics-section .stat-card {
        flex: none;
        min-width: auto;
        padding: 10px 8px;
        border: 1px solid rgba(45, 134, 89, 0.5);
        word-wrap: break-word;
        overflow: hidden;
    }

    .statistics-section .stat-label {
        font-size: 0.65rem;
        margin-bottom: 4px;
        font-weight: 600;
        line-height: 1.2;
    }

    .statistics-section .stat-value {
        font-size: 0.9rem;
        font-weight: bold;
    }

    /* 600px altında: İstatistikleri gizle */
    .statistics-section {
        display: none;
    }

    /* Main Content Grid */
    .main-content-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    .standings-container {
        padding: 12px;
        width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    .standings-table-wrapper {
        padding: 12px;
        width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    .standings-table tbody tr {
        height: auto;
    }

    .standings-table th {
        padding: 8px 4px;
        font-size: 0.7rem;
    }

    .standings-table th:nth-child(7) {
        max-width: 35px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .standings-table td {
        padding: 8px 4px;
        white-space: nowrap;
        font-size: 0.75rem;
    }

    .leagues-sidebar {
        padding: 12px 8px 12px 4px;
        gap: 8px;
    }

    .leagues-sidebar h3 {
        font-size: 0.8rem;
        margin-bottom: 10px;
    }

    .league-selector {
        width: 100%;
        padding: 8px 5px;
        gap: 6px;
    }

    .league-selector::before {
        font-size: 0.95rem;
        margin-bottom: 8px;
    }

    .league-btn {
        padding: 6px 6px;
        font-size: 0.7rem;
        gap: 5px;
    }

    .league-logo {
        width: 28px;
        height: 28px;
    }

    .football-tabs {
        padding: 0 10px;
        gap: 10px;
        flex-wrap: wrap;
    }

    .tab-btn {
        padding: 8px 12px;
        font-size: 0.8rem;
    }

    .week-selector {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .week-dropdown {
        padding: 5px 8px;
        font-size: 0.8rem;
        width: 100%;
    }

    .standings-table {
        font-size: 0.7rem;
        width: 100%;
        table-layout: fixed;
    }

    .standings-table th,
    .standings-table td {
        padding: 6px 3px;
        word-wrap: break-word;
    }

    .standings-table th:first-child {
        width: 25px;
    }

    .standings-table th:nth-child(2) {
        width: 50%;
    }

    .standings-table .team-name {
        gap: 4px;
        padding: 4px;
        display: flex;
        align-items: center;
    }

    .standings-table .team-logo {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
    }

    .fixture-item {
        flex-direction: column;
        gap: 8px;
        padding: 10px;
    }

    .fixture-card {
        padding: 10px;
        gap: 10px;
    }

    .fixture-date {
        min-width: 50px;
        font-size: 0.7rem;
        padding: 6px;
    }

    .fixture-match {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    .fixture-match .team {
        width: 100%;
        justify-content: center !important;
    }

    .fixture-match .team-logo {
        width: 28px;
        height: 28px;
    }

    .fixture-match .team-name {
        font-size: 0.8rem;
    }

    .fixture-score {
        min-width: 60px;
    }

    .fixture-score .score {
        font-size: 0.85rem;
        padding: 4px 8px;
    }

    .fixture-score .status {
        font-size: 0.7rem;
    }

    .fixtures-box {
        padding: 12px;
    }

    .week-header {
        padding: 8px 10px;
        font-size: 0.85rem;
    }

    .fixture-time {
        min-width: auto;
        text-align: center;
        font-size: 0.75rem;
    }

    .fixture-date-header {
        padding: 8px 10px;
        font-size: 0.85rem;
    }
}

/* KÜÇÜK MOBİL - 360px ve altı */
@media (max-width: 360px) {
    .football-header h1 {
        font-size: 1rem;
    }

    .statistics-section .stats-grid-8 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
        width: 100%;
        box-sizing: border-box;
    }

    .statistics-section .stat-card {
        flex: none;
        min-width: auto;
        padding: 8px 4px;
    }

    .statistics-section .stat-label {
        font-size: 0.4rem;
    }

    .statistics-section .stat-value {
        font-size: 0.7rem;
    }

    .league-btn {
        padding: 5px 5px;
        font-size: 0.65rem;
    }

    .tab-btn {
        padding: 6px 10px;
        font-size: 0.75rem;
    }

    .standings-table {
        font-size: 0.65rem;
    }

    .standings-table th,
    .standings-table td {
        padding: 5px 2px;
    }
}

/* Diğer Ligler Menüsü */
.league-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.league-link:hover {
    background-color: #f0f0f0;
    color: #111931;
}

.league-link.active {
    background-color: #111931;
    color: white;
    font-weight: 600;
}

.league-link .league-icon {
    font-size: 1.1rem;
    min-width: 20px;
}

/* FİKSTÜR KARTLARI */
.fixtures-container {
    padding: 20px;
}

.fixture-week {
    margin-bottom: 24px;
}

.week-header {
    background: linear-gradient(135deg, #1a5f3f, #2d8659);
    color: white;
    padding: 12px 16px;
    border-radius: 0;
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fixtures-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fixture-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    padding: 15px;
    display: flex;
    gap: 15px;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.fixture-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    border-color: #2d8659;
}

.fixture-date {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 70px;
    text-align: center;
    font-size: 0.8rem;
    color: #666;
    padding: 8px;
    background: #f5f5f5;
    border-radius: 0;
}

.fixture-date span:first-child {
    font-weight: 600;
    color: #1a5f3f;
    text-transform: uppercase;
}

.fixture-date span:last-child {
    font-weight: 700;
    color: #111931;
}

.fixture-match {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.fixture-match .team {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.fixture-match .home-team {
    justify-content: flex-end;
}

.fixture-match .away-team {
    justify-content: flex-start;
}

.fixture-match .team-logo {
    width: 36px;
    height: 36px;
    object-fit: contain;
    flex-shrink: 0;
}

.fixture-match .team-name {
    font-weight: 600;
    color: #111931;
    font-size: 0.9rem;
    text-align: right;
}

.fixture-match .away-team .team-name {
    text-align: left;
}

.fixture-score {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    min-width: 70px;
}

.fixture-score .score {
    font-weight: 600;
    font-size: 0.95rem;
    color: #1a5f3f;
    background: linear-gradient(135deg, #f0f8f5 0%, #e8f5f0 100%);
    padding: 6px 10px;
    border-radius: 0;
    border: 1px solid #2d8659;
    box-shadow: 0 1px 4px rgba(45, 134, 89, 0.08);
    letter-spacing: 0px;
    min-width: 50px;
    text-align: center;
}

.fixture-score .status {
    font-size: 0.75rem;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* İSTATİSTİKLER */
.statistics-container {
    padding: 20px 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.stat-card {
    background: white;
    border-radius: 0;
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(45, 134, 89, 0.1);
    border-left: 4px solid #2d8659;
}

.stat-label {
    font-size: 0.85rem;
    color: #666;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-value {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a5f3f;
}

/* İSTATİSTİKLER BÖLÜMÜ - TAB DIŞINDA */
.statistics-section {
    background: white;
    padding: 25px 20px;
    border-radius: 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    grid-column: 1 / -1;
}

.statistics-section .stats-grid-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 12px;
    width: 100%;
}

.statistics-section .stat-card {
    background: white;
    padding: 16px 12px;
    border-radius: 0;
    border: 2px solid rgba(45, 134, 89, 0.5);
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    perspective: 1000px;
}

.statistics-section .stat-card:hover {
    transform: translateY(-8px) translateZ(10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25), 0 4px 8px rgba(0, 0, 0, 0.15);
    border-color: #2d8659;
}

.statistics-section .stat-label {
    font-size: 0.55rem;
    color: #666;
    font-weight: 600;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    line-height: 1.2;
}

.statistics-section .stat-value {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a5f3f;
    line-height: 1.3;
    word-break: break-word;
}

/* 600px ve üstü: İstatistikleri göster */
@media (min-width: 600px) {
    .statistics-section {
        display: block;
    }
}

/* Mobil/Desktop görünüm kontrolü */
.mobile-hide {
    display: none !important;
}

.desktop-hide {
    display: inline !important;
}

@media (min-width: 600px) {
    .mobile-hide {
        display: inline !important;
    }

    .desktop-hide {
        display: none !important;
    }
}

