html {
    scroll-behavior: smooth; /* SİHİRLİ KOD BU */
}
/* --- TEMEL AYARLAR --- */
:root {
    --primary-bg: #120c1f;      /* Çok koyu mor */
    --secondary-bg: #2a1b3d;    /* Kart arka planı */
    --accent-purple: #9b59b6;   /* Mor vurgu */
    --accent-pink: #ff00ff;     /* Neon Pembe (Logodaki gibi) */
    --text-color: #ffffff;
    --glow: 0 0 10px var(--accent-pink), 0 0 20px var(--accent-purple);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

/* --- NAVBAR --- */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 5%;
    background: rgba(18, 12, 31, 0.95);
    border-bottom: 2px solid var(--accent-purple);
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 5px 20px rgba(0,0,0,0.5);
}

/* Logo Kapsayıcısı */
.brand {
    display: flex;
    align-items: center;
    height: 100%; /* Navbar boyunca ortalar */
}

/* LOGO RESMİ AYARLARI (Modern & Neon) */
.nav-logo {
    max-height: 65px; /* Logo boyunu sınırlar, dev gibi olmaz */
    width: auto;      /* Genişlik otomatik oranlanır */
    border-radius: 50%; /* İstersen yuvarlak yapar, kare istersen bu satırı sil */
    
    /* Neon Parlama Efekti */
    filter: drop-shadow(0 0 3px rgba(255, 0, 255, 0.6)) 
            drop-shadow(0 0 10px rgba(255, 0, 255, 0.3));
            
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
}
/* --- QR KOD STİLİ (Navbar) --- */

/* QR kodu ile ana logo arasındaki boşluk */
.qr-link {
    margin-left: 15px; /* Logodan 15px uzaklaş */
    display: flex;
    align-items: center;
}

/* QR Kod Resim Ayarları */
.nav-qr {
    height: 45px; /* Ana logodan biraz daha küçük olsun (Diğeri 65px idi) */
    width: auto;
    border-radius: 8px; /* Köşeleri hafif yuvarlatalım, şık dursun */
    transition: all 0.3s ease; /* Yumuşak geçiş efekti */
    box-shadow: 0 0 5px rgba(0,0,0,0.5); /* Hafif gölge */
}

/* Üzerine gelince efekt */
.nav-qr:hover {
    transform: scale(1.1); /* Hafifçe büyüsün */
    box-shadow: 0 0 10px #ff00ff; /* Neon pembe parlama efekti gelsin */
}

/* Mouse Üzerine Gelince */
.nav-logo:hover {
    transform: scale(1.1) rotate(-3deg); /* Hafif büyür ve eğilir */
    filter: drop-shadow(0 0 8px #ff00ff) 
            drop-shadow(0 0 20px rgba(255, 0, 255, 0.8));
}

.nav-links { display: flex; list-style: none; gap: 2rem; align-items: center; }
.nav-links a { 
    text-decoration: none; color: white; font-size: 1.3rem; letter-spacing: 1px; transition: 0.3s; 
}
.nav-links a:hover { color: var(--accent-pink); text-shadow: 0 0 8px var(--accent-pink); }

.btn-glow {
    border: 1px solid var(--accent-pink);
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    background: rgba(255, 0, 255, 0.1);
    transition: 0.3s;
}
.btn-glow:hover { background: var(--accent-pink); box-shadow: var(--glow); color: white; }

/* --- HERO SECTION --- */
.hero {
    height: 90vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: url('https://images.unsplash.com/photo-1624138784181-2999e551d289?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80') center/cover;
}

.hero-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    /* Mor filtre */
    background: linear-gradient(to bottom, rgba(42, 27, 61, 0.8), var(--primary-bg));
}

.hero-content { position: relative; z-index: 2; padding: 20px; }

.hero-logo-img {
    width: 150px; height: 150px; border-radius: 50%;
    border: 4px solid var(--accent-pink);
    box-shadow: var(--glow);
    margin-bottom: 1.5rem;
    animation: float 3s ease-in-out infinite;
}

@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

.hero h1 { font-family: 'Oswald', sans-serif; font-size: 4rem; margin-bottom: 0.5rem; letter-spacing: 2px; }
.hero h2 { font-size: 2.5rem; color: var(--accent-pink); margin-bottom: 1rem; }
.hero p { font-size: 1.4rem; color: #ccc; margin-bottom: 2rem; max-width: 600px; margin-left: auto; margin-right: auto; }

.btn-hero {
    padding: 1rem 3rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    background: linear-gradient(45deg, var(--accent-purple), var(--accent-pink));
    border: none;
    text-decoration: none;
    clip-path: polygon(10% 0, 100% 0, 100% 80%, 90% 100%, 0 100%, 0 20%);
    transition: 0.3s;
    display: inline-block;
}
.btn-hero:hover { transform: scale(1.05); box-shadow: 0 0 20px var(--accent-pink); }

/* --- KLİPLER BÖLÜMÜ (TEKNOLOJİK AYRAÇLI) --- */
.clips-section {
    padding: 5rem 5%; /* İç boşluk */
    min-height: 500px;
    
    position: relative; /* Çizgiyi konumlandırmak için şart */
    margin-top: 50px;   /* Üstteki bölümle arayı biraz aç */
}

/* --- ÜSTTEKİ AYRAÇ ÇİZGİSİ (SADECE CSS) --- */
.clips-section::before {
    content: ""; /* Boş bir içerik oluşturur */
    position: absolute; /* Bölümün tepesine sabitle */
    top: 0; 
    left: 10%; /* Soldan %10 boşluk */
    width: 80%; /* Ekranın %80'ini kaplasın (Kenarlardan boşluk kalsın) */
    height: 2px; /* Çizgi kalınlığı */
    
    /* ORTASI KIRMIZI, KENARLARI ŞEFFAF OLAN SİHİRLİ RENK */
    background: linear-gradient(90deg, transparent, #ff4655, transparent);
    
    /* Neon Parlama */
    box-shadow: 0 -2px 10px rgba(255, 70, 85, 0.5), 
                0 0 5px rgba(255, 0, 255, 0.3);
    
    border-radius: 50%; /* Uçları yumuşat */
}

/* --- ORTADAKİ KÜÇÜK ELMAS SÜSÜ --- */
.clips-section::after {
    content: "";
    position: absolute;
    top: -6px; /* Çizginin tam ortasına gelmesi için */
    left: 50%;
    transform: translateX(-50%) rotate(45deg); /* Ortala ve döndür */
    
    width: 12px;
    height: 12px;
    background: #0f1923; /* İçi koyu */
    border: 2px solid #ff4655; /* Kenarı kırmızı */
    box-shadow: 0 0 10px #ff4655; /* Parlama */
}

/* Video Alanı Ayarları */
.card-video {
    position: relative;
    width: 100%;
    height: 220px; /* Videoların yüksekliği */
    background: #000;
}

.card-video video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Videoyu kutuya doldurur */
    outline: none;
}

.card-info { padding: 1.5rem; text-align: left; }
.card-info h4 { color: var(--accent-pink); font-size: 1.6rem; margin-bottom: 0.5rem; }
.card-info p { color: #aaa; font-size: 1.1rem; }

/* --- FOOTER --- */
footer {
    text-align: center; padding: 2rem; margin-top: 3rem;
    border-top: 1px solid var(--accent-purple);
    background: #0b0714;
}
.socials { margin-top: 1rem; }
.socials a { color: white; font-size: 1.5rem; margin: 0 10px; transition: 0.3s; }
.socials a:hover { color: var(--accent-pink); }

/* MOBIL */
@media (max-width: 768px) {
    .hero h1 { font-size: 2.5rem; }
    .nav-links { display: none; } /* Basitlik için gizli */
}
/* --- 1. ÖZEL SCROLLBAR (KAYDIRMA ÇUBUĞU) --- */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #0f1923; /* Koyu zemin */
}

::-webkit-scrollbar-thumb {
    background: var(--accent-pink); /* Neon pembe tutaç */
    border-radius: 5px;
    border: 2px solid #0f1923;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--accent-purple); /* Üzerine gelince mor olsun */
}
/* --- 2. CROSSHAIR İMLECİ --- */
body {
    cursor: crosshair; /* Standart artı işareti */
}

/* Linklerin üzerine gelince el işareti yerine hedef işareti çıksın */
a, button, .card {
    cursor: pointer; 
}
/* --- 4. RGB HAREKETLİ ÇERÇEVE --- */
.card {
    position: relative;
    z-index: 1;
    overflow: visible; /* Taşmayı engelleme */
}

.card::before {
    content: "";
    position: absolute;
    top: -2px; left: -2px; right: -2px; bottom: -2px;
    background: linear-gradient(45deg, #ff00ff, #0000ff, #ff00ff, #0000ff);
    z-index: -1;
    background-size: 400%;
    border-radius: 10px;
    opacity: 0;
    transition: 0.5s;
}

.card:hover::before {
    opacity: 1;
    animation: glowing 20s linear infinite;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}
/* --- IFRAME (Instagram/YouTube) AYARI --- */
.card-video iframe {
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover;
}
/* --- INSTAGRAM / YOUTUBE VİDEOLARI İÇİN AYAR --- */
.card-video iframe {
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover; /* Videoyu kutuya sığdırır */
}
/* --- MEVCUT KODLARIN ARASINA EKLE --- */

        /* Logo Resmi İçin Ayar */
        .nav-logo {
            height: 60px; /* Logonun yüksekliği. İstersen artırıp azaltabilirsin. */
            width: auto;  /* Genişlik otomatik ayarlansın */
            /* Logoya pembe neon parlama efekti verelim */
            filter: drop-shadow(0 0 8px #ff00ff) drop-shadow(0 0 15px rgba(255, 0, 255, 0.5));
            transition: 0.3s;
        }

        .nav-logo:hover {
            /* Üzerine gelince parlama artsın */
            filter: drop-shadow(0 0 12px #ff00ff) drop-shadow(0 0 25px rgba(255, 0, 255, 0.8));
            transform: scale(1.05); /* Hafifçe büyüsün */
        }

        /* .brand-text stilini artık kullanmayacağımız için silebilirsin veya kalabilir, zararı yok */
        /* style.css - Sitenin Tüm Tasarımı */

* { margin: 0; padding: 0; box-sizing: border-box; }
body { background-color: #0f1923; color: white; font-family: 'Teko', sans-serif; overflow-x: hidden; }

/* NAVBAR AYARLARI */
.navbar { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    padding: 0 5%; 
    background: rgba(15, 25, 35, 0.95); 
    position: fixed; 
    width: 100%; 
    top: 0; 
    z-index: 1000; 
    border-bottom: 2px solid #ff00ff; 
    height: 80px; 
}

.brand { display: flex; align-items: center; height: 100%; }

/* LOGO AYARLARI (Taşmayı Engelleyen Kısım) */
.nav-logo {
    max-height: 60px; /* Logo asla 60px'i geçemez */
    width: auto; 
    filter: drop-shadow(0 0 5px #ff00ff) drop-shadow(0 0 10px rgba(255, 0, 255, 0.5));
    transition: all 0.3s ease;
    display: block;
}

.nav-logo:hover {
    filter: drop-shadow(0 0 8px #ff00ff) drop-shadow(0 0 15px rgba(255, 0, 255, 0.8));
    transform: scale(1.05);
}

.nav-links { list-style: none; display: flex; gap: 30px; }
.nav-links a { text-decoration: none; color: white; font-size: 1.2rem; transition: 0.3s; letter-spacing: 1px; }
.nav-links a:hover { color: #ff00ff; text-shadow: 0 0 10px #ff00ff; }

/* HERO BÖLÜMÜ */
.hero { height: 80vh; background: url('https://images.contentstack.io/v3/assets/bltb6530b271fddd0b1/blt8d61386763a8e32c/65d93390c58f00a4025d57d4/Valorant_2024_Episode_8_Act_2_Article_Header.jpg') no-repeat center center/cover; position: relative; display: flex; align-items: center; justify-content: center; text-align: center; margin-top: 80px; }
.hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(15, 25, 35, 0.3), #0f1923); }
.hero-content { position: relative; z-index: 1; }
h1 { font-family: 'Oswald', sans-serif; font-size: 5rem; text-shadow: 3px 3px 0px #ff00ff; line-height: 1.1; }
h2 { font-size: 2.5rem; margin-bottom: 20px; color: #ff4655; letter-spacing: 5px; }
.btn-hero { padding: 15px 40px; background: #ff4655; color: white; text-decoration: none; font-size: 1.5rem; font-weight: bold; border: 2px solid #ff4655; transition: 0.3s; display: inline-block; clip-path: polygon(10% 0, 100% 0, 100% 80%, 90% 100%, 0 100%, 0 20%); }

/* --- DAHA HAFİF VE MODERN PARLAMA --- */
.section-title {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 3rem;
    margin-bottom: 3rem;
    color: #00c8ff; /* Ana renk */
    
    /* YENİ AYAR: Parlama yarıçapını düşürdük */
    text-shadow: 0 0 10x #00c8f0 10px rgba(0, 217, 255, 0.5);
}
/* --- KART TASARIMI (KÜÇÜK & KİBAR) --- */
.card { 
    background: #1f2731; 
    border: 1px solid #333; 
    transition: 0.3s; 
    position: relative; 
    overflow: hidden; 
    
    /* İŞTE BOYUT AYARI BURASI: */
    max-width: 320px; /* Kart asla 320px'den büyük olamaz (Attığın örnekteki gibi) */
    width: 100%;      /* Telefondaysan ekranın tamamını kullanır */
    margin: 0 auto;   /* Ortalar */
    
    border-radius: 8px; /* Köşeleri hafif yumuşatır, daha modern durur */
}
.card:hover { border-color: #ff00ff; box-shadow: 0 5px 20px rgba(255, 0, 255, 0.2); transform: translateY(-5px); } 
/* --- VİDEO KUTUSU (TAM KARE) --- */
.card-video {
    width: 100%;
    aspect-ratio: 1 / 1; 
    height: auto;
    background: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #333;
}
.card-info { padding: 1.5rem; border-top: 2px solid #ff00ff; }
.card-info h4 { font-family: 'Oswald', sans-serif; font-size: 1.5rem; color: #ff00ff; }
.card-info p { color: #aaa; font-size: 1.1rem; }

footer { padding: 2rem; text-align: center; background: #0b1219; margin-top: auto; border-top: 1px solid #333; }
#loading-msg { width: 100%; text-align: center; font-size: 2rem; color: #ff00ff; padding: 50px; animation: pulse 1.5s infinite; }
@keyframes pulse { 0% { opacity: 0.6; } 50% { opacity: 1; } 100% { opacity: 0.6; } }
/* --- HERO BÖLÜMÜNDEKİ LOGO İÇİN STİL --- */

/* --- HERO BÖLÜMÜNDEKİ LOGO İÇİN STİL --- */
.hero-logo {
    max-width: 250px;
    height: auto;
    margin-bottom: 20px; /* Altındaki yazıyla mesafe */
    
    /* İŞTE BU SATIRI EKLEDİK (Üst panel ile mesafe) */
    margin-top: 60px; 
    
    /* Neon Parlama */
    filter: drop-shadow(0 0 10px #ff00ff) 
            drop-shadow(0 0 20px rgba(255, 0, 255, 0.6));
    
    animation: fadeInDown 1s ease-out;
}

/* Giriş Animasyonu Tanımı */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* --- MODERN QR KART TASARIMI (Sol Üst & Büyük) --- */

.qr-card-container {
    position: absolute; /* Sayfada serbestçe hareket etmesini sağlar */
    top: 100px;         /* Üstteki Navbar'ın (80px) hemen altı */
    left: 5%;           /* Soldan %5 boşluk bırak */
    z-index: 10;        /* Diğer öğelerin üstünde dursun */
    animation: fadeInLeft 1.5s ease-out; /* Soldan kayarak gelsin */
}

.qr-card {
    display: flex;
    align-items: center;
    gap: 20px;          /* Resim ve yazı arası boşluk arttı */
    padding: 20px 30px; /* Kartın iç boşluğu büyüdü */
    
    /* Modern "Buzlu Cam" Efekti (Aynı Kaldı) */
    background: rgba(20, 20, 30, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 0, 255, 0.3);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

.qr-card:hover {
    transform: translateY(-5px) scale(1.02); /* Hafif yukarı ve büyüme efekti */
    border-color: #ff00ff;
    box-shadow: 0 0 25px rgba(255, 0, 255, 0.5);
}

/* QR Resmi Ayarı (BÜYÜTÜLDÜ) */
.qr-image {
    width: 130px;  /* "Biraz büyük" istendi, okuması garanti olsun */
    height: auto;
    border-radius: 12px; /* Köşeler daha yumuşak */
}

/* Yanındaki Yazılar (Resimle Orantılı Büyüdü) */
.qr-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.qr-title {
    font-family: 'Oswald', sans-serif;
    color: #ff00ff;
    font-size: 1.5rem; /* Yazı büyüdü */
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.qr-subtitle {
    font-family: 'Teko', sans-serif;
    color: #ccc;
    font-size: 1.3rem; /* Yazı büyüdü */
    letter-spacing: 1px;
}

/* Giriş Animasyonu (Soldan Sağa) */
@keyframes fadeInLeft {
    from { opacity: 0; transform: translateX(-50px); }
    to { opacity: 1; transform: translateX(0); }
}
/* --- SAĞ ÜST INSTAGRAM BUTONU --- */

.btn-instagram {
    padding: 8px 20px;       /* Butonun iç genişliği */
    border: 2px solid #ff00ff; /* Pembe Çerçeve */
    border-radius: 4px;      /* Köşeleri hafif yumuşat */
    color: white !important; /* Yazı rengi beyaz olsun */
    font-weight: bold;
    font-family: 'Teko', sans-serif;
    font-size: 1.2rem;
    letter-spacing: 1px;
    
    display: flex;
    align-items: center;
    gap: 8px; /* İkon ile yazı arasına boşluk */
    
    background: rgba(255, 0, 255, 0.1); /* Çok hafif pembe zemin */
    transition: all 0.3s ease;
}

/* Üzerine Gelince (Hover) Efekti */
.btn-instagram:hover {
    background: #ff00ff;     /* İçi pembe dolsun */
    color: white;            /* Yazı beyaz kalsın */
    box-shadow: 0 0 15px #ff00ff, 0 0 30px rgba(255, 0, 255, 0.5); /* Neon parlama */
    transform: translateY(-3px); /* Hafif yukarı zıplasın */
    text-shadow: none;
}
/* --- ÖZEL SCROLLBAR (KAYDIRMA ÇUBUĞU) --- */
::-webkit-scrollbar {
    width: 10px; /* Çubuğun kalınlığı */
}

::-webkit-scrollbar-track {
    background: #0f1923; /* Çubuğun arka yolu (Koyu Lacivert) */
}

::-webkit-scrollbar-thumb {
    background: #ff4655; /* Tutup çektiğin kısım (Valorant Kırmızısı) */
    border-radius: 5px;
    border: 1px solid #0f1923;
}

::-webkit-scrollbar-thumb:hover {
    background: #ff00ff; /* Üzerine gelince Pembe olsun */
}/* --- OYUNCU MOUSE İMLECİ --- */
body {
    cursor: crosshair; /* İmleci artı (+) şekline getirir */
}

/* Linklerin üzerine gelince el işareti yerine daha havalı bir şey olsun */
a:hover, button:hover, .nav-logo:hover {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewport="0 0 24 24" fill="%23ff00ff"><circle cx="12" cy="12" r="6" stroke="white" stroke-width="2" fill="%23ff4655"/></svg>'), pointer;
}

/* --- HAREKETLİ NEON BAŞLIK --- */
h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 6rem; /* Biraz daha büyüttük */
    font-weight: bold;
    text-transform: uppercase;
    
    /* Yazının içini boyama sanatı (Gradient Text) */
    background: linear-gradient(90deg, #ff00ff, #00ffff, #ff00ff);
    background-size: 200%; /* Renk akışı için genişlet */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    animation: animate-text 3s linear infinite; /* Sürekli akış animasyonu */
    text-shadow: 0 0 30px rgba(255, 0, 255, 0.5); /* Arkaya hafif neon ışık */
}

@keyframes animate-text {
    0% { background-position: 0%; }
    100% { background-position: 200%; }
}
/* --- METİN SEÇİM RENGİ --- */
::selection {
    background: #ff00ff; /* Arka plan pembe */
    color: white;        /* Yazı beyaz */
    text-shadow: none;
}
/* --- UÇUŞAN RADYANIT PARÇACIKLARI --- */
.particles {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    overflow: hidden;
    z-index: -1; /* En arkada dursun */
    pointer-events: none; /* Tıklamayı engellemesin */
}

.particles span {
    position: absolute;
    display: block;
    width: 8px; height: 8px;
    background: rgba(255, 70, 85, 0.6); /* Valorant Kırmızısı */
    box-shadow: 0 0 10px #ff4655;
    animation: moveParticles 25s linear infinite;
    bottom: -150px;
    border-radius: 50%;
}

/* Her parçacığın farklı yerden ve hızda çıkması için */
.particles span:nth-child(1) { left: 10%; width: 5px; height: 5px; animation-duration: 15s; }
.particles span:nth-child(2) { left: 20%; width: 8px; height: 8px; animation-duration: 25s; animation-delay: 2s; }
.particles span:nth-child(3) { left: 35%; width: 4px; height: 4px; animation-duration: 20s; animation-delay: 4s; }
.particles span:nth-child(4) { left: 50%; width: 6px; height: 6px; animation-duration: 18s; animation-delay: 0s; }
.particles span:nth-child(5) { left: 65%; width: 5px; height: 5px; animation-duration: 22s; animation-delay: 3s; }
.particles span:nth-child(6) { left: 80%; width: 7px; height: 7px; animation-duration: 19s; animation-delay: 5s; }
.particles span:nth-child(7) { left: 90%; width: 6px; height: 6px; animation-duration: 24s; animation-delay: 1s; }

@keyframes moveParticles {
    0% { transform: translateY(0) rotate(0deg); opacity: 1; }
    100% { transform: translateY(-120vh) rotate(720deg); opacity: 0; }
}
/* --- SAĞ ÜST DİJİTAL SAAT (VALORANT HUD) --- */
.nav-clock {
    display: flex;
    flex-direction: column; /* Saati üste, tarihi alta al */
    align-items: flex-end;  /* Sağa yasla */
    justify-content: center;
    
    margin-right: 20px;     /* Sağdaki butonla mesafe */
    padding-right: 15px;    /* Çizgiyle yazı arası mesafe */
    border-right: 2px solid #ff4655; /* Valorant Kırmızısı dikey çizgi */
    
    line-height: 1; /* Satır aralığını sıkılaştır */
    user-select: none; /* Seçilemesin */
}

.clock-time {
    font-family: 'Teko', sans-serif;
    font-size: 1.8rem; /* Saat büyük olsun */
    font-weight: bold;
    color: white;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.4); /* Hafif parlama */
    letter-spacing: 2px;
}

.clock-date {
    font-family: 'Oswald', sans-serif;
    font-size: 0.8rem; /* Tarih küçük olsun */
    color: #ff00ff;    /* Neon Pembe */
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 3px;
}
/* --- VALORANT TARZI TEKNOLOJİK AYRAÇ --- */
.valorant-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%; /* Ekranın %80'ini kaplasın */
    margin: 80px auto; /* Üstten ve alttan boşluk bırak, ortala */
    opacity: 0.8;
}

/* Sol Çizgi (Merkeze doğru parlar) */
.line-left {
    height: 2px;
    flex-grow: 1;
    background: linear-gradient(to right, transparent, #ff4655); /* Şeffaftan Kırmızıya */
}

/* Sağ Çizgi (Merkezden dışa doğru söner) */
.line-right {
    height: 2px;
    flex-grow: 1;
    background: linear-gradient(to right, #ff4655, transparent); /* Kırmızıdan Şeffafa */
}

/* Ortadaki Elmas (Crosshair Gibi) */
.diamond-center {
    width: 15px;
    height: 15px;
    background-color: #0f1923; /* İçi koyu olsun */
    border: 2px solid #ff4655; /* Çerçevesi Kırmızı */
    transform: rotate(45deg); /* Kareyi elmas şekline çevir */
    margin: 0 15px; /* Çizgilerle mesafe */
    box-shadow: 0 0 10px #ff4655; /* Neon Parlama */
    animation: pulse-diamond 2s infinite; /* Nefes alma animasyonu */
}

/* Elmasın İçindeki Küçük Nokta (Detay) */
.diamond-center::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #ff00ff; /* Pembe nokta */
    position: absolute;
    top: 3px; left: 3px;
    box-shadow: 0 0 5px #ff00ff;
}

/* Animasyon: Elmas yanıp sönsün */
@keyframes pulse-diamond {
    0% { box-shadow: 0 0 5px #ff4655; transform: rotate(45deg) scale(1); }
    50% { box-shadow: 0 0 20px #ff4655, 0 0 10px #ff00ff; transform: rotate(45deg) scale(1.2); }
    100% { box-shadow: 0 0 5px #ff4655; transform: rotate(45deg) scale(1); }
}
/* --- KART ÜZERİNE GELİNCE NEON PARLAMA --- */
.card:hover {
    transform: translateY(-5px); /* Hafif yukarı kalksın */
    box-shadow: 0 0 20px rgba(255, 70, 85, 0.6), /* Kırmızı ışık */
                0 0 40px rgba(255, 0, 255, 0.4); /* Pembe ışık */
    border-color: #ff00ff; /* Çerçeve pembe olsun */
    z-index: 10; /* Diğerlerinin önüne geçsin */
}
/* --- EKİPMANLAR & AYARLAR BÖLÜMÜ --- */
.setup-section {
    padding: 4rem 5%;
    text-align: center;
    position: relative;
}

.setup-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap; /* Mobilde alt alta geçsin */
}

/* KART TASARIMI */
.setup-card {
    background: rgba(15, 25, 35, 0.8); /* Yarı saydam koyu */
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    width: 300px;
    border-radius: 4px;
    position: relative;
    transition: 0.3s;
    backdrop-filter: blur(5px);
    
    /* Valorant Köşeleri */
    clip-path: polygon(10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%);
}

.setup-card:hover {
    transform: translateY(-10px);
    border-color: #ff4655; /* Valorant Kırmızısı */
    box-shadow: 0 10px 30px rgba(255, 70, 85, 0.2);
}

.setup-card i {
    font-size: 3rem;
    color: #ff4655;
    margin-bottom: 20px;
}

.setup-card h3 {
    font-family: 'Oswald', sans-serif;
    color: white;
    font-size: 1.5rem;
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
}

.setup-card ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.setup-card li {
    margin-bottom: 10px;
    color: #ccc;
    font-family: 'Teko', sans-serif;
    font-size: 1.2rem;
    display: flex;
    justify-content: space-between;
}

/* CROSSHAIR KUTUSU */
.code-box {
    background: #111;
    color: #00ff00; /* Hacker yeşili */
    padding: 10px;
    border-radius: 4px;
    font-family: monospace;
    cursor: pointer;
    border: 1px dashed #444;
    font-size: 0.8rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.code-box:active {
    background: #00ff00;
    color: black;
}

/* Görsel Crosshair Temsili */
.crosshair-preview {
    width: 50px; height: 50px;
    background: rgba(0,0,0,0.5);
    margin: 0 auto;
    position: relative;
    display: flex; justify-content: center; align-items: center;
    border-radius: 50%;
    border: 1px solid #444;
}
.ch-center {
    width: 4px; height: 4px; background: #00ff00; /* Yeşil Nokta */
    box-shadow: 0 0 5px #00ff00;
}
/* --- EKİPMAN BÖLÜMÜ İÇİN AYRAÇ (DİĞERİYLE AYNI) --- */
.setup-section {
    position: relative; /* Çizgiyi konumlandırmak için şart */
    margin-top: 100px;   /* Kliplerle arasını biraz açalım */
}

/* ÜSTTEKİ KIRMIZI LAZER ÇİZGİSİ */
.setup-section::before {
    content: "";
    position: absolute;
    top: 0; 
    left: 10%; 
    width: 80%; 
    height: 2px; 
    background: linear-gradient(90deg, transparent, #ff4655, transparent);
    box-shadow: 0 -2px 10px rgba(255, 70, 85, 0.5), 
                0 0 5px rgba(255, 0, 255, 0.3);
    border-radius: 50%;
}

/* ÇİZGİNİN ORTASINDAKİ ELMAS SÜSÜ */
.setup-section::after {
    content: "";
    position: absolute;
    top: -6px; 
    left: 50%;
    transform: translateX(-50%) rotate(45deg); 
    width: 12px;
    height: 12px;
    background: #0f1923; /* İçi koyu */
    border: 2px solid #ff4655; /* Kenarı kırmızı */
    box-shadow: 0 0 10px #ff4655; /* Parlama */
}
/* --- MİNİ VALORANT RADYO (SABİT) --- */
.valorant-player {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: rgba(15, 25, 35, 0.95); /* Koyu Arka Plan */
    border: 1px solid #ff4655; /* Valorant Kırmızısı */
    border-radius: 50px; /* Hap Şekli */
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 1000; /* Her şeyin üstünde */
    box-shadow: 0 0 15px rgba(255, 70, 85, 0.4);
    backdrop-filter: blur(10px);
}

/* Dönen Disk */
.player-disk {
    width: 35px; height: 35px;
    background: #222;
    border-radius: 50%;
    border: 2px solid #ff00ff;
    display: flex; align-items: center; justify-content: center;
    color: #ff00ff;
    animation: none; /* Başta dönmesin */
}
.spin-anim { animation: spinDisk 3s linear infinite; }

@keyframes spinDisk { 100% { transform: rotate(360deg); } }

/* Şarkı Bilgisi */
.player-info { display: flex; flex-direction: column; }
.song-name { font-size: 0.8rem; color: white; font-family: 'Teko', sans-serif; letter-spacing: 1px; }

/* Visualizer (Ses Çubukları) */
.visualizer { display: flex; gap: 3px; height: 10px; align-items: flex-end; }
.visualizer span { width: 3px; background: #00ffff; animation: bounce 0.5s infinite ease-in-out alternate; }
.visualizer span:nth-child(1) { height: 5px; animation-delay: 0.1s; }
.visualizer span:nth-child(2) { height: 10px; animation-delay: 0.3s; }
.visualizer span:nth-child(3) { height: 7px; animation-delay: 0.2s; }
.visualizer span:nth-child(4) { height: 4px; animation-delay: 0.4s; }

@keyframes bounce { 0% { height: 2px; } 100% { height: 100%; } }

/* Play Butonu */
.btn-play {
    background: transparent; border: none; color: white;
    font-size: 1.2rem; cursor: pointer; transition: 0.3s;
}
.btn-play:hover { color: #00ffff; transform: scale(1.2); }
/* --- TOPLULUK & GLITCH BUTON --- */
.community-section {
    padding: 5rem 0;
    text-align: center;
    position: relative;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent); /* Alta doğru kararsın */
}

/* Glitch Butonu (Burası Sihirli Kısım) */
.btn-glitch {
    position: relative;
    padding: 20px 50px;
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
    color: white;
    background: #5865F2; /* Discord Rengi */
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    clip-path: polygon(10% 0, 100% 0, 100% 80%, 90% 100%, 0 100%, 0 20%); /* Kesik Köşe */
    transition: 0.3s;
    display: inline-block;
}

/* Mouse gelince titreme efekti */
.btn-glitch:hover {
    background: #ff4655; /* Kırmızıya dönüş */
    animation: glitch-skew 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
    box-shadow: 5px 5px 0px #00ffff;
}

@keyframes glitch-skew {
    0% { transform: translate(0); }
    20% { transform: translate(-2px, 2px); }
    40% { transform: translate(-2px, -2px); }
    60% { transform: translate(2px, 2px); }
    80% { transform: translate(2px, -2px); }
    100% { transform: translate(0); }
}

/* Yüzen İkonlar */
.social-float {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.float-icon {
    font-size: 2rem;
    color: #ccc;
    transition: 0.3s;
    animation: float 3s ease-in-out infinite;
}
.float-icon:hover { color: #ff00ff; transform: scale(1.2); }

/* İkonlar farklı zamanlarda yüzsün */
.float-icon:nth-child(1) { animation-delay: 0s; }
.float-icon:nth-child(2) { animation-delay: 1s; }
.float-icon:nth-child(3) { animation-delay: 2s; }

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}
/* --- MODERN GİRİŞ EKRANI (GLASSMORPHISM) --- */
#enter-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 9999;
    
    /* ARKA PLAN AYARI (ŞEFFAF VE BULANIK) */
    background: rgba(15, 25, 35, 0.4); /* Hafif koyuluk */
    backdrop-filter: blur(15px); /* Arkadaki her şeyi bulanıklaştır */
    -webkit-backdrop-filter: blur(15px); /* Safari desteği */
    
    display: flex; justify-content: center; align-items: center;
    transition: opacity 0.8s ease, visibility 0.8s;
}

/* Ortadaki Cam Kutu */
.glass-box {
    text-align: center;
    padding: 50px 80px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03); /* Çok hafif beyazlık */
    border: 1px solid rgba(255, 255, 255, 0.1); /* İnce cam çerçeve */
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    
    display: flex; flex-direction: column; align-items: center;
    position: relative;
    overflow: hidden;
}

/* Logo Tasarımı */
.logo-container {
    position: relative;
    width: 120px; height: 120px;
    margin-bottom: 20px;
}
.enter-logo {
    width: 100%; height: 100%;
    object-fit: cover;
    border-radius: 50%; /* Yuvarlak Logo */
    border: 2px solid rgba(255, 255, 255, 0.2);
    position: relative; z-index: 2;
}
/* Logo Arkasındaki Işık */
.logo-glow {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; height: 100%;
    background: #ff4655;
    filter: blur(30px);
    opacity: 0.6;
    animation: pulse-glow 3s infinite;
    z-index: 1;
    border-radius: 50%;
}

/* İsim (RAXEIRA) */
.glass-box h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 4rem;
    color: white;
    letter-spacing: 5px;
    margin: 0;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.glass-box p {
    font-family: 'Teko', sans-serif;
    color: #ff4655; /* Valorant Kırmızısı */
    font-size: 1.2rem;
    letter-spacing: 3px;
    margin-top: -10px;
    margin-bottom: 40px;
    opacity: 0.8;
}

/* Buton Tasarımı */
#enter-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    padding: 15px 50px;
    overflow: hidden;
}

.btn-text {
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    color: white;
    letter-spacing: 2px;
    z-index: 2; position: relative;
    transition: 0.3s;
}

/* Buton Altındaki Çizgi */
.btn-line {
    position: absolute;
    bottom: 0; left: 0;
    width: 100%; height: 2px;
    background: #ff4655;
    transform: scaleX(0.3); /* Kısa başlasın */
    transition: 0.3s;
    box-shadow: 0 0 10px #ff4655;
}

#enter-btn:hover .btn-line { transform: scaleX(1); /* Uzayıp tam boy olsun */ }
#enter-btn:hover .btn-text { text-shadow: 0 0 10px white; letter-spacing: 4px; }

/* Animasyonlar */
@keyframes pulse-glow {
    0% { opacity: 0.4; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 0.8; transform: translate(-50%, -50%) scale(1.2); }
    100% { opacity: 0.4; transform: translate(-50%, -50%) scale(1); }
}

/* Perde Kapanma Efekti */
.fade-out {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scale(1.1); /* Hafif büyüyerek kaybolsun */
}
/* --- SONSUZ KAYAN ŞERİT --- */
.marquee-container {
    width: 100%;
    overflow: hidden; /* Taşanı gizle */
    background: #ff4655; /* Şerit Rengi */
    color: #0f1923; /* Yazı Rengi (Koyu) */
    padding: 10px 0;
    margin-bottom: 50px; /* Alttaki başlıkla mesafe */
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(-2deg); /* Hafif yamuk dursun (Havalı stil) */
    box-shadow: 0 0 20px rgba(255, 70, 85, 0.5);
}

.marquee-content {
    display: flex;
    gap: 30px; /* Yazılar arası boşluk */
    white-space: nowrap; /* Alt satıra inmesin */
    animation: scrollText 15s linear infinite; /* Kayma hızı */
}

.marquee-content span {
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.star {
    color: white; /* Aradaki yıldızlar beyaz olsun */
}

/* Kayma Animasyonu */
@keyframes scrollText {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
/* --- İSTATİSTİK PANELİ --- */
.stats-container {
    display: flex;
    justify-content: center;
    gap: 30px; /* Kutular arası boşluk */
    padding: 0 50px;
    margin-top: -50px; /* Giriş ekranına biraz yakınlaşsın */
    margin-bottom: 50px;
    flex-wrap: wrap; /* Mobilde alt alta geçsin */
    position: relative;
    z-index: 10;
}

.stat-box {
    background: rgba(15, 25, 35, 0.6); /* Koyu Yarı Saydam */
    backdrop-filter: blur(10px); /* Buzlu Cam */
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 3px solid #ff4655; /* Altı Kırmızı Çizgili */
    padding: 20px 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
    min-width: 200px;
    transition: 0.3s ease;
    cursor: default;
}

/* Mouse gelince parlama efekti */
.stat-box:hover {
    transform: translateY(-5px); /* Yukarı kalksın */
    background: rgba(255, 70, 85, 0.1); /* Hafif kırmızılaşsın */
    box-shadow: 0 10px 20px rgba(255, 70, 85, 0.2);
    border-color: #ff4655;
}

.stat-icon {
    font-size: 2rem;
    color: #ff4655;
}

.stat-info h3 {
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    color: white;
    letter-spacing: 1px;
}

.stat-info p {
    margin: 0;
    font-family: 'Teko', sans-serif;
    font-size: 1rem;
    color: #aaa;
    letter-spacing: 1px;
}
/* --- KLİPLER IZGARASI (KESİN ÇÖZÜM) --- */
/* Hem #grid hem #clips-container ismini kapsasın diye ikisini de yazdım */
#grid, #clips-container, .clip-wrapper {
    display: grid !important;
    /* Yan yana 5 tane eşit parça */
    grid-template-columns: repeat(5, 1fr) !important; 
    gap: 20px;
    width: 95%;
    max-width: 1800px;
    margin: 0 auto;
    padding: 20px;
}

/* KARTLARI ZORLA KÜÇÜLTME */
/* Kartların genişliği %100 olsun ki grid hücresine sığsın */
.video-card, .card {
    width: 100% !important; 
    margin: 0 !important;
    display: flex;
    flex-direction: column;
}

/* --- TELEFON VE TABLET AYARI --- */
@media (max-width: 1600px) {
    #grid, #clips-container { grid-template-columns: repeat(4, 1fr) !important; }
}

@media (max-width: 1200px) {
    #grid, #clips-container { grid-template-columns: repeat(3, 1fr) !important; }
}

@media (max-width: 900px) {
    #grid, #clips-container { grid-template-columns: repeat(2, 1fr) !important; }
}

@media (max-width: 600px) {
    #grid, #clips-container { grid-template-columns: repeat(1, 1fr) !important; }
}
/* --- KLİPLER İÇİN 5'Lİ IZGARA (KESİN) --- */
#video-grid {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important; /* Yan yana 5 tane */
    gap: 20px;
    width: 95%;
    max-width: 1800px;
    margin: 0 auto;
    padding: 20px 0;
}

/* KARTLARI KUTUYA SIĞDIR */
#video-grid .video-card, 
#video-grid .card {
    width: 100% !important;
    margin: 0 !important;
}

/* EKRAN KÜÇÜLÜNCE DÜZEN */
@media (max-width: 1600px) { #video-grid { grid-template-columns: repeat(4, 1fr) !important; } }
@media (max-width: 1200px) { #video-grid { grid-template-columns: repeat(3, 1fr) !important; } }
@media (max-width: 900px)  { #video-grid { grid-template-columns: repeat(2, 1fr) !important; } }
@media (max-width: 600px)  { #video-grid { grid-template-columns: repeat(1, 1fr) !important; } }
/* --- ADMIN PANEL MODAL & TOAST --- */
#toast-container {
    position: fixed; top: 20px; right: 20px; z-index: 10000;
    display: flex; flex-direction: column; gap: 10px; pointer-events: none;
}
.toast {
    background: #0f1923; color: white; padding: 15px 25px;
    border-left: 4px solid #ff4655; display: flex; align-items: center; gap: 10px;
    opacity: 0; transform: translateX(100%); transition: 0.3s;
}
.toast.show { opacity: 1; transform: translateX(0); }

/* MODAL (PENCERE) AYARLARI */
.modal-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.9); /* Arka plan kararması */
    z-index: 10001;
    display: flex; justify-content: center; align-items: center;
    
    /* ÖNEMLİ: Başlangıçta gizli olsun */
    opacity: 0; visibility: hidden; transition: 0.3s;
}
.modal-overlay.show { opacity: 1; visibility: visible; } /* JS ekleyince görünür */

.modal-box {
    background: #1a2733; border: 2px solid #ff4655; padding: 30px;
    text-align: center; transform: scale(0.8); transition: 0.3s;
}
.modal-overlay.show .modal-box { transform: scale(1); }

.modal-buttons { display: flex; justify-content: center; gap: 15px; }
.btn-confirm { background: #ff4655; color: white; border: none; padding: 10px 20px; cursor: pointer; }
.btn-cancel { background: #444; color: white; border: none; padding: 10px 20px; cursor: pointer; }

    /* --- DASHBOARD İSTATİSTİKLERİ --- */
    .dashboard-stats {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 40px; /* Alttaki formla arasına boşluk koy */
    }

    .stat-card {
        background: rgba(15, 25, 35, 0.6); /* Yarı saydam koyu */
        border: 1px solid rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px); /* Buzlu cam efekti */
        padding: 20px;
        border-radius: 8px;
        width: 100%;
        display: flex;
        align-items: center;
        gap: 20px;
        transition: 0.3s;
        border-left: 4px solid #444; /* Sol taraf gri çizgi */
    }

    /* Üzerine gelince parlasın */
    .stat-card:hover {
        transform: translateY(-5px);
        background: rgba(255, 70, 85, 0.1);
        border-color: #ff4655;
        border-left-color: #ff4655;
        box-shadow: 0 5px 20px rgba(255, 70, 85, 0.2);
    }

    .stat-icon {
        font-size: 2rem;
        color: #ff4655;
    }

    .stat-info h3 {
        margin: 0;
        font-size: 0.9rem;
        color: #aaa;
        font-family: sans-serif;
        letter-spacing: 1px;
    }

    .stat-info span {
        font-size: 1.5rem;
        font-weight: bold;
        color: white;
        font-family: sans-serif;
    }
/* --- SES KONTROL KUTUSU --- */
.volume-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px; /* Play butonuyla arasına boşluk */
    background: rgba(0, 0, 0, 0.6); /* Hafif siyah zemin */
    padding: 8px 15px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    width: fit-content;
}

/* Ses İkonu */
#vol-icon {
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    transition: 0.3s;
    width: 20px;
    text-align: center;
}
#vol-icon:hover { color: #ff4655; }

/* --- SLIDER (ÇUBUK) TASARIMI --- */
#vol-slider {
    -webkit-appearance: none; /* Standart tipi gizle */
    width: 80px;
    height: 4px;
    background: #555;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

/* Çubuğun Dolu Kısmı (Chrome/Safari) */
#vol-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    background: #ff4655; /* Valorant Kırmızısı */
    border-radius: 50%;
    border: 2px solid white;
    cursor: pointer;
    transition: 0.2s;
}

#vol-slider::-webkit-slider-thumb:hover { transform: scale(1.2); }
/* --- MODERN MOR NEON KUTU --- */
.neon-about-box {
    width: 85%;
    max-width: 1000px;
    margin: 40px auto;
    
    /* Yarı saydam koyu zemin (Cam Efekti) */
    background: rgba(10, 10, 15, 0.9);
    backdrop-filter: blur(10px);
    
    /* Kenarlıklar */
    border: 1px solid rgba(188, 19, 254, 0.2); /* Çok silik mor çerçeve */
    border-left: 6px solid #bc13fe; /* SOL TARAF PARLAYAN MOR ÇİZGİ */
    border-radius: 12px; /* Köşeleri yuvarladık */
    
    /* Kutu Gölgesi (Mor Parlama) */
    box-shadow: 0 0 30px rgba(188, 19, 254, 0.15);
    
    display: flex;
    align-items: center;
    padding: 20px;
    min-height: 120px;
    transition: transform 0.3s;
}

/* Mouse ile üzerine gelince kutu biraz parlasın */
.neon-about-box:hover {
    box-shadow: 0 0 50px rgba(188, 19, 254, 0.3);
    transform: translateY(-2px);
}

/* --- SOLDAKİ "HAKKINDA" YAZISI (MOR NEON) --- */
.neon-label {
    font-family: 'Arial Black', sans-serif;
    font-size: 2.5rem; /* Kocaman yazı */
    font-weight: 900;
    color: #bc13fe; /* NEON MOR RENK */
    text-shadow: 0 0 15px rgba(188, 19, 254, 0.8); /* Yazı parlaması */
    padding-right: 30px;
    border-right: 2px solid rgba(255, 255, 255, 0.1); /* Araya ince çizgi */
    margin-right: 30px;
    letter-spacing: 2px;
}

/* --- SAĞDAKİ İÇERİK --- */
.about-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

/* İsim Kısmı */
.main-text {
    font-size: 1.5rem;
    color: white;
    font-family: 'Segoe UI', sans-serif;
}

.name-highlight {
    color: #9000ff;
    font-weight: bold;
    text-transform: uppercase;
    /* İsme de hafif beyaz parlama verelim */
    text-shadow: 0 0 10px rgb(128, 0, 255); 
}

/* Açıklama Yazısı */
.sub-text {
    color: #bbb; /* Hafif gri */
    font-size: 1.1rem;
    line-height: 1.5;
}

/* --- KICK BUTONU (MODERN) --- */
.kick-btn {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-top: 10px;
    
    background: rgba(83, 252, 24, 0.1); /* Şeffaf yeşil zemin */
    color: #53FC18; /* Neon Yeşil Yazı */
    border: 1px solid #53FC18;
    padding: 8px 16px;
    border-radius: 50px; /* Yuvarlak kenarlar */
    
    font-weight: bold;
    font-size: 0.9rem;
    letter-spacing: 1px;
    box-shadow: 0 0 10px rgba(83, 252, 24, 0.2);
    transition: 0.3s;
    cursor: default;
}

.kick-btn:hover {
    background: #53FC18;
    color: black;
    box-shadow: 0 0 20px rgba(83, 252, 24, 0.6);
}

/* Yanıp sönen nokta */
.dot {
    width: 8px;
    height: 8px;
    background-color: #53FC18;
    border-radius: 50%;
    margin-right: 8px;
    animation: blink 1.5s infinite;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.2; }
    100% { opacity: 1; }
}

/* --- MOBİL UYUMU --- */
@media (max-width: 900px) {
    .neon-about-box {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }
    .neon-label {
        border-right: none; /* Çizgiyi kaldır */
        border-bottom: 1px solid rgba(255,255,255,0.1); /* Altına çizgi koy */
        padding-right: 0;
        padding-bottom: 20px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .kick-btn {
        margin: 15px auto 0 auto; /* Mobilde butonu ortala */
    }
}
/* --- KLİP RAFLARI (YAN YANA DİZİLİM) --- */
.grid-container {
    display: grid;
    /* Kutuları yan yana dizer, ekrana sığmazsa alt satıra atar */
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); 
    gap: 25px; /* Kutular arası boşluk */
    width: 85%;
    max-width: 1200px;
    margin: 20px auto 40px auto; /* Sayfaya ortalar */
}

/* --- YENİ KLİP KUTULARI TASARIMI (TAM KARE) --- */
.clip-card {
    background: rgba(20, 20, 25, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    
    aspect-ratio: 1 / 1; /* İŞTE SİHİRLİ KOD BU: Kutuyu mükemmel kare yapar */
}

/* Kutuya Fareyle Gelince Efekti */
.clip-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.6);
    border-color: rgba(255, 255, 255, 0.3);
}

/* Kutunun Üst Kısmı (İkon) */
.clip-overlay {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 15px;
}

.clip-icon {
    font-size: 4rem; /* İkonu biraz daha kareye uygun boyuta çektik */
}

.clip-card .fa-instagram {
    color: #E1306C;
    text-shadow: 0 0 15px rgba(225, 48, 108, 0.5);
}

.clip-overlay span {
    color: #ccc;
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

/* Kutunun Alt Kısmı (Başlık) */
.clip-info {
    background: rgba(0, 0, 0, 0.6);
    color: #bc13fe;
    padding: 15px 10px;
    text-align: center;
    font-family: 'Arial Black', sans-serif;
    font-size: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* Başlık çok uzunsa sonuna 3 nokta koyar (...) */
}

.tiktok-card .clip-info {
    color: #00f2ea;
    border-top: 1px solid #ff0050;
}
/* --- İKİYE BÖLÜNMÜŞ KLİP EKRANI AYARLARI --- */
.klip-bolgesi {
    display: flex;
    justify-content: center;
    gap: 40px; /* Sol ve sağ tarafın ortasındaki boşluk */
    width: 90%;
    max-width: 1400px;
    margin: 0 auto 50px auto;
    align-items: flex-start; /* İkisi de en üstten hizalanır */
}

/* Sol ve Sağ Sütunların Kaplayacağı Alan */
.klip-yarim {
    flex: 1; /* Ekranı tam %50 - %50 paylaşırlar */
    width: 50%;
}

/* Yarım Ekranın İçindeki Klipler (Yan yana 2 tane dizmek için) */
.grid-container.iki-sutun {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Kesin olarak yan yana 2 klip sığdırır */
    gap: 20px;
    width: 100%;
    margin: 0; /* Eski ortalamayı iptal ettik çünkü zaten yarım ekranın içinde */
}

/* --- TELEFON VE KÜÇÜK EKRAN UYUMU (ÇOK ÖNEMLİ) --- */
@media (max-width: 950px) {
    /* Ekran küçülürse yan yana durmak yerine alt alta geçsinler (Sıkışmasınlar) */
    .klip-bolgesi {
        flex-direction: column;
    }
    .klip-yarim {
        width: 100%;
        margin-bottom: 40px;
    }
}
/* --- EKİPMANLAR KUTULARI (YAN YANA DİZİLİM) --- */
.setup-grid {
    display: grid;
    /* Kutuları yan yana 3'lü dizer, telefonda otomatik alt alta alır */
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); 
    gap: 30px;
    width: 85%;
    max-width: 1200px;
    margin: 0 auto 50px auto;
}

/* Kutuların Tasarımı */
.setup-card {
    background: rgba(20, 20, 25, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.setup-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(188, 19, 254, 0.3); /* Mor parlama */
    border-color: rgba(188, 19, 254, 0.5);
}

.setup-icon {
    font-size: 3rem;
    color: #ff4655; /* Kırmızı ikonlar */
    margin-bottom: 15px;
}

.setup-card h3 {
    color: white;
    font-family: 'Arial Black', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

/* Kutu İçindeki Özellik Listeleri */
.setup-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left; /* Yazılar soldan çok daha düzenli durur */
}

.setup-card ul li {
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #ccc;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between; /* Özellik ve değeri sağa/sola ayırır */
}

.setup-card ul li strong {
    color: #00f2ea; /* Özellik isimleri mavi dursun */
}
/* --- ASANSÖR (SCROLL) FREN AYARI --- */
/* Üst menü başlıkları örtmesin diye fren mesafesi bırakır */
#klipler,
#setup,
#topluluk {
    scroll-margin-top: 120px; /* Üst menünün kalınlığına göre boşluk bırakır */
}
/* --- SAYFA ALTI GEREKSİZ BOŞLUĞU SIFIRLAMA --- */
body, html {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Sitenin en altındaki yazının olduğu kısım (Footer) */
footer, .footer-kismi { 
    margin-bottom: 0 !important;
    padding-bottom: 20px !important; /* Yazı ekranın dibine sıfır yapışmasın diye çok ufak bir nefes payı */
}
/* --- İNATÇI ALT BOŞLUK KATİLİ --- */
html, body {
    margin: 0 !important;
    padding: 0 !important;
}

/* Sitenin en altı (Footer) */
footer {
    margin: 0 !important;
    padding-bottom: 15px !important; /* Alt tarafa sıfır yapışmasın diye minik bir nefes */
    display: block;
    width: 100%;
    overflow: hidden; /* Dışarı taşan hayalet boşlukları kesip atar */
}

/* Eğer arka planda gizli bir müzik çalar (<audio>) etiketi varsa 
  onun sayfanın en dibinde kapladığı hayalet boşluğu yok eder! 
*/
audio {
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: none !important;
}
/* --- İNATÇI ALT BOŞLUK KATİLİ --- */
html, body {
    margin: 0 !important;
    padding: 0 !important;
}

/* Sitenin en altı (Footer) */
footer {
    margin: 0 !important;
    padding-bottom: 15px !important; /* Alt tarafa sıfır yapışmasın diye minik bir nefes */
    display: block;
    width: 100%;
    overflow: hidden; /* Dışarı taşan hayalet boşlukları kesip atar */
}

/* Eğer arka planda gizli bir müzik çalar (<audio>) etiketi varsa 
  onun sayfanın en dibinde kapladığı hayalet boşluğu yok eder! 
*/
audio {
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: none !important;
}
/* --- ARKA PLANI EKRANA SABİTLEME --- */
body {
    background-attachment: fixed !important; 
    background-size: cover !important;       
    background-position: center bottom !important; 
}
/* --- İNATÇI SİYAH KUTUYU ŞEFFAF YAPIP ARKA PLANI GÖSTERME KODU --- */
html, body {
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    min-height: 100vh !important;
}

/* Siyahlığı yapan alt kısımların rengini zorla şeffaf (cam gibi) yapıyoruz */
footer, .footer-kismi, footer div, footer p {
    background: transparent !important;
    background-color: transparent !important;
}
/* --- KOPYALANDI BİLDİRİM KUTUSU TASARIMI --- */
.toast {
    position: fixed;
    bottom: 40px;
    right: 40px;
    background: #ff4655 !important; /* Valorant kırmızısı */
    color: white !important;
    padding: 15px 30px;
    border-radius: 4px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    z-index: 999999 !important; /* Her şeyin, videonun bile en üstünde gözüksün */
    box-shadow: 0 0 20px rgba(255, 70, 85, 0.5);
    display: none; /* JavaScript tıklandığında bunu görünür yapacak */
    animation: slideIn 0.4s ease;
}

@keyframes slideIn {
    from { transform: translateX(120%); }
    to { transform: translateX(0); }
}
.creator-section {
    padding: 50px 0;
    display: flex;
    justify-content: center;
}

.creator-container {
    background: rgba(20, 20, 25, 0.7);
    border: 1px solid rgba(255, 70, 85, 0.3);
    padding: 30px;
    border-radius: 15px;
    max-width: 800px;
    width: 90%;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5), inset 0 0 15px rgba(225, 48, 108, 0.1);
    position: relative;
    overflow: hidden;
}

.creator-header .tag {
    background: #ff4655;
    color: white;
    font-size: 0.7rem;
    padding: 3px 10px;
    border-radius: 3px;
    font-weight: bold;
    letter-spacing: 2px;
}

.creator-header h2 {
    color: #fff;
    font-size: 2.2rem;
    margin: 10px 0;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.creator-header h2 small {
    color: #ff4655;
    font-size: 1.2rem;
}

.creator-bio p {
    color: #aaa;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.creator-stats {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.stat-item {
    font-size: 0.8rem;
    color: #00f2ea;
    border-left: 2px solid #ff4655;
    padding-left: 10px;
}

.stat-item span {
    color: #fff;
    font-weight: bold;
}

.creator-signature {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    opacity: 0.5;
}

.mini-logo {
    width: 30px;
    filter: drop-shadow(0 0 5px #ff4655);
}
/* BAŞLIKLARI EŞİTLEME (YAPIMCI & BİZE KATIL) */
.section-title {
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Oswald', sans-serif;
    font-size: 2.5rem; /* Boyutu Bize Katıl ile aynı yaptık */
    text-transform: uppercase;
}

.neon-text {
    /* Birebir Bize Katıl renk ve gölge kodları */
    color: #E1306C !important; 
    text-shadow: 0 0 15px rgba(225, 48, 108, 0.6) !important;
    letter-spacing: 5px;
}

/* Kutu hizalamasını koruyalım */
.creator-section {
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.creator-container {
    background: rgba(15, 15, 20, 0.9);
    border: 1px solid rgba(225, 48, 108, 0.2); /* Kenarlığı da pembeye uydurduk */
    padding: 40px;
    border-radius: 12px;
    max-width: 850px;
    width: 90%;
    backdrop-filter: blur(10px);
}
/* YAPIMCI KARTI YENİ TASARIM */
.creator-card {
    background: rgba(15, 10, 20, 0.9); /* Daha koyu ve asil bir arka plan */
    border: 2px solid #E1306C; /* Bize Katıl ile aynı neon pembe */
    padding: 45px;
    border-radius: 20px;
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    box-shadow: 0 0 30px rgba(225, 48, 108, 0.2);
    text-align: center;
}

.creator-header h2 {
    color: #fff;
    font-size: 2.5rem;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 5px;
}

.creator-header .nickname {
    color: #00f2ea; /* Turkuaz neon detayı */
    font-size: 1.2rem;
    display: block;
    letter-spacing: 3px;
}

.tagline {
    color: #aaa;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-top: 10px;
}

.divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, #E1306C, transparent);
    margin: 25px 0;
}

.creator-body p {
    color: #ddd;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 30px;
    font-style: italic;
}

/* Yetenek Rozetleri */
.skill-badges {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.badge {
    background: rgba(225, 48, 108, 0.1);
    border: 1px solid #E1306C;
    color: #fff;
    padding: 8px 15px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
}

.badge i {
    color: #00f2ea;
}

.badge:hover {
    background: #E1306C;
    transform: translateY(-3px);
}
/* --- ELMASLI NEON ŞERİT TASARIMI --- */
/* 1. Şeridin kendi boşluğunu daraltıyoruz */
.neon-separator-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin: 10px 0 !important; /* 50px olan değeri 10px yaptık, boşluğu bitirir */
}

/* 2. Yapımcı bölümünün tepesindeki boşluğu çekiyoruz */
.creator-section {
    position: relative;
    padding: 10px 0 60px !important; /* Üst boşluğu (padding-top) 10px'e düşürdük */
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 3. Eğer üstteki Ekipmanlar bölümü hala çok aşağı itiyorsa */
#setup {
    margin-bottom: 0 !important;
    padding-bottom: 20px !important;
}
/* Menüden basınca başlığın menü altında kalmasını engelleyen sihirli kod */
#producer {
    scroll-margin-top: 180px !important; /* Menü yüksekliği + extra boşluk */
}

/* Sayfanın yağ gibi kayması için (Eğer yoksa bunu da ekle) */
html {
    scroll-behavior: smooth;
}
/* --- BİZE KATIL BÖLÜMÜNÜ FABRİKA AYARLARINA DÖNDÜRME --- */
.community-section {
    background: transparent !important; /* Koyu arka planı sildik */
    border: none !important; /* Pembe çerçeveyi kaldırdık */
    box-shadow: none !important; /* Gölgeyi sıfırladık */
    backdrop-filter: none !important; /* Bulanıklığı temizledik */
    padding: 80px 0 40px !important; /* Orijinal ferah boşluklar */
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

/* Başlık ve metin hizalamasını garantiye alalım */
.community-section .section-title, 
.community-section p {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.main-footer {
    background: #0a0a0f !important; /* İşte o görmediğin şeridi bu renk getirir */
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid rgba(225, 48, 108, 0.2);
    width: 500%;
}

.main-footer p {
    color: #fff;
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.7;
}

.admin-link {
    margin-top: 10px;
    opacity: 0.3;
    transition: 0.3s;
}

.admin-link:hover {
    opacity: 1;
}

.admin-link a {
    color: #ff4655;
    text-decoration: none;
    font-size: 0.8rem;
}
/* --- BOŞLUKLARI KÖKTEN SİLEN NÜKLEER KOD --- */
#producer, #community {
    margin: 0 !important; /* Dış boşlukları sıfırla */
    padding-top: 20px !important; /* Sadece şık durması için azıcık üst boşluk bırak */
    padding-bottom: 20px !important;
}

.creator-card {
    margin-bottom: 0 !important; /* Kartın altındaki itmeyi durdur */
}

/* Şeritle altındaki bölümü birbirine çeker */
.neon-separator-container {
    margin-bottom: -10px !important; 
}
/* RAMAZAN MESAJI TASARIMI */
.ramazan-kutusu {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%); /* Kutuyu tam ortaya hizalar */
    background: rgba(15, 15, 20, 0.85); /* Hafif saydam koyu arka plan */
    border: 1px solid #ff4655; /* Valorant kırmızısı çerçeve */
    border-radius: 8px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 9999; /* Her şeyin üstünde durmasını sağlar */
    box-shadow: 0 0 15px rgba(255, 70, 85, 0.4); /* Kırmızı neon parlama */
    color: white;
    font-family: 'Oswald', sans-serif; /* Sitenin kendi fontu */
    animation: asagiKay 0.6s ease-out; /* Şık bir giriş animasyonu */
}

.ay-ikon {
    font-size: 24px;
    filter: drop-shadow(0 0 5px #ff4655);
}

.mesaj-icerik {
    display: flex;
    flex-direction: column;
}

.mesaj-icerik strong {
    color: #ff4655;
    font-size: 18px;
    letter-spacing: 1px;
}

.mesaj-icerik span {
    font-size: 13px;
    color: #cccccc;
}

.kapat-btn {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s;
    margin-left: 10px;
}

.kapat-btn:hover {
    opacity: 1;
    color: #ff4655;
    transform: scale(1.1);
}

/* Kutu için giriş animasyonu */
@keyframes asagiKay {
    from { top: -50px; opacity: 0; }
    to { top: 20px; opacity: 1; }
}
/* İFTAR SAYACI TASARIMI */
.iftar-sayac-kutusu {
    position: fixed;
    bottom: 20px;
    right: 20px; /* Sol alt köşeye sabitler */
    background: rgba(15, 15, 20, 0.85);
    border-left: 3px solid #ff4655; /* Sadece sol tarafa kırmızı ince bir jilet çizgi */
    padding: 10px 15px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    color: white;
    font-family: 'Oswald', sans-serif;
    transition: 0.3s;
}

.iftar-sayac-kutusu:hover {
    transform: scale(1.05); /* Üzerine gelince hafif büyür */
    box-shadow: 0 0 15px rgba(255, 70, 85, 0.4); /* Kırmızı parlama artar */
}

.iftar-sayac-kutusu i {
    font-size: 22px;
    color: #ff4655;
    filter: drop-shadow(0 0 3px #ff4655);
}

.sayac-metin {
    display: flex;
    flex-direction: column;
}

.sayac-baslik {
    font-size: 11px;
    color: #aaaaaa;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sayac-saat {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 2px;
}
/* LOGO YANI RAMAZAN IŞILTISI */
.logo-ramazan {
    font-size: 18px; /* Logonun boyutuna göre küçültüp büyütebilirsin */
    margin-left: 8px; /* Logo ile arasındaki boşluk */
    color: #ff4655; /* Valorant kırmızısı */
    filter: drop-shadow(0 0 5px #ff4655); /* Hafif neon parlaması */
    display: inline-block;
    animation: yavasYavasParla 3s infinite alternate; /* Işıltı efekti */
}

/* Hafiften yanıp sönme animasyonu */
@keyframes yavasYavasParla {
    from { opacity: 0.4; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1.1); }
}
.nav-söz {
    flex: 1; 
    text-align: center;
}

.nav-söz p {
    font-family: 'Oswald', sans-serif;
    color: #ff4655; /* Valorant kırmızısı */
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    filter: drop-shadow(0 0 5px #ff4655);
    animation: yavasParlama 3s infinite alternate;
}

@keyframes yavasParlama {
    from { opacity: 0.5; }
    to { opacity: 1; }
}