/* SIBATIK Pure Theme - No Parent */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Hide skip links */
.cmp_skip_to_content {
    position: absolute;
    left: -9999px;
}

/* Top Bar Hitam */
.pkp_structure_head {
    background: #000;
    padding: 10px 0;
}

.pkp_head_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: flex-end;
}

.pkp_site_name {
    display: none;
}

.pkp_navigation_user {
    display: flex;
    list-style: none;
}

.pkp_navigation_user a {
    color: #fff;
    margin-left: 20px;
    text-decoration: none;
    font-size: 14px;
}

/* Navigation Putih */
.pkp_navigation_primary {
    background: #fff;
    border-bottom: 2px solid #e0e0e0;
    padding: 15px 0;
}

.pkp_navigation_primary_row {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
}

.pkp_navigation_primary ul {
    display: flex;
    list-style: none;
    flex: 1;
}

.pkp_navigation_primary a {
    color: #0c5460;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 20px;
    text-decoration: none;
}

.pkp_navigation_primary a:hover {
    background: #e7f3f5;
}

/* Search Button */
.pkp_search {
    background: #0c5460;
    color: #fff;
    padding: 10px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: auto;
}

/* Hero */
.sibatik-hero {
    background: linear-gradient(135deg, #003d4d 0%, #001f29 100%);
    padding: 80px 40px;
}

.sibatik-hero h1 {
    color: #fff;
    font-size: 2.5em;
    font-weight: 700;
    padding-left: 25px;
    border-left: 6px solid #ffc107;
    max-width: 1200px;
    margin: 0 auto;
}

/* Content */
.pkp_structure_content {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}

/* Sidebar */
.pkp_structure_sidebar {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.pkp_block h2 {
    color: #000;
    font-size: 1.3em;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 3px solid #0c5460;
    margin-bottom: 15px;
}

/* Main Content Heading */
.sibatik-main h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
    border-bottom: 3px solid #f0a500;
    padding-bottom: 10px;
}

/* Hide sidebar-block */
.sidebar-block {
    display: none;
}

/* Journal Metrics */
.journal-metrics {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-left: 5px solid #0c5460;
    border-radius: 8px;
    padding: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}

.metrics-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.metrics-header h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.btn-view-stats {
    background: #ffc107;
    color: #000;
    padding: 8px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
}

.metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
}

.metric-item {
    text-align: center;
}

.metric-value {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
}

.metric-label {
    font-size: 14px;
    color: #333;
}

.metric-label .highlight {
    color: #0c5460;
    font-weight: 600;
}

.author-origins {
    text-align: center;
}

.origins-label {
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
}

.origins-label .highlight {
    color: #0c5460;
    font-weight: 600;
}

.origins-flags {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.flag-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.flag-item .flag-emoji {
    font-size: 28px;
    line-height: 1;
}

.flag-item .flag-icon {
    width: 32px;
    height: 24px;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.flag-item .flag {
    font-size: 24px;
}

.flag-item .percentage {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

@media (max-width: 768px) {
    .metrics-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Footer */
.pkp_structure_footer {
    background: #1a1a1a;
    color: #fff;
    padding: 40px;
    margin-top: 60px;
}

@media (max-width: 768px) {
    .pkp_structure_content {
        grid-template-columns: 1fr;
    }
}
