.laporanzi-page {
    background: linear-gradient(180deg, #eef4fb 0%, #fff 320px);
}

.laporanzi-hero {
    padding: 36px 0 8px;
}

.laporanzi-hero-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 28px;
    align-items: center;
}

.laporanzi-hero-title {
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 800;
    color: #152942;
    margin: 8px 0 12px;
    line-height: 1.2;
}

.laporanzi-hero-intro {
    font-size: 15px;
    line-height: 1.8;
    color: #5a6478;
    max-width: 640px;
    margin: 0;
}

.laporanzi-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.laporanzi-stat {
    background: #fff;
    border: 1px solid #e3ebf6;
    border-radius: 16px;
    padding: 18px 14px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(21, 41, 66, .06);
}

.laporanzi-stat strong {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: var(--theme-primary, #00a651);
    line-height: 1.1;
}

.laporanzi-stat span {
    font-size: 12px;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.laporanzi-toolbar {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
}

.laporanzi-search {
    flex: 1;
    min-width: 240px;
    max-width: 420px;
    position: relative;
}

.laporanzi-search i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
}

.laporanzi-search input {
    width: 100%;
    border: 1px solid #dbe5f1;
    border-radius: 999px;
    padding: 12px 16px 12px 40px;
    font-size: 14px;
    background: #fff;
    transition: border-color .2s, box-shadow .2s;
}

.laporanzi-search input:focus {
    outline: none;
    border-color: var(--theme-secondary, #307ad5);
    box-shadow: 0 0 0 3px rgba(48, 122, 213, .12);
}

.laporanzi-toolbar-hint {
    margin: 0;
    font-size: 13px;
    color: #64748b;
}

.laporanzi-nav-wrap {
    position: sticky;
    top: 0;
    z-index: 25;
    padding: 14px 0;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #e5edf7;
}

.laporanzi-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.laporanzi-nav-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid #dce8f4;
    background: #fff;
    color: #4a5568;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s;
}

.laporanzi-nav-btn i {
    color: var(--theme-secondary, #307ad5);
}

.laporanzi-nav-btn:hover,
.laporanzi-nav-btn.is-active {
    background: var(--theme-secondary, #307ad5);
    border-color: var(--theme-secondary, #307ad5);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(48, 122, 213, .25);
}

.laporanzi-nav-btn:hover i,
.laporanzi-nav-btn.is-active i {
    color: #fff;
}

.laporanzi-nav-badge {
    font-style: normal;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    padding: 2px 7px;
    border-radius: 999px;
    background: rgba(0, 166, 81, .15);
    color: #00884a;
}

.laporanzi-nav-btn.is-active .laporanzi-nav-badge {
    background: rgba(255, 255, 255, .2);
    color: #fff;
}

.laporanzi-nav-badge--archive {
    background: #f1f5f9;
    color: #64748b;
}

.laporanzi-year {
    margin-top: 42px;
    scroll-margin-top: 100px;
}

.laporanzi-year.is-archive .laporanzi-year-head {
    opacity: .95;
}

.laporanzi-year-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 12px;
    margin-bottom: 22px;
    padding-bottom: 16px;
    border-bottom: 2px solid #e8eef5;
}

.laporanzi-year-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #94a3b8;
    margin-bottom: 4px;
}

.laporanzi-year-head h2 {
    margin: 0;
    font-size: clamp(26px, 3vw, 34px);
    font-weight: 800;
    color: #1a2d4a;
}

.laporanzi-year-meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.laporanzi-year-count {
    font-size: 13px;
    color: #64748b;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 6px 12px;
    border-radius: 999px;
}

.laporanzi-year-tag {
    font-size: 12px;
    color: #64748b;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.laporanzi-quarter-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.laporanzi-quarter-card {
    background: #fff;
    border: 1px solid #e8eef5;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(15, 35, 60, .05);
    transition: transform .2s, box-shadow .2s;
}

.laporanzi-quarter-card.has-report:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(15, 35, 60, .1);
}

.laporanzi-quarter-card.is-empty {
    background: linear-gradient(180deg, #fafcff, #fff);
    border-style: dashed;
}

.laporanzi-quarter-card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    background: linear-gradient(90deg, color-mix(in srgb, var(--lz-accent) 12%, #fff), #fff);
    border-bottom: 1px solid #edf2f9;
}

.laporanzi-quarter-badge {
    display: flex;
    align-items: center;
    gap: 12px;
}

.laporanzi-quarter-badge .lz-q {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--lz-accent);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 14px;
}

.laporanzi-quarter-badge strong {
    display: block;
    font-size: 14px;
    color: #1e2d4d;
}

.laporanzi-quarter-badge small {
    color: #64748b;
    font-size: 12px;
}

.laporanzi-status {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    white-space: nowrap;
}

.laporanzi-status--ok { color: #00884a; }
.laporanzi-status--empty { color: #94a3b8; }

.laporanzi-quarter-body {
    padding: 20px 18px 22px;
}

.laporanzi-quarter-body h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a2d4a;
    margin: 0 0 10px;
}

.laporanzi-excerpt {
    font-size: 14px;
    line-height: 1.7;
    color: #5a6478;
    margin-bottom: 12px;
}

.laporanzi-content {
    font-size: 14px;
    line-height: 1.75;
    color: #4a5568;
    margin-bottom: 16px;
}

.laporanzi-content p:last-child {
    margin-bottom: 0;
}

.laporanzi-file-panel.is-empty-file {
    background: #fafcff;
}

.laporanzi-file-empty-note {
    margin: 0;
    padding: 12px 14px 14px;
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.6;
}

.laporanzi-image-preview {
    background: #eef2f7;
    padding: 12px;
    text-align: center;
}

.laporanzi-image-preview img {
    max-width: 100%;
    max-height: 320px;
    border-radius: 8px;
    object-fit: contain;
}

.laporanzi-file-panel {
    border: 1px solid #e8eef5;
    border-radius: 14px;
    overflow: hidden;
    background: #f8fbff;
}

.laporanzi-file-head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    background: #fff;
    border-bottom: 1px solid #edf2f9;
}

.laporanzi-file-head i {
    font-size: 22px;
    color: #e53935;
}

.laporanzi-file-head strong {
    display: block;
    font-size: 13px;
    color: #1e2d4d;
}

.laporanzi-file-head span {
    font-size: 12px;
    color: #64748b;
    word-break: break-all;
}

.laporanzi-pdf-preview {
    background: #eef2f7;
    height: 280px;
}

.laporanzi-pdf-preview iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.laporanzi-file-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 14px;
}

.laporanzi-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s;
}

.laporanzi-btn--primary {
    background: var(--lz-accent);
    color: #fff;
}

.laporanzi-btn--primary:hover {
    filter: brightness(.95);
    color: #fff;
}

.laporanzi-btn--ghost {
    background: #fff;
    border: 1px solid #dbe5f1;
    color: #334155;
}

.laporanzi-btn--ghost:hover {
    border-color: var(--lz-accent);
    color: var(--lz-accent);
}

.laporanzi-quarter-empty {
    padding: 36px 20px;
    text-align: center;
    color: #94a3b8;
}

.laporanzi-quarter-empty i {
    font-size: 28px;
    margin-bottom: 8px;
    display: block;
}

.laporanzi-quarter-empty p {
    margin: 0;
    font-size: 14px;
}

.laporanzi-empty-global {
    text-align: center;
    padding: 48px 20px;
    color: #94a3b8;
}

.laporanzi-empty-global.is-visible {
    display: block !important;
}

.laporanzi-empty-global i {
    font-size: 36px;
    margin-bottom: 10px;
}

.laporanzi-quarter-card.is-hidden,
.laporanzi-year.is-hidden {
    display: none !important;
}

@media (max-width: 991px) {
    .laporanzi-hero-grid {
        grid-template-columns: 1fr;
    }

    .laporanzi-quarter-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .laporanzi-hero-stats {
        grid-template-columns: 1fr;
    }

    .laporanzi-nav-btn span:not(.laporanzi-nav-badge) {
        font-size: 13px;
    }

    .laporanzi-pdf-preview {
        height: 220px;
    }
}
