  /* Sayfa içi yumuşak kaydırma */
    html { scroll-behavior: smooth; }
    
    /* Menü tıklandığında başlığın menü altında kalmasını önler (Offset) */
    [id] { scroll-margin-top: 100px; }

    /* Swiper Slider Tasarımı */
    .swiper { width: 100%; border-radius: 20px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.5); border: 1px solid rgba(255,255,255,0.05); }
    .swiper-slide { position: relative; }
    .slide-number { position: absolute; top: 20px; right: 20px; background: #ff416c; color: #fff; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.2rem; z-index: 10; box-shadow: 0 4px 15px rgba(255, 65, 108, 0.4); }
    .slide-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 40px 30px; background: linear-gradient(to top, rgba(0,0,0,0.9), transparent); color: #fff; }
    
    /* VIP PROMO KARTI */
    .vip-promo-card { background: #1a1a2e; border-radius: 25px; border: 1px solid #c9a227 !important; }
    .vip-glow { position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(201,162,39,0.1) 0%, transparent 70%); animation: rotateGlow 10s linear infinite; }
    @keyframes rotateGlow { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
    .text-gold { color: #c9a227 !important; }
    .pulsate-gold { animation: pulseGold 2s infinite; }
    @keyframes pulseGold { 0% { transform: scale(1); text-shadow: 0 0 0 rgba(201,162,39,0); } 50% { transform: scale(1.1); text-shadow: 0 0 20px rgba(201,162,39,0.5); } 100% { transform: scale(1); text-shadow: 0 0 0 rgba(201,162,39,0); } }
    .feature-item-small { background: rgba(255,255,255,0.05); padding: 8px; border-radius: 12px; font-size: 10px; color: #ccc; border: 1px solid rgba(255,255,255,0.05); }
    .btn-gold { background: linear-gradient(45deg, #c9a227, #f7d774); color: #000 !important; border: none; border-radius: 12px; }
    
    /* RADYO BAR (STICKY PLAYER) */
    .radio-bar { position: fixed; bottom: 0; left: 0; width: 100%; background: rgba(15, 15, 26, 0.98); backdrop-filter: blur(15px); border-top: 1px solid rgba(255,255,255,0.08); padding: 12px 0; z-index: 3000; }
    .player-art { width: 50px; height: 50px; border-radius: 12px; object-fit: cover; border: 2px solid rgba(255,255,255,0.1); }
    .radio-title-scroll { color: #fff; font-weight: 700; font-size: 0.95rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .dj-mini-img { width: 20px; height: 20px; border-radius: 50%; object-fit: cover; }
    .radio-dj-name { color: #ff416c; font-size: 0.8rem; font-weight: 600; }
   .play-btn-main {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: #ff416c;
    color: #fff;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    position: relative;
    z-index: 1;
}

/* Hover efekti */
.play-btn-main:hover {
    transform: scale(1.1);
    background: #ff4b2b;
}

/* YEŞİL LIVE HALO efekti */
.play-btn-main::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(0, 255, 100, 0.6);
    z-index: -1;
    animation: pulseLive 1.8s infinite;
}

/* Animasyon */
@keyframes pulseLive {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    70% {
        transform: scale(1.8);
        opacity: 0;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}
    .volume-slider { -webkit-appearance: none; width: 100px; height: 4px; background: rgba(255,255,255,0.1); border-radius: 5px; outline: none; }
    .volume-slider::-webkit-slider-thumb { -webkit-appearance: none; width: 12px; height: 12px; background: #ff416c; border-radius: 50%; cursor: pointer; }
    
    /* Video Kutusu */
    .video-box { position: relative; border-radius: 15px; overflow: hidden; }
    .video-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3); display: flex; align-items: center; justify-content: center; opacity: 0; transition: 0.3s; }
    .video-box:hover .video-overlay { opacity: 1; }


        /* SelectBoxIt (Açılır Listeler) Tam Düzeltme */
        .selectboxit-btn {
            background: #ffffff !important;
            background-image: none !important;
            border: 1px solid #cccccc !important;
            border-radius: 4px !important;
            box-shadow: none !important;
            text-shadow: none !important;
        }
        
        .selectboxit-text {
            color: #333333 !important;
            text-decoration: none !important;
            font-style: normal !important;
            font-weight: normal !important;
        }

        .selectboxit-arrow-container i {
            color: #333333 !important;
            text-shadow: none !important;
        }

        .selectboxit-options {
            background-color: #ffffff !important;
            border: 1px solid #cccccc !important;
        }

        .selectboxit-options li a {
            color: #333333 !important;
            text-decoration: none !important;
            background: #ffffff !important;
        }

        .selectboxit-options li a:hover {
            background: #f5f5f5 !important;
            color: #000000 !important;
        }

        #container_modal, .modal-content {
            color: #333333 !important;
        }
        
        #container_modal label, #container_modal h1, #container_modal h2, #container_modal h3 {
            color: #333333 !important;
        }

        .reg_Date, .reg_Gender {
            text-decoration: none !important;
        }

        /* YENİ SID SİSTEMİ STİLLERİ (GERİ YÜKLENEN) */
        .main-box {
            background: rgba(255, 255, 255, 0.03);
            backdrop-filter: blur(15px);
            border-radius: 25px;
            padding: 30px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            margin-bottom: 30px;
            position: relative;
            overflow: hidden;
        }
        .main-box::before {
            content: '';
            position: absolute;
            top: 0; left: 0; width: 100%; height: 4px;
            background: linear-gradient(90deg, #ff416c, #ff4b2b);
        }
        .btn-sunset {
            background: linear-gradient(45deg, #ff416c, #ff4b2b);
            border: none; color: white; padding: 12px 25px;
            border-radius: 12px; font-weight: bold; width: 100%;
            transition: 0.3s; text-transform: uppercase; letter-spacing: 1px;
            box-shadow: 0 4px 15px rgba(255, 65, 108, 0.3);
        }
        .btn-sunset:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(255, 65, 108, 0.5); color: #fff; }
        .sid-input-group .form-control {
            background: rgba(0,0,0,0.3) !important;
            border: 1px solid rgba(255,255,255,0.1) !important;
            color: #fff !important; border-radius: 12px !important;
        }
        .owner-panel-link {
            position: absolute; top: 20px; right: 20px;
            background: rgba(255,255,255,0.05); padding: 8px 15px;
            border-radius: 10px; font-size: 11px; color: #aaa;
            text-decoration: none; transition: 0.3s;
            border: 1px solid rgba(255,255,255,0.05); z-index: 5;
        }
        .owner-panel-link:hover { background: rgba(255,65,108,0.1); color: #ff416c; border-color: rgba(255,65,108,0.2); }
        .sid-radio-card { background: rgba(255,255,255,0.05); border: 1px solid #333; transition: 0.3s; border-radius: 12px; }
        .sid-radio-card:hover { transform: translateY(-3px); background: rgba(255,255,255,0.1); }
        
        .live-pulse {
            box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
            animation: pulse-green 1.5s infinite;
            border: 2px solid #28a745 !important;
        }
        @keyframes pulse-green {
            0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7); }
            70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(40, 167, 69, 0); }
            100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(40, 167, 69, 0); }
        }

        .status-badge {
            font-size: 8px;
            font-weight: 800;
            padding: 2px 6px;
            border-radius: 4px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-right: 5px;
        }
        .status-online { background: #28a745; color: #fff; }
        .status-offline { background: #dc3545; color: #fff; }

        @media (max-width: 767px) {
            .owner-panel-link { position: relative; top: 0; right: 0; display: inline-block; margin-bottom: 15px; width: 100%; text-align: center; }
            .main-box { padding: 20px; }
            /* Mobil Header Kesin Çözüm */
            .navbar { padding: 5px 0 !important; }
            .navbar .container { padding-left: 15px; padding-right: 15px; display: flex; align-items: center; justify-content: space-between; }
            .navbar-brand { margin-right: 0; }
            .navbar-brand img { max-height: 25px !important; width: auto !important; }
            .navbar-toggler { padding: 2px 6px; font-size: 0.8rem; border-color: rgba(255,255,255,0.2) !important; }
            .nav-sid-al { margin-left: 0 !important; margin-top: 10px; width: 100%; text-align: center; }
        }

        /* Video Modal Ekranın Ortasına Sabitleme */
        #videoModal {
            z-index: 9999 !important;
        }
        #videoModal .modal-dialog {
            display: flex;
            align-items: center;
            min-height: calc(100% - 1rem);
            margin: auto;
        }
        @media (min-width: 576px) {
            #videoModal .modal-dialog {
                min-height: calc(100% - 3.5rem);
                max-width: 800px;
            }
        }
        /* Modal açıkken body kaymasını ve taşmasını engelle */
        body.modal-open {
            overflow: hidden !important;
            padding-right: 0 !important;
        }

        /* AJAX ile Gelen Kayıt/Giriş Modalları İçin Düzeltme */
        #container_modal, .modal-content {
            border-radius: 20px !important;
            border: none !important;
            max-width: 100% !important;
        }
        @media (max-width: 576px) {
            #container_modal, .modal-dialog {
                margin: 10px !important;
                width: calc(100% - 20px) !important;
                max-width: none !important;
            }
            .modal-body {
                padding: 15px !important;
            }
            /* Form inputlarını mobilde daraltma */
            #container_modal input, #container_modal select {
                font-size: 14px !important;
                height: auto !important;
                padding: 10px !important;
            }
            /* Modal başlıklarını mobilde küçült */
            #container_modal h2, #container_modal h1 {
                font-size: 1.2rem !important;
            }
		
        }