/* Nav Tab Menu Baru */
        .nav-tabs-header {
            border: none;
            gap: 5px;
        }
        .nav-tabs-header .nav-link {
            color: rgba(255, 255, 255, 0.85) !important;
            font-weight: 500;
            border: none;
            padding: 8px 18px;
            border-radius: 6px;
            font-size: 0.9rem;
            transition: 0.2s;
        }
        .nav-tabs-header .nav-link:hover {
            background-color: rgba(255, 255, 255, 0.12);
            color: #ffffff !important;
        }
        .nav-tabs-header .nav-link.active {
            background-color: #ffffff !important;
            color: #1d72b8 !important;
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
            font-weight: 600;
        }
        .btn-masuk-header {
            background-color: #ffffff;
            color: #15803d !important;
            font-weight: 600;
            border-radius: 6px;
            padding: 8px 20px;
            font-size: 0.9rem;
            border: 1px solid transparent;
            transition: 0.2s;
        }
        .btn-masuk-header:hover {
            background-color: #f8fafc;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        /* Banner Utama */
        .banner-publikasi {
            background: linear-gradient(135deg, #1d72b8 0%, #10b981 100%);
            border-radius: 8px;
            padding: 30px;
            color: white;
            position: relative;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0,0,0,0.05);
        }

        /* Kartu Layout List Pengaduan Kolom Kanan */
        .aduan-list-container {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.02);
        }
        .aduan-item-box {
            border-bottom: 1px solid #edf2f7;
            padding: 15px 0;
        }
        .aduan-item-box:last-child {
            border-bottom: none;
        }
        .avatar-circle {
            width: 45px;
            height: 45px;
            background-color: #cbd5e1;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #64748b;
            font-size: 1.2rem;
        }