.iklan, .home .rvad h1, #sidebar, .slider-genres, #footer, #rvod, .rvad, #switch, .mirrorstream, .iklanpost, .tambahan, .likekami {
    display: none!important;
  }

/* ===== RESET & BASE ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #0a0c14;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: #e5e7eb;
    line-height: 1.5;
    padding-top: 70px; /* Memberi ruang untuk header fixed */
}

/* ===== STYLE UNTUK HALAMAN JADWAL RILIS ===== */
/* Hanya mempengaruhi konten, header tetap seperti aslinya */

/* Judul Halaman */
section.col-md-12 > h1 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffffff;
    margin: 1rem 0 0.5rem;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: linear-gradient(135deg, #3b82f6, #60a5fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 10px rgba(59, 130, 246, 0.3);
    border-bottom: 3px solid #3b82f6;
    padding-bottom: 10px;
}

/* Note / Center text */
section.col-md-12 > center {
    display: block;
    color: #9ca3af;
    font-size: 0.95rem;
    margin: 0.5rem 0 2rem;
    padding: 0.8rem 1.5rem;
    background: #141a24;
    border: 1px solid #232b38;
    border-radius: 50px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

section.col-md-12 > center::before {
    content: '📅';
    margin-right: 8px;
    opacity: 0.8;
}

/* Container untuk setiap hari */
.kglist321 {
    background: #141a24;
    border: 1px solid #232b38;
    border-radius: 20px;
    margin-bottom: 2rem;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.kglist321:hover {
    border-color: #3b82f6;
    box-shadow: 0 15px 35px rgba(59, 130, 246, 0.2);
    transform: translateY(-3px);
}

/* Judul hari (Senin, Selasa, dll) */
.kglist321 h2 {
    background: linear-gradient(90deg, #1e2636, #141a24);
    color: white;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 1.2rem 2rem;
    margin: 0;
    border-bottom: 1px solid #232b38;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Icon berdasarkan hari menggunakan pseudo-element */
.kglist321 h2::before {
    margin-right: 12px;
    font-size: 1.4rem;
    display: inline-block;
}

.kglist321 h2:contains("Senin")::before { content: '🌙'; }
.kglist321 h2:contains("Selasa")::before { content: '🔥'; }
.kglist321 h2:contains("Rabu")::before { content: '💧'; }
.kglist321 h2:contains("Kamis")::before { content: '⚡'; }
.kglist321 h2:contains("Jumat")::before { content: '🌟'; }
.kglist321 h2:contains("Sabtu")::before { content: '🎉'; }
.kglist321 h2:contains("Minggu")::before { content: '☀️'; }
.kglist321 h2:contains("Random")::before { content: '🎲'; }

/* List container */
.kglist321 ul {
    list-style: none;
    margin: 0;
    padding: 0.5rem 0;
    margin-top: -8px!important;
}

/* Item list */
.kglist321 ul li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.kglist321 ul li:last-child {
    border-bottom: none;
}

/* Link anime */
.kglist321 ul li a {
    display: flex;
    align-items: center;
    padding: 1rem 2rem;
    color: #d1d5db;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}


.kglist321 ul li a:hover {
    background: rgba(59, 130, 246, 0.1);
    color: white;
    padding-left: 2.5rem;
}

.kglist321 ul li a:hover::before {
    opacity: 1;
    left: 1.8rem;
}

/* Efek badge untuk status (jika ada) */
.kglist321 ul li a::after {
    content: attr(data-status);
    margin-left: auto;
    background: rgba(59, 130, 246, 0.15);
    color: #3b82f6;
    padding: 0.2rem 0.8rem;
    border-radius: 30px;
    font-size: 0.75rem;
    font-weight: 600;
    border: 1px solid rgba(59, 130, 246, 0.3);
    letter-spacing: 0.3px;
    text-transform: uppercase;
    white-space: nowrap;
    display: none;
}

/* Tampilkan badge hanya untuk link tertentu */
.kglist321 ul li a[href*="ongoing"]::after,
.kglist321 ul li a[href*="complete"]::after {
    display: inline-block;
}

/* ===== FOOTER (sudah ada, dipastikan konsisten) ===== */
footer#footer {
    background: linear-gradient(180deg, #0f1219, #0a0c14);
    border-top: 1px solid #232b38;
    margin-top: 4rem;
    padding: 3rem 0 2rem;
}

#footzer .center {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.stbwid {
    background: #141a24;
    border: 1px solid #232b38;
    border-radius: 16px;
    padding: 1.8rem;
    transition: all 0.3s ease;
}

.stbwid:hover {
    border-color: #3b82f6;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(59, 130, 246, 0.15);
}

.stbwid h3 {
    color: white;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
    position: relative;
    display: inline-block;
}

.stbwid h3::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 40px;
    height: 3px;
    background: #3b82f6;
    border-radius: 3px;
}

.stbwid .textwidget,
.stbwid .custom-html-widget {
    color: #9ca3af;
    line-height: 1.7;
    font-size: 0.95rem;
}

.stbwid a {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
}

.stbwid a:hover {
    color: #60a5fa;
    text-decoration: underline;
}

/* ===== CREDIT / COPYRIGHT ===== */
#credit {
    text-align: center;
    padding: 2rem 20px 1rem;
    color: #6b7280;
    font-size: 0.9rem;
    border-top: 1px solid #1e2530;
    margin-top: 2rem;
}

#credit i.fa.fa-heart {
    color: #ef4444;
    margin: 0 3px;
}

#credit a {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
}

#credit a:hover {
    color: #60a5fa;
    text-decoration: underline;
}

/* ===== HIDE UNWANTED ELEMENTS ===== */
#lightsoff,
.iklan,
.home .rvad h1,
.home #sidebar {
    display: none !important;
}

/* ===== RESPONSIVE UNTUK JADWAL RILIS ===== */
@media (max-width: 992px) {
    section.col-md-12 > h1 {
        font-size: 2rem;
    }
    
    .kglist321 h2 {
        font-size: 1.4rem;
        padding: 1rem 1.5rem;
    }
    
    .kglist321 ul li a {
        padding: 0.9rem 1.5rem;
    }
}

@media (max-width: 768px) {
    section.col-md-12 > h1 {
        font-size: 1.8rem;
        display: block;
        text-align: center;
        border-bottom: none;
        padding-bottom: 5px;
    }
    
    section.col-md-12 > h1::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    section.col-md-12 > center {
        font-size: 0.85rem;
        padding: 0.6rem 1rem;
        max-width: 90%;
    }
    
    .kglist321 {
        border-radius: 16px;
        margin-bottom: 1.5rem;
    }
    
    .kglist321 h2 {
        font-size: 1.3rem;
        padding: 0.9rem 1.2rem;
    }
    
    .kglist321 h2::before {
        font-size: 1.2rem;
        margin-right: 8px;
    }
    
    .kglist321 ul li a {
        padding: 0.8rem 1.2rem;
        font-size: 0.95rem;
    }
    
    .kglist321 ul li a::before {
        left: 1rem;
    }
    
    .kglist321 ul li a:hover {
        padding-left: 2rem;
    }
    
    .kglist321 ul li a:hover::before {
        left: 1.3rem;
    }
}

@media (max-width: 576px) {
    section.col-md-12 > h1 {
        font-size: 1.5rem;
    }
    
    .kglist321 h2 {
        font-size: 1.2rem;
        padding: 0.8rem 1rem;
    }
    
    .kglist321 ul li a {
        padding: 0.7rem 1rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    section.col-md-12 > h1 {
        font-size: 1.3rem;
    }
    
    .kglist321 h2 {
        font-size: 1.1rem;
        padding: 0.7rem 0.8rem;
    }
    
    .kglist321 ul li a {
        padding: 0.6rem 0.8rem;
        font-size: 0.85rem;
    }
    
    .kglist321 ul li a::before {
        left: 0.8rem;
    }
    
    .kglist321 ul li a:hover {
        padding-left: 1.5rem;
    }
    
    .kglist321 ul li a:hover::before {
        left: 1rem;
    }
}


/* ===== SECTION HEADERS ===== */
.judul-kategori {
    background: linear-gradient(90deg, #1a1f2b, #0f1219) !important;
    border-left: 4px solid #3b82f6;
    padding: 1rem!important;
    margin-bottom: 2rem !important;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.judul-kategori h2 {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    background: none !important;
    color: #ffffff !important;
    margin: 0 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.judul-kategori a {
    background: linear-gradient(135deg, #3b82f6, #2563eb) !important;
    color: white !important;
    padding: 0.6rem 1.5rem !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    border: none !important;
}

.judul-kategori a:hover {
    background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
    text-decoration: none !important;
}

/* ===== ANIME CARDS ===== */
.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.col-md-2 {
    padding: 0 10px;
    width: 20%;
}

.list-movie {
    background: #141a24;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    height: 100%;
    border: 1px solid #232b38;
}

.list-movie:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4), 0 0 0 1px #3b82f6;
}

.detpost {
    position: relative;
}

.thumb {
    position: relative;
    overflow: hidden;
}

.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.list-movie:hover .thumb img {
    transform: scale(1.1);
}

.thumb h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95), transparent) !important;
    color: white !important;
    padding: 2rem 0.8rem 0.8rem !important;
    margin: 0 !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.list-movie:hover .thumb h2 {
    background: linear-gradient(to top, #1e3a8a, transparent) !important;
}

/* Episode badge */
.epz {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(0, 0, 0, 0.85);
    color: white;
    padding: 0.3rem 0.6rem;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 600;
    z-index: 2;
    border: 1px solid #3b82f6;
    backdrop-filter: blur(4px);
}

.epztipe {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(59, 130, 246, 0.9);
    color: white;
    padding: 0.3rem 0.6rem;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 600;
    z-index: 2;
    backdrop-filter: blur(4px);
}

.newnime {
    position: absolute;
    bottom: 50px;
    right: 8px;
    background: #ef4444;
    color: white;
    padding: 0.2rem 0.6rem;
    border-radius: 20px;
    font-size: 0.65rem;
    font-weight: 600;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.4);
}

/* Play button overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(59, 130, 246, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1;
}

.overlay::before {
    content: '▶';
    font-size: 1.8rem;
    color: white;
/*    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);*/
    background: rgba(59, 130, 246, 0.8);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.8);
    transition: all 0.3s ease;
}

.list-movie:hover .overlay {
    opacity: 1;
}

.list-movie:hover .overlay::before {
    transform: scale(1);
}

/* ===== GENRE LIST ===== */
.genres {
    list-style: none;
    padding: 1.5rem;
    background: #141a24;
    border-radius: 12px;
    border: 1px solid #232b38;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1rem 0 2rem;
}

.genres li {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.genres a {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #1f2937;
    color: #9ca3af;
    text-decoration: none;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.2s ease;
    border: 1px solid #2d3748;
}

.genres a:hover {
    background: #3b82f6;
    color: white;
    border-color: #3b82f6;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

/* ===== RESPONSIVE DESIGN ===== */
/* Tablet (768px - 992px) */
@media (max-width: 992px) {
    
    
    /* 3 columns for tablets */
    .col-md-2 {
        width: 25%;
    }
}

/* Mobile Landscape (576px - 768px) */
@media (max-width: 768px) {
   
    
    /* Section headers */
    .judul-kategori {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
        padding: 1rem !important;
    }
    
    .judul-kategori h2 {
        font-size: 1.2rem !important;
    }
    
    .judul-kategori a {
        width: 100%;
        text-align: center;
        padding: 0.5rem !important;
        font-size: 0.8rem !important;
    }
    
    /* 2 columns for mobile */
    .col-md-2 {
        width: 50%;
    }
    
    /* Genre list */
    .genres a {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
    
    /* Card adjustments */
    .thumb h2 {
        font-size: 0.8rem !important;
        padding: 1.5rem 0.5rem 0.5rem !important;
    }
    
    .epz, .epztipe {
        font-size: 0.65rem;
        padding: 0.2rem 0.5rem;
    }
    
    /* Adjust body padding for mobile */
    body {
        padding-top: 60px;
    }
    
    .mobile-menu-panel {
        top: 60px;
    }
}

/* Mobile Portrait (max 576px) */
@media (max-width: 576px) {
    
    
    /* 2 columns tetap */
    .col-md-2 {
        width: 50%;
        padding: 0 6px;
    }
    
    .row {
        margin: 0 -6px;
    }
    
    /* Card lebih compact */
    .list-movie {
        border-radius: 8px;
    }
    
    .thumb h2 {
        font-size: 0.7rem !important;
        padding: 1.2rem 0.4rem 0.4rem !important;
    }
    
    .epz, .epztipe {
        font-size: 0.6rem;
        padding: 0.15rem 0.4rem;
    }
    
    .newnime {
        bottom: 40px;
        font-size: 0.6rem;
        padding: 0.15rem 0.4rem;
    }
    
    .overlay::before {
        width: 35px;
        height: 35px;
        font-size: 1.8rem;
    }
    
 
}

/* Small phones (max 380px) */
@media (max-width: 380px) {
    .col-md-2 {
        width: 50%; /* 1 column for very small phones */
    }
    
    
}

/* ===== SCROLLBAR ===== */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #0f1219;
}

::-webkit-scrollbar-thumb {
    background: #2d3748;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #3b82f6;
}

/* ===== UTILITY CLASSES ===== */
.text-gradient {
    background: linear-gradient(135deg, #3b82f6, #60a5fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-glass {
    background: rgba(20, 26, 36, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(59, 130, 246, 0.1);
}






/* ===== VARIABLES ===== */
:root {
  --primary: #3b82f6;
  --primary-dark: #2563eb;
  --primary-light: #60a5fa;
  --bg-dark: #0a0c14;
  --bg-header: #0f1219;
  --bg-header-light: #1a1f2b;
  --border-color: #2a313e;
  --text-light: #e5e7eb;
  --text-gray: #9ca3af;
  --text-dark: #6b7280;
  --shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  --transition: all 0.3s ease;
}

/* ===== HEADER BASE ===== */
.site-header {
  background: linear-gradient(180deg, var(--bg-header) 0%, var(--bg-header-light) 100%);
  border-bottom: 1px solid var(--border-color);
  box-shadow: var(--shadow);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
  transform: translateY(0);
  width: 100%;
}

/* Header hide on scroll */
.site-header.header-hidden {
  transform: translateY(-100%);
}

.site-header.header-visible {
  transform: translateY(0);
}

/* Header container */
.header-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  gap: 2rem;
}

/* ===== LOGO ===== */
.header-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.header-logo img {
  height: 45px;
  width: auto;
  filter: drop-shadow(0 0 8px var(--primary));
  transition: var(--transition);
}

.header-logo img:hover {
  transform: scale(1.05) rotate(2deg);
  filter: drop-shadow(0 0 12px var(--primary));
}

/* ===== DESKTOP NAVIGATION ===== */
.desktop-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.25rem;
}

.nav-link {
  color: var(--text-gray);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.6rem 1rem;
  text-decoration: none;
  transition: var(--transition);
  position: relative;
  border-radius: 8px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-link:hover {
  color: var(--text-light);
  background: rgba(59, 130, 246, 0.1);
}

.nav-link.active {
  color: var(--primary);
  background: rgba(59, 130, 246, 0.15);
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  background: var(--primary);
  border-radius: 2px;
}

/* ===== SEARCH FORM ===== */
.header-search {
  flex-shrink: 0;
}

.search-wrapper {
  display: flex;
  align-items: center;
  background: #1e2432;
  border-radius: 50px;
  border: 1px solid #2d3545;
  transition: var(--transition);
  overflow: hidden;
  height: 40px;
}

.search-wrapper:focus-within {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
  background: #232a38;
}

.search-input {
  background: transparent;
  border: none;
  color: var(--text-light);
  padding: 0 1rem;
  font-size: 0.9rem;
  width: 220px;
  height: 100%;
  outline: none;
}

.search-input::placeholder {
  color: var(--text-dark);
  font-weight: 400;
}

.search-btn {
  background: transparent;
  border: none;
  color: var(--primary);
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
  padding: 0;
}

.search-btn:hover {
  color: var(--primary-light);
  background: rgba(59, 130, 246, 0.1);
}

/* ===== MOBILE TOGGLE ===== */
.mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}

.mobile-toggle span {
  width: 100%;
  height: 2px;
  background: var(--text-light);
  border-radius: 10px;
  transition: var(--transition);
}

/* Mobile toggle animation */
.mobile-toggle.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
  background: var(--primary);
}

.mobile-toggle.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px);
}

.mobile-toggle.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
  background: var(--primary);
}

/* ===== MOBILE NAVIGATION PANEL ===== */
.mobile-nav-panel {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, var(--bg-header-light) 0%, var(--bg-header) 100%);
  border-bottom: 1px solid var(--border-color);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  z-index: 999;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.mobile-nav-panel.active {
  max-height: 400px;
  visibility: visible;
  opacity: 1;
}

.mobile-nav {
  padding: 1rem 0;
}

.mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu li {
  margin: 0;
  padding: 0;
}

.mobile-link {
  display: block;
  padding: 1rem 2rem;
  color: var(--text-gray);
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: var(--transition);
  border-left: 3px solid transparent;
}

.mobile-link:hover,
.mobile-link:active {
  background: rgba(59, 130, 246, 0.1);
  color: var(--primary);
  border-left-color: var(--primary);
}

.mobile-link.active {
  background: rgba(59, 130, 246, 0.15);
  color: var(--primary);
  border-left-color: var(--primary);
}

/* ===== MOBILE OVERLAY ===== */
.mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

.mobile-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ===== RESPONSIVE ===== */
/* Large Desktop */
@media (min-width: 1200px) {
  .search-input {
    width: 280px;
  }
}

/* Desktop */
@media (max-width: 992px) {
  .nav-link {
    padding: 0.5rem 0.8rem;
    font-size: 0.8rem;
  }
  
  .search-input {
    width: 180px;
  }
  
  .header-content {
    gap: 1rem;
  }
}

/* Tablet & Mobile */
@media (max-width: 768px) {
  .desktop-nav {
    display: none;
  }
  
  .mobile-toggle {
    display: flex;
  }
  
  .header-content {
    height: 60px;
  }
  
  .header-logo img {
    height: 35px;
  }
  
  .search-input {
    width: 160px;
  }
  
  .header-container {
    padding: 0 1rem;
  }
  
  body {
    padding-top: 60px;
  }
  
  .mobile-nav-panel {
    top: 60px;
  }
}

/* Mobile Small */
@media (max-width: 480px) {
  .header-content {
    gap: 0.5rem;
  }
  
  .search-input {
    width: 130px;
    padding: 0 0.5rem;
    font-size: 0.85rem;
  }
  
  .search-wrapper {
    height: 35px;
  }
  
  .search-btn {
    width: 35px;
  }
  
  .mobile-link {
    padding: 0.8rem 1.5rem;
    font-size: 0.95rem;
  }
  
  .header-logo img {
    height: 30px;
  }
}

/* Extra Small */
@media (max-width: 360px) {
  .search-input {
    width: 110px;
  }
  
  .header-container {
    padding: 0 0.75rem;
  }
}

/* Body padding untuk fixed header */
body {
  padding-top: 70px;
  margin: 0;
  background: var(--bg-dark);
  color: var(--text-light);
}

@media (max-width: 768px) {
  body {
    padding-top: 60px;
  }
}

/* ===== FIX GRID LIST ANIME (IMPORTANT) ===== */
.venz ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.venz ul li {
    width: calc(20% - 14px); /* 6 kolom */
    list-style: none;
}

/* ===== CARD FIX ===== */
.detpost {
    height: 100%;
}

.thumb {
    width: 100%;
}

.thumbz {
    display: block;
}

/* Pastikan link full area */
.thumb a {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

/* ===== FIX IMAGE SIZE CONSISTENT ===== */
.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

/* ===== TITLE FIX ===== */
.jdlflm {
    font-size: 0.85rem !important;
    font-weight: 600;
    line-height: 1.3;
}

/* ===== PAGINATION FIX ===== */
.pagination {
    margin-top: 2rem;
    text-align: center;
}

.pagenavix {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
}

.pagenavix .page-numbers {
    padding: 6px 10px;
    background: #1f2937;
    color: #9ca3af;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.85rem;
}

.pagenavix .current {
    background: #3b82f6;
    color: #fff;
}

/* ===== RESPONSIVE FIX ===== */
@media (max-width: 1200px) {
    .venz ul li {
        width: calc(20% - 14px); /* 5 kolom */
    }
}

@media (max-width: 992px) {
    .venz ul li {
        width: calc(25% - 12px); /* 4 kolom */
    }
}

@media (max-width: 768px) {
    .venz ul li {
        width: calc(33.333% - 10px); /* 3 kolom */
    }
}

@media (max-width: 576px) {
    .venz ul li {
        width: calc(50% - 8px); /* 2 kolom */
    }
}

@media (max-width: 380px) {
    .venz ul li {
        width: calc(50% - 8px);
    }
}
.list-movie {
    display: flex;
    flex-direction: column;
}
/* ===== SECTION HEADERS (JUDUL KATEGORI) - TANPA UBAH HTML ===== */
.judul-kategori {
    background: linear-gradient(90deg, #1a1f2b 0%, #0f1219 100%) !important;
    border-left: 4px solid #3b82f6;
    padding: 1rem!important;
    margin-bottom: 2.5rem !important;
    border-radius: 0 12px 12px 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

/* Efek glow di pojok kanan */
.judul-kategori::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.judul-kategori h2 {
    font-size: 1.6rem !important;
    font-weight: 800 !important;
    background: none !important;
    color: #ffffff !important;
    margin: 0 !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    line-height: 1.2;
}

/* Memberi efek pada judul tanpa mengubah HTML */
.judul-kategori h2:first-child {
    position: relative;
    padding-left: 5px;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

/* Link di dalam judul kategori */
.judul-kategori a {
    background: linear-gradient(135deg, #3b82f6, #2563eb) !important;
    color: white !important;
    padding: 0.7rem 2rem !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: none !important;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}


.judul-kategori a:hover {
    background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.5) !important;
}

.judul-kategori a:hover::after {
    transform: translateX(5px);
}


/* ===== PAGINATION - TANPA UBAH HTML ===== */
.pagination {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0.5rem !important;
    margin: 3rem 0 2rem !important;
    padding: 0 !important;
    list-style: none !important;
    flex-wrap: wrap !important;
    width: 100% !important;
}

/* Style untuk semua link dan span di pagination */
.pagination a,
.pagination span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 45px !important;
    height: 45px !important;
    padding: 0 0.5rem !important;
    background: #141a24 !important;
    color: #9ca3af !important;
    text-decoration: none !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    transition: all 0.3s ease !important;
    border: 1px solid #232b38 !important;
    position: relative !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    line-height: 1 !important;
    margin: 0 !important;
}

/* Efek ripple tanpa mengubah HTML */
.pagination a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(59, 130, 246, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.5s ease, height 0.5s ease;
    z-index: 0;
    pointer-events: none;
}

.pagination a:hover::before {
    width: 200px;
    height: 200px;
}

.pagination a:hover {
    background: #3b82f6 !important;
    color: white !important;
    border-color: #3b82f6 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.4) !important;
}

/* Style untuk current page (span) */
.pagination span:not([class*="dots"]):not([class*="prev"]):not([class*="next"]) {
    background: linear-gradient(135deg, #3b82f6, #2563eb) !important;
    color: white !important;
    border-color: #3b82f6 !important;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3) !important;
    font-weight: 700 !important;
    transform: scale(1.05);
}

/* Style untuk tombol Prev/Next berdasarkan teks */
.pagination a[href*="page"]:contains("Prev"),
.pagination a[href*="page"]:contains("prev"),
.pagination a[href*="page"]:contains("Previous"),
.pagination a[rel="prev"] {
    background: #1a1f2b !important;
    padding: 0 1.2rem !important;
    gap: 5px;
    font-weight: 500;
}

/* Tambah icon panah untuk Prev tanpa mengubah HTML */
.pagination a[rel="prev"]::before,
.pagination a:contains("Prev")::before,
.pagination a:contains("prev")::before {
    content: '←';
    font-size: 1.2rem;
    margin-right: 8px;
    line-height: 1;
}

/* Style untuk tombol Next */
.pagination a[rel="next"]::after,
.pagination a:contains("Next")::after,
.pagination a:contains("next")::after {
    content: '→';
    font-size: 1.2rem;
    margin-left: 8px;
    line-height: 1;
}

/* Style untuk pagination dots */
.pagination .dots,
.pagination span:contains("..."),
.pagination span:contains("…") {
    background: transparent !important;
    border: none !important;
    color: #6b7280 !important;
    min-width: 30px !important;
    box-shadow: none !important;
    pointer-events: none;
}

.pagination .dots:hover,
.pagination span:contains("..."):hover {
    background: transparent !important;
    transform: none !important;
    box-shadow: none !important;
}

/* Style untuk nomor halaman aktif */
.pagination .current {
    background: linear-gradient(135deg, #3b82f6, #2563eb) !important;
    color: white !important;
    border-color: #3b82f6 !important;
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4) !important;
}

/* Menambahkan efek disabled untuk prev/next */
.pagination a[rel="prev"][aria-disabled="true"],
.pagination a[rel="next"][aria-disabled="true"],
.pagination a:contains("Prev"):not([href]),
.pagination a:contains("Next"):not([href]) {
    opacity: 0.5;
    pointer-events: none;
    background: #1a1f2b !important;
}

/* Style khusus untuk pagination info (jika ada) */
.pagination + p,
.pagination + div:not(.pagination) {
    text-align: center;
    color: #6b7280;
    font-size: 0.9rem;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.pagination + p span,
.pagination + div:not(.pagination) span {
    color: #3b82f6;
    font-weight: 600;
    background: rgba(59, 130, 246, 0.1);
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    border: 1px solid rgba(59, 130, 246, 0.2);
}

/* ===== RESPONSIVE UNTUK JUDUL KATEGORI ===== */
@media (max-width: 768px) {
    .judul-kategori {
        flex-direction: column;
        gap: 1.2rem;
        text-align: center;
        padding: 1.2rem !important;
        border-left-width: 3px;
    }
    
    .judul-kategori h2 {
        font-size: 1.3rem !important;
        justify-content: center;
        width: 100%;
    }
    
    .judul-kategori h2::before {
        font-size: 1.3rem;
    }
    
    .judul-kategori a {
        width: 100%;
        text-align: center;
        justify-content: center;
        padding: 0.6rem 1rem !important;
        font-size: 0.85rem !important;
    }
    
    .judul-kategori a::after {
        content: '→';
    }
}

@media (max-width: 480px) {
    .judul-kategori h2 {
        font-size: 1.1rem !important;
    }
}

/* ===== RESPONSIVE UNTUK PAGINATION ===== */
@media (max-width: 768px) {
    .pagination {
        gap: 0.4rem !important;
        margin: 2rem 0 1.5rem !important;
    }
    
    .pagination a,
    .pagination span {
        min-width: 40px !important;
        height: 40px !important;
        font-size: 0.9rem !important;
        border-radius: 10px !important;
    }
    
    /* Sembunyikan teks prev/next di mobile, tampilkan hanya icon */
    .pagination a[rel="prev"],
    .pagination a[rel="next"],
    .pagination a:contains("Prev"),
    .pagination a:contains("Next"),
    .pagination a:contains("prev"),
    .pagination a:contains("next") {
        width: 40px !important;
        min-width: 40px !important;
        padding: 0 !important;
        font-size: 0 !important; /* Sembunyikan teks */
    }
    
    .pagination a[rel="prev"]::before,
    .pagination a:contains("Prev")::before,
    .pagination a:contains("prev")::before {
        font-size: 1.2rem !important;
        margin-right: 0 !important;
    }
    
    .pagination a[rel="next"]::after,
    .pagination a:contains("Next")::after,
    .pagination a:contains("next")::after {
        font-size: 1.2rem !important;
        margin-left: 0 !important;
    }
}

@media (max-width: 480px) {
    .pagination {
        gap: 0.3rem !important;
    }
    
    .pagination a,
    .pagination span {
        min-width: 35px !important;
        height: 35px !important;
        font-size: 0.85rem !important;
        border-radius: 8px !important;
    }
    
    .pagination a[rel="prev"],
    .pagination a[rel="next"] {
        width: 35px !important;
        min-width: 35px !important;
    }
}

/* ===== ANIMASI UNTUK PAGINATION ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Beri animasi pada setiap item pagination */
.pagination a,
.pagination span {
    animation: fadeInUp 0.5s ease forwards;
    animation-delay: calc(var(--item-index, 0) * 0.05s);
    opacity: 0;
}

/* Fallback untuk browser yang tidak support custom property */
.pagination a:nth-child(1) { animation-delay: 0.05s; }
.pagination a:nth-child(2) { animation-delay: 0.1s; }
.pagination a:nth-child(3) { animation-delay: 0.15s; }
.pagination a:nth-child(4) { animation-delay: 0.2s; }
.pagination a:nth-child(5) { animation-delay: 0.25s; }
.pagination a:nth-child(6) { animation-delay: 0.3s; }
.pagination a:nth-child(7) { animation-delay: 0.35s; }
.pagination a:nth-child(8) { animation-delay: 0.4s; }
.pagination a:nth-child(9) { animation-delay: 0.45s; }
.pagination a:nth-child(10) { animation-delay: 0.5s; }

/* ===== AKSESIBILITAS ===== */
.pagination a:focus-visible {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}
/* ===== RESET & BASE (minimal, tidak mengubah header) ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Hanya style untuk konten, body background sudah ada */
body {
    background: #0a0c14;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: #e5e7eb;
}



/* ===== SECTION TITLE (h2) ===== */
section.col-md-12 > h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #ffffff;
    margin: 1rem 0 2rem;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: linear-gradient(135deg, #3b82f6, #60a5fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 10px rgba(59, 130, 246, 0.2);
}

section.col-md-12 > h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #60a5fa);
    border-radius: 4px;
    box-shadow: 0 0 15px #3b82f6;
}

/* ===== ABJAD NAVIGATION (A-Z) ===== */
.abjtext {
    background: #141a24;
    border: 1px solid #232b38;
    border-radius: 16px;
    padding: 1.2rem;
    margin: 2rem 0 2.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.abjtext::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -10%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.abjtext a {
    color: #9ca3af;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.6rem 1rem;
    border-radius: 10px;
    transition: all 0.2s ease;
    border: 1px solid transparent;
    min-width: 45px;
    text-align: center;
    background: #1f2937;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.abjtext a:hover {
    background: #3b82f6;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.4);
    border-color: #3b82f6;
}

.abjtext .clear {
    display: none;
}

/* ===== LIST ANIME PER HURUF ===== */
#abtext {
    margin-top: 2rem;
}

.bariskelom {
    background: #141a24;
    border: 1px solid #232b38;
    border-radius: 20px;
    margin-bottom: 2rem;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.bariskelom:hover {
    border-color: #3b82f6;
    box-shadow: 0 15px 35px rgba(59, 130, 246, 0.2);
    transform: translateY(-2px);
}

.barispenz {
    background: linear-gradient(90deg, #1e2636, #141a24);
    padding: 1.2rem 2rem;
    border-bottom: 1px solid #232b38;
    position: relative;
    overflow: hidden;
}

.barispenz::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.05));
    pointer-events: none;
}

.barispenz a[name] {
    color: white;
    font-size: 2.2rem;
    font-weight: 800;
    text-decoration: none;
    position: relative;
    display: inline-block;
    text-shadow: 0 2px 10px rgba(59, 130, 246, 0.5);
}

.barispenz a[name]::before {
    content: '#';
    color: #3b82f6;
    margin-right: 8px;
    font-size: 1.8rem;
    opacity: 0.7;
    font-weight: 700;
}

/* Container untuk list anime */
.penzbar {
    padding: 0.2rem 0;
}

.jdlbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.jdlbar ul li {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px #1a1f2b solid!important;
}

.jdlbar ul li:last-child {
    border-bottom: none;
}

.jdlbar ul li a.hodebgst {
    display: flex;
    align-items: center;
    padding: 1rem 2rem;
    color: #d1d5db;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
    gap: 10px;
    flex-wrap: wrap;
}

.jdlbar ul li a.hodebgst:hover {
    background: rgba(59, 130, 246, 0.1);
    color: white;
    padding-left: 2.5rem;
}


.jdlbar ul li a.hodebgst:hover::before {
    opacity: 1;
    left: 1.8rem;
}

/* Style untuk status (On-Going / Complete) */


.jdlbar ul li a.hodebgst span[style*="color: #53eb53"] {
    background: rgba(34, 197, 94, 0.15) !important;
    color: #4ade80 !important;
    border-color: rgba(34, 197, 94, 0.3) !important;
    padding: 0.3rem 1rem !important;
    border-radius: 30px !important;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    margin-left: 10px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    white-space: nowrap;
}

.jdlbar ul li a.hodebgst span[style*="color: #5a5aff"] {
    background: rgba(59, 130, 246, 0.15) !important;
    color: #3b82f6 !important;
    border-color: rgba(59, 130, 246, 0.3) !important;
    padding: 0.3rem 1rem !important;
    border-radius: 30px !important;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    margin-left: 10px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    white-space: nowrap;
}

/* ===== PAGINATION ===== */
.navigation {
    margin: 3rem 0 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.navigation .alignleft,
.navigation .alignright {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.navigation a,
.navigation span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    height: 45px;
    padding: 0 1.2rem;
    background: #141a24;
    color: #9ca3af;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    border: 1px solid #232b38;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.navigation a:hover {
    background: #3b82f6;
    color: white;
    border-color: #3b82f6;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.4);
}

.navigation span {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
    border-color: #3b82f6;
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
    font-weight: 700;
}

/* ===== FOOTER ===== */
footer#footer {
    background: linear-gradient(180deg, #0f1219, #0a0c14);
    border-top: 1px solid #232b38;
    margin-top: 4rem;
    padding: 3rem 0 2rem;
}

#footzer .center {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.stbwid {
    background: #141a24;
    border: 1px solid #232b38;
    border-radius: 16px;
    padding: 1.8rem;
    transition: all 0.3s ease;
}

.stbwid:hover {
    border-color: #3b82f6;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(59, 130, 246, 0.15);
}

.stbwid h3 {
    color: white;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
    position: relative;
    display: inline-block;
}

.stbwid h3::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 40px;
    height: 3px;
    background: #3b82f6;
    border-radius: 3px;
}

.stbwid .textwidget,
.stbwid .custom-html-widget {
    color: #9ca3af;
    line-height: 1.7;
    font-size: 0.95rem;
}

.stbwid a {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
}

.stbwid a:hover {
    color: #60a5fa;
    text-decoration: underline;
}

/* ===== CREDIT / COPYRIGHT ===== */
#credit {
    text-align: center;
    padding: 2rem 20px 1rem;
    color: #6b7280;
    font-size: 0.9rem;
    border-top: 1px solid #1e2530;
    margin-top: 2rem;
}

#credit i.fa.fa-heart {
    color: #ef4444;
    margin: 0 3px;
}

#credit a {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
}

#credit a:hover {
    color: #60a5fa;
    text-decoration: underline;
}

/* ===== HIDE UNWANTED ELEMENTS ===== */
#lightsoff,
.iklan,
.home .rvad h1,
.home #sidebar {
    display: none !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  
    
    section.col-md-12 > h2 {
        font-size: 1.8rem;
    }
    
    .barispenz {
        padding: 1rem 1.5rem;
    }
    
    .barispenz a[name] {
        font-size: 1.8rem;
    }
    
    .jdlbar ul li a.hodebgst {
        padding: 0.9rem 1.5rem;
        font-size: 0.95rem;
    }
}

@media (max-width: 768px) {
 
    
    section.col-md-12 > h2 {
        font-size: 1.5rem;
    }
    
    section.col-md-12 > h2::after {
        width: 60px;
        height: 3px;
    }
    
    .abjtext {
        padding: 1rem;
        gap: 0.3rem;
    }
    
    .abjtext a {
        padding: 0.5rem 0.8rem;
        font-size: 0.9rem;
        min-width: 38px;
    }
    
    .bariskelom {
        border-radius: 16px;
    }
    
    .barispenz {
        padding: 0.8rem 1.2rem;
    }
    
    .barispenz a[name] {
        font-size: 1.5rem;
    }
    
    .barispenz a[name]::before {
        font-size: 1.3rem;
    }
    
    .jdlbar ul li a.hodebgst {
        padding: 0.8rem 1.2rem;
        font-size: 0.9rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    
    
    .jdlbar ul li a.hodebgst:hover {
        padding-left: 1.8rem;
    }
    
    .jdlbar ul li a.hodebgst:hover::before {
        left: 1.2rem;
    }
    
    .jdlbar ul li a.hodebgst color,
    .jdlbar ul li a.hodebgst span[style*="color: #53eb53"],
    .jdlbar ul li a.hodebgst span[style*="color: #5a5aff"] {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    
    .navigation {
        flex-direction: column;
        gap: 0.8rem;
    }
    
    .navigation a,
    .navigation span {
        min-width: 40px;
        height: 40px;
        padding: 0 1rem;
        font-size: 0.9rem;
    }
    
    #footzer .center {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0 12px;
    }
    
    .stbwid {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    section.col-md-12 > h2 {
        font-size: 1.3rem;
    }
    
    .abjtext {
        gap: 0.2rem;
    }
    
    .abjtext a {
        padding: 0.4rem 0.6rem;
        font-size: 0.8rem;
        min-width: 32px;
    }
    
    .barispenz a[name] {
        font-size: 1.3rem;
    }
    
    .jdlbar ul li a.hodebgst {
        padding: 0.7rem 1rem;
        font-size: 0.85rem;
    }
    
    .jdlbar ul li a.hodebgst color,
    .jdlbar ul li a.hodebgst span {
        font-size: 0.7rem !important;
        padding: 0.2rem 0.6rem !important;
    }
    
    .navigation a,
    .navigation span {
        min-width: 35px;
        height: 35px;
        font-size: 0.85rem;
    }
}

/* ===== SCROLLBAR KUSTOM ===== */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #0f1219;
}

::-webkit-scrollbar-thumb {
    background: #2d3748;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #3b82f6;
}

/* ===== MODIFIKASI UNTUK JUDUL MOVIE DAN TAG SATU BARIS DI MOBILE ===== */
@media (max-width: 768px) {
    /* Judul movie dan tag dalam satu baris */
    .jdlbar ul li a.hodebgst {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 0.8rem 1.2rem !important;
        font-size: 0.9rem !important;
        gap: 10px !important;
    }
    
    /* Potong judul jika terlalu panjang */
    .jdlbar ul li a.hodebgst {
        white-space: nowrap !important;
    }
    
    .jdlbar ul li a.hodebgst > *:first-child {
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }
    
    /* Style untuk status (On-Going / Complete) */
    .jdlbar ul li a.hodebgst color,
    .jdlbar ul li a.hodebgst span[style*="color: #53eb53"],
    .jdlbar ul li a.hodebgst span[style*="color: #5a5aff"] {
        margin-left: 0 !important;
        width: auto !important;
        min-width: 70px !important;
        text-align: center !important;
        white-space: nowrap !important;
        flex-shrink: 0 !important;
        font-size: 0.7rem !important;
        padding: 0.25rem 0.6rem !important;
        border-radius: 30px !important;
    }
    
    /* Sembunyikan tag jika tidak memiliki teks */
    .jdlbar ul li a.hodebgst color:empty,
    .jdlbar ul li a.hodebgst span[style*="color: #53eb53"]:empty,
    .jdlbar ul li a.hodebgst span[style*="color: #5a5aff"]:empty {
        display: none !important;
    }
    
    /* Sembunyikan tag jika hanya berisi spasi atau kosong */
    .jdlbar ul li a.hodebgst color:not(:empty):not(:contains),
    .jdlbar ul li a.hodebgst span[style*="color: #53eb53"]:not(:empty):not(:contains),
    .jdlbar ul li a.hodebgst span[style*="color: #5a5aff"]:not(:empty):not(:contains) {
        display: none !important;
    }
}

/* ===== UNTUK VERY SMALL PHONES ===== */
@media (max-width: 480px) {
    .jdlbar ul li a.hodebgst {
        padding: 0.7rem 1rem !important;
        font-size: 0.85rem !important;
        gap: 8px !important;
    }
    
    .jdlbar ul li a.hodebgst color,
    .jdlbar ul li a.hodebgst span[style*="color: #53eb53"],
    .jdlbar ul li a.hodebgst span[style*="color: #5a5aff"] {
        min-width: 60px !important;
        font-size: 0.65rem !important;
        padding: 0.2rem 0.5rem !important;
    }
}

@media (max-width: 360px) {
    .jdlbar ul li a.hodebgst {
        padding: 0.6rem 0.8rem !important;
        font-size: 0.8rem !important;
        gap: 5px !important;
    }
    
    .jdlbar ul li a.hodebgst color,
    .jdlbar ul li a.hodebgst span[style*="color: #53eb53"],
    .jdlbar ul li a.hodebgst span[style*="color: #5a5aff"] {
        min-width: 55px !important;
        font-size: 0.6rem !important;
        padding: 0.15rem 0.4rem !important;
    }
}
/* ===== PERBAIKAN HOVER UNTUK CARD ANIME ===== */
/* Hover effect untuk card - menggunakan class yang ada di HTML */

/* Efek hover pada card */
.venz ul li:hover .list-movie {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4), 0 0 0 1px #3b82f6;
}

/* Hover image - zoom */
.venz ul li:hover .thumb img {
    transform: scale(1.1);
}

/* Hover title - ganti background gradient */
.venz ul li:hover .thumb h2 {
    background: linear-gradient(to top, #1e3a8a, transparent) !important;
}

/* Hover overlay - muncul */
.venz ul li:hover .overlay {
    opacity: 1;
}

.venz ul li:hover .overlay::before {
    transform: scale(1);
}

/* Efek hover pada badge */
.venz ul li:hover .epz {
    background: #3b82f6;
    color: white;
    transform: scale(1.05);
}

.venz ul li:hover .epztipe {
    background: #2563eb;
    transform: scale(1.05);
}

.venz ul li:hover .newnime {
    background: #dc2626;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.6);
}

/* ===== RESPONSIVE HOVER ===== */
@media (max-width: 768px) {
    .venz ul li:hover .list-movie {
        transform: translateY(-4px);
    }
    
    .venz ul li:hover .overlay::before {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 576px) {
    .venz ul li:hover .list-movie {
        transform: translateY(-3px);
    }
    
    .venz ul li:hover .overlay::before {
        width: 35px;
        height: 35px;
    }
}