@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,400&display=swap');

/* Global Font & Navigasi Atas */
body { font-family: 'Lora', serif; }
.pkp_navigation_user { background-color: #f37021; }
.pkp_navigation_user a { color: #ffffff !important; font-weight: bold; }

/* Header & Banner */
.pkp_structure_head { background-color: #000000; border-bottom: 5px solid #f37021; }
.pkp_site_name .is_img img { max-height: 90px; } 

/* Styling Custom Block Sidebar */
.pkp_block { margin-bottom: 25px; border: 1px solid #e0e0e0; background: #fafafa; }
.pkp_block .title {
    background-color: #f37021;
    color: #ffffff;
    padding: 12px 15px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    border-left: 8px solid #000000; /* Efek pita hitam di kiri */
    margin-top: 0;
}
.pkp_block ul { list-style: none; padding: 0 15px 15px 15px; margin: 0; }
.pkp_block ul li { border-bottom: 1px dashed #ccc; padding: 10px 0; }
.pkp_block ul li a { color: #333; text-decoration: none; font-family: sans-serif; font-size: 13px; font-weight: bold; }
.pkp_block ul li a:hover { color: #f37021; }

/* Styling Kartu Homepage (Journal Description) */
.journal-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-top: 4px solid #f37021;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.journal-card h2 { color: #000000; font-size: 20px; font-weight: bold; margin-top: 0; padding-bottom: 10px; border-bottom: 1px solid #eee; }



/* Reset & Styling Kontainer Menu */
.sidebar-menu-table {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    margin: 0 auto;
}

/* 1. Header Kategori Bergradasi & Elegan */
.sidebar-menu-table tr.header-row td {
    padding: 12px 10px 8px 12px !important;
    background: linear-gradient(90deg, rgba(243, 112, 33, 0.12) 0%, rgba(255, 255, 255, 0) 100%) !important;
    border-bottom: 2px solid #f37021 !important;
    border-left: 4px solid #f37021 !important;
    display: block;
    margin-top: 8px; /* Memberi jarak antar kategori */
}

/* Khusus header pertama agar tidak ada margin atas berlebih */
.sidebar-menu-table tr:first-child td {
    margin-top: 0;
}

.sidebar-menu-table tr.header-row span {
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.2px !important;
    font-weight: 800 !important;
    color: #1e293b !important;
    display: block;
}

/* 2. Baris Item Menu */
.sidebar-menu-table tr.item-row td {
    padding: 0 !important;
    border-bottom: 1px dashed #e2e8f0 !important;
    background: transparent;
}

/* 3. Efek Interaktif Tombol / Link */
.sidebar-menu-table tr.item-row td a {
    display: flex !important;
    align-items: center !important;
    padding: 9px 12px !important;
    color: #475569 !important;
    text-decoration: none !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    border-radius: 4px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative;
}

/* Efek Hover (Slide ke kanan + Highlight oranye lembut) */
.sidebar-menu-table tr.item-row td a:hover {
    background: linear-gradient(90deg, #fff3eb 0%, #ffffff 100%) !important;
    color: #f37021 !important;
    padding-left: 18px !important;
    box-shadow: inset 3px 0 0 #f37021;
}

/* 4. Efek Animasi Ikon FontAwesome */
.sidebar-menu-table tr.item-row td a i.fa {
    color: #f37021 !important;
    margin-right: 10px !important;
    width: 18px !important;
    text-align: center !important;
    font-size: 14px !important;
    transition: transform 0.25s ease, color 0.25s ease !important;
    display: inline-block;
}

/* Ikon Zoom & Tilt saat Hover */
.sidebar-menu-table tr.item-row td a:hover i.fa {
    transform: scale(1.25) rotate(-6deg) !important;
    color: #d8570c !important;
}

/* Styling Kontainer Editorial Team */
.custom-editor-sidebar {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.custom-editor-sidebar .editor-section {
    margin-bottom: 20px;
}

/* Header Jabatan Editor */
.custom-editor-sidebar .editor-title {
    background: linear-gradient(90deg, rgba(243, 112, 33, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
    border-bottom: 2px solid #f37021;
    border-left: 4px solid #f37021;
    padding: 8px 10px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 15px;
}

/* Layout Kartu Profil */
.custom-editor-sidebar .editor-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 0 5px 15px 5px;
    border-bottom: 1px dashed #e2e8f0;
}

/* Penyesuaian Foto Editor */
.custom-editor-sidebar .editor-photo {
    width: 65px;
    height: 85px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* Tipografi Informasi Editor */
.custom-editor-sidebar .editor-info {
    flex: 1;
    font-size: 12px;
    color: #475569;
    line-height: 1.4;
}

.custom-editor-sidebar .editor-name {
    display: block;
    font-size: 14px;
    color: #1e293b;
    margin-bottom: 2px;
}

.custom-editor-sidebar .editor-affiliation {
    font-weight: 600;
    margin-bottom: 2px;
}

.custom-editor-sidebar .editor-expertise {
    font-style: italic;
    color: #64748b;
    margin-bottom: 8px;
    font-size: 11px;
}

/* Tombol Link Profil (ORCID/Scholar) */
.custom-editor-sidebar .editor-links a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #f37021;
    font-weight: 600;
    font-size: 11px;
    background: #fff3eb;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.25s ease;
}

.custom-editor-sidebar .editor-links a:hover {
    background: #f37021;
    color: #ffffff;
}

.custom-editor-sidebar .editor-links a i.fa {
    margin-right: 5px;
    font-size: 12px;
}

/* Layout Grid Utama */
.reviewer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
    margin: 30px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Desain Kartu Reviewer */
.reviewer-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 25px 20px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.03);
    position: relative;
    overflow: hidden;
}

/* Pita Oranye di Atas Kartu */
.reviewer-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: #f37021;
}

/* Efek Hover (Melayang & Highlight) */
.reviewer-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 20px rgba(0,0,0,0.08);
    border-color: #f37021;
}

/* Foto Profil Bundar (Diperbesar) */
.rev-photo {
    width: 130px;  /* Ukuran diperbesar */
    height: 130px; /* Ukuran diperbesar */
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 15px auto;
    border: 3px solid #fff3eb;
    box-shadow: 0 0 0 2px #f37021; /* Ketebalan garis luar disesuaikan */
    padding: 4px; /* Jarak antara foto dan garis luar */
}

/* Tipografi Nama & Afiliasi */
.rev-name {
    font-size: 16px;
    color: #1e293b;
    font-weight: 700;
    margin: 0 0 6px 0;
}

.rev-affiliation {
    font-size: 13px;
    color: #64748b;
    margin: 0 0 18px 0;
    line-height: 1.5;
}

/* Tombol Google Scholar */
.rev-gs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    color: #334155 !important;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 20px;
    border: 1px solid #cbd5e1;
    transition: all 0.2s ease;
}

.rev-gs-btn:hover {
    background: #f37021;
    color: #ffffff !important;
    border-color: #f37021;
}

.rev-gs-btn img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}


/* Baris Afiliasi dengan Logo Kampus */
.rev-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    color: #475569;
    margin-bottom: 4px;
    font-weight: 600;
}
.rev-meta img {
    height: 18px;
    object-fit: contain;
}

/* Teks Negara & Bendera */
.rev-country {
    font-size: 12px;
    color: #64748b;
    margin-bottom: 15px;
}

/* Kontainer Tombol Profil (Sinta, Scopus, GS, ORCID) */
.rev-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
}

/* Desain Dasar Tombol */
.btn-badge {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none !important;
    color: #ffffff !important;
    transition: transform 0.2s, box-shadow 0.2s;
}
.btn-badge i.fa {
    margin-right: 5px;
    font-size: 12px;
}
.btn-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
}

/* Warna Spesifik per Indeksasi */
.btn-gs { background-color: #4285F4; }      /* Biru Google */
.btn-scopus { background-color: #E9711C; }  /* Oranye Scopus */
.btn-sinta { background-color: #2F358F; }   /* Biru Gelap SINTA */
.btn-orcid { background-color: #A6CE39; }   /* Hijau Muda ORCID */


/* ========================================================
   1. STRUKTUR UTAMA HEADER & OVERLAY
   ======================================================== */
.pkp_structure_head {
    position: relative;
    border-bottom: 4px solid #f37021 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
}

/* Lapisan Gelap Transparan agar Menu selalu terbaca */
.pkp_structure_head::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(30, 41, 59, 0.85) 100%);
    z-index: 0;
}

/* Memastikan konten tetap di atas lapisan overlay */
.pkp_head_wrapper {
    position: relative;
    z-index: 1;
}

/* ========================================================
   2. LOGO JURNAL
   ======================================================== */
.pkp_site_name .is_img img {
    max-height: 85px !important;
    width: auto;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.3));
    padding: 10px 0;
}

.pkp_site_name .is_img:hover img {
    transform: scale(1.02);
}

/* ========================================================
   3. MENU NAVIGASI UTAMA (DESKTOP)
   ======================================================== */
@media (min-width: 992px) {
    /* Gaya Dasar Teks Menu */
    .pkp_navigation_primary > li > a {
        color: #ffffff !important;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
        font-weight: 600 !important;
        text-transform: uppercase !important;
        font-size: 13px !important;
        letter-spacing: 1px;
        padding: 20px 15px !important;
        position: relative;
        background: transparent !important;
        transition: color 0.3s ease !important;
    }

    /* Warna Teks saat Hover / Aktif */
    .pkp_navigation_primary > li:hover > a,
    .pkp_navigation_primary > li[aria-expanded="true"] > a {
        color: #f37021 !important;
    }

    /* Efek Animasi Garis Bawah (Underline Slide) saat Hover */
    .pkp_navigation_primary > li > a::after {
        content: '';
        position: absolute;
        bottom: 12px;
        left: 50%;
        width: 0;
        height: 3px;
        background: #f37021;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        transform: translateX(-50%);
        border-radius: 2px;
    }

    .pkp_navigation_primary > li:hover > a::after {
        width: 70%;
    }

    /* ========================================================
       4. MENU DROPDOWN (SUB-MENU)
       ======================================================== */
    .pkp_navigation_primary ul {
        background: #ffffff !important;
        border-radius: 8px !important;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
        border: none !important;
        border-top: 3px solid #f37021 !important;
        padding: 10px 0 !important;
        margin-top: 0 !important;
        min-width: 220px;
    }

    /* Teks dalam Dropdown */
    .pkp_navigation_primary ul li a {
        color: #334155 !important;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        padding: 10px 20px !important;
        transition: all 0.2s ease !important;
        background: transparent !important;
        border-bottom: 1px dashed #f1f5f9;
    }

    /* Efek Hover di dalam Dropdown (Bergeser ke Kanan) */
    .pkp_navigation_primary ul li a:hover {
        background: linear-gradient(90deg, #fff3eb 0%, #ffffff 100%) !important;
        color: #f37021 !important;
        padding-left: 28px !important;
        box-shadow: inset 3px 0 0 #f37021;
    }
}

/* ========================================================
   5. TOMBOL PENCARIAN (SEARCH BUTTON)
   ======================================================== */
.pkp_navigation_search_wrapper a {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.1) !important;
    padding: 8px 18px !important;
    border-radius: 25px !important; /* Bentuk Kapsul (Pill) */
    font-weight: 600 !important;
    font-size: 13px !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    transition: all 0.3s ease !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.pkp_navigation_search_wrapper a:hover {
    background: #f37021 !important;
    border-color: #f37021 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(243, 112, 33, 0.3) !important;
}

/* Penyesuaian Ikon pada Menu Admin (Task Count) */
.pkp_navigation_primary .task_count {
    background: #dc2626; /* Merah untuk Notifikasi */
    color: white;
    border-radius: 12px;
    padding: 2px 8px;
    font-size: 11px;
    margin-left: 6px;
    font-weight: bold;
}