.footer-container {
    background-color: #000000;       /* Tam siyah arka plan */
    color: #00994d;                  /* Koyu yeşil yazı */
    border: 2px solid #00994d;
    transition: background 0.8s cubic-bezier(0.4,0,0.2,1);
    color: white;
    text-align: center;
    height: 80px;
    margin-bottom: 0px;
    padding: 0px 0;
    font-size: 14px;
}

.footer-container nav a {
    color: #ffffff;
    text-decoration: none;
    margin: 0 5px;
}

.footer-container .social-media img {
    width: 24px;
    margin: 0 5px;
}

.header-container .logo {
    flex: 0.1;
    text-align: left;
}
.logo img {
    width: 50px;
}


.logo a {
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 1px;
}
.header-container {
    background: linear-gradient(30deg, #0c2087 0%, #058302 100%);
    transition: background 0.8s cubic-bezier(0.4,0,0.2,1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 05px;
    height: 40px;
    max-width: 100%;
    top: 0;
    left: 0;
}




.user-area {
    display: flex;
    align-items: center;
    gap: 10px;
    
}
.btn, .logout-btn {
    padding: 8px 8px;
    border-radius: 3px;
    text-decoration: none;
    background-color: #000000;       /* Tam siyah arka plan */
            color: #00994d;                  /* Koyu yeşil yazı */
            border: 2px solid #00994d;
    
}

.user-area .btn {
    background: #08118f;
    color: #232946;
    border: none;
    padding: 10px 20px;
    padding: 7px 15px;
    border-radius: 15px;
    margin-left: 14px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.2s;
    
}

.user-area .btn:hover, .user-area .logout-btn:hover {
    background-color: #000000;       /* Tam siyah arka plan */
            color: #00994d;                  /* Koyu yeşil yazı */
            border: 2px solid #00994d;
}
.btn, .logout-btn {
    margin-left: 10px;
    padding: 5px 10px;
    background-color: #ffcc00;
    color: black;
    border-radius: 5px;
    text-decoration: none;
}
body {
    background: linear-gradient(120deg, #091e64 0%, #677f8f 100%);
    /* veya sadece düz renk isterseniz: */
    min-height: 100vh;
    margin: 0;
    transition: background 5s;
}
.istatistik-panel {
    position: fixed;
    top: 90px;           /* Header yüksekliğine göre ayarlayın */
    right: 20px;
    background: #f8f9fa;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    text-align: center;
    font-size: 15px;
    min-width: 180px;
    z-index: 1000;
    margin: 0;
    width: 220px;        /* Genişliği sabit tutmak için */
}
.istatistik-panel p {
    font-weight: bold;
    color: #333;
}
@media (max-width: 900px) {
    .istatistik-panel {
        position: static;
        width: 100%;
        min-width: unset;
        top: unset;
        right: unset;
        margin: 18px 0 0 0;
    }
}
.sidebar {
    background: #f1f1f1;
    padding: 15px;
    width: 250px;
    border-radius: 5px;
    text-align: center;
}

.sidebar h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.sidebar ul {
    list-style: none;
    padding: 0;
}

.sidebar ul li {
    padding: 5px 0;
}

.sidebar a {
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
}

.sidebar img {
    width: 100%;
    border-radius: 5px;
    margin-top: 15px;
}
.sidebar img {
    width: 280px;
    height: 150px;
}
.content-container {
    width: 900px;
    margin: auto;
    padding: 20px;
}
.sidebar {
    width: 300px;
    position: fixed;
    right: 0;
    top: 100px;
    background: #f1f1f1;
    padding: 15px;
    border-left: 2px solid #ccc;
}
.login-container {
    width: 350px;
    margin: auto;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
}

.login-container input {
    width: 50%;
    padding: 5px;
    margin: 5px 0;
    text-align: center;
    margin: auto;
}

.login-container button {
    width: 50%;
    padding: 5px;
    background: #ffcc00;
    border: none;
    font-size: 16px;
}

.error {
    color: red;
    font-weight: bold;
}
.logo {
    flex: 1;
    text-align: left;
}
.istatistik-panel {
    width: 100px;
    margin: auto;
    background: #eee;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
}
.menu {
    display: flex;
    gap: 20px;
    margin-left: -100px;
}

.menu a {
    color: #fff;
    margin: 0 18px;
    text-decoration: none;
    font-size: 1.1rem;
    transition: color 0.2s;
}
.menu a:hover {
    color: #eebbc3;
}
.game-list {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: center; /* Kartları ortalar */
    margin-top: 1px;
    margin-left: 150px;
    margin-right: 150px;
}

.game-card {
    background: #fff;
    border-radius: 100px;
    box-shadow: 0 2px 5px rgba(35,41,70,0.08);
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;      /* İçerikleri yatayda ortalar */
    justify-content: center;  /* İçerikleri dikeyde ortalar */
    padding: 18px 14px 16px 14px;
    transition: transform 0.15s, box-shadow 0.15s;
    max-width: 200px;
    min-width: 150px;
    height: 300px;
    margin: 0 auto 0 auto; /* Ortalar */
    padding-left: 0;           /* Reklam için padding'i .container'a verin */
    padding-right: 0;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;        /* absolute kaldırıldı */
}

.game-card:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 8px 55px rgba(35,41,70,0.13);
}

.game-card-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50px;
    background: #eaeaea;
    margin-bottom: 12px;
}

.game-card-body {
    width: 100%;
    text-align: center;
}

.game-card-body h2 {
    font-size: 2rem;
    margin: 0 0 2px 0;
    color: #232946;
}

.game-desc {
    font-size: 0.98rem;
    color: #444;
    margin-bottom: 10px;
    min-height: 38px;
}

.game-meta {
    display: flex;
    justify-content: center;
    gap: 18px;
    font-size: 0.98rem;
    margin-bottom: 10px;
    color: #ffffff;
}

.game-card .btn {
    background: #3ec300;
    color: #232946;
    border: none;
    padding: 7px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.2s;
    display: inline-block;
}

.game-card .btn:hover {
    background: #232946;
    color: #fff;
}
/* style.css'ye ekleyin */
.news-list {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: center;
    margin-top: 32px;
    margin-left: 150px;
    margin-right: 150px;
}





.sabit-alt-banner {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 100vw;
    background: linear-gradient(90deg, #232946 0%, #eebbc3 100%);
    color: #232946;
    text-align: center;
    padding: 18px 0 14px 0;
    font-size: 1.1em;
    z-index: 2000;
    box-shadow: 0 -2px 16px rgba(35,41,70,0.13);
    letter-spacing: 0.5px;
}
.sabit-alt-banner span {
    color: #fff;
}
@media (max-width: 600px) {
    .sabit-alt-banner {
        font-size: 0.95em;
        padding: 12px 0 10px 0;
    }
}


.sabit-reklam {
            position: fixed;
            top: 100px;
            width: 120px;
            height: 400px;
            background: linear-gradient(135deg, #eebbc3 0%, #b8c1ec 100%);
            color: #232946;
            border-radius: 14px;
            box-shadow: 0 2px 16px rgba(35,41,70,0.13);
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 1.1em;
            z-index: 1200;
            text-align: center;
            padding: 12px;
            user-select: none;
        }
        .sabit-reklam.sol {
            left: 18px;
        }
        .sabit-reklam.sag {
            
            margin-top: 200px;
            height: 200px;
            right: 18px;
        }
        @media (max-width: 1200px) {
            .sabit-reklam { display: none; }
        }

        /* Sabit reklam panelleri */
        .sabit-reklam {
            position: fixed;
            top: 100px;
            width: 120px;
            height: 400px;
            background: linear-gradient(135deg, #eebbc3 0%, #b8c1ec 100%);
            color: #232946;
            border-radius: 14px;
            box-shadow: 0 2px 16px rgba(35,41,70,0.13);
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 1.1em;
            z-index: 1200;
            text-align: center;
            padding: 12px;
            user-select: none;
        }
        .sabit-reklam.sol {
            left: 18px;
        }
        .sabit-reklam.sag {
            
            margin-top: 200px;
            height: 200px;
            right: 18px;
        }
        @media (max-width: 1200px) {
            .sabit-reklam { display: none; }
        }
        .search-bar-container {
            width: 100%;
            display: flex;
            justify-content: center;
            margin-bottom: 0px;
            margin-top: 3px;
        }
        .search-bar-container input {
            width: 400px;
            max-width: 90vw;
            padding: 10px 18px;
            border: 2px solid #eebbc3;
            border-radius: 8px;
            font-size: 1.1em;
            outline: none;
            transition: border-color 0.2s;
            background: #fff;
            color: #232946;
        }
        .search-bar-container input:focus {
            border-color: #b8c1ec;
        }

.sabit-alt-banner {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 100vw;
    background: linear-gradient(90deg, #232946 0%, #eebbc3 100%);
    color: #232946;
    text-align: center;
    padding: 18px 0 14px 0;
    font-size: 1.1em;
    z-index: 2000;
    box-shadow: 0 -2px 16px rgba(35,41,70,0.13);
    letter-spacing: 0.5px;
}
.sabit-alt-banner span {
    color: #fff;
}
@media (max-width: 600px) {
    .sabit-alt-banner {
        font-size: 0.95em;
        padding: 12px 0 10px 0;
    }
}
        .kategori-bar {
            display: flex;
            flex-wrap: wrap;
            gap: 5px;
            justify-content: center;
            margin: 5px 0 18px 0;
        }
        .kategori-btn {
            
            color: #232946;
            border: none;
            border-radius: 8px;
            padding: 8px 22px;
            font-weight: bold;
            font-size: 1em;
            cursor: pointer;
            transition: background 0.2s, color 0.2s;
            text-decoration: none;
            background-color: #000000;       /* Tam siyah arka plan */
            color: #00994d;                  /* Koyu yeşil yazı */
            border: 2px solid #00994d;
        }
        .kategori-btn.active,
        .kategori-btn:hover {
            background: #232946;
            color: #fff;
        }
        .yeni-satir {
            display: block;
            margin-bottom: 10px;
        }
