body {
    margin: 0;
    padding: 0;
    font-family: 'Nunito', Arial, sans-serif;
    background: #f8f9fc;
    color: #333;
}
.AnaHeader {
    background: #3C4059;
    color: white;
    position: relative;
    background-image: url('images/arkaplan11.jpg');
    background-attachment: fixed;
    display: flex;
    align-items: center;
}
.HeaderIcerik {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    box-sizing: border-box;
}
.LogoAlani {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.PlayIkon {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #7CB342;
    font-size: 16px;
}
.LogoMetin {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
}
.LogoResmi {
    height: auto;
    max-width: 250px;
    object-fit: contain;
}
.AramaDonusumAlani {
    width: 51% !important;
    max-width: none !important;
    margin: 0 auto;
    box-sizing: border-box;
}
.AramaKutusu {
    display: flex;
    border-radius: 7px;
    border: 4px solid white;
    background-color: #fff;
	border-radius: 15px;
    padding: 3px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.AramaGirdi {
    flex: 1;
    border: none;
    padding: 15px 25px;
    font-size: 16px;
    outline: none;
    color: #333;
    font-family: 'Nunito', Arial, sans-serif;
}
.AramaGirdi::placeholder {
    color: #999;
}
.DonusturmeButon {
    background: linear-gradient(135deg, #00ffe4, black) !important;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
	border-radius: 10px;
    transition: background 0.3s;
    font-family: 'Nunito', Arial, sans-serif;
}
.DonusturmeButon:hover {
    background: #E64A19;
}
.KullaniciSozlesmesi {
    font-size: 14px;
    color: rgba(255,255,255,0.9);
}
.SozlesmeLinki {
    color: white;
    text-decoration: underline;
}
.SozlesmeLinki:hover {
    color: rgba(255,255,255,0.8);
}
.AltBant {
    background: #37474F;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}
.UcretsizIndirButon {
    background: #7CB342;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s;
}
.UcretsizIndirButon:hover {
    background: #689F38;
}
.AltBantMetin {
    color: #B0BEC5;
    font-size: 14px;
}
.MobilMenuButon {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255,255,255,0.2);
    border: none;
    color: white;
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
    display: none;
    font-size: 18px;
}
.MenuAlani {
    background: #fff;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.MenuIcerik {
    display: flex;
    justify-content: center;
    max-width: 1300px;
    margin: 0 auto;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.MenuIcerik::-webkit-scrollbar {
    display: none;
}
.MenuElemani {
    color: #454967;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.1rem;
    padding: 16px 20px;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    transition: all 0.3s;
}
.MenuElemani:hover {
    color: #454967;
    border-bottom: 3px solid #454967;
    background: rgba(69,73,103,0.05);
}
.MenuElemani.AktifMenu {
    border-bottom: 3px solid #454967;
}
.IcerikAlani {
    max-width: 1300px;
    margin: 40px auto;
    padding: 0 20px;
}
.AlbumlerGrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}
.AlbumKart {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}
.AlbumKart:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(69,73,103,0.1);
}
.AlbumResimAlani {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}
.AlbumResim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
.AlbumKart:hover .AlbumResim {
    transform: scale(1.05);
}
.AlbumDetay {
    padding: 15px;
    text-align: center;
}
.AlbumIsim {
    font-size: 1.1rem;
    color: #454967;
    font-weight: 700;
    margin-bottom: 5px;
}
.AlbumSanatci {
    font-size: 0.9rem;
    color: #777;
}
.TanitimAlani {
    background: linear-gradient(to right, #e8e9f3, #f1f2f8);
    border-radius: 14px;
    padding: 30px;
    margin-bottom: 50px;
    text-align: center;
    box-shadow: 0 3px 15px rgba(69,73,103,0.07);
}
.TanitimBaslik {
    font-size: 1.6rem;
    color: #454967;
    font-weight: 700;
    margin-bottom: 15px;
}
.TanitimYazi {
    font-size: 1.15rem;
    color: #555;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}
.KategoriBaslik {
    font-size: 1.5rem;
    color: #454967;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(69,73,103,0.1);
}
.SarkiKartlari {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
    margin-bottom: 60px;
}
.SarkiKategori {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.05);
}
.SarkiBaslik {
    color: #454967;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.SarkiListe {
    list-style: none;
    padding: 0;
    margin: 0;
}
.SarkiItem {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(69,73,103,0.08);
    transition: transform 0.2s;
}
.SarkiItem:hover {
    transform: translateX(5px);
}
.SarkiItem:last-child {
    border-bottom: none;
}
.SarkiResim {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 15px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.SarkiBilgi {
    flex: 1;
}
.SarkiIsim {
    color: #454967;
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 3px;
}
.SarkiSanatci {
    color: #777;
    font-size: 0.9rem;
}
.AltPanel {
    background: linear-gradient(135deg, #454967 0%, #32374a 100%);
    color: #fff;
    padding: 40px 20px 30px 20px;
}
.AltPanelIcerik {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}
.AltPanelBolum {
    margin-bottom: 20px;
}
.AltPanelBaslik {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(255,255,255,0.2);
}
.AltPanelLink {
    display: block;
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    margin-bottom: 8px;
    transition: color 0.2s;
}
.AltPanelLink:hover {
    color: #fff;
}
.AltPanelTelif {
    text-align: center;
    padding-top: 30px;
    margin-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.7);
    font-size: 0.95rem;
}

/* Responsive breakpoint'ler - HeaderIcerik için */
@media (max-width: 1399px) {
    .HeaderIcerik {
        max-width: 1200px !important;

    }
}

@media (max-width: 1199px) {
    .HeaderIcerik {
        max-width: 1200px !important;

    }
}

@media (max-width: 768px) {

    .LogoMetin {
        font-size: 2rem;
    }
    .AramaDonusumAlani {
        min-width: auto;
        max-width: 100%;
        width: calc(95% - 15px) !important;
        margin-left: 12px;


    }
    .AramaKutusu {
        flex-direction: column;
        border-radius: 14px;
            padding: 3px
    }
    .AramaGirdi {
        padding: 18px 25px;
        border-radius: 15px 15px 0 0;
    }
    .DonusturmeButon {
        padding: 18px 30px;
        border-radius: 0 0 9px 9px;
    }
    .AltBant {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    .MobilMenuButon {
        display: block;
    }
    .AlbumlerGrid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 20px;
    }
    .TanitimAlani {
        padding: 20px;
    }
    .TanitimBaslik {
        font-size: 1.4rem;
    }
    .TanitimYazi {
        font-size: 1rem;
    }
    .KategoriBaslik {
        font-size: 1.3rem;
    }
} 

.IcerikAlaniWrapper {
    max-width: 1300px;
    margin: 40px auto;
    padding: 0 20px;
}
.IcerikAlani {
    display: flex;
    gap: 30px;
}
.SanatcilarBolumu {
    width: 300px;
    flex-shrink: 0;
}
.SanatcilarBaslik {
    font-size: 1.5rem;
    color: #454967;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: auto;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(69,73,103,0.1);
}
.SanatciListesi {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.05);
}
.SanatciItem {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(69,73,103,0.08);
    transition: all 0.2s;
    cursor: pointer;
}
.SanatciItem:hover {
    transform: translateX(5px);
    background: rgba(69,73,103,0.03);
    border-radius: 8px;
    padding-left: 10px;
}
.SanatciItem:last-child {
    border-bottom: none;
}
.SanatciAvatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.SanatciIsim {
    font-weight: 600;
    color: #454967;
    font-size: 1.05rem;
}
.SarkiKutuphanesi {
    flex: 1;
}
.SarkilarBaslik {
    font-size: 1.5rem;
    color: #454967;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(69,73,103,0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.SiralamaSecenekleri {
    display: flex;
    gap: 15px;
}
.SiralamaButon {
    background: #fff;
    border: 1px solid rgba(69,73,103,0.2);
    border-radius: 30px;
    padding: 6px 15px;
    font-size: 0.9rem;
    color: #454967;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
}
.SiralamaButon:hover {
    background: rgba(69,73,103,0.05);
    text-decoration: none;
}
.AktifSiralama {
    background: #454967;
    color: #fff;
}
.AktifSiralama:hover {
    background: #363a52;
    color: #fff;
}
.SarkiTablosu {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0,0,0,0.05);
}
.SarkiTablosu th {
    text-align: left;
    padding: 15px 20px;
    background: rgba(69,73,103,0.05);
    color: #454967;
    font-weight: 700;
    font-size: 1.05rem;
}
.SarkiTablosu td {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(69,73,103,0.05);
    vertical-align: middle;
}
.SarkiTablosu tr:last-child td {
    border-bottom: none;
}
.SarkiTablosu tr:hover {
    background: rgba(69,73,103,0.03);
}
.SarkiIsimHucre {
    display: flex;
    align-items: center;
    gap: 15px;
}
.SarkiKapak {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.SarkiBilgileri {
    display: flex;
    flex-direction: column;
}
.SarkiAdi {
    font-weight: 600;
    color: #454967;
    font-size: 1.05rem;
}
.SarkiSanatci {
    font-size: 0.9rem;
    color: #777;
}
.IslemButonlari {
    display: flex;
    gap: 10px;
}
.IslemButon {
    border: none;
    background: none;
    color: #454967;
    cursor: pointer;
    font-size: 1rem;
    padding: 5px;
    border-radius: 5px;
    transition: all 0.2s;
}
.IslemButon:hover {
    background: rgba(69,73,103,0.1);
}
.DinleButon {
    color: #454967;
    font-weight: 600;
}
.IndirButon {
    color: #454967;
}
.SayfalamaAlani {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 5px;
}
.SayfalamaButon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid rgba(69,73,103,0.2);
    background: #fff;
    color: #454967;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
}
.SayfalamaButon:hover {
    background: rgba(69,73,103,0.05);
    text-decoration: none;
}
.AktifSayfa {
    background: #454967;
    color: #fff;
    border-color: #454967;
}
.AktifSayfa:hover {
    background: #454967;
}
.SayfalamaOk {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid rgba(69,73,103,0.2);
    background: #fff;
    color: #454967;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
}
.SayfalamaOk:hover {
    background: rgba(69,73,103,0.05);
    text-decoration: none;
}

/* Sanatçılar Sayfası Stilleri */
.AlfabeNavigasyon {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 30px;
    padding: 10px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.AlfabeHarf {
    display: inline-block;
    padding: 8px 12px;
    color: #454967;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.2s;
    border: 1px solid transparent;
}
.AlfabeHarf:hover, .AlfabeHarf.Aktif {
    background-color: #454967;
    color: #fff;
    border-color: #454967;
}

.SanatcilarGrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.SanatciKarti {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0,0,0,0.06);
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

.SanatciKarti:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 20px rgba(69,73,103,0.12);
}

.SanatciKartiResimAlani {
    position: relative;
    padding-top: 100%; /* Kare oranını korumak için */
    overflow: hidden;
    background-color: #f0f0f0; /* Resim yüklenene kadar gösterilecek arka plan */
}

.SanatciKartiResim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.SanatciKarti:hover .SanatciKartiResim {
    transform: scale(1.08);
}

.SanatciKartiDetay {
    padding: 15px;
    text-align: center;
}

.SanatciKartiIsim {
    font-size: 1.15rem;
    color: #333;
    font-weight: 700;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.SanatciKartiBilgi {
    font-size: 0.9rem;
    color: #666;
}

/* Yuvarlak Kart Stili (İsteğe bağlı, .YuvarlakKart sınıfı eklenerek kullanılır) */
.SanatciKarti.YuvarlakKart .SanatciKartiResimAlani,
.SanatciKarti.YuvarlakKart .SanatciKartiResim {
    border-radius: 50%;
}

.SanatciKarti.YuvarlakKart .SanatciKartiResimAlani {
    margin: 15px auto 0;
    width: 70%; /* Resim alanını küçült */
    padding-top: 70%; /* padding-top'ı width ile eşitle */
}

.SanatciKarti.YuvarlakKart .SanatciKartiDetay {
    padding-top: 10px;
}

@media (max-width: 900px) {
    .IcerikAlani {
        flex-direction: column;
    }
    .SanatcilarBolumu {
        width: 100%;
    }
    .SarkiTablosu th:nth-child(3), 
    .SarkiTablosu td:nth-child(3) {
        display: none;
    }
}

@media (max-width: 768px) {
    .IcerikAlani {
        padding: 15px;
    }
    .SanatcilarBolumu {
        margin-bottom: 20px;
    }
    .SarkiTablosu th:nth-child(2),
    .SarkiTablosu td:nth-child(2),
    .SarkiTablosu th:nth-child(4),
    .SarkiTablosu td:nth-child(4) {
        display: none;
    }
    
    #SonCikanlar {
        overflow: hidden;
    }

    .UstPanel {
        padding: 8px 15px;
    }
    .UstPanelIcerik {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }
    .LogoKutusu {
        order: 1;
    }
    .AramaBolumu {
        order: 2;
        width: 100%;
    }
    .AramaInput {
        font-size: 16px;
    }
    .AlbumlerGrid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .TanitimAlani {
        padding: 20px 15px;
    }
    .TanitimBaslik {
        font-size: 1.8rem;
    }
    .TanitimYazi {
        font-size: 1rem;
    }
    .KategoriBaslik {
        font-size: 1.5rem;
        margin: 20px 0 15px 0;
    }
}

@media (max-width: 480px) {
    .SanatcilarGrid {
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
        gap: 15px;
    }
     .SanatciKarti.YuvarlakKart .SanatciKartiResimAlani {
        width: 60%;
        padding-top: 60%;
    }
}

/* Dinleme Sayfası Stilleri */
.DinlemeSayfasiIcerikWrapper {
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 20px;
    background-color: #f8f9fc;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    padding-top: 20px;
    padding-bottom: 30px;
}

.SayfaKonumNavigasyon {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 25px;
    padding: 15px 25px;
    border-bottom: 1px solid #e9ecef;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
}

.SayfaKonumNavigasyon a {
    color: #495057;
    text-decoration: none;
    font-weight: 500;
}

.AnaSarkiBilgiAlani {
    display: flex;
    gap: 35px;
    margin-bottom: 40px;
    padding: 25px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.07);
}

.AlbumResmiKapsayici {
    flex-shrink: 0;
}

.AlbumResmiBuyuk {
    width: 280px;
    height: 280px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    display: block;
    margin-bottom: 15px;
}

.AlbumResmiVePuanlamaAlani {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.SarkiVeSanatciDetaylari {
    flex-grow: 1;
}

.SarkiVeSanatciDetaylari h1 {
    font-size: 2.1rem;
    font-weight: 700;
    color: #212529;
    margin-top: 5px;
    margin-bottom: 8px;
}

.SanatciAdiDinleme {
    margin-bottom: 4px;
}

.SanatciAdiDinleme a {
    font-size: 1.2rem;
    color: #495057;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
}
.SanatciAdiDinleme a:hover {
    color: #454967;
}

.AlbumAdiDinleme {
    font-size: 1.05rem;
    color: #6c757d;
    margin-bottom: 18px;
    font-weight: 400;
}

.AlbumVeSureBilgisi {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 25px;
}

.DinlemeButonlariAlani {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.Buton {
    padding: 12px 25px;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease-out;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.BirincilButon {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    box-shadow: 0 4px 15px rgba(118, 75, 162, 0.3);
}

.BirincilButon:hover {
    background: linear-gradient(135deg, #5a6fcf 0%, #623e85 100%);
    box-shadow: 0 6px 20px rgba(118, 75, 162, 0.4);
    transform: translateY(-2px);
}

.IkincilButon {
    background-color: #e9ecef;
    color: #495057;
    border: 1px solid #ced4da;
}

.IkincilButon:hover {
    background-color: #dee2e6;
    border-color: #adb5bd;
    transform: translateY(-1px);
}

.EkSarkiBilgileri {
    font-size: 0.95rem;
    color: #495057;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    line-height: 1.5;
}

.EkSarkiBilgileri span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.YildizPuanlamaAlani {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #ffc107;
    margin-bottom: 25px;
    font-size: 1.1rem;
}

.YildizPuanlamaAlani .BosYildiz {
    color: #ced4da;
}

.YildizPuanlamaAlani .PuanMetni {
    font-size: 0.95rem;
    color: #6c757d;
    margin-left: 8px;
}

/* Sekmeler */
.SarkiDetaySekmeleri {
    margin-bottom: 40px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.07);
    padding: 20px;
}

.SekmeBasliklari {
    display: flex;
    border-bottom: 2px solid #e9ecef;
    margin-bottom: 25px;
}

.SekmeButonu {
    padding: 14px 22px;
    cursor: pointer;
    border: none;
    background: none;
    font-size: 1.1rem;
    font-weight: 600;
    color: #6c757d;
    position: relative;
    transition: color 0.25s, border-bottom-color 0.25s;
    text-decoration: none;
}

.SekmeButonu:hover {
    color: #495057;
    text-decoration: none;
}

.SekmeButonu.AktifSekme {
    color: #4A00E0;
    font-weight: 700;
}

.SekmeButonu.AktifSekme::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #4A00E0;
    border-radius: 2px;
}

.SekmePaneli {
    display: none;
    padding: 15px 5px;
    line-height: 1.75;
    color: #343a40;
}

.SekmePaneli.AktifPanel {
    display: block;
}

.SekmePaneli h3 {
    font-size: 1.3rem;
    color: #454967;
    margin-bottom: 15px;
}

.SekmePaneli ul {
    list-style: disc;
    padding-left: 20px;
}

/* Şarkı Listesi Tablosu (Dinleme Sayfası İçin) */
.BenzerSarkilarAlani .BolumBasligi {
    font-size: 1.6rem;
    color: #343a40;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e9ecef;
}

.SarkiListesiTablosuDinleme {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.SarkiListesiTablosuDinleme th,
.SarkiListesiTablosuDinleme td {
    padding: 14px 18px;
    text-align: left;
    border-bottom: 1px solid #f1f3f5;
    vertical-align: middle;
    font-size: 0.95rem;
}

.SarkiListesiTablosuDinleme th {
    background-color: #f8f9fa;
    font-weight: 600;
    font-size: 1rem;
    color: #495057;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.SarkiListesiTablosuDinleme tr:last-child td {
    border-bottom: none;
}

.SarkiListesiTablosuDinleme tr:hover {
    background-color: #f5f5f5;
}

.SutunOynatFavori {
    width: 80px;
    text-align: center !important;
}

.SarkiIslemButonu {
    background: none;
    border: none;
    color: #6c757d;
    cursor: pointer;
    font-size: 1.1rem;
    padding: 8px;
    margin: 0 3px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}

.SarkiIslemButonu:hover {
    background-color: #e9ecef;
    color: #4A00E0;
}

.SarkiIslemButonu .DoluKalp {
    color: #e91e63;
}

.SutunIslemler {
    width: 100px;
    text-align: right !important;
}

@media (max-width: 768px) {
    .DinlemeSayfasiIcerikWrapper {
        margin: 15px auto;
        padding: 0 10px;
        padding-top:10px;
        padding-bottom:20px;
    }
    .SayfaKonumNavigasyon{
        padding: 10px 15px;
    }
    .AnaSarkiBilgiAlani {
        padding: 15px;
        gap: 20px; 
        flex-direction: column; 
        align-items: center; 
    }
    .AlbumResmiBuyuk {
        width: clamp(180px, 50vw, 220px);
        height: auto;
        aspect-ratio: 1 / 1;
    }
    .SarkiVeSanatciDetaylari h1 {
        font-size: 1.8rem;
    }
    .SarkiListesiTablosuDinleme td:before {
        width: auto;
        margin-right: 15px;
        font-weight: 600;
        color: #495057;
    }
    .SarkiListesiTablosuDinleme td {
        padding-left: 15px;
        display: grid;
        grid-template-columns: 90px auto;
        align-items: center;
        gap: 10px;
        border-bottom: 1px solid #f1f3f5;
        padding-top: 10px;
        padding-bottom: 10px;
    }
     .SarkiListesiTablosuDinleme td.SutunOynatFavori,
    .SarkiListesiTablosuDinleme td.SutunIslemler {
        display: flex;
        grid-template-columns: none;
        padding-left: 15px;
        justify-content: flex-start;
    }
    .SarkiListesiTablosuDinleme td.SutunOynatFavori:before,
    .SarkiListesiTablosuDinleme td.SutunIslemler:before {
        display: none;
    }
    .SarkiListesiTablosuDinleme tr {
        border-bottom: none;
        margin-bottom: 0;
    }
    .SarkiListesiTablosuDinleme tr:not(:last-child) {
        margin-bottom: 10px;
        border-bottom: 2px solid #dee2e6;
        padding-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .SarkiVeSanatciDetaylari h1 {
        font-size: 1.7rem;
    }
    .Buton {
        padding: 10px 18px;
        font-size: 0.9rem;
    }
    .EkSarkiBilgileri span {
        font-size: 0.9rem;
    }
    .SekmeButonu {
        padding: 12px 18px;
        font-size: 1rem;
    }
    .SarkiListesiTablosuDinleme td {
        grid-template-columns: 80px auto;
    }
}

/* Yıldızların resim altındaki konumu için ek ayar */
.AlbumResmiVePuanlamaAlani .YildizPuanlamaAlani {
    margin-bottom: 0;
}

.FlexSatirAtlatici {
    flex-basis: 100%;
    height: 0;
    margin: 0;
    padding: 0;
}

/* Sekme İçindeki Şarkı Listeleri Stilleri */
.SekmeSarkiListesi {
    display: flex;
    flex-direction: column;
    gap: 12px; /* Öğeler arası boşluk */
}

.SekmeSarkiItem {
    display: flex;
    align-items: center;
    padding: 12px;
    background-color: #f8f9fa; /* Her öğe için açık bir arka plan */
    border-radius: 8px;
    transition: background-color 0.2s, box-shadow 0.2s;
    border: 1px solid #e9ecef; /* Hafif bir sınır */
}

.SekmeSarkiItem:hover {
    background-color: #ffffff; /* Üzerine gelince beyaz */
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border-color: #dee2e6;
}

.SekmeSarkiResim {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 6px;
    margin-right: 15px;
    flex-shrink: 0; /* Küçülmesini engelle */
}

.SekmeSarkiBilgi {
    flex-grow: 1; /* Kullanılabilir alanı kapla */
    min-width: 0; /* flex-grow'un düzgün çalışması için */
}

.SekmeSarkiIsim {
    font-weight: 600;
    color: #343a40;
    font-size: 1rem;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* Uzun isimler için ... */
}

.SekmeSarkiDetayi { /* Sanatçı & Süre veya diğer ikincil bilgiler için */
    font-size: 0.88rem;
    color: #6c757d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.OynatButonuSekme { /* Sekme içindeki oynat butonu (SarkiIslemButonu zaten stil veriyor) */
    margin-left: 15px; /* Metinden ayırmak için */
    flex-shrink: 0; /* Küçülmesini engelle */
}

/* Responsive iyileştirmeleri devamı */
@media (max-width: 480px) {
    .SarkiVeSanatciDetaylari h1 {
        font-size: 1.7rem;
    }
    .Buton {
        padding: 10px 18px;
        font-size: 0.9rem;
    }
    .EkSarkiBilgileri span {
        font-size: 0.9rem;
    }
    .SekmeButonu {
        padding: 12px 18px;
        font-size: 1rem;
    }
    .SarkiListesiTablosuDinleme td {
        grid-template-columns: 80px auto;
    }
}

/* Resimli Şarkı Listesi Tablosu (Dinleme Sayfası Alt Kısım) */
.SarkiListesiTablosuDinlemeResimli {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    margin-bottom: 0; /* Sayfalama ile arasında boşluk olmayacaksa */
}

.SarkiListesiTablosuDinlemeResimli th,
.SarkiListesiTablosuDinlemeResimli td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #f1f3f5;
    vertical-align: middle;
    font-size: 0.95rem;
}

.SarkiListesiTablosuDinlemeResimli th {
    background-color: #f8f9fa;
    font-weight: 600;
    font-size: 1rem;
    color: #495057;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.SarkiListesiTablosuDinlemeResimli tr:last-child td {
    border-bottom: none;
}

.SarkiListesiTablosuDinlemeResimli tr:hover {
    background-color: #f5f5f5;
}

.SarkiIsimHucreResimli {
    display: flex;
    align-items: center;
    gap: 15px;
}

.SarkiKapakResimli {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 8px; /* Liste.php'deki gibi */
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    flex-shrink: 0;
}

.SarkiBilgileriResimli {
    display: flex;
    flex-direction: column;
    min-width: 0; /* Uzun metinlerin taşmasını engellemek için */
}

.SarkiAdiResimli {
    font-weight: 600;
    color: #343a40;
    font-size: 1.05rem;
    margin-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.SarkiSanatciResimli {
    font-size: 0.9rem;
    color: #6c757d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.IslemButonlariResimli {
    display: flex;
    gap: 12px;
    align-items: center;
}

.TabloIslemLink {
    font-weight: 600;
    color: #4A00E0; /* Ana aktif renk */
    text-decoration: none;
    font-size: 0.95rem;
    padding: 4px 8px;
    border-radius: 5px;
    transition: background-color 0.2s, color 0.2s;
}

.TabloIslemLink:hover {
    color: #fff;
    background-color: #5a6fcf; /* Birincil buton hover rengine yakın */
}

.TabloIslemLink.IndirLink {
    color: #6c757d; /* İkincil buton metin rengine yakın */
}

.TabloIslemLink.IndirLink:hover {
    background-color: #dee2e6; /* İkincil buton hover rengi */
    color: #495057;
}

/* Sayfalama Alanı için Dinleme Sayfası özelinde stil gerekirse buraya eklenebilir */
/* Mevcut .SayfalamaAlani, .SayfalamaButon, .SayfalamaOk stilleri zaten genel olarak tanımlı. */


/* Responsive düzenlemelerdeki data-label görünümünü yeni tablo için de düşünelim */
@media (max-width: 768px) {
    /* Önceki .SarkiListesiTablosuDinleme için olan :before stilleri buraya da uyarlanabilir */
    /* Eğer bu yeni tablo için farklı bir mobil görünüm isteniyorsa ayrıca tanımlanmalı */

    .SarkiListesiTablosuDinlemeResimli thead {
        display: none; /* Küçük ekranlarda başlıkları gizle */
    }
    .SarkiListesiTablosuDinlemeResimli tr {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #e9ecef;
        border-radius: 8px;
        overflow: hidden; /* border-radius için */
    }
    .SarkiListesiTablosuDinlemeResimli td {
        display: flex; /* Hücre içindeki elemanları yan yana getir */
        justify-content: space-between; /* Etiket ve değeri ayır */
        align-items: center;
        padding: 10px 12px;
        border-bottom: 1px solid #f1f3f5;
        text-align: right; /* Değerleri sağa yasla */
    }
    .SarkiListesiTablosuDinlemeResimli td:last-child {
        border-bottom: none;
    }
    .SarkiListesiTablosuDinlemeResimli td:before {
        content: attr(data-label); /* Liste.php'den farklı olarak data-label eklenmedi, gerekirse PHP'de eklenebilir */
        font-weight: 600;
        color: #495057;
        margin-right: auto; /* Etiketi sola itemek için */
        text-align: left;
    }

    /* Şarkı adı ve işlem sütunları için özel mobil düzenleme */
    .SarkiListesiTablosuDinlemeResimli td:first-child { /* Şarkı Sütunu */
        justify-content: flex-start; /* İçeriği (resim+bilgi) sola yasla */
        padding: 12px; /* Daha iyi görünüm için padding */
    }
    .SarkiListesiTablosuDinlemeResimli td:first-child:before {
        display: none; /* Şarkı sütunu için :before etiketini gizle */
    }

    .SarkiListesiTablosuDinlemeResimli td:nth-child(2),
    .SarkiListesiTablosuDinlemeResimli th:nth-child(2), /* Süre */
    .SarkiListesiTablosuDinlemeResimli td:nth-child(3),
    .SarkiListesiTablosuDinlemeResimli th:nth-child(3), /* Albüm */
    .SarkiListesiTablosuDinlemeResimli td:nth-child(4),
    .SarkiListesiTablosuDinlemeResimli th:nth-child(4), /* Dinlenme */
    .SarkiListesiTablosuDinlemeResimli td:nth-child(5),
    .SarkiListesiTablosuDinlemeResimli th:nth-child(5)  /* İşlem */
    {
        display: none !important; /* Diğer specific kuralları ezmek için !important gerekebilir */
    }

    .SarkiIsimHucreResimli {
        gap: 10px; /* Mobilde resim ve bilgi arası boşluk */
    }
    .IslemButonlariResimli {
        width: 100%;
        justify-content: flex-end;
    }
}

@media (max-width: 480px) {
    /* ... diğer mobil stiller ... */
    .SarkiListesiTablosuDinlemeResimli td {
        font-size: 0.9rem;
    }
    .SarkiAdiResimli {
        font-size: 1rem;
    }
    .SarkiSanatciResimli {
        font-size: 0.85rem;
        text-align: left;
    }
    .TabloIslemLink {
        font-size: 0.9rem;
        padding: 3px 6px;
    }
}



/* Soldan Açılır Mobil Menü Stilleri */
.MobilMenuWrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px; 
    height: 100%;
    background-color: #363c51; /* Güncellendi */
    box-shadow: 2px 0 10px rgba(0,0,0,0.3);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    z-index: 1020; 
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding: 0; 
}

.MobilMenuWrapper.Aktif {
    transform: translateX(0);
}

.MobilMenuUstKisim {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background-color: rgba(0,0,0,0.1); /* Hafif koyu bir üst bölüm */
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.MobilMenuLogo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
}

.MobilMenuKapatButon {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.6rem;
    cursor: pointer;
}

.MobilMenuNav {
    flex-grow: 1; /* Kalan alanı kapla */
    padding: 10px 0;
}

.MenuElemaniMobil {
    display: flex;
    align-items: center;
    gap: 15px; /* İkon ve metin arası boşluk */
    padding: 14px 25px;
    color: #ecf0f1; /* Açık renk metin */
    text-decoration: none;
    font-size: 1.1rem;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    transition: background-color 0.2s;
}

.MenuElemaniMobil:last-child {
    border-bottom: none;
}

.MenuElemaniMobil:hover {
    background-color: rgba(255,255,255,0.1);
    color: #fff;
}

.MenuElemaniMobil.AktifMenu {
    border-bottom: 3px solid #454967;
}

.MobilMenuAltKisim {
    padding: 20px 25px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.BeyazModSatiri {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ecf0f1;
    margin-bottom: 20px;
    font-size: 1rem;
}

/* Basit Switch Stilleri */
.Switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}

.Switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.Slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

.Slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
}

input:checked + .Slider {
    background-color: #45a049; /* Yeşil veya tema rengi */
}

input:checked + .Slider:before {
    transform: translateX(24px);
}

.Slider.Round {
    border-radius: 26px;
}

.Slider.Round:before {
    border-radius: 50%;
}

.MarketLinkleri {
    display: flex;
    flex-direction: column; /* Alt alta */
    gap: 10px;
}

.MarketLinkleri a img {
    height: 40px; /* Market badge yükseklikleri */
    width: auto;
}


/* Mobil ve Tablet Stilleri (Örnek breakpoint: 992px) */
@media (max-width: 992px) {
    .MobilMenuButon {
        display: block; 
    }

    .DesktopMenuAlani { 
        display: none;
    }
}

.OrtaDuzeni {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.AlbumIsim a,
.AlbumSanatci a,
.SarkiIsim a,
.SarkiSanatci a {
    color: inherit;
    text-decoration: none;
}

.AlbumIsim a:hover,
.AlbumSanatci a:hover,
.SarkiIsim a:hover,
.SarkiSanatci a:hover {
    text-decoration: underline;
}

.MenuElemani.AktifMenu,
.MenuElemaniMobil.AktifMenu {
    border-bottom: 3px solid #454967;
}

.MenuElemani.AktifMenu,
.MenuElemaniMobil.AktifMenu {
    color: #0075cc;
}

/* Otomatik Tamamlama CSS'leri */
.AramaKutusu {
    position: relative;
    overflow: visible !important;
}

.OtoTamamlamaListe {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    max-height: 400px;
    overflow-y: auto;
    display: none;
    z-index: 9999;
    margin-top: 1px;
}

.OtoTamamlamaListe.Aktif {
    display: block !important;
}

.OtoTamamlamaEleman {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    cursor: pointer;
    transition: background 0.2s;
    border-bottom: 1px solid #f0f0f0;
}

.OtoTamamlamaEleman:hover {
    background: #f8f9fa;
}

.OtoTamamlamaEleman:last-child {
    border-bottom: none;
}

.OtoTamamlamaResim {
    width: 45px;
    height: 45px;
    border-radius: 6px;
    margin-right: 12px;
    object-fit: cover;
    border: 1px solid #eee;
}

.OtoTamamlamaBilgi {
    flex: 1;
    text-align: left;
}

.OtoTamamlamaSarki {
    font-weight: 600;
    color: #333;
    margin-bottom: 3px;
    font-size: 14px;
    text-align: left;
}

.OtoTamamlamaSanatci {
    font-size: 13px;
    color: #666;
    text-align: left;
}

.AramaSonuclariBaslik {
    margin-bottom: 25px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.AramaSonuclariBaslik h2 {
    font-size: 1.5rem;
    color: #333;
    margin: 0;
}

.AramaSonucYok {
    text-align: center;
    padding: 50px 20px;
    color: #666;
    background: #f8f9fa;
    border-radius: 8px;
}

.AramaSonucYok p {
    margin: 10px 0;
}

.AramaDonusumAlani {
    overflow: visible !important;
}

.SarkiAdi a {
    color: #0075cc;
    text-decoration: none;
}

.SarkiAdi a:hover {
    color: #005aa3;
    text-decoration: none;
}

.SarkiTablosu a {
    color: #0075cc;
    text-decoration: none;
}

.SarkiTablosu a:hover {
    color: #005aa3;
    text-decoration: none;
}

