body { background: #f1f5f9; }

/* HEADER */
.publikasi-header {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    padding: 40px;
    border-radius: 34px;
    color: #fff;
    box-shadow: 0 18px 40px rgba(15,23,42,.12);
}
.publikasi-logo {
    width: 82px; height: 82px;
    border-radius: 24px;
    background: rgba(255,255,255,.10);
    display: flex; align-items: center; justify-content: center;
    font-size: 34px;
}
.publikasi-title { font-size: 38px; font-weight: 700; margin-bottom: 8px; }
.publikasi-subtitle { font-size: 15px; opacity: .9; line-height: 1.8; }
.publikasi-badge {
    display: inline-block; padding: 14px 24px;
    border-radius: 40px; background: rgba(255,255,255,.12);
    font-weight: 600;
}

/* SUMMARY CARDS */
.summary-card {
    padding: 28px; border-radius: 28px; color: #fff;
    display: flex; align-items: center; gap: 20px;
    box-shadow: 0 16px 36px rgba(0,0,0,.08);
}
.summary-card h2 { font-size: 34px; font-weight: 700; margin-bottom: 6px; }
.summary-icon {
    width: 74px; height: 74px; border-radius: 22px;
    background: rgba(255,255,255,.16);
    display: flex; align-items: center; justify-content: center; font-size: 28px;
}
.bg-primary-gradient { background: linear-gradient(135deg, #2563eb, #1d4ed8); }
.bg-success-gradient { background: linear-gradient(135deg, #16a34a, #15803d); }
.bg-warning-gradient { background: linear-gradient(135deg, #f59e0b, #d97706); }

/* UNIVERSAL CARD DESIGN */
.publikasi-card {
    background: #fff; padding: 30px; border-radius: 30px;
    box-shadow: 0 12px 32px rgba(15,23,42,.05);
    border: 1px solid #e2e8f0; transition: .3s;
}
.publikasi-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(15,23,42,.08);
}
.card-title { font-size: 22px; font-weight: 700; color: #0f172a; }
.chart-badge {
    display: inline-flex; align-items: center; padding: 10px 16px;
    border-radius: 30px; background: #eff6ff; color: #2563eb;
    font-size: 12px; font-weight: 700;
}
.chart-wrapper { position: relative; height: 360px; }

/* TOP JOURNAL LIST */
.journal-item {
    display: flex; justify-content: space-between; align-items: center;
    padding: 14px 0; border-bottom: 1px solid #e2e8f0;
}
.journal-item:last-child { border-bottom: none; }
.journal-title { font-size: 14px; font-weight: 600; color: #334155; line-height: 1.7; }
.journal-badge {
    padding: 7px 14px; border-radius: 30px;
    background: #dbeafe; color: #1d4ed8; font-size: 12px; font-weight: 700;
}

/* PREMIUM MODERN DATATABLE */
#tablePublikasi { border-collapse: separate !important; border-spacing: 0 14px !important; margin-top: 10px !important; }
#tablePublikasi thead th {
    background: #f8fafc; border: none !important; padding: 18px 20px !important;
    font-size: 13px; font-weight: 700; color: #0f172a;
    text-transform: uppercase; letter-spacing: .5px; white-space: nowrap;
}
#tablePublikasi thead th:first-child { border-radius: 18px 0 0 18px; }
#tablePublikasi thead th:last-child { border-radius: 0 18px 18px 0; }

#tablePublikasi tbody tr { background: #fff; transition: .3s; box-shadow: 0 6px 20px rgba(15,23,42,.04); }
#tablePublikasi tbody tr:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(15,23,42,.08); }
#tablePublikasi tbody td { padding: 20px !important; vertical-align: top; border: none !important; background: #fff; }
#tablePublikasi tbody td:first-child { border-radius: 20px 0 0 20px; }
#tablePublikasi tbody td:last-child { border-radius: 0 20px 20px 0; }

.table-no {
    width: 38px; height: 38px; border-radius: 12px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; font-weight: 700; color: #fff;
}
.penulis-box { display: flex; flex-wrap: wrap; gap: 8px; }
.penulis-item { display: inline-block; padding: 7px 12px; border-radius: 30px; background: #eff6ff; color: #1d4ed8; font-size: 12px; font-weight: 600; }
.judul-text { font-size: 14px; font-weight: 600; line-height: 1.8; color: #0f172a; }
.jurnal-box { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 14px; background: #f8fafc; border: 1px solid #e2e8f0; }
.jurnal-icon { width: 34px; height: 34px; border-radius: 10px; background: #dbeafe; display: flex; align-items: center; justify-content: center; color: #2563eb; font-size: 14px; }
.jurnal-text { font-size: 13px; font-weight: 600; line-height: 1.7; color: #334155; }
.tahun-badge {
    display: inline-block; padding: 8px 16px; border-radius: 30px;
    background: linear-gradient(135deg, #16a34a, #15803d); color: #fff;
    font-size: 12px; font-weight: 700; box-shadow: 0 4px 10px rgba(22,163,74,.18);
}

/* DATA TABLES COMPONENT CUSTOMIZATION */
.dataTables_wrapper .dataTables_filter { margin-bottom: 18px; }
.dataTables_wrapper .dataTables_filter input { border-radius: 16px; border: 1px solid #cbd5e1; padding: 12px 16px; margin-left: 10px; background: #fff; min-width: 240px; outline: none; transition: .3s; }
.dataTables_wrapper .dataTables_filter input:focus { border-color: #2563eb; box-shadow: 0 0 0 4px rgba(37,99,235,.10); }
.dataTables_wrapper .dataTables_length select { border-radius: 14px; border: 1px solid #cbd5e1; padding: 8px 14px; margin: 0 8px; }
.dataTables_wrapper .dataTables_paginate { margin-top: 18px !important; }
.dataTables_wrapper .dataTables_paginate .paginate_button { padding: 10px 16px !important; margin: 0 4px !important; border: none !important; border-radius: 14px !important; background: #f1f5f9 !important; color: #334155 !important; font-weight: 600 !important; transition: .3s; }
.dataTables_wrapper .dataTables_paginate .paginate_button:hover { background: #dbeafe !important; color: #1d4ed8 !important; }
.dataTables_wrapper .dataTables_paginate .paginate_button.current { background: linear-gradient(135deg, #2563eb, #1d4ed8) !important; color: #fff !important; box-shadow: 0 8px 18px rgba(37,99,235,.18); }
.dataTables_info { font-size: 13px; color: #64748b; margin-top: 14px; }

/* RESPONSIVE DESIGN */
@media(max-width:768px){
    .chart-wrapper { height: 300px; }
    #tablePublikasi thead { display: none; }
    #tablePublikasi tbody tr { display: block; margin-bottom: 18px; }
    #tablePublikasi tbody td { display: block; width: 100%; border-radius: 0 !important; padding: 14px !important; }
}