/* Grundlayout */
body {
    background-color: #0d0f12;
    color: #e6e6e6;
}

/* Navbar */
.navbar {
    background-color: #0b0c0e !important;
    border-bottom: 1px solid #2a2d33 !important;
}

.navbar-brand {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.nav-link {
    color: #cfcfcf !important;
    font-weight: 500;
}

.nav-link:hover {
    color: #ffffff !important;
}

/* Suchfeld */
#player-search-input {
    width: 220px;
}

#player-search-dropdown {
    background-color: #1a1c20;
    border: 1px solid #2a2d33;
    border-radius: 4px;
}

#player-search-dropdown .dropdown-item {
    color: #e6e6e6;
    padding: 6px 12px;
}

#player-search-dropdown .dropdown-item:hover {
    background-color: #2a2d33;
}

/* Cards */
.card {
    background-color: #1a1c20 !important;
    border: 1px solid #2a2d33 !important;
    border-radius: 6px;
}

.card-title {
    font-weight: 600;
    color: #ffffff;
}

/* Spielerstatistik */
.player-stat-box {
    background: #1f2125;
    border: 1px solid #2a2d33;
    border-radius: 6px;
    padding: 18px 10px;
    text-align: center;
    transition: background 0.2s;
}

.player-stat-box:hover {
    background: #26282d;
}

.player-stat-title {
    font-size: 0.85rem;
    color: #b5b5b5;
    margin-bottom: 4px;
}

.player-stat-value {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
}

/* Chart Cards */
.chart-card {
    background: #1a1c20;
    border: 1px solid #2a2d33;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 20px;
}

.chart-card h5 {
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 600;
}

/* Section Title */
.section-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}
/* Clan-Seite Tabellen */
.table-dark th {
    background-color: #1f2125 !important;
    font-weight: 600;
}

.table-dark td {
    color: #e6e6e6;
}

.table-hover tbody tr:hover {
    background-color: #2a2d33 !important;
}

/* Clan Info Kacheln */
.player-stat-box {
    background: #1f2125;
    border: 1px solid #2a2d33;
    border-radius: 6px;
    padding: 18px 10px;
    text-align: center;
}

.player-stat-title {
    font-size: 0.85rem;
    color: #b5b5b5;
}

.player-stat-value {
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffffff;
}

/* Chart Card */
.chart-card {
    background: #1a1c20;
    border: 1px solid #2a2d33;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 20px;
}

.chart-card h5 {
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 600;
}
