/* Genel body ve html stilleri */
        body_codertm, html_codertm {
            margin: 0;
            padding: 0;
            height: 100%;
            font-family: 'Montserrat', sans-serif; /* Font Montserrat olarak ayarlandı */
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background-color: #f0f0f0;
            color: #333;
        }

/* Ortalanmış video konteyneri */
        .centered-video-container_codertm {
            width: 100%; /* Responsive genişlik */
            max-width: 800000px; /* Maksimum genişlik sınırı */
            height: 20cm; /* PC için sabit yükseklik */
            position: relative; /* İçindeki overlay için önemli */
            overflow: hidden; /* Taşmaları gizler */
            margin: 20px 0;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3); /* Hafif gölge efekti */
            border-radius: 10px; /* Yuvarlatılmış köşeler */
            background-color: #333; /* Video yüklenmezse veya boşsa arka plan */
            display: flex; /* İçeriği ortalamak için flexbox */
            align-items: center; /* İçeriği dikeyde ortalar */
            justify-content: center; /* İçeriği yatayda ortalar */
        }


        /* Arka plan videosu */
        .my-background-video_codertm {
            width: 100%; /* Konteyner genişliğini doldurur */
            height: 100%; /* Konteyner yüksekliğini doldurur */
            object-fit: cover; /* Alanı kaplamasını sağlar, gerekirse kırpar */
            display: block; /* Fazla boşlukları önler */
        }

        /* Video üzerindeki içerik katmanı (overlay) */
        .video-overlay_codertm {
            position: absolute; /* .centered-video-container_codertm'a göre konumlandırılır */
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column; /* Öğeleri alt alta sıralar */
            justify-content: center; /* Dikeyde ortalar */
            align-items: center; /* Yatayda ortalar */
            text-align: center; /* Metni ortalar */
            padding: 10px; /* İç boşluk */
            box-sizing: border-box; /* Paddingi boyut hesaplamasına dahil eder */
            color: #fff; /* Metin rengi beyaz */
            z-index: 1; /* Videonun üzerinde görünmesini sağlar */
        }

        /* Video içeriği (.video-content_2000_codertm) */
        .video-content_2000_codertm {
            width: 100%;
            height: 100%; /* Overlay'in yüksekliğini kaplar */
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            color: #fff;
            padding: 10px; /* İç padding azaltıldı */
            box-sizing: border-box;
        }

        /* Video yüklendiğinde opaklık */
.bg-video_2000.loaded {
    opacity: 1;
}

.video-overlay_2000_codertm {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.video-content_2000_codertm {
    position: relative;
    z-index: 1;
    text-align: center;
    color: var(--white_2000);
    padding: 20px;
}

.video-logo-container_2000_codertm {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}

.video-logo_2000_codertm img {
    width: 230px;
    height: 230px;
    object-fit: contain;
    cursor: pointer;
}
        /* Moving glow efekti için placeholder */
        .moving-glow_2000_codertm {
            /* Stilini buradan ayarlayabilirsiniz */
        }

        /* Forum başlığı */
        .forum-title_2000_codertm {
            font-size: 1.8em; /* Başlık boyutu */
            font-weight: 700; /* Daha kalın */
            margin-bottom: 5px; /* Başlığın altındaki boşluk azaltıldı */
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Metin gölgesi */
            line-height: 1.3; /* Satır aralığı */
        }

        /* Forum tarihi */
        .forum-date_2000_codertm {
            font-size: 1.2em; /* Tarih boyutu */
            font-weight: 600; /* Daha kalın */
            margin-bottom: 15px; /* Tarihin altındaki boşluk azaltıldı */
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
        }

        /* Geri sayım konteyneri */
        .countdown_2000_codertm {
            display: flex; /* Öğeleri yan yana sıralar */
            gap: 15px; /* Öğeler arası boşluk azaltıldı */
        }

        /* Geri sayım öğeleri (gün, saat vb.) */
        .countdown-item_2000_codertm {
            display: flex;
            flex-direction: column;
            align-items: center;
            background: rgba(0, 0, 0, 0.3); /* Arka plan biraz daha koyu */
            padding: 10px 15px; /* İç dolgu artırıldı */
            border-radius: 10px; /* Köşeler daha yuvarlak */
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); /* Gölge belirginleştirildi */
            transition: transform 0.2s ease; /* Hover efekti için yumuşak geçiş */
        }

        .countdown-item_2000_codertm:hover {
            transform: translateY(-3px); /* Hoverda hafif yukarı kayma */
        }

        /* Geri sayım sayıları */
        .countdown-number_2000_codertm {
            font-size: 2.8em; /* Sayılar daha da büyütüldü */
            font-weight: 700; /* Daha kalın */
            color: #28a745; /* Canlı yeşil renk */
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); /* Sayı metin gölgesi */
        }

        /* Geri sayım etiketleri (gün, saat vb.) */
        .countdown-label_2000_codertm {
            font-size: 1em; /* Etiket boyutu büyütüldü */
            font-weight: 600; /* Daha kalın */
            text-transform: uppercase; /* Büyük harfler */
            color: #dee2e6; /* Açık gri renk */
            margin-top: 5px; /* Sayı ile etiket arası boşluk */
        }

        /* --- Duyarlı Ayarlamalar (Responsive) --- */
        @media (max-width: 768px) {
            .centered-video-container_codertm {
                width: 95%;
                height: 12cm; /* Tabletler için yükseklik */
            }
            .video-logo_2000_codertm img {
                max-width: 100px; /* Tablette logo boyutu */
            }
            .forum-title_2000_codertm {
                font-size: 1.5em; /* Başlık boyutu */
            }
            .forum-date_2000_codertm {
                font-size: 1em; /* Tarih boyutu */
            }
            .countdown-number_2000_codertm {
                font-size: 2.2em; /* Tablette sayı boyutu */
            }
            .countdown-label_2000_codertm {
                font-size: 0.9em; /* Tablette etiket boyutu */
            }
            .countdown_2000_codertm {
                gap: 10px; /* Boşluk */
            }
            .countdown-item_2000_codertm {
                padding: 8px 12px;
            }
        }

        @media (max-width: 480px) {
            .centered-video-container_codertm {
                height: 8cm; /* **Mobil ekranlar için yükseklik** */
                width: 98%;
            }
            .video-logo-container_2000_codertm {
                margin-bottom: 5px; /* Mobil için logo alt boşluğu */
            }
            .video-logo_2000_codertm img {
                max-width: 75px; /* Mobilde logo boyutu */
            }
            .forum-title_2000_codertm {
                font-size: 1.1em; /* Başlık boyutu */
            }
            .forum-date_2000_codertm {
                font-size: 0.8em; /* Tarih boyutu */
                margin-bottom: 10px;
            }
            .countdown-number_2000_codertm {
                font-size: 1.8em; /* Mobilde sayı boyutu */
            }
            .countdown-item_2000_codertm {
                padding: 6px 10px;
            }
            .countdown-label_2000_codertm {
                font-size: 0.8em; /* Mobilde etiket boyutu */
            }
            .countdown_2000_codertm {
                gap: 5px; /* Mobilde boşluk */
            }
        }