body {
    background: none var(--color-bg);
    color: var(--text-color);
    font-family: arial, Tahoma, Verdana, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.475;
    padding-top: 55px;
    font-weight: lighter;
    font-variant: normal;
}

/* Video Alternative Buttons */
#video-alternatives .alts-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

/* Base styles for alt-btns, but we will override for premium */
#video-alternatives .alt-btn {
    background: #2a2a2a;
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
    font-size: 14px;
}

#video-alternatives .alt-btn:hover {
    background: #3a3a3a;
    transform: translateY(-1px);
}

#video-alternatives .alt-btn.active {
    background: #ff4444 !important;
    color: #fff !important;
}

#video-alternatives .alt-btn i.fa-play {
    font-size: 12px;
}

input::placeholder {
    color: var(--text-color) !important;
    opacity: 1;
}

input:placeholder-shown {
    border: 1px solid var(--input-border-placeholer);
}

@media (min-width: 1200px) {
    .container {
        max-width: 1024px;
    }
}


a {
    text-decoration: none;

}


header nav {
    background-color: var(--nav-bg-init) !important;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

header nav.nav-hidden {
    transform: translateY(-100%);
}

header nav.nav-scrolled {
    background-color: var(--nav-bg-scroll) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

header .navbar {
    padding: 0;
}

header nav .navbar-nav .active {
    background-color: var(--color-hover-tone) !important;
}

header nav .navbar-nav .nav-item {
    padding: 5px 0px;
}

header nav .navbar-nav .nav-item:hover {
    background-color: var(--color-hover-tone) !important;
}

header nav .navbar-nav .nav-item a {
    color: var(--text-color);
    font-size: 13px;
}

.search-input {
    box-shadow: none !important;
    border: 1px solid var(--color-border-tone) !important;
    background: url(../img/search-dark.png) no-repeat 10px 6px #444;
    border: 0;
    background-color: var(--color-bg-dark-hard) !important;
    padding-left: 40px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 13px;
    color: var(--color-white) !important;
    max-width: 180px;
    border-radius: 0;
}

header nav .mode a {
    color: #ffeb3b;
    margin-left: 10px;
}

header nav .member a {
    margin-left: 20px;
    font-size: 13px;
    color: var(--text-color);
}

header .header {
    margin-top: 10px;
}

header .header .swiper {
    margin-top: 10px;
}

.alpha .d-flex {
    padding: 10px;
    background-color: var(--color-bg-dark-hard);
    margin-top: 20px;
    border-radius: 5px;
}

.alpha .d-flex a {
    padding: 3px 8px;
    background-color: var(--color-hover-tone);
    margin-right: 10px;
    color: var(--color-white);
    font-size: 14px
}

.alpha .d-flex a:last-child {
    margin-right: 0;
}


.animes {
    margin-top: 20px;
}

.animes .home-anime .swiper-slide {
    text-align: center
}

.animes .home-anime .swiper-slide img {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 35, .25);
    border-radius: 8px;
    width: 100px;
    height: 140px;
    object-fit: cover;
    margin-top: 5px;
    margin-bottom: 15px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}


.promo {
    margin-top: 20px;
}

.promo .box {
    border: 1px solid var(--color-bg-dark-hard);
    background: var(--color-bg-dark-hard);
    -webkit-box-shadow: 0 0 5px var(--color-border-tone);
    -moz-box-shadow: 0 0 5px var(--color-border-tone);
    box-shadow: 0 0 5px var(--color-border-tone);
    border-radius: 5px;
}

.promo .box .title {
    padding: 5px 10px;
    font-weight: BOLD;
}

.promo .box .content {
    background-color: var(--color-bg-dark) !important;
    padding: 10px;
}

.promo .box .content .area {
    overflow-y: scroll;
    height: 245px;
}



.promo .box .content .area .item {
    margin-bottom: 0px;
}

.promo .box .content .area .date {
    float: right;
    font-size: 12px;
    color: #777;
    margin-top: -15px;
}

.promo .box .content .area .item>.img {
    margin-right: 12px;
}

.promo .box .content .area .item>.img img {
    width: 100px;
}

.promo .box .content .area .item>.desc {
    margin-top: -8px;
}

.promo .box .content .area .item>.desc a {
    color: var(--text-color);
    font-size: 13px;
    font-weight: bold;
}

.promo .box .content .area .item>.desc p {
    color: var(--text-color);
    font-size: 11px;
}

.content-body {
    margin-top: 20px;
}

.content-body .banner-area {
    background-color: var(--color-bg-dark);
    padding: 10px;
    margin: 20px 0;
    border: 1px solid var(--color-bg-dark-hard);
    border-radius: 5px;
}

.general-box {
    border: 1px solid var(--color-bg-dark-hard);
    background: var(--color-bg-dark-hard);
    -webkit-box-shadow: 0 0 5px var(--color-border-tone);
    -moz-box-shadow: 0 0 5px var(--color-border-tone);
    box-shadow: 0 0 5px var(--color-border-tone);
    border-radius: 5px;
}

.general-box .head {
    padding: 5px 0 0 0;
    font-weight: BOLD;

}

.general-box .head a {
    background: var(--color-bg-dark);
    color: var(--text-color);
    font-size: 13px;
    padding: 6px 15px 4px 15px;
    font-weight: normal;
}

.general-box .head .active {
    background: var(--color-bg-dark-hard);
}

.general-box .head a:hover {
    background-color: var(--color-bg-dark-hard);

}

.general-box .body {
    background-color: var(--color-bg-dark);
    padding: 10px;
}










.pagination .where {
    background-color: var(--color-bg-dark-hard);
    padding: 8px;
    font-size: 12px;
    margin-top: 1px;
}

.pagination .pages {
    border: 1px solid var(--color-bg-dark);
    background: var(--color-bg-dark-hard);
    border-radius: 8px;
    margin-top: 5px;
    float: right;
    text-align: center;
    display: flex;
    padding: 0 10px;
}

.pagination .pages a {
    font-size: 12px;
    color: var(--text-color);
    border-right: 1px solid var(--color-bg-dark);
    padding: 5px 10px;

}

.pagination .pages a:last-child {
    border-right: 0;
}





.video-list-item {
    border: 1px solid var(--color-bg-dark-hard);
    background: var(--color-bg-dark-hard);
    -webkit-box-shadow: 0 0 5px var(--color-border-tone);
    -moz-box-shadow: 0 0 5px var(--color-border-tone);
    box-shadow: 0 0 5px var(--color-border-tone);
    border-radius: 5px;
    margin-bottom: 20px;
}

.video-list-item .title {
    padding: 8px 15px;
    font-weight: 600;
    font-size: 13px;
    color: var(--text-color);
    border-bottom: 1px solid var(--color-bg-dark);
}

.video-list-item .content {
    background-color: var(--color-bg-dark) !important;
    padding: 10px;
}

.video-list-item .content .d-flex {
    display: flex;
    align-items: flex-start;
    gap: 0;
}

.video-list-item .content .img {
    margin-right: 15px;
    flex-shrink: 0;
    width: 100px;
    height: 140px;
    overflow: hidden;
}

.video-list-item .content .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.video-list-item .content .details {
    flex: 1;
    min-width: 0;
}

.video-list-item .content .video-name {
    font-weight: 600;
    font-size: 13px;
    color: var(--text-color);
    display: block;
    margin-bottom: 8px;
    text-decoration: none;
    position: relative;
    padding-right: 25px;
}

.video-list-item .content .video-name:hover {
    color: var(--color-hover-tone);
}

.video-list-item .content .video-name .lang {
    position: absolute;
    right: 0;
    top: 0;
    margin-left: 5px;
    margin-top: 2px;
}

.video-list-item .content .translate {
    margin-top: 5px;
    font-weight: normal;
    font-size: 12px;
    color: var(--text-color);
    opacity: 0.8;
}

.video-list-item .content .tanslator {
    font-weight: normal;
    font-size: 12px;
    color: var(--text-color);
    margin-top: 5px;
}

.video-list-item .content .profile-link {
    font-weight: normal;
    font-size: 12px;
    color: var(--text-color);
    display: inline-block;
    margin-top: 8px;
    text-decoration: none;
}

.video-list-item .content .profile-link:hover {
    color: var(--color-hover-tone);
}

.video-list-item .content .time {
    font-weight: normal;
    font-size: 11px;
    color: var(--text-color);
    margin-top: 8px;
    opacity: 0.7;
}

.video-list-item .content .interaction {
    border: 1px solid var(--color-bg-dark);
    background: var(--color-bg-dark-hard);
    border-radius: 8px;
    margin-top: 10px;
    text-align: center;
    display: inline-flex;
    padding: 0;
    align-items: center;
    float: none;
    clear: both;
}

.video-list-item .content .interaction a {
    font-size: 12px;
    color: var(--text-color);
    border-right: 1px solid var(--color-bg-dark);
    padding: 6px 12px;
    text-decoration: none;
    transition: background 0.2s;
    display: inline-block;
    white-space: nowrap;
}

.video-list-item .content .interaction a:hover {
    background: var(--color-bg-dark);
}

.video-list-item .content .interaction a:last-child {
    padding-right: 12px;
    border-right: 0;
}

.video-list-item .content .interaction .like-count-display {
    cursor: default;
    pointer-events: none;
}

.video-list-item .content .interaction .episode-like-btn.active {
    background: #ff4444;
    color: #fff;
}


/* Comments Section Styles */
.comment-item {
    transition: background 0.2s;
}

.comment-item:hover {
    background: var(--color-bg-dark) !important;
}

.comment-item .reply-form {
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.reply-btn:hover {
    opacity: 1 !important;
    color: var(--color-hover-tone) !important;
}

.comment-replies {
    margin-left: 20px;
    border-left: 2px solid var(--color-border-tone);
    padding-left: 15px;
}

.sidebar .search-box {
    box-shadow: none !important;
    border: 1px solid var(--color-border-tone) !important;
    background: url(../img/search-dark.png) no-repeat 10px 6px #444;
    border: 0;
    background-color: var(--color-bg-dark-hard) !important;
    padding-left: 40px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 13px;
    color: var(--color-white) !important;
    width: 100%;
    border-radius: 0;
}





.sidebar .link-list {
    margin-top: 5px;
}

.sidebar .link-list a {
    border-bottom: 1px solid var(--color-bg-dark-hard) !important;
    padding: 5px 5px;
    width: 100%;
    display: inline-block;
    color: var(--text-color);
    font-size: 12px;
}

.sidebar .link-list a:hover {
    background-color: var(--color-hover-tone);
}

.sidebar .link-list a:last-child {
    border-bottom: 0 !important;
}

.sidebar {
    margin-top: 0;
}

.sidebar .box {
    border: 1px solid var(--color-bg-dark-hard);
    background: var(--color-bg-dark-hard);
    -webkit-box-shadow: 0 0 5px var(--color-border-tone);
    -moz-box-shadow: 0 0 5px var(--color-border-tone);
    box-shadow: 0 0 5px var(--color-border-tone);
    border-radius: 5px;
    margin-top: 20px;
    font-size: 13px;
}

.sidebar .general-box {
    margin-top: 0;
}

.sidebar .box .title {
    padding: 5px 10px;
    font-weight: BOLD;
}

/* Video Player Area */
#player-area {
    position: relative;
    width: 100%;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}

#player-area iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 2;
}

.sidebar .box .content {
    background-color: var(--color-bg-dark) !important;
    padding: 10px;
}

.link-list-2 a {
    font-size: 12px;
    color: var(--text-color);
    border-bottom: 1px solid var(--color-bg-dark-hard);
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.link-list-2 a .text {
    flex: 1;
    min-width: 0;
    padding-right: 5px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.link-list-2 a .watched-indicator {
    flex-shrink: 0;
}

/* Custom Scrollbar for Episode Lists */
#episodes-list,
.episode-list-container,
.link-list-2 {
    padding-right: 5px;
}

#episodes-list::-webkit-scrollbar,
.episode-list-container::-webkit-scrollbar,
.link-list-2::-webkit-scrollbar {
    width: 8px;
}

#episodes-list::-webkit-scrollbar-track,
.episode-list-container::-webkit-scrollbar-track,
.link-list-2::-webkit-scrollbar-track {
    background: var(--color-bg-dark-hard);
    border-radius: 4px;
}

#episodes-list::-webkit-scrollbar-thumb,
.episode-list-container::-webkit-scrollbar-thumb,
.link-list-2::-webkit-scrollbar-thumb {
    background: var(--color-border-tone);
    border-radius: 4px;
    transition: background 0.2s;
}

#episodes-list::-webkit-scrollbar-thumb:hover,
.episode-list-container::-webkit-scrollbar-thumb:hover,
.link-list-2::-webkit-scrollbar-thumb:hover {
    background: var(--color-hover-tone);
}

/* Firefox scrollbar */
#episodes-list,
.episode-list-container,
.link-list-2 {
    scrollbar-width: thin;
    scrollbar-color: var(--color-border-tone) var(--color-bg-dark-hard);
}

.link-list-2 a:first-child {
    padding-top: 5px;
}

.link-list-2 a:last-child {
    border-bottom: 0;
    padding-bottom: 5px;

}

.link-list-2 a .firts {
    background-color: #f0ad4e;
    color: var(--color-white);
    margin-right: 5px;
    border-radius: 5px;
    padding: 0 5px;
}

.link-list-2 a .last {
    font-size: 11px;
}

.tags .box {
    background: var(--bahtima-bg);
    color: var(--bahtima-text);
    padding: 30px;
    margin-top: 30px;
    border-radius: 12px;
    border: 1px solid var(--color-border-tone);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.tags .box h4 {
    font-size: 24px;
    font-weight: 800;
    color: var(--bahtima-title);
    margin-bottom: 10px;
}

.tags .box p {
    font-size: 13px;
}

.tags .box a, .bahtima-tag {
    font-size: 12px;
    background-color: var(--bahtima-btn-bg);
    padding: 8px 15px;
    color: var(--text-color);
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 8px;
    border: 1px solid var(--color-border-tone);
    transition: all 0.2s;
    text-decoration: none;
}

.tags .box a:hover, .bahtima-tag:hover {
    background-color: var(--color-hover-tone);
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* ===== FOOTER ===== */
footer {
    margin-top: 50px;
    margin-bottom: 20px;
    clear: both;
}

.footer-wrap {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 30px var(--footer-shadow);
}

/* Mavi dış alan */
.footer-outer {
    background-color: var(--footer-outer-bg);
    padding: 15px;
    /* Standart iç boşluk */
}

/* Yuvarlak köşeli koyu iç kutu */
.footer-inner {
    position: relative;
    background-color: var(--footer-inner-bg);
    border: 1px solid var(--footer-bar-border);
    border-radius: 8px;
    min-height: 180px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
}

/* Sol menü bölümü */
.footer-menu {
    padding: 20px 25px;
    z-index: 10;
    position: relative;
    min-width: 220px;
}

.footer-menu-title {
    color: var(--footer-title);
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu ul li {
    margin-bottom: 8px;
}

.footer-menu ul li a {
    color: var(--footer-text);
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s;
    display: inline-block; /* Sadece yazı kadar yer kaplasın */
}

.footer-menu ul li a:hover {
    color: #fff;
    padding-left: 5px;
}

/* Anime görseli - Sağ taraf */
.footer-anime-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    height: 100%;
    background: url('../img/footer.jpg') right top / auto 100% no-repeat;
    /* Yumuşak geçiş maskesi */
    -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.4) 15%, rgba(0, 0, 0, 1) 40%);
    mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.4) 15%, rgba(0, 0, 0, 1) 40%);
    z-index: 1;
    opacity: 0.9;
    filter: brightness(1);
    transition: all 0.3s;
}

[data-theme="light"] .footer-anime-img {
    filter: brightness(1.1) contrast(1.1);
    opacity: 0.7;
}

/* Alt mavi copyright şeridi */
.footer-bar {
    background-color: var(--footer-outer-bg);
    border-top: 1px solid var(--footer-bar-border);
    padding: 12px 20px;
    /* footer-menu ile dikey hizada olması için padding ayarı */
}

.footer-bar p {
    font-size: 13px;
    color: var(--footer-text);
    margin: 0;
    padding: 0;
}








@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 991px) and (max-width: 1024px) {
    .hidden-1024 {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}




@media (max-width: 767px) {


    .mobile-menu {
        background-color: var(--nav-bg-init) !important;
        padding: 10px 0;
        transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    }

    .mobile-menu.nav-hidden {
        transform: translateY(-100%);
    }

    .mobile-menu.nav-scrolled {
        background-color: var(--nav-bg-scroll) !important;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .mobile-menu .right .fa-sun {
        color: #ffeb3b;
    }

    .mobile-menu .right .link {
        color: var(--text-color);
        font-size: 15px;
        position: relative;
        top: -1px;
        margin-left: 8px;
    }


    header .d-flex {
        justify-content: center;
    }

    .alpha {
        overflow: hidden;
    }

    .alpha .d-flex {
        overflow-x: auto !important;
        overflow-y: hidden !important;
        display: -webkit-box !important;
    }

    .alpha .d-flex a {
        display: block;
    }

    .general-box .head {
        overflow-x: auto !important;
        overflow-y: hidden !important;
        display: -webkit-box !important;
        display: -moz-box !important;
    }

    .general-box .head a {
        display: block;
    }
}

/* Breadcrumb Styles - Desktop */
.breadcrumb-container {
    margin-bottom: 20px;
}

.breadcrumb-container nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.breadcrumb-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--text-color);
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 6px;
    transition: all 0.2s;
    font-size: 14px;
    opacity: 0.9;
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    overflow: visible !important;
    text-overflow: clip !important;
}

.breadcrumb-item:hover {
    background: var(--color-hover-tone);
    opacity: 1;
}

.breadcrumb-current {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--text-color);
    padding: 6px 12px;
    border-radius: 6px;
    background: var(--color-hover-tone);
    font-size: 14px;
    font-weight: 500;
    opacity: 0.9;
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    overflow: visible !important;
    text-overflow: clip !important;
}

.breadcrumb-current span {
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    max-width: none !important;
    overflow: visible !important;
    text-overflow: clip !important;
}

.breadcrumb-item span {
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    max-width: none !important;
    overflow: visible !important;
    text-overflow: clip !important;
}

/* Premium Video Player UI - Added for modern look */
.premium-box {
    background: var(--premium-box-bg);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.premium-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    pointer-events: none;
}

.premium-box .premium-head {
    padding: 15px 20px;
    background: var(--premium-head-bg);
    border-bottom: 1px solid var(--glass-border);
    display: flex;
    align-items: center;
}

.premium-box .premium-head span {
    color: var(--premium-head-text);
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.premium-box .premium-head span i {
    color: var(--color-hover-tone, #ff4444);
}

.premium-box .premium-body {
    padding: 20px;
}

/* Premium Filter Buttons (Translators) - Updated to match Source Buttons */
.premium-filter-btn {
    background: var(--premium-btn-bg);
    color: var(--premium-btn-text);
    border: 1px solid var(--glass-border);
    padding: 10px 18px;
    border-radius: 8px !important;
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    min-height: 40px;
}

.premium-filter-btn:hover {
    background: var(--premium-btn-hover);
    color: var(--text-color);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.premium-filter-btn.active {
    background: var(--color-hover-tone, #ff4444) !important;
    background: linear-gradient(135deg, rgba(255, 68, 68, 1) 0%, rgba(204, 0, 0, 1) 100%) !important;
    color: #fff !important;
    border-color: transparent;
    box-shadow: 0 4px 20px rgba(255, 68, 68, 0.3);
}

/* Premium Video Source Buttons */
.premium-source-list {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

#video-alternatives .premium-source-btn,
.premium-source-btn {
    background: var(--premium-btn-bg);
    color: var(--premium-btn-text);
    border: 1px solid var(--glass-border);
    padding: 12px 18px;
    border-radius: 8px !important;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    min-width: 120px;
    justify-content: center;
}

#video-alternatives .premium-source-btn:hover,
.premium-source-btn:hover {
    background: var(--premium-btn-hover);
    color: var(--text-color);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Active State */
#video-alternatives .premium-source-btn.active,
.premium-source-btn.active {
    background: var(--color-hover-tone, #ff4444) !important;
    background: linear-gradient(135deg, rgba(255, 68, 68, 1) 0%, rgba(204, 0, 0, 1) 100%) !important;
    color: #fff !important;
    border-color: transparent;
    box-shadow: 0 4px 20px rgba(255, 68, 68, 0.3);
}

.premium-source-btn i.fa-play {
    font-size: 10px;
    background: rgba(0, 0, 0, 0.2);
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* Premium Uploader Card */
.premium-uploader-card {
    background: var(--premium-card-bg);
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    padding: 16px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.premium-uploader-avatar {
    position: relative;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    padding: 2px;
    background: linear-gradient(45deg, var(--color-hover-tone, #ff4444), #777);
    flex-shrink: 0;
}

.premium-uploader-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid var(--color-bg-dark-hard);
    object-fit: cover;
}

.premium-uploader-info h4 {
    margin: 0 0 2px 0;
    color: var(--text-color);
    opacity: 0.6;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.premium-uploader-info .uploader-name {
    color: var(--text-color);
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 4px;
    display: block;
}

.premium-uploader-info .upload-date {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: var(--text-color);
    opacity: 0.5;
}

/* Attention Box (DİKKAT Section) */
.attention-box {
    background: var(--color-bg-dark-hard);
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 25px;
    color: var(--text-color);
    border: 1px solid var(--glass-border);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.attention-box h3 {
    color: #ff4444;
    margin-bottom: 15px;
    font-size: 1.1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.attention-box h3::before {
    content: '⚠️';
    font-size: 1.2rem;
}

.attention-box p {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 14px;
    opacity: 0.9;
}

#group-link {
    margin-top: 20px;
    display: block;
}

.group-site-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--premium-btn-bg);
    color: var(--premium-btn-text) !important;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 13px;
    border: 1px solid var(--glass-border);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.group-site-btn i {
    font-size: 14px;
    opacity: 0.8;
}

.group-site-btn:hover {
    background: var(--color-hover-tone, #ff4444);
    color: #fff !important;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 25px rgba(255, 68, 68, 0.25);
    border-color: rgba(255, 68, 68, 0.3);
}

/* Back to Top Button */
#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: var(--color-bg-dark-hard, #1a1a1a);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

#back-to-top.show {
    opacity: 0.7;
    visibility: visible;
}

#back-to-top:hover {
    opacity: 1;
    transform: translateY(-5px);
    background-color: var(--color-hover-tone, #333);
}

#back-to-top i {
    font-size: 18px;
}

@media (max-width: 768px) {
    #back-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }
}

/* Son Yapılan Yorumlar Yeni Tasarım */
.recent-comments-section {
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    clear: both;
}

.section-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 25px;
    background: var(--glass-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 8px;
    border-radius: 14px;
    border: 1px solid var(--glass-border);
    width: fit-content;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    margin-left: 5px;
    /* Sol taraftaki kesilmeyi önlemek için küçük bir boşluk */
}

.comment-tab-btn {
    background: transparent;
    color: var(--text-color);
    padding: 10px 25px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 12px;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    opacity: 0.6;
    display: flex;
    align-items: center;
    gap: 8px;
}

.comment-tab-btn.active {
    background: #ff4444;
    color: #fff;
    opacity: 1;
    box-shadow: 0 4px 12px rgba(255, 68, 68, 0.25);
}

.comment-tab-btn:not(.active):hover {
    background: rgba(255, 255, 255, 0.05);
    opacity: 1;
    color: #fff;
}

.recent-comment-card {
    background: var(--glass-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 12px;
    padding: 15px;
    min-height: 190px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid var(--glass-border);
    margin: 5px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.recent-comment-card:hover {
    transform: translateY(-5px);
    background: var(--glass-bg-hover);
    border-color: #ff4444;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.user-avatar {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.user-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
}

.user-info .username {
    color: #FFF;
    font-weight: 600;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-info .time {
    color: #AAA;
    font-size: 10px;
}

.card-body {
    flex: 1;
    overflow: hidden;
}

.comment-text {
    color: #DDD;
    font-size: 12px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    /* Added for standard compatibility */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.author-prefix {
    color: #ff4444;
    font-weight: 600;
    margin-right: 4px;
}

.card-footer {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 8px 12px;
    margin-top: auto;
    border: 1px solid var(--glass-border);
}

.episode-link {
    color: var(--text-color);
    text-decoration: none;
    font-size: 11px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    white-space: normal;
    line-height: 1.3;
    transition: color 0.2s;
}

.episode-link:hover {
    color: #ff4444;
}

.episode-link i {
    font-size: 14px;
    margin-top: 2px;
}

.recent-comments-slider {
    position: relative;
    padding: 0 40px;
}

.swiper-button-prev-comments,
.swiper-button-next-comments {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.swiper-button-prev-comments {
    left: 0;
}

.swiper-button-next-comments {
    right: 0;
}

.swiper-button-prev-comments:hover,
.swiper-button-next-comments:hover {
    background: var(--color-hover-tone);
}

/* Sayfalama Sayfa Seçici Menüsü */
.pages .page-dropdown-wrapper {
    position: relative;
    border-right: 1px solid var(--color-bg-dark);
    display: flex;
    align-items: center;
}

.pages .page-dropdown-btn {
    padding: 5px 12px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-color);
    display: flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: none;
    height: 100%;
    min-width: 45px;
    justify-content: center;
    transition: background 0.2s;
}

.pages .page-dropdown-btn:hover {
    background: rgba(255, 255, 255, 0.05);
}

.pages .page-dropdown-menu {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #1A1A1A;
    border: 1px solid #333;
    border-radius: 4px;
    min-width: 70px;
    z-index: 2000;
    margin-bottom: 8px;
    display: none;
    max-height: 250px;
    overflow-y: auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.pages .page-dropdown-menu.show {
    display: block;
}

.pages .page-dropdown-item {
    display: block;
    padding: 10px 15px;
    color: #FFF !important;
    text-align: center;
    border-bottom: 1px solid #333;
    font-size: 13px;
    border-right: none !important;
    text-decoration: none;
    transition: background 0.2s;
}

.pages .page-dropdown-item:last-child {
    border-bottom: none;
}

.pages .page-dropdown-item:hover {
    background: #2D3748;
}

.pages .page-dropdown-item.active {
    background: #E53E3E !important;
    font-weight: bold;
}

.pages .page-dropdown-menu::-webkit-scrollbar {
    width: 6px;
}

.pages .page-dropdown-menu::-webkit-scrollbar-track {
    background: #111;
}

.pages .page-dropdown-menu::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 3px;
}