/* --- ÖZEL NEON SCROLLBAR --- */
::-webkit-scrollbar {
    width: 10px; /* Çubuğun genişliği */
}

::-webkit-scrollbar-track {
    background: #050505; /* Çubuğun arkasındaki kanal */
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #fe2c55, #00f2ea); /* Pembeden maviye neon akış */
    border-radius: 10px;
    border: 2px solid #050505; /* Kenarlardan boşluk bırakır */
}

::-webkit-scrollbar-thumb:hover {
    background: #fe2c55; /* Üstüne gelince tamamen pembe olur */
    box-shadow: 0 0 15px rgba(254, 44, 85, 0.8);
}
/* ==========================================
   GENEL AYARLAR VE HAREKETLİ ARKA PLAN
   ========================================== */

/* Arka plandaki ağın sonsuza akması için motor */
@keyframes bgScroll {
    0% { background-position: 0 0, 0 0, center, center, center; }
    100% { background-position: 40px 40px, -40px -40px, center, center, center; }
}

body {
    background-color: #07070a;
    background-image: 
        linear-gradient(rgba(0, 242, 234, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(254, 44, 85, 0.04) 1px, transparent 1px),
        radial-gradient(circle at 0% 20%, rgba(254, 44, 85, 0.15) 0%, transparent 45%),
        radial-gradient(circle at 100% 80%, rgba(0, 242, 234, 0.15) 0%, transparent 45%),
        radial-gradient(circle at 50% 100%, rgba(254, 44, 85, 0.08) 0%, transparent 60%);
    background-size: 40px 40px, 40px 40px, 100% 100%, 100% 100%, 100% 100%;
    background-attachment: fixed;
    animation: bgScroll 20s linear infinite; /* Arka planı hareket ettirir */
    
    color: #ffffff;
    font-family: 'Rajdhani', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* ==========================================
   ANİMASYON MOTORLARI (KEYFRAMES)
   ========================================== */

/* 1. Logonun Havada Süzülmesi ve Parlaması */
@keyframes floatLogo {
    0% { transform: translateY(0px); filter: drop-shadow(0 0 20px rgba(254,44,85,0.4)) drop-shadow(0 0 30px rgba(0,242,234,0.3)); }
    50% { transform: translateY(-15px); filter: drop-shadow(0 0 40px rgba(254,44,85,0.8)) drop-shadow(0 0 50px rgba(0,242,234,0.6)); }
    100% { transform: translateY(0px); filter: drop-shadow(0 0 20px rgba(254,44,85,0.4)) drop-shadow(0 0 30px rgba(0,242,234,0.3)); }
}

/* 2. Kartların Aşağıdan Yumuşakça Gelmesi */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(50px); }
    to { opacity: 1; transform: translateY(0); }
}

/* 3. Başlıklardaki Neon Yazıların Kalp Gibi Atması */
@keyframes neonPulse {
    0% { text-shadow: 0 0 10px rgba(254,44,85,0.5); }
    50% { text-shadow: 0 0 25px rgba(254,44,85,1), 0 0 10px rgba(254,44,85,0.8); }
    100% { text-shadow: 0 0 10px rgba(254,44,85,0.5); }
}

/* ==========================================
   HEADER VE NAVİGASYON
   ========================================== */

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(10, 10, 10, 0.8);
    backdrop-filter: blur(15px);
    padding: 15px 40px;
    border-bottom: 2px solid rgba(254, 44, 85, 0.3);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.nav-logo img { height: 50px; }
.nav-links { display: flex; gap: 25px; align-items: center; }
.nav-links a { color: #bbb; text-decoration: none; font-weight: bold; font-size: 1.1rem; transition: 0.3s; text-transform: uppercase; letter-spacing: 1px; }
.nav-links a:hover { color: #00f2ea; text-shadow: 0 0 10px rgba(0, 242, 234, 0.7); }

.nav-admin-btn { border: 2px solid #fe2c55; padding: 8px 25px; border-radius: 30px; color: #fe2c55 !important; box-shadow: 0 0 15px rgba(254, 44, 85, 0.2); }
.nav-admin-btn:hover { background: #fe2c55; color: white !important; box-shadow: 0 0 30px rgba(254, 44, 85, 0.6); }

header { text-align: center; padding: 60px 20px 20px; }

.logo-main {
    max-width: 250px;
    margin-bottom: 10px;
    animation: floatLogo 4s ease-in-out infinite; /* SÜZÜLME ANİMASYONU EKLENDİ */
}

.subtitle { color: #00f2ea; font-size: 1.3rem; letter-spacing: 2px; text-transform: uppercase; font-weight: bold; text-shadow: 0 0 10px rgba(0, 242, 234, 0.5); }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* ==========================================
   BÖLÜM BAŞLIKLARI
   ========================================== */

.section-title { text-align: center; margin: 60px 0 40px 0; position: relative; }
.section-title h2 { font-size: 2.5rem; color: #ffffff; margin: 0; text-transform: uppercase; letter-spacing: 3px; font-weight: 900; }
.section-title h2 span { 
    color: #fe2c55; 
    animation: neonPulse 2s infinite; /* KALP ATIŞI ANİMASYONU EKLENDİ */
}
.section-title .title-line { width: 80px; height: 4px; background: linear-gradient(90deg, transparent, #00f2ea, transparent); margin: 15px auto 0; border-radius: 2px; box-shadow: 0 0 15px rgba(0, 242, 234, 0.8); }

/* ==========================================
   İKİYE BÖLÜNMÜŞ EKRAN VE KLİP KARTLARI
   ========================================== */

.content-split { display: grid; grid-template-columns: 2.2fr 1fr; gap: 40px; margin-bottom: 80px; }

/* ==========================================
   İKİYE BÖLÜNMÜŞ EKRAN VE KLİP KARTLARI
   ========================================== */

.content-split { display: grid; grid-template-columns: 2.2fr 1fr; gap: 40px; margin-bottom: 80px; }

/* 1. DEĞİŞİKLİK: auto-fit yerine auto-fill yaptık ve genişliği 220px'e düşürdük (Tam 3 tane sığar) */
#video-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 20px; }

/* 2. DEĞİŞİKLİK: Kartın devasa uzunluğunu kısalttık (min-height: 220px yaptık) */
.video-card-link {
    display: flex; flex-direction: column; justify-content: center; align-items: center;
    background: linear-gradient(145deg, #0f0f0f, #1a1a1a);
    border: 2px solid transparent; border-radius: 20px; min-height: 220px; text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative; overflow: hidden; box-shadow: 0 15px 35px rgba(0,0,0,0.5);
    animation: fadeInUp 0.8s ease-out forwards;
}

.video-card-link::before {
    content: ''; position: absolute; top: -2px; left: -2px; right: -2px; bottom: -2px;
    background: linear-gradient(45deg, #fe2c55, #00f2ea, #fe2c55);
    z-index: -1; border-radius: 25px; opacity: 0; transition: opacity 0.4s ease; filter: blur(5px);
}

.video-card-link:hover::before { opacity: 1; }
.video-card-link:hover { transform: translateY(-10px) scale(1.03); box-shadow: 0 20px 50px rgba(254, 44, 85, 0.3); }

/* 3. DEĞİŞİKLİK: İçindeki yuvarlak Play butonunu ve yazıları yeni boyuta göre hafif küçülttük */
.play-button-wrapper { background: #fe2c55; width: 65px; height: 65px; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin-bottom: 15px; box-shadow: 0 0 25px rgba(254, 44, 85, 0.7); transition: all 0.4s ease; }
.video-card-link:hover .play-button-wrapper { background: #00f2ea; box-shadow: 0 0 30px rgba(0, 242, 234, 0.8); transform: rotate(360deg); }
.play-icon { width: 30px; height: 30px; fill: white; margin-left: 4px; }

.card-title { color: white; margin: 0; font-size: 1.4rem; letter-spacing: 1px; font-weight: 900; text-transform: uppercase; text-shadow: 0 0 10px rgba(255, 255, 255, 0.3); text-align: center; padding: 0 10px; }
.card-subtitle { color: #00f2ea; margin-top: 8px; font-size: 0.9rem; font-weight: bold; letter-spacing: 1px; }
/* ==========================================
   SAĞ TARAF - SOSYAL MEDYA KUTUSU
   ========================================== */

.social-sidebar {
    background: rgba(15, 15, 15, 0.6); backdrop-filter: blur(15px);
    border: 2px solid rgba(0, 242, 234, 0.2); border-radius: 25px;
    padding: 30px; box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    height: fit-content; position: sticky; top: 100px;
    animation: fadeInUp 1s ease-out forwards; /* AŞAĞIDAN GELME ANİMASYONU EKLENDİ */
}

.social-sidebar h3 { color: #00f2ea; margin-top: 0; text-transform: uppercase; letter-spacing: 2px; text-align: center; margin-bottom: 25px; text-shadow: 0 0 10px rgba(0, 242, 234, 0.4); }
.social-panel { display: flex; flex-direction: column; gap: 20px; }

.social-btn { display: flex; align-items: center; justify-content: center; padding: 18px; border-radius: 15px; font-size: 1.2rem; font-weight: 900; text-transform: uppercase; letter-spacing: 2px; text-decoration: none; color: white; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); background: rgba(5, 5, 5, 0.8); border: 2px solid transparent; }
.btn-kick { border-color: #53fc18; } .btn-kick:hover { background: #53fc18; color: black; box-shadow: 0 0 30px rgba(83, 252, 24, 0.6); transform: scale(1.05); }
.btn-tt { border-color: #fe2c55; } .btn-tt:hover { background: #fe2c55; color: white; box-shadow: 0 0 30px rgba(254, 44, 85, 0.6); transform: scale(1.05); }
.btn-ig { border-color: #E1306C; } .btn-ig:hover { background: #E1306C; color: white; box-shadow: 0 0 30px rgba(225, 48, 108, 0.6); transform: scale(1.05); }
.btn-dc { border-color: #5865F2; } .btn-dc:hover { background: #5865F2; color: white; box-shadow: 0 0 30px rgba(88, 101, 242, 0.6); transform: scale(1.05); }

/* ==========================================
   HAKKIMDA BÖLÜMÜ
   ========================================== */

.about-section {
    background: rgba(20, 20, 20, 0.7); backdrop-filter: blur(20px);
    border: 2px solid rgba(254, 44, 85, 0.2); border-radius: 35px;
    padding: 60px 40px; margin-bottom: 80px; text-align: center;
    box-shadow: 0 20px 50px rgba(0,0,0,0.6); position: relative; overflow: hidden;
    animation: fadeInUp 1.2s ease-out forwards; /* AŞAĞIDAN GELME ANİMASYONU EKLENDİ */
}

.about-section p { color: #e0e0e0; font-size: 1.2rem; line-height: 1.8; max-width: 850px; margin: 0 auto 35px; font-weight: 500; }
.follow-btn { display: inline-block; background: linear-gradient(45deg, #fe2c55, #ff0050); color: #ffffff; padding: 18px 50px; border-radius: 50px; font-weight: 900; font-size: 1.2rem; text-decoration: none; text-transform: uppercase; letter-spacing: 1px; transition: all 0.4s ease; box-shadow: 0 10px 30px rgba(254, 44, 85, 0.4); border: 2px solid transparent; }
.follow-btn:hover { background: transparent; color: #fe2c55; border-color: #fe2c55; box-shadow: 0 0 40px rgba(254, 44, 85, 0.8); transform: translateY(-5px); }

/* Admin Panel */
.admin-container { max-width: 600px; margin: 100px auto; background: rgba(20, 20, 20, 0.8); backdrop-filter: blur(15px); padding: 50px; border-radius: 30px; border: 2px solid rgba(0, 242, 234, 0.3); text-align: center; box-shadow: 0 20px 60px rgba(0,0,0,0.7); animation: fadeInUp 0.5s ease-out forwards; }
.admin-input { width: 100%; padding: 15px 20px; margin: 25px 0; background: #0a0a0a; border: 2px solid #333; color: #00f2ea; border-radius: 15px; font-size: 1.1rem; box-sizing: border-box; transition: 0.3s; font-weight: bold; }
.admin-input:focus { outline: none; border-color: #fe2c55; box-shadow: 0 0 20px rgba(254, 44, 85, 0.3); }

/* Telefon Düzeni */
@media (max-width: 900px) {
    .content-split { grid-template-columns: 1fr; }
    .social-sidebar { position: static; }
}
/* ==========================================
   KLİPLER İÇİN MODERN VİTRİN KUTUSU
   ========================================== */

.left-clips {
    background: rgba(15, 15, 15, 0.6); /* Şeffaf koyu cam efekti */
    backdrop-filter: blur(15px); /* Arka planı buğulaştırır */
    border: 2px solid rgba(254, 44, 85, 0.2); /* TikTok pembesi ince neon çerçeve */
    border-radius: 25px; /* Yuvarlak hatlar */
    padding: 35px; /* Kliplerin kutuya yapışmasını engeller */
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6), inset 0 0 20px rgba(254, 44, 85, 0.05); /* Dışarıya karanlık gölge, içeriye hafif pembe parlama */
    height: fit-content;
    animation: fadeInUp 0.8s ease-out forwards; /* Açılışta kayarak gelme animasyonu */
}

/* Kutu içindeki grid aralığını kutuya göre biraz daha dengeli yapalım */
#video-gallery { 
    display: grid; 
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* Kutunun içine tam sığmaları için min boyutu biraz ufalttık */
    gap: 25px; 
}
/* Header (Başlık) Alanı ve Yan Paneller */
header {
    text-align: center;
    padding: 40px 20px 20px; /* Üst boşluğu biraz azalttık */
    position: relative; /* Yan panelleri buna göre konumlandıracağız */
    max-width: 1400px; /* Header'ın çok yayılmasını engelle */
    margin: 0 auto; /* Ortala */
}

.logo-main {
    max-width: 250px;
    margin-bottom: 10px;
    animation: floatLogo 4s ease-in-out infinite; /* Süzülme animasyonu */
    position: relative;
    z-index: 2; /* Logonun yan panellerin üstünde durmasını sağlar */
}

.subtitle {
    color: #00f2ea;
    font-size: 1.3rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0, 242, 234, 0.5);
    position: relative;
    z-index: 2;
}

/* --- MODERN SİBER ENERJİ PANELLERİ --- */
.header-side-panel {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: flex-end; /* Çubuklar alttan hizalı */
    gap: 8px;
    height: 120px;
    pointer-events: none;
}

/* Enerji Çubukları Genel Stil */
.energy-bar {
    width: 6px;
    border-radius: 10px;
    background: currentColor; /* Panel rengini otomatik alır */
    opacity: 0.6;
    animation: barPulse 2s ease-in-out infinite;
    box-shadow: 0 0 15px currentColor;
}

/* Her çubuğa farklı yükseklik ve gecikme verelim (Daha doğal durur) */
.bar-1 { height: 40%; animation-delay: 0.1s; }
.bar-2 { height: 80%; animation-delay: 0.3s; }
.bar-3 { height: 60%; animation-delay: 0.5s; }
.bar-4 { height: 90%; animation-delay: 0.2s; }
.bar-5 { height: 50%; animation-delay: 0.4s; }

@keyframes barPulse {
    0%, 100% { transform: scaleY(1); opacity: 0.4; }
    50% { transform: scaleY(1.3); opacity: 0.9; }
}

/* SOL PANEL (Mavi Neon) */
.panel-left {
    left: 10%;
    color: #00f2ea;
}

/* SAĞ PANEL (Pembe Neon) */
.panel-right {
    right: 10%;
    color: #fe2c55;
    flex-direction: row-reverse; /* Sağdaki çubuklar ters dizilsin */
}

/* Panel Altındaki Küçük Teknik Yazı (Çok Minimal) */
.hud-mini-text {
    position: absolute;
    bottom: -30px;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 2px;
    opacity: 0.5;
    white-space: nowrap;
}

/* Mobilde gizle */
@media (max-width: 1100px) {
    .header-side-panel { display: none; }
}
/* ==========================================
   MODERN NEON SAAT VE TARİH
   ========================================== */

.nav-clock {
    margin-left: auto;
    margin-right: 20px;
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(0, 242, 234, 0.3);
    padding: 8px 25px;
    border-radius: 30px;
    box-shadow: 0 0 15px rgba(0, 242, 234, 0.1);
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    transition: all 0.3s ease;
}

.nav-clock:hover {
    border-color: #fe2c55;
    box-shadow: 0 0 20px rgba(254, 44, 85, 0.4);
    transform: scale(1.05);
}

#currentDate {
    color: #bbb;
    font-size: 1rem;
    text-transform: uppercase;
}

.clock-separator {
    color: #fe2c55;
    font-weight: 900;
    font-size: 1.2rem;
    animation: neonPulse 2s infinite; /* Yanıp sönme efekti */
}

#currentTime {
    color: #00f2ea;
    font-size: 1.3rem;
    text-shadow: 0 0 10px rgba(0, 242, 234, 0.5);
    font-variant-numeric: tabular-nums; /* Saniyeler akarken genişlik değişmesin diye */
}

/* Telefon ekranlarında ortalık karışmasın diye saati gizliyoruz */
@media (max-width: 900px) {
    .nav-clock { display: none; }
}
/* --- EKİPMAN KARTLARI (KİBAR VE KOMPAKT VERSİYON) --- */
.equipment-grid {
    display: grid;
    /* Kart genişliğini 160px'e düşürdük, daha fazla kart yan yana sığar */
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 15px; 
    margin: 0 auto 100px auto;
    max-width: 1000px; /* Sayfaya yayılmasını engeller, derli toplu durur */
}

.equip-card {
    /* Kare zorunluluğunu kaldırdık, daha kibar bir yükseklik verdik */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    
    background: rgba(15, 15, 15, 0.5);
    border: 1px solid rgba(0, 242, 234, 0.2); /* İnce çerçeve */
    border-radius: 15px;
    padding: 15px 10px;
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

.equip-card:hover {
    border-color: #fe2c55;
    transform: translateY(-5px); /* Daha az zıplama */
    background: rgba(254, 44, 85, 0.05); /* Çok hafif pembe yansıma */
    box-shadow: 0 10px 25px rgba(254, 44, 85, 0.15);
}

.equip-label {
    display: block;
    color: #fe2c55;
    font-size: 0.7rem; /* Yazıları küçülttük */
    font-weight: 900;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
    text-transform: uppercase;
    opacity: 0.8;
}

.equip-name {
    color: #ffffff;
    font-size: 0.95rem; /* Daha zarif bir font boyutu */
    font-weight: 700;
    line-height: 1.2;
}

/* Mobilde 2'li sıra olması için ufak bir dokunuş */
@media (max-width: 480px) {
    .equipment-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* --- MODERN NEON FOOTER --- */
footer {
    margin-top: 50px;
    padding: 40px 0;
    background: rgba(5, 5, 5, 0.8);
    backdrop-filter: blur(10px);
    text-align: center;
    position: relative;
}

.footer-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #fe2c55, #00f2ea, transparent);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-info p, .footer-credits p {
    color: #888;
    font-size: 0.9rem;
    letter-spacing: 1px;
    margin: 0;
    font-weight: 500;
}

.footer-info span, .footer-credits span {
    color: #fe2c55;
    font-weight: 900;
    text-shadow: 0 0 10px rgba(254, 44, 85, 0.3);
}

.footer-credits {
    opacity: 0.6;
    font-size: 0.8rem;
}

/* Mobilde yazılar çok sıkışmasın */
@media (max-width: 600px) {
    .footer-container {
        padding: 0 20px;
    }
}
/* --- 1. GİRİŞ EKRANI TASARIMI --- */
#loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #050505;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.8s ease-out;
}
.loader-logo {
    width: 150px;
    animation: loaderPulse 1.5s infinite ease-in-out;
}
@keyframes loaderPulse {
    0%, 100% { opacity: 0.3; transform: scale(0.9); filter: blur(5px); }
    50% { opacity: 1; transform: scale(1.1); filter: drop-shadow(0 0 20px #fe2c55); }
}

/* --- 2. ÖZEL İMLEÇ (Sadece PC'de çalışır) --- */
#cursor-dot {
    width: 8px;
    height: 8px;
    background-color: #00f2ea;
    position: fixed;
    border-radius: 50%;
    pointer-events: none;
    z-index: 10001;
    box-shadow: 0 0 15px #00f2ea;
}
#cursor-blur {
    width: 30px;
    height: 30px;
    background-color: rgba(254, 44, 85, 0.2);
    position: fixed;
    border-radius: 50%;
    pointer-events: none;
    z-index: 10000;
    transition: transform 0.1s ease-out;
    filter: blur(8px);
}

/* --- 3. İLERLEME ÇUBUĞU --- */
.progress-container {
    width: 100%;
    height: 3px;
    background: transparent;
    position: fixed;
    top: 80px; /* Navbar yüksekliğine göre ayarla */
    left: 0;
    z-index: 1000;
}
.progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #fe2c55, #00f2ea);
    width: 0%;
    box-shadow: 0 0 10px #fe2c55;
}
/* --- SİBER MÜZİK ÇALAR --- */
#music-player {
    position: fixed;
    bottom: 30px;
    left: 30px;
    background: rgba(10, 10, 10, 0.7);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(0, 242, 234, 0.3);
    padding: 15px 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 9999;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    animation: fadeInUp 1s ease-out;
}

.music-info { display: flex; align-items: center; gap: 12px; }

/* Ses Dalgası Animasyonu */
.sound-wave { display: flex; align-items: flex-end; gap: 3px; height: 20px; }
.sound-wave span { width: 3px; background: #fe2c55; border-radius: 3px; height: 5px; transition: 0.2s; }
.sound-wave.active span { animation: wave 1s infinite alternate; }
.sound-wave span:nth-child(2) { animation-delay: 0.2s; }
.sound-wave span:nth-child(3) { animation-delay: 0.4s; }
.sound-wave span:nth-child(4) { animation-delay: 0.6s; }

@keyframes wave {
    from { height: 5px; }
    to { height: 20px; }
}

.song-details { display: flex; flex-direction: column; }
.song-title { color: white; font-weight: 900; font-size: 0.9rem; letter-spacing: 1px; }
.song-status { color: #00f2ea; font-size: 0.7rem; font-weight: bold; text-transform: uppercase; }

.music-controls { display: flex; align-items: center; gap: 10px; border-left: 1px solid rgba(255,255,255,0.1); padding-left: 15px; }

.music-btn {
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 1.1rem;
    transition: 0.3s;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.music-btn:hover { background: rgba(0, 242, 234, 0.2); color: #00f2ea; }
.play-main { background: #fe2c55; box-shadow: 0 0 15px rgba(254, 44, 85, 0.5); }
.play-main:hover { background: #00f2ea; color: black; transform: scale(1.1); }

/* Mobilde paneli küçült */
@media (max-width: 600px) {
    #music-player { bottom: 10px; left: 10px; right: 10px; justify-content: space-between; padding: 10px 20px; }
    .song-details { display: none; }
}