html {
    scroll-behavior: auto !important;
}

body {
    background-color: #131313;
    color: #e5e2e1;
    font-family: 'Manrope', sans-serif;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

.collapse {
    visibility: visible !important;
}

.collapse:not(.show) {
    display: none !important;
}

.collapsing {
    visibility: visible !important;
}

/* ========================================== */
/* NAVBAR (Beyaz Çizgi Hatası Kesin Çözüm)    */
/* ========================================== */
#mainNav {
    transition: all 0.4s ease-in-out;
    border-bottom: 1px solid transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

.navbar-scrolled {
    background-color: rgba(10, 10, 10, 0.98) !important;
    backdrop-filter: blur(12px);
    /* Çizgiyi zorla simsiyah yapıyoruz ve karanlık gölgeyle destekliyoruz */
    border-bottom: 1px solid #000000 !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.9) !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.nav-link {
    transition: color 1.5s cubic-bezier(0.25, 1, 0.4, 1), text-shadow 1.5s cubic-bezier(0.25, 1, 0.4, 1), border-color 1.5s cubic-bezier(0.25, 1, 0.4, 1) !important;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0) !important;
    border-bottom: 1px solid transparent;
}

.nav-link:hover, .nav-link.active {
    color: #ffffff !important;
    border-bottom: 1px solid #ffffff;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.8), 0 0 30px rgba(255, 255, 255, 0.5) !important;
}

/* ========================================== */
/* GENEL BUTONLAR & CAROUSEL                  */
/* ========================================== */
.btn-chapel {
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    transition: background-color 1.5s cubic-bezier(0.25, 1, 0.4, 1), border-color 1.5s cubic-bezier(0.25, 1, 0.4, 1), box-shadow 1.5s cubic-bezier(0.25, 1, 0.4, 1), color 1.5s cubic-bezier(0.25, 1, 0.4, 1), transform 1.5s cubic-bezier(0.25, 1, 0.4, 1);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 0 30px rgba(255, 255, 255, 0), 0 0 50px rgba(255, 255, 255, 0);
    outline: none !important;
}

.btn-chapel:hover {
    background-color: rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.6) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 0 30px rgba(255, 255, 255, 0.5), 0 0 50px rgba(255, 255, 255, 0.2) !important;
    transform: translateY(-2px);
}

.input-chapel {
    background-color: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #ffffff;
    transition: background-color 1.5s cubic-bezier(0.25, 1, 0.4, 1), border-color 1.5s cubic-bezier(0.25, 1, 0.4, 1), box-shadow 1.5s cubic-bezier(0.25, 1, 0.4, 1), color 1.5s cubic-bezier(0.25, 1, 0.4, 1) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 0 30px rgba(255, 255, 255, 0), 0 0 50px rgba(255, 255, 255, 0);
    outline: none !important;
}

.input-chapel:-webkit-autofill,
.input-chapel:-webkit-autofill:hover,
.input-chapel:-webkit-autofill:focus,
.input-chapel:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #131313 inset !important;
    -webkit-text-fill-color: white !important;
    transition: background-color 5000s ease-in-out 0s;
}

.input-chapel:hover,
.input-chapel:focus {
    background-color: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 0 30px rgba(255, 255, 255, 0.5), 0 0 50px rgba(255, 255, 255, 0.2) !important;
    outline: none !important;
}

.input-chapel::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators.custom-indicators {
    margin-bottom: 2rem;
    gap: 8px;
}

.carousel-indicators.custom-indicators button {
    width: 20px !important;
    height: 2px !important;
    background-color: rgba(255, 255, 255, 0.3) !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    transition: all 0.4s ease !important;
    opacity: 1 !important;
    text-indent: -999px;
}

.carousel-indicators.custom-indicators button.active {
    width: 35px !important;
    background-color: #ffffff !important;
}

/* ========================================== */
/* DİSKOGRAFİ ŞARKI LİSTESİ (TRACKS)          */
/* ========================================== */
.playlist-header {
    display: grid;
    grid-template-columns: 40px 1fr 100px 60px 30px;
    align-items: center;
    gap: 15px;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: #646464;
    font-size: 0.7rem;
    text-transform: lowercase;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
    font-family: 'Inter', sans-serif;
}

.playlist-row {
    display: grid;
    grid-template-columns: 40px 1fr 100px 60px 30px;
    align-items: center;
    gap: 15px;
    padding: 10px 20px;
    border-radius: 0px;
    transition: background-color 0.2s ease;
    cursor: pointer;
    color: #c8c6c6;
    font-family: 'Inter', sans-serif;
}

.playlist-row:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

.playlist-num-container {
    width: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.playlist-num {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.85rem;
    color: #646464;
    font-weight: 300;
}

.playlist-play {
    display: none;
    font-size: 0.8rem;
    color: #ffffff;
}

.playlist-row:hover .playlist-num {
    display: none;
}

.playlist-row:hover .playlist-play {
    display: block;
}

.playlist-title {
    font-size: 0.85rem;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: lowercase;
    letter-spacing: 0.02em;
}

.playlist-plays {
    font-size: 0.75rem;
    color: #646464;
    text-align: right;
    font-variant-numeric: tabular-nums;
    font-weight: 300;
}

.playlist-row:hover .playlist-plays {
    color: #c8c6c6;
}

.playlist-time {
    font-size: 0.75rem;
    color: #646464;
    text-align: right;
    font-variant-numeric: tabular-nums;
    font-weight: 300;
}

.playlist-row:hover .playlist-time {
    color: #c8c6c6;
}

@media (max-width: 768px) {

    .playlist-header,
    .playlist-row {
        grid-template-columns: 40px 1fr 60px 30px;
    }

    .playlist-header-plays,
    .playlist-plays {
        display: none;
    }
}

/* ========================================== */
/* GAGA SECTION (DİYAGONAL KAPAKLAR)          */
/* ========================================== */
.gaga-section {
    position: relative;
    width: 100%;
    background: #131313;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    height: 100vh;
}

.gaga-sidebar {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.gaga-btn {
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    padding: 4px 8px;
    text-align: left;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 1.5s cubic-bezier(0.25, 1, 0.4, 1), border-color 1.5s cubic-bezier(0.25, 1, 0.4, 1), box-shadow 1.5s cubic-bezier(0.25, 1, 0.4, 1), color 1.5s cubic-bezier(0.25, 1, 0.4, 1), transform 1.5s cubic-bezier(0.25, 1, 0.4, 1);
    width: 120px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 0 30px rgba(255, 255, 255, 0), 0 0 50px rgba(255, 255, 255, 0);
    outline: none !important;
}

.gaga-btn:hover,
.gaga-btn.active {
    background-color: rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.6) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 0 30px rgba(255, 255, 255, 0.5), 0 0 50px rgba(255, 255, 255, 0.2) !important;
    transform: translateX(10px);
}

.marquee-text {
    display: block;
    white-space: nowrap;
    pointer-events: none;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.gaga-covers-container {
    position: absolute;
    left: 20%;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.gaga-cover {
    position: absolute;
    width: 500px;
    height: 500px;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    transition: all 0.9s cubic-bezier(0.25, 1, 0.4, 1);
    pointer-events: auto;
    cursor: pointer;
}

.gaga-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}

/* AKTİF KAPAK - Devasa, Parlamasız, Derin Gölgeli */
.gaga-cover[data-pos="0"] {
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
    z-index: 10;
}

.gaga-cover[data-pos="0"] img {
    box-shadow: 0 40px 80px rgba(0, 0, 0, 1);
    border: 1px solid rgba(0, 0, 0, 0.8);
}

/* ARKA KAPAKLAR - Sadece parlaklık kısıldı, orijinal renk duruyor */
.gaga-cover[data-pos="-1"] {
    top: 15%;
    left: 20%;
    transform: translate(-50%, -50%) scale(0.95);
    opacity: 0.8;
    z-index: 9;
}

.gaga-cover[data-pos="-1"] img {
    filter: brightness(0.5);
}

.gaga-cover[data-pos="1"] {
    top: 85%;
    left: 70%;
    transform: translate(-50%, -50%) scale(0.95);
    opacity: 0.8;
    z-index: 9;
}

.gaga-cover[data-pos="1"] img {
    filter: brightness(0.5);
}

.gaga-cover[data-pos="-2"] {
    top: -20%;
    left: -5%;
    transform: translate(-50%, -50%) scale(0.80);
    opacity: 0;
    z-index: 8;
}

.gaga-cover[data-pos="2"] {
    top: 120%;
    left: 95%;
    transform: translate(-50%, -50%) scale(0.80);
    opacity: 0;
    z-index: 8;
}

.gaga-scrollbar {
    position: absolute;
    bottom: 8%;
    left: 20%;
    width: 400px;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 20;
}

.gaga-thumb {
    position: absolute;
    top: -1px;
    left: 0;
    height: 3px;
    width: 60px;
    background: #fff;
    transition: left 0.9s cubic-bezier(0.25, 1, 0.4, 1);
}

@media (max-width: 992px) {
    .gaga-sidebar {
        top: 15%;
        left: 50%;
        transform: translate(-50%, 0);
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        width: 90%;
    }

    .gaga-scrollbar {
        display: none;
    }

    .gaga-cover {
        width: 350px;
        height: 350px;
    }

    .gaga-cover[data-pos="0"] {
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1.1);
    }

    .gaga-cover[data-pos="-1"] {
        top: 30%;
        left: 15%;
        transform: translate(-50%, -50%) scale(0.95);
    }

    .gaga-cover[data-pos="1"] {
        top: 90%;
        left: 85%;
        transform: translate(-50%, -50%) scale(0.95);
    }
}

/* ========================================== */
/* DİSKOGRAFİ ALT LİSTESİ KAPAKLARI           */
/* ========================================== */
.release-header-block {
    background: transparent;
    transition: all 1.5s cubic-bezier(0.25, 1, 0.4, 1);
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
}

.release-header-block:hover,
.release-header-block[aria-expanded="true"] {
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 0 30px rgba(255, 255, 255, 0.3), 0 0 50px rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.release-header-block img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* ========================================== */
/* MAĞAZA (MERCH)                             */
/* ========================================== */
.merch-nav-link {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: rgba(232, 233, 228, 0.4);
    transition: color 1.5s cubic-bezier(0.25, 1, 0.4, 1), text-shadow 1.5s cubic-bezier(0.25, 1, 0.4, 1), border-color 1.5s cubic-bezier(0.25, 1, 0.4, 1);
    cursor: pointer;
    text-decoration: none;
    padding-bottom: 4px;
    border-bottom: 1px solid transparent;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.merch-nav-link:hover,
.merch-nav-link.active-filter {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.8), 0 0 30px rgba(255, 255, 255, 0.5);
}

.merch-img-wrapper {
    aspect-ratio: 1 / 1;
    background-color: transparent;
    transition: opacity 0.3s ease;
    cursor: pointer;
    width: 100%;
}

.merch-img-wrapper img {
    border-radius: 4px;
    transition: all 0.5s ease;
}

/* ========================================== */
/* ETKİNLİK LİSTESİ SATIRI                    */
/* ========================================== */
.event-row {
    transition: background-color 1.5s cubic-bezier(0.25, 1, 0.4, 1), box-shadow 1.5s cubic-bezier(0.25, 1, 0.4, 1), border-color 1.5s cubic-bezier(0.25, 1, 0.4, 1), transform 1.5s cubic-bezier(0.25, 1, 0.4, 1) !important;
    border: 1px solid transparent;
    border-radius: 4px;
}

.event-row:hover {
    background-color: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 0 30px rgba(255, 255, 255, 0.3), 0 0 50px rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
    transform: translateY(-2px);
    z-index: 10;
    position: relative;
}

.merch-title {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    letter-spacing: 0.05em;
    color: #ffffff;
    margin-top: 1rem;
}

.merch-price {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    letter-spacing: 0.05em;
    color: #aaaaaa;
    margin-top: 0.25rem;
}

.merch-hidden {
    display: none !important;
}

/* ========================================== */
/* CHAPEL FM ÇUBUĞU SES AYARI                 */
/* ========================================== */
.chapel-fm-range {
    -webkit-appearance: none;
    appearance: none;
    height: 4px;
    border-radius: 2px;
    outline: none;
    transition: opacity 0.2s;
}

.chapel-fm-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.2s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.spa-page {
    animation: fadeEffect 0.8s;
    min-height: 100vh;
}

.chapel-fm-range::-webkit-slider-thumb:hover {
    transform: scale(1.3);
}

/* ========================================== */
/* MİNİ PLAYER (YOUTUBE)                      */
/* ========================================== */
#customPlayerOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(19, 19, 19, 0.98);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

#customPlayerOverlay.active {
    opacity: 1;
    pointer-events: auto;
}

.player-box {
    width: 70%;
    max-width: 900px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.4, 1);
    box-shadow: 0 0 50px rgba(0, 0, 0, 1);
}

.player-box.mini-mode {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 260px;
    height: 146px;
    z-index: 10000;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

#customPlayerOverlay.mini-active {
    background: transparent;
    pointer-events: none;
}

#customPlayerOverlay.mini-active .player-box {
    pointer-events: auto;
}

.big-controls {
    position: absolute;
    top: -40px;
    right: 0;
    display: flex;
    gap: 20px;
    z-index: 1065;
}

.player-box.mini-mode .big-controls {
    display: none;
}

.big-btn {
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
    border: none;
    font-size: 0.7rem;
    font-family: 'Space Grotesk', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.big-btn:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.mini-controls {
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    padding-bottom: 8px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease 1.5s, visibility 0s 1.8s;
}

.player-box.mini-mode:hover .mini-controls,
.mini-controls:hover {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s, 0s;
}

.mini-btn {
    background: #1a1c19;
    color: #e5e2e1;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 4px 10px;
    font-size: 0.6rem;
    font-family: 'Space Grotesk', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: all 0.2s ease;
}

.mini-btn:hover {
    background: #353534;
    color: white;
}

.player-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    color: rgba(255, 255, 255, 0.2);
    border: none;
    font-size: 2rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.player-arrow:hover {
    color: white;
    transform: translateY(-50%) scale(1.2);
}

.player-arrow-left {
    left: -50px;
}

.player-arrow-right {
    right: -50px;
}

.player-box.mini-mode .player-arrow {
    display: none;
}

@media (max-width: 992px) {
    .player-arrow-left {
        left: 10px;
    }

    .player-arrow-right {
        right: 10px;
    }
}

/* ========================================== */
/* ANİMASYONLAR VE GÖRSEL EFEKTLER            */
/* ========================================== */

.grain-overlay {
    pointer-events: none;
    position: fixed;
    inset: 0;
    z-index: 40;
    opacity: 0.03;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #ffffff !important;
}

.carousel-item {
    transition: transform 1.5s ease-in-out, opacity 1.5s ease-in-out;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-item.active {
    opacity: 1;
}

/* ========================================== */
/* ÖZEL SCROLLBAR (MODAL VE GENEL)            */
/* ========================================== */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #0a0a0a;
}

::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #404040;
}

/* ========================================== */
/* FİLİGRAN EFEKTİ                            */
/* ========================================== */
.chapel-watermark {
    filter: brightness(0.5) grayscale(0.6);
    transition: filter 0.3s ease;
}