        body { background-color: #f8fafc; color: #334155; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
        .profile-card { background: #fff; padding: 25px; border-radius: 12px; border: 1px solid #e2e8f0; box-shadow: 0 2px 4px rgba(0,0,0,0.02); }
        .avatar-img { width: 120px; height: 120px; object-fit: cover; border-radius: 12px; border: 4px solid #fff; box-shadow: 0 4px 6px rgba(0,0,0,0.1); }
        .stat-item { padding: 10px; text-align: center; background: #f8fafc; border-radius: 8px; }
        .thumb-img { width: 50px; height: 50px; object-fit: cover; border-radius: 6px; }
        .list-group-item { transition: 0.2s; border-left: none; border-right: none; }
        .list-group-item:hover { background-color: #f1f5f9; }
        .naskah-link { color: #334155; text-decoration: none; display: block; }
        .naskah-link:hover { color: #007bff; text-decoration: none; }